#
c156e8f5 |
| 10-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Use closures as callbacks for sorting
|
#
886b77da |
| 08-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Use closures to DRY up code
|
#
62630638 |
| 04-Jan-2019 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes (#2097)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
#
16d6367a |
| 04-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Add visibility to constants
|
#
8fcd0d32 |
| 01-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Happy 2019
|
#
2e5b4452 |
| 29-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use illuminate/database for GEDCOM records
|
#
6e83554d |
| 22-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #2036 - updated functions
|
#
8d0ebef0 |
| 17-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Prefer class-constants to global-constants
|
#
30158ae7 |
| 12-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename GedcomRecord::getFacts() to facts()
|
#
2decada7 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Fact::getDate() to date()
|
#
4fb14fcb |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Fact::getPlace() to place()
|
#
dc124885 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Fact::getTarget() to target()
|
#
84586c02 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Fact::getValue() to value()
|
#
8905a924 |
| 10-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fixing GEDCOM errors belongs in import
|
#
e24444ee |
| 09-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Prefer assertions to assumptions
|
#
4a83f5d7 |
| 09-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Calendar dates are abstract
|
#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
0ea23b78 |
| 24-Sep-2018 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes (#1929)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
#
3c90ed31 |
| 23-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix type mismatch
|
#
35584196 |
| 23-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
Type mismatch errors
|
#
b2ce94c6 |
| 22-Sep-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Reduced if/else complexity, removed not require else conditions (#1866)
* Reduced if/else complexity, removed not require else conditions
* Fix indentation
* Fix indentation
* Use null-coal
Reduced if/else complexity, removed not require else conditions (#1866)
* 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
show more ...
|
#
76f666f4 |
| 22-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc, types, etc.
|
#
e93111ad |
| 05-Sep-2018 |
Rico Sonntag <rico.sonntag@netresearch.de> |
Fixed invalid docblocks
|
#
845c3ce6 |
| 29-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
Type hints
|
#
8f038c36 |
| 27-Aug-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Use === null instead of is_null (#1855)
|