summaryrefslogtreecommitdiffstats
path: root/chart.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-4/+4
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-2/+2
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2016-01-07Bug 402039: Exporting CSV from chart.cgi doesn't set mimetype, ↵Frédéric Buclin1-6/+5
content_disposition, or filename r=dkl
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
r=dkl a=sgreen
2014-02-12Bug 969881: All "Help" links in the header and footer of pages point to ↵Frédéric Buclin1-1/+1
inexistent files r=gerv a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin1-0/+1
CSS styles r/a=justdave
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin1-3/+3
not triggered by the code itself r=glob a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
r=wicked 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 Buclin1-21/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-01-24Bug 621572: (CVE-2010-4572) [SECURITY] chart.cgi vulnerable to ↵Reed Loden1-3/+3
header-injection due to use of |print "Location:"| instead of $cgi->redirect [r=mkanat a=LpSolit]
2011-01-24Bug 621108: [SECURITY] Creating/editing charts lacks CSRF protectionFrédéric Buclin1-2/+6
r=dkl a=LpSolit
2010-10-28Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin1-1/+1
r=gerv a=LpSolit
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin1-1/+1
ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-2/+6
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-04Bug 302542: Implement the ability to delete data sets (series) in New Charts ↵lpsolit%gmail.com1-23/+50
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-10-04Bug 519040: After creating a new series, redirect the user to a more useful ↵lpsolit%gmail.com1-10/+6
page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-08-13Bug 214861: Allow loading of stored queries as the bug set for reporting - ↵lpsolit%gmail.com1-0/+13
Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-01-15Bug 464992: Binary attachments, graphical reports and new charts are not ↵lpsolit%gmail.com1-0/+2
displayed correctly on Windows - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-08-27Bug 182238: Allow users to choose what time zone to display times in - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-11-12Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+1
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org1-1/+1
documentation r=colin.ogilvie, kevin.benton
2007-01-08Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org1-1/+1
r=lpsolit a=justdave
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-6/+6
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-3/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-1/+3
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-5/+6
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-25Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the ↵mkanat%kerio.com1-1/+3
SELECT column list Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-13Bug 304044: Missing scalar() for some parameters - Patch by Frédéric ↵lpsolit%gmail.com1-3/+1
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-3/+6
r=mkanat,wicked a=justdave
2005-05-12Bug 287436: [SECURITY] After having logged in, links to change the report ↵mkanat%kerio.com1-2/+1
type contain username and password Patch By Marc Schumann <wurblzap@gmail.com> r=gerv, a=justdave
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net1-3/+4
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2004-09-13Bug 257593 - make chart.cgi use Bugzilla::CGI for headers, meaning that if ↵gerv%gerv.net1-6/+6
you log in via chart.cgi it doesn't get lost. Patch by wurblzap@gmail.com; r=gerv.
2004-07-10Bug 235510: Do not expose user password in URL to chart image if login ↵bugreport%peshkin.net1-1/+2
required to access a chart patch by gerv r=kiko a=justdave
2004-07-06Bug 243463 Use a param to protect new charts from leaking informationbugreport%peshkin.net1-0/+4
r=justdave a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+2
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.
2004-02-13Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, ↵gerv%gerv.net1-28/+25
including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave.
2003-12-08Bug 226682 - make it possible to edit series. This also changes the Series ↵gerv%gerv.net1-9/+11
object interface a bit. Patch by gerv; r=kiko, a=justdave.
2003-07-01Bug 211127 - use proper path to Perl. Patch by jussi@comlink.fi; r=gerv, ↵gerv%gerv.net1-1/+1
a=justdave.
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+312