aboutsummaryrefslogtreecommitdiffstats
path: root/report.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham2014-12-171-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin2014-02-121-1/+1
* Bug 863745: Enable multi-select fields in reportsPami Ketolainen2013-10-291-15/+67
* Bug 212471: Tabular reports do not link bug counts involving the empty resolu...Frédéric Buclin2013-05-051-1/+2
* Bug 824399: (CVE-2013-0786) [SECURITY] build_subselect() leaks the existence ...Simon Green2013-02-191-1/+7
* Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin2013-01-161-4/+3
* Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham2013-01-021-5/+2
* Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped correctly...Frédéric Buclin2012-11-131-1/+1
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin2012-11-121-6/+6
* Bug 794389: There is no field named 'actual_time' when generating reportsFrédéric Buclin2012-10-041-0/+4
* Bug 793893: Tabular reports crash when no format parameter is definedFrédéric Buclin2012-09-291-5/+4
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 746947: Determine the size of the images dynamically for graphical reportsFrédéric Buclin2012-08-121-16/+13
* Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman2012-08-071-0/+50
* Bug 545610: Correctly parse CGI parameters, especially when using mod_perlFrédéric Buclin2012-03-061-8/+15
* 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
* Bug 697699 - (CVE-2011-3657) [SECURITY] XSS when viewing new charts or tabula...Byron Jones2011-12-281-2/+2
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-4/+4
* Fixes several bugs at once related to New Charts:Frédéric Buclin2011-06-111-12/+21
* Fix a comment location in report.cgi.Max Kanat-Alexander2011-04-041-2/+2
* Bug 617641: Using any of the "_realname" columns in report.cgi was throwingMax Kanat-Alexander2011-04-041-2/+4
* Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander2011-02-191-2/+5
* Bug 617684: Values starting with a dot or an underscore are no longer hidden ...Frédéric Buclin2010-12-081-6/+0
* Bug 617630: Improve get_names() in report.cgiFrédéric Buclin2010-12-081-33/+18
* Bug 567953: Components which exist in several products are duplicated in tabu...miketosh2010-12-081-1/+2
* Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello2010-08-241-1/+1
* Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2010-07-151-1/+1
* Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander2010-07-151-1/+1
* Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander2010-07-011-17/+4
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin2010-05-201-1/+1
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-1/+3
* Bug 529573: Tabular reports do not show empty resolutionGreg Hendricks2010-02-181-0/+1
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-1/+0
* Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander2010-02-011-1/+0
* Bug 528262 - Tabular reports ignore disabled field values despite being sel...ghendricks%novell.com2009-11-131-9/+8
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org2009-10-241-0/+4
* Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org2009-07-071-38/+27
* Bug 464992: Binary attachments, graphical reports and new charts are not disp...lpsolit%gmail.com2009-01-151-0/+2
* Bug 377956: Tabular and graphical reports should support single-select custom...lpsolit%gmail.com2009-01-031-0/+9
* Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com2008-08-271-1/+1
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+3
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-2/+2
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-10/+7
* Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-12-031-1/+1
* Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com2005-11-141-2/+1
* Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com2005-10-261-3/+4
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-1/+3
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ...lpsolit%gmail.com2005-10-241-1/+1