summaryrefslogtreecommitdiff
path: root/app/Family.php
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-16Use Collection classGreg Roach1-11/+17
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-12/+12
2019-01-12Move search functions to new SearchServiceGreg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+3
2019-01-10Apply fixes from StyleCI (#2113)Greg Roach1-2/+1
2019-01-10Use closures as callbacks for sortingGreg Roach1-13/+13
2019-01-08Use closures to DRY up codeGreg Roach1-0/+16
2019-01-04Scrutinizer Auto-Fixes (#2097)Scrutinizer Auto-Fixer1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+3
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach1-6/+6
2018-11-22Fix: #2036 - updated functionsGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-9/+9
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-2/+2
2018-11-18Rename Fact::getDate() to date()Greg Roach1-1/+1
2018-11-18Rename Fact::getPlace() to place()Greg Roach1-1/+1