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

802 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com 7082bf7898 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 cd20e40187 ignore the /data/ directory when compiling. 2004-07-18 18:39:21 +00:00
kestes%walrus.com 6939c741f4 fix typo. 2004-07-18 18:38:36 +00:00
kestes%walrus.com 90cc914be2 allow mail processing to cause regeneration. 2004-07-18 18:37:46 +00:00
kestes%walrus.com 91ecbc29c9 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 7969be0ae8 forgot to sort the files. 2004-07-18 17:58:39 +00:00
kestes%walrus.com f9e61f986b 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 d20d393405 move the link for bugs to the top of the popup window. 2004-07-18 16:45:57 +00:00
kestes%walrus.com 7689f778f1 add a url back to the main index page, remove unused URL treepages. 2004-07-18 16:44:15 +00:00
kestes%walrus.com efe82419fb put a link back to the main tinderbox page. 2004-07-18 16:43:27 +00:00
kestes%walrus.com 65139cbc2c 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 9035b8ea4a checked in a file with java comments instead of perl comments. 2004-07-17 00:04:19 +00:00
kestes%walrus.com 532cefb62a 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 8f725a2a98 add support for regeneration via httppost. 2004-07-12 01:02:31 +00:00
kestes%walrus.com bbc1c22202 add oracle warnings to ignore. 2004-07-12 01:01:53 +00:00
kestes%walrus.com f32560432b typo, missing '/', this must never have worked. 2004-07-12 01:01:19 +00:00
kestes%walrus.com aabfd721d0 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 0090dd21d3 fix problem with scope of my variable. 2004-07-10 14:47:34 +00:00
kestes%walrus.com 88daf987de add the ant errot "BUILD FAILED". 2004-07-10 14:47:00 +00:00
kestes%walrus.com a7e650a21b minor change to improve consistancy and add bug numbers to some comments. 2004-06-15 01:18:18 +00:00
kestes%walrus.com 8d48c74e1c add support for the perforce p4db web page changeView.cgi 2004-06-15 01:16:55 +00:00
kestes%walrus.com e2ecdc9aba get the all_vc.html page working like bonsai version. 2004-06-08 11:48:00 +00:00
kestes%walrus.com 810e7c8c3a 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 e094ceded2 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 98253014ca 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 d3edb3ee4a better comments to explain the way perforce accepts input 2004-06-08 03:41:05 +00:00
kestes%walrus.com 057d549411 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 c8724d1414 better document the perforce variables. 2004-06-08 00:09:09 +00:00
kestes%walrus.com 4f13520f50 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 ae7fb4b474 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 818cb13c7e 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 f95ab430f8 use of uninitiallized variable $time fixed. Thanks to "Troy Chevalier" <troy#tellme.com> 2004-04-19 12:42:16 +00:00
kestes%walrus.com 208453c9f5 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 4a2f1a4a32 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 5abc73e899 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 de2034894e 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 fa816842cf 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 78136c3c5b 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 ea68f99149 removed a debugging print statement in the code 2003-12-27 21:16:26 +00:00
kestes%walrus.com 3f7e399ed0 make the status page the default page for the index links. 2003-12-27 21:15:34 +00:00
kestes%walrus.com deb2c781cf fix headers to not mention CVS. 2003-12-27 21:15:05 +00:00
kestes%walrus.com 9d748b43b1 sample config files for this hacked version of bonsai. 2003-12-24 12:20:32 +00:00
kestes%walrus.com 303af487de a hacked version of bonsai which allows a query of PVCS data. 2003-12-24 12:16:36 +00:00
kestes%walrus.com e439e21e2c add info for viewcvs and pvcs. 2003-12-23 14:30:50 +00:00
kestes%walrus.com efe47bde66 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 865805f4d6 PVCS Dimensions! 2003-12-23 13:38:08 +00:00
kestes%walrus.com 9524bd376c 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 41fbc8c0e7 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 491fdbc8eb 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 b080d1786b fix tinderbox/bonsai bug which showed up when there are different repositories specified. 2003-12-23 13:18:23 +00:00