Menu

Trac Commit Log


Commit Date  
[r285] by jonas

If a component is renamed, update the tickets as well.

This closes #68

2004-03-18 20:28:32 Tree
[r284] by jonas

Prettier and more informative error messages.

2004-03-17 23:07:04 Tree
[r283] by jonas

Fixed a few wiki-table corner cases.

2004-03-16 20:41:49 Tree
[r282] by daniel

Create cgi-dir if necessary. Check python version, bark at user if < 2.1.

2004-03-16 17:51:33 Tree
[r281] by jonas

Added support for more types of wiki links. For example:
{{{
bug:2
ticket:2
report:1
repos:/foo
source:/foo
source:/foo#3
source:/apa#latest
browser:/foo
wiki:WikiStart
}}}

2004-03-16 17:39:36 Tree
[r280] by daniel

Overhauled templates and layout for usability and accessibility.
Changed ticket templates to be more user friendly and put focus on important
information. Use javascript to autofocus on load. Fixes #147.

2004-03-16 05:57:24 Tree
[r279] by jonas

Throw an informative exception if the user tries
to view a page diff with python < 2.2.

2004-03-15 13:16:41 Tree
[r278] by daniel

Support for dynamic reports. Use $FOO in a query to define a variable, give it
a value by specifying FOO=bar in the URL. $USER is always set to authenticated
user (or anonymous). Fixes #139 and most of #140.

Example report query:
SELECT id AS ticket, summary FROM ticket WHERE owner='$USER' ORDER by id;

2004-03-15 05:07:29 Tree
[r277] by daniel

Replaced util.dict_get_with_default with built-in dict.get function.

2004-03-14 22:38:57 Tree
[r276] by jonas

Allow nesting of blockquotes. This closes #145.

2004-03-14 21:09:25 Tree
Older >
Auth0 Logo