Commit Graph

5018 Commits

Author SHA1 Message Date
kiko%async.com.br
cfac89d9da Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for
query.cgi. Fixes outstanding validation issues. patch by Anthony
Christofides, r=kiko, a=justdave
2003-11-26 18:57:50 +00:00
justdave%syndicomm.com
6d3c3df523 Bug 226027: Use the Perl CGI module to send cookies.
r=bbaetz, a=justdave
2003-11-23 09:48:10 +00:00
bbaetz%acm.org
8bf7034d33 Bug 226284 - slow queries for creation_ts
r,a=justdave
2003-11-23 09:31:44 +00:00
justdave%syndicomm.com
f2f82f88df Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas H��fler <andreas.hoefler@bearingpoint.com>
a= justdave
2003-11-22 06:10:24 +00:00
bbaetz%acm.org
47e32a94e6 Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
bbaetz%acm.org
981bb412ed Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for all
possibilities.
Patch by Andreas Ho�fle, r=bbaetz, a=myk
2003-11-22 03:32:51 +00:00
myk%mozilla.org
a2daf0812b Fix for bug 226469: labels the votes column in the RDF buglist output as containing Integer values so they sort correctly in RDF-slurping clients. 2003-11-21 23:15:40 +00:00
jocuri%softhome.net
48d66442ad Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave. 2003-11-21 10:00:54 +00:00
kiko%async.com.br
8e8cb48180 Fix for bug 226217: check_languages bustage resulting from sanitizing in
bug 199502. Applied myk's suggestion in patch checked in. r=myk, a=myk.
2003-11-20 20:21:16 +00:00
kiko%async.com.br
e23a4a44c6 Fix for bug 226207: Internal Server Error while requesting an attachment
flag. Simple namespace fix. r=myk, a=myk.
2003-11-20 19:55:44 +00:00
jocuri%softhome.net
00803b2891 Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ctype defined; r=kiko; a=justdave. 2003-11-20 06:22:14 +00:00
jouni%heikniemi.net
c56fa6cde8 Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@.
r=myk, a=justdave
2003-11-19 06:42:09 +00:00
jouni%heikniemi.net
ab89b76f5e Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use Refresh HTTP header (on IIS only). r=justdave,a=justdave 2003-11-19 06:29:20 +00:00
caillon%returnzero.com
8436b3827c 226061 - someone forgot to tell editgroups that regexps are applied at runtime, not on account creation.
r=joel,a=justdave
2003-11-18 18:55:44 +00:00
kiko%async.com.br
7340473c57 Fix for bug 225449: Adding a bonsai monitor crashes on reference for
tbox_bonsai_id_seq; patch by Guilherme Salgado <salgado@async.com.br>,
r=jkeiser.
2003-11-18 14:09:29 +00:00
kiko%async.com.br
0fa60edcc1 Bug 224884: remove scripts/. The server directory is now (most
fittingly) named server/. r=jkeiser
2003-11-18 14:01:13 +00:00
jocuri%softhome.net
16287a2f54 Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave. 2003-11-16 09:30:07 +00:00
gerv%gerv.net
fb82b1d80b Bug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv; r=jouni, a=justdave. 2003-11-14 23:04:17 +00:00
jocuri%softhome.net
4e92aa1ab7 Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave. 2003-11-14 10:22:06 +00:00
gerv%gerv.net
758ed57285 Bug 219358 - Make attachments with all supported MIME types viewable in the edit page. Patch by gerv; r=kiko, r,a=justdave. 2003-11-13 23:44:07 +00:00
hjtoi%comcast.net
8a86410567 Bug 220954, add test for common problem and give correct message in that case, r=timeless. 2003-11-13 21:07:29 +00:00
jouni%heikniemi.net
aab480ce19 contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
jocuri%softhome.net
fa25a30a13 Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk. 2003-11-10 17:56:03 +00:00
justdave%syndicomm.com
b0714df37f Bump version number to 2.17.6 2003-11-10 03:56:38 +00:00
jocuri%softhome.net
a2acace4cb Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk. 2003-11-09 21:07:26 +00:00
gerv%gerv.net
f61981ab96 Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a=myk. 2003-11-08 21:49:20 +00:00
gerv%gerv.net
b073da7946 Bug 225081 - Tests are failing due to checkin for bug 223913. Sorry about that - it worked on my machine, but not any machine without the excluded template. Doh. Patch by gerv; r,a=mozbot. 2003-11-08 18:51:07 +00:00
gerv%gerv.net
b65cdecd65 Bug 224913 - Need tests to check whether any templates uses the bareword "bug" or variations. Patch by gerv; r,a=justdave. 2003-11-08 18:09:28 +00:00
gerv%gerv.net
21f998a97c Bug 195530 - Make javascript version of buglists available, part 2. This is a security fix to prevent remote sites being able to see sensitive bug data. Patch by gerv; r=justdave, r=myk, a=justdave. 2003-11-08 18:04:36 +00:00
gerv%gerv.net
7fa7de16cd Bug 221160 - crash if illegal date specified in new charts date range. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:27:43 +00:00
gerv%gerv.net
571b9c4ea0 Bug 186130 - collectstats.pl doesn't work if 'requirelogin' set. Patch by gerv; r=bbaetz, a=justdave. 2003-11-08 00:26:41 +00:00
gerv%gerv.net
7d65372c95 Bug 222564 - The chart made when creating a new Product/Component is not public. Patch by gerv; r=kiko, a=justdave. 2003-11-08 00:25:31 +00:00
jocuri%softhome.net
13e9893faf Bug 225024: Space chomping issue in create.html.tmpl; r=kiko; a=myk. 2003-11-07 23:23:55 +00:00
jocuri%softhome.net
6984d222d2 Bug 198460: Better wording for create account to stress valid email address; r=kiko; a=justdave. 2003-11-07 08:27:12 +00:00
jocuri%softhome.net
fda2842064 Bug 219475: The check for null db entries in process_bug.cgi is wrong; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave. 2003-11-07 08:05:01 +00:00
jocuri%softhome.net
79bf989ca6 Bug 155119: reassigning bugs to a product with no components gives 'browser' error; patch by Chuck Duvall <caduvall@glue.umd.edu>; r=bbaetz; a=justdave. 2003-11-06 21:55:25 +00:00
justdave%syndicomm.com
2961f5bc2c Bump version number for release 2003-11-03 03:33:36 +00:00
justdave%syndicomm.com
20c500c330 [SECURITY] Bug 219044: A user with 'editkeywords' privileges (i.e. usually an administrator) can inject arbitrary SQL via the URL used to edit an existing keyword.
Patch by Joel Peshkin <bugreport@peshkin.net>
r= justdave, zach  a= justdave
2003-11-03 03:31:30 +00:00
justdave%syndicomm.com
c7a7ee457f [SECURITY] Bug 209742: Under some circumstances, a user can obtain component descriptions for a product to which he does not normally have access.
Patch by Ryan Cleary <tryanc@interdimensions.com>
r= joel, bbaetz   a= justdave
2003-11-03 03:25:51 +00:00
justdave%syndicomm.com
e300d776bf [SECURITY] Bug 209376: If you know the email address of someone who has voted on a secure bug, you can access the summary of that bug even if you do not have sufficient permissions to view the bug itself.
Patch by Gervase Markham <gerv@mozilla.org>
r= justdave, bbaetz  a= justdave
2003-11-03 03:20:49 +00:00
gerv%gerv.net
1adb0c7b49 Bu 210735 - collectstats.pl broken. Removes "uninitialised value" warning. Patch by gerv; r=bbaetz, a=justdave. 2003-11-02 15:22:42 +00:00
jocuri%softhome.net
c62ec88ba7 Rebuilding documentation for the 2.17.5 release; the docbook system on landfill proved to be broken. 2003-11-02 14:04:29 +00:00
justdave%syndicomm.com
9f9a28d8a1 Bug 111522: Provide ability to specify MIME type of attachment when downloading - correction of url parameter name to avoid usage conflicts with other parts of Bugzilla
Patch by Alex Vincent <ajvincent@juno.com>
r= justdave, a= justdave
2003-11-02 07:36:10 +00:00
justdave%syndicomm.com
f618fe3f78 Recompile docs (again) for release (for one lousy stinking paragraph) 2003-11-02 03:11:56 +00:00
justdave%syndicomm.com
a13126a92e Adding reference to current version of the docs being on the web 2003-11-02 02:37:21 +00:00
justdave%syndicomm.com
8ab26485ac Recompiled docs for release 2003-11-02 02:00:11 +00:00
jocuri%softhome.net
79b4ece2b6 Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave. 2003-11-01 20:02:47 +00:00
jocuri%softhome.net
7ccfcb5e5f Bug 123565: Add to FAQ: Why can't I close bugs from "Change Several Bugs at Once" ?; r=justdave; a=justdave. 2003-11-01 09:51:41 +00:00
jocuri%softhome.net
27771f7247 Fix for bug 190611: Query page crashes if any product has no versions defined; r=kiko; a=justdave. 2003-10-31 19:06:59 +00:00
kiko%async.com.br
852ecdcccf Fix for Bug 220724: Provide standalone bug submission program. Includes
a python script that submits bugs to a specified Bugzilla instance.
README, docs and an example bug are included. Work done by Eric Raymond
<esr@thyrsus.com> and myself. a=justdave
2003-10-31 14:00:20 +00:00
john%johnkeiser.com
f398b23ffd Add user documentation for Patch Viewer (bug 216707) 2003-10-31 00:01:11 +00:00
jocuri%softhome.net
a18e1a5c39 Rebuilding documentation for Bugzilla 2.17.5. 2003-10-30 21:24:11 +00:00
jocuri%softhome.net
fbacc2ba5e Bug 224218: Fix wrong version in administration.xml; r=kiko; a=justdave. 2003-10-30 20:45:26 +00:00
jocuri%softhome.net
ced3249287 Bug 216703: Need PatchReader note in install docs; patch by jkeiser (John Keiser - john@johnkeiser.com); r=jake; a=jake. 2003-10-30 18:42:21 +00:00
timeless%mozdev.org
884a1b39f5 Bug 217219 Messages in votes errors are incorrectly CHOMP'd
r=kiko a=justdave
2003-10-30 17:29:49 +00:00
jocuri%softhome.net
8126d48aa6 Bug 223937: web site error while updating email address; r=myk,kiko; a=justdave. 2003-10-30 17:18:16 +00:00
jocuri%softhome.net
96e23bf6a9 Bug 47925: describe MOVED resolution in bug_status.html; patch by chaduv (caduvall@glue.umd.edu); r=kiko; a=justdave. 2003-10-30 17:12:30 +00:00
kiko%async.com.br
4f6d3ae2e5 Fix for bug 67663: globals.pl and CGI.pl emit "subroutine redefined"
messages. Fudge warnings via sillyness. r=myk, chaduv. a=myk.
2003-10-30 01:31:58 +00:00
kiko%async.com.br
ceb64e7213 Additional patch for bug 221039: update filterexceptions.pl to take into
account the new location for knum. Here's hoping this fixes the bustage.
2003-10-29 04:51:15 +00:00
kiko%async.com.br
ded450fbc3 Fix for bug 221039: Separating knob in edit.html.tmpl. Splits
bug/edit.html.tmpl into bug/knob.html.tmpl. Patch by Ludovic Dubost
<ludovic@pobox.com>, r=kiko, a=justdave.
2003-10-29 04:32:39 +00:00
kiko%async.com.br
eca0b9a338 Fix for bug 111522: Provide ability to specify MIME type of attachment
when downloading. Adds a 'ctype' argument to attachment.cgi which allows
one to override the content-type when viewing an attachment. Original
patch by Alex Vincent <ajvincent@juno.com>; I changed it a tiny bit.
r=kiko, myk. a=justdave.
2003-10-29 01:58:13 +00:00
jocuri%softhome.net
1d5d7e5307 Bug 223854: masscc on change several bugs doesn't honor usermatchmode; patch by Jon <kniht@us.ibm.com>; r=myk; a=myk. 2003-10-28 06:37:40 +00:00
jocuri%softhome.net
09a8cb5772 Bug 222204: A mailto: link for the reporter would be very useful; r=kiko; a=justdave. 2003-10-26 14:10:08 +00:00
jocuri%softhome.net
d732a9c1ba Bug 221900: duplicates.cgi query fails if more than one product selected; patch by chaduv <caduvall@glue.umd.edu>; r=gerv; a=justdave. 2003-10-26 14:01:04 +00:00
ian%hixie.ch
fd1fb4e679 eagerToHelp and ridiculouslyEagerToHelp modes. See bug 142371. 2003-10-26 12:14:39 +00:00
ian%hixie.ch
e1d6df8147 Bug 141346: 'I am' wasn't learning correctly. 2003-10-26 11:58:06 +00:00
ian%hixie.ch
160a2ba452 Escape nicks in regular expressions so that they still work even if the bot is called something silly like '[bot]'. Bug 134599. 2003-10-26 11:30:09 +00:00
justdave%syndicomm.com
c1884168a1 Bug 223093: correcting the title on "perldoc Bugzilla::Auth::DB"
r= bbaetz, a= justdave
2003-10-26 05:43:29 +00:00
justdave%syndicomm.com
dd4dd35453 Bug 201294: showdependencygraph.cgi now uses the global IsOpenedState() sub instead of its own list of which states are open. This makes one less place to customize when sites change their statuses, and also includes UNCONFIRMED (which never got added when UNCONFIRMED was created).
r= gerv, a= justdave
2003-10-26 05:39:18 +00:00
justdave%syndicomm.com
eb3c3dfaae Bug 218386: add 'view-source:' to the link of URL protocols which automatcalyy get hyperlinked in comments.
r= timeless, a= justdave
2003-10-26 05:26:41 +00:00
justdave%syndicomm.com
d5990d3ea2 Bug 208647: Fixes taint error in add new products code.
Patch by jpyeron@pyerotechnics.com (Jason Pyeron)
r= bbaetz, a= justdave
2003-10-26 02:37:48 +00:00
myk%mozilla.org
faef12b141 Fix for bug 183788: make request mail go out when a request is created and there's no requestee but there is a cc: list 2003-10-25 01:34:33 +00:00
myk%mozilla.org
83d3ceaf43 Updated README with better instructions and fixed Perl path at top of doctor.cgi not to be wierd now that we're on new server. 2003-10-24 18:03:10 +00:00
jake%bugzilla.org
d1add395e0 Bug 178624 - checksetup.pl needs to be run after copying templates to the custom directory. 2003-10-22 02:29:07 +00:00
jake%bugzilla.org
da04e47e01 Bug 215051 - Document the language auto-chooser. 2003-10-22 01:26:04 +00:00
ian%hixie.ch
9335e3bc94 fix minor grammar error 2003-10-19 22:33:00 +00:00
ian%hixie.ch
ab8bc94683 Homogenise the violence code a bit. 2003-10-19 22:13:42 +00:00
ian%hixie.ch
973a7c6064 Insult Generator. See bug 204356 for details. 2003-10-19 22:11:16 +00:00
ian%hixie.ch
8747fc4ba9 dumb bot 2003-10-19 21:06:56 +00:00
ian%hixie.ch
330e5c37e8 Improve the documentation for people troubleshooting connection problems. 2003-10-19 17:32:39 +00:00
ian%hixie.ch
b94cd9ee21 Undocumented (for now) feature: let the user override the bot's username from the config file by setting the 'username' configuration option to a true value (defaults to 0). 2003-10-19 17:02:07 +00:00
jocuri%softhome.net
0e841123f6 Bug 218977: "Table 'namedqueries' was not locked with LOCK TABLES" on ThrowUserError('product_edit_denied'); r=bbaetz; a=justdave. 2003-10-19 08:46:39 +00:00
jocuri%softhome.net
9aaade75d8 Bug 221977: Insecure dependency in require while running with -T switch at Bugzilla/Auth.pm; patch by Dave Miller (justdave@bugzilla.org); r=gerv; a=justdave. 2003-10-18 22:46:22 +00:00
jocuri%softhome.net
2c2af90c1b Bug 108528: knob is not a defined error message and it does not help a user find the error; patch by chaduv (caduvall@glue.umd.edu); r=justdave; a=justdave. 2003-10-18 22:37:29 +00:00
jocuri%softhome.net
4d19bd271a Bug 222566: Fixing wording on enter_bug.cgi when using the create-guided template; patch by Gervase Markham (gerv@mozilla.org); r=justdave; a=justdave. 2003-10-18 22:24:51 +00:00
ian%hixie.ch
bd59fa0076 Support 'mozbot!' on its own. 2003-10-18 10:57:56 +00:00
ian%hixie.ch
7931dd2ce8 Be silently compatible with Infobot's 'karma' syntax. Bug 142377 2003-10-17 09:47:53 +00:00
justdave%syndicomm.com
9d508ecdf1 Correcting the previous backout attempt, apparrently typoed a version number last time 2003-10-17 02:07:55 +00:00
ian%hixie.ch
f746e27ec1 Support password protected servers. bug 222129. 2003-10-16 21:17:39 +00:00
ian%hixie.ch
8321b8dfc5 implement 'lo' as a greeting 2003-10-16 19:42:34 +00:00
justdave%syndicomm.com
f8d1d9c37d Backing out patch from bug 108528 - failed to take i10n concerns into account 2003-10-16 18:26:09 +00:00
justdave%syndicomm.com
1ffae79ca4 removing references to my netscape.com address, since it no longer works. 2003-10-16 06:30:02 +00:00
timeless%mozdev.org
19efc5771e Bug 108528 - knob is not defined doesn't explain to 2001110503 users what to do
patch by caduvall@glue.umd.edu r=timeless a=justdave
2003-10-15 22:48:12 +00:00
kiko%async.com.br
6984371fce Add comment regarding detainting in showlog.pl 2003-10-15 21:30:10 +00:00
kiko%async.com.br
c35dd39908 Detaint machine_id and logfile r=jkeiser 2003-10-15 21:04:11 +00:00
jocuri%softhome.net
098a01af5b Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu Mannermaa); r=kiko, a=justdave. 2003-10-13 21:38:13 +00:00
kiko%async.com.br
0f9ebdbc1a Applying fixes for bugs 221658: setup-postgres.pl changes to remove ul_
prefix processing and 221657: mysql setup script for Tinderbox3 -
updates and password parameter fix. This patch removes the unnecessary
prefix transformation, and includes (free of charge) a fix for mysql
passwords.

p=bear@code-bear.com, r=jkeiser
2003-10-11 21:22:51 +00:00
kiko%async.com.br
d977cd5123 Fix for bug 221391: Bugzilla Quickstart guide could exist. Provide a
QUICKSTART file, and alter README slightly to point to it. r=gerv,
justdave, a=justdave.
2003-10-10 02:22:39 +00:00
jocuri%softhome.net
00aced5bcd Bug 219724: typo in URL in section 4.2.5 of the guide; r=kiko, a=justdave. 2003-10-07 20:44:06 +00:00
jocuri%softhome.net
f982ae1345 Bug 213384: shutdownhtml login bypass via editparams.cgi is broken under suexec. r=kiko, a=justdave 2003-10-07 19:15:35 +00:00