| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-09 | Drop the webtrees 1.x custom-thumbnail importer | Greg Roach | 4 | -162/+0 |
| 2024-03-31 | Refactoring class DB | Greg Roach | 2 | -10/+17 |
| 2024-03-31 | PHP 8.4 compatibility | Greg Roach | 15 | -17/+0 |
| 2024-03-31 | CodeStyle - whitespace | Greg Roach | 1225 | -1243/+0 |
| 2024-03-31 | PHPUnit 11 deprecates createStub() - use createMock() instead | Greg Roach | 54 | -559/+559 |
| 2024-03-31 | PHPUnit 11 requires applications to remove their error handlers | Greg Roach | 1 | -13/+0 |
| 2024-03-31 | PHPUnit 11 deprecates docblocks, use annotations instead | Greg Roach | 1282 | -10174/+5979 |
| 2024-02-18 | Fix: #4862 - add support for some TNG tags | Greg Roach | 1 | -0/+35 |
| 2024-02-02 | Update tests for latest version of PHPUNIT | Greg Roach | 1 | -56/+56 |
| 2024-01-13 | Fix failing tests | Greg Roach | 1 | -6/+10 |
| 2023-12-30 | Fix bugs in timestamps and add tests | Greg Roach | 1 | -3/+215 |
| 2023-12-30 | Fix: typo in @covers annotation | Greg Roach | 663 | -663/+663 |
| 2023-12-19 | Fix tests | Greg Roach | 1 | -1/+1 |
| 2023-12-13 | Fix some broken tests and simplify a view | Greg Roach | 17 | -17/+17 |
| 2023-11-04 | Fix tests | Greg Roach | 1 | -1/+1 |
| 2023-11-04 | Rework setup page for MySQL to highlight distinction between localhost and ne... | Greg Roach | 1 | -2/+2 |
| 2023-11-02 | Fix: #4873 - Add Link/rel=canonical to genealogy pages and redirects | Greg Roach | 29 | -82/+82 |
| 2023-10-04 | Fix broken tests | Greg Roach | 475 | -2888/+145 |
| 2023-09-29 | CodeStyle | Greg Roach | 1 | -2/+2 |
| 2023-09-28 | Fix: #4700, fix: #4870, fix: #4879 - broken logic for individual lists | Greg Roach | 1 | -19/+175 |
| 2023-09-21 | 1931 Canadian Census (#4875) | manf0001 | 2 | -4/+227 |
| 2023-08-29 | Preparing to remove dependency on laravel/database | Greg Roach | 2 | -2/+1 |
| 2023-07-06 | fix: messages (#4843) | Alejandro Criado-Pérez | 4 | -4/+4 |
| 2023-06-20 | Static analysis | Greg Roach | 18 | -100/+96 |
| 2023-04-03 | Refactor startup code to allow /public/ to be the web root | Greg Roach | 1 | -0/+35 |
| 2023-04-03 | Replace illuminate/container with our own simpler container | Greg Roach | 12 | -58/+24 |
| 2023-04-03 | Remove dead code | Greg Roach | 1 | -35/+0 |
| 2023-03-12 | Fix tests | Greg Roach | 6 | -96/+0 |
| 2023-02-19 | Delete old test file | Greg Roach | 1 | -35/+0 |
| 2023-02-06 | Updates for phpunit 10 | Greg Roach | 183 | -183/+183 |
| 2023-02-05 | Update tests to work with phpunit 10 | Greg Roach | 20 | -309/+130 |
| 2023-01-25 | It's 2023 | Greg Roach | 1282 | -1282/+1282 |
| 2023-01-25 | It's 2023 | Greg Roach | 1282 | -1282/+1282 |
| 2023-01-21 | Fix: #4738 - if no HEAD:CHAR, assume GEDCOM7/UTF-8 | Greg Roach | 1 | -1/+1 |
| 2022-12-28 | Add support for INDI:NO and FAM:NO tags | Greg Roach | 2 | -3/+38 |
| 2022-12-26 | Show timestamp of last check for update, and allow check at any time | Greg Roach | 1 | -0/+35 |
| 2022-12-15 | Fix: #4647, Fix: #3567, Fix: #4479, Fix: #3459 - Apply collation rules in PHP... | Greg Roach | 1 | -2/+2 |
| 2022-12-12 | Fix: #4655 - residence facts take a value in GEDCOM 7 | Greg Roach | 1 | -4/+4 |
| 2022-12-06 | Add minimal test scripts for every class, to pick up PHP version issues | Greg Roach | 664 | -0/+23240 |
| 2022-12-05 | CodeStyle | Greg Roach | 1 | -1/+0 |
| 2022-12-05 | Do not validate HTTP server parameters - some webhosts add headers that are n... | Greg Roach | 1 | -73/+366 |
| 2022-11-30 | PHPdoc | Greg Roach | 2 | -4/+2 |
| 2022-11-30 | phpunit assertions are static | Greg Roach | 3 | -4/+4 |
| 2022-11-23 | Refactor filesystem logic to prepare for Flysystem v3 | Greg Roach | 16 | -96/+48 |
| 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 | 31 | -32/+32 |
| 2022-10-17 | Fix: #4580, Fix: #4577 - SOUR:PUBL, SOUR:TITL and SOUR:AUTH allow multi-line ... | Greg Roach | 2 | -0/+20 |
| 2022-10-16 | Change order of I18N initialisation in webtrees Test Case (#4579) | Jonathan Jaubart | 1 | -2/+2 |
| 2022-10-16 | Fix `Invalid GEDCOM data passed to Fact` when no required new facts (#4578) | Jonathan Jaubart | 1 | -0/+79 |