Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix A LOT of type problems, logic flaws, uninitialized variables etc. | Simon Rettberg | 2017-12-16 | 1 | -1/+1 |
| | | | | | Most of them were found by phpstorm, so I put in some time and went through the list, fixing quite a bunch of them. | ||||
* | [apis/conr] Minutes... | Simon Rettberg | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | cron: Clear stucklist on reboot | Simon Rettberg | 2017-05-17 | 1 | -1/+1 |
| | |||||
* | [apis/cron] Fix typo in 'EventLog' handle blocked jobs in separate list | Simon Rettberg | 2017-05-12 | 1 | -4/+19 |
| | |||||
* | [apis/cron] Add crash logging functionality | Simon Rettberg | 2017-05-12 | 1 | -1/+26 |
| | |||||
* | [apis/cron] Try to catch exceptions when running module cron handler | Simon Rettberg | 2017-04-10 | 1 | -1/+6 |
| | |||||
* | Fix a couple of warnings and notices from error.log | Simon Rettberg | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | [inc/Hook] New helper for loading hooks | Simon Rettberg | 2017-03-02 | 1 | -13/+7 |
| | |||||
* | Finish modularizing cron; Add error detection for crashed cron jobs | Simon Rettberg | 2017-03-02 | 1 | -16/+38 |
| | |||||
* | [inc/property] Add list-of-values interface | Simon Rettberg | 2017-02-23 | 1 | -0/+3 |
| | | | | | | This can be used to store multiple items per key and avoids the race conditions that manually (de)serializing a list and then using get()/set() would cause. | ||||
* | Modularize cron api | Simon Rettberg | 2016-08-22 | 1 | -27/+15 |
| | | | | | Modules now can have a ./hooks/cron.inc.php to run every X minutes, according to how you set up the cron job for the global /inc/cron.inc.php | ||||
* | [statistics] cron: log usage | Simon Rettberg | 2016-02-19 | 1 | -0/+15 |
| | |||||
* | [statistics] Add table definition, bump db version | Simon Rettberg | 2015-12-21 | 1 | -0/+6 |
| | |||||
* | [cron] Trigger ldadp checks/launch | Simon Rettberg | 2015-11-10 | 1 | -0/+1 |
| | |||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -0/+28 |
- 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 |