summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Refactor pending changes to use service and request handlersGreg Roach22-898/+1509
2019-10-23Error handlingGreg Roach2-2/+6
2019-10-23Strict typesGreg Roach2-3/+3
2019-10-23Fix: Only single generation shown: $generations not being set correctly in ↵David Drury1-4/+1
PedigreeMapModule::getPedigreeMapFacts() (#2684)
2019-10-23load modules and catch exceptions on include and boot. (#2658)Ben1-2/+9
* load modules and catch exceptions on include and boot. * PSR4 * PSR4 - no empty line. * show error message and exception message instead of renaming or disabling the module. * Revert the second try/catch block * Need to escape error message * Catch more general exceptions * Unused import
2019-10-23Fix: #2682 Use POST+GET on pedigree-mapGreg Roach1-0/+11
2019-10-23Scrutinizer Auto-Fixes (#2683)Scrutinizer Auto-Fixer1-4/+4
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
2019-10-23Fix; #2664 - Refactor reports to use POST/GET and request handlersGreg Roach8-97/+435
2019-10-22Fix: PhpDebugBar fails to load assets when using pretty URLsGreg Roach2-3/+7
2019-10-22Fix: #2676 URLs for pedigree map need to be generated on the serverGreg Roach1-2/+2
2019-10-22Fix: #2668 route 'home-page' now has a request handlerGreg Roach2-2/+2
2019-10-22Fix: #2678 URLs for interactive tree need to be generated on the serverGreg Roach2-3/+4
2019-10-22Use tree serviceGreg Roach13-229/+136
2019-10-22Use POST+GET for module adminGreg Roach3-17/+88
2019-10-22Static analysis tools dislike variable method calls.Greg Roach5-9/+16
2019-10-21TypoGreg Roach1-1/+1
2019-10-21Strict typesGreg Roach12-17/+21
2019-10-21Fix: tooltip count of all given names wrongGreg Roach1-10/+10
2019-10-21PHPdocGreg Roach1-1/+1
2019-10-21Prune dead codeGreg Roach1-7/+1
2019-10-21Fix: #2665 - Use POST+GET on search formsGreg Roach11-644/+1092
2019-10-21Pass dependencies in the constructorGreg Roach3-5/+32
2019-10-21Revert "Show upload error for media files, too. Fixes #2655. (#2669)"Greg Roach1-7/+1
This reverts commit a861fc17571166077668d12fdeea10cc1220c970.
2019-10-21Username/password in URLs need to have special characters escapedGreg Roach1-2/+2
2019-10-21Show upload error for media files, too. Fixes #2655. (#2669)Ben1-1/+7
2019-10-20Generate absolute URLsGreg Roach2-11/+28
2019-10-20Strict typingGreg Roach2-2/+2
2019-10-20Fix: #2666 - routing for clippings cartGreg Roach1-8/+2
2019-10-20Fix: #2633 - redirect to home page after signing outGreg Roach1-1/+7
2019-10-20Fix: #2660 - use HTTP POST to set palette colorGreg Roach1-50/+65
2019-10-20Strict comparisonsGreg Roach10-36/+33
2019-10-20Fix: #2648 - move media from level 0 to level 1 brokenGreg Roach1-2/+3
2019-10-19Update SQL modes for compatibility with MySQL 8.0Greg Roach1-4/+1
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach9-59/+41
2019-10-19Fix: #2647 - modules may (or may not) need a tree in their routeGreg Roach1-31/+25
2019-10-19Fix: #2646 - broadcast messages should not have a 'sent from URL' footerGreg Roach1-5/+1
2019-10-19Fix: #2632 - redirect from home-page to user-page after loginGreg Roach3-18/+11
2019-10-19Fix: #2635 - no tree shown on login pageGreg Roach7-11/+22
2019-10-19Strict typesGreg Roach18-33/+45
2019-10-19Avoid re-using variable namesGreg Roach1-4/+4
2019-10-19Undefined variableGreg Roach1-0/+1
2019-10-18Strict typesGreg Roach4-7/+7
2019-10-18Type hintsGreg Roach19-17/+19
2019-10-18Avoid empty(), as it can be unpredicatableGreg Roach18-22/+22
2019-10-18Add assertions to assist static code analysisGreg Roach1-0/+6
2019-10-18Strict typesGreg Roach3-9/+18
2019-10-18Use TreeServiceGreg Roach12-49/+159
2019-10-18Remove unreachable code from report parserGreg Roach1-122/+7
2019-10-17Add abstract method to traitGreg Roach1-0/+5
2019-10-17Strict typesGreg Roach25-33/+35