summaryrefslogtreecommitdiff
path: root/library/WT/DB.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-346/+0
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-2/+2
2014-12-14Use transaction via PDO interfaceGreg Roach1-0/+27
2014-11-08PHPDocGreg Roach1-7/+17
2014-10-18PHPDocGreg Roach1-7/+7
2014-10-15PHPDocGreg Roach1-17/+17
2014-09-19PHPDocGreg Roach1-85/+145
2014-09-18Unused codeGreg Roach1-10/+0
2014-09-18Wrong exception type thrown in WT_DBGreg Roach1-8/+11
2014-09-18Code cleanup - do not use the return value from void functionsGreg Roach1-2/+8
2014-09-17Split site-preference getter/setter into two functionsGreg Roach1-4/+4
2014-09-17Remove unused codeGreg Roach1-19/+1
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-5/+0
2014-04-04Add terminating semicolon to CSS declarationsGreg Roach1-3/+3
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-11-30Typos in msgctxt strings for relationships. Consistent use of punctuationGreg Roach1-2/+2
2013-11-01Tidy up trailing whitespaceGreg Roach1-1/+1
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-3/+3
2013-08-09Remove empty subversion Id tagsGreg Roach1-3/+1
2012-09-14Performance: fetch all the wt_site_setting values in one query.fisharebest1-4/+4
2012-05-31Fix: upgrades from 1.2.5, 1.2.6 and 1.2.7 fail to run database schema updatesfisharebest1-21/+30
2011-12-12HTML validation - use html5-style for self-closing tags, instead of xhtml-stylefisharebest1-1/+1
2011-11-10Fix: sidebar modules should use the module interface for their AJAX callback....fisharebest1-0/+22
2011-06-27Remove old/legacy functions from WT_DB. These were designed to work for all ...fisharebest1-38/+1
2011-01-30Fix: DB connections not working against unix sockets.fisharebest1-1/+1
2011-01-17After an upgrade, delete old/unused filesfisharebest1-7/+13
2011-01-04Add support for MySQL connection via named socketsfisharebest1-1/+5
2011-01-01Refactoring class names and use autoloading.fisharebest1-4/+1
2011-01-01Refactoring class names and use autoloading.fisharebest1-0/+274