summaryrefslogtreecommitdiffstats
path: root/install/content.sql
Commit message (Collapse)AuthorAgeFilesLines
* [statistics] Add table definition, bump db versionSimon Rettberg2015-12-211-1/+1
|
* Update SQL schema dumpSimon Rettberg2015-05-261-1/+1
|
* Rework config module class structure. Still some TODOs though....Simon Rettberg2014-12-121-1/+1
|
* Forgot to bump version in sqldumpSimon Rettberg2014-12-111-1/+1
|
* Update schema dumpSimon Rettberg2014-10-161-1/+1
|
* Big load of changesSimon Rettberg2014-10-091-0/+2
- 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