Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-15 | Bug 311422: describecomponents.cgi and enter_bug.cgi need some cleanup - ↵ | lpsolit%gmail.com | 1 | -64/+43 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk | |||||
2006-03-09 | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-03-03 | Bug 328602: Eliminate %::versions and @::legal_versions | mkanat%kerio.com | 1 | -2/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-02-28 | Patch for bug 298341: Implement code hook mechanism; patch by ↵ | jocuri%softhome.net | 1 | -0/+3 | |
zach@zachlipton.com, r=timeless, a=justdave. | |||||
2006-02-22 | Bug 311278: Eliminate %::proddesc - Patch by Max Kanat-Alexander ↵ | lpsolit%gmail.com | 1 | -2/+3 | |
<mkanat@bugzilla.org> r=LpSolit a=justdave | |||||
2006-01-05 | Bug 320506: enter_bug.cgi crashes if the product name is written with the ↵ | lpsolit%gmail.com | 1 | -0/+4 | |
wrong case - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=bkor a=justdave | |||||
2005-10-31 | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-10-24 | Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵ | lpsolit%gmail.com | 1 | -4/+1 | |
Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave | |||||
2005-10-12 | Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave | |||||
2005-10-12 | Bug 282090: Eliminate %classdesc in favor of Bugzilla::Classification methods | mkanat%kerio.com | 1 | -4/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave | |||||
2005-10-10 | Bug 311489 Bug entry makes user choose classification even if only one is ↵ | bugreport%peshkin.net | 1 | -25/+39 | |
enterable Patch bu Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave | |||||
2005-09-03 | Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵ | lpsolit%gmail.com | 1 | -13/+5 | |
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave | |||||
2005-08-27 | Bug 303694: Eliminate deprecated Bugzilla::DB routines from enter_bug.cgi - ↵ | lpsolit%gmail.com | 1 | -14/+19 | |
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave | |||||
2005-08-25 | Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-08-18 | Bug 299848: enter_bug's automatic OS/Platform code does not work with the ↵ | mkanat%kerio.com | 1 | -79/+111 | |
new default OS list Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
r=mkanat,wicked a=justdave | |||||
2005-05-12 | Bug 287109: [SECURITY] Names of private products/components can be exposed ↵ | mkanat%kerio.com | 1 | -4/+1 | |
on certain CGIs Patch By Frederic Buclin <LpSolit@gmail.com> r=myk, r=joel, a=justdave | |||||
2005-05-11 | Bug 272873: Specifying a null product to enter bug should give me the ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
product chooser - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=myk | |||||
2005-03-18 | Bug 278717: Can't create "create bug" template with multiple CCs if you use ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
usemenuforusers - Patch by Marc Schumann <wurblzap@gmail.com> r=myk, a=myk | |||||
2005-03-18 | Bug 286311: print "Context-type..." is used instead of print $cgi->header() ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
(cookies aren't sent in header) - Patch by Jacob Steenhagen <jake@bugzilla.org> r=LpSolit a=justdave | |||||
2005-03-16 | Bug 284811 : Remove %FORM from enter_bug.cgi classification code | travis%sedsystems.ca | 1 | -10/+9 | |
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk | |||||
2005-03-16 | Bug 283581 : Move UserInGroup out of globals.pl | travis%sedsystems.ca | 1 | -0/+1 | |
Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave | |||||
2005-03-09 | Bug 282145: Bug.pm is too slow for general use | mkanat%kerio.com | 1 | -3/+3 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=gerv, a=myk | |||||
2005-02-26 | Bug 36257 : Have the QA Contact field appear in New Bug submission form | travis%sedsystems.ca | 1 | -9/+17 | |
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave | |||||
2005-02-26 | Bug 283361 : 'Deadline' info not saved in bookmarkable template | travis%sedsystems.ca | 1 | -0/+2 | |
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=wurblzap a=myk | |||||
2005-02-26 | Bug 282983 : bug cloning doesn't work if classifications are enabled | travis%sedsystems.ca | 1 | -0/+2 | |
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=glob a=myk | |||||
2005-02-17 | Bug 282267 : product name is checked twice in enter_bug.cgi | travis%sedsystems.ca | 1 | -4/+0 | |
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2005-02-16 | Bug 99567 : Allow Milestone to be set on creation of bug as an option | travis%sedsystems.ca | 1 | -0/+14 | |
Patch by Todd Stansell <tjs@tellme.com> r=kiko,justdave a=justdave | |||||
2005-02-09 | Bug 276838 : Eliminate use of $::unconfirmedstate | travis%sedsystems.ca | 1 | -2/+1 | |
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave | |||||
2005-02-01 | Bug 81642 : "Split bug / Clone bug": Enter new bug with prefilled fields | travis%sedsystems.ca | 1 | -34/+121 | |
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni a=justdave | |||||
2005-01-21 | Bug 266579 : Users without privs can confirm bugs by assigning to themselves ↵ | travis%sedsystems.ca | 1 | -0/+4 | |
first, without having canconfirm privs Patch by LpSolit@gmail.com r=myk a=justdave | |||||
2005-01-08 | Bug 276446: Initial description cannot be made private on new bug creation | travis%sedsystems.ca | 1 | -0/+2 | |
Patch: travis r=joini a=justdave | |||||
2004-12-12 | Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set ↵ | jocuri%softhome.net | 1 | -7/+27 | |
status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave. | |||||
2004-09-25 | Landing fix for bug 153811: default severity should be parametrized. | kiko%async.com.br | 1 | -1/+1 | |
r,a=myk. | |||||
2004-08-28 | Patch for bug 248613: Custom global default platform/OS in ↵ | jocuri%softhome.net | 1 | -6/+8 | |
non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk. | |||||
2004-08-21 | Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵ | bugreport%peshkin.net | 1 | -4/+53 | |
etc.) patch by Albert Ting r=joel, glob a=myk | |||||
2004-06-22 | Bug 247192 User Agent Sniffing fails to capture StarOffice/5.1 running on ↵ | timeless%mozdev.org | 1 | -0/+1 | |
Solaris Sparc r=vladd a=justdave | |||||
2004-06-22 | Bug 247209 map sun4u to Solaris | timeless%mozdev.org | 1 | -0/+1 | |
r=vladd a=justdave | |||||
2004-06-16 | Bug 160210 Add MacOSX 10.1 and 10.2 to the os list | timeless%mozdev.org | 1 | -2/+2 | |
Previous patch left OS detection broken for Mac OS X. This maps Mac OS X to 10.0. r=vladd a=justdave | |||||
2004-04-07 | Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Does | kiko%async.com.br | 1 | -17/+14 | |
that, and also fixes up the bug creation template. r=justdave, a=justdave. | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -8/+3 | |
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave. | |||||
2004-03-22 | Bug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE) | timeless%mozdev.org | 1 | -12/+17 | |
Handle Windows 95/98/Me, Windows-NT, Alpha (AXP), BSD/386, (HP) 9000 Special case winmosaic r=vlad a=justdave | |||||
2004-02-05 | Patch for bug 194472; link to the product's component editor when displaying ↵ | jocuri%softhome.net | 1 | -1/+1 | |
error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave. | |||||
2004-02-04 | Fix for bug 220998: Allows blocks, dependson, and keywords values to be part ↵ | myk%mozilla.org | 1 | -0/+4 | |
of a bug entry template (i.e. a URL that presets those fields to specific values). Original patch by Ludovic Dubost. r=kiko | |||||
2003-09-11 | Bug 169354 add "Windows Server 2003" OS | timeless%mozdev.org | 1 | -0/+1 | |
r=gerv a=justdave | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -2/+5 | |
r=joel, a=justdave | |||||
2003-04-27 | Byg 202463 - prefill 'assign to' with default component owner | bbaetz%acm.org | 1 | -10/+12 | |
patch by slamm@yahoo-inc.com (Steve Lamm) r=bbaetz, a=justdave | |||||
2003-03-27 | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2003-03-07 | Bug 156436 IBM Web Browser is unrecognized | timeless%mozdev.org | 1 | -1/+1 | |
patch by mkaply@us.ibm.com r=timeless a=justdave |