summaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Collapse)AuthorFilesLines
2022-03-16It is 2022 - update copyright datesGreg Roach602-602/+602
2022-03-15GEDCOM files created by LifeLines 3 do not have CHAR definitions. Assume ASCIIGreg Roach1-0/+13
2022-03-13Dead codeGreg Roach1-4/+0
2022-03-13PHPunit assertions are staticGreg Roach20-201/+201
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
* 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-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 Roach4-17/+20
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 Roach16-131/+172
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 Roach14-0/+1202
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 Roach1-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
2021-10-29TypeHintsGreg Roach2-14/+4
2021-10-29Unnecessary assertion in unit testsGreg Roach10-202/+202
2021-10-29CodeStyleGreg Roach1-2/+1
2021-10-22Trailing spaces are significant in markdownGreg Roach6-6/+6
2021-10-14Simplify type-checks in validatorGreg Roach1-22/+11
2021-10-13Remove unused importsGreg Roach2-2/+0
2021-10-12Fix validator signature for array method + unit tests (#4064)Jonathan Jaubart1-0/+210
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach1-0/+113
2021-10-03Refactor HTTP exceptionsGreg Roach10-12/+12
2021-09-24Remove duplicated codeGreg Roach1-6/+6
2021-09-04Replace EOL Swiftmailer library by Symfony Mailer (#4015)Jonathan Jaubart1-7/+113
2021-09-03Fix: #4026 - Unit test failureGreg Roach136-1171/+1171
2021-09-01Use wt- namespace for data attributesGreg Roach1-4/+4
2021-08-15Fix: #3986 - Close relative events are CustomEvent, not EventDescriptorGreg Roach1-39/+0
2021-07-16Canada census 3 (#3936)glarwill20-36/+2999
* 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