Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -1/+1 | |
r=wicked a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -22/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-12-26 | Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently) | Matt Selsky | 1 | -1/+0 | |
r/a=LpSolit | |||||
2011-08-17 | Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi | Frédéric Buclin | 1 | -4/+4 | |
r=timello a=LpSolit | |||||
2011-01-22 | Bug 621109: Column changing lacks CSRF protection | Frédéric Buclin | 1 | -5/+14 | |
r=dkl a=mkanat | |||||
2010-05-19 | Bug 376044: If we're running under mod_perl, use a refresh-style redirect | Max Kanat-Alexander | 1 | -4/+7 | |
when coming back from colchange.cgi, because CGI.pm sometimes does not send headers properly under mod_perl when redirecting and sending cookies at the same time. r=justdave, a=mkanat | |||||
2010-05-13 | Bug 565240: Make colchange.cgi exit after it redirects the user, instead | Max Kanat-Alexander | 1 | -0/+1 | |
of printing a template afterward r=justdave, a=mkanat | |||||
2010-03-17 | Bug 545587: Make colchange.cgi use the database to determine buglist-able | Max Kanat-Alexander | 1 | -44/+39 | |
columns, instead of having a fixed list. r=LpSolit, a=LpSolit | |||||
2010-02-16 | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 1 | -3/+0 | |
r=mkanat, a=mkanat, a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-10 | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | |||||
2009-08-19 | Bug 108243: Add flags as columns in buglist.cgi - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-08-11 | Bug 509045: Make "use_keywords" a global template variable instead of having ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
to pass it to templates all the time Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-07-14 | Bug 448690: Changing columns after editing a saved search forgets edits - ↵ | wicked%sci.fi | 1 | -14/+7 | |
Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit | |||||
2009-03-01 | Bug 480858: Change Columns fails to escape search name when re-running saved ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
search - Patch by Frédéric Buclin <LpSolit@gmail.com> r=bbaetz a=LpSolit | |||||
2008-09-11 | Bug 216557: Be able to specify the order of the columns in a bug list - ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Patch by Pascal Held <paheld+bugzilla@gmail.com> r=LpSolit r=pyrzak a=LpSolit | |||||
2008-08-20 | Bug 437005: Add hook to colchange.cgi to add column(s) to buglist | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-08-08 | Bug 449700: Remove useless code from colchange.cgi - Patch by Frédéric ↵ | lpsolit%gmail.com | 1 | -3/+1 | |
Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-02-25 | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.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-09-08 | Bug 287330: Multi-Select Custom Fields | mkanat%bugzilla.org | 1 | -1/+3 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2007-03-08 | Bug 345826: Ability to save column list in saved searches | mkanat%bugzilla.org | 1 | -4/+48 | |
Patch By Ronaldo Maia <romaia@async.com.br> r=LpSolit, a=LpSolit | |||||
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-07-18 | Bug 344513: Make plain-text custom fields functional on all pages except ↵ | mkanat%bugzilla.org | 1 | -0/+3 | |
enter_bug.cgi 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 | -8/+8 | |
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 | -1/+2 | |
Frédéric 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 | -2/+0 | |
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-03-09 | Bug 328638: Remove @::legal_keywords and %::keywordsbyname | mkanat%kerio.com | 1 | -5/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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-08-10 | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 1 | -3/+2 | |
r=mkanat,wicked a=justdave | |||||
2005-07-08 | Bug 300006: "cookies need value" error code when a query returns an empty ↵ | mkanat%kerio.com | 1 | -3/+8 | |
result. Patch By Marc Schumann <wurblzap@gmail.com> r=glob, a=justdave | |||||
2005-07-07 | Bug 268146: mod_security complain: Invalid cookie format: Cookie value is ↵ | lpsolit%gmail.com | 1 | -4/+9 | |
missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave | |||||
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-01-17 | Patch for bug 276842: Move @default_column_list out of globals.pl into ↵ | jocuri%softhome.net | 1 | -3/+3 | |
Bugzilla/Constants.pm; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=myk. | |||||
2005-01-16 | Patch for bug 103636: Support specifying a date on which a bug is expected ↵ | jocuri%softhome.net | 1 | -1/+1 | |
to be resolved; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>, r=jouni, a=myk. | |||||
2004-12-05 | Patch for bug 270263: 'Votes' should not be a column choice if ↵ | jocuri%softhome.net | 1 | -1/+4 | |
param(usevotes) is not true; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave. | |||||
2004-09-24 | Fix for bug 261273: make column changing work with Sun ONE web server; fix ↵ | myk%mozilla.org | 1 | -2/+5 | |
by tmabbott@hbs.edu; r,a=justdave | |||||
2004-08-21 | Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵ | bugreport%peshkin.net | 1 | -2/+7 | |
etc.) patch by Albert Ting r=joel, glob a=myk | |||||
2004-04-17 | Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi ↵ | justdave%syndicomm.com | 1 | -1/+1 | |
(in favor of $cgi->cookie) Patch by kiko, r=vlad, a=justdave | |||||
2004-04-02 | Fix for bug 238874: remove %FORM and %COOKIE from colchange.cgi. Does | kiko%async.com.br | 1 | -9/+9 | |
precisely that, swapping them for references to cgi->param/cookie. r=vladd, justdave, a=justdave. | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 1 | -2/+1 | |
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. | |||||
2003-11-19 | Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange ↵ | jouni%heikniemi.net | 1 | -1/+11 | |
use Refresh HTTP header (on IIS only). r=justdave,a=justdave | |||||
2003-11-14 | Bug 223473: Query not resubmitted after changing columns; r=justdave; ↵ | jocuri%softhome.net | 1 | -1/+2 | |
a=justdave. | |||||
2003-05-13 | Bug 195977: Add ability to show alias column in buglist | bugreport%peshkin.net | 1 | -0/+3 | |
r=jhedlund a=justdave | |||||
2003-05-05 | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 1 | -7/+14 | |
r=joel, 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 | |||||
2002-12-08 | Bug 176461 - Move descs strings from change-columns.html.tmpl to | bbaetz%student.usyd.edu.au | 1 | -5/+6 | |
field-descs.html.tmpl Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave | |||||
2002-11-04 | Fix for bug 62729, "Add real name capability to bug_list.cgi". Patch by | kiko%async.com.br | 1 | -1/+3 | |
Toms Baugis, r=kiko, 2xr=joel. | |||||
2002-10-13 | Bug 24789 [E|A|R] Add Estimated, Actual, Remaining Time Fields | bugreport%peshkin.net | 1 | -0/+5 | |
patch by jeff.hedlund@matrixsi.com 2xr=joel,justdave |