summaryrefslogtreecommitdiffstats
path: root/inc/taskmanagercallback.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-0/+8
|
* [merge] merging c3sl / fr - initial commitJonathan Bauer2016-04-011-7/+0Star
|
* [ipxe] Add error to eventlog if compile process failedSimon Rettberg2016-03-211-0/+7
|
* [vmstore] Only save config if mounting succeededSimon Rettberg2015-09-291-0/+20
|
* Various fixesSimon Rettberg2015-02-241-2/+2
|
* Config.tgz improvements, automatic rebuilds etc.Simon Rettberg2015-01-291-0/+15
|
* Fix stupid bug in update query, check DB version before handling callbacksSimon Rettberg2015-01-211-7/+13
|
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-9/+40
|
* Tweaks and fixesSimon Rettberg2014-12-021-1/+55
|
* Big load of changesSimon Rettberg2014-10-091-0/+43
- 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