#
8fcd0d32 |
| 01-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Happy 2019
|
#
6a8879fe |
| 19-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
Strict types
|
#
5f2ae573 |
| 19-Dec-2018 |
Greg Roach <fisharebest@webtrees.net> |
Refactor $ctype global as a parameter
|
#
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
|
#
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()
|
#
aa6f03bb |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeName() to name()
|
#
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
|
#
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 ...
|
#
8f53f488 |
| 27-Aug-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Added PHP7 return types to methods according doc block (#1864)
|
#
a45f9889 |
| 25-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
Replace Filter::get() and Filter::post() with $request
|
#
59f2f229 |
| 19-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle
|
#
bbb76c12 |
| 18-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle - comments should not be used in the middle of lines
|
#
bd44f43f |
| 16-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHP 7.0 supports the empty ternary operator
|
#
c1010eda |
| 16-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use PSR2 code style
|
#
147e99aa |
| 15-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Move module views to the views/modules folder
|
#
f1afa930 |
| 14-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove old import
|
#
e490cd80 |
| 07-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove global variables from blocks
|
#
d57f6cd5 |
| 06-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove unused globals
|
#
e671b011 |
| 15-Apr-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #1696 - missing variable in view
|
#
02fe1c37 |
| 15-Mar-2018 |
Greg Roach <fisharebest@gmail.com> |
Fix: #1643 charts block needs to use new chart views/routes/controllers
|
#
c385536d |
| 27-Jan-2018 |
Greg Roach <fisharebest@gmail.com> |
Use views for block configuration
|
#
397e599a |
| 26-Jan-2018 |
Greg Roach <fisharebest@gmail.com> |
Use controller/view for block configuration
|