#
8fcd0d32 |
| 01-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Happy 2019
|
#
9a9e551a |
| 21-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use laravel support functions to truncate strings
|
#
65e02381 |
| 01-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHP 7.1: short-syntax for array destructuring
|
#
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()
|
#
f4afa648 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename GedcomRecord::getTree() to tree()
|
#
c0935879 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename GedcomRecord::getXref() to xref()
|
#
72cf66d4 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeId() to id()
|
#
138ca96c |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Fact::getGedcom() to gedcom()
|
#
c0fe75ac |
| 14-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc
|
#
ff166e64 |
| 14-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Strict-types
|
#
52868398 |
| 14-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use symfony expression language to evaluate expressions
|
#
044416d2 |
| 14-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Types
|
#
c21bdddc |
| 09-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
More type hints for reports
|
#
1aa04bef |
| 06-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc, Code style
|
#
8a4ee39c |
| 06-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc
|
#
208e9f76 |
| 06-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Refactor reports
|
#
589feda3 |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Strict types in reports
|
#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
18d7a90d |
| 28-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc
|
#
4f927915 |
| 27-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
Code style
|
#
7a899ede |
| 23-Sep-2018 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes (#1924)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
#
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.
|
#
cb63a60e |
| 11-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #1842 - support PHP functions in report expressions
|