Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap radio buttons inside KRadioButtonGroup component #12243

Closed

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    eb666d8 View commit details
    Browse the repository at this point in the history
  2. Eliminate unused props driven parameterization of CoachAppBarPage and…

    … CoachImmersivePage permissions handling.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3f350d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8825b7b View commit details
    Browse the repository at this point in the history
  4. Update exam API endpoint to handle draft exams.

    Remove cruft from serializers left over from when they weren't write only.
    Defer as many fields as possible to backend data handling.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5691003 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac17541 View commit details
    Browse the repository at this point in the history
  6. Update class summary API endpoint to reuse exam and lesson viewsets.

    Remove unneeded queries.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d1eee41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d468d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa2c89f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2df8b97 View commit details
    Browse the repository at this point in the history
  10. Update data helpers getters to work robustly from API derived lesson …

    …and quiz data.
    
    Remove use of 'this' and refer to 'getters' to avoid an implicit coupling with the commonCoach mixin.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e9c5fa9 View commit details
    Browse the repository at this point in the history
  11. Small refactor of 'AssignmentDetailsModal' component (which is really…

    … a form)
    
    To simplify API and allow usage as an input component.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d59c5f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0ab99a View commit details
    Browse the repository at this point in the history
  13. Update quiz creation to allow editing as well.

    Replace all quiz editing with the component.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d71b148 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    171c5a2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aa677be View commit details
    Browse the repository at this point in the history
  16. Update CoachExamsPage to use composables.

    Delete unused examsRoot vuex module.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    75eb02c View commit details
    Browse the repository at this point in the history
  17. Fix exam copying.

    Remove unused examReport vuex module.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    28461df View commit details
    Browse the repository at this point in the history
  18. Revert change that prevented search redirect in all cases.

    Fix bug by always closing the sidepanel on navigation.
    rtibbles committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d2484c8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4acc35f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9f26a08 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Bump recast from 0.23.7 to 0.23.9

    Bumps [recast](https://github.com/benjamn/recast) from 0.23.7 to 0.23.9.
    - [Release notes](https://github.com/benjamn/recast/releases)
    - [Commits](benjamn/recast@v0.23.7...v0.23.9)
    
    ---
    updated-dependencies:
    - dependency-name: recast
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    23c9160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeca83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38d3e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request learningequality#12241 from learningequality/depen…

    …dabot/npm_and_yarn/recast-0.23.9
    
    Bump recast from 0.23.7 to 0.23.9
    rtibbles committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    58a0649 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded attributes from quiz object specs.

    Limit patch updates to only things we need/are allowed to update.
    rtibbles committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    6c7c03a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e4c7d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d4ec3d View commit details
    Browse the repository at this point in the history
  8. Merge pull request learningequality#12232 from rtibbles/quiz_edito

    Quiz editing capability for not yet activated quizzes
    rtibbles committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e53c58e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    0ede87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f2430 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    376f649 View commit details
    Browse the repository at this point in the history
  4. Move question_count setting to save method.

    Prevent publishing empty quizzes.
    rtibbles committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c422eaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7130163 View commit details
    Browse the repository at this point in the history
  6. Warn users about the deletion of empty sections.

    Add missing full stop.
    rtibbles committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    d0bd34a View commit details
    Browse the repository at this point in the history
  7. Merge pull request learningequality#12249 from LianaHarris360/move-no…

    …t-enough-resources-modal
    
    Move NotEnoughResourcesModal to CreateQuizSection
    nucleogenesis committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    524e0cb View commit details
    Browse the repository at this point in the history
  8. Merge pull request learningequality#12252 from rtibbles/empty_sectionals

    Remove empty sections from quizzes on publish
    rtibbles committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    470c490 View commit details
    Browse the repository at this point in the history
  9. include item uid

    nucleogenesis committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    bb48d8e View commit details
    Browse the repository at this point in the history
  10. eqm strings updated

    nucleogenesis committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    9681689 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e989aa6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cc9fe58 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    599460b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e296ed5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8401422 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d9bee6b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6c900c9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    46d691a View commit details
    Browse the repository at this point in the history
  19. practice quizzes don't have sections, reports work, hide accordion ti…

    …tle if oly once seciont without a title
    nucleogenesis committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2198598 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Merge pull request learningequality#12236 from rtibbles/lets_get_topical

    Revert change that prevented search redirect in all cases.
    rtibbles committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    cb1fcd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    8366ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    239d377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0140393 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b7ef32 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    02e0bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c0b654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    766faf0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request learningequality#12182 from nucleogenesis/enhancem…

    …ent--quiz-section-question-list
    
    Updates to sections in ExamPage
    nucleogenesis committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c25cdc8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    463798f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Bump the babel group with 4 updates

    Bumps the babel group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-syntax-import-assertions](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-import-assertions), [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) and [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env).
    
    
    Updates `@babel/core` from 7.24.6 to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-core)
    
    Updates `@babel/plugin-syntax-import-assertions` from 7.24.6 to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-plugin-syntax-import-assertions)
    
    Updates `@babel/plugin-transform-runtime` from 7.24.6 to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-plugin-transform-runtime)
    
    Updates `@babel/preset-env` from 7.24.6 to 7.24.7
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-preset-env)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: babel
    - dependency-name: "@babel/plugin-syntax-import-assertions"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: babel
    - dependency-name: "@babel/plugin-transform-runtime"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: babel
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: babel
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a222379 View commit details
    Browse the repository at this point in the history
  2. Bump eslint-plugin-compat from 4.2.0 to 5.0.0

    Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 4.2.0 to 5.0.0.
    - [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
    - [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/main/CHANGELOG.md)
    - [Commits](amilajack/eslint-plugin-compat@v4.2.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-compat
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    1ced5f2 View commit details
    Browse the repository at this point in the history
  3. Bump webpack from 5.91.0 to 5.92.0

    Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.92.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.91.0...v5.92.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    88328c4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request learningequality#12267 from learningequality/depen…

    …dabot/npm_and_yarn/babel-0ed063a467
    
    Bump the babel group with 4 updates
    rtibbles committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a2c7297 View commit details
    Browse the repository at this point in the history
  5. Bump braces from 3.0.2 to 3.0.3

    Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
    - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
    - [Commits](micromatch/braces@3.0.2...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: braces
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    9599144 View commit details
    Browse the repository at this point in the history
  6. Merge pull request learningequality#12273 from learningequality/depen…

    …dabot/npm_and_yarn/webpack-5.92.0
    
    Bump webpack from 5.91.0 to 5.92.0
    rtibbles committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d9de940 View commit details
    Browse the repository at this point in the history
  7. Bump @testing-library/jest-dom from 6.4.5 to 6.4.6

    Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.5 to 6.4.6.
    - [Release notes](https://github.com/testing-library/jest-dom/releases)
    - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
    - [Commits](testing-library/jest-dom@v6.4.5...v6.4.6)
    
    ---
    updated-dependencies:
    - dependency-name: "@testing-library/jest-dom"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    095cf37 View commit details
    Browse the repository at this point in the history
  8. Merge pull request learningequality#12155 from rtibbles/metered_not_y…

    …arded
    
    App script cleanup
    rtibbles committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3113959 View commit details
    Browse the repository at this point in the history
  9. Merge pull request learningequality#12275 from learningequality/depen…

    …dabot/npm_and_yarn/braces-3.0.3
    
    Bump braces from 3.0.2 to 3.0.3
    rtibbles committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ca8e898 View commit details
    Browse the repository at this point in the history
  10. Merge pull request learningequality#12270 from learningequality/depen…

    …dabot/npm_and_yarn/testing-library/jest-dom-6.4.6
    
    Bump @testing-library/jest-dom from 6.4.5 to 6.4.6
    rtibbles committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d123271 View commit details
    Browse the repository at this point in the history
  11. Merge pull request learningequality#12268 from learningequality/depen…

    …dabot/npm_and_yarn/eslint-plugin-compat-5.0.0
    
    Bump eslint-plugin-compat from 4.2.0 to 5.0.0
    rtibbles committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2c5f722 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    10eddef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b9d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f066f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4604fae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    343522a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    de9f94c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24f038 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b83761 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c016189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f4614c View commit details
    Browse the repository at this point in the history
  6. Merge pull request learningequality#12283 from nucleogenesis/fix--eqm…

    …-can-save-and-save-and-close
    
    EQM: On first save, update the quiz's ID when redirecting
    rtibbles committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    464a831 View commit details
    Browse the repository at this point in the history
  7. Merge pull request learningequality#12254 from rtibbles/and_what

    Use && instead of & for logical AND.
    marcellamaki committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    660d003 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cb321e3 View commit details
    Browse the repository at this point in the history
  9. Fix Quiz preview in reports.

    rtibbles committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    44a4e10 View commit details
    Browse the repository at this point in the history
  10. Merge pull request learningequality#12278 from rtibbles/randomize_sec…

    …tions
    
    Update to allow and implement randomization of sections.
    rtibbles committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5b207a0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request learningequality#12265 from nucleogenesis/fix--top…

    …icshavecheckboxes-actually
    
    EQM Fix: Use can actually select topics
    rtibbles committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e2384dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    708f82e View commit details
    Browse the repository at this point in the history
  13. dropme: we need to be sure that we use the displaySectionTitle overall

    this is reminder basically that we should always use displaySectionTitle -- could possibly be improved by making a computed activeSectionTitle computed property in usequizcreation?
    nucleogenesis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    ba2c60b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2bfb357 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2b476e0 View commit details
    Browse the repository at this point in the history
  16. better name for goingTo

    nucleogenesis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    3a7ee3f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9c36032 View commit details
    Browse the repository at this point in the history
  18. Merge pull request learningequality#12281 from nucleogenesis/fix--mak…

    …e-eqm-validations-good
    
    EQM: Validation improvements
    rtibbles committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5efc04c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. trying to fix integrity errors before migrating tables

    José Redrejo authored and jredrejo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a42f47c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132e318 View commit details
    Browse the repository at this point in the history
  3. Update to 0.17 version

    marcellamaki committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0b2b849 View commit details
    Browse the repository at this point in the history
  4. Merge pull request learningequality#12290 from marcellamaki/version-bump

    Update to 0.17 version
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    6259789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bae1d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e269b8 View commit details
    Browse the repository at this point in the history
  7. Update channel API to add filtering by quizzes and make consistent wi…

    …th contentnode endpoint.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a183a15 View commit details
    Browse the repository at this point in the history
  8. Update question titles to be blank if not set by user.

    Update exam utils spec to properly assert conversions being tested against V3.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    27bf615 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    daebea5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ce7cdcc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    205e66d View commit details
    Browse the repository at this point in the history
  12. Clean up unused components and state.

    Update QuestionListPreview for just read only usage.
    Update display of questions.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    53f602e View commit details
    Browse the repository at this point in the history
  13. Remove previous route tracking in resource selection.

    Just return to root quiz page on save.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    062baa6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5484434 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7d8a296 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dc8e810 View commit details
    Browse the repository at this point in the history
  17. Update resource selection to add a specific number of resources each …

    …time.
    
    Tweak question replacement.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e12fa7f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    abc9357 View commit details
    Browse the repository at this point in the history
  19. Handle practice quizzes longer than "MAX_QUESTIONS" by spreading them…

    … across multiple sections.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    bde9766 View commit details
    Browse the repository at this point in the history
  20. Move MAX_QUESTIONS to core constants. Rename for clarity.

    Update v3 conversion logic to constrain section length.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5fc9975 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    eb22aa5 View commit details
    Browse the repository at this point in the history
  22. Add margin top to topic warning.

    Make string parameterized in case of changes.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    241c510 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6fcbb06 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5040a84 View commit details
    Browse the repository at this point in the history
  25. Don't show num assessments info for practice quiz selection.

    Ensure we don't show any topics without children, even if the unfiltered num assessments says otherwise.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e749af9 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    69699d9 View commit details
    Browse the repository at this point in the history
  27. Only reuse necessary params from the route.

    Update strings for replacements modal to reflect updated workflow.
    rtibbles committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9783504 View commit details
    Browse the repository at this point in the history
  28. Replace TextTruncatorCss with KTextTruncator

    Remove from apispecs only
    
    Remove KTextTruncator from components
    
    [pre-commit.ci lite] apply automatic fixes
    
    Linting fixup
    
    minor fixup
    jasonmokk committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5c68c69 View commit details
    Browse the repository at this point in the history
  29. Merge pull request learningequality#12274 from rtibbles/practice_quizzes

    Fix single quiz selection flow
    nucleogenesis committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f038d23 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    16f5cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Merge pull request learningequality#12279 from jredrejo/pragma_integr…

    …ity_check
    
    trying to fix integrity errors before migrating tables
    rtibbles committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    418a2a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request learningequality#12215 from jasonmokk/remove-text-…

    …truncator-css
    
    Replace `TextTruncatorCss` with `KTextTruncator`
    MisRob committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d4993f5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request learningequality#12295 from LianaHarris360/add-com…

    …pleted-download-snackbar
    
    Add notification for downloaded content completion
    LianaHarris360 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    23e5fb8 View commit details
    Browse the repository at this point in the history
  4. Bump ws from 8.16.0 to 8.17.1

    Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.16.0...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    25ebd09 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request learningequality#12313 from learningequality/depen…

    …dabot/npm_and_yarn/ws-8.17.1
    
    Bump ws from 8.16.0 to 8.17.1
    rtibbles committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c062457 View commit details
    Browse the repository at this point in the history
  2. Bump espree from 10.0.1 to 10.1.0

    Bumps [espree](https://github.com/eslint/espree) from 10.0.1 to 10.1.0.
    - [Release notes](https://github.com/eslint/espree/releases)
    - [Changelog](https://github.com/eslint/espree/blob/main/CHANGELOG.md)
    - [Commits](eslint/js@v10.0.1...v10.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: espree
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e6f3457 View commit details
    Browse the repository at this point in the history
  3. Bump launch-editor-middleware from 2.6.1 to 2.7.0

    Bumps [launch-editor-middleware](https://github.com/yyx990803/launch-editor) from 2.6.1 to 2.7.0.
    - [Commits](yyx990803/launch-editor@v2.6.1...v2.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: launch-editor-middleware
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    773d89a View commit details
    Browse the repository at this point in the history
  4. Bump kolibri-design-system from 4.3.0 to 4.3.1

    Bumps kolibri-design-system from 4.3.0 to 4.3.1.
    
    ---
    updated-dependencies:
    - dependency-name: kolibri-design-system
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    c172c41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4ee805 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb7e1a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    982027b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    681c534 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e2f34a View commit details
    Browse the repository at this point in the history
  10. Merge pull request learningequality#12316 from learningequality/depen…

    …dabot/npm_and_yarn/kolibri-design-system-4.3.1
    
    Bump kolibri-design-system from 4.3.0 to 4.3.1
    rtibbles committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4c4f18a View commit details
    Browse the repository at this point in the history
  11. Merge pull request learningequality#12314 from learningequality/depen…

    …dabot/npm_and_yarn/espree-10.1.0
    
    Bump espree from 10.0.1 to 10.1.0
    rtibbles committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    20c5f33 View commit details
    Browse the repository at this point in the history
  12. Merge pull request learningequality#12315 from learningequality/depen…

    …dabot/npm_and_yarn/launch-editor-middleware-2.7.0
    
    Bump launch-editor-middleware from 2.6.1 to 2.7.0
    rtibbles committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f856a1e View commit details
    Browse the repository at this point in the history
  13. Update LOD description

    LianaHarris360 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    9f94a33 View commit details
    Browse the repository at this point in the history
  14. Merge pull request learningequality#12285 from LianaHarris360/explain…

    …-lod-option
    
    Update LOD description in FullOrLearnOnlyDeviceForm component
    LianaHarris360 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    8b9738e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    3177100 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09dddeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb74484 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13bf7f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f768f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04513c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68937da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40979b9 View commit details
    Browse the repository at this point in the history