summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2022-04-14Rewrite the GEDCOM error check. Fixes: #4255. Fixes #3654. Fixes #957Greg Roach1-1/+1
2022-04-13Use Validator and ResponseFactory in Redirect request handlersGreg Roach2-2/+2
2022-04-12Remove unused importsGreg Roach5-22/+0
2022-04-07TestingGreg Roach1-5/+5
2022-04-05Upper/lower case mismatch causes wrong content-type header for CSV downloadGreg Roach4-6/+8
2022-04-05Add tests and validation to site-logs request-handlersGreg Roach4-0/+220
2022-04-04Fix: #4281 - newlines in markdown textGreg Roach1-2/+36
2022-04-04Fix: #4286 - empty route parameters excluded from URLGreg Roach1-0/+58
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach2-0/+5
2022-04-01Simplify call to isLocalUrl()Greg Roach1-40/+31
2022-03-29Fix: re-importing large trees causes timeout errorsGreg Roach1-1/+0
2022-03-17CodeStyle - prefer single quotesGreg Roach37-68/+68
2022-03-16PHPdocGreg Roach4-0/+12
2022-03-16It is 2022 - update copyright datesGreg Roach611-611/+611
2022-03-15GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCIIGreg Roach1-0/+13
2022-03-13Use PHPunit featuresGreg Roach1-44/+42
2022-03-13Dead codeGreg Roach1-4/+0
2022-03-13PHPunit assertions are staticGreg Roach22-210/+212
2022-03-13Add missing composer dependency for devGreg Roach1-1/+0
2022-03-13CodeStyle - upper/lower case mismatchesGreg Roach1-2/+2
2022-03-13Do not change visibility during inheritenceGreg Roach4-4/+4
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-6/+10
2022-03-04Rhode Island State Censuses (#4241)Kirk Gartside5-47/+456
2022-03-01TestingGreg Roach1-0/+69
2022-03-01ValidationGreg Roach1-1/+4
2022-02-27TestingGreg Roach1-7/+2
2022-02-26ValidationGreg Roach1-4/+17
2022-02-24ValidationGreg Roach5-23/+21
2022-02-23CodeStyleGreg Roach1-1/+0
2022-02-23Working on validationGreg Roach1-58/+59
2022-02-23Update and use Validation classGreg Roach11-48/+46
2022-02-21PHPdocGreg Roach1-3/+0
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach18-136/+181
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-3/+3
2022-02-18Fix: #1663 - add support for ANSEL encodingGreg Roach15-1/+1203
2022-02-05Refactor surname traditionGreg Roach9-119/+9
2022-02-01Add tests for CalendarDateFactoryGreg Roach2-1/+301
2022-01-31Upgrade commonmark from 1.x to 2.xGreg Roach1-22/+14
2022-01-02Fix: #4149 - legacy redirects fail when correpsonding module is disabledGreg Roach29-0/+4219
2021-11-21CodeStyleGreg Roach2-0/+133
2021-11-16CodeStyleGreg Roach1-7/+7
2021-11-09Fix: save edit facts not workingGreg Roach1-0/+11
2021-11-06Use exception for upload file errorsGreg Roach1-1/+1
2021-11-05Move class to correct namespaceGreg Roach1-10/+11
2021-11-05Unit tests for RightToLeftSupportGreg Roach1-33/+190
2021-11-05Move RTL report support functions to reports folder/namespaceGreg Roach1-0/+257
2021-11-05CodeStyleGreg Roach1-1/+1
2021-11-05Fix: empty/non-empty tags when saving editsGreg Roach1-0/+108
2021-10-30Remove unused importGreg Roach1-1/+0
2021-10-29CodeStyle - remove default parametersGreg Roach1-2/+1