summaryrefslogtreecommitdiff
path: root/app/Module/FrequentlyAskedQuestionsModule.php
AgeCommit message (Expand)AuthorFilesLines
2021-02-17Fix: off-by-one error in FAQ admin pageGreg Roach1-1/+1
2021-01-25Use https link in copyright headerGreg Roach1-2/+2
2020-01-18Replace batch-update with data-fix modules. Add data-fix for _PRIM tags. Fixe...Greg Roach1-1/+1
2019-12-13CodeStyle - strict typesGreg Roach1-2/+4
2019-12-10PHPdocGreg Roach1-1/+1
2019-11-15Refactor icons. Use SVG and foreground images. De-duplicate. Remove unused.Greg Roach1-1/+1
2019-11-11Simplify access to current localeGreg Roach1-10/+3
2019-10-25Remove global constant WT_LOCALE and store LocaleInterface in the requestGreg Roach1-3/+10
2019-10-25No need to throw exceptions in assert()Greg Roach1-2/+1
2019-10-22Use tree serviceGreg Roach1-25/+28
2019-10-22Use POST+GET for module adminGreg Roach1-2/+21
2019-10-19Fix: #2649 - Fix routing for FAQ moduleGreg Roach1-40/+25
2019-10-18Type hintsGreg Roach1-1/+1
2019-10-17PSR12Greg Roach1-0/+1
2019-10-16PHPdoc; assertionsGreg Roach1-0/+1
2019-10-15Refactor the re-ordering of children/spouses/names/media; add assertionsGreg Roach1-0/+5
2019-10-15wipGreg Roach1-5/+5
2019-10-09Working on routing; Code cleanupGreg Roach1-1/+0
2019-10-09Working on routingGreg Roach1-0/+2
2019-10-06Working on routingGreg Roach1-0/+1
2019-09-29PSR12Greg Roach1-0/+1
2019-09-29Add tree to request; preparing for routerGreg Roach1-14/+17
2019-07-17Use Query Expression class directly, remove unused importsGreg Roach1-3/+3
2019-05-10Fix: #1752 - use ezyang/htmlpurifier to santise user-supplied HTMLGreg Roach1-0/+17
2019-05-09PSR-7 requestsGreg Roach1-11/+14
2019-04-25Strict typesGreg Roach1-1/+1
2019-04-10Convert requests, middleware and reponses to use PSR-7, PSR-15 and PSR-17Greg Roach1-49/+48
2019-04-03Declare static closuresGreg Roach1-9/+9
2019-03-26Replace Bootstrap4 class with viewsGreg Roach1-1/+3
2019-03-05Custom module examplesGreg Roach1-1/+1
2019-01-25Apply fixes from StyleCI (#2135)Greg Roach1-1/+1
2019-01-25Convert tracking and analytics functions into modulesGreg Roach1-1/+1
2019-01-22Merge chart controllers into chart modulesGreg Roach1-15/+15
2019-01-22#2130 - default order of menus clashes with user-defined order from previous ...Greg Roach1-1/+1
2019-01-22PHPdocGreg Roach1-2/+10
2019-01-21Prepare to merge chart controllers into chart modulesGreg Roach1-1/+0
2019-01-21Use module system for core modulesGreg Roach1-2/+3
2019-01-20Working on #2120 - refactor modules: combine installed/enabled/allowed module...Greg Roach1-24/+14
2019-01-16CodeStyleGreg Roach1-4/+4
2019-01-09UnusedCodeGreg Roach1-1/+1
2019-01-09Apply fixes from StyleCI (#2109)Greg Roach1-5/+5
2019-01-09Use illuminate/database in remaining modulesGreg Roach1-152/+153
2019-01-01Happy 2019Greg Roach1-1/+1
2018-11-18Rename Tree::getTitle() to title()Greg Roach1-1/+1
2018-11-18Rename Tree::getTreeName() to name()Greg Roach1-5/+5
2018-11-18Rename Tree::getTreeId() to id()Greg Roach1-8/+8
2018-10-10Unused parameterGreg Roach1-3/+2
2018-10-08Feedback from scrutinizer-ciGreg Roach1-2/+2
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-24Scrutinizer Auto-Fixes (#1929)Scrutinizer Auto-Fixer1-6/+6