summaryrefslogtreecommitdiff
path: root/app/Census
AgeCommit message (Collapse)AuthorFilesLines
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
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag21-79/+83
* Reduced if/else complexity, removed not require else conditions * Fix indentation * Fix indentation * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Admin theme no longer exists * Code style * Use null-coalesce operator to simplify logic
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
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-12-02Scrutinizer Auto-Fixes (#1523)Scrutinizer Auto-Fixer9-9/+9
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2017-11-03Code style - short array syntaxGreg Roach3-6/+6
2017-11-03Return Place instance instead of string, allowing use of object methodsRico Sonntag12-8/+7
2017-08-07Fix #688 - a couple is considered unmarried unless a MARR event is present ↵Greg Roach9-9/+9
(previously they were considered married unless a _NMR fact is present)
2017-06-21Fix #1243 - updated census definitions for Czech republicGreg Roach6-8/+171
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach161-208/+368
2017-03-082017Greg Roach149-150/+150
2016-12-23Code style - short array syntaxGreg Roach104-207/+207
2016-12-13Fix #1138 - US census columnsGreg Roach2-2/+2
2016-12-06German censusesGreg Roach1-1/+1
2016-12-05Fix #1122 Census column marriage/birth months for future datesGreg Roach3-3/+9
2016-12-05Census column nationalityGreg Roach1-4/+16
2016-12-05French Census: update templates for years 1926,1931,1936,1946 to match ↵Jonathan Jaubart4-10/+16
actual forms (#1135)
2016-12-04Census Assistant: add german censusesmpwt10-0/+507