This repository was archived by the owner on Apr 16, 2024. It is now read-only.
Releases: geli-lms/geli
Releases · geli-lms/geli
Second feature release
Major news:
- Responsivness improved
- leave course function
- delete course
- import/export course function
- free text mail to students
- dragging content between lectures
- consistent save and abort btns in units
- progress component
- duplication of lectures
- randomize tasks after validation
Dynamic db name
This release allows the use of different database names. Before this the database was always named test. Now the database name defaults to geli, but can be overwritten using the enviroment variable DB_NAME.
If you don't want to transfer your database to one named geli just set the enviroment variable DB_NAME to test
Bugfix/Consolidation
This release has a lot of major bugfixes and optimizations.
Security improvements
Merge pull request #234 from h-da/develop Add security for free courses
First Live-Ready release
This release is the first one which will be used in a live environment.
Almost production ready
This version can be used with some restriction.
WE DONOT RECOMMEND TO USE THIS IN PROD
There will be Bugfix Version 0.2.1 comming within the next months, before the wintersemester.
Basics implemented
This release is the first more or less working state of the geli project.
We don't recommend to use this release!