summaryrefslogtreecommitdiff
path: root/app/Family.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
2025-11-21CodeStyle - strict typesGreg Roach1-2/+3
2025-09-09fix issue #3648: do not filter out names of type 'marriage' in the Family nam...Bert Koorengevel1-4/+4
2025-01-16It's 2025. Update copyright date.Greg Roach1-1/+1
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-26/+0
2024-03-31CodeStyleGreg Roach1-3/+3
2024-03-31PHP 8.2 - union typesGreg Roach1-9/+7
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-9/+3
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-6/+6
2024-01-13Avoid implicit type checksGreg Roach1-3/+3
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-2/+2
2021-10-30Fix: #4100 - uninitialised propertyGreg Roach1-2/+2
2021-10-29TypeHintsGreg Roach1-4/+4
2021-10-14Tidy GedcomRecord constructorGreg Roach1-1/+1
2021-10-13Add missing type-hintsGreg Roach1-5/+5
2021-10-12PHPdocGreg Roach1-2/+2
2021-03-19PHPdocGreg Roach1-1/+1
2021-03-11Remove deprecated codeGreg Roach1-32/+0
2021-02-04Code styleGreg Roach1-1/+1
2021-01-28Merge some changes from 2.1Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2021-01-06Fix: #3611 - add row-locks to prevent concurrent editsGreg Roach1-0/+13
2020-12-23Use constants for unknown surname and given namesGreg Roach1-2/+2
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-7/+7
2020-07-04Change variable namesGreg Roach1-2/+2
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-43/+10
2020-02-06Fix: #3062 - fail to find last HUSB/WIFE link in pending family recordGreg Roach1-3/+6
2019-12-10PHPdocGreg Roach1-2/+2
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-2/+5
2019-12-05Simplify some privacy logicGreg Roach1-12/+18
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-3/+5
2019-10-31Refactor controllers as request handlersGreg Roach1-1/+2
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-4/+4
2019-10-17PSR12Greg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-05-17PHPdocGreg Roach1-2/+0
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-2/+2
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-1/+2
2019-04-03Declare static closuresGreg Roach1-2/+2
2019-03-08TypeGreg Roach1-2/+6
2019-03-08Strict types and code reviewGreg Roach1-1/+3
2019-03-07Code style and testingGreg Roach1-8/+8
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-2/+4