#
e7f56f2a |
| 05-Oct-2018 |
Greg Roach <fisharebest@webtrees.net> |
Add declare(strict_types=1) to all PHP scripts
|
#
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 ...
|
#
db7bb364 |
| 22-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc, types, etc.
|
#
7e96c925 |
| 21-Sep-2018 |
Greg Roach <fisharebest@webtrees.net> |
PHPdoc
|
#
2859eced |
| 16-Sep-2018 |
Jonathan Jaubart <dev@jaubart.com> |
Check if sub-record instance has been retrieved (#1911)
```getInstance``` is used to retrieve Source / Media subrecords instances, but the code does not check an object has actually been retrieved
Check if sub-record instance has been retrieved (#1911)
```getInstance``` is used to retrieve Source / Media subrecords instances, but the code does not check an object has actually been retrieved before invoking the ```canShow``` method on it.
That can cause an issue if the object reference is somehow corrupted, and is therefore not found.
show more ...
|
#
8f53f488 |
| 27-Aug-2018 |
Rico Sonntag <mail@ricosonntag.de> |
Added PHP7 return types to methods according doc block (#1864)
|
#
20ff464c |
| 16-Aug-2018 |
Greg Roach <fisharebest@webtrees.net> |
Strict type check
|
#
bbe4546f |
| 23-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Remove global
|
#
c1010eda |
| 16-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Use PSR2 code style
|
#
4e5adf68 |
| 14-Jul-2018 |
Greg Roach <fisharebest@webtrees.net> |
Code style
|
#
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
|
#
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
|
#
8f5f5da8 |
| 26-Nov-2017 |
Greg Roach <fisharebest@gmail.com> |
Add more support for multiple files per media object
|
#
cc5ab399 |
| 11-Jul-2017 |
Greg Roach <fisharebest@gmail.com> |
Prepare to remove class Filter
|
#
baacc364 |
| 27-Apr-2017 |
Greg Roach <fisharebest@gmail.com> |
Strict typing
|
#
6bdf7674 |
| 08-Mar-2017 |
Greg Roach <fisharebest@gmail.com> |
2017
|
#
7a6ee1ac |
| 25-Dec-2016 |
Greg Roach <fisharebest@gmail.com> |
Code style - single quotes
|
#
c9aedfee |
| 24-Dec-2016 |
webtrees <noreply@webtrees.net> |
Merge branch 'master' of https://github.com/fisharebest/webtrees
|
#
13abd6f3 |
| 23-Dec-2016 |
Greg Roach <fisharebest@gmail.com> |
Code style - short array syntax
|
#
af459ec4 |
| 19-Sep-2016 |
Greg Roach <fisharebest@gmail.com> |
Show parents ages for all birth-like facts
|
#
726d7b07 |
| 10-Jun-2016 |
Greg Roach <fisharebest@gmail.com> |
Fix #965 - fact summary attributes
|
#
369c0ce6 |
| 30-Jan-2016 |
Greg Roach <fisharebest@gmail.com> |
Update copyright year
|
#
ad2f0e13 |
| 17-Jan-2016 |
Greg Roach <fisharebest@gmail.com> |
Two spaces have no effect in HTML
|