summaryrefslogtreecommitdiffstats
path: root/report.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...Dylan Hardison1-1/+1
2014-12-17Bug 1107874 - make Help links point to new documentation. r=dkl, a=justdave.Gervase Markham1-1/+1
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to inexi...Frédéric Buclin1-1/+1
2013-10-29Bug 863745: Enable multi-select fields in reportsPami Ketolainen1-15/+67
2013-05-05Bug 212471: Tabular reports do not link bug counts involving the empty resolu...Frédéric Buclin1-1/+2
2013-02-19Bug 824399: (CVE-2013-0786) [SECURITY] build_subselect() leaks the existence ...Simon Green1-1/+7
2013-01-16Bug 819432: Execute queries in two steps to improve performanceFrédéric Buclin1-4/+3
2013-01-02Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham1-5/+2
2012-11-13Bug 790296 (CVE-2012-4189): [SECURITY] Field values are not escaped correctly...Frédéric Buclin1-1/+1
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin1-6/+6
2012-10-04Bug 794389: There is no field named 'actual_time' when generating reportsFrédéric Buclin1-0/+4
2012-09-29Bug 793893: Tabular reports crash when no format parameter is definedFrédéric Buclin1-5/+4
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-08-12Bug 746947: Determine the size of the images dynamically for graphical reportsFrédéric Buclin1-16/+13
2012-08-07Bug 319598: Add support for saved tabular and graphical reportsJulien Heyman1-0/+50
2012-03-06Bug 545610: Correctly parse CGI parameters, especially when using mod_perlFrédéric Buclin1-8/+15
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-20/+5
2011-12-28Bug 697699 - (CVE-2011-3657) [SECURITY] XSS when viewing new charts or tabula...Byron Jones1-2/+2
2011-08-17Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin1-4/+4
2011-06-11Fixes several bugs at once related to New Charts:Frédéric Buclin1-12/+21
2011-04-05Fix a comment location in report.cgi.Max Kanat-Alexander1-2/+2
2011-04-05Bug 617641: Using any of the "_realname" columns in report.cgi was throwingMax Kanat-Alexander1-2/+4
2011-02-20Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander1-2/+5
2010-12-08Bug 617684: Values starting with a dot or an underscore are no longer hidden ...Frédéric Buclin1-6/+0
2010-12-08Bug 617630: Improve get_names() in report.cgiFrédéric Buclin1-33/+18
2010-12-08Bug 567953: Components which exist in several products are duplicated in tabu...miketosh1-1/+2
2010-08-24Bug 586871: Convert all Bugzilla->get_fields calls to Bugzilla->fieldsTiago Mello1-1/+1
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander1-1/+1
2010-07-15Bug 577800: Finish the cleanup of Search.pm's "init" function by removingMax Kanat-Alexander1-1/+1
2010-07-01Bug 545766: Figure out what columns can be reported on from the database,Max Kanat-Alexander1-17/+4
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-1/+1
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-1/+3
2010-02-18Bug 529573: Tabular reports do not show empty resolutionGreg Hendricks1-0/+1
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+0
2010-02-02Bug 487508: Allow restricting the visibility of custom fields and values by c...Max Kanat-Alexander1-1/+0
2009-11-13 Bug 528262 - Tabular reports ignore disabled field values despite being sel...ghendricks%novell.com1-9/+8
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-0/+4
2009-07-07Bug 491467: Make Search.pm and buglist.cgi consistently take column ids for t...mkanat%bugzilla.org1-38/+27
2009-01-15Bug 464992: Binary attachments, graphical reports and new charts are not disp...lpsolit%gmail.com1-0/+2
2009-01-03Bug 377956: Tabular and graphical reports should support single-select custom...lpsolit%gmail.com1-0/+9
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ...lpsolit%gmail.com1-1/+1
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+3
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-2/+2
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-10/+7
2005-12-03Bug 316522: Old Charts should not require login - Patch by Frédéric Buclin ...lpsolit%gmail.com1-1/+1
2005-11-14Bug 313695: buglist.cgi and some other scripts do not use the shadow DB anymo...lpsolit%gmail.com1-2/+1
2005-10-27Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, du...lpsolit%gmail.com1-3/+4
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-1/+3