summaryrefslogtreecommitdiff
path: root/app/Individual.php
AgeCommit message (Expand)AuthorFilesLines
2026-02-09Update copyright year. It is 2026Greg Roach1-1/+1
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-4/+4
2024-06-16Fix: #4994 - private exports contain empty recordsGreg Roach1-34/+0
2024-03-31CodeStyleGreg Roach1-4/+4
2024-03-31PHP 8.2 - union typesGreg Roach1-7/+5
2024-03-31PHP 7.4 - short arrow functionsGreg Roach1-12/+4
2024-03-21Implicit/explicit nullable types for PHP 8.4Greg Roach1-3/+3
2024-02-26Fix some phpstan issuesGreg Roach1-2/+2
2024-01-13Avoid implicit type checksGreg Roach1-8/+9
2023-08-29Preparing to remove dependency on laravel/databaseGreg Roach1-1/+0
2023-08-16Show unknown birth date as elipsis in lifespanGreg Roach1-0/+4
2023-08-16Show unknown death date as elipsis in lifespanGreg Roach1-0/+4
2023-02-01Add signatures to closures in phpdoc. See #4713Greg Roach1-2/+2
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-25It's 2023Greg Roach1-1/+1
2023-01-11CodeStyle - use null coalesce operatorGreg Roach1-3/+3
2023-01-04Fix some typos (found by codespell) (#4705)Stefan Weil1-1/+1
2022-11-06Strict typesGreg Roach1-2/+2
2022-09-06CodeStyleGreg Roach1-0/+3
2022-04-16Consistent names for controlled-value constantsGreg Roach1-6/+6
2022-04-15Use controlled values for FAMC:PEDIGreg Roach1-4/+8
2022-04-15Use constants for controlled values: NAME:TYPEGreg Roach1-1/+3
2022-04-15Use constants for controlled values: FAMC:PEDIGreg Roach1-7/+8
2022-03-19Fix: #4269 - flip silhouette images on RTL pagesGreg Roach1-1/+1
2022-03-16It is 2022 - update copyright datesGreg Roach1-1/+1
2022-02-20Create Timestamp class and factory to replace direct-dependency on CarbonGreg Roach1-1/+1
2022-02-18PHPdocGreg Roach1-4/+4
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