Menu

Trac Commit Log


Commit Date  
[r6183] by cboos

Follow-up to r6171: don't use generator syntax, as we still support Python 2.3.

Closes #6376.

2007-11-20 08:45:39 Tree
[r6182] by cboos

Ticket #2048: add `Span` as a synonym for the `span` macro.

2007-11-19 16:43:21 Tree
[r6181] by cboos

Ticket #2048: add some unit tests for the div and span wiki processors.

2007-11-19 16:43:02 Tree
[r6180] by cboos

Ticket #2048: add a `div` and a `span` built-in wiki processors.

The div macro should be used with a block and can be used for wrapping any wiki text (including contained blocks) within a <div> element. The `class` and `style` attributes of the <div> can be specified by listing keyword arguments after the div. The value of such an argument can be quoted using single or double quotes if it has to contain space characters (usually the case for the `style` attribute).

Example:
{{{
{{{
#!div class=important style="background: #ffaaaa"
Note that:
- use with care!
- you have been warned
- I won't repeat it
}}}
}}}

The span macro should be used with the usual macro call style, like ![[span(Note: you have been warned, class=important, style=background:#ffbbbb)]]. Note that the arguments don't support quoting for now.

2007-11-19 16:42:43 Tree
[r6179] by cboos

Ticket #2048: use `re.match` instead of `re.search` for matching the wiki processor specification line

2007-11-19 16:42:09 Tree
[r6178] by cboos

Ticket #2048: refactor trac/wiki/formatter.py to use the genshi tag builder instead of 0.10 compatibility way.

2007-11-19 16:41:45 Tree
[r6177] by cboos

Ticket #2048: add a CSS class named "important", which can be used to highlight some spans or divs like originally illustrated in that ticket.

2007-11-19 16:41:21 Tree
[r6176] by cboos

Fixed corner case in the side-by-side diff rendering template, triggered when the requested number of context lines couldn't be honored on the "changed" side, due to the "ignore blank lines" diff option.

Closes #6015.

2007-11-19 15:44:07 Tree
[r6175] by cboos

AuthzPolicy: simplify the way to identify resource. The pattern matching all versions is implied if not given.

2007-11-19 13:45:10 Tree
[r6174] by cboos

Another follow-up to r5253. Really fix #3808 this time.

2007-11-19 13:09:44 Tree
Older >
Auth0 Logo