summaryrefslogtreecommitdiff
path: root/tests/app
AgeCommit message (Expand)AuthorFilesLines
2019-11-23Avoid ambiguous functions such as empty()Greg Roach2-3/+3
2019-11-23Refactor multi-tree rowMapper functionsGreg Roach4-15/+30
2019-11-21Refactor report classesGreg Roach19-180/+180
2019-11-17Fix: #2653 add ability to re-order parent families; make the first one the pr...Greg Roach6-18/+20
2019-11-13Unused importsGreg Roach3-6/+0
2019-11-12Add tree parameter to registration and password resetGreg Roach1-4/+14
2019-11-11Move language negotiation to middlewareGreg Roach2-27/+2
2019-11-10Fix: #2760 - missing parameter when importing places from a treeGreg Roach1-1/+1
2019-11-07Fix error updating account preferences; use constants for preference namesGreg Roach27-76/+262
2019-11-06Use simple list to specify order of censusesGreg Roach1-8/+8
2019-11-06Working on #2737 - refactor admin/media controllerGreg Roach1-32/+30
2019-11-04Refactor user-cleanup to use post+get and new routesGreg Roach1-34/+0
2019-11-04Admin/media - the root of the media folders missing from listGreg Roach1-1/+4
2019-11-04Fix: #2479 - admin manage media showing wrong files; Attach filesystems to re...Greg Roach19-80/+171
2019-11-03Add privacy-policy/impressum - #2654Greg Roach4-55/+7
2019-11-02Improve logic when masquerading as another userGreg Roach2-6/+9
2019-11-01Fix: #2719 cannot send messages using ugly urls; refactor controller as reque...Greg Roach2-11/+11
2019-10-30Remove View:share() - it's just a globalGreg Roach2-4/+1
2019-10-30Generate default values for census 'religion' columnsGreg Roach1-4/+61
2019-10-27Rewrite error handler - #2686 and #2685Greg Roach6-12/+30
2019-10-26Remove dependency on UserInterfaceGreg Roach1-8/+12
2019-10-25No need to throw exceptions in assert()Greg Roach26-27/+0
2019-10-24Refactor pending changes to use service and request handlersGreg Roach3-119/+17
2019-10-23CodeStyleGreg Roach1-0/+2
2019-10-23Apply fixes from StyleCI (#2687)Greg Roach1-12/+12
2019-10-23Add test for coverage class Age (#2474)sibador1-0/+63
2019-10-22Use tree serviceGreg Roach6-66/+88
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach4-4/+4
2019-10-18Use TreeServiceGreg Roach4-53/+74
2019-10-17Fix: #2643 - DeleteUser parameter is now an attributeGreg Roach1-5/+7
2019-10-17Avoid using the IoC container in unit testsGreg Roach18-32/+1
2019-10-17Disable cache during unit testsGreg Roach1-1/+0
2019-10-17PSR12Greg Roach341-0/+341
2019-10-16In tests, create objects explicity, not from containerGreg Roach2-25/+50
2019-10-16route parameter no longer needed in test scriptsGreg Roach9-71/+65
2019-10-15wipGreg Roach1-1/+1
2019-10-14Working on routingGreg Roach6-37/+22
2019-10-14Move business logic from controller to serviceGreg Roach3-67/+58
2019-10-11Working on routingGreg Roach1-1/+3
2019-10-10Working on routingGreg Roach1-22/+9
2019-10-10Apply fixes from StyleCI (#2612)Greg Roach1-1/+1
2019-10-10Working on routingGreg Roach3-16/+22
2019-10-09Working on routing; Code cleanupGreg Roach301-1632/+2135
2019-10-09Apply fixes from StyleCI (#2610)Greg Roach1-2/+1
2019-10-09Working on routingGreg Roach50-387/+470
2019-10-07Replace files deleted in errorGreg Roach1-0/+94
2019-10-07Fix: #2606 - visitors cannot see tree pagesGreg Roach1-94/+0
2019-10-06Apply fixes from StyleCI (#2605)Greg Roach1-1/+1
2019-10-06Use aura/routerGreg Roach1-4/+15
2019-10-05Add route to requestGreg Roach2-3/+3