justdave%syndicomm.com
3c76a4b31e
Bug 234540: "Take bug" on create attachment screen missed an API change to BugMail which caused it not to mail the previous bug owner about the change.
...
r=gerv, a=justdave
2004-04-27 03:58:55 +00:00
justdave%syndicomm.com
dd2534048c
Bug 241516: remove possible namespace conflicts in the additional CSS classes for bugid, component, and status on show_bug
...
r=myk, a=justdave
2004-04-26 20:39:42 +00:00
ian%hixie.ch
47f159ceab
Minor typo... (eagull->seagull)
2004-04-24 23:54:35 +00:00
myk%mozilla.org
b79e1ff9c9
partial implementation of mail-based queue; i just can't figure out why the mail it sends is messed up somehow
2004-04-23 03:04:09 +00:00
myk%mozilla.org
0575217798
lots of changes, including WYSIWYG editing, a new UI, and a partial implementation of a database-backed patch queue
2004-04-23 01:36:27 +00:00
jocuri%softhome.net
94b6b1ec7b
Patch for bug 240004: limit the password generation subroutine to nice characters only; patch by Paul Wallingford <bugzilla@steeleware.com>; r=vladd; a=justdave.
2004-04-22 21:15:28 +00:00
timeless%mozdev.org
b6daea0980
Bug 192571 Empty default owner (assignee or QA) causes "Reassign bug to owner and QA contact of selected component to NOOP
...
r=justdave a=justdave
2004-04-22 14:42:14 +00:00
timeless%mozdev.org
bb19b66d6e
Bug 239709 despot.cgi should accept whitespace as delims
...
r=justdave
2004-04-22 04:21:43 +00:00
timeless%mozdev.org
33bcbe95a0
Bug 204464 Name "main::script_type" used only once: possible typo at /opt/webtools/bonsai/rview.cgi line 221.
...
r=justdave
2004-04-20 14:10:30 +00:00
kestes%walrus.com
f95ab430f8
use of uninitiallized variable $time fixed. Thanks to "Troy Chevalier" <troy#tellme.com>
2004-04-19 12:42:16 +00:00
justdave%syndicomm.com
2cea1325c7
Bug 155502: focus the summary field when loading the search/query pages
...
Patch by kiko, r=gerv, a=justdave
2004-04-17 06:06:51 +00:00
justdave%syndicomm.com
e4ec3865f6
Bug 238874 part 2: removing last vestiges of %::COOKIE from colchange.cgi (in favor of $cgi->cookie)
...
Patch by kiko, r=vlad, a=justdave
2004-04-17 06:04:14 +00:00
justdave%syndicomm.com
e39cbcfdb6
Bug 238865: removing %::FORM from page.cgi in favor of $cgi->param
...
Patch by kiko, r=vlad, justdave, a=justdave
2004-04-17 04:41:19 +00:00
justdave%syndicomm.com
e917075a69
Backing out checkin from bug 238865: patch was negatively reviewed post-mortem.
...
a=justdave
2004-04-15 05:44:47 +00:00
justdave%syndicomm.com
86da9f856f
Bug 237638: make bugzilla_email_append.pl work with BugMail.pm instead of processmail
...
a=justdave
2004-04-15 04:24:39 +00:00
jocuri%softhome.net
cb1e30f47d
Patch for bug 240434: replace increased with improved on the login page; r=timeless, a=justdave.
2004-04-14 19:01:08 +00:00
timeless%mozdev.org
7b2b98e617
Bug 240202 rview <form>s are poorly nested
...
r=kiko
2004-04-14 06:37:21 +00:00
justdave%syndicomm.com
20239cff2e
Bug 240439: "Edit user again" link didn't work if the user had a + in their email address
...
R= timeless, vladd; a= justdave
2004-04-13 21:45:35 +00:00
kiko%async.com.br
f645d0afdd
Additional fix for bug 87770: attachment.cgi should work with no
...
parameters. Use <button> tags to allow for localization of the labels.
r=myk, a=myk.
I padded the Edit button with s to ensure it has the same width as
the View button; it may not be kosher but passes as visually agreeable,
at least.
2004-04-13 20:31:27 +00:00
kiko%async.com.br
f821be8c1f
Silly typo fix. r=ssdbot
2004-04-13 19:11:28 +00:00
kiko%async.com.br
30550ddbce
Add a slightly hackish approach to test against values in .netrc that
...
diverge from the specified url by a trailing slash -- we *know* they're
not the same thing, but it seems people want us to think they are!
2004-04-13 18:52:50 +00:00
kiko%async.com.br
82547cebe7
Fix for bug 238869: remove %FORM from votes.cgi. Does just that, free of
...
XXX comments. r=vladd,justdave; a=justdave.
die %FORM die!
2004-04-13 18:34:59 +00:00
jocuri%softhome.net
a1c645feba
Patch for bug 224477: make webservergroup default to apache on new installs; r=joel; a=justdave.
2004-04-13 18:16:36 +00:00
jocuri%softhome.net
831a06b8e5
Patch for bug 240060: Stop yelling at people about the minimum sendmail version; r=gerv; a=justdave.
2004-04-13 18:08:42 +00:00
jocuri%softhome.net
62a15ea511
Patch for bug 240219: display valid PPM commands when using PPM version 2; r=timeless; a=justdave.
2004-04-13 17:59:22 +00:00
jocuri%softhome.net
b885b4fa30
Fix for bug 233245: replace "variable" with "constant" since there is no contenttypes variable in Constants.pm.
2004-04-13 04:18:00 +00:00
jocuri%softhome.net
5ca84baf2a
Patch for bug 194332: fix spelling that caused error message mismatch for the "invalid_maxrows" error message; r=timeless, a=justdave.
2004-04-11 21:38:06 +00:00
kiko%async.com.br
f66db9880d
Fix for bug 238865-v1: remove %FORM from page.cgi. Does so, fixing the
...
linked page template and adding a code error for the "bad id provided"
case. r=vladd, a=myk.
2004-04-11 21:31:45 +00:00
jocuri%softhome.net
006a30b881
Patch for bug 240228: Improve the format of the error message displayed by checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave.
2004-04-11 18:42:33 +00:00
jocuri%softhome.net
b51e48d4af
Patch for bug 87770: make attachment.cgi work with no parameters; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=myk.
2004-04-10 15:08:21 +00:00
jocuri%softhome.net
796a9c897a
Patch for bug 224698: remove localconfig variable mysqlpath; patch by chaduv <caduvall@glue.umd.edu> slightly updated by me; r=kiko, a=myk.
2004-04-10 14:53:00 +00:00
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