Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-27 | Bug 372795: Implement Bugzilla::Product::preload() to speed up query.cgi ↵ | mkanat%bugzilla.org | 1 | -0/+1 | |
when there are many products Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-03-17 | Bug 375585: Deadline not showing in Edit Search view of saved Search - Patch ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit | |||||
2008-02-04 | Bug 395460: Make multi-select fields searchable | mkanat%bugzilla.org | 1 | -2/+0 | |
Patch By Ronaldo Maia <romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat<romaia@async.com.br> and Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat | |||||
2007-11-15 | Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat | |||||
2007-10-19 | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-10-08 | Bug 398883: [mod_perl] Three Variable "$cgi" will not stay shared errors in ↵ | mkanat%bugzilla.org | 1 | -0/+1 | |
current CVS HEAD Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-09-23 | Bug 203951: Setting your default query to include boolean charts doesn't ↵ | lpsolit%gmail.com | 1 | -6/+11 | |
work - Patch by Todd Stansell <tjs@tellme.com> and GavinS <bugzilla@chimpychompy.org> r=joel a=LpSolit | |||||
2007-09-08 | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 1 | -4/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-16 | Bug 374215: Move all generally-useful Installation subroutines to ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2006-12-30 | Bug 365376: query.cgi: Use of uninitialized value at line 178 - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
2006-12-30 | Bug 365300: [mod_perl] Editing a saved search does not re-populate the ↵ | lpsolit%gmail.com | 1 | -28/+11 | |
search page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | |||||
2006-09-05 | Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_group | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk | |||||
2006-08-04 | Bug 346588: Versions should be sorted using vers_cmp() - Patch by Olav ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk | |||||
2006-07-06 | Bug 173629: Clean up "my" variable scoping issues for mod_perl | mkanat%bugzilla.org | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -4/+4 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -20/+10 | |
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-16 | Bug 328438: Eliminate @::log_columns - Patch by Max Kanat-Alexander ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
<mkanat@bugzilla.org> r=LpSolit a=myk | |||||
2006-05-30 | Bug 335790: Field names in search form lists should be ordered ↵ | lpsolit%gmail.com | 1 | -0/+1 | |
alphabetically - Patch by Toms Baugis <toms.baugis@gmail.com> r=wicked a=myk | |||||
2006-05-12 | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 1 | -9/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-03-31 | Bug 306695: Boolean charts forgets "0" values. | wurblzap%gmail.com | 1 | -1/+5 | |
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, bugreport, a=justdave | |||||
2006-03-16 | Bug 330521: Remove @::legal_product, @::legal_components and ↵ | lpsolit%gmail.com | 1 | -41/+14 | |
@::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
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 | -49/+14 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2005-12-23 | Bug 321213 - spell provided correctly | timeless%mozdev.org | 1 | -1/+1 | |
r=lpsolit a=justdave | |||||
2005-11-03 | Bug 314795: [Oracle] SQL query in query.cgi is missing a space | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Lance Larsh <lance.larsh@oracle.com> r=vladd, a=myk | |||||
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-14 | Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵ | lpsolit%gmail.com | 1 | -17/+1 | |
André Batosti <batosti@async.com.br> r=LpSolit a=justdave | |||||
2005-09-03 | Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵ | lpsolit%gmail.com | 1 | -11/+20 | |
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko 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-22 | Bug 302202: "Odd number of elements in anonymous hash" error when loading ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
query.cgi - Patch by Rob Siklos <robzilla@siklos.ca> r=wicked a=justdave | |||||
2005-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
r=mkanat,wicked a=justdave | |||||
2005-07-21 | Bug 301458: Move url_decode out of CGI.pl - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
<LpSolit@gmail.com> r=mkanat a=myk | |||||
2005-07-07 | Bug 268146: mod_security complain: Invalid cookie format: Cookie value is ↵ | lpsolit%gmail.com | 1 | -2/+1 | |
missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave | |||||
2005-06-15 | Bug 293501: Add me to files where I belong and fix kerio.com emails | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk | |||||
2005-04-11 | Bug 288861: Odd number of elements in anonymous hash at query.cgi line 392 - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked 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-16 | Bug 238866 : remove %FORM from query.cgi | travis%sedsystems.ca | 1 | -17/+17 | |
Patch by Teemu Mannermaa <wicked@etlicon.fi> r=gerv a=justdave | |||||
2005-02-19 | Bug 254347: Use of uninitialized value msg in query.cgi | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Frederic Buclin <LpSolit@gmail.com>, r=mkanat, a=justdave | |||||
2005-02-18 | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 1 | -3/+3 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk | |||||
2005-02-17 | Bug 282128: query.cgi: Eliminate deprecated Bugzilla::DB routines | mkanat%kerio.com | 1 | -22/+25 | |
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=LpSolit, a=myk | |||||
2005-02-17 | Bug 237862: New database layer for cross-database compatibility | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk | |||||
2005-02-02 | Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB) | travis%sedsystems.ca | 1 | -1/+1 | |
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | |||||
2005-01-19 | Bug 276840 : Move $::defaultqueryname out of globals.pl into ↵ | travis%sedsystems.ca | 1 | -4/+4 | |
Bugzilla/Constants.pm Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave | |||||
2004-12-31 | Patch for bug 275788: Provide a line of code that defines legal query ↵ | jocuri%softhome.net | 1 | -1/+2 | |
formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave. | |||||
2004-12-31 | Bug 275019 - The query page no longer selects the defaults when the only ↵ | jake%bugzilla.org | 1 | -1/+9 | |
options passed via the URL are for the boolean charts. r=mkanat, a=justdave | |||||
2004-12-05 | Patch for bug 271048: Remove confusion when sorting classifications by ↵ | jocuri%softhome.net | 1 | -1/+1 | |
modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave. | |||||
2004-08-21 | Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵ | bugreport%peshkin.net | 1 | -3/+20 | |
etc.) patch by Albert Ting r=joel, glob a=myk |