summaryrefslogtreecommitdiffstats
path: root/inc/defaultdata.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Several minor fixesSimon Rettberg2014-11-191-2/+4
| | | | | | | - Removed common share setting for now (until properly supported) - Remove extra container div in message display - Support multiline translation strings - Add "next" button on top of file list when creating custom config module
* Add SLX_BENCHMARK_VM to settingsSimon Rettberg2014-10-211-0/+7
|
* Avoid ID 0 for cat_settings pkSimon Rettberg2014-10-161-3/+3
|
* Big load of changesSimon Rettberg2014-10-091-3/+18
| | | | | | | | | | | - 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
* Use eventlog in init and update API, populate database with default values ↵Simon Rettberg2014-10-061-0/+148
on init