summaryrefslogtreecommitdiff
path: root/app/Module/FrequentlyAskedQuestionsModule.php
AgeCommit message (Expand)AuthorFilesLines
2016-06-24FAQ textGreg Roach1-58/+57
2016-06-18Fix #909 - not all user-interfaces use 'click'Greg Roach1-6/+3
2016-06-05CodeStyleGreg Roach1-1/+1
2016-05-28Fix #944 - empty FAQ menuGreg Roach1-1/+5
2016-05-07Improve English textsGreg Roach1-1/+1
2016-04-16Labels are not questionsGreg Roach1-1/+1
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-3/+3
2016-01-01GET after POSTGreg Roach1-100/+116
2015-08-12Fix #681 - no HTML editor on FAQ edit pageGreg Roach1-1/+1
2015-07-19Security issue. Restrict access to FAQ config page.JustCarmen1-0/+1
2015-07-09Bootstrap stylingGreg Roach1-11/+16
2015-07-09More specific confirmation messagesGreg Roach1-1/+1
2015-06-18Use rel=nofollow instead of hiding linksGreg Roach1-8/+3
2015-06-17Use rel=nofollow instead of hiding linksGreg Roach1-2/+10
2015-06-08PHPDocGreg Roach1-3/+8
2015-06-05Refactor includes/functions into classesGreg Roach1-3/+4
2015-06-04Code style - compare NULL strictlyGreg Roach1-1/+1
2015-05-31PSR-4Greg Roach1-1/+9
2015-05-30Code styleGreg Roach1-2/+2
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-1/+1
2015-04-11FAQ filtering on admin pageGreg Roach1-2/+2
2015-04-11Tidy FAQ edit formGreg Roach1-43/+88
2015-03-29Split class Module into static and abstract partsGreg Roach1-7/+7
2015-03-19$trees[$faq->gedcom_id] is an invalid constructDavid Drury1-2/+1
2015-03-13PunctuationGreg Roach1-1/+1
2015-03-12Replace Zend_Locale with Fisharebest\LocalizationGreg Roach1-1/+1
2015-03-09Use Tree object instead of ID/nameGreg Roach1-8/+14
2015-03-08Remove constants, to improve multi-tree handlingGreg Roach1-2/+3
2015-03-02PSR-1Greg Roach1-1/+1
2015-03-02Module APIGreg Roach1-0/+453