Menu

Trac Commit Log


Commit Date  
[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
[r272] by daniel

Don't display 'no results' before entering a query.

2004-03-14 18:36:44 Tree
[r271] by daniel

Overhaul of the search module.
* Added search for wiki pages.
* Search results layout and style.
* Dynamic highlighting of search results.
* Referrer-based search result highlighting for Trac, google and yahoo searches.

2004-03-14 03:08:54 Tree
Older >
Auth0 Logo