| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-20 | Collection / array | Greg Roach | 1 | -1/+1 | |
| 2019-03-07 | Code style and testing | Greg Roach | 1 | -23/+25 | |
| 2019-03-05 | Dual type-hints upset vimeo/psalm, but are useful in PhpStorm | Greg Roach | 1 | -4/+8 | |
| 2019-03-03 | Convert from Carbon (v1) to CarbonImmutable (v2) | Greg Roach | 1 | -2/+1 | |
| 2019-02-26 | Remove global constant CLIENT_JD | Greg Roach | 1 | -6/+8 | |
| 2019-02-16 | Use Collection class | Greg Roach | 1 | -7/+9 | |
| 2019-02-16 | Rename functions getFoo() to foo() and return collections instead of arrays | Greg Roach | 1 | -66/+68 | |
| 2019-02-13 | Refactoring themes and chart boxes | Greg Roach | 1 | -1/+7 | |
| 2019-01-27 | Refactor class Place | Greg Roach | 1 | -2/+2 | |
| 2019-01-22 | PHPdoc | Greg Roach | 1 | -1/+5 | |
| 2019-01-12 | Move search functions to new SearchService | Greg Roach | 1 | -1/+1 | |
| 2019-01-11 | Simplify row-mappers | Greg Roach | 1 | -5/+3 | |
| 2019-01-10 | Apply fixes from StyleCI (#2113) | Greg Roach | 1 | -4/+2 | |
| 2019-01-10 | Use closures as callbacks for sorting | Greg Roach | 1 | -26/+26 | |
| 2019-01-09 | Fix: #2111 - individual search needs to set name to match search result | Greg Roach | 1 | -1/+7 | |
| 2019-01-08 | Use closures to DRY up code | Greg Roach | 1 | -0/+16 | |
| 2019-01-04 | Scrutinizer Auto-Fixes (#2097) | Scrutinizer Auto-Fixer | 1 | -1/+1 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2019-01-04 | Add visibility to constants | Greg Roach | 1 | -2/+3 | |
| 2019-01-01 | Happy 2019 | Greg Roach | 1 | -1/+1 | |
| 2018-12-29 | Use illuminate/database for GEDCOM records | Greg Roach | 1 | -39/+22 | |
| 2018-12-08 | Fix: double-escaping place names in lifespans | Greg Roach | 1 | -2/+2 | |
| 2018-12-01 | PHP 7.1: short-syntax for array destructuring | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Prefer class-constants to global-constants | Greg Roach | 1 | -22/+22 | |
| 2018-11-18 | Rename GedcomRecord::getFacts() to facts() | Greg Roach | 1 | -8/+8 | |
| 2018-11-18 | Rename GedcomRecord::getGedcom() to gedcom() | Greg Roach | 1 | -5/+5 | |
| 2018-11-18 | Rename GedcomRecord::getXref() to xref() | Greg Roach | 1 | -5/+5 | |
| 2018-11-18 | Rename Tree::getTreeId() to id() | Greg Roach | 1 | -2/+2 | |
| 2018-11-18 | Rename Fact::getGedcom() to gedcom() | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Rename Fact::getTarget() to target() | Greg Roach | 1 | -6/+6 | |
| 2018-11-05 | Fix: #2020 - missing / in name causes error | Greg Roach | 1 | -1/+1 | |
| 2018-10-09 | Prefer assertions to assumptions | Greg Roach | 1 | -5/+5 | |
| 2018-10-08 | Remove unnecessary check | Greg Roach | 1 | -6/+2 | |
| 2018-10-08 | Strict-types | Greg Roach | 1 | -1/+1 | |
| 2018-10-05 | Add declare(strict_types=1) to all PHP scripts | Greg Roach | 1 | -0/+2 | |
| 2018-10-03 | PHP 7 has native integer division | Greg Roach | 1 | -1/+1 | |
| 2018-09-28 | PHPdoc | Greg Roach | 1 | -1/+3 | |
| 2018-09-25 | Type-hints | Greg Roach | 1 | -3/+3 | |
| 2018-09-23 | Scrutinizer Auto-Fixes (#1927) | Scrutinizer Auto-Fixer | 1 | -7/+7 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2018-09-23 | Fix type mismatch | Greg Roach | 1 | -1/+1 | |
| 2018-09-23 | Type mismatch errors | Greg Roach | 1 | -2/+2 | |
| 2018-09-22 | Function signature mismatch | Greg Roach | 1 | -1/+1 | |
| 2018-09-22 | Reduced if/else complexity, removed not require else conditions (#1866) | Rico Sonntag | 1 | -31/+31 | |
| * Reduced if/else complexity, removed not require else conditions * Fix indentation * Fix indentation * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Admin theme no longer exists * Code style * Use null-coalesce operator to simplify logic | |||||
| 2018-09-22 | PHPdoc, types, etc. | Greg Roach | 1 | -10/+9 | |
| 2018-08-30 | PHPdoc | Greg Roach | 1 | -0/+2 | |
| 2018-08-27 | Use === null instead of is_null (#1855) | Rico Sonntag | 1 | -2/+2 | |
| 2018-08-27 | Added PHP7 return types to methods according doc block (#1864) | Rico Sonntag | 1 | -33/+42 | |
| 2018-08-19 | CodeStyle | Greg Roach | 1 | -1/+1 | |
| 2018-08-18 | CodeStyle | Greg Roach | 1 | -1/+1 | |
| 2018-08-18 | CodeStyle - comments should not be used in the middle of lines | Greg Roach | 1 | -22/+15 | |
| 2018-08-15 | CodeStyle | Greg Roach | 1 | -15/+15 | |
