Menu

Trac Commit Log


Commit Date  
[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
[r275] by jonas

Stricter parsing of processor macros. This closes #151.

2004-03-14 20:41:07 Tree
[r274] by jonas

Install trac.cgi into $prefix/share/trac/cgi-bin

This closes #142.

2004-03-14 19:44:23 Tree
[r273] by daniel

If duplicate URI args, just use the first. Fixes #134.

2004-03-14 19:09:40 Tree
Older >
Auth0 Logo