- 02 Apr, 2004 2 commits
-
-
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 8 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.
-
justdave%syndicomm.com authored
Bug 232097: Use an entity reference for the landfill base URL in the demos, to make it easy to change each release. Patch by Colin Ogilvie <bmo@colino.co.uk>.
-
- 26 Mar, 2004 8 commits
-
-
bugreport%peshkin.net authored
r=justdave, a=justdave
-
bugreport%peshkin.net authored
patch by mkanat r=justdave, a=justdave
-
jocuri%softhome.net authored
Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238683: fix for usage of uninitialized value in concatenation in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238677: fix wording of the "require_new_password" message; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238673: add missing article in change email address page; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238656: reword the "Account self-creation" error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238669: add a space between 'entered' and '(' in illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave.
-
- 25 Mar, 2004 3 commits
-
-
bugreport%peshkin.net authored
r=vlad,a=justdave
-
jocuri%softhome.net authored
Patch for bug 218206: document ft_min_word_len MySQL param for indexing small words in full-text indexes (and fix some typos while we're at it).
-
bugreport%peshkin.net authored
Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site never changed a groupset r=justdave, a=justdave
-
- 24 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 238396: update the README file for the gnatsparse project; patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave.
-
- 23 Mar, 2004 2 commits
-
-
bugreport%peshkin.net authored
r=gerv, a=justdave
-
gerv%gerv.net authored
-
- 22 Mar, 2004 5 commits
-
-
jocuri%softhome.net authored
Patch for bug 237840: eliminate case sensitivity for "attachment N" linkification; r=kiko, a=justdave.
-
timeless%mozdev.org authored
r=kiko a=justdave
-
timeless%mozdev.org authored
Handle Windows 95/98/Me, Windows-NT, Alpha (AXP), BSD/386, (HP) 9000 Special case winmosaic r=vlad a=justdave
-
gerv%gerv.net authored
-
gerv%gerv.net authored
-