summaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
AgeCommit message (Collapse)AuthorFilesLines
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-1/+1
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-08Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-5/+5
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-08-22Bug 337118: OS becomes Other when use windows98 - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-7/+7
<LpSolit@gmail.com> r=timeless a=myk
2006-08-17Bug 341933: Make bug object creation much lightermkanat%bugzilla.org1-3/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-08Bug 347777 Intel Mac should be detected as Hardware: PC rather than ↵timeless%mozdev.org1-0/+1
Hardware: Mac r=justdave a=justdave
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-0/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-17Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com1-1/+3
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-07-17Bug 238819: enter_bug.cgi should offer ASSIGNED as a possible initial state ↵lpsolit%gmail.com1-14/+17
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-10/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-1/+3
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-13/+5
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2006-06-18Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-55/+28
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-06-05Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵lpsolit%gmail.com1-0/+3
Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2006-04-03Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-9/+3
Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-04-03Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com1-4/+3
$::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-03-15Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - ↵lpsolit%gmail.com1-64/+43
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-03Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com1-2/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net1-0/+3
zach@zachlipton.com, r=timeless, a=justdave.
2006-02-22Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com1-2/+3
<mkanat@bugzilla.org> r=LpSolit a=justdave
2006-01-05Bug 320506: enter_bug.cgi crashes if the product name is written with the ↵lpsolit%gmail.com1-0/+4
wrong case - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=bkor a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-2/+1
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-2/+2
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-24Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵lpsolit%gmail.com1-4/+1
Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
2005-10-12Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵lpsolit%gmail.com1-3/+3
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave
2005-10-12Bug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methodsmkanat%kerio.com1-4/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2005-10-10Bug 311489 Bug entry makes user choose classification even if only one is ↵bugreport%peshkin.net1-25/+39
enterable Patch bu Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com1-13/+5
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-08-27Bug 303694: Eliminate deprecated Bugzilla::DB routines from enter_bug.cgi - ↵lpsolit%gmail.com1-14/+19
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com1-3/+3
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-18Bug 299848: enter_bug's automatic OS/Platform code does not work with the ↵mkanat%kerio.com1-79/+111
new default OS list Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, 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
2005-05-12Bug 287109: [SECURITY] Names of private products/components can be exposed ↵mkanat%kerio.com1-4/+1
on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave
2005-05-11Bug 272873: Specifying a null product to enter bug should give me the ↵lpsolit%gmail.com1-1/+1
product chooser - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk
2005-03-18Bug 278717: Can't create "create bug" template with multiple CCs if you use ↵lpsolit%gmail.com1-1/+1
usemenuforusers - Patch by Marc Schumann <wurblzap@gmail.com> r=myk, a=myk
2005-03-18Bug 286311: print "Context-type..." is used instead of print $cgi->header() ↵lpsolit%gmail.com1-1/+1
(cookies aren't sent in header) - Patch by Jacob Steenhagen <jake@bugzilla.org> r=LpSolit a=justdave
2005-03-16Bug 284811 : Remove %FORM from enter_bug.cgi classification codetravis%sedsystems.ca1-10/+9
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
2005-03-09Bug 282145: Bug.pm is too slow for general usemkanat%kerio.com1-3/+3
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=gerv, a=myk
2005-02-26Bug 36257 : Have the QA Contact field appear in New Bug submission formtravis%sedsystems.ca1-9/+17
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
2005-02-26Bug 283361 : 'Deadline' info not saved in bookmarkable templatetravis%sedsystems.ca1-0/+2
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk
2005-02-26Bug 282983 : bug cloning doesn't work if classifications are enabledtravis%sedsystems.ca1-0/+2
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=glob a=myk
2005-02-17Bug 282267 : product name is checked twice in enter_bug.cgitravis%sedsystems.ca1-4/+0
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
2005-02-16Bug 99567 : Allow Milestone to be set on creation of bug as an optiontravis%sedsystems.ca1-0/+14
Patch by Todd Stansell <tjs@tellme.com> r=kiko,justdave a=justdave
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-2/+1
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
2005-02-01Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fieldstravis%sedsystems.ca1-34/+121
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave