summaryrefslogtreecommitdiff
path: root/tests/app/Services
AgeCommit message (Expand)AuthorFilesLines
2022-12-06Add minimal test scripts for every class, to pick up PHP version issuesGreg Roach26-0/+910
2022-11-30PHPdocGreg Roach1-2/+0
2022-10-31Re-order import statementsGreg Roach1-1/+1
2022-10-16Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578)Jonathan Jaubart1-0/+79
2022-09-25Deprecate LocalizationService and use PHP-INTL for sorting instead of MySQLGreg Roach1-47/+0
2022-09-06CodeStyleGreg Roach1-0/+2
2022-06-02Use a factory to make the current timeGreg Roach1-35/+17
2022-05-21Fix testsGreg Roach1-1/+1
2022-05-13Use Validator classGreg Roach1-17/+8
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach1-2/+2
2022-04-03Refactor custom tags. Replace modules with hard-coded configuration optionsGreg Roach1-0/+2
2022-03-17CodeStyle - prefer single quotesGreg Roach1-1/+1
2022-03-16PHPdocGreg Roach1-0/+3
2022-03-16It is 2022 - update copyright datesGreg Roach9-9/+9
2022-03-13PHPunit assertions are staticGreg Roach2-12/+12
2022-03-13Do not change visibility during inheritenceGreg Roach1-1/+1
2022-02-20Move FunctionsImport to GedcomImportServiceGreg Roach1-1/+1
2021-11-09Fix: save edit facts not workingGreg Roach1-0/+11
2021-11-05Fix: empty/non-empty tags when saving editsGreg Roach1-0/+108
2021-10-29Unnecessary assertion in unit testsGreg Roach1-2/+2
2021-10-04Add rate-limit for visitor actions that could send emailGreg Roach1-0/+113
2021-09-04Replace EOL Swiftmailer library by Symfony Mailer (#4015)Jonathan Jaubart1-7/+113
2021-09-03Fix: #4026 - Unit test failureGreg Roach3-4/+4
2021-04-12TestingGreg Roach1-1/+6
2021-03-21phpunitGreg Roach1-4/+4
2021-01-25Use https link in copyright headerGreg Roach7-14/+14
2021-01-15Move user constants to the user interface classGreg Roach1-18/+19
2020-12-31TestsGreg Roach1-1/+3
2020-12-31TestsGreg Roach1-0/+0
2020-12-30TestingGreg Roach7-77/+77
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-1/+1
2020-09-08Use factory to create caches and filesystemsGreg Roach1-0/+11
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-2/+2
2020-05-08Fix broken testGreg Roach1-1/+1
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+3
2019-12-29Fix: #2924 - %n not recognised in date formatGreg Roach1-0/+47
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-1/+2
2019-11-13Unused importsGreg Roach1-1/+0
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-22/+23
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach1-2/+2
2019-10-25No need to throw exceptions in assert()Greg Roach1-1/+0
2019-10-17Avoid using the IoC container in unit testsGreg Roach1-9/+1
2019-10-17PSR12Greg Roach6-0/+6
2019-09-29PSR12Greg Roach6-0/+6
2019-09-13Refactor Mail into MailServiceGreg Roach1-0/+36
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-1/+0
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-0/+57
2019-04-25CodeStyle: use more specific PHPunit assertionsGreg Roach1-4/+4
2019-04-25Unused importsGreg Roach1-2/+1
2019-04-17CodeStyleGreg Roach1-26/+11