From: richard Date: Fri, 26 Mar 2004 07:53:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9ced6d47b63cdb15026c52bc742d0b745fcf8a35;p=roundup.git *** empty log message *** git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@2214 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/whatsnew-0.7.txt b/doc/whatsnew-0.7.txt index d22bc7f..85083a0 100644 --- a/doc/whatsnew-0.7.txt +++ b/doc/whatsnew-0.7.txt @@ -34,7 +34,7 @@ you're not sure whether you have support, run:: python run_tests.py -and if you see a line saynig "Including XXXX tests" where XXXX is the +and if you see a line saying "Including XXXX tests" where XXXX is the backend you wish to try, then you're on your way. The mysql and postgresql require their test environments to be set up. Read their respective documents in the "doc" directory to do that. @@ -83,7 +83,7 @@ highly recommended, as the effort is minimal. url=String(), private_for=Link('user')) That is, add the "private_for" property, and remove the line that says - ``query.setkey("name")``. The latter is the most important edit here. + ``query.setkey("name")``. 2. You will also need to copy the ``query.edit.html`` template page from the ``templates/classic/html/`` directory of the source to your tracker's @@ -152,10 +152,10 @@ Added CSV export action A new action has been added which exports the current index page or search result as a comma-separated-value (CSV) file. -To use it, add this to your "index" templates: +To use it, add this to your "index" templates:: -Download as CSV + Download as CSV Making sure that the ``'issue'`` part matches the class name of the page you're editing. diff --git a/templates/classic/html/issue.index.html b/templates/classic/html/issue.index.html index aff82ae..760a2bd 100644 --- a/templates/classic/html/issue.index.html +++ b/templates/classic/html/issue.index.html @@ -83,7 +83,7 @@ You are not allowed to view this page. Download as CSV + {'@action':'export_csv'})">Download as CSV