summaryrefslogtreecommitdiff
path: root/app/GedcomRecord.php
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Dual type-hints upset vimeo/psalm, but are useful in PhpStormGreg Roach1-4/+5
2019-03-03Convert from Carbon (v1) to CarbonImmutable (v2)Greg Roach1-22/+11
2019-02-24Fix: #2263 - facts duplicated in chart-boxesGreg Roach1-2/+1
2019-02-23Use UTC internally, and convert to local time for displayGreg Roach1-2/+2
2019-02-16Use Collection classGreg Roach1-20/+2
2019-02-16Rename functions getFoo() to foo() and return collections instead of arraysGreg Roach1-16/+17
2019-01-31Refactor class User - use NULL-object pattern for guests and temporary users,...Greg Roach1-2/+2
2019-01-27Refactor class PlaceGreg Roach1-2/+2
2019-01-18Use cacheGreg Roach1-43/+10
2019-01-12TestingGreg Roach1-1/+1
2019-01-11Rename filter() to accessFilter()Greg Roach1-1/+1
2019-01-11Simplify row-mappersGreg Roach1-5/+3
2019-01-10Use closures as callbacks for sortingGreg Roach1-28/+40
2019-01-08Use closures to DRY up codeGreg Roach1-0/+27
2019-01-06Add query-builder macro for substring-searchGreg Roach1-1/+1
2019-01-06Use illuminate/databaseGreg Roach1-72/+57
2019-01-04Scrutinizer Auto-Fixes (#2097)Scrutinizer Auto-Fixer1-1/+1
2019-01-04Add visibility to constantsGreg Roach1-2/+3
2019-01-02TestingGreg Roach1-2/+2
2019-01-01Use illuminate/databaseGreg Roach1-24/+19
2019-01-01Apply fixes from StyleCI (#2083)Greg Roach1-2/+2
2019-01-01Use illuminate/databaseGreg Roach1-18/+16
2019-01-01Refactor away class FunctionsDbGreg Roach1-0/+27
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-01PHP 7.1: short-syntax for array destructuringGreg Roach1-2/+2
2018-11-18Prefer class-constants to global-constantsGreg Roach1-17/+17
2018-11-18Rename GedcomRecord::getFacts() to facts()Greg Roach1-8/+8
2018-11-18Remove deprecated functionsGreg Roach1-24/+0
2018-11-18Rename GedcomRecord::getGedcom() to gedcom()Greg Roach1-3/+3
2018-11-18Rename GedcomRecord::getTree() to tree()Greg Roach1-1/+1
2018-11-18Rename GedcomRecord::getXref() to xref()Greg Roach1-6/+6
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-11/+11
2018-11-18Rename Fact::getLabel() to label()Greg Roach1-2/+2
2018-11-18Rename Fact::getGedcom() to gedcom()Greg Roach1-10/+10
2018-11-18Rename Fact::getFactId() to id()Greg Roach1-3/+3
2018-11-18Rename Fact::getDate() to date()Greg Roach1-5/+5
2018-11-18Rename Fact::getPlace() to place()Greg Roach1-2/+2
2018-11-18Rename Fact::getAttribute() to attribute()Greg Roach1-1/+1
2018-11-18Rename Fact::getValue() to value()Greg Roach1-1/+1
2018-10-06PHPdocGreg Roach1-2/+2
2018-10-06PHPdocGreg Roach1-12/+9
2018-10-05Fix: #1939 - strict types prevent new records from being createdGreg Roach1-3/+8
2018-10-05Strict types in reportsGreg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-10-05Strict type errorGreg Roach1-1/+1
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-3/+3
2018-09-23Type mismatch errorsGreg Roach1-2/+2
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-41/+39
2018-09-22PHPdoc, types, etc.Greg Roach1-5/+5