summaryrefslogtreecommitdiff
path: root/includes/functions/functions_print_lists.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-05Refactor includes/functions into classesGreg Roach1-2289/+0
2015-06-01Code cleanupGreg Roach1-2/+2
2015-05-31PSR-4Greg Roach1-4/+20
2015-05-30Code styleGreg Roach1-48/+48
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-2/+2
2015-04-26Unused 'use'Greg Roach1-1/+0
2015-04-26Replace Zend_Tag_CloudGreg Roach1-37/+31
2015-03-15Fix #487 - translation placeholdersGreg Roach1-1/+1
2015-03-14Numbers need to be strings for I18NGreg Roach1-1/+1
2015-03-09Refactor tree to ID/name conversionsGreg Roach1-5/+5
2015-03-09Use Tree object instead of ID/nameGreg Roach1-8/+13
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-11/+14
2015-03-06Fix #352 - ignore privacy when counting linked records, for performanceGreg Roach1-5/+31
2015-03-02PSR-1Greg Roach1-41/+41
2015-03-02PSR-1Greg Roach1-8/+8
2015-02-16class Auth should be responsible for checking search enginesGreg Roach1-26/+14
2015-02-13Upper/lower case function namesGreg Roach1-5/+5
2015-02-13Type hintGreg Roach1-1/+1
2015-02-10Better support for different trees on the same pageGreg Roach1-30/+9
2015-02-06Use tree objectsGreg Roach1-5/+4
2015-02-06GlobalsGreg Roach1-3/+3
2015-02-06Backslash needs escaping when followed by lower case letterGreg Roach1-3/+3
2015-02-05Statistics not always using settings from correct treeGreg Roach1-7/+7
2015-02-05Replace globals with tree propertiesGreg Roach1-34/+35
2015-02-05Replace globals with tree propertiesGreg Roach1-2/+2
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-4/+4
2015-02-03Add missing namespaceDavid Drury1-3/+3
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-199/+192
2015-01-24Add visual feedback for privacy settingsGreg Roach1-9/+9
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-19/+18
2015-01-17New theme system and admin interfaceGreg Roach1-1/+1
2014-12-26  hasn't been needed in empty table cells for a long timeGreg Roach1-20/+20
2014-12-09#1397508 - Individual list filtering button problems - demo sitesGreg Roach1-2/+2
2014-11-08PHPDocGreg Roach1-1/+1
2014-11-04Use Auth class instead of constants - will allow better masquerade function. ...Greg Roach1-5/+5
2014-10-25Move chart function to chart controller. Use objects instead of XREFsGreg Roach1-16/+2
2014-10-22Better description of variable namesGreg Roach1-12/+12
2014-10-22Type hint object parametersGreg Roach1-1/+1
2014-10-18PHPDocGreg Roach1-29/+30
2014-10-17PHPDocGreg Roach1-2/+2
2014-10-17meld/mac - CTRL-S versus CMD-sGreg Roach1-1/+0
2014-10-17PHPDocGreg Roach1-484/+632
2014-10-16More PSR-1 code styleGreg Roach1-2/+2
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-2/+2
2014-09-28Fix #1266160 - Vital Records Report does not sortGreg Roach1-1/+3
2014-09-20Fix: 1334925 - Upcoming events block - not sorting by dateGreg Roach1-3/+1
2014-09-20Simplify Person box drop down menu functionsDavid Drury1-1/+1
2014-09-17Code style: do not append values to uninitialised arraysGreg Roach1-1/+7
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-7/+7
2014-08-29Move global I18N functions to I18N classGreg Roach1-1/+1