| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-03-08 | Type | Greg Roach | 1 | -2/+6 | |
| 2019-03-08 | Strict types and code review | Greg Roach | 1 | -1/+3 | |
| 2019-03-07 | Code style and testing | Greg Roach | 1 | -8/+8 | |
| 2019-03-05 | Dual type-hints upset vimeo/psalm, but are useful in PhpStorm | Greg Roach | 1 | -2/+4 | |
| 2019-02-16 | Use Collection class | Greg Roach | 1 | -11/+17 | |
| 2019-02-16 | Rename functions getFoo() to foo() and return collections instead of arrays | Greg Roach | 1 | -12/+12 | |
| 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 | -2/+1 | |
| 2019-01-10 | Use closures as callbacks for sorting | Greg Roach | 1 | -13/+13 | |
| 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 | -6/+6 | |
| 2018-11-22 | Fix: #2036 - updated functions | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Prefer class-constants to global-constants | Greg Roach | 1 | -9/+9 | |
| 2018-11-18 | Rename GedcomRecord::getFacts() to facts() | Greg Roach | 1 | -2/+2 | |
| 2018-11-18 | Rename Fact::getDate() to date() | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Rename Fact::getPlace() to place() | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Rename Fact::getTarget() to target() | Greg Roach | 1 | -1/+1 | |
| 2018-11-18 | Rename Fact::getValue() to value() | Greg Roach | 1 | -1/+1 | |
| 2018-10-10 | Fixing GEDCOM errors belongs in import | Greg Roach | 1 | -8/+0 | |
| 2018-10-09 | Prefer assertions to assumptions | Greg Roach | 1 | -1/+1 | |
| 2018-10-09 | Calendar dates are abstract | Greg Roach | 1 | -1/+1 | |
| 2018-10-05 | Add declare(strict_types=1) to all PHP scripts | Greg Roach | 1 | -0/+2 | |
| 2018-09-24 | Scrutinizer Auto-Fixes (#1929) | Scrutinizer Auto-Fixer | 1 | -1/+1 | |
| 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 | Reduced if/else complexity, removed not require else conditions (#1866) | Rico Sonntag | 1 | -10/+10 | |
| * 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 | -3/+3 | |
| 2018-09-13 | Fixed invalid docblocks | Rico Sonntag | 1 | -2/+2 | |
| 2018-08-29 | Type hints | Greg Roach | 1 | -1/+1 | |
| 2018-08-27 | Use === null instead of is_null (#1855) | Rico Sonntag | 1 | -1/+1 | |
| 2018-08-27 | Fix some of PR #1864 | Greg Roach | 1 | -2/+2 | |
| 2018-08-27 | Added PHP7 return types to methods according doc block (#1864) | Rico Sonntag | 1 | -14/+14 | |
| 2018-08-18 | CodeStyle | Greg Roach | 1 | -4/+4 | |
| 2018-08-13 | Type hint closure return types | Greg Roach | 1 | -2/+2 | |
| 2018-07-16 | Use PSR2 code style | Greg Roach | 1 | -369/+394 | |
| 2018-01-20 | PHPDoc | Greg Roach | 1 | -1/+1 | |
| 2018-01-20 | Refactor to improve PHPdoc / type hinting / code analysis | Greg Roach | 1 | -0/+23 | |
| 2018-01-13 | Use views for genealogy objects | Greg Roach | 1 | -1/+1 | |
| 2018-01-07 | Happy new year - 2018 | Greg Roach | 1 | -1/+1 | |
| 2017-12-03 | Scrutinizer Auto-Fixes (#1524) | Scrutinizer Auto-Fixer | 1 | -2/+2 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2017-11-03 | Code style | Greg Roach | 1 | -2/+6 | |
| 2017-11-03 | PHPDOC | Greg Roach | 1 | -3/+4 | |
| 2017-11-03 | Return Place instance instead of string, allowing use of object methods | Rico Sonntag | 1 | -1/+1 | |
| 2017-04-27 | Unused code | Greg Roach | 1 | -14/+0 | |
| 2017-03-08 | 2017 | Greg Roach | 1 | -1/+1 | |
| 2017-02-05 | Fix #1202 - individuals who only have married names | Greg Roach | 1 | -18/+23 | |
