#
8fcd0d32 |
| 01-Jan-2019 |
Greg Roach <fisharebest@webtrees.net> |
Happy 2019
|
#
e8777cb5 |
| 23-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Fix: #2039 - double-escaping place URLs
|
#
75fe6325 |
| 18-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Error handling
|
#
aa6f03bb |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeName() to name()
|
#
72cf66d4 |
| 11-Nov-2018 |
Greg Roach <fisharebest@webtrees.net> |
Rename Tree::getTreeId() to id()
|
#
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 ...
|
#
db7bb364 |
| 22-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc, types, etc.
|
#
8f53f488 |
| 27-Aug-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Added PHP7 return types to methods according doc block (#1864)
|
#
4686330a |
| 15-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
CodeStyle
|
#
c1010eda |
| 16-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use PSR2 code style
|
#
3ff387bf |
| 01-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Update osm branch with changes from master
|
#
661f69c0 |
| 27-Mar-2018 |
David Drury <david@drury.me.uk> |
convert Admin pages and ajax calls to route/view Remove unused files formatting Fix some inadvertently reverted code extend use of Request remove unused class For place hierarchy show a map or table
convert Admin pages and ajax calls to route/view Remove unused files formatting Fix some inadvertently reverted code extend use of Request remove unused class For place hierarchy show a map or table but not both Bug fix: Location->getChildren not respecting hierarchy change classnames simplify css Improve breadcrumbs simplify css use views for map sidebar html escape routes Bug Fix: place hierarchy not respecting tree Update Place class phpDocs Add note on place hierarchy styling and place hierarchy page layout Shift html to view Bug Fix: longstanding bug copied from GoogleMap module where hierarchy incorrectly checked on admin places page php-cs-fixer formatting Bug fix: import csv file where all records are greater than level 0 (e.g SWE1000.csv)
show more ...
|
#
e5588fb0 |
| 21-Jun-2018 |
Greg Roach <fisharebest@webtrees.net> |
SQL_CACHE and SQL_NO_CACHE no longer work in MySQL 8
|
#
01a6db52 |
| 09-Apr-2018 |
Greg Roach <fisharebest@webtrees.net> |
Cleaning up
|
#
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
|
#
a99c6938 |
| 27-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
Working on multiple media files
|
#
8d68cabe |
| 03-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
Code style
|
#
6a1fc5c3 |
| 03-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
PHPDoc
|
#
b20ddbf9 |
| 03-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
Strict typing
|
#
4080d558 |
| 03-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
PHPDOC
|
#
16d0b7f7 |
| 02-Nov-2017 |
Rico Sonntag <mail@ricosonntag.de> |
Return Place instance instead of string, allowing use of object methods
|
#
cc5ab399 |
| 11-Jul-2017 |
Greg Roach <fisharebest@gmail.com> |
Prepare to remove class Filter
|