Menu

Trac Commit Log


Commit Date  
[r4690] by cboos

Follow-up to r4632, which was returning an UTF-8 encoded string, and we need `unicode` here.

2007-02-06 09:34:07 Tree
[r4689] by cboos

The !SubversionPropertyRenderer now copes with empty lines in `svn:externals` properties. Fixes #4672.

2007-02-06 09:22:39 Tree
[r4688] by mgood

replace r4686 using the `__getitem__` method as a better workaround for Genshi problems with the slice syntax

2007-02-05 20:36:15 Tree
[r4687] by cboos

Follow-up to r4682, must test that we're dealing with the appropriate kind of change.

2007-02-05 16:07:43 Tree
[r4686] by cboos

Work around usage of string slicing in template, which requires Genshi 0.4dev. Fixes #4647.

2007-02-05 15:25:09 Tree
[r4685] by cboos

Fix typo present in wiki and ticket history templates. Closes #4649.

2007-02-05 14:01:16 Tree
[r4684] by cboos

Minor refactoring of macros, standardize on using ''tag'' instead of ''html''.

2007-02-05 12:32:02 Tree
[r4683] by cboos

!TitleIndex macro: add a `depth` parameter, for not showing pages that are deeper than a given level in the hierarchy.

- `0` means pages at the same level as the given prefix
- `1` means one level deeper than the given prefix (etc. for higher numbers)
- `-1` means any depth

Examples:
{{{
[[TitleIndex(PageTemplates/, depth=0)]]
}}}

This will list the immediate children of PageTemplates (note that "/" was part of the prefix).

{{{
[[TitleIndex(PageTemplates, depth=1)]]
}}}

This will list the immediate children of PageTemplates and PageTemplates itself.

Implements #4653.

2007-02-05 11:29:28 Tree
[r4682] by cboos

In the TracChangeset view, each title of a diff view links to the corresponding restricted changeset, instead of going to the latest revision of that file in the browser.

There are still two other ways to go to the latest revision of that file (from the corresponding '''Files:''' index entry and from the link attached to the newest revision itself, in the diff view itself.

Implements suggestion 2. of #3398.

2007-02-02 17:47:22 Tree
[r4681] by cboos

A batch of minor improvements for the TracTimeline:
- add navigation links (''Previous Period'' / ''Next Period''), with the ''period'' corresponding to the number of days back. Fixes #215.
- show ''Today'' and ''Yesterday'' annotations for the corresponding days. Fixes #2676.
- make the preferences box a bit narrower. Fixes #1013.

2007-02-02 17:33:41 Tree
Older >
Auth0 Logo