Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [eventlog] Don't die on DB insert error | Simon Rettberg | 2016-08-29 | 1 | -1/+1 |
| | |||||
* | Add checks for eventlog module existence in global helper class | Simon Rettberg | 2016-05-19 | 1 | -0/+14 |
| | |||||
* | Delete event log when adding first user | Simon Rettberg | 2015-05-04 | 1 | -0/+8 |
| | |||||
* | Don't use EventLog during update if db is too old | Simon Rettberg | 2014-10-16 | 1 | -1/+1 |
| | |||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -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 Rettberg | 2014-10-06 | 1 | -4/+19 |
| | | | | created yet | ||||
* | Added eventlog class, improved db-update machanism. | Simon Rettberg | 2014-09-15 | 1 | -0/+15 |
A warning will be shown in the main menu bar if the database schema needs to be updated. |