summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Fix: d'Aboville numbers on descendancy chartGreg Roach2-6/+365
2018-09-27Fix: #1935 - strict type errorGreg Roach1-1/+1
2018-09-27Code styleGreg Roach1-2/+2
2018-09-26Code styleGreg Roach3-55/+37
2018-09-25Type-hintsGreg Roach7-14/+10
2018-09-24Fix: #1930 - better detection of headers in .CSV filesGreg Roach1-1/+2
2018-09-24Replace magic numbers with constantsGreg Roach3-7/+6
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer79-336/+333
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2018-09-24Tidy up parameters to printSosaFamily()Greg Roach2-5/+5
2018-09-24Fix: #1922 Incomplete pedigree causes strict-type errorGreg Roach1-1/+1
2018-09-24CodeStyleGreg Roach1-9/+9
2018-09-24Strict-typesGreg Roach3-9/+21
2018-09-24Strict-typesGreg Roach1-2/+3
2018-09-24CodeStyle fixesGreg Roach1-21/+2
2018-09-24Use null-coalesce to simplify codeGreg Roach1-332/+118
2018-09-24Strict typesGreg Roach2-71/+76
2018-09-23Fix: #1923 - missing 'ged' parameterGreg Roach1-0/+1
2018-09-23CodeStyleGreg Roach5-26/+13
2018-09-23Scrutinizer Auto-Fixes (#1927)Scrutinizer Auto-Fixer2-9/+9
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
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-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-21PHPdocGreg Roach34-49/+166
2018-09-21Refactor Date::getAge()Greg Roach12-59/+175
2018-09-20Add date-difference functionGreg Roach1-0/+45
2018-09-17PHPdocGreg Roach1-3/+5
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-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: missing ged parameter on menu link to my pageGreg Roach1-1/+1
2018-09-16Fix error in statsGreg Roach1-2/+6
2018-09-15Fix: #1902 - cannot set close relationship lengthGreg Roach1-1/+1
2018-09-15Strict typing errorGreg Roach1-1/+1
2018-09-13#1901 error in error handlerGreg Roach1-1/+1
2018-09-13CodeStyleGreg Roach4-3/+2