Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵ | lpsolit%gmail.com | 2009-01-25 | 1 | -0/+3 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | ||||
* | Bug 291433: Ability to have custom fields whose visibility depends on the ↵ | mkanat%bugzilla.org | 2008-10-25 | 1 | -2/+1 |
| | | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat | ||||
* | Bug 429847: config.cgi should include additional information about custom ↵ | lpsolit%gmail.com | 2008-04-20 | 1 | -1/+6 |
| | | | | fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 2008-02-25 | 1 | -2/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵ | lpsolit%gmail.com | 2007-10-09 | 1 | -1/+1 |
| | | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 374981: Custom field single select options not available in config.cgi ↵ | lpsolit%gmail.com | 2007-10-06 | 1 | -0/+3 |
| | | | | rdf - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | ||||
* | Bug 350933: Ability to limit config.cgi output by product | mkanat%bugzilla.org | 2006-10-17 | 1 | -2/+16 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk | ||||
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+1 |
| | | | | 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.com | 2006-06-21 | 1 | -2/+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.com | 2006-06-20 | 1 | -23/+8 |
| | | | | | | | | 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 329377: Bugzilla::Object base class for objects | mkanat%bugzilla.org | 2006-06-01 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave | ||||
* | Bug 330521: Remove @::legal_product, @::legal_components and ↵ | lpsolit%gmail.com | 2006-03-16 | 1 | -3/+0 |
| | | | | @::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 2006-03-09 | 1 | -2/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 282628: Move OpenStates and IsOpenedState out of globals.pl | mkanat%kerio.com | 2006-03-07 | 1 | -1/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk | ||||
* | Bug 328602: Eliminate %::versions and @::legal_versions | mkanat%kerio.com | 2006-03-03 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 2005-10-25 | 1 | -1/+1 |
| | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Remove "use diagnostics" from config.cgi, because it breaks perl 5.6.1 | mkanat%kerio.com | 2005-10-01 | 1 | -1/+0 |
| | | | | | along with our code. This was a regression from bug 308256. r=wicked, a=justdave | ||||
* | Bug 308256: [SECURITY] config.cgi doesn't check Param('requirelogin') - ↵ | lpsolit%gmail.com | 2005-10-01 | 1 | -15/+35 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵ | lpsolit%gmail.com | 2005-09-03 | 1 | -5/+2 |
| | | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave | ||||
* | Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵ | lpsolit%gmail.com | 2005-08-25 | 1 | -2/+2 |
| | | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | ||||
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
| | | | | r=mkanat,wicked a=justdave | ||||
* | Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB ↵ | mkanat%kerio.com | 2005-02-17 | 1 | -1/+0 |
| | | | | | | (fixes burning Tinderbox) Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave | ||||
* | Bug 237862: New database layer for cross-database compatibility | mkanat%kerio.com | 2005-02-17 | 1 | -1/+1 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk | ||||
* | Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB) | travis%sedsystems.ca | 2005-02-02 | 1 | -1/+2 |
| | | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -4/+0 |
| | | | | | | | 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. | ||||
* | Patch for bug 237369: implement relatively simple changes from %FORM to ↵ | jocuri%softhome.net | 2004-03-27 | 1 | -3/+3 |
| | | | | $cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. | ||||
* | Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵ | myk%mozilla.org | 2003-06-24 | 1 | -0/+3 |
| | | | | | | | fields so third-party clients can populate search forms with the list. r=gerv a=myk | ||||
* | Clean-up patch for bug 72837: uses /usr/bin/perl instead of ↵ | myk%mozilla.org | 2003-05-01 | 1 | -1/+2 |
| | | | | | | | /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental. r=gerv a=myk | ||||
* | Fix for bug 72837: a script that generates configuration information for a ↵ | myk%mozilla.org | 2003-04-30 | 1 | -0/+98 |
Bugzilla installation. r=gerv a=myk |