aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Expand)AuthorAgeFilesLines
...
* Bug 80169: JavaScript-enhanced keyword editing - Patch by Teemu Mannermaa <wi...lpsolit%gmail.com2007-05-141-0/+1
* Bug 366798: Refactor enter_bug OS sniffing - Patch by timeless <timeless@bema...lpsolit%gmail.com2007-04-061-34/+53
* Bug 366529 sniff vistatimeless%mozdev.org2007-01-141-0/+1
* Bug 344547 [Version 2.20+] bugzilla.mozilla.org thinks I'm using Mac OS X 10....timeless%mozdev.org2007-01-091-49/+50
* Bug 343635: Enabling classifications should add a tree view of classification...lpsolit%gmail.com2006-12-191-12/+28
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-111-3/+6
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-151-1/+1
* Bug 350217: Extensions need to be able to update Bugzilla's DB schemamkanat%bugzilla.org2006-09-081-1/+1
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-5/+5
* Bug 337118: OS becomes Other when use windows98 - Patch by Frédéric Buclin ...lpsolit%gmail.com2006-08-221-7/+7
* Bug 341933: Make bug object creation much lightermkanat%bugzilla.org2006-08-171-3/+3
* Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org2006-08-121-1/+1
* Bug 347777 Intel Mac should be detected as Hardware: PC rather than Hardware:...timeless%mozdev.org2006-08-081-0/+1
* Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org2006-07-191-0/+11
* Bug 277377: Classifications should support sort keys - Patch by Olav Vitters ...lpsolit%gmail.com2006-07-171-1/+3
* Bug 238819: enter_bug.cgi should offer ASSIGNED as a possible initial state -...lpsolit%gmail.com2006-07-171-14/+17
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-1/+1
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-10/+10
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-1/+3
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-13/+5
* Bug 338796: Remove get_product_* from globals.pl - Patch by Frédéric Buclin...lpsolit%gmail.com2006-06-181-55/+28
* Bug 42946: Bugs filed at same time causing one to be duplicated - Patch by Ol...lpsolit%gmail.com2006-06-051-0/+3
* Bug 330754: Remove AnyEntryGroups() from globals.pl - Patch by Frédéric Buc...lpsolit%gmail.com2006-04-031-9/+3
* Bug 330698: Remove $::components, @::enterable_products and $::classification...lpsolit%gmail.com2006-04-031-4/+3
* Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - Patc...lpsolit%gmail.com2006-03-151-64/+43
* Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com2006-03-091-2/+2
* Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com2006-03-031-2/+1
* Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net2006-02-281-0/+3
* Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander <mkanat@bugz...lpsolit%gmail.com2006-02-221-2/+3
* Bug 320506: enter_bug.cgi crashes if the product name is written with the wro...lpsolit%gmail.com2006-01-051-0/+4
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-2/+1
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-2/+2
* Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ...lpsolit%gmail.com2005-10-241-4/+1
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals...lpsolit%gmail.com2005-10-121-3/+3
* Bug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methodsmkanat%kerio.com2005-10-121-4/+2
* Bug 311489 Bug entry makes user choose classification even if only one is ent...bugreport%peshkin.net2005-10-101-25/+39
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-031-13/+5
* Bug 303694: Eliminate deprecated Bugzilla::DB routines from enter_bug.cgi - P...lpsolit%gmail.com2005-08-271-14/+19
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-3/+3
* Bug 299848: enter_bug's automatic OS/Platform code does not work with the new...mkanat%kerio.com2005-08-181-79/+111
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-1/+1
* Bug 287109: [SECURITY] Names of private products/components can be exposed on...mkanat%kerio.com2005-05-121-4/+1
* Bug 272873: Specifying a null product to enter bug should give me the product...lpsolit%gmail.com2005-05-111-1/+1
* Bug 278717: Can't create "create bug" template with multiple CCs if you use u...lpsolit%gmail.com2005-03-171-1/+1
* Bug 286311: print "Context-type..." is used instead of print $cgi->header() (...lpsolit%gmail.com2005-03-171-1/+1
* Bug 284811 : Remove %FORM from enter_bug.cgi classification codetravis%sedsystems.ca2005-03-161-10/+9
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
* Bug 282145: Bug.pm is too slow for general usemkanat%kerio.com2005-03-091-3/+3
* Bug 36257 : Have the QA Contact field appear in New Bug submission formtravis%sedsystems.ca2005-02-261-9/+17