Skip to content

Releases: openfun/openedx-docker

hawthorn.1-oee-2.8.0

25 Feb 13:24
Compare
Choose a tag to compare

Added

  • Install lynx to perform HTML to text conversions

hawthorn.1-oee-2.7.0

14 Feb 20:16
Compare
Choose a tag to compare

Upgraded xblock-configurable-lti-consumer to v1.2.1

Added

  • Give precedence to a passport defined in the course over the passport defined in our settings,
  • Allow presetting the iframe height with a correct ratio to avoid a black box flickering when the iFrame containing the LTI service loads.

Fixed

  • Allow setting visible fields dynamically from the Studio (hidden fields are still taken from the configuration in settings),

hawthorn.1-oee-2.6.0

14 Feb 17:51
Compare
Choose a tag to compare

Added

  • Make memcached host & port configurable.

hawthorn.1-2.6.0

14 Feb 17:52
Compare
Choose a tag to compare

Added

  • Make memcached host & port configurable.

hawthorn.1-oee-2.5.1

31 Jan 14:14
Compare
Choose a tag to compare

Fixed

  • Use default common setting for TRACKING_IGNORE_URL_PATTERNS

hawthorn.1-2.5.1

31 Jan 14:16
Compare
Choose a tag to compare

Fixed

  • Use default common setting for TRACKING_IGNORE_URL_PATTERNS

hawthorn.1-oee-2.5.0

21 Jan 20:56
Compare
Choose a tag to compare

Upgrade XBlock configurable LTI consumer to 1.1.0. Allow generating LTI launch urls dynamically on the basis of a regex.

hawthorn.1-oee-2.4.1

18 Jan 16:29
Compare
Choose a tag to compare

Fixed:

  • Upgrade XBlock configurable LTI consumer to 1.0.0-rc.3

hawthorn.1-oee-2.3.0

20 Dec 16:46
Compare
Choose a tag to compare

Python encoding is based on the system locale, hence to prevent encoding failures, we need to configure the system locale as "en_US.UTF-8".

This patch also installs the gettext tool that is required by Django to collect and compile translations.

Configure cache to use memcached

19 Dec 18:22
Compare
Choose a tag to compare

Use memcached as default cache so it is shared between pods. This fixes cache invalidation bugs between the cms and lms.