summaryrefslogtreecommitdiffstats
path: root/inc/defaultdata.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Get baseconfig ready for modularizationSimon Rettberg2016-05-131-4/+0Star
|
* add SLX_BWIDM_AUTH to "System config" variables listJonathan Bauer2016-04-201-0/+7
|
* [locations] New module for managing locationsSimon Rettberg2016-02-191-1/+23
|
* [config vars] Support SLX_DEMO_PASSSimon Rettberg2015-10-261-0/+7
|
* [defaultvalues] Increase default logout timeout to 45 minsSimon Rettberg2015-09-161-1/+1
|
* 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