summaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30TestingGreg Roach329-6508/+6483
2020-12-23Update birth date format to mirror transcription and record images on the ↵David Drury3-6/+6
FindMyPast website (#3598) Fix date format Fix test errors
2020-12-23Use constants for unknown surname and given namesGreg Roach1-9/+5
2020-12-23Census assistant - for females get correct married name when there is more ↵David Drury1-2/+11
than one marriage (#3601)
2020-10-24whitespaceGreg Roach1-1/+1
2020-10-03Fix for #3531 reveals broken testGreg Roach1-17/+0
2020-10-03#3529 - rename Factory to RegistryGreg Roach5-6/+6
2020-09-16Refactor controller-actions as request-handlersGreg Roach1-1/+3
2020-09-15Replace controller-actions with request-handlersGreg Roach1-336/+0
2020-09-08Use factory to create caches and filesystemsGreg Roach8-73/+80
2020-07-23Simplify the geographic data listGreg Roach1-54/+5
2020-07-20Refactor MediaFileController into request handlersGreg Roach1-62/+0
2020-07-19Refactor calendar control into request handlersGreg Roach1-2/+2
2020-07-04Change variable namesGreg Roach2-5/+5
2020-06-21Replace deprecated functionsGreg Roach2-7/+17
2020-05-24Remove old testsGreg Roach7-266/+0
2020-05-23Fix: #2910 - refactor GEDCOM export code to improve performanceGreg Roach2-3/+22
2020-05-18Fix: #1307 1940 and 1950 US censusGreg Roach2-67/+204
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach3-14/+14
2020-05-08Fix broken testGreg Roach1-1/+1
2020-05-07Fix failing testGreg Roach1-1/+1
2020-05-01Add tests for new Age classGreg Roach1-24/+271
2020-04-28Refactor agesGreg Roach1-38/+0
2020-03-14#3109 - generate census columns using census languageGreg Roach40-29/+203
2020-03-08Fix: #3108 - updates to Slovak censusGreg Roach1-14/+14
2020-02-29Fix: #3099 - 1911 census, only show child counts for current family for ↵Greg Roach3-0/+3
married women
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. ↵Greg Roach8-267/+3
Fixes: #1354, Fixes: #1370, Fixes: #1386, Fixes: #2931
2019-12-29Fix: #2924 - %n not recognised in date formatGreg Roach1-0/+47
2019-12-27Add census definitions for Slovakia 1869Greg Roach3-2/+183
2019-12-20Unused importsGreg Roach1-1/+0
2019-12-20PHPdocGreg Roach1-3/+7
2019-12-20Fix: #2777 tcpdf seems abandoned - apply patches locallyGreg Roach3-27/+6
2019-12-19XML reports: remove unused HTML elementsGreg Roach16-48/+0
2019-12-19XML reports: remove unused PageHeader elementsGreg Roach16-48/+0
2019-12-18TestingGreg Roach1-21/+2
2019-12-18Test coverageGreg Roach19-757/+674
2019-12-03Test against PHP 7.4Greg Roach3-6/+42
2019-11-28Be explicit about distinction between system and user data foldersGreg Roach1-4/+5
2019-11-23Remove dependency on symfony httpfoundation/kernelGreg Roach10-30/+30
2019-11-23Avoid ambiguous functions such as empty()Greg Roach2-3/+3
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach4-15/+30
2019-11-21Refactor report classesGreg Roach19-180/+180
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the ↵Greg Roach6-18/+20
primary family
2019-11-13Unused importsGreg Roach3-6/+0
2019-11-12Add tree parameter to registration and password resetGreg Roach1-4/+14
2019-11-11Move language negotiation to middlewareGreg Roach2-27/+2
2019-11-10Fix: #2760 - missing parameter when importing places from a treeGreg Roach1-1/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach27-76/+262
2019-11-06Use simple list to specify order of censusesGreg Roach1-8/+8
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-32/+30