Menu

Commit [r278]  Maximize  Restore  History

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;

daniel 2004-03-15

changed /trunk/htdocs/css/report.css
changed /trunk/templates/report.cs
changed /trunk/trac/Report.py
/trunk/htdocs/css/report.css Diff Switch to side-by-side view
Loading...
/trunk/templates/report.cs Diff Switch to side-by-side view
Loading...
/trunk/trac/Report.py Diff Switch to side-by-side view
Loading...
Auth0 Logo