This repository has been archived by the owner on Jan 28, 2020. It is now read-only.
Releases: mitodl/lore
Releases · mitodl/lore
v0.7.0
Release 0.7.0 - Implemented ``Select2`` element to refactor ``select2`` widgets. - Added checkboxes to allow user to uncheck items in export panel. - Sped up indexing using caching. - Made checkbox for ``Allow multiple terms`` in the taxonomy panel consistent with the rest of the UI. - Implemented export of static assets. - Fixed user menu display on LORE welcome page.
v0.6.0
Release 0.6.0
- Modified learningresource panel to include multi select.
- Removed export button for empty repositories.
- Added test for StaticAsset.loader.
- Added export functionality for learning resources.
- Added select2-bootstrap-theme bower component.
- Added Select2 to the JS libraries.
- Created ICheckbox React component.
- Made XML preview box for a LearningResource should be read only.
- Pinned all versions.
- Avoided hitting the database for the search page.
- Added field to Vocabulary to define if it can contain multiple terms.
- Incremented xbundle version.
- Added test for ManageTaxonomies.loader.
- Changed vocabularies listing page to match the design.
- Fixed broken links in the footer.
- Removed console.error statement.
- Fixed bug where export checkboxes were not updated in sync with
export count. - Fix test failures due to pylint dependency chain.
- Created StatusBox component to hold messages and errors.
- Added shopping cart for export.
- Changed response vocabulary name to match input and avoid key collision.
- Added docker support for running worker or Web process by environment.
- Extended tests for manage_taxonomies.jsx file.
- Added description path to listing page.
- Removed export view which isn't used anymore.
- Refactored code for reloading module into a function.
- Refactored permission check for listing view.
- Updated Haystack to 2.4.0 - Removed automatic index update from deployment.
- Fixed preview link not showing up in list view.
- Grouped REST tests by common endpoint.
- Changed vocabulary term indexing from string to integer.
- Implemented preview link for learning resource panel.
- Added sorting to search results.
- Implemented learning resource panel updating on every panel open.
- Used different haystack index for tests to prevent conflict with web
application.