summaryrefslogtreecommitdiffstats
path: root/inc/eventlog.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [eventlog] Don't die on DB insert errorSimon Rettberg2016-08-291-1/+1
|
* Add checks for eventlog module existence in global helper classSimon Rettberg2016-05-191-0/+14
|
* Delete event log when adding first userSimon Rettberg2015-05-041-0/+8
|
* Don't use EventLog during update if db is too oldSimon Rettberg2014-10-161-1/+1
|
* Big load of changesSimon Rettberg2014-10-091-10/+13
| | | | | | | | | | | - 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 when creating users; show info on main page if no user was ↵Simon Rettberg2014-10-061-4/+19
| | | | created yet
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-151-0/+15
A warning will be shown in the main menu bar if the database schema needs to be updated.