Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [inc/Database] Do EXPLAIN SELECT at shutdown so we don't interfere with ↵ | Simon Rettberg | 2017-11-29 | 1 | -2/+15 |
| | | | | SQL_CAL_FOUND_ROWS | ||||
* | [inc/Database] Only fall back to global ignoreError setting if param was omitted | Simon Rettberg | 2017-06-23 | 1 | -9/+9 |
| | |||||
* | [inc/Database] Add slow query debugging output | Simon Rettberg | 2017-05-10 | 1 | -0/+48 |
| | |||||
* | [inc/Database] Add ::queryAll() | Simon Rettberg | 2017-04-24 | 1 | -0/+14 |
| | |||||
* | [inc/Database] Support expanding nested arrays | Simon Rettberg | 2017-04-19 | 1 | -0/+42 |
| | | | | | | | In parametrized queries, you can now pass an array as an argument. This will result in the arguments being expanded to :a1,:a2,:a3 which is suitable for "IN (:slist)" constructs. | ||||
* | [inc/Database] Add helper function to run INSERT and retrieve keys | Simon Rettberg | 2017-04-07 | 1 | -0/+94 |
| | |||||
* | [install] Implement install scripts for most modules | Simon Rettberg | 2016-06-08 | 1 | -7/+22 |
| | |||||
* | PhpStorm stuff | Simon Rettberg | 2016-06-06 | 1 | -23/+14 |
| | |||||
* | Still working in modularization cleanup and refinement | Simon Rettberg | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | [locations] New module for managing locations | Simon Rettberg | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | [database] Fix typo in prepare method (self::init()was missing a colon) | Simon Rettberg | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | [statistics] Add table definition, bump db version | Simon Rettberg | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Support statictics slxlog messages (Starting with '.'), those go to a ↵ | Simon Rettberg | 2015-05-21 | 1 | -1/+1 |
| | | | | special table | ||||
* | config module structure completed. Many other fixes. Hidden pw field support. | Simon Rettberg | 2015-01-20 | 1 | -2/+4 |
| | |||||
* | Rework config module class structure. Still some TODOs though.... | Simon Rettberg | 2014-12-12 | 1 | -1/+5 |
| | |||||
* | Store processed and unprocessed values of settings; add option to download ↵ | Simon Rettberg | 2014-12-10 | 1 | -1/+1 |
| | | | | minilinux components that seem up to date; add setting to show/hide password fields | ||||
* | Big load of changes | Simon Rettberg | 2014-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | - 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 | ||||
* | Implement force utf8 option for mysql db | Simon Rettberg | 2014-10-06 | 1 | -1/+4 |
| | |||||
* | Added eventlog class, improved db-update machanism. | Simon Rettberg | 2014-09-15 | 1 | -0/+14 |
| | | | | A warning will be shown in the main menu bar if the database schema needs to be updated. | ||||
* | Fixed some bugs from Sateserver v05 | Simon Rettberg | 2014-05-28 | 1 | -11/+23 |
| | |||||
* | Stuff (WIP) | Simon Rettberg | 2014-05-23 | 1 | -0/+1 |
| | |||||
* | Working on config.tgz composition through config modules | Simon Rettberg | 2014-05-15 | 1 | -0/+92 |