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

802 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com 86aa2e81e6 add a TinderHeader Banner, its like MOTD only there is only one Banner for all tinderbox projects. 2004-08-07 13:12:10 +00:00
kestes%walrus.com ccebcea921 ignore the /data/ directory when compiling. 2004-07-18 18:39:21 +00:00
kestes%walrus.com e07f82c6f0 fix typo. 2004-07-18 18:38:36 +00:00
kestes%walrus.com 0e0d50f1df allow mail processing to cause regeneration. 2004-07-18 18:37:46 +00:00
kestes%walrus.com 4a29197e5d missin '/' between dirname and basename. Add functionality for large number of checkins. allow more files to be in each checkin. 2004-07-18 18:36:28 +00:00
kestes%walrus.com 49ac9ce62f forgot to sort the files. 2004-07-18 17:58:39 +00:00
kestes%walrus.com b2e5c09c4f the tinderbox page of VC activity should not list all the files which have
changed in a directory, if there are many of them, instead list the
directory /*
2004-07-18 17:57:13 +00:00
kestes%walrus.com b557974d80 move the link for bugs to the top of the popup window. 2004-07-18 16:45:57 +00:00
kestes%walrus.com bd36c2e5c3 add a url back to the main index page, remove unused URL treepages. 2004-07-18 16:44:15 +00:00
kestes%walrus.com 88c3a5730b put a link back to the main tinderbox page. 2004-07-18 16:43:27 +00:00
kestes%walrus.com ef86329436 update the overlib code to 4.00. Give up on supporting browsers without
javascript while using the overlib code,
there are so few people using them  and this is making a mess of the overlib
popups.
2004-07-18 16:42:39 +00:00
kestes%walrus.com 7158748e0d checked in a file with java comments instead of perl comments. 2004-07-17 00:04:19 +00:00
kestes%walrus.com c98d5a240b fix filespec definitions, must have a //depot/ and I got the order of my
perl variables wrong in construction.
2004-07-12 01:03:38 +00:00
kestes%walrus.com e4c4eea56c add support for regeneration via httppost. 2004-07-12 01:02:31 +00:00
kestes%walrus.com 14fbc5f3c7 add oracle warnings to ignore. 2004-07-12 01:01:53 +00:00
kestes%walrus.com 6dc442cff5 typo, missing '/', this must never have worked. 2004-07-12 01:01:19 +00:00
kestes%walrus.com 7ec33531bc add documentation about using with HTPP Post
add error, output requried by webservers when posting.
2004-07-10 14:48:27 +00:00
kestes%walrus.com 51633cd629 fix problem with scope of my variable. 2004-07-10 14:47:34 +00:00
kestes%walrus.com c58c15a0be add the ant errot "BUILD FAILED". 2004-07-10 14:47:00 +00:00
kestes%walrus.com 71aef4cedf minor change to improve consistancy and add bug numbers to some comments. 2004-06-15 01:18:18 +00:00
kestes%walrus.com c82aafb957 add support for the perforce p4db web page changeView.cgi 2004-06-15 01:16:55 +00:00
kestes%walrus.com e5d5e97334 get the all_vc.html page working like bonsai version. 2004-06-08 11:48:00 +00:00
kestes%walrus.com c508d5d618 clean up the datastructures $authors which is used during rendering of html. Now its more regular and hopefully less complex. 2004-06-08 04:27:14 +00:00
kestes%walrus.com 21b784464e allow for an empty list of arguments. My advanced checking for '--' made this illegal. 2004-06-08 03:43:42 +00:00
kestes%walrus.com 30a87cf0b9 use the new rendering algorthms, (render empty blocks) major change in the structure brings perforce up to what is being done in bonsai and pvcs.
But now I understand this a bit more, simplify some data passing as we did in pcvs I need to fold this back into bonsai, perhaps tomorrow.
2004-06-08 03:42:50 +00:00
kestes%walrus.com 8e199cdae9 better comments to explain the way perforce accepts input 2004-06-08 03:41:05 +00:00
kestes%walrus.com 4861d301ea change the name of the TinderConfig variable which corresponds to P4PORT so thatit matches the env name. 2004-06-08 00:12:16 +00:00
kestes%walrus.com f442d721c5 better document the perforce variables. 2004-06-08 00:09:09 +00:00
kestes%walrus.com b6c7e3e3a6 had a bug in time2p4db() small differences in time were ignored. This would
effect the change lists for any time interval less then an hour.
2004-06-08 00:00:12 +00:00
kestes%walrus.com 1549e4caf7 the perforce 'p4 changes' command was formatteded wrong. I needto have the filesspec first with the time interval concatenated to this string not in a separate argument. 2004-06-07 22:54:34 +00:00
kestes%walrus.com c263b6734e improve the documentation and error checking for command line options to the configure script. It was not clear that the options must begin with a '-' and that the options do not have '_' but '-' in them. 2004-06-07 22:53:01 +00:00
kestes%walrus.com 64fb34a8ee use of uninitiallized variable $time fixed. Thanks to "Troy Chevalier" <troy#tellme.com> 2004-04-19 12:42:16 +00:00
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