summaryrefslogtreecommitdiffstats
path: root/page.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
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
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
2012-11-12Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is ↵Frédéric Buclin1-2/+2
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-20/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2010-07-08Bug 567981 - Restore ability for page.cgi pages to contain . characters, but ↵Reed Loden1-3/+7
don't permit '..' at all. [r=mkanat a=mkanat]
2010-02-17Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander1-1/+1
r=LpSolit, a=LpSolit
2010-02-09Bug 544990: Allow directory names in page.cgi idsMax Kanat-Alexander1-3/+3
r=LpSolit, a=mkanat
2010-02-08Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander1-1/+26
r=LpSolit, a=LpSolit
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-1/+1
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-08-06Bug 508199: A hook for page.cgimkanat%bugzilla.org1-1/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
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
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-2/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-3/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit 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-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
2004-04-17Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com1-4/+9
Patch by kiko, r=vlad, justdave, a=justdave
2004-04-15Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com1-9/+4
a=justdave
2004-04-12Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br1-4/+9
linked page template and adding a code error for the "bad id provided" case. r=vladd, a=myk.
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+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.
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-1/+1
2003-08-25Bug 217103: page.cgi passes the correct pathname prefix in the correct ↵justdave%syndicomm.com1-2/+2
place, so it actually works now. r=gerv, a=justdave
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-2/+7
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2002-09-22Bug 108987 - Linkify script to use quoteUrls on texts provided by user. ↵gerv%gerv.net1-3/+6
Patch by gerv; r=kiko.
2002-09-19Fallout from previous checkin; need to escape "-" in regexp for some ↵gerv%gerv.net1-1/+1
versions of Perl, because it interprets it as a range.
2002-09-18Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a ↵gerv%gerv.net1-14/+16
"pages" subdirectory of the template directory. Patch by gerv; r=bbaetz.
2002-09-05Bug 166698 - clean up the error system, which was confused and broken. Patch ↵gerv%gerv.net1-6/+2
by gerv; r=bbaetz.
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-15Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be ↵gerv%gerv.net1-2/+1
l10nable. Patch by burnus; r=gerv.
2002-07-23Bug 143650 - general template display system. Patch by gerv; 2xr=jouni.gerv%gerv.net1-0/+59