summaryrefslogtreecommitdiff
path: root/app/Census/AbstractCensusColumn.php
AgeCommit message (Expand)AuthorFilesLines
2021-05-18Use constantsGreg Roach1-6/+3
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-12-23Fix: single-parent family breaks census assistantGreg Roach1-7/+10
2020-12-23Use constants for unknown surname and given namesGreg Roach1-1/+1
2020-12-23Census assistant - for females get correct married name when there is more th...David Drury1-0/+32
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-2/+2
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+2
2019-05-17Simplify function using collectionsGreg Roach1-21/+14
2019-04-03Declare static closuresGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-3/+3
2019-03-07PHPdocGreg Roach1-4/+4
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-5/+5
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-12/+12
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-5/+5
2018-08-13Type hint closure return typesGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-131/+142
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-49/+52
2017-03-082017Greg Roach1-1/+1
2016-12-23Code style - short array syntaxGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2015-10-29Code-styleGreg Roach1-1/+1
2015-10-23DRYGreg Roach1-1/+1
2015-10-07CensusGreg Roach1-2/+32
2015-09-29PhpDocGreg Roach1-2/+2
2015-09-26Unit testsGreg Roach1-0/+17
2015-09-26Census definitionsGreg Roach1-0/+44
2015-09-26Census definitionsGreg Roach1-5/+33
2015-09-25Refactor census assistant, add unit testsGreg Roach1-16/+22
2015-09-25Start to refactor census assistantGreg Roach1-0/+47