summaryrefslogtreecommitdiffstats
path: root/inc/database.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* [inc/Database] Method to return single-column queries as arraySimon Rettberg2018-06-121-0/+13
|
* [inc/*] Suppress warning, don't close statementsSimon Rettberg2018-03-211-1/+1
|
* [inc/Database] Add profiling info (timing, query count)Simon Rettberg2018-01-041-6/+48
|
* [inc/Database] Support nested arrays in querySimon Rettberg2017-12-211-1/+10
|
* [inc/Database] Do EXPLAIN SELECT at shutdown so we don't interfere with ↵Simon Rettberg2017-11-291-2/+15
| | | | SQL_CAL_FOUND_ROWS
* [inc/Database] Only fall back to global ignoreError setting if param was omittedSimon Rettberg2017-06-231-9/+9
|
* [inc/Database] Add slow query debugging outputSimon Rettberg2017-05-101-0/+48
|
* [inc/Database] Add ::queryAll()Simon Rettberg2017-04-241-0/+14
|
* [inc/Database] Support expanding nested arraysSimon Rettberg2017-04-191-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 keysSimon Rettberg2017-04-071-0/+94
|
* [install] Implement install scripts for most modulesSimon Rettberg2016-06-081-7/+22
|
* PhpStorm stuffSimon Rettberg2016-06-061-23/+14Star
|
* Still working in modularization cleanup and refinementSimon Rettberg2016-05-111-0/+1
|
* [locations] New module for managing locationsSimon Rettberg2016-02-191-1/+1
|
* [database] Fix typo in prepare method (self::init()was missing a colon)Simon Rettberg2016-01-181-1/+1
|
* [statistics] Add table definition, bump db versionSimon Rettberg2015-12-211-1/+1
|
* Support statictics slxlog messages (Starting with '.'), those go to a ↵Simon Rettberg2015-05-211-1/+1
| | | | special table
* config module structure completed. Many other fixes. Hidden pw field support.Simon Rettberg2015-01-201-2/+4
|
* Rework config module class structure. Still some TODOs though....Simon Rettberg2014-12-121-1/+5
|
* Store processed and unprocessed values of settings; add option to download ↵Simon Rettberg2014-12-101-1/+1
| | | | minilinux components that seem up to date; add setting to show/hide password fields
* Big load of changesSimon Rettberg2014-10-091-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 dbSimon Rettberg2014-10-061-1/+4
|
* Added eventlog class, improved db-update machanism.Simon Rettberg2014-09-151-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 v05Simon Rettberg2014-05-281-11/+23
|
* Stuff (WIP)Simon Rettberg2014-05-231-0/+1
|
* Working on config.tgz composition through config modulesSimon Rettberg2014-05-151-0/+92