aboutsummaryrefslogtreecommitdiffstats
path: root/colchange.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-3/+2
* Bug 300006: "cookies need value" error code when a query returns an empty res...mkanat%kerio.com2005-07-081-3/+8
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com2005-07-071-4/+9
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Patch for bug 276842: Move @default_column_list out of globals.pl into Bugzil...jocuri%softhome.net2005-01-171-3/+3
* Patch for bug 103636: Support specifying a date on which a bug is expected to...jocuri%softhome.net2005-01-161-1/+1
* Patch for bug 270263: 'Votes' should not be a column choice if param(usevotes...jocuri%softhome.net2004-12-051-1/+4
* Fix for bug 261273: make column changing work with Sun ONE web server; fix by...myk%mozilla.org2004-09-241-2/+5
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ...bugreport%peshkin.net2004-08-211-2/+7
* Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in...justdave%syndicomm.com2004-04-171-1/+1
* Fix for bug 238874: remove %FORM and %COOKIE from colchange.cgi. Doeskiko%async.com.br2004-04-021-9/+9
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+1
* Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use...jouni%heikniemi.net2003-11-191-1/+11
* Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justd...jocuri%softhome.net2003-11-141-1/+2
* Bug 195977: Add ability to show alias column in buglistbugreport%peshkin.net2003-05-131-0/+3
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-7/+14
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 176461 - Move descs strings from change-columns.html.tmpl tobbaetz%student.usyd.edu.au2002-12-081-5/+6
* Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch bykiko%async.com.br2002-11-041-1/+3
* Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fieldsbugreport%peshkin.net2002-10-131-0/+5
* 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 158497 - Templatise colchange.cgi. Patch by gerv; r=burnus.gerv%gerv.net2002-07-271-28/+12
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-2/+2
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-1/+1
* Fix for bug 149964 - quietly_check_login() needs to be called in colchange.cg...dkl%redhat.com2002-06-071-0/+2
* Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afra...gerv%gerv.net2002-04-241-3/+2
* Bug 100094 - use generic template handling codebbaetz%student.usyd.edu.au2002-02-131-36/+6
* Fix up "used only once" warning from kiko's checkin.bbaetz%student.usyd.edu.au2002-02-011-0/+1
* Bug 122636 - Templatise colchange.cgijake%acutex.net2002-02-011-35/+45
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
* Fix for bug 101875: Put the product column before the component column rather...myk%mozilla.org2001-11-271-1/+1
* Fix for bug 19910: Bugzilla installs on the same server would interfere with ...justdave%syndicomm.com2001-10-131-2/+3
* Fix for bug 57848, perl warnings in several files.justdave%syndicomm.com2001-06-011-0/+4
* fix for 44609 : Remove the useless "project" column in the Change columns pagecyeh%bluemartini.com2000-09-011-1/+1
* fix for 32828: Redirect fails on Internet explorer: colchange.cgicyeh%bluemartini.com2000-08-311-0/+2
* Add an optional ability to stagger the headers in the bug list, whichterry%mozilla.org2000-02-041-0/+16
* Tell people that column changes are remembered using cookies.terry%mozilla.org2000-01-181-1/+1
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-0/+1
* Allow displaying of a "keywords" column.terry%mozilla.org2000-01-141-0/+6
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-1/+1
* Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on sev...terry%mozilla.org1999-09-241-0/+2
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-2/+14
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-11/+11
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-11/+11
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-45/+54
* Get rid of "verified_ts" and "resolved_ts" stuff; we aren't keepingterry%netscape.com1998-08-291-1/+1
* Fixed bug 538 -- can now search through summary and description fields.terry%netscape.com1998-08-281-1/+1