tutor/tutor
Régis Behmo c0d79463ff v14.2.2 (2022-11-29)
- [Bugfix] Fix `jinja2.exceptions.TemplateSyntaxError: expected token 'end of statement block', got '|'` error by bumping the minimum required version of the Jinja2 package.
- [Feature] Add support for MongoDB SSL, authentication source, mechanism and replica set via the `MONGODB_USE_SSL`, `MONGODB_AUTH_MECHANISM`, `MONGODB_AUTH_SOURCE`, `MONGODB_REPLICA_SET` settings. (by @zakum1 and @regisb)
- [Bugfix] Fix tag of "openedx" development Docker image. Previously, this Docker tag did not include the Tutor version. As a consequence, a different cached image could be used in some cases. For instance: when running `tutor dev run` commands. Now, the image tag is "openedx-dev:TUTOR_VERSION".
- [Bugfix] Fix name of Swahili locale: it is "sw-ke" and not "sw" (by @regisb).
- [Security] Apply drag-n-drop v2 xblock [security patch](https://discuss.openedx.org/t/upcoming-security-release-xblock-drag-and-drop-v2/8768/7). (by @regisb)
2022-11-29 11:27:35 +01:00
..
commands feat: auto-complete `config save/printroot` arguments 2022-11-24 16:21:57 +01:00
hooks feat: auto-complete `--mount` args 2022-11-17 14:50:52 +01:00
plugins feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
templates sec: fix XSS vulnerability in drag-n-drop v2 xblock 2022-11-29 09:05:38 +01:00
__about__.py v14.2.2 (2022-11-29) 2022-11-29 11:27:35 +01:00
__init__.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
bindmounts.py feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
config.py feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
env.py feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
exceptions.py Tutor v3 complete rewrite 2019-02-09 20:30:01 +01:00
fmt.py feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
images.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
interactive.py fix: Swahili locale name 2022-11-28 12:23:02 +01:00
jobs.py feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
py.typed feat: add py.typed for typing extensions 2022-10-26 12:28:16 +02:00
serialize.py feat: auto-complete `config save/printroot` arguments 2022-11-24 16:21:57 +01:00
types.py feat: strongly typed hooks 2022-11-15 14:58:36 +01:00
utils.py fix: print proper command on check_output 2022-10-26 16:46:04 +02:00