Commit Graph

2533 Commits

Author SHA1 Message Date
myk%mozilla.org
7b534cab6c Fix for bug 98146.
Patch by Gerv <gerv@mozilla.org>.
r=myk, no second review needed.
2001-10-15 23:02:48 +00:00
jake%acutex.net
b3109d83ec Recompiling docs to pick up last two changes 2001-10-15 19:18:04 +00:00
jake%acutex.net
44ff36e8c1 The recommended style for perl (which is the styleguide Bugzilla will use) specifies that else should not be cuddled. This guide, while not specifically saying it, elluded to cuddling else. Fixing that problem. 2001-10-15 19:12:46 +00:00
gerv%gerv.net
a100f9690f Bug 104105 - cosmetic change to make it obvious that you can create an account. 2001-10-15 03:59:19 +00:00
gerv%gerv.net
ddc6d7cf2b Bug 46935 - trivial typo. 2001-10-15 03:46:28 +00:00
gerv%gerv.net
1a265b9fa1 Bug 99716 - allow query for Attachment is obsolete AND Attachment Status. Patch by myk, r=justdave, jake. 2001-10-15 00:55:50 +00:00
gerv%gerv.net
a7ddb1c069 Bug 57819 - change the size of the bit we print in the large error case. r=justdave. 2001-10-14 01:34:08 +00:00
jake%acutex.net
3d8a2fdf39 Tabs are not allowed in Bugzilla source... if we find one, issue a warning.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-13 01:44:06 +00:00
justdave%syndicomm.com
93a2f50358 Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines.
Patch by Jake Steehagen <jake@acutex.net>
r= justdave x2
2001-10-13 01:36:17 +00:00
justdave%syndicomm.com
66cd4cbf7f Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies. Cookies now have a path value that can be set to indicate which bugzilla install they belong to. Browsers will only send the cookie to the appropriate installation. The path can be set in the 'cookiepath' parameter in editparams.cgi.
Patch by Dave Lawrence <dkl@redhat.com>
r= myk, justdave
2001-10-13 00:40:41 +00:00
justdave%syndicomm.com
8bfe16910c Fix for bug 101056: multiple form values of the same name were not getting correctly stashed if the user had to log in as part
of a form submit.
Patch by Myk Melez <myk@mozilla.org>
r= gerv, justdave
2001-10-12 21:33:21 +00:00
gerv%gerv.net
625ba23c02 Bug 100490 - better error message with no JavaScript for QuickSearch. Patch by afranke, r=kiko, gerv. 2001-10-12 20:54:26 +00:00
jake%acutex.net
7bdf2856ba If a template doesn't exist, this should be considered a compile failure.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-12 20:35:37 +00:00
myk%mozilla.org
a371e77bbd Fix for bug 91486: Add "changed from" option to the boolean chart.
Patch by Stephen Lee <slee@uk.bnsmc.com>.
r=myk@mozilla.org
2001-10-12 20:25:57 +00:00
justdave%syndicomm.com
e6fe9a6c8b Backing out Gerv's checkin for bug 71840. Per the bug report, it did not have proper review first, and myk objected to what
got landed on irc.
2001-10-12 03:03:00 +00:00
gerv%gerv.net
f5c157f6d7 Bug 71840 - Make comments referenceable. Patch by gerv; r=myk, jake (ish :-). 2001-10-11 23:07:54 +00:00
gerv%gerv.net
700187171a Bug 83058 - need a way to hide resolved bugs in dependency tree view. Patch by kiko; r=gerv, afranke. 2001-10-11 23:01:44 +00:00
gerv%gerv.net
748c27f850 Bug 76161 - Don't select "resolve as dup" radio button when exiting empty dupe field. Patch by justdave, r=jake, caillon. 2001-10-11 22:18:35 +00:00
gerv%gerv.net
1b446a2a5d Bug 57819 - cut down large mysql error strings. Patch by n_hibma@qubesoft.com, r=gerv. 2001-10-11 21:58:07 +00:00
gerv%gerv.net
d0c33d7e8a Bug 52782 - whineatnews.pl email should use the 'sendmailnow' Param. Patch by e.maryniak@pobox.com, r=gerv. 2001-10-11 21:55:21 +00:00
gerv%gerv.net
358c20af07 Add MacOS X. Bug 52577. Patch by afranke. r=gerv. 2001-10-11 21:52:28 +00:00
gerv%gerv.net
86c2f2a0bd Bug 104247 - make colours in buglists work again. Patch by kiko, r=gerv. 2001-10-11 21:42:07 +00:00
jake%acutex.net
c99b12f635 Fix for bug 104180 - &nbsp; should only be used in the display for a saved query w/a space, not in the URL.
Patch by Christian Reis <kiko@async.com.br>
r= jake@acutex.net
2001-10-11 19:51:33 +00:00
jake%acutex.net
3e134016aa Fix for bug 103592 - e-mail addresses that are longer than 30 characters will be truncated in the bug list.
Patch by Christian Reis <kiko@async.com.br>
r= gerv@mozilla.org, afranke@ags.uni-sb.de, jake@acutex.net
2001-10-11 19:44:46 +00:00
jake%acutex.net
eb74456062 Fix for bug 104117 - The editkeywords.cgi link was broken as a result of the fix for bug 103554.
Patch by Christian Reis <kiko@async.com.br>
r= jake@acutex.net
2001-10-11 19:07:00 +00:00
timeless%mac.com
61d2900ff9 Bug 27506 The Bonsai pages contain SCRIPTs which are not enclosed in
<!-- -->, greatly confusing some HTML parsers.
r=kiko
2001-10-11 18:44:14 +00:00
justdave%syndicomm.com
cba6d3584a Fix for bug 97784: comments in attachment update form are now properly word-wrapped. This is a server-side implementation to
do the word-wrapping, which will probably eventually be used in the main comments area on the bug form as well.
Patch by Myk Melez <myk@mozilla.org>
r= gerv, justdave
2001-10-11 02:17:58 +00:00
justdave%syndicomm.com
a8560efd7b Fix for bug 103554: HTML generated by the PutHeader and GetCommandMenu subroutines now validates as HTML 4.01 at W3C.
Patch by Christian Reis <kiko@async.com.br>
r= caillon, gerv, justdave
2001-10-10 23:36:29 +00:00
myk%mozilla.org
8f4820f5f8 Fix for bug 27420: Gives the Component and Target Milestone fields extra space in the long list display of bugs.
Patch by Randall Whitman <randall.whitman@solipsa.com>.
r=justdave@syndicomm.com, no second review needed
2001-10-10 19:50:02 +00:00
kestes%walrus.com
0ac42c28f3 better name for default log file 2001-10-10 15:09:06 +00:00
kestes%walrus.com
76c4472467 fix broken usage for process_builds. allow usage to be viewed even if
security tests not passed.
2001-10-10 15:08:24 +00:00
kestes%walrus.com
29cf401afd typo in new BT_NAME parameter, did not get default from TinderboxConfig 2001-10-10 15:07:41 +00:00
kestes%walrus.com
83746116de allow usage page to be viewed withhout passing security checks. 2001-10-10 15:06:48 +00:00
jake%acutex.net
b5085765bb Fix for bug 65164 - Bugzilla wasn't sending </html> at the end of its pages.
Patch by Christian Reis <kiko@async.com.br>
r= gerv@mozilla.org, jake@acutex.net
2001-10-10 13:26:28 +00:00
justdave%syndicomm.com
a56cf30d34 partial backout of the checkin from bug 103121, because it collided with the patch from bug 51519. This should satifactorily
meet the goals of both patches.  patch by kiko, r= justdave
2001-10-10 06:36:45 +00:00
timeless%mac.com
06b9d8a67f Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.
patch by dkl. r=kiko
2001-10-10 04:57:30 +00:00
timeless%mac.com
3e18f7d361 Bugzilla Bug 97185 make_select should add a newline after each option
patch by kiko. r=zach, gerv
2001-10-10 04:52:09 +00:00
timeless%mac.com
d953bf2a54 Bugzilla Bug 51521 Broken HTML on user permissions page
patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv
2001-10-10 04:47:17 +00:00
kestes%walrus.com
c7e1e650ca wrong format string. I keep using %e instead of %d this puts spaces
in the VERSION number which is not allowed.
2001-10-09 19:45:09 +00:00
jake%acutex.net
9e3be8f1c7 It's also possible to PROCESS another attachment fragment, not just INCLUDE.
No review needed for tests at this time. NOT PART OF BUILD.
2001-10-09 19:14:59 +00:00
kestes%walrus.com
c4f20266cb add new features. 2001-10-09 15:52:43 +00:00
kestes%walrus.com
4c2dc3a427 remove the colons from the tar file name. This was a bad idea because the
colons mean something special to tar.
2001-10-09 15:51:35 +00:00
kestes%walrus.com
1c49ee463b clarify the build states. 2001-10-09 15:38:27 +00:00
kestes%walrus.com
a541c2d473 make BT and VC column heading configurable. 2001-10-09 15:30:16 +00:00
kestes%walrus.com
571414f2f4 *** empty log message *** 2001-10-08 20:36:41 +00:00
kestes%walrus.com
f7d174f68f more discriptions of what program does. 2001-10-08 20:25:52 +00:00
kestes%walrus.com
04df5f8d34 better usage discription. Index.html does not list itsself and now
displays sizes.
2001-10-08 19:25:33 +00:00
zach%zachlipton.com
2edfc29dd8 Fix for bug 98074: Attachment manager doesn't html_escape bug titles.
r1=caillon <mailto:caillon@returnzero.com>, r2=Jake
<mailto:jake@acutex.net>
2001-10-07 17:50:22 +00:00
jake%acutex.net
b351c9eaa8 Allow compile tests for files that run in taint mode
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 23:22:48 +00:00
jake%acutex.net
90ef6cf6a4 We also need to look for templates that are INCLUDEd in other templates.
No review needed for tests at this time. NOT PART OF BUILD
2001-10-06 21:37:22 +00:00