preed%netscape.com
56f90bacb5
addition to code to allow open/closed information on tinderbox pages
...
(essentially turned this functionality on again). reviewed by ltabb.
1998-08-06 23:35:58 +00:00
terry%netscape.com
c58d902be0
Patch by Erik Bruchez <Erik.Bruchez@iname.com> -- cope with "-d" in
...
the modules file.
1998-08-06 16:54:50 +00:00
preed%netscape.com
9c7abafa29
Added testfailed status; modified gz filenames to add buildates; reviewed
...
by ltabb.
1998-08-04 00:29:17 +00:00
jwz%netscape.com
feed426fb4
from Dawn Endico <dawn@cannibal.mi.org>:
...
Make the url prefix for bonsai configurable.
1998-07-28 19:18:54 +00:00
jwz%netscape.com
a821b69788
from Dawn Endico <dawn@cannibal.mi.org>:
...
add bonsaihome configuration variable
1998-07-28 19:17:42 +00:00
jwz%netscape.com
070c75cb48
from Dawn Endico <dawn@cannibal.mi.org>:
...
export $Path variable. Local.pm needs it as a global variable.
htmlify file names and email addresses
1998-07-28 19:17:30 +00:00
jwz%netscape.com
5be8cfa30e
from Dawn Endico <dawn@cannibal.mi.org>:
...
remove the hard space from the template. Its now the job of the
description function to provide a space in case of a blank desc.
1998-07-28 19:17:14 +00:00
jwz%netscape.com
fd77315577
from Dawn Endico <dawn@cannibal.mi.org>:
...
move description functions to the new Local.pm module
1998-07-28 19:17:03 +00:00
jwz%netscape.com
2fda0ad217
from Dawn Endico <dawn@cannibal.mi.org>:
...
use the new bonsaihome configuration variable
1998-07-28 19:16:48 +00:00
jwz%netscape.com
a62dd39b72
from Dawn Endico <dawn@cannibal.mi.org>:
...
Place installation specific subroutines into their own module.
New improved file/directory description hackery goes here.
1998-07-28 19:16:34 +00:00
terry%netscape.com
084933821d
Expand email addresses properly when sending tree opened, tree closed notices.
1998-07-27 21:10:16 +00:00
terry%netscape.com
4572b85fbb
Munge the username to a proper email address before sending mail.
1998-07-27 20:57:51 +00:00
terry%netscape.com
03adf300af
Deal better with % in the middle of usernames.
1998-07-27 20:53:06 +00:00
terry%netscape.com
22273e5056
Call ldap with only 20 people at a time, because it sometimes seems to
...
choke if you give it too many at once.
1998-07-22 21:12:19 +00:00
terry%netscape.com
f09a9f221e
Fix to deal with new '%' style of usernames.
1998-07-22 19:01:47 +00:00
terry%netscape.com
c6e9530da5
Don't exec mail any more.
1998-07-20 16:05:37 +00:00
cyeh
58c099674b
add example tinderbox client scripts
1998-07-09 17:36:13 +00:00
terry
3b4669dbd5
Patch by Matthew Wilson <msw@gimp.org> -- more layer poisition fixes.
1998-07-06 17:09:33 +00:00
terry
7d1bcc3192
Needs to loadConfigData() so that it can get the value of $rcsdiffcommand.
1998-07-06 16:50:08 +00:00
terry
afaf4f8fe4
Patch by Matthew Wilson <msw@gimp.org> -- removed extraneous apostrophe.
1998-07-02 22:54:16 +00:00
cyeh
f1d72db7b4
added "Couldn't find project file " error. This happens when a CW project
...
can't find the file to compile.
1998-07-02 17:26:48 +00:00
terry
6d5e39e2e2
Oops; left out one sentence.
1998-06-30 17:46:26 +00:00
terry
55c2993bc6
Add some explaination of what "the hook" is.
1998-06-30 17:39:57 +00:00
terry
05a344e45d
Oops; backed out last change. (I need to learn how to use CVS. :-)
1998-06-29 17:37:06 +00:00
terry
586172c283
Patches by Matthew Wilson <msw@gimp.org> -- added much of the missing configuration ability.
1998-06-29 16:21:41 +00:00
terry
c03cbc3e8f
Updated to reflect new config stuff introduced by Matthew Wilson <msw@gimp.org>
1998-06-29 16:20:46 +00:00
terry
2200f7329e
Patch by Artem Belevich <abelevic@ctron.com> -- don't choke so easily when parsing modules files.
1998-06-29 15:40:24 +00:00
terry
91af409db1
Artem Belevich <abelevic@ctron.com> has provided absolutely wonderful
...
installation instructions.
1998-06-27 00:03:19 +00:00
terry
a6ddb74c06
More patches from Matthew Wilson <msw@gimp.org> -- keep popup layer location; quote some URLs better.
1998-06-26 19:00:22 +00:00
terry
6c0b6827f7
Use time2str instead of ctime; ctime seems to return different things on different systems.
1998-06-26 18:37:51 +00:00
terry
8711847dba
Patch from Matthew Wilson <msw@gimp.org> -- keep the popup layer in a reasonable place on the screen.
1998-06-26 18:12:08 +00:00
terry
b6697e43aa
Patch from Matthew Wilson <msw@gimp.org> -- was not parsing dates correctly.
1998-06-26 16:02:03 +00:00
terry
7882f4f0cf
Patch from Artem Belevich <ABelevic@ctron.com> -- greatly increase speed when rebuilding database by caching everything. Probably makes the runtime huge, but who cares?
1998-06-26 15:42:01 +00:00
jwz
6de4a254db
dawn@cannibal.mi.org:
...
htmlify descriptions in directory listings
remove some more style file stuff
1998-06-23 01:01:39 +00:00
jwz
52613c50bc
dawn@cannibal.mi.org:
...
</TD> was getting gobbled up
1998-06-23 01:01:26 +00:00
jwz
ac53867de0
dawn@cannibal.mi.org:
...
yet another attempt at adding descriptions to directory listings.
This time use the following search criterion for rcs variables
which hopefully won't confuse cvs. /Id: $filename/
mozilla/README directory was confusing lxr. Added a check
that README is a regular file before its displayed in the directory
listing.
1998-06-23 01:01:11 +00:00
ltabb
5af6a2949b
added the ability to disable builds instead of removing them from the page
1998-06-22 21:28:47 +00:00
terry
c965f1344d
Last change also included a patch from Matthew Wilson <msw@gimp.org> to make things correctly deal with RCS files that somehow get an extra CR at the end. Thanks Matthew!
1998-06-22 16:36:43 +00:00
terry
4b8e913702
Don't hardcode the bonsai directory name.
1998-06-22 15:43:47 +00:00
jwz
ee281ae46f
oh, fuck me
1998-06-20 01:31:01 +00:00
jwz
ef0b4db104
backed out the last few changes; it's all messed up and I don't feel like messing with it right now.
1998-06-20 01:29:23 +00:00
jwz
87087dbce0
fixed cvs botch
1998-06-20 01:09:35 +00:00
jwz
1c4956c9e4
from dawn: cleverly generate stuff for the "Description" column in LXR directory listings.
1998-06-19 23:06:50 +00:00
cyeh
d660cc50a2
added some more documentation
1998-06-19 23:05:51 +00:00
terry
8c6dcc5a4f
Don't be chatty.
1998-06-19 15:36:21 +00:00
terry
b50857ef5d
cd to the real tinderbox dir.
1998-06-19 15:32:07 +00:00
terry
5ec2579584
Don't show diffs for files that we're 'hiding'.
1998-06-19 15:13:40 +00:00
terry
f43f8bb60d
Use POST for multidiff, since the URL otherwise can get too big.
1998-06-19 14:58:19 +00:00
terry
9febc7a662
Implement CheckHidden(), so that we can have some semblance of security.
1998-06-18 16:47:00 +00:00
terry
69b8829b85
Document some config files.
1998-06-18 16:45:03 +00:00