bbaetz%cs.mcgill.ca
cc44249c91
Bug 101560 - clear some more env vars so that system calls will run in
...
taint mode. The perforce integration stuff needs this.
r=gerv,mattyt
2001-11-17 07:19:46 +00:00
mcafee%netscape.com
10bf56a918
removing server-side startup data reporting, use client-side TinderboxPrint: now.
2001-11-17 06:52:50 +00:00
kestes%walrus.com
cf51b7ef54
leave the update function early if we have not updated anything.
2001-11-16 20:45:24 +00:00
kestes%walrus.com
afe028e17c
remove comment which was left over from the original code copy. It refered
...
to some other code.
2001-11-16 20:44:54 +00:00
kestes%walrus.com
a0e2e53abb
add support for the Req Ticketing system.
2001-11-16 20:43:30 +00:00
gerv%gerv.net
1ede4d5550
Bug 6419 - command-line query tools by Andreas Franke <afranke@ags.uni-sb.de>.
2001-11-15 17:04:58 +00:00
kestes%walrus.com
887485d3d7
turn apostrophe into accute accent to work arround netscape bug.
2001-11-14 21:59:55 +00:00
kestes%walrus.com
18fc48ad50
document most important change.
2001-11-14 21:25:49 +00:00
kestes%walrus.com
1cd8fc493c
admin scripts I use.
2001-11-14 21:24:36 +00:00
kestes%walrus.com
3edd568683
my echo statements had leading '$', how did they get there?
...
I added to the test command so that you can see exactly how it was called.
change the example to show how --tree now works.
2001-11-14 21:23:40 +00:00
kestes%walrus.com
fc8ddcbf60
make the checkouts of -D be in sync with the tinderbox boxes by ensuring
...
-D is really the start time.
2001-11-14 21:22:13 +00:00
kestes%walrus.com
323a86cd04
allow for alternating builds using a single build process.
2001-11-14 21:21:02 +00:00
bbaetz%cs.mcgill.ca
82f85833db
Bug 107718 pt 2 - use subtraction instead of the ~ operator, which older
...
mysql versions don't support. Remove the checksetup.pl restriction, too.
r=jake x2
2001-11-14 15:12:23 +00:00
jake%acutex.net
0640e35ec9
We don't really need to look for fragments that are pulled in by [% INCLUDE %] or [% PROCESS %]. While removing this code bit doesn't allow us to seperatly check that those fragments exist and compile, they'll be checked atomatically when the the template that wants them is run through the process() routine by the 004template.t test. This issue was raised because bug 98707 introduced a [% BLOCK %] element and the syntax for using that is the same as for including a template fragment.
2001-11-14 03:44:07 +00:00
gerv%gerv.net
545feb9f44
Fix license headers and make attachment changed page look like bug changed page. Bug 99518 and 98110. r-myk, no second review.
2001-11-13 17:24:24 +00:00
jake%acutex.net
021098c73b
Fix for bug 86300 - If a bug didn't exist and GetBugLink() tried to create a tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once.
...
r= mattyt, gerv
2001-11-12 13:43:59 +00:00
bbaetz%cs.mcgill.ca
39e18dd016
Oops. Bug 109690 again, r=justdave, gerv
2001-11-12 05:47:24 +00:00
bbaetz%cs.mcgill.ca
ed2d22e292
Bug 109690: Check $bug before using it.
...
r=justdave,gerv
2001-11-12 05:39:14 +00:00
ian%hixie.ch
48581a451e
Some very primitive default HTML output files for login.accessDenied and login.detailsSent.
2001-11-11 15:37:48 +00:00
ian%hixie.ch
1d1d2fdc11
We should be able to access strings with uppercase letters -- oops. Changing regexp to include 'A-Z' as well as 'a-z'. Also adding a dump statement in the failure case to help when analysing the log looking for a bug.
2001-11-11 15:33:59 +00:00
ian%hixie.ch
a407bc5001
Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value. Also took the opportunity to add a call to setupProgress.
2001-11-11 11:54:06 +00:00
ian%hixie.ch
42945cc97c
Missed a return statement in the setupInstall method. This was causing setup to fail every time, because the function returned a defined value.
2001-11-11 11:48:14 +00:00
ian%hixie.ch
60f8f8e52e
Should have been checking for a defined value, not a true value -- there is nothing to stop a failure from being '0', for instance. (The important thing is to be consistent with the SelectingServiceList code, really, and it uses defined().)
2001-11-11 11:47:02 +00:00
ian%hixie.ch
7fd1b0b329
Implement a module to give the main application the ability to add rights and do other configuration related stuff.
2001-11-11 09:36:02 +00:00
mcafee%netscape.com
f630cad412
Switching to arg form of system call to avoid security hole (76109)
2001-11-11 09:08:56 +00:00
mcafee%netscape.com
aa60bc0c1c
typo! fixes bug
2001-11-11 08:30:21 +00:00
ian%hixie.ch
780bafd2d5
Mute the Net::AIM warnings and add some null-checking code to the close() method.
2001-11-11 08:08:26 +00:00
ian%hixie.ch
27d6b3677b
First stab at primitive AIM output support as an alternative to e-mail.
2001-11-11 04:18:09 +00:00
ian%hixie.ch
2d2a3a4414
Fix typo (PLIFF->PLIF)
2001-11-11 00:58:48 +00:00
ian%hixie.ch
19caa91092
Fix the DESTROY method to actually call the close() method like it was supposed to.
2001-11-11 00:14:07 +00:00
ian%hixie.ch
42c3677574
Change the order of the settings so as to match the order in which they are requested. This causes the error message to mention the setting that the user aborted on, instead of some random later setting.
2001-11-10 22:06:54 +00:00
ian%hixie.ch
eef789350b
Change createArgument so that we drop the default on the floor -- the default should only be used when explicitly requested (e.g. by the user in interactive mode), not in all cases. CommandLine.pm was in fact already assume that this was the case.
2001-11-10 22:04:34 +00:00
ian%hixie.ch
fbdd67e2de
Switching to batch mode involves changing the 'batch' argument, not the one being requested... ahem.
2001-11-10 21:59:13 +00:00
ian%hixie.ch
23d64bed66
Bracket shuffling to fix a warning in Perl 5.0.x.
2001-11-10 21:57:07 +00:00
ian%hixie.ch
d2161e155f
Handle the case where the user hits Ctrl+D during input, and the case where the user piped a file into us and the file was too short.
2001-11-10 21:53:49 +00:00
ian%hixie.ch
9d72a19ae8
Correct an error in the default handler of the namespaced XML walker: we have to shift out the first argument otherwise weird things will naturally happen.
2001-11-10 21:44:28 +00:00
ian%hixie.ch
331ec2cf4d
The User object was not saving anything if its userID started off as undef (i.e., new user) and the code never changed any properties (which is normal for a new user). Changed the code to automatically assume it is dirty if it starts with an undefined userID. Changed writeProperties to use the return value from the data source to save any changes to userID, so that when it is defined (by inserting a new record, probably) then we can remember it. Finally, changed propertySet so that when userID is changed from an undefined value to a defined value, the change is propagated to the fields and the groups are marked dirty, which will force them to be written out too.
2001-11-10 21:00:37 +00:00
ian%hixie.ch
e64ea5cbbc
Fix the output template to support multiple authentication protocols now that the code is not lying about that.
2001-11-10 20:55:39 +00:00
ian%hixie.ch
3721143d6e
Changed a comment in UserField.pm to be more accurate: it is actually safe to change the userID on the fly from an undefined value to a defined value because the code only uses it at two points: creation, if it was defined (used by the caller) and destruction (at which point it is passed to the data source to save any changes).
2001-11-10 20:53:37 +00:00
ian%hixie.ch
fcddf1ed99
s/smtp/email/go -- have to be consistent with the rest of the code\!
2001-11-10 20:46:29 +00:00
ian%hixie.ch
e079c802fb
Return the user ID even when the user exists, so that there is no need for callers to check the return value.
2001-11-10 20:43:44 +00:00
ian%hixie.ch
600f91c209
Fixing ill-formedness error.
2001-11-10 20:34:00 +00:00
mcafee%netscape.com
89a3414cef
fixing perl error
2001-11-10 20:21:38 +00:00
mcafee%netscape.com
e487a1691b
Switching to proper log-header variable
2001-11-10 19:26:42 +00:00
ian%hixie.ch
710a521be4
implemented getFieldNamesByCategory() in the user data source, and used it to fill in the list of contact methods for the loginFailed output handler.
2001-11-10 10:55:33 +00:00
ian%hixie.ch
924ea00e2f
Made the phrase 'or to have your password sent to you,' appear regardless of the value of data.tried
2001-11-10 10:51:10 +00:00
ian%hixie.ch
c9028cce74
Fix a typo on the To: line which was resulting in a blank To: field, made the Subject: line be dynamically generated, and made the text actually be useful.
2001-11-10 06:26:28 +00:00
mcafee%netscape.com
1090fd8014
proper checking for scrape_builds data
2001-11-10 06:01:35 +00:00
ian%hixie.ch
59c262180b
Oops, syntax error.
2001-11-10 05:21:17 +00:00
ian%hixie.ch
387c5bc05c
Use the actual From: address (now that the outputter tells us what it is...).
2001-11-10 05:12:06 +00:00
ian%hixie.ch
c5902010d2
Added another set of data to the data hash: the outputter hash. This will be useful for strings that have to embed things like the e-mail address of the application itself. Added hash methods to the Email and Stdout generic outputter modules to support this change. Renamed 'from' to 'address' in the Email outputter to make it easier to reuse the code (hehe). Also, in the same module, changed some of the comments, changed a double quote string literal to a single quote string literal, and added the word 'configure' where it was missing in one of the dump statements.
2001-11-10 05:00:14 +00:00
ian%hixie.ch
c7ad8bda1e
Implement some primitive error handling for sending mail.
2001-11-09 21:59:21 +00:00
mcafee%netscape.com
33d918a98e
Adding scrapebuilds.pl check
2001-11-09 21:37:02 +00:00
mcafee%netscape.com
e7cfe96b62
Adding scrape_builds
2001-11-09 21:35:25 +00:00
mcafee%netscape.com
5d5f512a43
Adding scrapebuilds toggle ui
2001-11-09 21:32:41 +00:00
mcafee%netscape.com
9b2192655b
Adding scrapebuilds.pl
2001-11-09 21:31:19 +00:00
ian%hixie.ch
e383d0629d
Removing unnecessary spammy debug output (this code works now... honest\!)
2001-11-09 21:22:32 +00:00
ian%hixie.ch
29e9dfc2dc
Decode %XX-encoded strings.
2001-11-09 21:19:59 +00:00
ian%hixie.ch
73179ecb4f
Added some more comments that might help people get this working on Apache.
2001-11-09 20:23:42 +00:00
ian%hixie.ch
657b6ffe1a
Factored out the connect/disconnect code, added settings for the host and the from address and made them be handled by a setup.configure handler, wrapped the call to Net::SMTP->new() in a warning-free block.
2001-11-09 20:21:11 +00:00
ian%hixie.ch
53e6d5ac79
Adding support for generic saving and retrieving of settings.
2001-11-09 20:13:21 +00:00
ian%hixie.ch
0c4ffdbd75
Adding a comment on the use of assert()
2001-11-09 20:09:22 +00:00
ian%hixie.ch
dcc2097dae
Refactored the Database::DBI code. Added support for default values in the setup code. Added support to create the database and the user (although some of this may need refactoring into separate MySQL submodules).
2001-11-09 17:23:41 +00:00
ian%hixie.ch
0bcc147053
Changing the order of loaded modules to make sure they are set up in the right order.
2001-11-09 17:16:50 +00:00
ian%hixie.ch
791fc529b1
Added a missing 'return' statement so that the user.fields setup routine doesn't appear to have failed when it hasn't (without a return statement, the value of the last statement is the return value).
2001-11-09 17:15:13 +00:00
ian%hixie.ch
b8414702ac
Changed the DESTROY method to make sure it calls its parent.
2001-11-09 17:13:27 +00:00
ian%hixie.ch
0cb23ea40f
Added support for printing the default value for requests.
2001-11-09 17:12:18 +00:00
ian%hixie.ch
9d7bf3c600
Added the ability to find the length of an array (array.length to go with array.0, array.1, etc). Added assertions to handle the case of invalid order or sort attributes on <set>. Added two new sort types ('default' and 'reverse default').
2001-11-09 17:10:22 +00:00
ian%hixie.ch
725d3308e9
Added two assertions to make sure the handle is defined before using it, and added a check that the handle is defined before releasing it. Also changed the DESTROY method to call its parent.
2001-11-09 17:07:18 +00:00
ian%hixie.ch
744e2e3847
Removing excess trailing spaces on one line, and moving a warn from level 5 ('important events') to level 8 ('frequent important events').
2001-11-09 17:03:40 +00:00
ian%hixie.ch
20f63b1ced
Fixed DESTROY method to make sure it calls its parent.
2001-11-09 17:00:28 +00:00
ian%hixie.ch
4da016547c
Removing the @arguments array from a dump statement, because if any of the elements in the array are undef then a runtime warning is printed (undef elements is not always a bug).
2001-11-09 16:58:38 +00:00
ian%hixie.ch
7444cd2f92
Added a level 5 dump indicating the completion of the PLIF program.
2001-11-09 16:56:49 +00:00
ian%hixie.ch
b8d1bff110
Fixed DESTROY method to make sure it called it's parent.
2001-11-09 16:52:08 +00:00
ian%hixie.ch
f939cf3dd2
Change default DEBUG level from 9 to 4, which is what it should be in production releases. Added comments explaining debug levels 6 (reserved for personal use) and 8. Added level 10 debug info to the DESTROY method (makes it easier to track down bugs during shutdown).
2001-11-09 16:50:47 +00:00
ian%hixie.ch
fcf68a1cc0
Made it so the setupEnding event is sent out after the setup failure message is printed but before the setup success message is printed (reduces the number of error messages if you cancel during setup). Changed the semantics of the output.progress string's data.component data. It is now a dotted hierarchical string giving progressively more detail about what is being set up. e.g., 'database', 'database.default.settings', 'database.default.settings.connection.port'. If outputters are interpreting data.component then any trailing unknown levels of detail should be ignored. This allows the setup routines to potentially give much more useful output. Fixed the default stdout output string for setup (it has <text variable=""> instead of value="").
2001-11-09 16:39:29 +00:00
timeless%mac.com
749f837a11
Bugzilla Bug 109138 platform detection not working on macintosh
...
r=bbaetz,dkl
2001-11-09 05:32:43 +00:00
myk%mozilla.org
d8061828ca
Fix for bug 109048: fixes error when creating attachments without logging in.
...
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2001-11-09 01:11:09 +00:00
ian%hixie.ch
1b1a10e431
Also send default values to output.
2001-11-08 17:27:07 +00:00
ian%hixie.ch
e4827e8055
Implement default values for arguments. getArgument() and createArgument() now take two parameters like setArgument(). Changed the CommandLine module's createArgument() method so that if the user hits enter at the prompt, the default value is used. Added some comments to clarify what is going on with the 'batch' argument. Changed setArgument() and createArgument() in the Arguments module and createArgument() in the CommandLine module to be more efficient (less array copying).
2001-11-08 17:09:11 +00:00
ian%hixie.ch
f0f9512da4
Adding comments to clearly indicate that no dump()s, warn()s or error()s should have a level lower than 5 unless they are not expected to occur during normal operation. Also changing the default level at which the user is notified of problems from 3 to 1.
2001-11-08 16:47:25 +00:00
ian%hixie.ch
c944fd6100
Added two new hooks into the setup code: a start notification and an end notification. Added the ability to disable the string datasource (causes it to only use the default strings and not the database). Made the string datasource automatically disable itself during configuration, using the two hooks added to the setup code. This removes the warning messages that are output during a clean setup ('could not get string from database', etc).
2001-11-08 16:42:42 +00:00
ian%hixie.ch
7555438b4c
Improved error handling for the case where the database configuration doesn't exist and therefore every output attempt raises database errors. Fatal database errors are now fatal, missing database configurations is not. This would be a lot cleaner if Perl exceptions were objects... Also improved some of the error messages.
2001-11-08 16:10:21 +00:00
ian%hixie.ch
8c7914277e
Added a little more level 9 verbose debugging feedback to help track down where output is going wrong.
2001-11-08 05:07:42 +00:00
ian%hixie.ch
7c20665250
Stop complaining about the configuration file missing -- if it is not there then just assume there is nothing to worry about. This makes the output of the initial run with the 'setup' argument a lot quieter.
2001-11-08 05:06:27 +00:00
ian%hixie.ch
00f010f948
Make the STDOUT generic outputter flush everything it outputs -- this fixes a bug whereby sometimes prompts wouldn't appear until after the user had replied to them.
2001-11-08 05:03:57 +00:00
justdave%syndicomm.com
5e6a01c718
Fix for bug 99519: timestamps were not being set correctly in the activity table in some situations, and the delta_ts on the
...
bug itself was not always being updated if dependencies or CCs changed.
Patch by Dave Miller <justdave@syndicomm.com>
r= bbaetz, jake
2001-11-08 03:38:12 +00:00
myk%mozilla.org
32f4159790
Fix for bug 104652: Duplicate bugs in the dependency tree now get marked with the message "This bug appears elsewhere in this tree." so users know why the bug does not appear to have dependencies.
...
Patch by Gerv <gerv@mozilla.org>.
r=jake@acutex.net ,myk@mozilla.org
2001-11-08 02:43:55 +00:00
myk%mozilla.org
8343293339
Fix for bug 108822: Prevent any user from changing their own groupset.
...
Patch by Jake <jake@acutex.net>.
r=bbaetz,myk
2001-11-08 00:54:15 +00:00
myk%mozilla.org
cba5adf358
Fix for bug 108821: Prevent users with any blessgroupset privileges from blessing any group set.
...
Patch by Jake <jake@acutex.net> and Bradley <bbaetz@cs.mcgill.ca>.
r=jake,myk for Bradley's portion, r=bbaetz,myk for Jake's portion.
2001-11-08 00:52:13 +00:00
myk%mozilla.org
faff2bf103
Fix for bug 108812: Prevent users from running queries containing arbitrary SQL.
...
Patch by Jake <jake@acutex.net>
r=bbaetz,myk
2001-11-08 00:49:18 +00:00
bbaetz%cs.mcgill.ca
67cff5d825
Require (temporarily) mysql >= 3.23.5 for the ~ operator, needed for the
...
fix to bug 107718. This should be removed when the group stuff lands (bug
60822).
r=justdave x 2
2001-11-07 22:42:32 +00:00
bbaetz%cs.mcgill.ca
8262999a16
Bug 101166 - users seeing a bug via _accessible bits should see that its
...
the group
r=justdave,jake
2001-11-07 16:11:33 +00:00
jake%acutex.net
3cdfdecef1
Bug 108547 - Make the JavaScript use proper DOM
...
Patch by Christopher Aillon <caillon@returnzero.com>
r= timeless@bemail.org , kiko@async.com.br
2001-11-07 14:58:56 +00:00
ian%hixie.ch
8d66d47bac
Disambiguate the names of the two methods 'hash' and 'sort'. They are now called 'genericHash' and 'genericSort' so as not to clash with the perl builtins 'CORE::hash' and 'CORE::sort'.
2001-11-07 02:49:21 +00:00
ian%hixie.ch
354aaaa6f6
Changing the shebang to point to a more likely location of the perl interpreter.
2001-11-07 02:46:38 +00:00
ian%hixie.ch
9afda81c2a
Initial checkin of the first PLIF test application.
2001-11-07 01:42:05 +00:00
jake%acutex.net
85bc7a97ee
Refixing bug 71840 - The name should be the 'name' should be the same as what the 'href' points it too...
...
r= justdave@syndicomm.com
2001-11-06 18:06:02 +00:00
justdave%syndicomm.com
cf93f342f9
SECURITY FIX see bug 108385: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to add a comment to a bug pretending to be someone else if you edited the HTML by hand before submitting. The bug form did not include the field in question, but due to legacy processing code, the field was still trusted if it was present.
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake x2
2001-11-05 20:47:17 +00:00
justdave%syndicomm.com
65cddcfd90
SECURITY FIX see bug 108516: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to file a
...
bug pretending to be someone else if you edited the HTML by hand before submitting.
Patch by Dave Miller <justdave@syndicomm.com>
r= bbaetz, jake
2001-11-05 20:43:35 +00:00
mcafee%netscape.com
74ecd5d3e0
scrape comment
2001-11-05 08:50:55 +00:00
timeless%mac.com
8dfc5d01e9
Bugzilla Bug 107672 Browser OS/Platform discrimination alg sucks
...
r=bbaetz, jake
Windows XP references are #'d because of bug 92763
2001-11-05 04:44:34 +00:00
bbaetz%cs.mcgill.ca
f5ab0d9a21
Bug 107718 - mass changes give all changed bugs the groupset of the first
...
bug in the list.
Do bit fiddling instead of adding groupsets from the first bug.
r=justdave, jake
2001-11-03 05:49:23 +00:00
mcafee%netscape.com
17cd7b028d
remove unused remove_build sub.
2001-11-03 05:14:10 +00:00
mcafee%netscape.com
95069efe13
Adding multi-line support.
2001-11-03 02:10:05 +00:00
justdave%syndicomm.com
50e9ba7770
Fix for bug 105773: Email addresses in the CC list are now sorted case-insensitively
...
Patch by Adam Kennedy <bugzilla@ali.as>
r= justdave x2
2001-11-03 02:05:43 +00:00
mcafee%netscape.com
1a437bdad5
cut&paste bug
2001-11-03 01:18:39 +00:00
mcafee%netscape.com
2eb5f7fa1c
Adding basic scrape functionality. Pick off TinderboxPrint: token and print the argument in the corresponding build box. Currently limited to one line, multi-line change coming next.
2001-11-03 00:50:13 +00:00
mcafee%netscape.com
b551cab760
Adding scrape.dat
2001-11-02 22:55:09 +00:00
mcafee%netscape.com
a7306dfd1f
Switching to TinderboxPrint:aaa,bbb,ccc format. r=pchen
2001-11-02 22:41:40 +00:00
justdave%syndicomm.com
dcfb5d6374
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
mcafee%netscape.com
0699f99205
Adding scrape scan.
2001-11-02 09:43:12 +00:00
mcafee%netscape.com
62ac6bc208
Tinderbox,aaa,bbb,ccc,ddd format.
2001-11-02 09:37:35 +00:00
mcafee%netscape.com
05281255b8
General purpose version of bloat.pl
2001-11-02 05:22:00 +00:00
mcafee%netscape.com
c3dc15ab8b
no warn.pl anymore
2001-11-02 05:20:25 +00:00
tara%tequilarista.org
4e57ea4f39
Checking in fix for bug #86920 , fix from jake@acutex.net
2001-10-31 04:30:33 +00:00
tara%tequilarista.org
c5aeb3016c
Checking in patch for bug #44641 , patch from Ian Wells
2001-10-31 04:20:28 +00:00
tara%tequilarista.org
a84ddb446f
Checking in patch for bug#36597, patch from miri@punknet.cz
2001-10-31 04:07:25 +00:00
jake%acutex.net
811101a3b4
Fixing tinderbox bustage (removing <Tab>s and adding a "use vars" line)
2001-10-31 03:31:00 +00:00
zach%zachlipton.com
a07f057d55
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
6b4b5c2b1e
Fix test bustage by removing tabs.
2001-10-31 00:21:28 +00:00
myk%mozilla.org
e67b38e912
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
d3e20732b5
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
4d2830186b
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
96664b4739
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
e101daceeb
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
745a1518eb
Check templates for tabs, also.
2001-10-26 13:21:38 +00:00
waterson%netscape.com
85615413b7
Change %f to %d for page load times.
2001-10-26 06:37:31 +00:00
waterson%netscape.com
2219cf5bf4
Use ms instead of s for pageloader time.
2001-10-26 06:32:58 +00:00
myk%mozilla.org
e41d92589f
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
45dc65778f
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
timeless%mac.com
926fc6c1f9
Bug 104540 LXR updates for .idl collaboration diagrams
...
by mozilla@elemental.com (Brian Bramlett)
r=endico
2001-10-25 01:05:07 +00:00
bbaetz%cs.mcgill.ca
9db53c7a32
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
5f621e5961
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
282e2eab08
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
75faca54fd
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
afa66d34ff
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
d6397d0d5a
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
seawood%netscape.com
78adb43687
Fix missing description problem for options that required multiple lines for the description.
2001-10-21 19:11:25 +00:00
jake%acutex.net
cd5915781c
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
2edcc77a4b
Backing out previous change, the wrong patch got checked in.
2001-10-20 12:59:57 +00:00
gerv%gerv.net
2c9c137ea1
Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, jake/gerv.
2001-10-20 01:06:59 +00:00
jake%acutex.net
3b1570750c
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
d1b5c1f437
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
3905de3eb0
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
86dccb7385
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
1755af2c9d
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
21fe682b44
yet another meaningless whitespace change to test tinderbox with
2001-10-19 13:03:52 +00:00
justdave%syndicomm.com
8febda1bc1
another useless whitespace change to test tinderbox with
2001-10-19 06:19:52 +00:00
mcafee%netscape.com
dd631f42a6
Adding one more sig fig for startup time.
2001-10-19 06:15:24 +00:00