List of the most important changes for each release.
- Improve learn folder contents display by @rtibbles in #12737
- Update KDS theme token by @AllanOXDi in #12742
- Final token updates by @marcellamaki in #12754
- Add Fulfulde translations by @radinamatic in #12738
- Update morango for conditional indexes on store to improve deserialization performance. by @rtibbles in #12747
- Settings is not correct after tzlocal update by @jredrejo in #12683
- Add missing
indeterminate
states on Select All checkboxes by @nucleogenesis in #12587 - Fix import channel in Postgresql by @jredrejo in #12709
- Branding tweaks by @rtibbles in #12736
- Tweaks to CLI and message extraction utility function by @rtibbles in #12320
- Delete resource from everywhere when force_delete is selected by @thesujai in #12680
- Dont delete the entire channel when deleting a single content by @thesujai in #12740
- Prevent access to undefined AttemptLogs while looking at reports by @LianaHarris360 in #12723
- Update StorageNotification.vue to prevent undefined access if device plugin is disabled by @rtibbles in #12724
- Update favicon to be available when the default theme is disabled by @marcellamaki in #12760
- Fix on my own merge account KCheckbox issue by @AlexVelezLl in #12761
- Make 'save to device' file downloads initiate immediately by @rtibbles in #12675
- Allow redirects for file downloads by @rtibbles in #12309
- Add configuration option to disable Zeroconf by @ozer550 in #12620
- Optimise Library page load time when channels have large thumbnails by @thesujai in #12530
- Provide more helpful error state when trying to import from unprovisioned device during device setup by @nucleogenesis in #12397
- Upgrade Python dependencies by @rtibbles in #12165
- Preserve the subfolder structure inside the static folder on unzipping for h5p and HTML5 zips by @rtibbles in #12538
- Fixed variety of inconsistencies with activity notifications by @AlexVelezLl in #12386
- Fixed mismatch between coach Reports and generated CSV by @AlexVelezLl in #12628
Updates to our quizzes provide coaches more flexibility in creating quizzes by swapping out questions or removing questions to create the quiz they want. Coaches choose resources from which questions are selected. They can then review individual questions, and replace or remove individual questions, customising the quiz to learner needs. Coaches can also divide the quiz into sections of up to 25 questions each, allowing for longer quizzes.
Noteworthy technical updates include updating to a third version of our Exam model data schema, the addtion of a new draft exam model to allow editing of quizzes before they are made active/syncable, introducing a new accordion component, and changing the quiz creation routing structure to use nested routes and a side-panel style UX.
- Restore exam/utils.spec.js to previous version; tests pass by @nucleogenesis in #11155
- Enhanced Quizzes: Initial frontend state management API by @nucleogenesis in #11088
- adds the new Quiz Creation Component by @AllanOXDi in #11077
- Enhanced Quiz Management: Side panel and routing foundations by @nucleogenesis in #11132
- Build flexible and accessible accordion component by @AllanOXDi in #11087
- Update Exam model with V3 question_sources, update relevant JS utils by @nucleogenesis in #11025
- Quiz creation DEBUG data improvements by @nucleogenesis in #11662
- Quiz rebase regression fixes by @nucleogenesis in #11661
- Quiz foundations & data connection by @nucleogenesis in #11277
- Section settings side panel by @AllanOXDi in #11314
- Feature quiz section tabs with overflow by @nucleogenesis in #11382
- Finishing up the Quiz Root Page by @nucleogenesis in #11434
- [Accordion] Add "collapse all"/ "expand all" logic into AccordionContainer by @AlexVelezLl in #11565
- Migrate quizForge object references to composition API standard by @ozer550 in #11562
- Remove stray references to quizForge by @marcellamaki in #11633
- Fix title validation error bug in quizSection by @ozer550 in #11642
- Coach Quiz Exercise Resources by @nucleogenesis in #11682
- Question sources by @AllanOXDi in #11658
- Update ExamSerializers according to v3 model by @ozer550 in #11674
- useFetchTree specs by @nucleogenesis in #11766
- Synchronise user selections with Quiz Creation State by @ozer550 in #11783
- EQM clean up resouce selection by @AllanOXDi in #11764
- Conditionalizes the loading action for quiz routes by @akolson in #11822
- Quiz creation bookmark selection by @ozer550 in #11835
- Questions randomly selected from resource pool by @nucleogenesis in #11823
- number of resources updates on selection by @AllanOXDi in #11825
- Resource selection UX- Improvement by @AllanOXDi in #11815
- Quiz Creation Select Resources - Keyword search by @AlexVelezLl in #11887
- Quiz creation resource selection: Topic selection & "Select all" by @nucleogenesis in #11864
- Fix: Side panel closing confirmation & logic in child component by @nucleogenesis in #11862
- Quiz creation: Question replacement & a bevy of misc fixes and polish by @nucleogenesis in #11937
- Move handleReplacement logic from ReplaceQuestions.vue to useQuizCreation.js by @KshitijThareja in #12099
- Use router.replace for redirect. by @rtibbles in #12067
- Quiz editing capability for not yet activated quizzes by @rtibbles in #12232
- Move NotEnoughResourcesModal to CreateQuizSection by @LianaHarris360 in #12249
- Remove empty sections from quizzes on publish by @rtibbles in #12252
- Revert change that prevented search redirect in all cases. by @rtibbles in #12236
- Updates to sections in ExamPage by @nucleogenesis in #12182
- EQM: On first save, update the quiz's ID when redirecting by @nucleogenesis in #12283
- Use && instead of & for logical AND. by @rtibbles in #12254
- Update to allow and implement randomization of sections. by @rtibbles in #12278
- EQM Fix: Use can actually select topics by @nucleogenesis in #12265
- EQM: Validation improvements by @nucleogenesis in #12281
- Fix single quiz selection flow by @rtibbles in #12274
- Improve messaging around question replacement requirements by @AllanOXDi in #12122
- Exams: Create them, take them, view reports by @nucleogenesis in #12111
- Add "Update resources" option to Options dropdown by @AllanOXDi in #12137
- Quiz creation: Snackbar improvements by @AlexVelezLl in #12080
- Revert ExamPage BottomAppBar to previous version (0.16.x) by @nucleogenesis in #12169
- Fixes issue where activeTabId is not set when viewing quiz reports for a group by @nathanaelg16 in #12179
- fixes user selection getting lost on closing the sidepanel by @AllanOXDi in #12160
- Fixes progress indication bug by @nathanaelg16 in #12185
- EQM Lesson regression fixes by @nucleogenesis in #12354
- EQM: Side panel back / close icon UX improvements by @nucleogenesis in #12311
- Link to new quiz creation properly. by @rtibbles in #12352
- Display question titles with displayQuestionTitle by @LianaHarris360 in #12369
- EQM: Bookmarks not linking anywhere in resource selection by @nucleogenesis in #12360
- Prevents errors on section deletion by @rtibbles in #12363
- EQM: Difficult questions reports fix by @nucleogenesis in #12372
- Fix mis-match condition in replacement question array by @marcellamaki in #12353
- Wrap section deletion modal in focus trap by @LianaHarris360 in #12373
- Use useNow composable in ElapsedTime component by @AlexVelezLl in #12377
- Load channel content on remove filter by @AlexVelezLl in #12379
- Fix question listing and navigation in quiz reports by @rtibbles in #12359
- Allow quiz level learners see fixed order to be edited after a quiz is opened. by @rtibbles in #12307
- make sure the question count v-model uses .number by @marcellamaki in #12407
- Update folder selection logic to handle deep folders. by @rtibbles in #12381
- Add in submit quiz button for non-large screen sizes. by @rtibbles in #12412
- Exam models date_created updates by @nucleogenesis in #12413
- EQM: Sections for quiz detail page by @nucleogenesis in #12384
- EQM: What happens when I refresh? by @nucleogenesis in #12393
- Count descendants not ancestors by @rtibbles in #12394
- What a drag by @marcellamaki in #12396
- Coach questions preview: Fix background and selection colors + resolve linter errors by @MisRob in #12427
- Fix ordering of quizzes on plan page. by @rtibbles in #12426
- EQM: Fix unlinted files by @nucleogenesis in #12428
- Hide Difficult questions tab if the quiz is still a draft by @AlexVelezLl in #12437
- Fix quiz preview by @AlexVelezLl in #12436
- EQM: Post-bash quickfixes by @nucleogenesis in #12293
- EQM: Side panel bottom nav by @nucleogenesis in #12391
- Card fixes by @marcellamaki in #12374
- Adds modal before delete section by @akolson in #12101
- Update exam.question_count calculation by @AlexVelezLl in #12196
- Remove resource pool from exam serializer, don't send in API call by @nucleogenesis in #12200
- fixes quizzes not showing "File size for download" value properly by @AllanOXDi in #12202
- Allow delete all questions by @AlexVelezLl in #12216
- EQM: Notify not enough resources to replace questions by @AlexVelezLl in #12219
- Fix replacements order by @AlexVelezLl in #12218
- Remove browser search cancel button by @AlexVelezLl in #12329
- Fix white space on top of tabs dividing line by @AlexVelezLl in #12380
- EQM: Only show save success message when saving by @nucleogenesis in #12389
- Exam Page: Move smaller screen timer to top by @nucleogenesis in #12485
In 0.17, we have also improved many automated workflows to support the dev team, including increased use of dependabot, Slack integrations, and expanded use of Github actions for continuous integration and deployment.
- Notify our slack on contributors' issue comments by @vkWeb in #11564
- Use the official GH action for Slack by @vkWeb in #11623
- Authors are pilots of kolibri by @vkWeb in #11805
- Fixes the broken slack contributor notification gh action by @vkWeb in #11922
- Introduce flake8-print as pre-commit hook with migration of print to logger by @thesujai in #11994
- Try to fix Slack notifications actions failing when " character is in the issue title by @MisRob in #11902
- Remove buildkite status check label from readme by @bjester in #11924
- Install KDS patch and configure dependabot to run on Wednesday by @MisRob in #11918
- Attempt to fix GH notification action by @MisRob in #11928
- Add missing quotes to the notification GH action by @MisRob in #11935
- Feature: GitHub Actions Workflow for Scheduled Morango Integration Tests by @GarvitSinghal47 in #11931
- Increase number of dependabot PRs by @rtibbles in #11943
- Add pre-commit-ci-lite action to automate PR lint fixes by @thesujai in #12034
Additional updates include the ability to create a new facility on an existing Kolibri, and updating the tab title to include a realtime percentage of tasks. To help ensure robustness and reliability, we have expanded the range and coverage of our unit tests.
- added functionality to create new facility on existing kolibri by @Jaspreet-singh-1032 in #11197
- added test cases for create new facility feature by @Jaspreet-singh-1032 in #11303
- Issue 10255 improve coach tabs accessibility by @muditchoudhary in #11501
- Realtime percentage of tasks in the tab title by @GarvitSinghal47 in #11696
- tests: Complete the test suite for
TriesOverview
Component by @EshaanAgg in #11906 - Add regression testing for channel update deletion behaviour by @thesujai in #11896
- tests: Add tests for some components by @EshaanAgg in #11910
- test: Add complete test suite for
InteractionItem
by @EshaanAgg in #11920 - tests: add initial test suite for
CoreMenu
by @EshaanAgg in #11934 - tests: add test suites for
SelectSourceModal
andConfirmationRegisterModal
by @EshaanAgg in #12060 - tests: add tests for some files in
ContentRenderer
by @EshaanAgg in #12056 - Add write to disk options for build command by @thesujai in #12006
- Added code for deletion of csv files in line #397 by @oge1ata in #12020
- Update useUser mocks for updated API. by @rtibbles in #12051
- tests: add tests for some components by @EshaanAgg in #12108
- Add notification for downloaded content completion by @LianaHarris360 in #12295
- Update LOD description in FullOrLearnOnlyDeviceForm component by @LianaHarris360 in #12285
- Added another condition for TOPICS_TOPIC_SEARCH redirection by @Wck-iipi in #12019
- Added neeeded values for BaseValuesViewset by @jredrejo in #12346
- Add string prompt to log in with existing username or create an account by @LianaHarris360 in #12310
Support for Python 2.7, deprecated in 0.16, has been dropped. Support for Internet Explorer 11, deprecated in 0.16, has been dropped.
Important technical changes include adding Python 3.12 support, upgrading Django to version 3.2, upgrading KDS to v4.4.0, and upgrading the Perseus exercise library to a recently released version, and changes to our linting tools to simplify and improve our developer experience. Support for Python 2.7, deprecated in 0.16, has been dropped. Support for Internet Explorer 11, deprecated in 0.16, has been dropped.
- Remove Python 2.7 support by @rtibbles in #11654
- Remove Python 2.7 deprecation warning. by @rtibbles in #11713
- With 2.7 dropped, use shutil disk_usage function universally. by @rtibbles in #12041
- Update Django to version 3.2 by @rtibbles in #11974
- Reduce the size of the wheel file by @rtibbles in #12361
- Consolidate browser compatibility data, drop IE11 support by @rtibbles in #11685
- Upgrade to KDS v3.0.0 and reference npm package by @MisRob in #11873
- Upgrade perseus to npm published version. by @rtibbles in (#9759, #12362)
- Upgrade morango. by @rtibbles in #12408
- Linting updates by @rtibbles in #9698
- Upgrade the mac app. by @rtibbles in #12416
- Introduce Vue Testing Library by @EshaanAgg in #11833
- Create and use a standard utility library for handling zip files in the frontend by @rtibbles in #11539
- updated use of entry_points according to importlib version >3.6.0 by @im-NL in #11417
This release is the first time that Kolibri will be using "feature file" strings, where all new strings for a feature are introduced into one files. This reduces the overhead for both dev work and translation work.
- Add enhanced quiz management strings - first draft for dev work by @marcellamaki in #11189
- Composable translators by @rtibbles in #10960
- Move jump to question string into enhanced quiz management strings. by @rtibbles in #12323
- Additional strings by @marcellamaki in #12336
- Correct strings that were manually edited on Crowdin by @radinamatic in #12347
- Fix coreStrings import in AttemptLogList by @AlexVelezLl in #12429
- First pass string updates following UX writing and ditto review by @marcellamaki in #12312
- Add strings for post-setup onboarding guide component by @LianaHarris360 in #12113
Key refactors include replacing KResponsiveWindow
with useKResponsiveWindow
across Kolibri, work toward improving the router handler architecture in Coach, and continue work towards introducing more composables.
- Replace KResponseWindow with useKResponseWindow (#11349, #11355, #11427, #11358, #11366, #11474, #11369, #11346, #11414, #11529, #11997)
- Changed KContentRenderer to ContentRenderer. by @ShivangRawat30 in #11289
- Replaced isEmbeddedWebView with isAppContext by @AllanOXDi in #11715
- Improved router handlers architecture in Coach - part 1 by @ShivangRawat30 in (#11570, #11675, #11900)
- Update condition to display new label for content imports by @LianaHarris360 in #11695
- Use consistent KDS imports across the whole Kolibri by @PR4NJ41 in #11742
- Standardize ContentCardList Component and Introduce ViewMoreButtonStates by @GarvitSinghal47 in #11865
- useUser can now get all states and getters by @Wck-iipi in #12027
- Replace
TextTruncatorCss
withKTextTruncator
by @jasonmokk in #12215 - Refactor default_theme paths/structure by @marcellamaki in #12207
- App navigation refactor by @rtibbles in #12084
- Refactored HomePage route handler to fetch initClassInfo and getFacil… by @shubh1007 in #12358
Updates to developer documentation builds and improved copywriting.
- docs: add new documentation related to testing style guide and testing template by @EshaanAgg in #12083
- Adds loose pinning of dev docs requirements to ensure correct builds … by @benjaoming in #12466
- Docs: Fixed typos by @Mohamedkhaled81 in #11927
- Update development documentation by @MisRob in #11917
- Tweniee/Isssue:#11361 Updated Document for PR release by @Tweniee in #11512
Fixes include accessibility updates, bug fixes, code cleanup, and UI improvements.
- Maintain the zoom settings for the PDF viewer by @nikkuAg in #11165
- Hide the table when data is loading by @muditchoudhary in #11238
- Catch and redirect 401 errors when browsing remotely by @vkWeb in #11119
- Adds connection error exception to handle redis connection failure by @akolson in #11296
- Ensure Enter key works as continue button click on Setup Wizard by @AlexVelezLl in #11537
- Fix topic header tests by @nucleogenesis in #11535
- fix the position of the sidepanelmodal by @iskipu in #11607
- Truncate long lesson title by @nikkuAg in #11874
- Issue 10254: Improve coach tabs accessibility of Reports Lesson Tab by @muditchoudhary in #11606
- Unnecessary kolibri store in tests by @nick2432 in #11852
- Fix failing csv report generation api test in different timezones by @thesujai in #11933
- Remove AssessmentMetadataState mapper and update to direct API access… by @AymanHammadi in #11940
- Remove Banner for INSUFFICIENT_STORAGE while in device plugin by @iskipu in #11809
- ENFORCE CSRF verification in API to be accessed by a browser strictly by @thesujai in #11978
- fix: content_id access from wrong object by @himanshuc3 in #11993
- Overrides prop default flipping behaviour by @kafukoM in #12015
- Fix #9067: Redirect signed-out users to resource URL without lessonId or classId by @GSAprod in #12039
- Properly redirect on authentication failure by @rtibbles in #12414
- Fixing typo in useUser composable getter by @nathanaelg16 in #12231
- Fix Vue Tesing Library routes bug by @AlexVelezLl in #12105
- Fix language switcher responsiveness by @AlexVelezLl in #11977
- Fixing typo in useUser composable getter (again) by @nathanaelg16 in #12235
- App script cleanup by @rtibbles in #12155
- trying to fix integrity errors before migrating tables by @jredrejo in #12279
- Fix pdf css import by @AlexVelezLl in #12348
- Fix hitherto unnoticed regression in channel upgrade by @rtibbles in #12251
- Don't put csrf protection on endpoint that we use to set csrf cookie. by @rtibbles in #12371
- Ensure skip to main content logic is working by @marcellamaki in #12439
- Update automatic download setting default to False if running in a remote content context. by @rtibbles in #12395
- Kolibri has a new onboarding experience which allows joining a facility, and streamlines getting started as an independent learner with a rapid “on my own setup” option
- Independent learners can transfer their existing data and learning progress to a facility.
- Assigned lesson and quiz resources are now automatically transferred to learner devices, allowing coaches to dynamically manage learner content, rather than an administrator needing to import all content devices before distribution.
- Administrators and independent learners are now able to view other Kolibri Libraries on their local network and browse their resources, without having to import content. If they are connected to the internet, they will be able to browse resources on the Kolibri Content Library (hosted on Kolibri Studio).
- Administrators can allow learners to download resources from other Kolibri Libraries to their device to view within Kolibri, even when they are no longer on the same network.
- Administrators have a new option to add a PIN on learner-only devices, which allows an administrator easy access to the Device page while preventing learners from inadvertently making changes.
- Administrators are now able to schedule syncing of facility data on a recurring basis at custom intervals.
- When exporting log files, administrators are able to select the date range for the logs.
- This release supports practice quizzes, which are resources in the format of quizzes that learners can take in preparation for an assessment. They are able to see their score, and retry as many times as they would like, independently. Practice quiz resources are available through the Library, or can be assigned as part of a lesson. The same questions can also be assigned as a coach assigned quiz as a standardized assessment.
- Updated node version to 18
- Getting started documentation updated
- Updated to Webpack 5
- Created Github actions for build pipeline
- Created Github action to add assets to PRs
- Task API changes have been finalized after initial work in 0.15. Documentation is now updated to describe how to interact with the API and define tasks in plugins.
- There is a new page architecture that is used across all Kolibri plugins, and the component has been removed. (Selected relevant high level issues and PRs: #9102, #9128, 9134.)
- The Kolibri Process Bus has been updated to support easier composability for custom deployment architectures.
- Conditional promises have been removed.
- To support the new onboarding process for Kolibri, Kolibri apps can now access a capability to provide access controls based on the currently active operating system user.
- Tasks API has now been finalized, previous methods for interacting with tasks that do not use the pluggable Tasks API have been removed.
- The drive info endpoint has been moved the into the device app but functionality remains the same
- The API for coordinating learner only device synchronization within a local area network has been updated to ensure robust and reliable syncing. Any users wishing to use learner only device synchronization must update all Kolibri devices to this newer version
- REST API for enabling and disabling plugins
- Add API endpoint and hook driven capability for UI initiated device restart
- Public signup viewset
- Public content metadata endpoints to support granular resource import
- Landmarks have been added and refined across the Library page and its related subpages, for better accessibility. This is a first step in support of more robust accessibility support, particularly in terms of page navigation for screen reader users.
- Support for Python 2.7 will be dropped in the upcoming version, 0.17. Upgrade your Python version to Python 3.6+ to continue working with Kolibri. More recent versions of Python 3 are recommended.
- Support for this Internet Explorer 11 will be dropped in the upcoming version, 0.17. We recommend installing other browsers, such as Mozilla Firefox or Google Chrome, in order to continue working with Kolibri.
- Kolibri is now using kolibri-design-system v2.0.0 (a major version upgrade!). Please see the KDS release's Github page for documentation and full details about breaking changes and new features.
- Added localization support for Haitian Creole
- Added annotation layer to PDF viewer
- Updated PID file when the zipcontent server starts
- Ensure
startremotecontentimport
andstartdiskcontentimport
pass through thefail_on_error
option to the importcontent command
- Fixed progress tracking edge case where float rounding issues prevent progress reaching 100%
- Add PDF accessibility support for screen readers
- Add support for captions for audio
- Fixed overflowing title alignment on content cards
- Improved visible focus outline
- Fixed positioning of transcript layout when language is set to a right-to-left language
- Fixed calculation for number of users displayed on the User Tables
- Only display the completion modal on the finish event when the resource is also complete
- Specified pre-commit hook python version to 3.10
- Added Python3.11 to supported python versions
- Fixed PDF completion issues
- Fixed learner-facing metadata display of content duration
- Fixed "Mark as complete" functionality to allow learners to mark resources as complete when allowed by the resource
- Disable forward/back buttons on EPUB renderer until locations are properly loaded
- Fix issue that causes learners to skip every other question in an exercise
- Fix searchbox outline
- Fix title spacing in app bar
- Fix bookmark data loading issues that caused inaccurate bookmark display
- Changed __init__.py from 5 tuple to 3
- Set a max width on Library main content grid to display properly on extra large monitors
- Remove "All options" from filters in Learn search/filtering side panel
- Switch display of the completion modal to require both completed progress and the resource to be finished
- Add tests to assert totalattempts behaviour
- Display completion modals only on first completion, and allow user to reopen the modal if needed
- Update category search for each level to be searchable
- Update KDS to 1.4.1
- Adds job storage sanity check to ensure that Kolibri will not fail to start if the asynchronous job storage is malformed
- Logging: remove unused simple formatter, add asctime to color formatter
- Order resume content display by last interaction
- Upgrade morango and lower default sync chunk size through CLI
- Make learners only appear once in reports when assigned from both groups and individually to lessons and quizzes.
- Persist collection tokens when switching between individual and bulk import workflows for channels
- CSV Endpoint permissions and error handling
- Adds fix for multiple worker processes duplicating jobs.
- Adds translated string for user kind in the user table
- Check for an array's length to avoid breaking errors
- Fixes Version logic not handling non-tripartite version strings
- Filters out empty nodes, add safety to breaking code
- Prevent controls for the PDF renderer from overlapping content
- Fix quiz completion regression which caused the notification to contain the incorrect score
- height = width in import cards on thumbnail, fix misaligned text
- Update levels to display translated strings, not constant ids
- Integration test gherkin story for automatic device provisioning in #9587
- Add content check guard to library page in #9635
- Resolve issues with running morango integration tests on postgres in #9571
- Fix headers in content summary logs by forcing unicode literals in #9602
- Improve the
importcontent
--fail-on-error
option in #9591
- Check node being available on filtered queryset to prevent index error. by @rtibbles in #9539
- Force translations in bulk export/import of user data by @jredrejo in #9557
- Ensure peer import and sync tasks for data and content work with servers using a prefix path by @rtibbles in #9533
- Changes in 0.15.x to use kolibri with external plugins by @jredrejo in #9543
- Don't use multiprocessing for downloads. by @rtibbles in #9560
- Update morango and stop locking sync when db backend is postgres by @bjester in #9556
- Improve facility sync status reporting to users by @MisRob in #9541
- Fix show more of top level resources by @marcellamaki in #9555
- Clean up theme regressions by @rtibbles in #9558
- Move CACHES import into function scope to prevent side effects. by @rtibbles in #9561
This release fixes a regression with quiz display for non-admins.
- Clean up state management for user management page in #9535
- Fix quiz display for non-admins in #9545
This release of Kolibri includes security fixes to reduce the vulnerability of online Kolibri instances to discovery of user credentials and to sanitize exported CSV files.
Additional changes include small improvements to coach workflows in quiz and lesson workflows and fixing a regression with searching for users during class assignment.
- Enable "continue" in quiz creation only once exercises selected in #9515
- Update bottom bar text in lesson resources to say save on changes in #9516
- add .trim to v-model for username in #9514
- API and CSV fixes in #9523
- Fix missing search results in coach quiz creation in #9522
- Fixed regression: search functionality for assigning coaches and enrolling learners in https://github.com/learningequality/kolibri/pull/#9525
The goal of this release was to make improvements to the accessibility of Kolibri and to content display. Fixes include improvements to the focus outline that appears for keyboard navigation and fixes to notifications used in screen readers, as well as small improvements to content layout.
- Update firefox bookmarks cards focus outline #9409
- Update side panel focus trapping #9408
- Adds aria labels to immersive toolbar buttons for back and close #9411
- Adds aria-live=polite to the global snackbar component #9410
- Adjust padding for visible focus outline on bottom bar buttons in #9478
- Fix pagination issues for facility user page #9422
- Push PDF pages rendering below full screen bar #9439
- Fix X-Axis display for perseus graphs #9446
- Remove shrink ray from TopicsPage content side panel #9449
- Improve icon size in Cagetgory selection modal #8938
- Fix pagination user tables #9450
- Restrict exclude coach for to assigned coaches only #453
- Ensure all file handlers use utf-8 encoding #9401
- Upgrade morango to v0.6.13 #9445
- 0.14 into 0.15 #9447
- Upgrade KDS to v1.3.1-beta0 #9459
New language support for: Ukrainian
- Additional gherkin scenarios #9130
- Bump morango to v0.6.10 #9168
- Pin windows installer to 1.5.0 #9200
- Pin django js asset #9163
- Compress HTML files for serving #9197
- Disable mac app pipeline by @rtibbles in #9257
SECURE_CONTENT_TYPE_NOSNIFF
set toTrue
#9195
- Content import, deletion, and
remote_content
settings fixes (#9242, #9337, #9246, #8506) - Add check for
notification
to avoid il8n error inCoreBase
#9138 - Redirect for Bookmarks when user is not logged in #9142
- Delete any annotated channelmetadata many to many fields to avoid integrity errors #9141
- Ensure deprovisioning management command deletes DMC #9208
- Fix Python requires to prevent install on incompatible Python versions #9296
The goals of this release were to fix a bug preventing proper syncing of an individual user's data across multiple devices and to made some small frontend improvements
- Deprecation warnings for Python 3.4 and 3.5
- Added auto-alignment property for text display in cards, based on the language
- Allow untranslated headers in csv imports and correct serialization into json
- Updated morango to v0.6.8 to support syncing fixes
- Bump zeroconf for fix to properly trigger service update events
- Bump KDS version to v1.3.0
- Updated translations to support minor translation fixes
- Updated gherkin scenarios for new features
- Content API: Change default ordering to combination of "lft" and "id"
- Keyboard accessibility/tab navigation focusing for searching and filtering
- Allow for scrolling in side panel, and have side panel always take up full height of page even with 0 results
- Small UI improvements including focus ring spacing, button alignment
- Hide hints column in Perseus renderer when it could not be displayed to improve display on smaller screens
- Handle no xAPI statements existing when calculating H5P and HTML5 progress
- Don't package core node_modules dir
- Refactor card components for consistency and comprehensibility
- Address tech debt around KDS theming colors
- Fixed several front end console errors
- Ensure that we filter by subset_of_users_device on network location API
New language support for: Hausa, Georgian, Indonesian, Mozambican Portuguese, and Greek
This release includes a new Learn experience featuring:
- An updated Home page with new layout and interactions
- A new library page featuring a better content browsing, filtering, and search experience
- An update page for browsing individual channels, with new layout and browse/search interactions
- A new bookmarks page and ability to bookmark content within the content renderer
- Sync capabilities for Subset of Users Devices (SoUDs)
Selected high-level technical updates:
- Adding API for SoUD devices, allowing them to request syncing
- Updates to Zeroconf to support SoUD syncing
- Updates to progress tracking
- Consolidation of exam logging
- Fix dataset mismatch between exams and lessons, to allow for syncing
- Adding content metadata search, API, and fields
- #8442 Segments SQLite databases to allow concurrent writes to SyncQueue and NetworkLocation models
- #8446 Forces Learner only device sync request retries when server responds with 500+ status code
- #8438 Fixes failure to sync FacilityUser updates when a login has occurred on a Learner only device prior to syncing
- #8438 Fixes failure to sync all updated records when multiple learner only devices have been setup for a single FacilityUser
- #8069 Fix backdrop not being shown while searching resources on mobile
- #8000 Ensure progress_fraction is propagated through resource API
- #7983 Validate usernames during sign-in flow, fix bug in facility settings page
- #7981 Correct the component namespace in the JSON files
- #7953 Fix non-localized numerals
- #7951 Tasks queue cleared on server start
- #7932 Fix DemoBanner focus
- #8174 Fix errors from ContentNodeResource changes
- #8162 Fix dynamic file discovering and serving on Windows
- (#8159, #8132) Fix IE11 compatibility
- #8199 Don't modify lessons when content is deleted
- #8133 Prevent iterable changes size during iteration
- #8121 Error properly on startup
- #8103 Update values viewset implementation and pagination
- #8102 Fix KLabeledIcon UI
- #8101 Stop TextTruncator flash of full text before truncation
- #8220 Update reference to most recent Kolibri Design System
- #8194 Update data flow docs for accuracy
- #8088 Update DeviceSettingsPage layout. Add labels, tests
- #7936 Change template for personal facility name to "Home facility for {name}"
- #7928 Update memberships, roles, and permissions handling and validation
- #8195 Use a double tap strategy to ensure against zombies
- #8184 Bump morango version to 0.5.6
- #8168 Use consistent "not started" icon and background color in AnswerHistory and AttemptLogList
- #8143 Increase scrolling room for question lists in MultiPanelLayout
- #8130 Replace migration applied check
- #8123 Don't use KResponsiveElementMixin in all ContentCards
- #8592 Fix quiz log syncing
- (#8185, #8595) Add setup wizard for SoUD configuration
- #8229 Add SoUD setup via command line
- (#8202 , #8247 , #8329) Add UI for sync status reporting with notifications for coaches and learners
- (#8192, #8205) Create user sync status tracking, add add permissions to model
- (#8333, #8342, #8345, #8349, #8262) Create queue for SoUD syncing
- #8223 Add notification generation during cleanup stage of sync
- #8222 Add device info versioning
- #8219 Assignment handling within single-user syncing
- #8126 Create API for a subset of user devices to request permission to sync
- #8122 Zeroconf broadcast of SoUD status
- #8165 Initiate auto-syncing from zeroconf
- #8228 Sidechannel loading of assignments
- (#8212, #8215) Create channel-based quizzes, and corresponding gherkin scenarios
- #8095 Add Bookmarks API
- #8084 Allow Kolibri themes to provide a "Photo credit" for the Sign-In page background image
- #8043 Add explicit include_coach_content filter instead of role filter
- (#7989, #8214) Frontend only H5P Rendering and xAPI progress tracking integration
- #7947 Open CSV file with utf-8 encoding in Py3
- #7921 Add content tags to ContentNodeViewset
- #7939 Add endpoint to check for duplicate username and use it to check for existing username while creating an account
- (#8150, #8151) Add learning activity bar component, constants, and icon components
- (#8190, #8180 ) Add support for multiple learning activities icon, and create related constants
- #8186 Create API endpoint for Tasks backend
- #8177 Return learning_activities and duration from contentnode endpoints
- #8142 Add task decorators and task APIs for functions registered via decorators
- #8138 Add Tree viewset for retrieving nested, paginated views of topic trees
- #8136 Add new card design to AllClassesPage and ClassAssignmentPage and add base card elements
- #8134) Update navigateTo for non-custom HTML5 Apps
- (#8118, #8146) Add @vue-composition-api plugin, and expose through apiSpec, so it is available to all SPAs
- #8117 Add vacuum for morango tables in Postgresql databases
- #8367 Ensure the user will see the welcome modal after login
- #8370 Restart zeroconf after setup
- #8383 filter SoUD devices when scanning the network to import new facilities
- #8385 Do not create accounts in Subset of users devices
- #8411 Upgrade zeroconf
- #8412 Reduce default sync retry interval
- #8413 Reuse kolibriLogin to begin user sessions in the setup wizard
- #8596 Add new icons
- #8742 Allow facility forking and recreation
- Updated localizations
- #7766 Content imported by administrators was not immediately available for learners to use
- #7869 Unlisted channels would not appear in list in channel import-workflow after providing token
- #7810 Learners' new passwords were not being validated on the Sign-In page
- #7764 Users' progress on resources was not being properly logged, making it difficult to complete them
- #8003, #8004, #8010 Sign-ins could cause the server to crash if database was locked
- #8003, #7947 Issues downloading CSV files on Windows
- #7735 Filtering on lists of users returns ranked and approximate matches
- #7733 Resetting a facility's settings respects the preset (e.g. formal, informal, nonformal) chosen for it during setup
- #7823 Improved performance on coach pages for facilities with large numbers of classrooms and groups
- #7725 On Firefox, text in Khmer, Hindi, Marathi, and other languages did not render properly.
- #7722, #7488 After viewing a restricted page, then signing in, users were not redirected back to the restricted page.
- #7597, #7612 Quiz creation workflow did not properly validate the number of questions
(Note: 0.14.4 contained a critical issue and was superseded by 0.14.5)
- File downloads now run concurrently, taking better advantage of a device's bandwidth and reducing the time needed to import resources from Kolibri Studio or other content sources
- When setting up a new device using the Setup Wizard's "Quick Start" option, the "Allow learners to create accounts" setting is enabled by default.
- The
provisiondevice
management command no longer converts the user-provided facility name to all lower-case - Markdown descriptions for resources now preserve line breaks from the original source
- Multiple bugs when creating, editing, and copying quizzes/lessons
- Multiple bugs when navigating throughout the Coach page
- Multiple bugs specific to Kolibri servers using PostgreSQL
- On Safari, sections of the Facility > Data page would disappear unexpectedly after syncing a facility
- On IE11, it was not possible to setup a new device by importing a facility
- Missing thumbnails on resource cards when searching/browsing in channels
- Numerous visual and accessibility issues
- Facilities could not be renamed if the only changes were to the casing of the name (e.g. changing "Facility" to "FACILITY")
(Note: 0.14.0-2 contained regressions and were superseded by 0.14.3)
- Some links were opening in new browser windows
- Prevent SQL checksum related too many variables errors
- Responsive layout for channel cards of Learn Page changed to use horizontal space more efficiently
- Resources could not be removed from lessons
- Inaccurate information on Device > Info page when using Debian installer
- Added German
- Added Khmer
- CSV data files have localized headers and filenames
- In the Setup Wizard, users can import an existing facility from peer Kolibri devices on the network
- Facility admins can sync facility data with peer Kolibri devices on the network or Kolibri Data Portal
- Facility admins can import and export user accounts to and from a CSV file
- Channels can display a learner-facing "tagline" on Learn channel list
- Device and facility names can now be edited by admins
- Super admins can delete facilities from a device
- Quizzes and lessons can be assigned to individual learners in addition to whole groups or classes
- Super admins can view the Facility and Coach pages for all facilities
- Pingbacks to the telemetry server can now be disabled
- New card layout for channels on Learn Page is more efficient and displays new taglines
- Simplified setup process when using Kolibri for personal use
- Improved sign-in flow, especially for devices with multiple facilities
- The experience for upgrading channels has been improved with resource highlighting, improved statistics, and more efficient navigation
- Improved icons for facilities, classrooms, quizzes, and other items
- More consistent wording of notifications in the application
- Quizzes and lessons with missing resources are more gracefully handled
- Shut-down times are faster and more consistent
- Many visual and user experience issues
- Language filter not working when viewing channels for import/export
- A variety of mobile responsiveness issues have been addressed
- Fixed: Infinite-loop bug when logging into Kolibri through Internet In A Box (IIAB)
- Fixed: Performance issues and timeouts when viewing large lists of users on the Facility page
- Fixed: Startup errors when Kolibri is installed via
pip
on non-debian-based Linux distributions
- Added Simplified Chinese
- Fixed: In the Device Page, multiple bugs related to managing channels.
- Fixed: Problems viewing African Storybook content on iPads running iOS 9.
- Added Italian
- Python version is shown on the 'Device > Info' page in the 'Advanced' section
- Improved help information when running
kolibri --help
on the command line
- Various layout and UX issues, especially some specific to IE11 and Firefox
- 'Device > Info' page not accessible when logged in as a superuser
- Channels unintentionally reordered on ‘Device > Channels’ when new content is imported
- Video captions flashing in different languages when first opening a video
- Changes to channels updated and republished in Studio not being immediately reflected in Kolibri
- Occasional database blocking errors when importing large collections of content from external drives
- Occasional database corruption due to connections not being closed after operations
- Automatic data restoration for corrupted databases
- Recreate cache.db files when starting the Kolibri server to remove database locks that may not have been cleanly removed in case of an abrupt shut-down.
- Improved content management
- Queues and task manager
- Granular deletion
- Improved channel updating
- Disk usage reporting improvements
- Auto-discovery of local Kolibri peers
- Demographics collection and reporting
- MacOS app
- High-performance Kolibri Server package for Debian
- Pre-built Raspberry Pi Kolibri image
- Video transcripts
- Downloadable and printable coach reports
- New device settings
- "Skip to content" keyboard link
- Preserve 'unlisted' status on channels imported from token
- Allow duplicate channel resources to be maintained independently
- Auto-refresh learner assignemnt view
- Unclean shutdowns on very large databases, due to prolonged database cleanup
- Facility admin performance improvements
- Jittering modal scrollbars
- Updated side-bar styling
- Improved form validation behavior
- Improved learner quiz view
- Improved keyboard accessibility
- Improved error reporting in Windows
- Database vacuum now works correctly
- Fixes related to network detection
- Improve performance of classroom API endpoint to prevent request timeouts
- Added Korean
- Fixed: users creating accounts for themselves not being placed in their selected facility
- Fixed: images in Khan Academy exercises not appearing on occasion
- Fixed: "Usage and Privacy" modal not closing when clicking the "Close" button
(Note: 0.12.6 contained a regression and was superseded by 0.12.7)
- Facility user table is now paginated to improve performance for facilities with large numbers of users.
- Various usability and visual improvements, including improved layout when using a RTL language
- On Windows,
kolibri.exe
is automatically added to the path in the command prompt - Improved system clean-up when uninstalling on Windows
- Added Latin American Spanish (ES-419)
- Upgraded Morango to 0.4.6, fixing startup errors for some users.
- Device Settings Page - The default language can now be changed under Device > Settings. This is the language that will be used on browsers that have never opened Kolibri before (but can be changed after opening Kolibri using the language selector).
- Coach Reports - Users can preview quizzes and lessons and edit their details from their associated report, without having to go to the "Plan" sub-page.
- Added a
kolibri manage deleteuser
command to remove a user from a server, as well as all other servers synchronized with it. - Added a new theming system for customizing various colors that appear in Kolibri.
- EPUB documents with large tables are displayed in a single-column, scrollable format to improve their readability.
- EPUB viewer now saves font and theme settings between sessions.
- Quiz creation workflow only places unique questions in a quiz, removing duplicates that may appear in a topic tree.
- Title and name headers are consistently accompanied by icons in Kolibri symbol system to help orient the user.
- Improved handling of partially-download or otherwise corrupted content databases
- Fixed regression where users could not change their passwords in the Profile page
- Improved PostgreSQL support
- Added fixes related to coach tools
- Coaches can edit lessons from the Coach > Reports page
- Coaches can preview and edit quiz details from the Coach > Reports and Plan pages
- Coaches can edit quiz and lesson details and statuses in the same user interface
- Dynamic selection for CherryPy thread count based on available server memory
- Alignment of coach report icons when viewed in right-to-left languages corrected
- Fixes to loading of some HTML5 apps
- Lessons are now correctly scoped to their classes for learners
- Added Gujarati
- Fixed missing translations in coach group management
- Initial support for uwsgi serving mode.
- Fixed 0.12.0 regression in HTML5 rendering that affected African Storybooks and some other HTML5 content.
- Fixed 0.12.0 regression that prevented some pages from loading properly on older versions of Safari/iOS.
- Added Burmese
- Coach Dashboard - added regularly updating notifications and new information architecture for the coach interface, to provide actionable feedback for coaches about learner progress
- New capability for sandboxed HTML5 app content to utilize sessionStorage, localStorage and cookies, with the latter two restored between user sessions
- Support for enrolling learners in multiple groups in a class
- Management command to reorder channels to provide more customized display in learn
- Exams are now known as Quizzes
- Quizzes with content from deleted channels will now show an error message when a learner or coach is viewing the problems in the quiz or quiz report
- Lessons with content from deleted channels will have those contents automatically removed. If you have created lessons with deleted content prior to 0.12, learner playlists and coach reports for those lessons will be broken. To fix the lesson, simply view it as a coach under Coach > Plan, and it will be fixed and updated automatically
- Changes the sub-navigation to a Material Design tabs-like experience
- Make facility log exporting a background process for a better user experience when downloading large logs
- Allow appbar to move off screen when scrolling on mobile, to increase screen real estate
- Kolibri now supports for iOS Safari 9.3+
- Validation is now done in the 'provisiondevice' command for the username of the super admin user being created
- Disable import and export buttons while a channel is being downloaded to prevent accidental clicks
- Prevent quizzes and lessons in the same class from being created with the same name
- Update quiz and lesson progress for learners without refreshing the page
- Improved focus rings for keyboard navigation
- Coach content no longer appears in recommendations for non-coach users
- The Kolibri loading animation is now beautiful, and much quicker to load
- Icons and tables are now more standardized across Kolibri, to give a more consistent user experience
- Enable two high contrast themes for EPUB rendering for better accessibility
- Supports accessing Kolibri through uwsgi
- Languages: English, Arabic, Bengali, Bulgarian, Chinyanja, Farsi, French, Fulfulde Mbororoore, Hindi, Marathi, Portuguese (Brazilian), Spanish, Swahili, Telugu, Urdu, Vietnamese, and Yoruba
- Support for RTL EPubs
- Support for Python 3.7
- Fullscreen renderer mode now works in Chrome 71
- Account sign up now works when guest access is disabled
- Navigating in and out of exercise detail views is fixed
- Misleading exam submission modal text is now more accurate
- Browsing content tree in exam creation is now faster
- Unavailable content in coach reports is now viewable
- Content import errors are handled better
- Added command to restore availability of content after bad upgrade
- Added Fufulde Mboroore
- Support for EPUB-format electronic books
- Upgrades to exam and lesson creation, including search functionality and auto-save
- New error handling and reporting functionality
- Channel import from custom network locations
- Setting for enabling or disabling guest access
- Basic commands to help with GDPR compliance
- Privacy information to help users and admins understand how their data is stored
- Improvements to rendering of some pages on smaller screens
- Improvements to search behavior in filtering and handling of large result sets
- Improvements to the setup wizard based on user feedback and testing
- Improvements to user management, particularly for admins and super admins
- Fix: Allow usernames in non-latin alphabets
- Fix: Drive listing and space availability reporting
- Auto-refresh in coach reports
- Added more validation to help with log-in
- Security: upgraded Python cryptography and pyopenssl libraries for CVE-2018-10903
- Languages: English, Arabic, Bengali, Bulgarian, Chinyanja, Farsi, French, Hindi, Marathi, Portuguese (Brazilian), Spanish, Swahili, Telugu, Urdu, Vietnamese, and Yoruba
- Improved consistency of language across the application, and renamed "Superuser" to "Super admin"
- Many fixes to translation and localization
- Consistent font rendering across all languages
- Added Mexican Spanish (es_MX) and Bulgarian (bg)
- Upgrade issue upon username conflict between device owner and facility user
- Channel import listing of USB devices when non-US locale
- Counts for coach-specific content would in some cases be wrongly displayed
- Performance improvements and bug fixes for content import
- Exam creation optimizations
- Bug fix release
- Several smaller UI fixes
- Fixes for SSL issues on low-spec devices / unstable connectivity
- Compatibility fixes for older system libraries
- Support for coach-specific content
- Content import/export is more reliable and easier to use
- Search has improved results and handles duplicate items
- Display of answer history in learner exercises is improved
- Login page is more responsive
- Windows-specific improvements and bug fixes
- New Kolibri configuration file
- Overall improved performance
- Auto-play videos
- Various improvements to PDF renderer
- Command to migrate content directory location
- Languages: English, Arabic, Bengali, Chinyanja, Farsi, French, Hindi, Kannada, Marathi, Burmese, Portuguese (Brazilian), Spanish, Swahili, Tamil, Telugu, Urdu, Yoruba, and Zulu
- Compressed database upload
- Various bug fixes
- Various bug fixes
- Languages: English, Arabic, Bengali, Chinyanja, Farsi, French, Hindi, Marathi, Portuguese (Brazilian), Spanish, Swahili, Tamil, Telugu, Urdu, Yoruba, and Zulu
- Fixed regression that caused very slow imports of large channels
- Adds new 'import users' command to the command-line
- Various consistency and layout updates
- Exercises with an error no longer count as 'correct'
- Fixed issue with password-less sign-on
- Fixed issue with editing lessons
- Various other fixes
- Languages: English, Arabic, Chinyanja, Farsi, French, Hindi, Marathi, Portuguese (Brazilian), Spanish, Swahili, Tamil, Telugu, and Urdu
- Consistent usage of 'coach' terminology
- Added class-scoped coaches
- Support for multi-facility selection on login
- Cross-channel exams
- Show correct and submitted answers in exam reports
- Added learner exam reports
- Various bug fixes in exam creation and reports
- Various bug fixes in coach reports
- Fixed logging on Windows
- Added ability for coaches to make copies of exams
- Added icon next to language-switching functionality
- Languages: English, Arabic, Farsi, French, Hindi, Spanish, Swahili, and Urdu
- Added support for assigning content using 'Lessons'
- Updated default landing pages in Learn and Coach
- Added 'change password' functionality to 'Profile' page
- Updates to text consistency
- Languages: English, Spanish, Arabic, Farsi, Urdu, French, Haitian Creole, and Burmese
- Various bug fixes
- Fix issue with importing large channels on Windows
- Fix issue that prevented importing topic thumbnail files
- Improvements and fixes to installers including Windows & Debian
- Updated documentation
- Completed RTL language support
- Languages: English, Spanish, Arabic, Farsi, Swahili, Urdu, and French
- Support for Python 3.6
- Split user and developer documentation
- Improved lost-connection and session timeout handling
- Added 'device info' administrator page
- Content search integration with Studio
- Granular content import and export
- Consistent ordering of channels in learner views
- Many mobile-friendly updates across the app
- Update French, Portuguese, and Swahili translations
- Upgraded Windows installer
- Cross-channel searching and browsing
- Improved device onboarding experience
- Improved device permissions experience (deprecated 'device owner', added 'superuser' flag and import permission)
- Various channel import/export experience and stability improvements
- Responsive login page
- Dynamic language switching
- Work on integrated living style guide
- Added beta support for right-to-left languages
- Improved handling of locale codes
- Added support for frontend translation outside of Vue components
- Added an open-source 'code of conduct' for contributors
- By default run PEX file in foreground on MacOS
- Crypto optimizations from C extensions
- Deprecated support for HTML in translation strings
- Hide thumbnails from content 'download' button
- Automatic database backup during upgrades. #2365
- ... and many other updates and fixes
- Release timeout bug fix from 0.4.8
- Release bug fix from 0.4.7
- Python dependencies: Only bundle, do not install dependencies in system env #2299
- Beta Android support
- Fix 'importchannel' command #2082
- Small translation improvements for Spanish, French, Hindi, and Swahili
- Update all user logging related timestamps to a custom datetime field that includes timezone info
- Added daemon mode (system service) to run
kolibri start
in background (default!) #1548 - Implemented
kolibri stop
andkolibri status
#1548 - Newly imported channels are given a 'last_updated' timestamp
- Add progress annotation for topics, lazily loaded to increase page load performance
- Add API endpoint for getting number and total size of files in a channel
- Migrate all JS linting to prettier rather than eslint
- Merge audio_mp3_render and video_mp4_render plugins into one single media_player plugin
- KOLIBRI_LISTEN_PORT environment variable for specifying a default for the --port option #1724
- User experience improvements for session timeout
- Prevent session timeout if user is still active
- Fix exam completion timestamp bug
- Prevent exercise attempt logging crosstalk bug
- Update Hindi translations
- Fix bug that made updating existing Django models from the frontend impossible
- Fix various exam and progress tracking issues
- Add automatic sign-out when browser is closed
- Fix search issue
- Learner UI updates
- Updated Hindi translations
- Frontend and backend changes to increase performance of the Kolibri application under heavy load
- Fix bug in frontend simplified login code
- Fix for Python 3 compatibility in Whl, Windows and Pex builds #1797
- Adds Mexican Spanish as an interface language
- Upgrades django-q for bug fixes
- Speed improvements for content recommendation #1798
- Fixes for morango database migrations
- Makes usernames for login case insensitive #1733
- Fixes various issues with exercise rendering #1757
- Removes wrong CLI usage instructions #1742
- Class and group management
- Learner reports #1464
- Performance optimizations #1499
- Anonymous exercises fixed #1466
- Integrated Morango, to prep for data syncing (will require fresh database)
- Adds Simplified Login support as a configurable facility flag
- Turns video captions on by default
- Updated translations for Portuguese and Kiswahili in exercises.
- Updated Spanish translations
- Portuguese and Kaswihili updates
- Windows fixes (mimetypes and modified time)
- VF sidebar translations
- Add support for nested URL structures in API Resource layer
- Add Spanish and Swahili translations
- Improve pipeline for translating plugins
- Add search back in
- Content Renderers use explicit new API rather than event-based loading
- Add authentication for tasks API
- Temporarily remove 'search' functionality
- Rename 'Learn/Explore' to 'Recommended/Topics'
- Add JS-based 'responsive mixin' as alternative to media queries
- Replace jeet grids with pure.css grids
- Begin using some keen-ui components
- Update primary layout and navigation
- New log-in page
- User sign-up and profile-editing functionality
- Versioning based on git tags
- Client heartbeat for usage tracking
- Allow plugins to override core components
- Wrap all user-facing strings for I18N
- Log filtering based on users and collections
- Improved docs
- Pin dependencies with Yarn
- ES2015 transpilation now Bublé instead of Babel
- Webpack build process compatible with plugins outside the kolibri directory
- Vue2 refactor
- HTML5 app renderer
- SVG inlining
- Exercise completion visualization
- Perseus exercise renderer
- Coach reports
- Improved documentation
- Conditional (cancelable) JS promises
- Asset bundling performance improvements
- Endpoint indexing into zip files
- Case-insensitive usernames
- Make plugins more self-contained
- Client-side router bug fixes
- Resource layer smart cache busting
- Loading 'spinner'
- Make modals accessible
- Fuzzy searching
- Usage data export
- Drive enumeration
- Content interaction logging
- I18N string extraction
- Channel switching bug fixes
- Modal popups
- A11Y updates
- Tab focus highlights
- Learn app styling changes
- User management UI
- Task management
- Content import/export
- Session state and login widget
- Channel switching
- Setup wizard plugin
- Documentation updates
- Content downloading
- Page titles
- Javascript logging module
- Responsiveness updates
- A11Y updates
- Cherrypy server
- Vuex integration
- Stylus/Jeet-based grids
- Support for multiple content DBs
- API resource retrieval and caching
- Content recommendation endpoints
- Client-side routing
- Content search
- Video, Document, and MP3 content renderers
- Initial VueIntl integration
- User management API
- Vue.js integration
- Learn app and content browsing
- Content endpoints
- Automatic inclusion of requirements in a static build
- Django JS Reverse with urls representation in kolibriGlobal object
- Python plugin API with hooks
- Webpack build pipeline, including linting
- Authentication, authorization, permissions
- Users, Collections, and Roles