Releases: openfun/openedx-docker
Releases · openfun/openedx-docker
hawthorn.1-oee-2.8.0
Added
- Install
lynx
to perform HTML to text conversions
hawthorn.1-oee-2.7.0
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
Added
- Make memcached host & port configurable.
hawthorn.1-2.6.0
Added
- Make memcached host & port configurable.
hawthorn.1-oee-2.5.1
Fixed
- Use default common setting for
TRACKING_IGNORE_URL_PATTERNS
hawthorn.1-2.5.1
Fixed
- Use default common setting for
TRACKING_IGNORE_URL_PATTERNS
hawthorn.1-oee-2.5.0
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
Fixed:
- Upgrade XBlock configurable LTI consumer to 1.0.0-rc.3
hawthorn.1-oee-2.3.0
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
Use memcached as default cache so it is shared between pods. This fixes cache invalidation bugs between the cms and lms.