Skip to content

Releases: overhangio/tutor

v3.3.3

29 Mar 13:40
Compare
Choose a tag to compare
v3.3.3 (2019-03-29)

- [Bugfix] Fix `pip install tutor-openedx`

v3.3.2

27 Mar 15:58
Compare
Choose a tag to compare
Fix login from localhost

Login from localhost/studio.localhost was broken on Ironwood because the
session cookie was configured to be stored under the production domain
name. We fix this by setting the SESSION_COOKIE_DOMAIN to None: in the
edx-platform code, this corresponds to using the current request domain.

v3.3.1

25 Mar 14:46
Compare
Choose a tag to compare
- [Improvement] Improve assets building for development
- [Improvement] Support CMS login when the CMS is not a subdomain of the
LMS

v3.3.0

22 Mar 22:43
Compare
Choose a tag to compare
- [Feature] Upgrade from Hawthorn to Ironwood

v3.2.2

22 Mar 22:45
Compare
Choose a tag to compare
- [Feature] Multiple platforms on a single server \o/
- [Feature] Easily configure web proxy on the host
- [Bugfix] Fix `images pull all` command which failed on "all" image
- [Improvement] Add configurable mongodb, SMTP and rabbitmq
authentication
- [Improvement] Harmonize mysql username/password configuration
parameters
- [Feature] Configurable and pluggable data storage backends (#114)

v3.2.1

19 Mar 00:08
Compare
Choose a tag to compare
- [Feature] Enable grade downloads by default (#143)
- [Improvement] Remove orphan containers on `local start`

v3.2.0

18 Mar 22:01
Compare
Choose a tag to compare
- [Improvement] `images pull` now also pulls vendor images
- [Feature] Add convenient `config printvalue` command
- [Feature] Customize docker registry
- [Feature] Load configuration parameters from the system environment
- [Improvement] Automatic environment re-generation after
re-configuration
- [Improvement] Error and interrupt handling in UI and web UI
- [Bugfix] Fix missing webui env directory

v3.1.0

09 Mar 16:56
Compare
Choose a tag to compare
- [Improvement] Install python requirements in virtual env in docker
image
- [Bugfix] Add missing volume for theme development
- [Improvement] Rename "config [non]interactive" command to "config save
[--silent]"
- [Improvement] More explicit logging during environment generation
- [Improvement] Configurable docker images (#122)
- [Bugfix] Fix "android pullimage" command
- [Improvement] Do not upgrade images as part of quickstart
- [Bugfix] Fix USERID setup in development mode and various dev-related
docs (#177)

v3.0.6

26 Feb 20:04
Compare
Choose a tag to compare
  • [Bugfix] Fix import/export of demo course (#175)

v3.0.5

14 Feb 07:42
Compare
Choose a tag to compare
- [Feature] Add cloud deployment script
- [Improvement] Run `images pull` command
- [Improvement] Run `indexcourses` on importing demo course
- [Improvement] Add `runserver stop` command