summaryrefslogtreecommitdiff
path: root/app/Filter.php
AgeCommit message (Expand)AuthorFilesLines
2019-01-04Add visibility to constantsGreg Roach1-1/+1
2019-01-01Happy 2019Greg Roach1-1/+1
2018-10-05Add declare(strict_types=1) to all PHP scriptsGreg Roach1-0/+2
2018-09-12Use ::class instead of stringRico Sonntag1-4/+4
2018-08-29Type hintsGreg Roach1-4/+4
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-298/+0
2018-08-19CodeStyleGreg Roach1-9/+9
2018-08-16Use better random numbersGreg Roach1-1/+1
2018-08-13Fix: #1824 part 2Greg Roach1-3/+3
2018-08-13Fix: #1824 - invalid markup can break the markdown formatterGreg Roach1-4/+15
2018-07-16Use PSR2 code styleGreg Roach1-333/+354
2018-07-14Remove unused import statementsGreg Roach1-1/+0
2018-07-08Rename variableGreg Roach1-5/+5
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2017-12-03Scrutinizer Auto-Fixes (#1525)Scrutinizer Auto-Fixer1-4/+4
2017-11-03CodeStyle - spacing/alignmentGreg Roach1-1/+1
2017-10-21Create Markdown plugin to support census-assistant markupGreg Roach1-5/+11
2017-10-17CodeStyleGreg Roach1-52/+36
2017-10-17Fix: #1382 - use markdown parser to reformat textGreg Roach1-2/+44
2017-10-17Fix: #479 #712 - replace markdown-extra with commonmark, add autolinking for ...Greg Roach1-21/+14
2017-07-14Move database functions to database classGreg Roach1-18/+0
2017-07-14Review esacpingGreg Roach1-40/+1
2017-07-13Review escapingGreg Roach1-11/+0
2017-07-11Prepare to remove class FilterGreg Roach1-6/+1
2017-06-18Fix #1231 - PHP cannot validate emailsGreg Roach1-24/+0
2017-06-17jQuery-3, Bootstrap-4, FontAwesome-4.7, Select2-4, remove popup windowsGreg Roach1-41/+41
2017-03-082017Greg Roach1-1/+1
2016-12-24Remove PHP 5.3 workaroundGreg Roach1-30/+18
2016-12-24Remove PHP 5.3 workaroundGreg Roach1-6/+2
2016-12-23Code style - short array syntaxGreg Roach1-22/+22
2016-01-30Update copyright yearGreg Roach1-1/+1
2016-01-17Two spaces have no effect in HTMLGreg Roach1-4/+4
2015-09-13Link targets are unfriendly on devices without windowsGreg Roach1-1/+1
2015-06-08PHPDocGreg Roach1-3/+2
2015-05-30Code styleGreg Roach1-18/+21
2015-05-30PHP-CS-FIXER, PSR-2 (mostly!)Greg Roach1-4/+4
2015-04-26Replace Zend_Session with our own classGreg Roach1-5/+5
2015-03-06Fix 1423127 - some servers have broken filter_input(INPUT_SERVER)Greg Roach1-1/+10
2015-02-05Namespaces should consist of both vendor and packageGreg Roach1-1/+1
2015-02-02Refactor classes to use namespaces, as per PSR-4. Replace GPL2 with GPL3.Greg Roach1-0/+476