Releases: openfun/richie
Releases · openfun/richie
1.6.0
Added
- Configure roles and permissions in the demo site.
Changed
- Factorize the code creating roles & permissions for organizations & courses,
- Display an icon on the course glimpse (the first among the course's icons),
- Add icons to the course detail page via a constrained placeholder,
- Add an icon to the category detail page via a constrained placeholder,
- Add icon image to the category search index,
- Add icon image to the course search index.
Fixed
- Fix
get_placeholder_plugins
template tag when the placeholder is missing, - Stop limiting course getters to specific placeholder names on all objects.
1.5.2
Changed
- Improve english date on course page,
- Improve course glimpse text formatting.
Fixed
- Remove asserts and prepare codebase for activation of
bandit
linter.
1.5.1
1.5.0
Added
- Add a section "What you will learn" to the course page.
Fixed
- Fix language confusion when getting objects that are related to a course via a plugin (organizations, categories and persons),
- Use empty image alt text & no link title text for course glimpses to comply with accessibility standards (existing alts & titles were redundant).
- Fix an issue that caused inconsistent UI and broken search results when selecting a suggestion in course search.
1.4.1
1.4.0
Added
- Add a catchphrase on top of the course detail view.
- Allow configuring max length and CKeditor on specific placeholders for text plugins, and propose default configurations using this new feature.
Changed
- Improve handling of organization-related images to prevent unwanted cropping of organization logos.
- Change the person bio to a plain text plugin.
1.3.0
Changed
- Add course effort and duration values to demo site.
Removed
- Replace first name, last name and person title by page title.
Fixed
- Add missing translation when displaying effort and duration on the course.
1.2.0
Added
- Add field on course to record effort (e.g 5 hours/day) and duration
(e.g 4 weeks). - Add a new plugin to easily create HTML sitemaps.
Fixed
- Fix thumbnail definition for the image glimpse used on the search page.
1.1.0
Changed
- Allow only formatted texts or images in course complementary information,
- Simplify what permissions are required to create Richie extension pages,
- Show course creation wizard only on organization pages.
Fixed
- Fix giving permissions on a course filer folder to its organization admins.
1.0.1
Fixed
- Fix page permissions that ended-up being considered as view restrictions
making all organization and course pages private.