summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
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
2018-09-13Fixed invalid docblocksRico Sonntag12-10/+30
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
2018-09-12Prevent usage of alias functionsRico Sonntag2-2/+2
2018-09-12Use level parameter of dirname methodRico Sonntag1-1/+1
2018-09-12Use ::class instead of stringRico Sonntag1-4/+4
2018-09-12Prevent sorting of scandirRico Sonntag1-1/+1
2018-09-12Fix: #1896 - wrong separator in places.csvGreg Roach1-1/+1
2018-09-12TestingGreg Roach1-1/+1
2018-09-11Fix: 0 !== 0.0Greg Roach1-1/+1
2018-09-11Fix: #1892 - create a service for handling timeouts with long-running processesGreg Roach4-13/+101
2018-09-11Fix: #1842 - support PHP functions in report expressionsGreg Roach2-1/+41
2018-09-06Fix: #1886 - strict typing errorGreg Roach1-2/+2
2018-09-05Fix: #1889 - strict typesGreg Roach1-1/+1
2018-08-30Fix: #1873 - move business logic to serviceGreg Roach2-1/+47
2018-08-30typesGreg Roach1-5/+5
2018-08-30TypeHintsGreg Roach2-3/+3
2018-08-30Report images - types and phpdocGreg Roach8-153/+97
2018-08-30PHPdocGreg Roach33-27/+126
2018-08-29PhpDocGreg Roach12-22/+130
2018-08-29Type hintsGreg Roach3-7/+6
2018-08-29CodeStyleGreg Roach2-26/+10
2018-08-29Fix testsGreg Roach5-7/+5
2018-08-29Remove old codeGreg Roach1-1/+0
2018-08-29Remove old codeGreg Roach1-16/+0
2018-08-29Census header row method does not need to be public/staticGreg Roach23-23/+24
2018-08-29Add new name method does not need to be public/staticGreg Roach1-1/+1
2018-08-29Calendar methods do not need to be public/staticGreg Roach2-13/+13
2018-08-28Update ReviewChangesModule.php (#1859)Rico Sonntag1-6/+6
Renamed internal variable "tree" as this is already passed as method parameter.
2018-08-28Update EditIndividualController.php (#1860)Rico Sonntag1-1/+0
Removed duplicate line.
2018-08-28Update LoggedInUsersModule.php (#1861)Rico Sonntag1-1/+1
Removed always true
2018-08-28Fix: #1869 - place list gives error when no places existGreg Roach1-5/+10
2018-08-28Fatal error: Uncaught TypeError: Argument 1 passed I18N::init() must be of ↵Rico Sonntag1-1/+1
the type string, ... (#1868) null given, called in \app\Http\Controllers\SetupController.php on line 259
2018-08-27Removed not required use statements (#1853)Rico Sonntag14-20/+0
2018-08-27Use === null instead of is_null (#1855)Rico Sonntag9-17/+17
2018-08-27Fix strict typing errorsGreg Roach1-2/+2
2018-08-27Fix strict typing errorsGreg Roach2-4/+4
2018-08-27Fix strict typing errorsGreg Roach1-2/+2
2018-08-27Fix strict typing errorsGreg Roach1-5/+5