Граф коммитов

2690 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 25f260c715 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 dfd9b8fa51 turn apostrophe into accute accent to work arround netscape bug. 2001-11-14 21:59:55 +00:00
kestes%walrus.com ecdc8de5e6 document most important change. 2001-11-14 21:25:49 +00:00
kestes%walrus.com d3e78a0f85 admin scripts I use. 2001-11-14 21:24:36 +00:00
kestes%walrus.com 618b9d7704 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 1006ed316d 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 7a5db2003c allow for alternating builds using a single build process. 2001-11-14 21:21:02 +00:00
bbaetz%cs.mcgill.ca 91fafca168 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 cca68c9a93 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 da7e725db3 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 07e2f4e3ac 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 963817d4d2 Oops. Bug 109690 again, r=justdave, gerv 2001-11-12 05:47:24 +00:00
bbaetz%cs.mcgill.ca 67fff67155 Bug 109690: Check $bug before using it.
r=justdave,gerv
2001-11-12 05:39:14 +00:00
ian%hixie.ch 305453a450 Some very primitive default HTML output files for login.accessDenied and login.detailsSent. 2001-11-11 15:37:48 +00:00
ian%hixie.ch c1fbe83087 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 a98c451be4 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 c2b7af4e48 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 333b70e6e1 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 538669aedd 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 c36586eccb Switching to arg form of system call to avoid security hole (76109) 2001-11-11 09:08:56 +00:00
mcafee%netscape.com be9eedb5d2 typo! fixes bug 2001-11-11 08:30:21 +00:00
ian%hixie.ch ebf177c5db 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 c9fdcfec0f First stab at primitive AIM output support as an alternative to e-mail. 2001-11-11 04:18:09 +00:00
ian%hixie.ch fb9e84ff2d Fix typo (PLIFF->PLIF) 2001-11-11 00:58:48 +00:00
ian%hixie.ch a538c2a0cd 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 085c309f7d 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 65d308d967 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 4c322128a7 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 7c4f16563f Bracket shuffling to fix a warning in Perl 5.0.x. 2001-11-10 21:57:07 +00:00
ian%hixie.ch 2d3f1dc3de 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 2f00ddd8dc 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 b9400f341d 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 5139796ce4 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 503d696c7e 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 ceb11d6d7f 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 760684e638 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 755f8317fa Fixing ill-formedness error. 2001-11-10 20:34:00 +00:00
mcafee%netscape.com 11792d7e2d fixing perl error 2001-11-10 20:21:38 +00:00
mcafee%netscape.com c0f007744b Switching to proper log-header variable 2001-11-10 19:26:42 +00:00
ian%hixie.ch b5ef59ba98 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 25760a3e0a 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 168f7364e4 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 75d4cd33b4 proper checking for scrape_builds data 2001-11-10 06:01:35 +00:00
ian%hixie.ch 653db8eef9 Oops, syntax error. 2001-11-10 05:21:17 +00:00
ian%hixie.ch 73e0c55c22 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 4a03227913 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 d433d136be Implement some primitive error handling for sending mail. 2001-11-09 21:59:21 +00:00
mcafee%netscape.com 8e94200878 Adding scrapebuilds.pl check 2001-11-09 21:37:02 +00:00
mcafee%netscape.com fbdc6f515c Adding scrape_builds 2001-11-09 21:35:25 +00:00
mcafee%netscape.com a2023e4533 Adding scrapebuilds toggle ui 2001-11-09 21:32:41 +00:00