Skip to content

Releases: openfun/richie

1.6.0

03 Aug 10:14
Compare
Choose a tag to compare

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

15 Jul 18:17
Compare
Choose a tag to compare

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

11 Jul 11:28
Compare
Choose a tag to compare

Fixed

  • Fixed typos in header-related SCSS variable names.
  • Fix non-conformities in blogpost, category, organization & person glimpses.
  • Fix lodash, lodash-es, handlebars vulnerabilities by upgrading versions.

1.5.0

03 Jul 15:32
Compare
Choose a tag to compare

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

26 Jun 20:45
Compare
Choose a tag to compare

Changed

  • Improve the layout for the person details page.

Fixed

  • Improve label text for the child filter toggle in Search.

1.4.0

26 Jun 20:45
Compare
Choose a tag to compare

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

20 Jun 14:43
Compare
Choose a tag to compare

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

19 Jun 13:47
Compare
Choose a tag to compare

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

05 Jun 14:42
Compare
Choose a tag to compare

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

05 Jun 08:56
Compare
Choose a tag to compare

Fixed

  • Fix page permissions that ended-up being considered as view restrictions
    making all organization and course pages private.