summaryrefslogtreecommitdiff
path: root/app/Census
AgeCommit message (Collapse)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach194-194/+194
2022-03-04Rhode Island State Censuses (#4241)Kirk Gartside5-0/+258
* Adding RI 1905 census and tests. Note 1905 test is WIP * Modified files * Added new unit tests for first few columns * Added columns to test * Added tests for all columns * Added tests for title abbr & modified abbr * Completed automated test * Code cleanup * Cleaned up stlye * Added 1915 Census * Cleanup of 1915 * Added 1925 RI Census * Fix for 1915 Census Test * Cleaned up code format errors * Removed Whitespace Co-authored-by: Kirk Gartside <kirk@Kirks-iMac.local>
2022-02-23Update and use Validation classGreg Roach1-1/+7
2021-10-29CodeStyleGreg Roach2-10/+8
2021-10-29CodeStyle - whitespaceGreg Roach1-1/+1
2021-10-13Remove unused importsGreg Roach1-1/+0
2021-10-12PHPdocGreg Roach124-124/+124
2021-07-16Canada census 3 (#3936)glarwill20-6/+754
* Added 3 years of Canada Census formats * Added tests for Canadian census data * Fixed month-day order and moved Canadian to bottom of default * a bit of cleanup to the spacing, and comments * Fix style for spacing * 5 more years of Canadian census documents * Corrected cp artifact in original file version * Adjusted date of 1851 Canada census to be in 1851 * Fixed <tab> vs space * typo * Adapted to comments * Removed change in Age.php, per comments * restored AgeTest * small clean up, spacing and some comments
2021-07-16Fix: #3953 - update 1921 census of Czech RepublicGreg Roach1-5/+11
2021-07-12Fix: typo in Danish censusesGreg Roach3-3/+3
2021-06-23Can census (#3935)glarwill4-0/+220
* Added 3 years of Canada Census formats * Added tests for Canadian census data * Fixed month-day order and moved Canadian to bottom of default * a bit of cleanup to the spacing, and comments * Fix style for spacing * Added two additional years of Canada census
2021-05-18Use constantsGreg Roach8-24/+14
2021-05-18Adding 3 Canadian Census years (#3897)glarwill6-0/+327
* Added 3 years of Canada Census formats * Added tests for Canadian census data * Fixed month-day order and moved Canadian to bottom of default * a bit of cleanup to the spacing, and comments * Fix style for spacing
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
* Update LanguageSlovakian.php corrections of Slovak text * Update CensusOfSlovakia.php Added Census 1930 of (Czecho)Slovakia, and 1940 - Slovakia * Add files via upload * Update CensusOfSlovakia1930.php * Update CensusOfSlovakia1940.php
2021-04-19Per-language relationship logic - Fixes: #1206, Fixes: #3115, Fixes: #3819, ↵Greg Roach1-1/+2
Fixes: #1236, Fixes: #2331
2021-04-05Add missing 1939 register for Scotland (#3744)David Drury2-0/+56
* Add missing 1939 register * Update RegisterOfScotland1939Test.php
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 ↵David Drury3-4/+4
FindMyPast website (#3598) Fix date format Fix test errors
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 ↵David Drury4-40/+38
than one marriage (#3601)
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 ↵Greg Roach3-38/+30
married women
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 ↵Greg Roach1-2/+2
primary family
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