summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
AgeCommit message (Expand)AuthorFilesLines
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-3/+3
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+2
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-8/+0
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-2/+1
2006-03-02Bug 311258: use objects in admin templates (products & co) - Patch by André ...lpsolit%gmail.com1-18/+17
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com1-0/+1
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org1-1/+0
2006-01-06Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org1-0/+1
2006-01-02Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com1-12/+10
2005-12-12Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com1-8/+10
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-1/+1
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-2/+2
2005-10-07Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com1-4/+1
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user pri...lpsolit%gmail.com1-1/+1
2005-09-07Bug 301743: Replace old code from editcomponents.cgi by methods and routines ...lpsolit%gmail.com1-370/+136
2005-08-23Bug 189635: editcomponents.cgi should use user-matching for the default assig...lpsolit%gmail.com1-0/+14
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-4/+4
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-4/+4
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-4/+4
2005-04-06Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch by...lpsolit%gmail.com1-49/+27
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-3/+4
2005-04-05Bug 287483: Sanitycheck screams about "Bad value 0 found in components.initia...mkanat%kerio.com1-2/+6
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-9/+12
2005-03-09Bug 284975: Any code after Throw*Error is a dead code.mkanat%kerio.com1-17/+0
2005-03-05Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com1-6/+1
2005-02-25Bug 283237: Move DBname_to_id out of globals.plmkanat%kerio.com1-4/+5
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-15/+17
2005-02-17Bug 281574 : Combine version_/milestone_/component_no_action errors into one.travis%sedsystems.ca1-1/+1
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ...jocuri%softhome.net1-5/+4
2004-08-30Bug 225687 - add group controls to charts, along with various other cleanups....gerv%gerv.net1-3/+8
2004-07-31Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzill...jocuri%softhome.net1-431/+241
2004-07-28Bug 252450: Unlock tables in edit*.cgi before sending trailerbugreport%peshkin.net1-8/+1
2004-07-09Bug 242405 Turning on QA contact causes taint error in Bugzilla/Series.pm whe...timeless%mozdev.org1-6/+15
2004-05-23Bug 141006: Run edit*.cgis in taint mode.jouni%heikniemi.net1-1/+1
2004-03-27Bug 235265: Getting rid of some unwanted form value dumps.justdave%syndicomm.com1-3/+0
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-2/+2
2003-12-09Bug 227771 - Migration and product/component create code no longer writes ser...gerv%gerv.net1-1/+2
2003-11-22Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org1-3/+4
2003-11-16Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a...jocuri%softhome.net1-2/+4
2003-11-08Bug 222564 - The chart made when creating a new Product/Component is not publ...gerv%gerv.net1-6/+2
2003-09-27Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br1-2/+11
2003-06-26Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net1-0/+30
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-1/+1
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
2003-03-16Bug 197180 - Long comment names not flagged as an errorbbaetz%acm.org1-1/+13
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org1-1/+9
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-64/+50