| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-02-05 | Update tests to work with phpunit 10 | Greg Roach | 1 | -5/+3 |
| 2023-01-25 | It's 2023 | Greg Roach | 377 | -377/+377 |
| 2023-01-25 | It's 2023 | Greg Roach | 377 | -377/+377 |
| 2022-12-26 | Show timestamp of last check for update, and allow check at any time | Greg Roach | 1 | -0/+35 |
| 2022-12-06 | Add minimal test scripts for every class, to pick up PHP version issues | Greg Roach | 294 | -0/+10290 |
| 2022-11-30 | phpunit assertions are static | Greg Roach | 2 | -2/+2 |
| 2022-11-23 | Wrong parameter name | Greg Roach | 1 | -1/+1 |
| 2022-11-18 | Use Validator | Greg Roach | 5 | -11/+14 |
| 2022-10-31 | Re-order import statements | Greg Roach | 5 | -5/+5 |
| 2022-09-19 | CodeStyle | Greg Roach | 1 | -1/+0 |
| 2022-09-19 | Fix tests | Greg Roach | 1 | -2/+4 |
| 2022-09-06 | PHPdoc | Greg Roach | 1 | -0/+3 |
| 2022-04-20 | Add support for GEDZIP exports. Fixes: #4288 | Greg Roach | 1 | -11/+12 |
| 2022-04-13 | Use Validator and ResponseFactory in Redirect request handlers | Greg Roach | 2 | -2/+2 |
| 2022-04-12 | Remove unused imports | Greg Roach | 1 | -1/+0 |
| 2022-04-05 | Upper/lower case mismatch causes wrong content-type header for CSV download | Greg Roach | 4 | -6/+8 |
| 2022-04-05 | Add tests and validation to site-logs request-handlers | Greg Roach | 4 | -0/+220 |
| 2022-03-16 | It is 2022 - update copyright dates | Greg Roach | 78 | -78/+78 |
| 2022-03-09 | Fix: #4250 - refactor linked-records and use consistently | Greg Roach | 1 | -6/+10 |
| 2022-03-01 | Testing | Greg Roach | 1 | -0/+69 |
| 2022-03-01 | Validation | Greg Roach | 1 | -1/+4 |
| 2022-02-24 | Validation | Greg Roach | 4 | -17/+20 |
| 2022-02-21 | PHPdoc | Greg Roach | 1 | -3/+0 |
| 2022-02-20 | Move FunctionsImport to GedcomImportService | Greg Roach | 12 | -78/+102 |
| 2022-01-02 | Fix: #4149 - legacy redirects fail when correpsonding module is disabled | Greg Roach | 29 | -0/+4219 |
| 2021-11-06 | Use exception for upload file errors | Greg Roach | 1 | -1/+1 |
| 2021-11-05 | CodeStyle | Greg Roach | 1 | -1/+1 |
| 2021-10-30 | Remove unused import | Greg Roach | 1 | -1/+0 |
| 2021-10-29 | CodeStyle - remove default parameters | Greg Roach | 1 | -2/+1 |
| 2021-10-13 | Remove unused imports | Greg Roach | 1 | -1/+0 |
| 2021-10-03 | Refactor HTTP exceptions | Greg Roach | 10 | -12/+12 |
| 2021-09-03 | Fix: #4026 - Unit test failure | Greg Roach | 45 | -102/+102 |
| 2021-06-02 | Prefer https for links to documentation | Greg Roach | 1 | -2/+2 |
| 2021-05-04 | Revert "Move PSR17 factories to the registry" | Greg Roach | 1 | -4/+2 |
| 2021-05-03 | Move PSR17 factories to the registry | Greg Roach | 1 | -2/+4 |
| 2021-04-28 | Merge: #3803, Merge: #3706 | Greg Roach | 2 | -91/+0 |
| 2021-04-05 | Testing | Greg Roach | 1 | -4/+6 |
| 2021-03-21 | Remove unused variables | Greg Roach | 1 | -6/+4 |
| 2021-03-12 | Remove unused imports | Greg Roach | 2 | -2/+0 |
| 2021-03-11 | Remove vendor dir, add support for PHP 8.0, drop support for PHP 7.1 and 7.2 | Greg Roach | 1 | -0/+2 |
| 2021-03-04 | Updates tests | Greg Roach | 1 | -3/+3 |
| 2021-02-23 | Fix wrong columns used in families query of ModuleDataFixTrait | Jonathan Jaubart | 2 | -1/+71 |
| 2021-01-26 | Convert controller to request handlers | Greg Roach | 11 | -236/+420 |
| 2021-01-25 | Use https link in copyright header | Greg Roach | 43 | -81/+81 |
| 2021-01-21 | Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge... | Greg Roach | 5 | -115/+193 |
| 2021-01-15 | Refactor controller as request handlers | Greg Roach | 7 | -174/+323 |
| 2021-01-15 | Move user constants to the user interface class | Greg Roach | 8 | -26/+32 |
| 2021-01-13 | Refactor controller into request handlers | Greg Roach | 2 | -20/+53 |
| 2021-01-08 | Fix: external files cause error on manage media page | Greg Roach | 4 | -69/+149 |
| 2021-01-01 | Tests | Greg Roach | 1 | -4/+8 |