| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-04-14 | Fix: check for '1 RESN LOCKED' not working | Greg Roach | 1 | -1/+3 | |
| 2024-03-31 | PHP 8.2 - union types | Greg Roach | 1 | -6/+2 | |
| 2024-03-21 | Implicit/explicit nullable types for PHP 8.4 | Greg Roach | 1 | -1/+1 | |
| 2023-05-19 | Fix: #4826, fact restrictions not working when combined with LOCKED | Greg Roach | 1 | -3/+4 | |
| 2023-02-01 | Add signatures to closures in phpdoc. See #4713 | Greg Roach | 1 | -2/+2 | |
| 2023-01-25 | It's 2023 | Greg Roach | 1 | -1/+1 | |
| 2023-01-25 | It's 2023 | Greg Roach | 1 | -1/+1 | |
| 2023-01-11 | CodeStyle - use null coalesce operator | Greg Roach | 1 | -1/+1 | |
| 2023-01-04 | Fix some typos (found by codespell) (#4705) | Stefan Weil | 1 | -1/+1 | |
| * Fix some typos (found by codespell) Signed-off-by: Stefan Weil <sw@weilnetz.de> * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates * Spelling of co-ordinates Signed-off-by: Stefan Weil <sw@weilnetz.de> Co-authored-by: Greg Roach <greg@subaqua.co.uk> | |||||
| 2022-12-28 | Add support for INDI:NO and FAM:NO tags | Greg Roach | 1 | -2/+3 | |
| 2022-12-01 | Fix: fact-privacy ignores restrictions in lower case | Greg Roach | 1 | -1/+2 | |
| 2022-11-30 | Remove unused imports | Greg Roach | 1 | -3/+0 | |
| 2022-11-02 | Remove old/unused code | Greg Roach | 1 | -64/+0 | |
| 2022-11-02 | CodeStyle | Greg Roach | 1 | -18/+18 | |
| 2022-11-02 | Strict types | Greg Roach | 1 | -6/+4 | |
| 2022-10-30 | Fix: #4586 - wrong label for NOTE that contains an XREF as a substring | Greg Roach | 1 | -1/+1 | |
| 2022-07-13 | Fix: #4371 - level 1 shared notes shown only as links | Greg Roach | 1 | -0/+4 | |
| 2022-07-09 | Add sorting for _FSFTID tags | Greg Roach | 1 | -0/+1 | |
| 2022-06-02 | Add some GEDCOM 7 definitions | Greg Roach | 1 | -0/+2 | |
| 2022-05-21 | Fix: #4417 - bad regex in Fact::attribute() | Greg Roach | 1 | -1/+1 | |
| 2022-04-16 | Use RestrictionNotice instead of raw GEDCOM | Greg Roach | 1 | -5/+10 | |
| 2022-04-16 | Prefer uppercase for NameType fields. See #4308 | Greg Roach | 1 | -1/+1 | |
| 2022-04-15 | Convert attributes to canonical values | Greg Roach | 1 | -1/+3 | |
| 2022-04-07 | Fix: #4290 - remove HTML from translation string | Greg Roach | 1 | -5/+5 | |
| 2022-03-16 | It is 2022 - update copyright dates | Greg Roach | 1 | -1/+1 | |
| 2022-02-24 | CodeStyle | Greg Roach | 1 | -1/+5 | |
| 2022-02-18 | PHPdoc | Greg Roach | 1 | -4/+4 | |
| 2022-02-11 | Fix: #1584 - Replace FunctionsPrint* with templates | Greg Roach | 1 | -2/+1 | |
| 2022-02-06 | Strict types | Greg Roach | 1 | -1/+1 | |
| 2021-12-18 | Fix: #4139 - privacy rule priority | Greg Roach | 1 | -0/+8 | |
| 2021-12-16 | Micro-optimise regular expressions | Greg Roach | 1 | -1/+1 | |
| 2021-11-06 | PHPdoc | Greg Roach | 1 | -3/+3 | |
| 2021-11-06 | Remove unnecessary regex group | Greg Roach | 1 | -1/+1 | |
| 2021-10-29 | TypeHints | Greg Roach | 1 | -18/+14 | |
| 2021-10-12 | PHPdoc | Greg Roach | 1 | -2/+2 | |
| 2021-08-18 | Upgrade Bootstrap from 4 to 5. Fixes: #3673. Fixes: #3400. | Greg Roach | 1 | -3/+3 | |
| 2021-08-15 | Add 'empty clipboard' function | Greg Roach | 1 | -0/+33 | |
| 2021-06-25 | Remove deprecated function Fact::getTag() | Greg Roach | 1 | -12/+0 | |
| 2021-06-20 | Refactoring GEDCOM edit functions | Greg Roach | 1 | -10/+0 | |
| 2021-03-21 | Use PHP 7.4 language features | Greg Roach | 1 | -6/+2 | |
| 2021-03-21 | Merge changes from develop branch | Greg Roach | 1 | -0/+10 | |
| 2021-03-13 | Improve error message when importing corrupt GEDCOM data | Greg Roach | 1 | -1/+1 | |
| 2021-03-11 | Remove deprecated code | Greg Roach | 1 | -14/+0 | |
| 2021-02-13 | Missed in recent changes (#3723) | David Drury | 1 | -2/+2 | |
| 2021-02-11 | Fix: #3372 - show marriage type as label for fact | Greg Roach | 1 | -0/+10 | |
| 2021-02-04 | Code style | Greg Roach | 1 | -4/+4 | |
| 2021-02-04 | Use gedcom elements | Greg Roach | 1 | -1/+1 | |
| 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, ↵ | Greg Roach | 1 | -5/+5 | |
| Merge #2652 - Refactor LocationController into request handlers | |||||
| 2020-10-03 | #3529 - rename Factory to Registry | Greg Roach | 1 | -15/+15 | |
