- 27 Mar, 2004 6 commits
-
-
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 8 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
-
bugreport%peshkin.net authored
Bug 207039: Add documentation explaining how to install bugzilla under regular user privileges (re-checkin) r=vlad, a=justdave
-
bugreport%peshkin.net authored
r=vlad, a=justdave
-
jocuri%softhome.net authored
Bug 126252: add the gnatsparse Python script to the contrib directory; author: Daniel Berlin <dan@dberlin.org>; a=justdave.
-
- 21 Mar, 2004 1 commit
-
-
jocuri%softhome.net authored
Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
-
- 20 Mar, 2004 4 commits
-
-
gerv%gerv.net authored
Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the page. Patch by gerv; r,a=justdave.
-
bugreport%peshkin.net authored
r=kiko, a=justdave
-
jocuri%softhome.net authored
Patch for bug 179351: improve variable scoping issues in order to fix a bug causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave.
-
jocuri%softhome.net authored
Patch for bug 238025: generate HTML table header in editkeywords.cgi even when there are no keywords defined; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
-
- 19 Mar, 2004 6 commits
-
-
gerv%gerv.net authored
Bug 234293 - complete the conversion from "query" terminology to "search" terminology. Patch by gerv; r=justdave, kiko, a=justdave.
-
timeless%mozdev.org authored
also fix the spelling of decipher r=gerv r=kiko a=justdave
-
timeless%mozdev.org authored
r=kiko a=justdave
-
timeless%mozdev.org authored
r=kiko a=justdave
-
timeless%mozdev.org authored
r=justdave a=justdave
-
timeless%mozdev.org authored
r=kiko a=justdave
-
- 18 Mar, 2004 1 commit
-
-
bugreport%peshkin.net authored
r=gerv, a=justdave
-