#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
acf76a54 |
| 25-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
Type-hints
|
#
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
|
#
bbb76c12 |
| 18-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle - comments should not be used in the middle of lines
|
#
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
|
#
1e3dc560 |
| 14-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove unused import statements
|
#
627de052 |
| 08-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #1775 null value in HTML block editor
|
#
e490cd80 |
| 07-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove global variables from blocks
|
#
b49557f1 |
| 06-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Convert CKEditor module to use views
|
#
55ac67ab |
| 24-Mar-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #1656 - CK editor not being used on HTML block
|
#
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
|
#
abb263ad |
| 22-Jan-2018 |
Greg Roach <fisharebest@gmail.com> |
Strict types
|
#
225e381f |
| 10-Jan-2018 |
Greg Roach <fisharebest@gmail.com> |
Use views for genealogy objects
|
#
1062a142 |
| 07-Jan-2018 |
Greg Roach <fisharebest@gmail.com> |
Happy new year - 2018
|
#
d53324c9 |
| 06-Jan-2018 |
Greg Roach <fisharebest@gmail.com> |
Use e() helper function
|
#
be9a728c |
| 19-Dec-2017 |
Greg Roach <fisharebest@gmail.com> |
Fix: #1541 Cannot type hint void return in PHP 7.0
|
#
cc7d0e55 |
| 03-Dec-2017 |
Scrutinizer Auto-Fixer <auto-fixer@scrutinizer-ci.com> |
Scrutinizer Auto-Fixes (#1525)
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
|
#
a9430be8 |
| 02-Dec-2017 |
Greg Roach <fisharebest@gmail.com> |
Return type hints
|
#
c02d9576 |
| 22-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
Fix #1508, #1497 - non-ajax blocks need global data too
|
#
0fd39724 |
| 03-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
CodeStyle - spacing/alignment
|
#
5bcf6074 |
| 01-Oct-2017 |
Greg Roach <fisharebest@gmail.com> |
Fix HTML error
|