aboutsummaryrefslogtreecommitdiffstats
path: root/editmilestones.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-02-231-1/+1
* Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com2006-02-211-0/+1
* Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org2006-01-061-1/+0
* Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org2006-01-061-0/+1
* Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com2005-12-121-7/+9
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com2005-10-071-4/+1
* Bug 307604: "Redisplay table with bug counts" should also be available from e...lpsolit%gmail.com2005-09-281-0/+3
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com2005-09-161-2/+1
* Bug 302955: Remove the "delete" link for the default milestone - Patch by Gav...lpsolit%gmail.com2005-08-291-0/+1
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+0
* Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and Produc...lpsolit%gmail.com2005-07-281-268/+89
* Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-07-201-0/+1
* Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones ...lpsolit%gmail.com2005-05-041-16/+19
* Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...lpsolit%gmail.com2005-04-061-92/+50
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-3/+4
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com2005-03-161-2/+3
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com2005-03-091-12/+0
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-8/+3
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-13/+13
* Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca2005-02-171-1/+1
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-2/+1
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-1/+2
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-2/+1
* Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net2005-01-161-5/+4
* Bug 190224: templatize editmilestones.cgijustdave%bugzilla.org2004-09-111-320/+345
* Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net2004-07-271-4/+1
* Patch for bug 246328: make editmilestone check for invalid sortkeys; patch by...jocuri%softhome.net2004-06-161-0/+6
* Patch for bug 245976: fix software error caused by taint issue when trying to...jocuri%softhome.net2004-06-121-1/+1
* Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net2004-05-231-1/+1
* Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com2004-03-271-3/+0
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-2/+2
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-6/+5
* Bug 76157: Give proper error message on non-numeric sortkey when editing mile...justdave%syndicomm.com2003-09-261-0/+6
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
* Bug 65319 editmilestones & editversions don't have extra add.timeless%mozdev.org2003-03-301-1/+1
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 148093: editmilestones.cgi shows 'xyzzy' as product bug count. r=bbaetz, ...jouni%heikniemi.net2003-01-151-5/+2
* Bug 173581 - Changing milestone sortkeys is broken. Patch by gerv; r=bbaetz.gerv%gerv.net2002-10-101-1/+1
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-24/+30
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+1
* Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jou...gerv%gerv.net2002-04-301-0/+1
* Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au2002-03-041-1/+2
* Fix for bug 104516: No code changes in this patch, all this checkin does is r...justdave%syndicomm.com2001-10-131-2/+2
* Fix for bug 71396 - $::db->do isn't needed anymorejake%acutex.net2001-06-161-9/+5
* Fix for bug 74394: editmilestones.cgi can't edit the name and sortkey at the ...justdave%syndicomm.com2001-04-061-7/+7
* fix for 44617: edit*.cgi: Should show which product you're working oncyeh%bluemartini.com2000-08-311-7/+7
* Added the concept of a "default milstone" for products, and make sureterry%mozilla.org2000-03-241-1/+17