Menu

Trac Commit Log


Commit Date  
[r6621] by cboos

Custom ticket queries cosmetic fix, as a direct follow-up to r6569: reduce waste of vertical space. See #6674.

2008-02-27 17:02:27 Tree
[r6620] by ecarter

Testing: Merge [6619] from trunk

2008-02-27 16:18:31 Tree
[r6619] by thatch

Increase delay in config test_reparse since fat filesystems have very low resolution on timestamps

2008-02-27 15:55:58 Tree
[r6618] by cboos

When looking at ticket description diffs, I've noticed a strange "v1 vs. v1" comparison, as it should have been "Initial version vs. v1".

Turned out it was a bug in `Resource.__new__`, as I was not aware of the `0 == False` equality in Python.

2008-02-27 14:41:44 Tree
[r6617] by cboos

Move docutils imports at the toplevel, as it seems that imports in methods can be problematic in some cases (e.g. see #4280).

In this specific case, the error seen was:
{{{
2008-02-27 10:10:29,405 Trac[api] WARNING: HTML preview using <trac.mimeview.rst.ReStructuredTextRenderer object at 0xb9debdac> failed ('module' object has no attribute 'directives')
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/mimeview/api.py", line 630, in render
rendered_content, filename, url)
File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/mimeview/rst.py", line 142, in render
rst.directives.register_directive('trac', trac)
AttributeError: 'module' object has no attribute 'directives'
}}}

Thanks to H. Turgut Uyar for reporting the issue and testing the fix.

2008-02-27 14:24:44 Tree
[r6616] by ecarter

Testing: Merge through [6592] from trunk

2008-02-27 02:41:59 Tree
[r6615] by ecarter

Testing: Another tweak to try to cleanup the output on Windows, as suggested by Tim.

2008-02-27 02:33:20 Tree
[r6614] by ecarter

Testing: Merge through [6591] from trunk

2008-02-27 02:29:29 Tree
[r6613] by ecarter

Testing: Further Windows compatability cruft. Thanks again to Tim.

2008-02-27 02:16:03 Tree
[r6612] by osimons

Fix for `WikiMacroBase` so that it will return the description correctly if an inherited macro uses non-ascii characters in docstring.

Closes #6890.

2008-02-26 12:09:34 Tree
Older >