Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-28 | Bug 238650 tinderbox bustage fix by apeiron, a= justdave | justdave%syndicomm.com | 1 | -2/+3 | |
2004-03-28 | Patch for bug 238650: reword duplicate of self error message; patch by ↵ | jocuri%softhome.net | 1 | -4/+2 | |
Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. | |||||
2004-03-28 | Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu ↵ | jocuri%softhome.net | 1 | -1/+0 | |
Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave. | |||||
2004-03-28 | Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave. | jocuri%softhome.net | 1 | -3/+4 | |
2004-03-28 | Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu ↵ | jocuri%softhome.net | 1 | -4/+5 | |
Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave. | |||||
2004-03-27 | Bug 233962 - UserInGroup() should not accept a second parameter any longer. ↵ | gerv%gerv.net | 1 | -0/+4 | |
Patch by gerv; r=bbaetz, justdave, joel; a=justdave. | |||||
2004-03-27 | Bug 235265: Getting rid of some unwanted form value dumps. | justdave%syndicomm.com | 6 | -22/+0 | |
Patch by Jouni Heikniemi <jouni@heikniemi.net> r= justdave, kiko; a= justdave | |||||
2004-03-27 | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 50 | -161/+84 | |
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. | |||||
2004-03-27 | Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. ↵ | kiko%async.com.br | 3 | -30/+44 | |
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. | |||||
2004-03-27 | Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. | kiko%async.com.br | 6 | -78/+135 | |
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. | |||||
2004-03-27 | Patch for bug 237369: implement relatively simple changes from %FORM to ↵ | jocuri%softhome.net | 1 | -1/+1 | |
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. | |||||
2004-03-27 | Patch for bug 237369: implement relatively simple changes from %FORM to ↵ | jocuri%softhome.net | 10 | -71/+68 | |
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave. | |||||
2004-03-27 | Bug 232097: Use an entity reference for the landfill base URL in the demos, ↵ | justdave%syndicomm.com | 2 | -13/+14 | |
to make it easy to change each release. Patch by Colin Ogilvie <bmo@colino.co.uk>. | |||||
2004-03-27 | Bug 181589: Add mass-remove to editgroups | bugreport%peshkin.net | 1 | -24/+178 | |
r=justdave, a=justdave | |||||
2004-03-26 | Bug 177224: Update installation docs to note XUL and RDF MIME types | bugreport%peshkin.net | 1 | -1/+25 | |
patch by mkanat r=justdave, a=justdave | |||||
2004-03-26 | Patch for bug 238693: replace depreciated v-strings with calls to the pack() ↵ | jocuri%softhome.net | 1 | -1/+1 | |
function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. | |||||
2004-03-26 | Patch for bug 238683: fix for usage of uninitialized value in concatenation ↵ | jocuri%softhome.net | 1 | -1/+1 | |
in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave. | |||||
2004-03-26 | Patch for bug 238677: fix wording of the "require_new_password" message; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave. | |||||
2004-03-26 | Patch for bug 238673: add missing article in change email address page; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. | |||||
2004-03-26 | Patch for bug 238656: reword the "Account self-creation" error message; ↵ | jocuri%softhome.net | 1 | -1/+1 | |
patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. | |||||
2004-03-26 | Patch for bug 238669: add a space between 'entered' and '(' in ↵ | jocuri%softhome.net | 1 | -1/+1 | |
illegal_email_address error; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave. | |||||
2004-03-25 | Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexp | bugreport%peshkin.net | 1 | -5/+4 | |
r=vlad,a=justdave | |||||
2004-03-25 | Patch for bug 218206: document ft_min_word_len MySQL param for indexing ↵ | jocuri%softhome.net | 1 | -3/+25 | |
small words in full-text indexes (and fix some typos while we're at it). | |||||
2004-03-25 | Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site ↵ | bugreport%peshkin.net | 1 | -81/+82 | |
never changed a groupset r=justdave, a=justdave | |||||
2004-03-24 | Patch for bug 238396: update the README file for the gnatsparse project; ↵ | jocuri%softhome.net | 1 | -0/+18 | |
patch by Daniel Berlin <dberlin@dberlin.org>; a=justdave. | |||||
2004-03-24 | Bug 236650: Clarify choice of install directory in docs | bugreport%peshkin.net | 1 | -4/+4 | |
r=gerv, a=justdave | |||||
2004-03-23 | Bug 238282 - fix one more incorrect bugword. Patch by gerv; r,a=justdave. | gerv%gerv.net | 1 | -1/+1 | |
2004-03-22 | Patch for bug 237840: eliminate case sensitivity for "attachment N" ↵ | jocuri%softhome.net | 1 | -1/+1 | |
linkification; r=kiko, a=justdave. | |||||
2004-03-22 | Bug 237515 Change 'also' to 'too' in watching help | timeless%mozdev.org | 1 | -2/+2 | |
r=kiko a=justdave | |||||
2004-03-22 | Bug 35154 enter_bug.cgi expects UA format some browsers don't deliver (IE) | timeless%mozdev.org | 1 | -12/+17 | |
Handle Windows 95/98/Me, Windows-NT, Alpha (AXP), BSD/386, (HP) 9000 Special case winmosaic r=vlad a=justdave | |||||
2004-03-22 | Bug 224420 - documentation for new reporting and charting systems. | gerv%gerv.net | 1 | -2/+161 | |
2004-03-22 | Bug 233246 - improve documentation on enter_bug comment formatting templates. | gerv%gerv.net | 1 | -23/+32 | |
2004-03-22 | Bug 207039: Add documentation explaining how to install bugzilla under ↵ | bugreport%peshkin.net | 1 | -4/+4 | |
regular user privileges (re-checkin) r=vlad, a=justdave | |||||
2004-03-22 | Bug 207039: Add documentation explaining how to install bugzilla under ↵ | bugreport%peshkin.net | 1 | -1/+365 | |
regular user privileges r=vlad, a=justdave | |||||
2004-03-22 | Bug 126252: add the gnatsparse Python script to the contrib directory; ↵ | jocuri%softhome.net | 5 | -0/+1667 | |
author: Daniel Berlin <dan@dberlin.org>; a=justdave. | |||||
2004-03-21 | Patch for bug 238033: eliminate HTML closing tags that haven't been opened ↵ | jocuri%softhome.net | 1 | -3/+1 | |
and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave. | |||||
2004-03-20 | Bug 232338 - make the footer wrap cleanly, so it doesn't over-widen the ↵ | gerv%gerv.net | 1 | -36/+36 | |
page. Patch by gerv; r,a=justdave. | |||||
2004-03-20 | Bug 228423: Document adjustment of MySQL 4GB default table size limit | bugreport%peshkin.net | 1 | -1/+18 | |
r=kiko, a=justdave | |||||
2004-03-20 | Patch for bug 179351: improve variable scoping issues in order to fix a bug ↵ | jocuri%softhome.net | 1 | -4/+3 | |
causing oddly formatted dependency emails; patch by Teemu Mannermaa <wicked@etlicon.fi> revised slightly by justdave; r=joel; a=justdave. | |||||
2004-03-20 | Patch for bug 238025: generate HTML table header in editkeywords.cgi even ↵ | jocuri%softhome.net | 1 | -1/+3 | |
when there are no keywords defined; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave. | |||||
2004-03-19 | Bug 234293 - complete the conversion from "query" terminology to "search" ↵ | gerv%gerv.net | 10 | -35/+35 | |
terminology. Patch by gerv; r=justdave, kiko, a=justdave. | |||||
2004-03-19 | Bug 237772 instances of "a terms.bug" should be replaced with "terms.abug" | timeless%mozdev.org | 6 | -15/+15 | |
also fix the spelling of decipher r=gerv r=kiko a=justdave | |||||
2004-03-19 | Bug 237517 inconsistent spelling of cancelled or canceled | timeless%mozdev.org | 3 | -3/+3 | |
r=kiko a=justdave | |||||
2004-03-19 | Bug 237514 Confirmed email address is missing </td> | timeless%mozdev.org | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-03-19 | Bug 237512 Should auth_err_tag be listed in <tt> | timeless%mozdev.org | 1 | -1/+1 | |
r=justdave a=justdave | |||||
2004-03-19 | Bug 237513 Change password uses semi empty <th> | timeless%mozdev.org | 1 | -1/+1 | |
r=kiko a=justdave | |||||
2004-03-18 | Bug 203869: Update documentation to better describe group controls | bugreport%peshkin.net | 1 | -86/+207 | |
r=gerv, a=justdave | |||||
2004-03-18 | Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances ↵ | justdave%syndicomm.com | 4 | -8/+8 | |
of Token got missed) r= gerv, a= justdave | |||||
2004-03-18 | Bug 132066 - add a note to the login page about needing cookies for a good ↵ | gerv%gerv.net | 1 | -0/+5 | |
user experience. Patch by gerv; r,a=justdave. | |||||
2004-03-18 | Bug 24496 part 2: fix burning tinderbox - a couple filters were left out. | justdave%syndicomm.com | 1 | -5/+5 | |