aboutsummaryrefslogtreecommitdiffstats
path: root/reports.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Use the DD.MM.YY format for dates in Old and New ChartsFrédéric Buclin2017-08-061-1/+1
|
* Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵Gervase Markham2015-01-211-1/+1
| | | | | | prevent shell code injection r=dkl,a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 539894: Use <optgroup/> to group products into classifications in the ↵rojanu2014-04-021-6/+0
| | | | | | product drop-down on show_bug.cgi r=glob, a=justdave
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin2012-11-121-1/+1
| | | | | | not triggered by the code itself r=glob a=LpSolit
* Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann2012-10-161-28/+32
| | | | | | product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked a=LpSolit
* Bug 767623 - Use HMAC to generate tokens and sensitive graph filenamesReed Loden2012-07-301-8/+6
| | | | [r=LpSolit 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-27/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin2010-11-031-70/+52
| | | | | | and product names are viewable in graphs/ r=wurblzap a=LpSolit
* Bug 595682: Always generate PNG images for chartsFrédéric Buclin2010-10-131-33/+15
| | | | a=LpSolit
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-8/+7
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 469207: Old chart reports crash if there is no data yet - Patch by ↵lpsolit%gmail.com2008-12-141-0/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-091-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-0/+1
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 344969: Remove hardcoded bug statuses from collectstats.pl and ↵lpsolit%gmail.com2007-04-101-1/+1
| | | | reports.cgi (prepare them for custom statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 304889: Templatize reports.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-041-140/+74
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 344527: Old Charts are broken using mod_perlmkanat%bugzilla.org2006-07-251-3/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 94534: Customised resolutions - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-07-141-3/+3
| | | | <LpSolit@gmail.com> r=mkanat a=myk
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-4/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-6/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-2/+0
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Bug 340253: .cgi scripts should call Throw*Error() instead of die() - Patch ↵lpsolit%gmail.com2006-06-041-1/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com2006-04-031-1/+0
| | | | $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-7/+15
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-031-2/+3
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 298306: For new products, the charting error message "The tool which ↵lpsolit%gmail.com2005-09-021-1/+5
| | | | gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-2/+0
| | | | r=mkanat,wicked a=justdave
* Bug 303303: Data aren't displayed in old charts when the product is closed ↵lpsolit%gmail.com2005-08-041-4/+0
| | | | for new bug entry - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com2005-07-221-4/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 287109: [SECURITY] Names of private products/components can be exposed ↵mkanat%kerio.com2005-05-121-3/+1
| | | | | | on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave
* Bug 176011 : reports.cgi throws a scary error if collectstats has never been runtravis%sedsystems.ca2005-02-231-2/+3
| | | | Patch by Vlad Dascalu <vladd@bugzilla.org> r=mkanat a=justdave
* Bug 237627: Validate dataset name in reports.cgibugreport%peshkin.net2004-07-101-1/+1
| | | | | | patch by teemu r=justdave a=justdave
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net2004-03-271-20/+24
| | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-1/+3
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-5/+4
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 191863 - Clean up Bugzilla.pmbbaetz%acm.org2003-02-071-1/+1
| | | | | r=gerv, justdave a=justdave
* Bug 163290 - move DB handling code into a modulebbaetz%student.usyd.edu.au2003-01-151-1/+5
| | | | | r=justdave, myk, joel, preed a=justdave
* Bug 184081 Change search interfaces to use Viewable products instead of ↵bugreport%peshkin.net2002-12-101-3/+1
| | | | | | | enterable products r=bbaetz a=justdave
* Bug 182512 Charts over time brokenbugreport%peshkin.net2002-11-301-1/+2
| | | | | | patch by joel r=gerv a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-19/+7
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bug 172959 - Remove old reporting (most doomed etc.). Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-171-539/+33
|
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net2002-10-061-5/+3
| | | | Patch by gerv; r=burnus.
* Bug 167476 - unix_timestamp conversion error using MySQL. Patch by ↵gerv%gerv.net2002-09-201-1/+1
| | | | finne@stofanet.dk; r=gerv.
* Bug 166821 - reports.cgi broken by recent schema changes. r=bbaetz.gerv%gerv.net2002-09-111-2/+7
|
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2