Commit Graph

5809 Commits

Author SHA1 Message Date
jocuri%softhome.net
fc769a7403 Patch for bug 262372: clicking on a column header shouldn't result in loss of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave. 2004-12-06 17:21:38 +00:00
jocuri%softhome.net
78cd752e45 Patch for bug 256592: Cut down the DBD error string to a reasonable size; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave. 2004-12-06 17:16:33 +00:00
jocuri%softhome.net
437e4784b1 Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc Schumann <wurblzap@gmail.com>, r=glob, a=justdave. 2004-12-06 17:13:55 +00:00
jocuri%softhome.net
7f5cf2cb51 Patch for bug 270589: Make t/008filter.t accept empty template directives; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r=myk, a=justdave. 2004-12-06 17:11:15 +00:00
jocuri%softhome.net
da0c371139 Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, a=justdave. 2004-12-06 17:07:54 +00:00
jocuri%softhome.net
d2754c0733 Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave. 2004-12-06 17:03:00 +00:00
jocuri%softhome.net
316a6c09a5 Patch for bug 268462: Make users able to mass-close mixed RESOLVED/VERIFIED states; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave. 2004-12-05 15:05:06 +00:00
jocuri%softhome.net
dc1805c470 Patch for bug 270263: 'Votes' should not be a column choice if param(usevotes) is not true; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave. 2004-12-05 14:24:10 +00:00
jocuri%softhome.net
e7cfde48e7 Patch for bug 271048: Remove confusion when sorting classifications by modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave. 2004-12-05 14:18:59 +00:00
jocuri%softhome.net
e5bfc66796 Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail when $^X contains spaces; patch by me, r=jouni, a=justdave. 2004-12-05 14:13:27 +00:00
jocuri%softhome.net
5b88f1daa6 Patch for bug 175222: Add product and component fields to change mails; patch by Sergei Chechetkin <csl@sunbay.com>, r=wurblzap, a=justdave. 2004-12-05 14:06:46 +00:00
jake%bugzilla.org
4d75a2c3cd More typo (and factual) fixes. 2004-12-03 23:22:28 +00:00
jake%bugzilla.org
d69e55661b Correct some minor typos in the security chapter. 2004-12-03 22:56:31 +00:00
jocuri%softhome.net
56c78a743c Patch for bug 262141: Enable the creation of bookmarkable URL for bug entry when param commentoncreate is set; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=gerv, a=justdave. 2004-12-02 22:31:35 +00:00
jocuri%softhome.net
45dac89e4b Patch for bug 237793: remove terms from incomplete data error message in bug activity, when suitable; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave. 2004-12-02 22:28:13 +00:00
jocuri%softhome.net
a349ab6a7e Patch for bug 271306: specify that defaultquery is used by default to submit queries, not bugs; patch by Fr�d�ric Buclin <LpSolit@netscape.net>, r=vladd, r=justdave, a=justdave. 2004-12-02 22:24:05 +00:00
jake%bugzilla.org
b466f37a00 Reinstate the seperate security section as a chapter. 2004-12-02 04:21:27 +00:00
cls%seawood.org
12155513a9 Arbitrarily bump version number to 1.3.9. 2004-12-01 19:07:27 +00:00
cls%seawood.org
20c4f256ad Sanitize set_line.
Kill more uninitialized variable warnings.
2004-12-01 17:08:06 +00:00
cls%seawood.org
00a28d8451 sanitize batchid 2004-12-01 17:07:08 +00:00
cls%seawood.org
09707a9520 Remove duplicate $::query_debug setting. 2004-12-01 16:35:09 +00:00
cls%seawood.org
22b24eea91 Use Mail::Mailer instead of manually sending mail. Fixes LF issue.
Bug #166172 r=timeless
2004-12-01 09:09:21 +00:00
cls%seawood.org
2a262ddd94 Allow usernames up to 128 chars.
Bug #188274 r=timeless
2004-12-01 08:52:17 +00:00
cls%seawood.org
00f5546dc0 Do not allow access to CVSROOT.
Bug #204126 r=timeless
2004-12-01 08:40:33 +00:00
cls%seawood.org
47cb389e36 Use DBI placeholders to avoid SQL injection issues.
Bug #260894 r=timeless,justdave
2004-12-01 08:28:06 +00:00
cls%seawood.org
85727b9345 Check the off case when setting up linenumbers pref.
Bug #119799 r=timeless
2004-12-01 07:30:43 +00:00
cls%seawood.org
427407ff99 think-o 2004-12-01 06:56:03 +00:00
cls%seawood.org
76c8b29891 Remove undef check from SanitizeModule 2004-12-01 06:46:21 +00:00
cls%seawood.org
e21a9e642d Remove undef check from SanitizeModule 2004-12-01 06:35:28 +00:00
cls%seawood.org
84abe1403d Strip ./ & / from beginning of legaldirs when comparing against checked in
files.
Explicitly check for "." & "/" when matching directory names.
Bug #260310 r=timeless
2004-12-01 06:12:25 +00:00
cls%seawood.org
ec170d8ac8 Catch the case where branchtype isn't set.
Bug #272511
2004-12-01 05:47:35 +00:00
cls%seawood.org
08c39742f1 Kill uninitialized variable warnings. 2004-12-01 05:35:08 +00:00
cls%seawood.org
381f05ec5c Revert to behavior of treating no branch parameter as branch=HEAD.
Bug #261616 & bug #272511
2004-12-01 04:57:30 +00:00
cls%seawood.org
9125da2795 Quote all values to be used in urls or in html output.
Bug #261616 r=timeless
2004-12-01 04:46:35 +00:00
cls%seawood.org
f078ee86fd Sanitize form inputs.
Bug 261616 r=timeless
2004-12-01 04:25:22 +00:00
cls%seawood.org
264f382481 Handle the 0 line count case.
Bug #270536 r=timeless
2004-12-01 04:19:51 +00:00
myk%mozilla.org
37e8605570 Fix for bug 267578: generates an ALT link to the RSS version of the history; r=cls 2004-12-01 02:15:29 +00:00
cls%seawood.org
3ba86c6240 Use : instead of + as file separator to avoid + being converted to a space.
Bug #261616 r=timeless
2004-12-01 01:11:37 +00:00
cls%seawood.org
b6801137f2 Print raw output in reverse chronological order.
Bug #261616 r=timeless
2004-12-01 00:44:42 +00:00
cls%seawood.org
0f10bab80d Fix misc warnings.
Bug #261616 r=timeless
2004-12-01 00:43:28 +00:00
cls%seawood.org
83587d68b0 Fix typo. 2004-12-01 00:41:09 +00:00
cls%seawood.org
0aa2d4a49c Allow & to be used on whiteboard & motd.
Bug #261616 r=timeless
2004-12-01 00:40:18 +00:00
cls%seawood.org
c6e5f68341 Throw an error if the datadir doesn't exist rather than blindly creating it.
Bug #261616 r=timeless
2004-12-01 00:36:30 +00:00
cls%seawood.org
0b3b8eed19 Fix page layout.
Bug #261616 r=timeless
2004-12-01 00:32:49 +00:00
cls%seawood.org
f8e6edeadd Move SanitizeRevision call to catch all cases. 2004-12-01 00:28:03 +00:00
cls%seawood.org
fc87798b71 Verify that the given cvsroot is actually in our repository list.
Bug #261616 r=timeless
2004-12-01 00:22:53 +00:00
cls%seawood.org
1848faedf8 Add referer checks for admin scripts.
Bug #261616 r=timeless
2004-12-01 00:15:22 +00:00
cmp%mozilla.org
9de43efe01 Removing textarea changes for now. Will add them later if we need them. 2004-12-01 00:02:38 +00:00
cls%seawood.org
42bf1ea441 Add check routines to sanitize user input.
Rename sanitize_revision to SanitizeRevision and move it to globals.pl.
Bug #261616 r=timeless
2004-11-30 23:56:13 +00:00
cmp%mozilla.org
89ac7432f0 Add padding for the textarea object to give a wider margin of space between
the widget and the text in it.

Remove leading and trailing spaces/newlines.

Add a rows attribute to the textarea input element to pretty it up.
2004-11-30 23:35:46 +00:00