Commit Graph

1158 Commits

Author SHA1 Message Date
justdave%syndicomm.com
63778cf408 Fix for bug 95615: cosmetic change to clarify error message when trying to use too many votes
Patch by Adam Kennedy <bugzilla@ali.as>
r= justdave x2
2001-11-02 20:05:13 +00:00
jake%acutex.net
c85a5d1839 Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line) 2001-10-31 03:31:00 +00:00
zach%zachlipton.com
5669c51e6b Have the tests test .pm files as well, yes this creates bustage, this is
intentional!

No review needed for tests at this time.
2001-10-31 01:06:31 +00:00
myk%mozilla.org
5c76deb7fa Fix test bustage by removing tabs. 2001-10-31 00:21:28 +00:00
myk%mozilla.org
4ea5f75411 Fix for bug 98602: re-implementation of "create attachment" page.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org,jake@acutex.net
2001-10-30 23:42:22 +00:00
zach%zachlipton.com
ce040d977a Fix for bug 96675: checksetup should require admin e-mail address satisfy emailregexp. This fix has
checksetup.pl use the emailregexp set in params if the params file exists, or ensures that it matches the
default emailregexp from defparams.pl.

r1=justdave, r2=bbaetz.
2001-10-28 03:40:59 +00:00
jake%acutex.net
c30466ca7c A few enhancements to the template test:
* If there's a compilation error, report what it is
 * Don't try to compile a template if it doesn't exist
   - We already tested for that and issued an ERROR
 * Define the 'url' FILTER
2001-10-27 15:27:31 +00:00
jake%acutex.net
99fb9b92c7 Bug 105879 - Footer links have an extra | by Sanity Check
Patch by Matthew Tuck <matty@chariot.net.au>
r= dkl@redhat.com, jake@acutex.net
2001-10-26 18:49:33 +00:00
jake%acutex.net
5c374686dd Bug 81594 - SQL error after editing user entry when changing numerous things at once (including the login name).
Patch by Matthew Tuck <matty@chariot.net.au>
r= dkl@redhat.com, jake@acutex.net
2001-10-26 18:35:04 +00:00
jake%acutex.net
d6fb901800 Check templates for tabs, also. 2001-10-26 13:21:38 +00:00
myk%mozilla.org
b227e18dfe Fix for bug 98602: re-implementation of "create attachment" page.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org,jake@acutex.net
2001-10-25 20:37:53 +00:00
jake%acutex.net
57021053de Bug 104065 - Stop uninitilized string warnings from getting into the error log when the login cookie doesn't exist.
Patch by Dave Miller <justdave@syndicomm.com>
r= gerv@mozilla.org, jake@acutex.net
2001-10-25 14:46:58 +00:00
bbaetz%cs.mcgill.ca
ac3ee32727 Fixed "used only once" warning coming from my patch for bug 97469. The
warning was hidden from the tests by bug 106424.

r=Jake, no 2nd review needed.
2001-10-24 20:33:49 +00:00
jake%acutex.net
6747fcb289 Don't rely on the TEST_VERBOSE environment variable (no longer exported from runtests.sh) and instead print to the TESTOUT file handle pulled in from Test::More. This will allow the testing backend to check for verbosity rather than having to handle it in the .t files. 2001-10-24 18:41:53 +00:00
jake%acutex.net
670ce08714 Bug 106424 - We weren't going orange on warnings such as "used only once". This script now properly outputs the --WARNING and fails on such a condition. 2001-10-24 13:29:49 +00:00
myk%mozilla.org
131e04c22d Fix for bug 106315: Link on bug list for emailing QA contacts.
Patch by Dave Miller <justdave@syndicomm.com>.
r=myk@mozilla.org, no second review needed.
2001-10-24 01:31:09 +00:00
bbaetz%cs.mcgill.ca
543d7e522a Bug 97469 - Assignee/QA/Reporter/CC don't get email on restricted bugs.
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists,
tooltips, duplicates, and everywhere else I could see which checked group
bugs.groupset == 0.

Also fxed bug 101560, by clearing BASH_ENV

r=myk,justdave
2001-10-23 15:44:53 +00:00
jake%acutex.net
65fa8f8fc3 Bug 63249 - The Bug Counts report was running very slowly due to unneeded fields/joins in the SQL query.
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
2001-10-23 14:45:45 +00:00
jake%acutex.net
816b5dd385 Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.
Patch by Gerv <gerv@mozilla.org> and Myself.
r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
2001-10-20 13:03:14 +00:00
jake%acutex.net
8a7f3a8457 Backing out previous change, the wrong patch got checked in. 2001-10-20 12:59:57 +00:00
gerv%gerv.net
46fd032ece Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, jake/gerv. 2001-10-20 01:06:59 +00:00
jake%acutex.net
675c319ea2 Bug 105480 - Use the friendly name from the fielddefs table when reporting strictvalue errors if it's available.
Patch by James A. Laska <jlaska@us.ibm.com>
r= justdave@syndicomm.com, jake@acutex.net
2001-10-20 00:50:27 +00:00
jake%acutex.net
bcb8c54a83 Bug 104340 - Changing the UI of the toolbar for hiding bugs in the dependency tree.
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com, gerv@mozilla.org
2001-10-20 00:22:52 +00:00
jake%acutex.net
b6e9432e59 Bug 73180 - We now put a notice at the top of the versioncache file saying that it should not be edited.
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
2001-10-19 23:49:37 +00:00
jake%acutex.net
e2b7472ba4 Bug 103664 - Tests should "use strict;" and not contain any tabs. We should also use the TEST_VERBOSE environment variable instead of VERBOSE.
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
Additional edits by myself to add the emacs mode line.  Also, the change to runtests.sh was done by me.
2001-10-19 22:39:51 +00:00
jake%acutex.net
7318c1f0c6 Fix for bug 105365 - Hacker's Guide should be in SGML. This will make it easier to do other additions to the hacker's guide. 2001-10-19 16:18:10 +00:00
justdave%syndicomm.com
57dc85bacc yet another meaningless whitespace change to test tinderbox with 2001-10-19 13:03:52 +00:00
justdave%syndicomm.com
84b6128d34 another useless whitespace change to test tinderbox with 2001-10-19 06:19:52 +00:00
justdave%syndicomm.com
95bb6c3a2f whitespace change to test tinderbox again. 2001-10-19 05:33:23 +00:00
justdave%syndicomm.com
eba7113fc2 whitespace change to do a test checkin to see how tinderbox reacts 2001-10-19 04:36:19 +00:00
gerv%gerv.net
ee01d8559d Bug 72177 - reword checkbox to make it consistent with the others on the page. 2001-10-18 21:41:25 +00:00
gerv%gerv.net
d881020ef7 Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by gerv, r=myk. 2001-10-18 21:28:06 +00:00
gerv%gerv.net
534fd0c9a6 Bug 98146 redux - changing URL to relative one. Oops. Patch by jake, r=gerv. 2001-10-16 18:42:05 +00:00
gerv%gerv.net
b7929470ef Bug 30480 - add 'show dependencies as buglist' links. Patch by gerv, r=myk, kiko. 2001-10-16 03:09:52 +00:00
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