Commit Graph

5282 Commits

Author SHA1 Message Date
jocuri%softhome.net
171a0fbd75 Patch for bug 239826: support closing resolved bugs when changing multiple bugs; patch by Albert Ting <altlst@sonic.net>; r=kiko, a=myk. 2004-04-10 14:42:37 +00:00
jocuri%softhome.net
a5c6f4e208 Patch for bug 239912: make bug_email.pl work with useqacontact; patch by Matthew Mastracci <mmastrac@canada.com>; r=vlad, a=myk. 2004-04-09 02:23:09 +00:00
jocuri%softhome.net
1f0ba53a3b 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. 2004-04-09 02:18:13 +00:00
jocuri%softhome.net
2a16ad08a3 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. 2004-04-07 16:36:34 +00:00
gerv%gerv.net
21a8b06c82 Bug 192775 - rearrange parameter order in token URLs to make them always fully linked in some MUAs. Patch by gerv; r=myk, a=justdave. 2004-04-07 07:24:34 +00:00
kiko%async.com.br
ab34c6bba0 Fix for bug 238864: remove %FORM and %COOKIE from move.pl; does just
that (incorporating a recommendation from justdave). r=justdave,
a=justdave.
2004-04-07 03:41:52 +00:00
kiko%async.com.br
96bbd52233 Fix for bug 238862: remove %FORM and %COOKIE from enter_bug.cgi. Does
that, and also fixes up the bug creation template. r=justdave, a=justdave.
2004-04-07 03:38:26 +00:00
myk%mozilla.org
592397c897 Fix for bug 234797: adds a "limit" param for limiting the number of results returned from a search.
r=justdave
a=justdave
2004-04-06 01:19:15 +00:00
myk%mozilla.org
2afd6e54b9 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
2004-04-06 00:11:26 +00:00
gerv%gerv.net
cc61d9c881 Bug 230293 - Send CSV buglists with "Content-Disposition: attachment". Patch by gerv; r,a=justdave. 2004-04-05 21:53:10 +00:00
jocuri%softhome.net
4ffe8372d2 Patch for bug 239576: make sure detaint_natural is always called with a defined value in editkeywords.cgi; r=timeless; a=justdave. 2004-04-05 01:32:43 +00:00
jocuri%softhome.net
07ce8bc023 Patch for bug 14887: put <label> tags in forms; patch by Jeffrey Baker <jwbaker@acm.org>; r=gerv; a=justdave. 2004-04-05 01:28:18 +00:00
jocuri%softhome.net
7c8ae050ce 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. 2004-04-03 18:12:08 +00:00
gerv%gerv.net
7c6fd75d8f Bug 239346 - add hook at end of comments. Patch by nick.barnes; r=gerv, a=justdave. 2004-04-03 11:00:33 +00:00
gerv%gerv.net
ba6f90297b 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. 2004-04-03 10:43:16 +00:00
jocuri%softhome.net
8329b291bc Patch for bug 233295: document terminology customization feature; patch by Jon Wilmoth <jwilmoth@starbucks.com> slightly updated by me. 2004-04-03 08:07:27 +00:00
kiko%async.com.br
85871d75fb Fix for bug 238868: remove %FORM and %COOKIE from show_bug.cgi. Does
that, swapping them for calls to cgi->param/cookie. r=vladd,justdave; a=justdave.
2004-04-01 23:46:11 +00:00
kiko%async.com.br
8e3e29f3a3 Fix for bug 238874: remove %FORM and %COOKIE from colchange.cgi. Does
precisely that, swapping them for references to cgi->param/cookie.
r=vladd, justdave, a=justdave.
2004-04-01 23:44:22 +00:00
jocuri%softhome.net
d4e8bd0a49 Fixing encoding issues introduced in bug 220817: add FAQ documentation for 'Why do I have to log in every time I access a page?'. 2004-04-01 21:50:56 +00:00
jocuri%softhome.net
518e6911db Patch for bug 220817: add to FAQ documentation for 'Why do I have to log in every time I access a page?'. 2004-04-01 21:33:12 +00:00
jocuri%softhome.net
7f5d2f3226 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. 2004-04-01 08:57:59 +00:00
justdave%syndicomm.com
81c32904aa Bug 236926: supply a missing a $cgi-header in buglist.cgi
r=kiko, a=justdave
2004-04-01 03:26:48 +00:00
jocuri%softhome.net
59976be55f Patch for bug 146087: set the default of the sendmailnow param to ON on the trunk as well; r=justdave; a=justdave. 2004-03-31 22:01:30 +00:00
jocuri%softhome.net
3eeb863fa2 Patch for bug 189156: explain quip moderation in documentation. 2004-03-31 19:50:18 +00:00
justdave%syndicomm.com
ca73341301 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
2004-03-30 13:25:24 +00:00
kiko%async.com.br
eb316b8ca2 Random speling fix. 2004-03-28 22:49:16 +00:00
justdave%syndicomm.com
232c63c41e Bug 238650 tinderbox bustage fix by apeiron, a= justdave 2004-03-27 22:31:58 +00:00
jocuri%softhome.net
b0c34814f5 Patch for bug 238650: reword duplicate of self error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. 2004-03-27 20:31:29 +00:00
jocuri%softhome.net
640eeeed17 Patch for bug 238867: remove one last %FORM from quips.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave. 2004-03-27 20:20:47 +00:00
jocuri%softhome.net
bbd8b1cf8a Patch for bug 237778: update filter list in t/004template; r=kiko; a=justdave. 2004-03-27 20:16:00 +00:00
jocuri%softhome.net
ad702289e2 Patch for bug 238860: remove %FORM from editversions.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=justdave; a=justdave. 2004-03-27 20:07:25 +00:00
gerv%gerv.net
29301895c2 Bug 233962 - UserInGroup() should not accept a second parameter any longer. Patch by gerv; r=bbaetz, justdave, joel; a=justdave. 2004-03-27 10:45:30 +00:00
justdave%syndicomm.com
1febc28eec Bug 235265: Getting rid of some unwanted form value dumps.
Patch by Jouni Heikniemi <jouni@heikniemi.net>
r= justdave, kiko; a= justdave
2004-03-27 04:35:37 +00:00
kiko%async.com.br
6f3fb84923 Fix for bug 234175: Remove deprecated ConnectToDatabase() and
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 03:51:44 +00:00
kiko%async.com.br
ddb71e6802 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.
2004-03-27 01:31:00 +00:00
kiko%async.com.br
2b54f4f614 Fix for bug 226764: 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.
2004-03-27 01:28:29 +00:00
jocuri%softhome.net
51abc4d523 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. 2004-03-26 21:02:43 +00:00
jocuri%softhome.net
160d1a18c2 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. 2004-03-26 21:00:11 +00:00
justdave%syndicomm.com
c139d00581 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>.
2004-03-26 16:34:49 +00:00
bugreport%peshkin.net
4d981e39db Bug 181589: Add mass-remove to editgroups
r=justdave, a=justdave
2004-03-26 15:18:07 +00:00
bugreport%peshkin.net
475dd0a76c Bug 177224: Update installation docs to note XUL and RDF MIME types
patch by mkanat
r=justdave, a=justdave
2004-03-26 05:17:56 +00:00
jocuri%softhome.net
014a9aec6a Patch for bug 238693: replace depreciated v-strings with calls to the pack() function; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-03-26 02:14:00 +00:00
jocuri%softhome.net
a654f2148c 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. 2004-03-26 02:07:44 +00:00
jocuri%softhome.net
439a3ef701 Patch for bug 238677: fix wording of the "require_new_password" message; patch by Christopher Nehren <apeiron@comcast.net>; r=vlad; a=justdave. 2004-03-26 02:00:45 +00:00
jocuri%softhome.net
a7acc0041a Patch for bug 238673: add missing article in change email address page; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. 2004-03-26 01:55:36 +00:00
jocuri%softhome.net
dedb0b70d3 Patch for bug 238656: reword the "Account self-creation" error message; patch by Christopher Nehren <apeiron@comcast.net>; r=kiko; a=justdave. 2004-03-26 01:50:49 +00:00
jocuri%softhome.net
72c3cc99d9 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. 2004-03-26 01:37:59 +00:00
bugreport%peshkin.net
0ceca9119d Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexp
r=vlad,a=justdave
2004-03-25 14:32:18 +00:00
jocuri%softhome.net
9000045d3c 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). 2004-03-25 11:19:00 +00:00
bugreport%peshkin.net
1c6676ccc9 Bug 238506: Fix checksetup.pl so that it does not fail if an upgrading site never changed a groupset
r=justdave, a=justdave
2004-03-24 19:45:55 +00:00