aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins/qa.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-071-1/+1
* [ticket/13522] Remove unneeded variables and correctly output input on errorMarc Alexander2015-02-211-9/+5
* [ticket/13522] Use acp_get_question_input() for retrieving input dataMarc Alexander2015-02-211-12/+9
* [ticket/13522] Trim array elements before processing furtherMarc Alexander2015-02-211-3/+2
* [ticket/13522] Remove unused variables and unexpected returnsMarc Alexander2015-01-241-10/+9
* [ticket/13522] Remove empty answers from possible answers in Q&AMarc Alexander2015-01-241-2/+11
* [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-111-2/+17
* [ticket/11854] Remove unused globalsTristan Darricau2014-08-111-12/+12
* [ticket/11854] Remove constants and use DI for QA tablesTristan Darricau2014-08-111-30/+48
* [ticket/11854] Fix coding styleTristan Darricau2014-08-111-35/+29
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-0/+982