summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Refactor includes/functions into classesGreg Roach22-1390/+303
2015-05-31PSR-4Greg Roach163-958/+303
2015-05-30Code styleGreg Roach163-985/+5
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach4-4/+4
2015-03-29Split class Module into static and abstract partsGreg Roach1-18/+0
2015-03-24Fix testsGreg Roach1-14/+14
2015-03-21I18N needs to know the module directoryGreg Roach1-0/+1
2015-03-12Fix failing testsGreg Roach1-1/+2
2015-03-12I18N test failingGreg Roach1-23/+3
2015-03-09Refactor tree to ID/name conversionsGreg Roach1-18/+0
2015-03-09Use Tree object instead of ID/nameGreg Roach1-9/+0
2015-03-08Create test harnesses for modulesGreg Roach75-8/+2755
2015-03-02PSR-1Greg Roach10-20/+20
2015-02-28Fix #456Greg Roach1-9/+0
2015-02-12Tidy SQLGreg Roach1-18/+0
2015-02-11PHPUnitGreg Roach1-1/+1
2015-02-11Fix scrutinizer warnings in family book controllerGreg Roach1-1/+1
2015-02-06Generating XREFs is the responsibility of the treeGreg Roach1-9/+0
2015-02-05No longer need to update globals, as records contain their own privacy settingsGreg Roach1-9/+0
2015-02-05Namespaces should consist of both vendor and packageGreg Roach96-344/+344
2015-02-05NamespacesGreg Roach24-24/+24
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