summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Refactor pending changes to use service and request handlersGreg Roach39-1114/+1659
2019-10-23CodeStyleGreg Roach1-0/+2
2019-10-23Fix: #2678 (additional fix for ugly URLs)Greg Roach3-4/+4
2019-10-23Apply fixes from StyleCI (#2687)Greg Roach1-12/+12
2019-10-23Error handlingGreg Roach2-2/+6
2019-10-23Add test for coverage class Age (#2474)sibador1-0/+63
2019-10-23Add basic CONTRIBUTING.md. Fixes #1794. (#2659)Ben1-0/+114
* Add basic CONTRIBUTING.md. Fixes #1794. * Mention webtrees.github.io for contributions. * Add notes on development tools * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Policy for third-party libraries in the source tree. * Add advice on shallow cloning. * Typo
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 Roach12-115/+473
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 Roach2-8/+4
2019-10-22Fix: #2668 route 'home-page' now has a request handlerGreg Roach2-2/+2
2019-10-22Fix: #2677 - quick-search is now a POST actionGreg Roach2-1/+2
2019-10-22Fix: #2678 URLs for interactive tree need to be generated on the serverGreg Roach5-9/+10
2019-10-22Use tree serviceGreg Roach23-307/+243
2019-10-22Use POST+GET for module adminGreg Roach7-24/+102
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 Roach17-667/+1144
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 Roach2-9/+3
2019-10-20Fix: #2633 - redirect to home page after signing outGreg Roach3-4/+14
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 Roach2-3/+4
2019-10-19Update SQL modes for compatibility with MySQL 8.0Greg Roach1-4/+1
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach15-90/+59
2019-10-19Fix: #2647 - modules may (or may not) need a tree in their routeGreg Roach2-34/+26
2019-10-19Fix: #2646 - broadcast messages should not have a 'sent from URL' footerGreg Roach6-17/+19
2019-10-19Fix: #2632 - redirect from home-page to user-page after loginGreg Roach4-19/+14
2019-10-19Fix: #2635 - no tree shown on login pageGreg Roach9-14/+26
2019-10-19Fix: #2650 - cannot change language from control panelGreg Roach1-1/+2
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