summaryrefslogtreecommitdiff
path: root/library/WT/Filter.php
AgeCommit message (Expand)AuthorFilesLines
2015-01-18Scrutinizer Auto-FixesScrutinizer Auto-Fixer1-19/+19
2015-01-17New theme system and admin interfaceGreg Roach1-2/+4
2014-10-18PHPDocGreg Roach1-15/+15
2014-10-15PHPDocGreg Roach1-1/+1
2014-10-14PHPDocGreg Roach1-43/+207
2014-10-05Split tree preference getter/setter into two separate functionsGreg Roach1-1/+1
2014-09-18Unused codeGreg Roach1-3/+0
2014-09-13Code style - PSR-1 names for methodsGreg Roach1-7/+7
2014-08-14Import classes, per PSR autoloading standardsGreg Roach1-1/+2
2014-05-09Refactor global user functions into new User/Auth classesGreg Roach1-1/+1
2014-05-01Interactive tree/allpartners button only works in full-screen modeGreg Roach1-0/+7
2014-04-14#1302465 - MySQL wildcards need to be escaped when searching for media filesGreg Roach1-0/+14
2014-03-27Install libraries using composer; use faster autoloader; update to latest ver...Greg Roach1-3/+0
2014-01-09HTMLPurifier needs somewhere to store cache filesGreg Roach1-0/+8
2014-01-04Update copyright date to 2014Greg Roach1-1/+1
2014-01-04Fix address of FSF, replace licence of GPLv2 by latest versionweberho1-1/+1
2013-12-26Add initial support for markdownGreg Roach1-8/+37
2013-12-18Use PHP5.3 closures instead of PHP5.2 create_function()Greg Roach1-4/+3
2013-12-04target="blank" should be target="_blank"JustCarmen1-1/+1
2013-11-24WT_Filter::get/postBool should return false instead of nullGreg Roach1-2/+2
2013-11-18#1251154 - after login there's only a blank screenGreg Roach1-2/+6
2013-11-03TypoGreg Roach1-1/+1
2013-11-03Add CSRF checks to admin/user pageGreg Roach1-0/+33
2013-11-01Tidy up trailing whitespaceGreg Roach1-2/+2
2013-10-25Prefer CSS to nl2br() when displaying multi-line dataGreg Roach1-1/+1
2013-10-22Two busg: #1237452 - New user/New registration mails - Family Tree Title with...fisharebest1-0/+24
2013-09-22WT_Filter silently converting '0' to nullGreg Roach1-2/+3
2013-08-29New filter/validation functions for GET/POST variablesGreg Roach1-7/+120
2013-08-27Name of utf16be encoding on Windowsfisharebest1-2/+2
2013-08-25Add unescapeHtml() functionGreg Roach1-10/+4
2013-08-21Use new escape functionsGreg Roach1-2/+2
2013-08-21Add escaping functions, based on semantics of what is being escapedGreg Roach1-0/+77