summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Autoload includes/functions/*Greg Roach12-12/+0
2015-02-03Refactor batch-update classes to use PSR4 autoloadingGreg Roach5-15/+5
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach174-3089/+3951
2015-01-30Remove old test scriptGreg Roach1-32/+0
2015-01-21Remove remaining inline-edit codeGreg Roach2-46/+1
2015-01-17New theme system and admin interfaceGreg Roach3-95/+2
2014-12-09Hide the 'logged in users' block when there are no users logged inGreg Roach1-9/+0
2014-11-19I18NTest depends on server configurationGreg Roach1-1/+5
2014-11-19Unit tests for the menu classGreg Roach2-5/+179
2014-10-27Remove more global functionsGreg Roach1-9/+0
2014-10-26Move remaining functions from authentication.php to better locationGreg Roach1-60/+0
2014-10-26Move global functions to classes. Use class-based logs.Greg Roach1-9/+0
2014-10-25Move chart function to chart controller. Use objects instead of XREFsGreg Roach1-9/+0
2014-10-24Unit testsGreg Roach1-0/+42
2014-10-23Batch update plugins - PHPDoc, PSR, unit testsGreg Roach5-0/+170
2014-10-22Move news/blog functions to the news/blog codeGreg Roach1-45/+0
2014-10-22Basic tests for classes (simply check that they can be loaded/parsed).Greg Roach81-161/+248
2014-10-21PHPDocGreg Roach1-9/+0
2014-10-21PHPDoc / unit testsGreg Roach1-3/+13
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-18/+0
2014-10-03Remove old functionsGreg Roach1-18/+0
2014-09-12Unit testsGreg Roach1-0/+3
2014-09-12Use the (faster) native mb_string functions where available, and fallbacks wh...Greg Roach1-28/+0
2014-08-29Move global I18N functions to I18N classGreg Roach2-61/+45
2014-08-29Move global I18N functions to I18N classGreg Roach2-18/+40
2014-08-29Remove function from global scope, and add unit testsGreg Roach3-14/+22
2014-08-26Initial framework for unit testsGreg Roach95-0/+4675