6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-14 06:58:21 +00:00
tutor/docs
Régis Behmo 7c157eccd5 feat: upgrade to Maple
- A shared cookie domain between lms and cms is no longer recommended:
https://github.com/edx/edx-platform/blob/master/docs/guides/studio_oauth.rst
- refactor: clean mounted data folder in lms/cms. In Lilac, the
bind-mounted lms/data and cms/data folders are a mess because new
folders are created there for every new course organisation.  These
folders are empty. As far as we know they are useless... With this
change we move these folders to a dedicated "modulestore" subdirectory;
which corresponds better to the initial intent of the fs_root setting.
- fix: frontend failure during login to the lms. See:
https://github.com/openedx/build-test-release-wg/issues/104
- feat: move all forum-related code to a dedicated plugin. Forum is an
optional feature, and as such it deserves its own plugin. Starting from
Maple, users will be able to install the forum from
https://github.com/overhangio/tutor-forum/
- migrate from DCS_* session cookie settings to SESSION_*. That's
because edx-platform no longer depends on django-cookies-samesite. Close
https://github.com/openedx/build-test-release-wg/issues/110
- get rid of tons of deprecation warnings in the lms/cms
- feat: make it possible to point to themed assets. Cherry-picking this
change makes it possible to point to themed assets with a theme-agnostic
url, notably from MFEs.
- Install all official plugins as part of the `tutor[full]` package.
- Don't print error messages about loading plugins during autocompletion.
- Prompt for image building when upgrading from one release to the next.
- Add `tutor local start --skip-build` option to skip building Docker images.

Close #450.
Close #545.
2021-12-20 21:21:36 +01:00
..
download feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
img docs: reorganize local guides in tutorials 2021-10-14 12:59:57 +02:00
plugins feat: move all forum-related code to a dedicated plugin 2021-12-20 21:19:10 +01:00
reference/cli Swap incorrect documentation filenames 2021-10-28 15:57:06 +02:00
tutorials feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
_release_description.md Clarify the RAM requirements, especially for Mac OS. 2020-03-16 18:12:57 +01:00
.gitignore Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
conf.py docs: generate reference docs automatically 2021-10-14 12:59:57 +02:00
configuration.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
dev.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
faq.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
gettingstarted.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
index.rst docs: add links to source code/forums/pypi 2021-10-14 12:59:57 +02:00
install.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
intro.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
k8s.rst feat: better support of caddy as a k8s load balancer 2021-12-20 21:19:10 +01:00
local.rst docs: add tutorial on running tutor edge 2021-10-14 12:59:57 +02:00
Makefile docs: keep running "make watch" on failure 2021-11-25 12:25:23 +01:00
plugins.rst feat: upgrade to open-release/lilac.master 2021-06-08 23:29:12 +02:00
quickstart.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
reference.rst docs: generate reference docs automatically 2021-10-14 12:59:57 +02:00
run.rst docs: build docs in CI (and be nitpicky about it) 2021-10-14 12:59:57 +02:00
testimonials.rst v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
troubleshooting.rst feat: get rid of the nginx container and services 2021-12-20 21:19:10 +01:00
tutor.rst goodbye "edge" hello "nightly"! 2021-10-14 12:59:57 +02:00
tutorials.rst feat: k8s scale command + tutorial 2021-12-20 21:19:10 +01:00
whatnext.rst docs: reorganize local guides in tutorials 2021-10-14 12:59:57 +02:00