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

770 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com 200e765637 fixed a bug where the comments were correct but the code was wrong!
the code needed to call p4 something like this
            'p4 changes -s submitted @2003/05/10,@now //...'
but instead called it like this
           'p4 changes -s @2003/05/10,@now //...'
the '-s' did not have any
argument which is required.  This bug was found by  Ken Beal .
2004-03-10 03:42:44 +00:00
kestes%walrus.com 319aa84ad8 users are complaining that closing the std* file discripter breaks the build process, they get no output from child processes. 2004-01-14 00:22:50 +00:00
kestes%walrus.com 0ac1a955b9 close the standard file discriptors when daemonizing, one user complained that his code was waiting on these discriptors.
other internet resources also suggest this is a good idea in a daemon.
2004-01-07 02:20:24 +00:00
kestes%walrus.com 73a48b4a69 clear up some of the writing in this document based on user feed back. 2004-01-07 01:49:06 +00:00
kestes%walrus.com 3c283abcad move some hardcoded returns into variables to make debugging easier. Fix error_parser from returning build name. Also
move some mailer information into this script.
2004-01-07 01:48:33 +00:00
kestes%walrus.com 5ebc39200f fix some typos in the comments. Fix a missing ' which was preventing this
from compiling.
2004-01-07 01:47:09 +00:00
kestes%walrus.com 5e320e119a removed a debugging print statement in the code 2003-12-27 21:16:26 +00:00
kestes%walrus.com 20e2d53107 make the status page the default page for the index links. 2003-12-27 21:15:34 +00:00
kestes%walrus.com b31344211b fix headers to not mention CVS. 2003-12-27 21:15:05 +00:00
kestes%walrus.com bc0435aa46 sample config files for this hacked version of bonsai. 2003-12-24 12:20:32 +00:00
kestes%walrus.com b26e54efb9 a hacked version of bonsai which allows a query of PVCS data. 2003-12-24 12:16:36 +00:00
kestes%walrus.com 11eebd3c17 add info for viewcvs and pvcs. 2003-12-23 14:30:50 +00:00
kestes%walrus.com 0e680930c0 add documentation about HTTPPost. This is not as clear as I would like it, no time to fix it now. Hopefully it will get people interested even if they cannot understand it. 2003-12-23 13:41:58 +00:00
kestes%walrus.com e2b144019e PVCS Dimensions! 2003-12-23 13:38:08 +00:00
kestes%walrus.com 017d65f383 fix url link to vc_all, it did not contain data about which time to
scroll to.
2003-12-23 13:35:49 +00:00
kestes%walrus.com f79c06e1f4 fixed bug in rowspan being off by one for empty cells. Fixed bug where
vc_all did not get passed an anchor which pointed to the correct time in
the page. changed format of the time column to be consistent with the rest of
tindebox and not show the perl "localtime" (is this better?).
2003-12-23 13:32:16 +00:00
kestes%walrus.com d860f16166 a generic interface to get data from oracle. Currently only tested with
PVCS Dimensions.
2003-12-23 13:24:29 +00:00
kestes%walrus.com 113f893e3a fix tinderbox/bonsai bug which showed up when there are different repositories specified. 2003-12-23 13:18:23 +00:00
kestes%walrus.com 5891e89571 rearrange the declarations of variables to be clearer. I coppied this code
somewhere else and got it wrong since the declaration of the variables
was not in the same order as its use.  now the code is the same in both
places.
2003-12-23 13:10:17 +00:00
kestes%walrus.com 2effe7909e a VCDisplay module for the ViewCVS system. It is not a great repelacement
for Bonsai since ViewCVS does not allow arbitrary dates nor modules in its
input.  With a few additional features this could be equivelant to bonsai.
(Though I would still need to find a way to get the data OUT of
ViewCVS and replaethe TinderDB/Bonsai.pm with a ViewCVS version).
2003-12-23 13:04:00 +00:00
kestes%walrus.com d7a6e43aa5 major fixes to this file, it is a wonder any users firgured out how to set this file with so many bugs/typos in the original version which was in CVS. 2003-12-23 12:59:11 +00:00
kestes%walrus.com 8bdd1ede72 allower users to easily change the mailer. provide documentation to use the
HTTPPost script.
2003-12-23 12:51:50 +00:00
kestes%walrus.com 3a217743c2 mail replacment script which uses http. 2003-12-23 12:50:36 +00:00
kestes%walrus.com 6e644618d1 tell users about some HTTP post modules from perl. 2003-08-18 03:44:30 +00:00
kestes%walrus.com 6cf77757ae tell users to put tinderbox in the subject 2003-08-18 03:43:51 +00:00
kestes%walrus.com 1d5c4e8c0f make daemon-mode the default if no arguments present. 2003-08-17 16:23:59 +00:00
kestes%walrus.com 8b2f711e8a remove older ToDo stuff which is no longer relevant. 2003-08-17 16:06:58 +00:00
kestes%walrus.com ad16e5f848 change word
"Changes" to "Check-ins" to be consistent with rest of tinderbox.
2003-08-17 16:05:42 +00:00
kestes%walrus.com 4df50a57fb add new popup window to show UTC and Server time. 2003-08-17 16:04:27 +00:00
kestes%walrus.com 8379bf07ea change the contact info to point to new Contact file 2003-08-17 16:03:58 +00:00
kestes%walrus.com fb12d979bf change contact info to point to new Contact file. 2003-08-17 02:21:24 +00:00
kestes%walrus.com 10efe4c195 update contact info to point to new Contact file 2003-08-17 02:14:31 +00:00
kestes%walrus.com 9d70946d0f update contact information to point to new Contact file. 2003-08-17 02:13:17 +00:00
kestes%walrus.com 928a974b33 update contact information to point to new Contact file 2003-08-17 01:45:10 +00:00
kestes%walrus.com ca798b7241 change the contact information to point to the new Contact file 2003-08-17 01:44:08 +00:00
kestes%walrus.com 61a989446f update the contact info to point to the new Contact file 2003-08-17 01:39:22 +00:00
kestes%walrus.com da71a6ad68 update the contact information to point to the new Contact file. 2003-08-17 01:37:53 +00:00
kestes%walrus.com 65cb2af931 change contact information to point to Contact file. 2003-08-17 01:31:50 +00:00
kestes%walrus.com 97ceddb65c update contact information to point to new Contact file 2003-08-17 01:30:15 +00:00
kestes%walrus.com 47823373ae update contact information to point to Contact file 2003-08-17 01:29:26 +00:00
kestes%walrus.com 8ab2ff16c0 update contact information to point to new Contact file. 2003-08-17 00:57:43 +00:00
kestes%walrus.com 83e2c8d020 update contact info to point to new contact file 2003-08-17 00:48:55 +00:00
kestes%walrus.com 5a0aec5174 update contact info to point to new Contact file 2003-08-17 00:44:05 +00:00
kestes%walrus.com bbbe84da7e update information 2003-08-17 00:36:57 +00:00
kestes%walrus.com ccf8ab4152 new file to centralize my contact info 2003-08-17 00:36:11 +00:00
kestes%walrus.com 03d4f8b954 add information about the new UTC time columns 2003-08-16 18:37:44 +00:00
kestes%walrus.com 403d54f9f1 more spelling fixes from the master "Olly Betts" <olly@survex.com> 2003-08-16 18:31:09 +00:00
kestes%walrus.com 202b41314d add support for GMT/UTC in the pretty printing of HTML times 2003-08-16 18:29:00 +00:00
kestes%walrus.com 3cfa299a2e new time columns, for use in development groups which span multiple time zones. Time_UTC will display the time column in UTC time this has no java script in it and Time_Local will use javascript to determine the browsers local time and display the times apropriately. 2003-08-16 18:23:02 +00:00
kestes%walrus.com 3145aaea12 Mega spelling and grammar patch by "Olly Betts" <olly@survex.com> this
is an amazing set of fixes, must have read the whole code found a few
inconsistencies in error messages and fixed those too.
2003-08-04 17:15:17 +00:00