| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-16 | Micro-optimise regular expressions | Greg Roach | 1 | -1/+1 |
| 2021-11-06 | Code-style - prefer concatenation to embedding variables | Greg Roach | 1 | -1/+1 |
| 2021-07-26 | Fix: #3556 - empty inline filename breaks import | Greg Roach | 1 | -1/+1 |
| 2021-06-22 | Typo | Greg Roach | 1 | -1/+1 |
| 2021-03-19 | Remove GedcomTag | Greg Roach | 1 | -5/+9 |
| 2021-01-25 | Use https link in copyright header | Greg Roach | 1 | -1/+1 |
| 2021-01-21 | Fix: #2592, Fix: #2593, Fix: #3431, Fix: #3446, Fix: #3638, Fix: #3676, Merge... | Greg Roach | 1 | -11/+11 |
| 2020-12-23 | Use constants for unknown surname and given names | Greg Roach | 1 | -2/+2 |
| 2020-11-13 | Fix: importing empty CONT lines in inline media notes | Greg Roach | 1 | -1/+1 |
| 2020-11-12 | Fix: importing notes attached to inline media | Greg Roach | 1 | -9/+9 |
| 2020-11-11 | Fix: #3587, Fix: #3541 - not all tags imported from inline media links | Greg Roach | 1 | -11/+46 |
| 2020-11-03 | Fix: invalid GEDCOM generated when converting inline media to media objects | Greg Roach | 1 | -1/+1 |
| 2020-10-03 | #3529 - rename Factory to Registry | Greg Roach | 1 | -4/+4 |
| 2020-09-17 | Be more strict when importing place links | Greg Roach | 1 | -1/+1 |
| 2020-09-17 | Fix: cannot import trees where more than 21000 individuals are linked to the ... | Greg Roach | 1 | -1/+5 |
| 2020-08-16 | Fix: #3478 - import inline media in 5.5.1 format, as well as 5.5 | Greg Roach | 1 | -52/+63 |
| 2020-08-10 | Fix: #3471 - Limit length of XREF regex | Greg Roach | 1 | -1/+1 |
| 2020-08-08 | Import co-ordinates from _PLAC records | Greg Roach | 1 | -1/+44 |
| 2020-08-08 | Import co-ordinates from _PLAC_DEFN records | Greg Roach | 1 | -2/+47 |
| 2020-07-04 | Fix: #3314 - use a factory to make XREFs | Greg Roach | 1 | -1/+1 |
| 2020-07-04 | Use new PHP functions - str_starts_with(), str_ends_with() and str_contains() | Greg Roach | 1 | -13/+11 |
| 2020-06-16 | Fix: keep-media option was broken by recent performance fixes | Greg Roach | 1 | -1/+8 |
| 2020-06-15 | Update terminology | Greg Roach | 1 | -1/+1 |
| 2020-06-01 | Remove unnecessary check for empty array | Greg Roach | 1 | -12/+4 |
| 2020-06-01 | Performance: use multi-row inserts during GEDCOM import. | Greg Roach | 1 | -69/+83 |
| 2020-05-31 | Remove duplicate lookup tables | Greg Roach | 1 | -367/+7 |
| 2020-05-14 | Initial support for _LOC records and _GOV facts | Greg Roach | 1 | -0/+2 |
| 2020-05-12 | Update code to use new Factory objects | Greg Roach | 1 | -4/+5 |
| 2020-05-12 | Add type hints | Greg Roach | 1 | -8/+8 |
| 2020-05-01 | DeadCode | Greg Roach | 1 | -1/+0 |
| 2020-04-30 | Refactor ages | Greg Roach | 1 | -1/+3 |
| 2020-04-28 | Fix: #3195 - cannot use PDOException in Postgres transactions | Greg Roach | 1 | -7/+13 |
| 2020-04-26 | Use upper-case dates in GEDCOM header | Greg Roach | 1 | -1/+2 |
| 2020-03-13 | Add record types for HEAD and SUBN | Greg Roach | 1 | -6/+23 |
| 2020-02-25 | The wt_name table is now only used for individual names | Greg Roach | 1 | -104/+40 |
| 2020-01-20 | Prefer constants to literal strings | Greg Roach | 1 | -12/+20 |
| 2020-01-14 | #2975 - convert non-latin commas when saving data | Greg Roach | 1 | -1/+1 |
| 2019-12-10 | Add support for Submitter records as first-class objects #2823 | Greg Roach | 1 | -0/+15 |
| 2019-10-25 | No need to throw exceptions in assert() | Greg Roach | 1 | -1/+0 |
| 2019-10-24 | Refactor pending changes to use service and request handlers | Greg Roach | 1 | -36/+0 |
| 2019-10-20 | Strict comparisons | Greg Roach | 1 | -1/+1 |
| 2019-10-19 | Strict types | Greg Roach | 1 | -1/+1 |
| 2019-10-17 | PSR12 | Greg Roach | 1 | -0/+1 |
| 2019-09-29 | PSR12 | Greg Roach | 1 | -0/+1 |
| 2019-08-16 | Ignore non-latin commas during import | Greg Roach | 1 | -2/+1 |
| 2019-08-11 | Fix: #2480, #2520 - ignore records without XREFs during import | Greg Roach | 1 | -7/+7 |
| 2019-04-26 | Fix: source names longer than 255 characters won't fit in the database | Greg Roach | 1 | -1/+1 |
| 2019-04-25 | Strict types | Greg Roach | 1 | -1/+1 |
| 2019-04-03 | Declare static closures | Greg Roach | 1 | -2/+2 |
| 2019-03-14 | Media file attributes being ignored | Greg Roach | 1 | -2/+2 |