aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave.gerv%gerv.net2003-09-151-2/+2
|
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-076-26/+40
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; ↵gerv%gerv.net2003-07-141-2/+10
| | | | r=gerv, a=justdave.
* Bug 13540 again - removing tabs from this file, inserted accidentally by ↵gerv%gerv.net2003-07-041-3/+3
| | | | last-minute cleanup.
* Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered ↵gerv%gerv.net2003-07-048-77/+93
| | | | without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-268-1/+718
|
* Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by ↵gerv%gerv.net2003-04-271-0/+4
| | | | gerv; r,a=justdave.
* Bug 192677: Add new test to flag failure-to-filter situations in the ↵justdave%syndicomm.com2003-04-251-1/+1
| | | | | | | | | templates, and correct the XSS holes that were discovered as a result of it. Patch by Gervase Markham <gerv@mozilla.org> r= myk, bbaetz, justdave a= justdave
* Bug 179328 - Mozilla-specific wording in duplicates.cgi explanation text. ↵gerv%gerv.net2003-01-101-16/+13
| | | | Patch by gerv; r,a=justdave.
* Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵gerv%gerv.net2003-01-066-6/+6
| | | | gerv; r=bbaetz, a=justdave.
* Bug 181221 - CSV reports on 2-d tables have header messed up. Patch by gerv; ↵gerv%gerv.net2002-11-271-4/+8
| | | | r=joel, a=justdave.
* Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for ↵gerv%gerv.net2002-11-222-4/+5
| | | | pie chart wedges when smaller than a certain size), bug 180255 (Tabular report CSV downloads should suggest csv filename), and bug 180967 (csv reports swap rows/columns). Patch by gerv; r=joel, a=justdave.
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-192-12/+15
| | | | r=gerv, a=justdave
* Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links ↵gerv%gerv.net2002-11-181-4/+9
| | | | are messed up when axis is restricted), bug 180105 (CSV reports occasionally break), bug 179671 (Boolean charts are broken on reporting pages), bug 179887 (report.cgi should |require Data::Dumper|, not |use|), and works around bug 179581 (Keyword combinations report not very useful). Patch by gerv; r=bbaetz, a=justdave.
* Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; ↵gerv%gerv.net2002-11-162-2/+4
| | | | r,a=justdave.
* Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; ↵gerv%gerv.net2002-11-132-18/+20
| | | | r=joel.
* Bug 176599, Improve performance of duplicates.cgibbaetz%student.usyd.edu.au2002-11-101-2/+2
| | | | | original patch iteration by gerv, change to use Bugzilla:Search by me r=myk, a=justdave
* Fix for bug 156548: XUL implementation of duplicates report.myk%mozilla.org2002-11-051-0/+51
|
* Bug 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net2002-10-298-120/+389
| | | | 2xr=joel.
* Bug 147833 - start using CGI.pmbbaetz%student.usyd.edu.au2002-10-261-6/+7
| | | | r=gerv, justdave
* Bug 173719 - warnings in report.cgi. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-111-8/+11
|
* Bug 171437 - Enhancements to generic reporting. Reporting menu, 3D tables, ↵gerv%gerv.net2002-10-084-156/+297
| | | | rearranged UI, better API for new report types. Patch by gerv; r=joel.
* Bug 12282 - General summary reports. Patch by gerv; r=joel.gerv%gerv.net2002-09-252-0/+184
|
* Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax ↵gerv%gerv.net2002-08-102-89/+90
| | | | error. Patch by gerv; r=bbaetz.
* Bug 152693 - added "resolution" to the INTERFACE comment.gerv%gerv.net2002-06-291-0/+1
|
* Bug 151023 - duplicates.cgi sort by delta sorts in wrong direction. Patch by ↵gerv%gerv.net2002-06-141-1/+6
| | | | gerv; r=bbaetz, jouni.
* Fix for bug 148157 - Bad sorting in describecomponents.cgi, patch by David ↵dkl%redhat.com2002-05-311-1/+1
| | | | Lawrence <dkl@redhat.com> r=jouni@heikniemi.net,myk@mozilla.org
* Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant.myk%mozilla.org2002-05-223-15/+15
| | | | | Patch by mental <xor@ivwnet.com>. r=justdave,myk
* Bug 141036 - add INTERFACE comments to all templates. This does the first 20 ↵gerv%gerv.net2002-05-071-0/+9
| | | | or so - many more to go... Patch by gerv; 2xr=bbaetz.
* Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz.gerv%gerv.net2002-04-273-105/+183
|
* Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv.gerv%gerv.net2002-04-251-1/+1
|
* Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke.gerv%gerv.net2002-04-243-6/+6
|
* Bug 135707 - template reorganisation. This makes the new copies of the ↵gerv%gerv.net2002-04-203-6/+6
| | | | templates use all the correct names internally. Patch by me, 2xr=myk.
* Bug 135707 - rearrange templates to normalise filenames, and create ↵gerv%gerv.net2002-04-193-0/+439
directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here.