Menu

Commit [r5637]  Maximize  Restore  History

Added an `ITemplateStreamFilter` interface, allowing plugins to manipulate the

Genshi stream prior to rendering.

This will allow plugins like Tags to add form controls without completely
overriding the `WikiModule`.

There is also a utility Genshi filter `trac.util.html.expand_markup()` which
can be used to expand embedded `Markup()` events. This is useful if you wish
to manipulate the actual Wiki content, for example.

Thanks to Noah for doing most of the work at PyCon :)

athomas 2007-06-08

changed /trunk/trac/util/html.py
changed /trunk/trac/web/api.py
changed /trunk/trac/web/chrome.py
/trunk/trac/util/html.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/api.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/chrome.py Diff Switch to side-by-side view
Loading...