summaryrefslogtreecommitdiffstats
path: root/install/schema.sql
Commit message (Collapse)AuthorAgeFilesLines
* first rough version of exams-module.Christian Klinger2016-06-101-0/+3
|
* [statistics] Add table definition, bump db versionSimon Rettberg2015-12-211-167/+192
|
* Update SQL schema dumpSimon Rettberg2015-05-261-71/+47Star
|
* Update schema dumpSimon Rettberg2014-10-161-68/+40Star
|
* Big load of changesSimon Rettberg2014-10-091-0/+219
- Added callback functionality for taskmanager tasks. You can launch a task and define a callback function to be run when the task finished. This requires activating the cronjob - Added cron functionality: Add cronjob that calls the cron api every 5 minutes to use it. (See cron.inc.php) - Added eventlog - Added missing translations - Merged main-menu-login and main-menu-logout