summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-12-24CodeStyleGreg Roach1-3/+0
2025-12-24Refactor the 'before' paramter to createFact()Greg Roach1-2/+2
2025-12-19Fix: some code passes empty fact_id/gedcom to updateFact instead of calling c...Greg Roach1-0/+16
2025-12-19Refactor edit/create/delete fact to allow facts to be added in orderGreg Roach1-102/+50
2025-12-12Remove unused codeGreg Roach1-27/+0
2025-02-20Code StyleGreg Roach1-1/+0
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
2024-11-26Fix: #5061 - some subtags not removed from links to private recordsGreg Roach1-15/+10
2024-11-22PHP 8.3 allows class constants to have type hintsGreg Roach1-2/+2
2024-06-16Fix: #4994 - private exports contain empty recordsGreg Roach1-30/+32
2024-04-14Fix: check for '1 RESN LOCKED' not workingGreg Roach1-1/+1
2024-03-31CodeStyleGreg Roach1-5/+5
2024-03-31CodeStyle - whitespaceGreg Roach1-1/+0
2024-03-31PHP 8.2 - union typesGreg Roach1-5/+5
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-15/+5
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-4/+4
2024-01-13Avoid implicit type checksGreg Roach1-3/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-07-26Corrected php, js and phtml files (#4855)Alejandro Criado-Pérez1-1/+1
2023-06-20Do not rely on database default for pending changesGreg Roach1-0/+2
2023-05-30Do not rely on database default for pending changesGreg Roach1-0/+1
2023-04-03Replace illuminate/container with our own simpler containerGreg Roach1-9/+3
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-3/+3
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-2/+2
2022-12-04Fix: respect order of GEDCOM names, irrespective of typeGreg Roach1-1/+1
2022-11-06Strict typesGreg Roach1-1/+1
2022-07-30Fix: #4517 - don't match married names against language scriptGreg Roach1-1/+1
2022-07-28Code StyleGreg Roach1-1/+2
2022-07-27Fix: #4507 - notes attached to CHAN not handled correctlyGreg Roach1-8/+26
2022-07-21Fix: #4509 - last-change timestamp fails for arabic scriptGreg Roach1-8/+8
2022-07-18Fix: #4422 - HTML error in stats blockGreg Roach1-18/+23
2022-05-04Fix: _RUFNAME is only a given name, not a full nameGreg Roach1-1/+3
2022-05-04Fix: 'TYPE married' is now 'TYPE MARRIED'Greg Roach1-1/+1
2022-04-29Fix: #4354 - error when viewing unknown custom record typeGreg Roach1-1/+6
2022-04-16Prefer uppercase for RestrictionNotice fields. See #4308Greg Roach1-0/+1
2022-04-16Use RestrictionNotice instead of raw GEDCOMGreg Roach1-10/+20
2022-04-12Remove unused importsGreg Roach1-4/+0
2022-03-25Fix: #4275 - invalid date in CHAN:DATE causes errorGreg Roach1-8/+11
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-03-09Fix: #4250 - refactor linked-records and use consistentlyGreg Roach1-209/+0
2022-02-23Update and use Validation classGreg Roach1-3/+12
2022-02-21PHPdocGreg Roach1-2/+3
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-9/+9
2022-02-18PHPdocGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-9/+9
2022-02-11CodeStyleGreg Roach1-1/+0
2022-02-11Apply fixes from StyleCI (#4212)Greg Roach1-1/+1