mkanat%bugzilla.org
c635aee954
Bug 350933: Ability to limit config.cgi output by product
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-10-17 04:41:05 +00:00
mkanat%bugzilla.org
f2dd0345c6
Bug 338375: Use Bugzilla->params everywhere instead of Param().
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:42:47 +00:00
mkanat%bugzilla.org
30f6d2eada
Bug 342869: Use Bugzilla->params everywhere except templates
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03 21:26:22 +00:00
lpsolit%gmail.com
f886810984
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-21 00:44:48 +00:00
lpsolit%gmail.com
88f015828a
Bug 304601: Bugzilla::Config's :locations exports need to be in their own 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-19 20:15:18 +00:00
mkanat%bugzilla.org
ad869f8c2e
Bug 329377: Bugzilla::Object base class for objects
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
2006-06-01 00:23:17 +00:00
lpsolit%gmail.com
2462134fb3
Bug 330521: Remove @::legal_product, @::legal_components and @::legal_target_milestone - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-03-15 21:51:35 +00:00
mkanat%kerio.com
f07abd133d
Bug 328638: Remove @::legal_keywords and %::keywordsbyname
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-09 00:09:00 +00:00
mkanat%kerio.com
9d03efe96a
Bug 282628: Move OpenStates and IsOpenedState out of globals.pl
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-06 21:42:10 +00:00
mkanat%kerio.com
b0cc72dbd4
Bug 328602: Eliminate %::versions and @::legal_versions
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-03-02 23:50:17 +00:00
lpsolit%gmail.com
5318c4ef4b
Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-24 23:11:56 +00:00
mkanat%kerio.com
15a06239fd
Remove "use diagnostics" from config.cgi, because it breaks perl 5.6.1
...
along with our code.
This was a regression from bug 308256. r=wicked, a=justdave
2005-10-01 01:04:44 +00:00
lpsolit%gmail.com
5506865d8c
Bug 308256: [SECURITY] config.cgi doesn't check Param('requirelogin') - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-09-30 22:14:52 +00:00
lpsolit%gmail.com
10fc62c93e
Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::User::get_selectable_products() instead - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-09-02 21:12:10 +00:00
lpsolit%gmail.com
f446c185b1
Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-25 14:02:41 +00:00
lpsolit%gmail.com
cbfe21bb80
Bug 301508: Remove CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat,wicked a=justdave
2005-08-10 01:30:41 +00:00
mkanat%kerio.com
057a3e3cd9
Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB (fixes burning Tinderbox)
...
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
2005-02-16 22:30:42 +00:00
mkanat%kerio.com
fd004ec81d
Bug 237862: New database layer for cross-database compatibility
...
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-16 18:11:07 +00:00
travis%sedsystems.ca
dcc684f3c2
Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)
...
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2005-02-01 16:26:26 +00:00
kiko%async.com.br
b87ad5c610
Fix for bug 234175: Remove deprecated ConnectToDatabase() and
...
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-27 03:51:44 +00:00
jocuri%softhome.net
8390123360
Patch for bug 237369: implement relatively simple changes from %FORM to $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2004-03-26 21:00:11 +00:00
myk%mozilla.org
553ca4f7a0
Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list.
...
r=gerv
a=myk
2003-06-23 18:01:39 +00:00
myk%mozilla.org
1282df6468
Clean-up patch for bug 72837: uses /usr/bin/perl instead of /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental.
...
r=gerv
a=myk
2003-04-30 21:23:06 +00:00
myk%mozilla.org
45c7dd9178
Fix for bug 72837: a script that generates configuration information for a Bugzilla installation.
...
r=gerv
a=myk
2003-04-29 23:14:31 +00:00