summaryrefslogtreecommitdiff
path: root/app/Census
AgeCommit message (Expand)AuthorFilesLines
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-2/+2
2019-11-06Use simple list to specify order of censusesGreg Roach1-33/+67
2019-10-30Avoid reusing variablesGreg Roach1-3/+3
2019-10-30Generate default values for census 'religion' columnsGreg Roach1-2/+12
2019-10-17PSR12Greg Roach164-0/+164
2019-10-16Simplify logicGreg Roach1-6/+7
2019-09-29PSR12Greg Roach164-0/+165
2019-05-17Simplify function using collectionsGreg Roach1-21/+14
2019-05-17Prefer constantsGreg Roach10-209/+209
2019-05-07Fix: #2414 - duplicate census entries in listGreg Roach1-1/+1
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach3-20/+15
2019-03-07PHPdocGreg Roach1-4/+4
2019-03-02Update copyright yearGreg Roach15-16/+15
2019-03-02Apply feedback from vimeo/psalmGreg Roach1-2/+4
2019-03-02Feedback from vimeo/psalmGreg Roach1-2/+4
2019-03-01Removed duplicate interfaces in implements (#2288)Rico Sonntag3-3/+3
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach15-29/+29
2019-01-27Refactor class PlaceGreg Roach7-8/+8
2019-01-01Happy 2019Greg Roach149-149/+149
2018-11-18Prefer class-constants to global-constantsGreg Roach8-9/+9
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach8-9/+9
2018-11-18Rename Fact::getDate() to date()Greg Roach6-9/+9
2018-11-18Rename Fact::getPlace() to place()Greg Roach1-1/+1
2018-11-18Rename Fact::getValue() to value()Greg Roach1-1/+1
2018-10-05Scrutinizer Auto-Fixes (#1942)Scrutinizer Auto-Fixer1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach164-0/+167
2018-10-03PHPdocGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer2-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag21-79/+83
2018-09-21PHPdocGreg Roach1-1/+1
2018-09-21Refactor Date::getAge()Greg Roach8-8/+8
2018-09-17Dead codeGreg Roach2-5/+5
2018-09-16Scrutinizer Auto-Fixes (#1913)Scrutinizer Auto-Fixer1-1/+1
2018-09-16PHPdocGreg Roach13-58/+144
2018-09-12TestingGreg Roach1-1/+1
2018-08-29Census header row method does not need to be public/staticGreg Roach22-22/+22
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag132-256/+256
2018-08-19CodeStyleGreg Roach1-16/+16
2018-08-19CodeStyle - type mismatchGreg Roach45-45/+45
2018-08-13Type hint closure return typesGreg Roach1-1/+1
2018-08-09CodeStyleGreg Roach1-1/+0
2018-07-16Fix: #1333 - sortable surnames in census assistantGreg Roach2-3/+3
2018-07-16Use PSR2 code styleGreg Roach164-4577/+5026
2018-07-06Convert census-assistant to viewGreg Roach1-2/+45
2018-01-07Happy new year - 2018Greg Roach149-149/+149
2017-12-03Scrutinizer Auto-Fixes (#1524)Scrutinizer Auto-Fixer1-1/+1
2017-12-02Scrutinizer Auto-Fixes (#1523)Scrutinizer Auto-Fixer9-9/+9
2017-11-03Code style - short array syntaxGreg Roach3-6/+6