- 10 Apr, 2004 3 commits
-
-
jocuri%softhome.net authored
Patch for bug 87770: make attachment.cgi work with no parameters; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk.
-
jocuri%softhome.net authored
Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv <caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk.
-
jocuri%softhome.net authored
Patch for bug 239826: support closing resolved bugs when changing multiple bugs; patch by Albert Ting <altlst@sonic.net>; r=kiko, a=myk.
-
- 09 Apr, 2004 2 commits
-
-
jocuri%softhome.net authored
Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk.
-
jocuri%softhome.net authored
Patch for bug 239885: Don't display the sendmail message if the current platform is Windows; patch by Bruce Armstrong <bruce.armstrong@teamsybase.com>; r=bugreport; a=myk.
-
- 07 Apr, 2004 4 commits
-
-
jocuri%softhome.net authored
Patch for bug 233245: update documentation of formats to include ctypes as well; patch by Niels Reedijk <n.reedijk@planet.nl> slightly modified by me.
-
gerv%gerv.net authored
Bug 192775 - rearrange parameter order in token URLs to make them always fully linked in some MUAs. Patch by gerv; r=myk, a=justdave.
-
kiko%async.com.br authored
that (incorporating a recommendation from justdave). r=justdave, a=justdave.
-
kiko%async.com.br authored
that, and also fixes up the bug creation template. r=justdave, a=justdave.
-
- 06 Apr, 2004 3 commits
-
-
myk%mozilla.org authored
r=justdave a=justdave
-
myk%mozilla.org authored
Fix for bug 237176: allows power users to display relevance values as a column in the search results for a fulltext search r=justdave a=justdave
-
gerv%gerv.net authored
-
- 05 Apr, 2004 2 commits
-
-
jocuri%softhome.net authored
Patch for bug 239576: make sure detaint_natural is always called with a defined value in editkeywords.cgi; r=timeless; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbaker@acm.org>; r=gerv; a=justdave.
-
- 04 Apr, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 239255: update docs in order to specify that $webservergroup is the group of the webserver, not the user; patch by Colin S. Ogilvie <bmo@colino.co.uk>; r=vladd.
-
- 03 Apr, 2004 3 commits
-
-
gerv%gerv.net authored
-
gerv%gerv.net authored
Bug 238352 - remove alphabetical sorting from some fields in reports (e.g. priority) and keep them in a sensible order instead. Patch by gerv; r=kiko, a=justdave.
-
jocuri%softhome.net authored
Patch for bug 233295: document terminology customization feature; patch by Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me.
-
- 02 Apr, 2004 4 commits
-
-
kiko%async.com.br authored
that, swapping them for calls to cgi->param/cookie. r=vladd,justdave; a=justdave.
-
kiko%async.com.br authored
precisely that, swapping them for references to cgi->param/cookie. r=vladd, justdave, a=justdave.
-
jocuri%softhome.net authored
Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do I have to log in every time I access a page?'.
-
jocuri%softhome.net authored
Patch for bug 220817: add to FAQ documentation for 'Why do I have to log in every time I access a page?'.
-
- 01 Apr, 2004 4 commits
-
-
jocuri%softhome.net authored
Patch for bug 232554: fix SQL queries in Flag.pm in order to fix a bug that causes flags to remain set but inaccessible when product changes; patch by Max K-A <mkanat@kerio.com>; r=bbaetz,myk; a=justdave.
-
justdave%syndicomm.com authored
r=kiko, a=justdave
-
jocuri%softhome.net authored
Patch for bug 146087: set the default of the sendmailnow param to ON on the trunk as well; r=justdave; a=justdave.
-
jocuri%softhome.net authored
-
- 30 Mar, 2004 1 commit
-
-
justdave%syndicomm.com authored
Bug 237508: Have checksetup.pl specify which perl to use (the same one it's running under) when giving instructions how to use CPAN to install needed modules. r= jouni, a= justdave
-
- 29 Mar, 2004 1 commit
-
-
kiko%async.com.br authored
-
- 28 Mar, 2004 5 commits
-
-
justdave%syndicomm.com authored
-
jocuri%softhome.net authored
Patch for bug 238650: reword duplicate of self error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave.
-
jocuri%softhome.net authored
-
jocuri%softhome.net authored
Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave.
-
- 27 Mar, 2004 7 commits
-
-
gerv%gerv.net authored
Bug 233962 - UserInGroup() should not accept a second parameter any longer. Patch by gerv; r=bbaetz, justdave, joel; a=justdave.
-
justdave%syndicomm.com authored
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave
-
kiko%async.com.br authored
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.
-
kiko%async.com.br authored
Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. Consolidates the logout code into Bugzilla::Auth::CGI, and provides simple front-end wrappers in Bugzilla.pm for use in the CGIs we have. r=bbaetz, joel; a=justdave. Adds a set of constants to the logout() API which allow specifying "how much" we should log out -- all sessions, the current session, or all sessions but the current one. Fixes callsites to use this new API; cleans and documents things a bit while we're at it. Part I in the great COOKIE apocalypse.
-
kiko%async.com.br authored
Consolidates the logout code into Bugzilla::Auth::CGI, and provides simple front-end wrappers in Bugzilla.pm for use in the CGIs we have. r=bbaetz, joel; a=justdave. Adds a set of constants to the logout() API which allow specifying "how much" we should log out -- all sessions, the current session, or all sessions but the current one. Fixes callsites to use this new API; cleans and documents things a bit while we're at it. Part I in the great COOKIE apocalypse.
-
jocuri%softhome.net authored
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.
-
jocuri%softhome.net authored
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.
-