summaryrefslogtreecommitdiff
path: root/app/Individual.php
AgeCommit message (Expand)AuthorFilesLines
2022-02-18Make displayImage() arguments consistentGreg Roach1-1/+1
2022-02-06Strict typesGreg Roach1-6/+4
2022-02-04Add support for SEX X (other)Greg Roach1-2/+2
2021-12-16Micro-optimise regular expressionsGreg Roach1-2/+2
2021-11-06Code-style - prefer concatenation to embedding variablesGreg Roach1-2/+2
2021-11-02Strict typesGreg Roach1-3/+3
2021-10-13Avoid array parameters to preg_replace to simplify strict type checksGreg Roach1-19/+8
2021-10-13Add missing type-hintsGreg Roach1-2/+2
2021-10-12PHPdocGreg Roach1-8/+8
2021-08-17Fix: #1666 - mixed rtl/ltr in title attributesGreg Roach1-3/+4
2021-07-26Remove old codeGreg Roach1-22/+0
2021-05-24Fix: #1010 - Support NBSP and ZWNJ in names and the on-screen-keyboardGreg Roach1-1/+1
2021-03-18Do not rename parameters in child classesGreg Roach1-5/+5
2021-03-11Remove deprecated codeGreg Roach1-56/+0
2021-03-09Cleanup unused codeGreg Roach1-16/+0
2021-02-28Fix: #3749 - lifespans don't match ages when date-ranges are usedGreg Roach1-4/+13
2021-02-04Code styleGreg Roach1-2/+2
2021-01-28Merge some changes from 2.1Greg Roach1-2/+2
2021-01-25Use https link in copyright headerGreg Roach1-1/+1
2021-01-22Code styleGreg Roach1-6/+10
2021-01-15Move user constants to the user interface classGreg Roach1-4/+5
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