aboutsummaryrefslogtreecommitdiffstats
path: root/page.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 676844: Replace ThrowCodeError() by ThrowUserError() when the error is no...Frédéric Buclin2012-11-121-2/+2
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
* 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 567981 - Restore ability for page.cgi pages to contain . characters, but ...Reed Loden2010-07-081-3/+7
* Bug 529201: Add help for every single field to fields.htmlMax Kanat-Alexander2010-02-171-1/+1
* Bug 544990: Allow directory names in page.cgi idsMax Kanat-Alexander2010-02-081-3/+3
* Bug 518293: Improve and Simplify the QuickSearch DocumentationMax Kanat-Alexander2010-02-071-1/+26
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 508199: A hook for page.cgimkanat%bugzilla.org2009-08-061-1/+6
* 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/+1
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-3/+2
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-1/+1
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Bug 238865: removing %::FORM from page.cgi in favor of $cgi->paramjustdave%syndicomm.com2004-04-171-4/+9
* Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.justdave%syndicomm.com2004-04-151-9/+4
* Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing thekiko%async.com.br2004-04-121-4/+9
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-3/+1
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-1/+1
* Bug 217103: page.cgi passes the correct pathname prefix in the correct place,...justdave%syndicomm.com2003-08-251-2/+2
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-2/+7
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 108987 - Linkify script to use quoteUrls on texts provided by user. Patch...gerv%gerv.net2002-09-211-3/+6
* Fallout from previous checkin; need to escape "-" in regexp for some versions...gerv%gerv.net2002-09-191-1/+1
* Bug 162151 - Fix page.cgi's method of finding templates. It now looks in a "p...gerv%gerv.net2002-09-181-14/+16
* Bug 166698 - clean up the error system, which was confused and broken. Patch ...gerv%gerv.net2002-09-051-6/+2
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 162216 - colchange.cgi, buglist.cgi and page.cgi messages should be l10na...gerv%gerv.net2002-08-151-2/+1
* Bug 143650 - general template display system. Patch by gerv; 2xr=jouni.gerv%gerv.net2002-07-231-0/+59