aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report-table.html.tmpl
Commit message (Collapse)AuthorAgeFilesLines
* Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped ↵Frédéric Buclin2012-11-131-1/+1
| | | | | | correctly in tabular reports r=dkl a=LpSolit
* Tabular reports' column headers do not use display_value.Marc Schumann2012-03-101-1/+1
| | | | | r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=734413
* Bug 545610: Correctly parse CGI parameters, especially when using mod_perlFrédéric Buclin2012-03-061-6/+7
| | | | r=gerv a=LpSolit
* Bug 731323: Wrong URLs in the "Total" row at the bottom of tabular reports ↵Frédéric Buclin2012-03-061-0/+8
| | | | | | when JS is enabled and a user field is used for the vertical axis r=gerv a=LpSolit
* Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2012-02-261-2/+0
| | | | r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-20/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 640987 - YUI is only used for the first tabular report when using ↵Guy Pyrzak2011-06-151-2/+4
| | | | | | multiple tables r=mkanat, a=mkanat
* Fixes several bugs at once related to New Charts:Frédéric Buclin2011-06-111-1/+1
| | | | | | | Bug 610739: YUI-generated tabular reports do not work if only one axis is set Bug 617676: Wrong URLs in the "Total" row at the bottom of tabular reports when JS is enabled Bug 655848: Use of uninitialized value $tbl in string eq at /var/www/html/bugzilla/report.cgi line 162 r/a=LpSolit
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-231-5/+5
| | | | r/a=mkanat
* Bug 142394: Tabular reports should be sortableGuy Pyrzak2010-07-081-33/+121
| | | | r=pyrzak a=LpSolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-6/+2
| | | | | | a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org2009-01-291-16/+18
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-201-1/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 385319: Long titles (aka z-axis) in tabular reports break the UI (tables ↵lpsolit%gmail.com2007-08-081-9/+4
| | | | are not aligned vertically) - Patch by timeless <timeless@bemail.org> r/a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-2/+2
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 252856: HTML charts don't validate - Patch by victory(_RSZ_) ↵lpsolit%gmail.com2006-08-191-3/+2
| | | | <bmo@rsz.jp> r=gerv a=myk
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-141-2/+2
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 296180: Table and CSV reports should use localised terms for statuses ↵lpsolit%gmail.com2005-06-151-2/+14
| | | | and resolutions - Patch by Emmanuel Seyman <eseyman@linagora.com> - r/a=myk
* Bug 262864 - make tabular reports show columns which have an empty header. ↵gerv%gerv.net2005-03-111-2/+2
| | | | Patch by robzilla@siklos.ca; r=gerv, a=myk.
* Patch for bug 228894: Change HTML comments to template-toolkit ones for ↵jocuri%softhome.net2004-01-191-1/+1
| | | | template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
* Bug 207044 - Filter more template directives. None of these are security ↵gerv%gerv.net2003-09-071-1/+1
| | | | bugs, but they need fixing anyway. Patch by gerv; r,a=justdave.
* Bug 181047 - Change non-output templates to have a ctype of "none". Patch by ↵gerv%gerv.net2003-01-061-1/+1
| | | | gerv; r=bbaetz, a=justdave.
* Bug 175579 - make templates html compliantbbaetz%student.usyd.edu.au2002-11-191-1/+1
| | | | 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 173005 - Add bar charts, pie charts etc. to reporting. Patch by gerv; ↵gerv%gerv.net2002-10-291-89/+34
| | | | 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-081-0/+207
rearranged UI, better API for new report types. Patch by gerv; r=joel.