summaryrefslogtreecommitdiff
path: root/app/Tree.php
AgeCommit message (Expand)AuthorFilesLines
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-10/+2
2018-09-22PHPdoc, types, etc.Greg Roach1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-6/+6
2018-08-26PHPDocGreg Roach1-15/+15
2018-08-22Fix check for MSDOS line endingsGreg Roach1-1/+1
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-2/+2
2018-08-13Prefer variables with a single typeGreg Roach1-6/+6
2018-08-13Settings are always strings - not nullsGreg Roach1-9/+9
2018-08-13PhpDocGreg Roach1-14/+20
2018-07-16Use PSR2 code styleGreg Roach1-692/+733
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-14Remove old functionGreg Roach1-9/+0
2018-07-13Remove the googlemaps module and lots of old codeGreg Roach1-0/+36
2018-07-09Pass objects instead of IDsGreg Roach1-1/+1
2018-07-09Remove globalGreg Roach1-1/+1
2018-06-21SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8Greg Roach1-4/+4
2018-05-20Fix: #1608 - default individual in menusGreg Roach1-22/+0
2018-05-20Convert admin_trees_unconnected to http/controllerGreg Roach1-0/+57
2018-05-12Convert admin_trees_manage.php to http/controller/viewsGreg Roach1-2/+0
2018-05-05GEDCOM constantsGreg Roach1-1/+2
2018-04-06Escaping output should happen in viewsGreg Roach1-9/+0
2018-04-06Escaping output should happen in viewsGreg Roach1-9/+0
2018-03-24Fix: #1655 - better logic for choosing initial treeGreg Roach1-1/+1
2018-01-16PHP7 uses short names for data typesGreg Roach1-1/+1
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-2/+2
2017-12-20Re-importing tree creates duplicate links to media filesGreg Roach1-0/+1
2017-12-03Scrutinizer Auto-Fixes (#1526)Scrutinizer Auto-Fixer1-19/+19
2017-11-27No longer have next_id tableGreg Roach1-1/+0
2017-11-22Fix: #1297 - remove final need to enter/use XREFsGreg Roach1-49/+23
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-0/+2
2017-11-03Code styleGreg Roach1-1/+0
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-2/+1
2017-07-14Review esacpingGreg Roach1-1/+1
2017-07-11Prepare to remove class FilterGreg Roach1-2/+2
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-27/+17
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-69/+69
2016-12-18Fix #1132 - performance of getNextId()Greg Roach1-1/+7
2016-06-11setting => preferenceGreg Roach1-2/+2
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-9/+9
2015-12-28Fix #789 - GEDCOM export record orderGreg Roach1-5/+6
2015-12-18PHP-CS-FIXERGreg Roach1-4/+4
2015-08-09Fix #663 - managers cannot import treesGreg Roach1-1/+1
2015-07-14Upgrade wizard fails when more than one treeGreg Roach1-0/+1
2015-07-12Code styleGreg Roach1-3/+0
2015-06-22Fix #363 - move default tree settings to the databaseGreg Roach1-109/+29