Add path and path_natural sort orders
[ikiwiki.git] / IkiWiki / Plugin / htmlscrubber.pm
2010-12-20 intrigeriMerge remote branch 'upstream/master' into prv/po
2010-11-28 Joey HessMerge remote branch 'blipvert/fixes'
2010-11-12 Joey HessFix htmlscrubber_skip to be matched on the source page...
2010-08-27 Jonas SmedegaardMerge branch 'master' of git://git.ikiwiki.info
2010-08-22 intrigeriMerge remote branch 'upstream/master' into prv/po
2010-08-19 Joey Hesshtmlscrubber: Do not scrub url anchors that contain...
2010-06-25 intrigeriMerge remote branch 'upstream/master' into prv/po
2010-05-01 Joey Hessenable hidden attribute
2010-05-01 Joey Hesshtmlscrubber: Also allow some other html5 tags: canvas...
2010-05-01 Joey Hessmore html5 attributes
2010-05-01 Joey Hessadd rest of html5 form attributes
2010-05-01 Joey Hessadd figure and figcaption
2010-05-01 Joey Hesshtmlscrubber: Allow the html5 form attributes: placehol...
2010-05-01 Joey Hesshtmlscrubber: Allow the placeholder attribute.
2010-05-01 Joey Hessmore html5
2010-05-01 Joey Hesshtmlscrubber: Allow html5 semantic tags: section nav...
2010-04-17 Joey HessMerge remote branch 'davrieb/autotag' into autotag
2010-04-07 Joey HessMerge remote branch 'smcv/ready/sort-package'
2010-04-07 Joey HessMerge remote branch 'smcv/ready/link-types'
2010-04-02 Joey Hesshtmlscrubber: Allow colons in url fragments after '?'
2010-03-12 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2010-03-12 Joey Hesshtmlscrubber: Security fix: In data:image/* uris, only...
2010-02-12 Joey HessGroup related plugins into sections in the setup file...
2009-04-04 Joey HessMerge branch 'master'
2009-01-01 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-31 Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-12-31 Joey HessMerge branch 'next'
2008-12-30 intrigeriMerge commit 'upstream/master' into prv/po
2008-12-29 Joey HessMerge branch 'master' into next
2008-12-28 Joey HessMerge branch 'master' into next
2008-12-26 Joey HessMerge branch 'master' into next
2008-12-26 Joey HessMerge branch 'master' into next
2008-12-25 Joey HessMerge branch 'master' into next
2008-12-23 Joey HessMerge branch 'master' into next
2008-12-23 Joey Hessfinalise version 3.00 of the plugin api
2008-12-17 Joey HessCoding style change: Remove explcit vim folding markers.
2008-09-27 Joey HessMerge commit 'smcv/beautify'
2008-09-26 Joey Hesshtmlscrubber: Add a config setting that can be used...
2008-08-03 Joey Hessadd plugin safe/rebuild info (part 1 of 2)
2008-03-01 Joey HessMerge branch 'master' of git://git.madduck.net/code...
2008-02-29 Adeodato SimóAllow colons in URLs after the first slash
2008-02-11 Joey Hessuse quotemeta when building the regexp
2008-02-10 Josh TriplettAllow the smb: URI scheme.
2008-02-10 Josh TriplettAllow the snews: URI scheme.
2008-02-10 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-10 Josh TriplettDo not allow the steam: URI scheme.
2008-02-10 Josh TriplettMatch literal '.' in URI schemas containing '.', rather...
2008-02-10 Joey Hessexport $safe_url_regexp
2008-02-10 Josh TriplettAlso filter the attributes cite, longdesc, and usemap...
2008-02-10 Joey Hessadd parens around scheme regexp
2008-02-10 Josh TriplettDo not allow the about: URI scheme
2008-02-10 Joey Hessfix data:image handling
2008-02-10 Joey Hess* htmlscrubber security fix: Block javascript in uris.
2008-01-07 Joey Hess* htmlscrubber: Further work around #365971 by adding...
2007-11-18 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-11-18 Joey Hess* Allow html5 video and audio tags and their attributes...
2007-07-11 joeyon second thought, simple alphanumeric styles are not...
2007-07-11 joey* Allow simple alphanumeric style attribute values...
2007-04-27 joey* pagespec_match() has changed to take named parameters...
2006-11-08 joey* Make sure to check for errors from every eval.
2006-09-09 joey* Work on firming up the plugin interface:
2006-08-28 joey* Change htmlize, format, and sanitize hooks to use...
2006-05-25 joey* Tell HTML::Scrubber to treat "/" as a valid attribute...
2006-05-05 joey* Removed --sanitize and --no-sanitize, replaced with...