Menu

Trac Commit Log


Commit Date  
[r4237] by cboos

Make it possible to reuse the regexp string for ranges.

2006-11-11 16:06:00 Tree
[r4236] by cboos

Some enhancements and bugfixes for the Ranges class contributed by Tim Hatch.

> ... I went ahead and added a `__str__` method that will return the most compact representation of the range so it could be used in links. It also has a few bugfixes:

* big-to-little ranges would throw an exception, but only if all were big-to-little
* certain overlapping pairs would cause weird internal representations which were nonoptimal
* a and b were not set for empty ranges, causing an !AttributeError on any `__contains__` call

Use the above to provide compact ranges representation for log: hrefs.

2006-11-11 15:40:23 Tree
[r4235] by cboos

Ported [4233] to 0.10-stable (''related to #4128'')

2006-11-11 15:07:25 Tree
[r4234] by cboos

minor cleanup for 0.10-stable: remove unused code

2006-11-11 15:05:36 Tree
[r4233] by cboos

Make the wrapper for PySqlite cursor a bit more robust, and position some disabled ''print'' debug statements. Related to #4128.

2006-11-11 15:03:57 Tree
[r4232] by cboos

Improve the ''Index by Title'' page.

Now, the !TitleIndex macro supports an additional ''group'' format, e.g.
{{{
[[TitleIndex(format=group)]]
}}}
which structures the output according to the common prefixes found in the Wiki page names.

Closes #1461.

2006-11-11 13:12:44 Tree
[r4231] by cboos

Another small template fix related to [Genshi 421]

2006-11-10 18:24:47 Tree
[r4230] by cboos

Propagate `req` as needed from `wiki_to_link` down to `Formatter`

2006-11-10 18:21:04 Tree
[r4229] by cboos

Finish the TracTimeline refactoring:
- the RSS templates are now using `absurls=True` where relevant
- removed the `to_abs_href` helper function; instead, added a new `abs_href(req)` to the !TimelineEvent class. This makes it easier to assign absolute hrefs to timeline events, if needed.

2006-11-10 18:14:42 Tree
[r4228] by cboos

Moved the wiki_to_* calls in the templates for the TracBrowser and TracRevisionLog views

2006-11-10 17:47:29 Tree
Older >