summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Remove old codeGreg Roach3-40/+0
2018-08-16Remove commented codeGreg Roach1-1/+0
2018-08-16Wrong variable nameGreg Roach1-1/+1
2018-08-16Remove old codeGreg Roach2-83/+9
2018-08-16Refactor surname queries to avoid duplication and improve efficiencyGreg Roach9-1243/+151
2018-08-16PhpDocGreg Roach2-12/+12
2018-08-16Unused importGreg Roach1-1/+0
2018-08-16translate.webtrees.net - French (Canada) - 100.0%Jacqueline Gazaille1-4/+4
2018-08-16translate.webtrees.net - French (Canada) - 100.0%Jacqueline Gazaille1-29/+29
2018-08-15Scrutinizer Auto-Fixes (#1832)Scrutinizer Auto-Fixer1-12/+12
2018-08-15Fix: #1830 do not update password when emptyGreg Roach1-1/+4
2018-08-15Use lookup table for initial letter digraphsGreg Roach2-75/+42
2018-08-15Move some localization functions to a localization serviceGreg Roach5-839/+334
2018-08-15CodeStyleGreg Roach10-108/+106
2018-08-15translate.webtrees.net - French - 100.0%Michel1-55/+55
2018-08-15translate.webtrees.net - French (Canada) - 99.2%Jacqueline Gazaille1-28/+28
2018-08-14Move upgrade logic to serviceGreg Roach7-178/+192
2018-08-14Update PHP support dates in control-panel warningsGreg Roach1-3/+1
2018-08-14Wrong type hintGreg Roach1-1/+1
2018-08-13Dev dependenciesGreg Roach1-1/+0
2018-08-13Type hint closure return typesGreg Roach25-52/+52
2018-08-13Prefer variables with a single typeGreg Roach1-6/+6
2018-08-13Settings are always strings - not nullsGreg Roach4-13/+13
2018-08-13PhpDocGreg Roach1-14/+20
2018-08-13Cannot edit a null place locationGreg Roach1-2/+2
2018-08-13Do not use PDO::FETCH_ASSOCGreg Roach6-299/+260
2018-08-13Do not use PDO::FETCH_NUMGreg Roach2-47/+51
2018-08-13Add some static analysis tools to composer.jsonGreg Roach1-2/+28
2018-08-13Type hintsGreg Roach2-30/+39
2018-08-13Fix: #1824 part 2Greg Roach1-3/+3
2018-08-13Fix: #1824 - invalid markup can break the markdown formatterGreg Roach1-4/+15
2018-08-13[phpstan] - missing parametersGreg Roach3-12/+15
2018-08-122.0.0-alpha.1Greg Roach1-1/+1
2018-08-122.0.0-alpha.12.0.0-alpha.1Greg Roach1-1/+1
2018-08-12Build scriptGreg Roach1-1/+3
2018-08-12Parameter missing for dependency injectionGreg Roach1-2/+4
2018-08-12Fix logic error when creating first treeGreg Roach1-9/+6
2018-08-12Build scriptsGreg Roach1-0/+6
2018-08-12Fix: #1796 - Primary menu dropdown box heightmakitso1-0/+1
2018-08-11Fix: #1821 - manage trees page fails when no tree existsGreg Roach1-2/+2
2018-08-11Fix: #1822 - missing parameterGreg Roach1-2/+3
2018-08-11Fix: #1819 - missing parameterGreg Roach1-1/+3
2018-08-11Scrutinizer Auto-Fixes (#1818)Scrutinizer Auto-Fixer1-2/+4
2018-08-11Fix: #1816 - add housekeeping serviceGreg Roach4-505/+716
2018-08-11Fix: #1568 - checkbox markup changed in later versions of bootstrapGreg Roach1-1/+1
2018-08-10PhpDocGreg Roach4-13/+11
2018-08-10Create system for dependency injection and apply it to controllers and middle...Greg Roach69-1064/+660
2018-08-10Update vendor dependenciesGreg Roach25-1410/+156
2018-08-09Fix: #1814 - renaming a non-existant file throws errorGreg Roach1-3/+7
2018-08-09Fix: #1813 - session expiryGreg Roach5-21/+1