Mon, 03 Jul 2006 23:55:03 +0000 |
mgood |
implement `py:choose/when/otherwise` directives for conditionally selecting one of several blocks
|
Mon, 03 Jul 2006 22:03:21 +0000 |
cmlenz |
Trac example: fixes for alternative links.
|
Mon, 03 Jul 2006 21:50:56 +0000 |
cmlenz |
Catch `KeyError` exception when trying attribute access in expression evaluation.
|
Mon, 03 Jul 2006 21:01:42 +0000 |
cmlenz |
Sync Trac port with vendor branch r44 and add missing template files.
|
Mon, 03 Jul 2006 20:20:48 +0000 |
cmlenz |
Initial support for using Markup in Trac. Only the settings page migrated so far.
|
Mon, 03 Jul 2006 18:53:27 +0000 |
cmlenz |
Copy Trac to main branch.
|
Mon, 03 Jul 2006 11:28:13 +0000 |
cmlenz |
Fix for #2 (incorrect context node in path expressions). Still some paths that produce incorrect results, but the common case seems to work now.
|
Sun, 02 Jul 2006 23:10:27 +0000 |
cmlenz |
Moved some of the tests for the strip directive to a new unittest test case to not clutter up the documentation.
|
Sun, 02 Jul 2006 22:39:03 +0000 |
cmlenz |
Fix for #7: match templates no longer process their own output.
|
Sun, 02 Jul 2006 21:23:52 +0000 |
cmlenz |
Simplify template processing model by removing dynamically generated `SUB` events.
|
Sun, 02 Jul 2006 03:20:56 +0000 |
mgood |
quotes should not be escaped inside text nodes
|
Wed, 28 Jun 2006 21:09:54 +0000 |
cmlenz |
Add doctests for path module.
|
Wed, 28 Jun 2006 19:13:47 +0000 |
cmlenz |
A couple more operators supported in expressions.
|
Wed, 28 Jun 2006 18:39:05 +0000 |
cmlenz |
* More test cases for expression evaluation.
|
Wed, 28 Jun 2006 13:45:32 +0000 |
cmlenz |
Experimental support for using the new native AST in Python 2.5 instead of the `compiler` package.
|