aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 422465: Cloning a bug should cc the original reporter if the cloner ↵lpsolit%gmail.com2009-01-021-1/+6
| | | | isn't the reporter - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
* Bug 452907: Clone should also preserve "Blocks" and "Depends on" fields - ↵lpsolit%gmail.com2009-01-011-2/+2
| | | | Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=mkanat
* Bug 468617: OS sniffing doesn't detect OS X 10.5 - Patch by Matt Selsky ↵lpsolit%gmail.com2008-12-291-0/+1
| | | | <selsky@columbia.edu> r=timeless a=LpSolit
* Bug 452734: Remove the keyword chooser, because it's a usability regressionmkanat%bugzilla.org2008-09-181-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 450197: Multi-select fields are ignored when cloning a bugmkanat%bugzilla.org2008-09-061-25/+19
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 452793: On bug creation, the first confirmed bug status should be ↵lpsolit%gmail.com2008-08-301-3/+7
| | | | selected by default for users with canconfirm privs, even if UNCONFIRMED is the bug status with the lowest sortkey - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 440612 – Use Bugzilla::Bug->check everywhere instead of ValidateBugIDmkanat%bugzilla.org2008-06-301-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com2008-02-251-2/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-11-121-0/+3
|
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 344964: enter_bug.cgi should look at the custom status workflow to get ↵lpsolit%gmail.com2007-06-141-21/+17
| | | | the valid initial bug statuses - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa ↵lpsolit%gmail.com2007-05-141-0/+1
| | | | <wicked@etlicon.fi> r=justdave a=LpSolit
* Bug 366798: Refactor enter_bug OS sniffing - Patch by timeless ↵lpsolit%gmail.com2007-04-061-34/+53
| | | | <timeless@bemail.org> r=wicked a=LpSolit
* Bug 366529 sniff vistatimeless%mozdev.org2007-01-141-0/+1
| | | | r=lpsolit a=lpsolit
* Bug 344547 [Version 2.20+] bugzilla.mozilla.org thinks I'm using Mac OS X ↵timeless%mozdev.org2007-01-091-49/+50
| | | | | | | | | | | 10.3, when I am using Mac OS X 10.4 r=justdave a=justdave This is a meme change. enter_bug has supported lists for a while, but the code for the most part didn't take advantage of it. This is round one of the change, where each match is added to the list of possibles starting with the best match. enter_bug will already pick the first available match and use it.
* Bug 343635: Enabling classifications should add a tree view of ↵lpsolit%gmail.com2006-12-191-12/+28
| | | | classifications and products when entering a new bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bkor a=justdave
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-111-3/+6
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-1/+1
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org2006-09-081-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-5/+5
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 337118: OS becomes Other when use windows98 - Patch by Frédéric Buclin ↵lpsolit%gmail.com2006-08-221-7/+7
| | | | <LpSolit@gmail.com> r=timeless a=myk
* Bug 341933: Make bug object creation much lightermkanat%bugzilla.org2006-08-171-3/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 347777 Intel Mac should be detected as Hardware: PC rather than ↵timeless%mozdev.org2006-08-081-0/+1
| | | | | | Hardware: Mac r=justdave a=justdave
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-0/+11
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ↵lpsolit%gmail.com2006-07-171-1/+3
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 238819: enter_bug.cgi should offer ASSIGNED as a possible initial state ↵lpsolit%gmail.com2006-07-171-14/+17
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=justdave
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-10/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-1/+3
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-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
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-181-55/+28
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by ↵lpsolit%gmail.com2006-06-051-0/+3
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-04-031-9/+3
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 330698: Remove $::components, @::enterable_products and ↵lpsolit%gmail.com2006-04-031-4/+3
| | | | $::classifications (and some others) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - ↵lpsolit%gmail.com2006-03-151-64/+43
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-031-2/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-281-0/+3
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander ↵lpsolit%gmail.com2006-02-221-2/+3
| | | | <mkanat@bugzilla.org> r=LpSolit a=justdave
* Bug 320506: enter_bug.cgi crashes if the product name is written with the ↵lpsolit%gmail.com2006-01-051-0/+4
| | | | wrong case - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=bkor a=justdave
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-311-2/+1
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-251-2/+2
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵lpsolit%gmail.com2005-10-241-4/+1
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵lpsolit%gmail.com2005-10-121-3/+3
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave
* Bug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methodsmkanat%kerio.com2005-10-121-4/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 311489 Bug entry makes user choose classification even if only one is ↵bugreport%peshkin.net2005-10-101-25/+39
| | | | | | | enterable Patch bu Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-031-13/+5
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 303694: Eliminate deprecated Bugzilla::DB routines from enter_bug.cgi - ↵lpsolit%gmail.com2005-08-271-14/+19
| | | | Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave