summaryrefslogtreecommitdiff
path: root/app/Database.php
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-3/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-4/+4
2018-09-22PHPdoc, types, etc.Greg Roach1-1/+1
2018-09-16PHPdocGreg Roach1-1/+4
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-1/+1
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-9/+9
2018-08-19CodeStyleGreg Roach1-2/+2
2018-08-15CodeStyleGreg Roach1-13/+14
2018-08-10PhpDocGreg Roach1-5/+5
2018-07-16Use PSR2 code styleGreg Roach1-198/+212
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-02Remove deprecated codeGreg Roach1-11/+0
2017-11-20working on debugbar, initialisationGreg Roach1-20/+23
2017-11-19Wrong variable name for exceptionGreg Roach1-1/+1
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-67/+10
2017-11-11Use views/template for DB connection errorsGreg Roach1-16/+9
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-1/+1
2017-11-03CodeStyle - spaces around concatenation operatorGreg Roach1-1/+1
2017-07-14Move database functions to database classGreg Roach1-0/+18
2017-07-11Prepare to remove class FilterGreg Roach1-1/+1
2017-06-18Modern browsers support RFC7231 - relative URLs in 30x responsesGreg Roach1-1/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-41/+26
2017-03-082017Greg Roach1-1/+1
2016-12-25Code style - single quotesGreg Roach1-2/+2
2016-12-23Code style - short array syntaxGreg Roach1-7/+7
2016-09-18Fix #865 - use same timezone for MySQL and PHPGreg Roach1-0/+1
2016-06-05CodeStyleGreg Roach1-1/+1
2016-06-05CodeStyleGreg Roach1-2/+2
2016-04-15Fix #902 - upgrades / custom modulesGreg Roach1-0/+7
2016-04-12Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-1/+1
2015-07-19Module schema updates cannot set module settings before the module is createdGreg Roach1-8/+15
2015-06-08PHPDocGreg Roach1-4/+2
2015-06-03Refactor database migrations to use autoloading and remove duplicatesGreg Roach1-30/+11
2015-05-31PSR-4Greg Roach1-2/+2
2015-05-30Code styleGreg Roach1-19/+15
2015-05-11Performance - automatically re-use all prepared statementsGreg Roach1-1/+9
2015-03-09Fix: SQL debug does not show named placeholdersGreg Roach1-13/+8
2015-02-06Database constructor does not need to be finalGreg Roach1-19/+1
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-2/+2
2015-02-02WIPGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+346