summaryrefslogtreecommitdiff
path: root/app/Census
AgeCommit message (Expand)AuthorFilesLines
2021-06-23Can census (#3935)glarwill4-0/+220
2021-05-18Use constantsGreg Roach8-24/+14
2021-05-18Adding 3 Canadian Census years (#3897)glarwill6-0/+327
2021-04-20TestingGreg Roach4-28/+4
2021-04-20TestingGreg Roach1-23/+23
2021-04-20TestingGreg Roach1-1/+1
2021-04-20Ro la sk census 1930 1940 (#3852)ro-la3-0/+141
2021-04-19Per-language relationship logic - Fixes: #1206, Fixes: #3115, Fixes: #3819, F...Greg Roach1-1/+2
2021-04-05Add missing 1939 register for Scotland (#3744)David Drury2-0/+56
2021-04-05Updated as per ScotlandsPeople Scottish 1911 census transcription (#3746)David Drury1-2/+3
2021-03-19Fix: #3789 - missing column on 1891 census of WalesGreg Roach1-0/+1
2021-02-07Census table - move rows from head to bodyGreg Roach1-1/+1
2021-02-04Code styleGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach168-334/+334
2020-12-23Prefer single-digit dates in day-month-year census columnGreg Roach1-1/+1
2020-12-23Update birth date format to mirror transcription and record images on the Fin...David Drury3-4/+4
2020-12-23Fix: single-parent family breaks census assistantGreg Roach1-7/+10
2020-12-23Use constants for unknown surname and given namesGreg Roach4-7/+9
2020-12-23Census assistant - for females get correct married name when there is more th...David Drury4-40/+38
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-08TyposGreg Roach1-1/+1
2020-05-18Fix: #1307 1940 and 1950 US censusGreg Roach2-25/+97
2020-05-12Update code to use new Factory objectsGreg Roach4-8/+4
2020-05-07Czech is cs, not czGreg Roach1-1/+1
2020-04-28Refactor agesGreg Roach8-16/+40
2020-03-14#3109 - generate census columns using census languageGreg Roach41-49/+161
2020-03-12TypoGreg Roach2-2/+2
2020-03-08Fix: #3108 - updates to Slovak censusGreg Roach2-9/+22
2020-02-29Fix: #3099 - 1911 census, only show child counts for current family for marri...Greg Roach3-38/+30
2019-12-27Add census definitions for Slovakia 1869Greg Roach3-0/+118
2019-12-16Remove dead codeGreg Roach1-1/+0
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