aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/htmlscrubber.mdwn
Commit message (Collapse)AuthorAge
* on second thought, simple alphanumeric styles are not actually useful (class ↵joey2007-07-11
| | | | is already supported), and anything more complex is too hard to do, so revert
* * Allow simple alphanumeric style attribute values in the htmlscrubber. Thisjoey2007-07-11
| | | | should be safe from javascript attacks.
* web commit by JoshTriplett: Add another example, and add a description to ↵joey2007-05-08
| | | | each test.
* broken linkjoey2007-04-06
|
* Note that enabling or disabling the htmlscrubber plugin also affects some otherjoshtriplett2007-03-26
| | | | | | | HTML-related functionality, such as whether [[meta]] allows potentially unsafe HTML tags.
* * Allow multiple tag settings to appear in a single page.joey2007-02-14
|
* simplified plugin definitionsjoey2007-02-13
|
* shortcut stuffjoey2006-11-20
|
* no longer need triple quotesjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
* updatsjoey2006-07-29
|
* * Tag plugins according to type.joey2006-07-29
|
* * Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubberjoey2006-05-05
and --disable-plugin htmlscrubber.