summaryrefslogtreecommitdiff
path: root/plugins/filter.htmlpurifier.php
AgeCommit message (Expand)AuthorFilesLines
2026-05-15Remove unused group model codeLester Caine1-7/+2
2026-05-14Move htmlpurifier to external labraries managementLester Caine1-1/+1
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine1-19/+16
2026-04-06Tidying links to bitweaver.org to avoid redirect from httplsces1-1/+1
2025-08-27plugin changes to cover namespace and style changes for PHP8.4lsces1-40/+40
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver1-4/+4
2018-07-31reorg util package to put library code in includes/ and used new UTIL_PKG_INC...spiderr1-4/+4
2016-03-23remove depracted 'e' from preg_replace in htmlpurifier filtertorna spider1-1/+1
2014-04-23set HTMLPurifier cache path to TEMP_PKG_PATHturon1-1/+1
2014-04-21clean StriCT warningturon1-1/+1
2014-04-15fix errorturon1-1/+1
2012-05-28Have decided best way of controlling switch between roles and groups is to"Lester Caine ext:(%22)1-1/+8
2012-05-25bit_log_error-2-bit_error_logspiderr1-1/+1
2011-10-17htmlPurifier config->set('Cache.SerializerPath', rtrim( STORAGE_PKG_PATH, '/'...spiderr1-1/+1
2011-02-15overhaul storing of complete storage_url int liberty_files, and only use the ...spiderr1-1/+1
2010-06-09Strip down CVS keywords.cvs2git1-1/+1
2010-06-02comment code to create custom html definition to allow target attributesCVS_HEADChristian Fowler1-6/+7
2010-05-31remove mochikit dependency; use BitBase.SimpleAjax instead; tweak logic to hi...Christian Fowler1-2/+9
2010-04-02check to see if last editor has ability to admin content, if so, ease up on t...Christian Fowler1-59/+82
2010-02-12jesus can htmlpur change their plugin syntax with a little more frequency - w...wjames51-14/+14
2009-05-27tidy up filters related to later versions and hanlde cnbc filter on legacy ve...wjames51-10/+13
2009-05-27add cnbc plugin for htmlpurewjames51-2/+12
2008-11-29first pass at making it possible to pass custom configuration and filter valu...wjames51-75/+117
2008-11-09remove unused and confusing registerPlugin parameters: security and pathMax Kremmel1-3/+1
2008-11-09clean up liberty plugin admin, move files to better dirs to keep things tidy,...Max Kremmel1-2/+2
2008-07-22Don't escape quotes if format isn't html.wjames51-1/+9
2008-06-15set youtube plugin differently for v3.1 - untested but follows docs instructi...wjames51-4/+18
2008-06-09fix lineendings and remove EOL whitespaceMax Kremmel1-22/+22
2008-06-09Added compatiblity for version 3.10+Aaron Lee1-7/+13
2008-02-20Oops. Not sure how I screwed that up!Nick Palmer1-3/+3
2008-02-18Add ability to force rel=nofollow on anchor tags. Die link spammers!Nick Palmer1-2/+18
2007-12-18Remove entity decode which was being used to hide a bug in tikiwiki parser.Nick Palmer1-2/+2
2007-12-17Proper fix for htmlpurifier entity decoding prevention.Nick Palmer1-2/+3
2007-12-12tikiwiki text is coming in encoded - make sure its unencoded first otherwise ...wjames51-3/+3
2007-07-23handle more by reference. this might allow for better error reporting in the ...Max Kremmel1-8/+6
2007-07-17Allow youttube filter to set size.Nick Palmer1-2/+2
2007-07-11Fix youtube permissions name.Nick Palmer1-3/+3
2007-06-29Update to use HTMLPurifier installed via PEAR and to use features of the late...Nick Palmer1-66/+81
2007-06-19Fixup HMLTPurifier and restore it to functioning health.Nick Palmer1-13/+19
2007-06-13Missing closing bracketLester Caine1-1/+2
2007-06-12Move html purification stuff into filters. Still need to address style purifi...Nick Palmer1-26/+107
2007-06-11Moved purification method to filter where it belongs - code needs to be moved...Max Kremmel1-7/+9
2007-06-11fix link to htmlpur options pagewjames51-2/+2
2007-06-10lots of work with respect to the recent addition of filters. pre and post spl...Max Kremmel1-13/+13
2007-06-09add more comments that people who copy / paste info will have an easy time fi...Max Kremmel1-17/+37
2007-06-09rename functions to closer match other liberty plugin function namesMax Kremmel1-7/+7
2007-06-09add htmlpurifier plugin and separate options pageMax Kremmel1-0/+43