summaryrefslogtreecommitdiff
path: root/app/Individual.php
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Fix: #3611 - add row-locks to prevent concurrent editsGreg Roach1-0/+12
2020-12-31CodeStyleGreg Roach1-4/+4
2020-12-23Use constants for unknown surname and given namesGreg Roach1-4/+8
2020-11-15Fix: sorting by death dateGreg Roach1-1/+1
2020-10-03#3529 - rename Factory to RegistryGreg Roach1-5/+5
2020-06-25Merge changes from developGreg Roach1-7/+14
2020-06-01Fix: #1401 - do not automatically add NICK to NAMEGreg Roach1-8/+0
2020-05-12Use factory methods to create GEDCOM recordsGreg Roach1-44/+9
2020-05-01Fix: #3201 - missing thumbnail imagesGreg Roach1-3/+3
2020-05-01CodeStyleGreg Roach1-9/+9
2020-02-23Use strict comparison for Collection::unique()Greg Roach1-1/+3
2020-02-19Fix: #1209 - use q tags for nickname in quotesGreg Roach1-1/+1
2019-12-10PHPdocGreg Roach1-5/+5
2019-12-10Add support for Submitter records as first-class objects #2823Greg Roach1-1/+1
2019-12-06Parents' names in lists - replace function with templateGreg Roach1-48/+1
2019-12-05Simplify some privacy logicGreg Roach1-21/+16
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach1-4/+9
2019-11-18Fix: #2782 - duplicate step-families when the same parent is in multiple pare...Greg Roach1-14/+5
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach1-50/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach1-3/+4
2019-10-31Refactor controllers as request handlersGreg Roach1-1/+2
2019-10-28Fix: #2702 - missing tree parameter in create-object modalsGreg Roach1-2/+1
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach1-2/+2
2019-10-17PSR12Greg Roach1-4/+5
2019-09-29PSR12Greg Roach1-0/+1
2019-09-26Gender icons belong in the templatesGreg Roach1-31/+0
2019-05-17PHPdocGreg Roach1-4/+0
2019-04-25Closures that do not use $this should be declared staticGreg Roach1-3/+3
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-1/+1
2019-03-20Fix: #2316 - same name shown twice in autocompleteGreg Roach1-0/+3
2019-03-20Collection / arrayGreg Roach1-1/+1
2019-03-07Code style and testingGreg Roach1-23/+25
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-4/+8
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-2/+1
2019-02-26Remove global constant CLIENT_JDGreg Roach1-6/+8
2019-02-16Use Collection classGreg Roach1-7/+9
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-66/+68
2019-02-13Refactoring themes and chart boxesGreg Roach1-1/+7
2019-01-27Refactor class PlaceGreg Roach1-2/+2
2019-01-22PHPdocGreg Roach1-1/+5
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-4/+2
2019-01-10Use closures as callbacks for sortingGreg Roach1-26/+26
2019-01-09Fix: #2111 - individual search needs to set name to match search resultGreg Roach1-1/+7
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