| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-09-16 | Simplify code | Greg Roach | 1 | -23/+16 | |
| 2018-09-16 | Check if sub-record instance has been retrieved (#1911) | Jonathan Jaubart | 1 | -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-16 | Fix: missing ged parameter on menu link to my page | Greg Roach | 1 | -1/+1 | |
| 2018-09-16 | Fix error in stats | Greg Roach | 1 | -2/+6 | |
| 2018-09-15 | Fix: #1902 - cannot set close relationship length | Greg Roach | 1 | -1/+1 | |
| 2018-09-15 | Strict typing error | Greg Roach | 1 | -1/+1 | |
| 2018-09-13 | #1901 error in error handler | Greg Roach | 1 | -1/+1 | |
| 2018-09-13 | CodeStyle | Greg Roach | 4 | -3/+2 | |
| 2018-09-13 | Fixed invalid docblocks | Rico Sonntag | 12 | -10/+30 | |
| 2018-09-13 | Scrutinizer Auto-Fixes (#1899) | Scrutinizer Auto-Fixer | 1 | -2/+2 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2018-09-13 | Update TopSurnamesModule.php (#1885) | Rico Sonntag | 1 | -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-12 | Scrutinizer Auto-Fixes (#1898) | Scrutinizer Auto-Fixer | 2 | -25/+25 | |
| This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | |||||
| 2018-09-12 | Use PHPs power operator | Rico Sonntag | 4 | -11/+11 | |
| 2018-09-12 | Use null coalescing operator | Rico Sonntag | 1 | -1/+1 | |
| 2018-09-12 | Prevent usage of alias functions | Rico Sonntag | 2 | -2/+2 | |
| 2018-09-12 | Use level parameter of dirname method | Rico Sonntag | 1 | -1/+1 | |
| 2018-09-12 | Use ::class instead of string | Rico Sonntag | 1 | -4/+4 | |
| 2018-09-12 | Prevent sorting of scandir | Rico Sonntag | 1 | -1/+1 | |
| 2018-09-12 | Fix: #1896 - wrong separator in places.csv | Greg Roach | 1 | -1/+1 | |
| 2018-09-12 | Testing | Greg Roach | 1 | -1/+1 | |
| 2018-09-11 | Fix: 0 !== 0.0 | Greg Roach | 1 | -1/+1 | |
| 2018-09-11 | Fix: #1892 - create a service for handling timeouts with long-running processes | Greg Roach | 4 | -13/+101 | |
| 2018-09-11 | Fix: #1842 - support PHP functions in report expressions | Greg Roach | 2 | -1/+41 | |
| 2018-09-06 | Fix: #1886 - strict typing error | Greg Roach | 1 | -2/+2 | |
| 2018-09-05 | Fix: #1889 - strict types | Greg Roach | 1 | -1/+1 | |
| 2018-08-30 | Fix: #1873 - move business logic to service | Greg Roach | 2 | -1/+47 | |
| 2018-08-30 | types | Greg Roach | 1 | -5/+5 | |
| 2018-08-30 | TypeHints | Greg Roach | 2 | -3/+3 | |
| 2018-08-30 | Report images - types and phpdoc | Greg Roach | 8 | -153/+97 | |
| 2018-08-30 | PHPdoc | Greg Roach | 33 | -27/+126 | |
| 2018-08-29 | PhpDoc | Greg Roach | 12 | -22/+130 | |
| 2018-08-29 | Type hints | Greg Roach | 3 | -7/+6 | |
| 2018-08-29 | CodeStyle | Greg Roach | 2 | -26/+10 | |
| 2018-08-29 | Fix tests | Greg Roach | 5 | -7/+5 | |
| 2018-08-29 | Remove old code | Greg Roach | 1 | -1/+0 | |
| 2018-08-29 | Remove old code | Greg Roach | 1 | -16/+0 | |
| 2018-08-29 | Census header row method does not need to be public/static | Greg Roach | 23 | -23/+24 | |
| 2018-08-29 | Add new name method does not need to be public/static | Greg Roach | 1 | -1/+1 | |
| 2018-08-29 | Calendar methods do not need to be public/static | Greg Roach | 2 | -13/+13 | |
| 2018-08-28 | Update ReviewChangesModule.php (#1859) | Rico Sonntag | 1 | -6/+6 | |
| Renamed internal variable "tree" as this is already passed as method parameter. | |||||
| 2018-08-28 | Update EditIndividualController.php (#1860) | Rico Sonntag | 1 | -1/+0 | |
| Removed duplicate line. | |||||
| 2018-08-28 | Update LoggedInUsersModule.php (#1861) | Rico Sonntag | 1 | -1/+1 | |
| Removed always true | |||||
| 2018-08-28 | Fix: #1869 - place list gives error when no places exist | Greg Roach | 1 | -5/+10 | |
| 2018-08-28 | Fatal error: Uncaught TypeError: Argument 1 passed I18N::init() must be of ↵ | Rico Sonntag | 1 | -1/+1 | |
| the type string, ... (#1868) null given, called in \app\Http\Controllers\SetupController.php on line 259 | |||||
| 2018-08-27 | Removed not required use statements (#1853) | Rico Sonntag | 14 | -20/+0 | |
| 2018-08-27 | Use === null instead of is_null (#1855) | Rico Sonntag | 9 | -17/+17 | |
| 2018-08-27 | Fix strict typing errors | Greg Roach | 1 | -2/+2 | |
| 2018-08-27 | Fix strict typing errors | Greg Roach | 2 | -4/+4 | |
| 2018-08-27 | Fix strict typing errors | Greg Roach | 1 | -2/+2 | |
| 2018-08-27 | Fix strict typing errors | Greg Roach | 1 | -5/+5 | |
