summaryrefslogtreecommitdiffstats
path: root/modules/eventlog.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-70/+0Star
|
* Tweaks and fixesSimon Rettberg2014-12-021-1/+1
|
* Fix wrong event type when displaying event logSimon Rettberg2014-11-281-2/+2
|
* eventlog: add api, add page to view eventsSimon Rettberg2014-10-151-0/+15
|
* Big load of changesSimon Rettberg2014-10-091-0/+55
- 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