summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-09-23Scrutinizer Auto-Fixes (#1926)Scrutinizer Auto-Fixer1-12/+12
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-23Scrutinizer Auto-Fixes (#1925)Scrutinizer Auto-Fixer1-39/+39
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-23Scrutinizer Auto-Fixes (#1924)Scrutinizer Auto-Fixer6-170/+170
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-23Update composer.json (#1852)Rico Sonntag1-0/+3
Added missing dependencies.
2018-09-23Fix type mismatchGreg Roach5-5/+5
2018-09-23Fix: #1919 - strict type error when fetching restrictionsGreg Roach2-26/+10
2018-09-23Type mismatch errorsGreg Roach8-11/+11
2018-09-22Redirect to wrong tree after synchronisingGreg Roach1-2/+2
2018-09-22Function signature mismatchGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag122-1173/+1325
* 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
2018-09-22Simplify elseifGreg Roach1-3/+5
2018-09-22Simplify elseifGreg Roach1-9/+10
2018-09-22PHPdoc, types, etc.Greg Roach4-13/+10
2018-09-22PHPdoc, types, etc.Greg Roach15-69/+67
2018-09-21Void result usedGreg Roach1-4/+3
2018-09-21PHPdocGreg Roach23-44/+81
2018-09-21Fix: #1916 - composer install --dev/no-devGreg Roach6-3483/+6
2018-09-21PHPdocGreg Roach34-49/+166
2018-09-21Refactor Date::getAge()Greg Roach20-76/+3669
2018-09-20Add date-difference functionGreg Roach2-6/+138
2018-09-18Update fisharebest/ext-calendarGreg Roach17-2068/+2212
2018-09-17PHPdocGreg Roach1-3/+5
2018-09-17Missing 'ged' parameter in census assistant URLGreg Roach1-1/+1
2018-09-17Dead codeGreg Roach2-5/+5
2018-09-17PHPdocGreg Roach1-0/+16
2018-09-16Scrutinizer Auto-Fixes (#1913)Scrutinizer Auto-Fixer1-1/+1
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-16PHPdocGreg Roach18-63/+153
2018-09-16Simplify codeGreg Roach1-23/+16
2018-09-16Remove old codeGreg Roach1-3/+0
2018-09-16Use object-oriented varsion of functionGreg Roach1-1/+1
2018-09-16Check if sub-record instance has been retrieved (#1911)Jonathan Jaubart1-2/+2
```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.
2018-09-16Fix: #1906 - missing line breakGreg Roach1-1/+3
2018-09-16Fix: missing ged parameter on menu link to my pageGreg Roach1-1/+1
2018-09-16Fix error in statsGreg Roach1-2/+6
2018-09-16Fix: #1905 - default theme in select boxGreg Roach1-1/+1
2018-09-15Fix: #1902 - cannot set close relationship lengthGreg Roach1-1/+1
2018-09-15Strict typing errorGreg Roach1-1/+1
2018-09-15translate.webtrees.net - Serbian (latin) - 69.5%Enes1-9/+7
2018-09-14Update TCPDF for compatibility with PHP 7.3Greg Roach6-27/+41
2018-09-14Update vendor codeGreg Roach1616-15672/+21689
2018-09-13#1901 error in error handlerGreg Roach2-2/+2
2018-09-13CodeStyleGreg Roach4-3/+2
2018-09-13Fixed invalid docblocksRico Sonntag12-10/+30
2018-09-13Code styleGreg Roach4-29/+22
2018-09-13Moved duplicate code block to separate template file (#1872)Rico Sonntag3-160/+110
2018-09-13Scrutinizer Auto-Fixes (#1899)Scrutinizer Auto-Fixer1-2/+2
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-13Update TopSurnamesModule.php (#1885)Rico Sonntag1-0/+15
This fixes to sorting of the surnames module. Currently the surnames are not sorted in list/array view in the right way. Or is in the second SQL only the part `AND n_type != '_MARNM' AND n_surn NOT IN ('@N.N.', '')"` missing? Compare 1.7.10 (https://dev.webtrees.net/demo-stable/index.php?ctype=user&ged=demo) with 2.0.0 (https://dev.webtrees.net/demo-dev/index.php?route=user-page&ged=demo).
2018-09-12Scrutinizer Auto-Fixes (#1898)Scrutinizer Auto-Fixer2-25/+25
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-12Use PHPs power operatorRico Sonntag4-11/+11
2018-09-12Use null coalescing operatorRico Sonntag1-1/+1