Menu

Trac Commit Log


Commit Date  
[r6076] by cboos

Merging minor changes from [source:sandbox/context-refactoring]: clearer relative TracLinks tests

2007-10-22 09:40:15 Tree
[r6075] by cboos

Merging minor changes from [source:sandbox/context-refactoring]: clean-up of \![[InterWiki]] macro

2007-10-22 09:39:22 Tree
[r6074] by cboos

context refactoring: merge with trunk (r6060, r6072 and r6073)

2007-10-22 09:18:59 Tree
[r6073] by cboos

Improved rendering of the CC: field. Fixes #6072.

2007-10-22 08:56:44 Tree
[r6072] by cboos

Patch renderer: improve display of "meta" information about line changes, like the ''No newline at end of
file'' message. Related to #6199.

2007-10-22 08:47:19 Tree
[r6071] by cboos

context refactoring: add an explicit `resource` parameter to `Context.__call__`.

2007-10-22 08:09:30 Tree
[r6070] by cboos

context refactoring: fix `get-relative_url` so that it is really resource dependent (it now uses `get_url`).

Also removed left-over print statements from previous changes.

2007-10-22 08:06:32 Tree
[r6069] by cboos

context refactoring: simplify `ResourceSystem` further

The `ResourceSystem` is no longer a default `IResourceManager` for otherwise unmanaged resources.
The default implementation for `get_resource_url` and `get_resource_description` has been moved in the helper functions `get_url` and `get_description`, respectively.

Added a few API documentation and doctests.

2007-10-19 15:35:25 Tree
[r6068] by cboos

context refactoring: fix the handling of attachments, which was broken by the recent serie of changes.

2007-10-18 16:18:31 Tree
[r6067] by cboos

context-refactoring: remove the `env` from the `Resource` class.

This makes the `Resource` class really light-weight and a bit easier to create.
OTOH, there's no more the possibility to have convenience methods such as `name`, `shortname`, `url`...
Using their replacement functions `get_name`, `get_shortname`, `get_url` is therefore mandatory now, and slightly more verbose as we need to pass the env as first parameter. The corresponding helper functions in the template files of course don't need that `env` parameter.

2007-10-18 16:17:10 Tree
Older >