summaryrefslogtreecommitdiffstats
path: root/inc/taskmanagercallback.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/Taskmanagercallback] Fix function callSimon Rettberg2018-04-201-2/+2
|
* [vmstore] Add fields to specify mount optionsSimon Rettberg2018-03-211-1/+2
|
* [inc/TaskmanagerCallback] More details on error loggingSimon Rettberg2018-03-051-1/+1
|
* Silence some warningsSimon Rettberg2016-09-091-1/+5
|
* Fix minor issues in exams install hook, taskmanager callback logicSimon Rettberg2016-08-121-1/+5
|
* Remove remaining references to schema versionSimon Rettberg2016-06-091-9/+10
|
* [taskmanagercallback] Add imgupload callbackSimon Rettberg2016-05-211-0/+16
|
* 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