* fixed - fix handling of filter plugins without arguments
* improved - reduce database calls used to build a page's menu
* improved - in debug mode, trace database calls used to build page menu
- * improved - protect some HTML tags before passing to Textile plugin
+ * improved - add <protect> tags to protect HTML from Textile plugin
* fixed - make the FileList plugin generate valid XHTML
Diogenes 0.9.18
var $name = "TextileMarkup";
/** Plugin description */
- var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some <a href=\"http://www.textism.com/tools/textile/\">sample Textile markup pages</a>.";
+ var $description = "This plugin allows you to render Textile markup into XHTML. To get started, take a look at some <a href=\"http://www.textism.com/tools/textile/\">sample Textile markup pages</a>. You can protect HTML code from this plugin by enclosing it between <protect> and </protect> tags.";
/** Is the plugin allowed with respect to a given write permission on a page ?