summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
AgeCommit message (Collapse)AuthorFilesLines
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-1/+3
r=dkl a=LpSolit
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom1-4/+4
r/a=LpSolit
2012-11-13Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped ↵Frédéric Buclin1-1/+1
correctly in tabular reports r=dkl a=LpSolit
2012-10-16Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann1-2/+2
product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
2012-09-29Bug 793893: Tabular reports crash when no format parameter is definedFrédéric Buclin1-2/+2
r=glob a=LpSolit
2012-09-19Bug 445861: $component->default_qa_contact should not return the default ↵Koosha Khajeh Moogahi1-1/+3
user object when no default QA contact is defined r/a=LpSolit
2012-08-12Bug 746947: Determine the size of the images dynamically for graphical reportsFrédéric Buclin1-56/+22
r=dkl a=LpSolit
2012-08-07Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman1-12/+29
r/a=LpSolit
2012-03-10Tabular reports' column headers do not use display_value.Marc Schumann1-1/+1
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=734413
2012-03-06Bug 545610: Correctly parse CGI parameters, especially when using mod_perlFrédéric Buclin1-6/+7
r=gerv a=LpSolit
2012-03-06Bug 731323: Wrong URLs in the "Total" row at the bottom of tabular reports ↵Frédéric Buclin1-0/+8
when JS is enabled and a user field is used for the vertical axis r=gerv a=LpSolit
2012-02-26Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky8-15/+0
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin23-397/+115
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin8-15/+0
r/a=mkanat
2011-08-16Bug 679449: Add a link to duplicates.cgi from report.cgiFrédéric Buclin1-0/+4
r=dkl a=LpSolit
2011-06-16Bug 640987 - YUI is only used for the first tabular report when using ↵Guy Pyrzak1-2/+4
multiple tables r=mkanat, a=mkanat
2011-06-11Fixes several bugs at once related to New Charts:Frédéric Buclin1-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
2011-04-12Bug 635940: Make Describe Components page compliant with WAIFrancisco Donalisio1-3/+4
r=timello, a=LpSolit
2011-01-24Bug 621108: [SECURITY] Creating/editing charts lacks CSRF protectionFrédéric Buclin1-0/+2
r=dkl a=LpSolit
2011-01-07Bug 255524: The duplicates table inherits no CSS classes when viewed in ↵Frédéric Buclin1-0/+4
simple format r=dkl a=LpSolit
2010-11-03Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin1-1/+1
and product names are viewable in graphs/ r=wurblzap a=LpSolit
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin8-23/+23
r/a=mkanat
2010-07-08Bug 142394: Tabular reports should be sortableGuy Pyrzak2-34/+123
r=pyrzak a=LpSolit
2010-02-24Bug 547496: Add IDs to some form elementsFrédéric Buclin1-5/+6
r=pyrzak a=LpSolit
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley3-10/+8
r=mkanat, a=mkanat
2010-02-08Bug 544812: Template hooks for reports/menu.html.tmplMax Kanat-Alexander1-0/+3
r=mkanat, a=mkanat (module owner)
2010-02-04Bug 544296: Bad title displayed when viewing the duplicates table (simple ↵Frédéric Buclin1-2/+4
format) r/a=mkanat
2010-02-02Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander3-125/+114
r=LpSolit, a=LpSolit
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-50/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-12-12Bug 523788: Change the UI of describecomponents.cgi (the "Browse" interface) ↵mkanat%bugzilla.org1-24/+31
so that it's clearer and easier to use when browsing. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org6-65/+17
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
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-19/+25
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-05Add missing file change for bug 302542lpsolit%gmail.com1-3/+3
2009-10-04Bug 302542: Implement the ability to delete data sets (series) in New Charts ↵lpsolit%gmail.com2-2/+63
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org5-14/+14
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org1-6/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-19Bug 505015: Selections are not persistent across submissions - Patch by ↵lpsolit%gmail.com2-26/+14
Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-08-13Bug 214861: Allow loading of stored queries as the bug set for reporting - ↵lpsolit%gmail.com1-1/+17
Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-06-02Bug 194272: Provide a way to browse bugs instead of searching for themmkanat%bugzilla.org1-5/+13
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-01-29Bug 219021: Only display email addresses to logged-in usersmkanat%bugzilla.org4-36/+45
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com2-2/+6
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-03-31Bug 391949 colchange, login, and a number of other forms are missing a space ↵timeless%mozdev.org2-4/+4
before checked r=vladd a=lpsolit
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2-2/+6
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com23-23/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-08-08Bug 385319: Long titles (aka z-axis) in tabular reports break the UI (tables ↵lpsolit%gmail.com1-9/+4
are not aligned vertically) - Patch by timeless <timeless@bemail.org> r/a=LpSolit
2007-05-10Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com2-2/+2
<spam@bmo2007.rsz.jp> r=wicked a=mkanat
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com1-2/+2
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-04-11Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com5-9/+9
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-01-08Bug 365522 reports/create-chart has unescaped &timeless%mozdev.org1-1/+1
patch by bmo2007@rsz.jp r=timeless a=justdave
2006-10-23Bug 355924: report.cgi generates bare '&' in img src URLolav%bkor.dhs.org1-1/+2
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave