| Commit | Date | |
|---|---|---|
|
[r4626]
by
cmlenz
The built-in admin interface now supports plugins written against the “old” WebAdmin plugin (although such plugins may still not work due to changes elsewhere, such as the datetime stuff). |
2007-01-25 16:23:58 | Tree |
|
[r4625]
by
cmlenz
Applied patch by Ants Aasma to improve the performance of the code to populate the assign-to drop-down in `restrict_owner` mode. Closes #4245. |
2007-01-25 13:40:07 | Tree |
| 2007-01-25 09:26:14 | Tree | |
| 2007-01-24 21:09:50 | Tree | |
|
[r4622]
by
mgood
allow line wrapping in diffs while preserving the display of intraline diffs containing only whitespace (fixes #1420 and #3966) |
2007-01-24 20:59:24 | Tree |
|
[r4621]
by
cboos
IWikiMacroProvider API change. Well, it's actually about reverting the API change done in r4451 (after the introduction of WikiContext). There, the `render_macro` took a `formatter` first argument instead of a `req`. That's way more flexible, but was not well received, as it breaks compatibility with all the existing new-style macros (see #4568). So the calling conventions for `render_macro` have been restored and a new method has been introduced for the plugins that want to take benefit from the 0.11 features (see #4139). The relevant part of the API is: ... def render_macro(req, name, content): def expand_macro(formatter, name, content): (since 0.11) |
2007-01-24 19:56:12 | Tree |
| 2007-01-24 16:32:33 | Tree | |
| 2007-01-23 19:00:41 | Tree | |
|
[r4618]
by
cboos
Property renderer branch: allow property renderers to gain more control over the rendering If the text or markup output implemented so far doesn't provide enough control, one can now return a `RenderedProperty` instance. This disables the default blurb associated to properties (like ''Property '''blah''' set to ...'') and allows to specify the full `content`. In the case of #2545 (revprops) the `name` can also be set, as well as the attributes for the <dt> and <dl> elements containing the name and the content, respectively. |
2007-01-23 18:55:13 | Tree |
| 2007-01-23 11:32:31 | Tree |