summaryrefslogtreecommitdiff
path: root/app/Individual.php
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-29Use illuminate/database for GEDCOM recordsGreg Roach1-39/+22
2018-12-08Fix: double-escaping place names in lifespansGreg Roach1-2/+2
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-1/+1
2018-11-18Prefer class-constants to global-constantsGreg Roach1-22/+22
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-8/+8
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-5/+5
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-5/+5
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-2/+2
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-1/+1
2018-11-18Rename Fact::getTarget() to target()Greg Roach1-6/+6
2018-11-05Fix: #2020 - missing / in name causes errorGreg Roach1-1/+1
2018-10-09Prefer assertions to assumptionsGreg Roach1-5/+5
2018-10-08Remove unnecessary checkGreg Roach1-6/+2
2018-10-08Strict-typesGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-03PHP 7 has native integer divisionGreg Roach1-1/+1
2018-09-28PHPdocGreg Roach1-1/+3
2018-09-25Type-hintsGreg Roach1-3/+3
2018-09-23Scrutinizer Auto-Fixes (#1927)Scrutinizer Auto-Fixer1-7/+7
2018-09-23Fix type mismatchGreg Roach1-1/+1
2018-09-23Type mismatch errorsGreg Roach1-2/+2
2018-09-22Function signature mismatchGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-31/+31
2018-09-22PHPdoc, types, etc.Greg Roach1-10/+9
2018-08-30PHPdocGreg Roach1-0/+2
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag1-2/+2
2018-08-27Added PHP7 return types to methods according doc block (#1864)Rico Sonntag1-33/+42
2018-08-19CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyleGreg Roach1-1/+1
2018-08-18CodeStyle - comments should not be used in the middle of linesGreg Roach1-22/+15
2018-08-15CodeStyleGreg Roach1-15/+15
2018-07-26Remove old/unused codeGreg Roach1-54/+0
2018-07-16Use PSR2 code styleGreg Roach1-1188/+1254