terry%mozilla.org
25535f33b9
Oops; fixed perl error.
1999-10-18 23:32:03 +00:00
terry%mozilla.org
0165e4370c
Fixed stupid perl warning.
1999-10-18 23:23:08 +00:00
terry%mozilla.org
b2df112085
Massive spank to put "use strict" in all Bonsai code.
1999-10-18 22:55:01 +00:00
cyeh%netscape.com
0ae34be6b1
proxy checkin for terry@mozilla.org. quiet warnings about uninitialized
...
variables at runtime
1999-10-15 23:43:52 +00:00
terry%mozilla.org
8b409aca3c
Fixed what I believe is just a stupid typo. (This code really needs to have
...
"use strict" added to it all, and with all the resulting cleanup.)
1999-10-15 23:31:22 +00:00
terry%mozilla.org
7ff7cb6e09
Fixed a bunch of "undefined variable" warnings.
1999-10-15 23:16:32 +00:00
terry%mozilla.org
5ba179a29e
newer alphas of MySQL won't let use "when" as a column name, so let's change
...
our usage while it's still easy to do so.
1999-10-12 18:05:42 +00:00
terry%mozilla.org
3047adb17f
The port to perl caused this to generate times several hours off (due to timezone follies).
1999-09-23 23:34:59 +00:00
terry%mozilla.org
4723461f4c
Need to quote "@" in double-quoted perl strings.
1999-09-23 22:21:30 +00:00
terry%mozilla.org
41926a6714
Patches by Scott Heavner <sheavner@adaclabs.com> -- wording, wasn't displaying correct directory name.
1999-09-21 20:30:38 +00:00
terry%mozilla.org
a2b98618af
Patch by Ian Wells <I.Wells@tarragon-et.co.uk> -- disable JavaScript
...
magic on IE (where it wasn't working), other minor cleanups.
1999-09-17 15:47:03 +00:00
terry%mozilla.org
1815ac81ca
Removed one last (unused) TCL file; put in some things that were missing from the Makefile.
1999-09-15 14:50:45 +00:00
terry%mozilla.org
231f6e6fed
Removed incorrect munging of the directory name.
1999-08-23 18:01:43 +00:00
slamm%netscape.com
57d9b83687
Avoid tall lines (too many newlines)
1999-08-10 21:19:27 +00:00
slamm%netscape.com
3c389687c1
-mAvoid breaking the line in the middle of an entity.
1999-08-10 21:07:06 +00:00
terry%mozilla.org
5a91d6ab68
Fixed bug in "show all diffs" feature.
1999-08-06 17:06:09 +00:00
terry%mozilla.org
ec5e748d3b
Fix some Y2K issues! Now, don't freak out. The only real bug was
...
that lists of checkins would have started displaying the year as "100"
in the year 2000. I have changed to display 4-digit years throughout.
1999-08-05 22:49:38 +00:00
terry%mozilla.org
50118c7bf8
Fix some Y2K issues! Now, don't freak out. The only real bug was
...
that lists of checkins would have started displaying the year as "100"
in the year 2000. I have changed to display 4-digit years throughout.
1999-08-05 22:43:45 +00:00
terry%mozilla.org
613dbfdb9d
Oops; removed debugging output.
1999-08-05 16:43:00 +00:00
terry%mozilla.org
36d703f5fd
Was generating incorrect link to the "CVS Query Page."
1999-08-02 16:36:15 +00:00
terry%mozilla.org
486fd4f5b0
Fix another stupid typo.
1999-07-30 15:13:01 +00:00
terry%mozilla.org
c06fe864f8
Fixed typo in "mailto:" link.
1999-07-30 15:11:41 +00:00
terry%mozilla.org
0b7eef9f73
Fixed bug 10812 -- LXR paths were not getting generated correctly.
1999-07-30 01:28:32 +00:00
terry%mozilla.org
c1cfee5784
Got rid of some silly warnings.
1999-07-27 23:19:02 +00:00
terry%mozilla.org
0f627b3c98
Was sending multiple messages telling people they're on the hook.
1999-07-27 23:10:12 +00:00
terry%mozilla.org
45d1045d17
The 'modules' list on the main query page was just all wrong.
1999-07-27 16:25:08 +00:00
terry%mozilla.org
c1972e8e0d
Turned on "use strict" and fixed all the resulting warnings and errors.
1999-07-26 23:59:03 +00:00
terry%mozilla.org
fd1503f0d9
Backed out code Dieter put in that tried to restrict the view to only
...
directories in the current module. I think it was buggy, and it is
not behavior I particularly want anyway.
1999-07-26 23:46:04 +00:00
terry%mozilla.org
5d1bc1264d
Turned on "use strict" and fixed all the resulting warnings and errors.
1999-07-26 23:36:33 +00:00
terry%mozilla.org
84d04cee96
Was doing date order backwards, compared to the way it used to be.
1999-07-26 19:06:26 +00:00
terry%mozilla.org
2fe756947a
Dieter's patch tried to optimize things by using the legaldirs file
...
lying around when doing queries by module. This is a good idea, but
only works when the query being done is for the default module for a
tree. This isn't always the case! Rolled back code to Lloyd's old
code, which nobody really understands, but it works...
1999-07-26 16:10:55 +00:00
terry%mozilla.org
2b1b839853
Fixed some warnings.
1999-07-24 04:49:32 +00:00
terry%mozilla.org
8f618963db
Munge usernames containing "%" into an "@" when determining email address.
1999-07-23 22:12:29 +00:00
terry%mozilla.org
79ad901888
Fixed count of "while tree is closed" checkins.
1999-07-23 19:58:41 +00:00
terry%mozilla.org
ba86df650b
Fixed stupid warning.
1999-07-23 19:37:02 +00:00
terry%mozilla.org
da2de04a34
Fixed stupid typo.
1999-07-23 19:21:13 +00:00
terry%mozilla.org
258ccf5f6d
Let me tweak the parameters to DBI->connect().
1999-07-23 19:14:37 +00:00
terry%mozilla.org
bb14408922
Whoops; missing an include file.
1999-07-23 18:50:25 +00:00
terry%mozilla.org
744b1e709a
Removed stupid debugging printf's.
1999-07-23 18:50:07 +00:00
terry%mozilla.org
d1360d1cc4
Massive patch (mostly from Dieter Weber <dieter@Compatible.COM>) -- ported all TCL code to Perl.
1999-07-23 18:39:31 +00:00
cyeh%netscape.com
7d1593ba6c
evil evil hack. make sure that sheriffs is connected to
...
bonsai-hook@cvs-mirror.mozilla.org . This should be moved into a configfile
somewhere.
1999-07-23 01:48:08 +00:00
cyeh%netscape.com
0e5f78075b
remove
...
bonsai-hookinterest@glacier
mcom.dev.client.build.busted
from default hook addresses. add builds instead
1999-07-21 23:21:16 +00:00
mcafee%netscape.com
e4b8289dc3
Prefixing hook mail subject with Hook:
1999-07-15 18:15:44 +00:00
slamm%netscape.com
439b62ecca
Convert 'local' to 'my'. Use POSIX::strftime instead of Date::Format::time2str
1999-07-08 16:16:47 +00:00
terry%mozilla.org
a78320604d
Get rid of hard-coded lxr strings.
1999-06-24 18:17:58 +00:00
slamm%netscape.com
f3fa943d28
Remove 'Previous Revision' link from mark line. It is confusing to people.
1999-06-22 21:30:37 +00:00
terry%mozilla.org
7db21547d1
Patch by Christopher Kline <ckline@media.mit.edu> -- wasn't sending
...
right password to mysql.
1999-06-15 15:32:25 +00:00
terry%mozilla.org
665ae7e1a6
Keep the connection to the database open for as little as possible,
...
and that while in a lock. That way, multiple checkins all happening at
once can't overflow mysql with too many connections.
1999-06-03 20:32:20 +00:00
terry%mozilla.org
f96e1efd23
Fixed stupid typo that was preventing HTML tags from being quoted properly.
1999-05-14 00:09:47 +00:00
terry%mozilla.org
ff8a8baadf
Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- use autoconf to find
...
sendmail, other minor portability patches.
1999-05-13 02:59:27 +00:00
terry%mozilla.org
22cf0a2832
Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- use autoconf to find sendmail, other minor portability patches.
1999-05-12 21:41:57 +00:00
terry%mozilla.org
b957038bd2
Patch by Pontus Lidman <pontus@mathcore.com> -- no longer requires the tclx_test.tcl file (which I had neglected to check in anyway).
1999-05-04 15:29:31 +00:00
terry%mozilla.org
2274970d68
Makefile is now generated by autoconf stuff.
1999-04-30 19:39:14 +00:00
terry%mozilla.org
cfc9582f32
Don't muck with the permissions of the data directory if it already exists.
1999-04-30 19:20:16 +00:00
terry%mozilla.org
1e07ce6bd1
Work with older versions of mysqltcl.
1999-04-30 19:12:13 +00:00
terry%mozilla.org
1e1ce785d2
Provide a default value for userdomain.
1999-04-30 18:57:01 +00:00
terry%mozilla.org
1dc1ad1d3c
Patch by Pontus Lidman <pontus@mathcore.com> -- now uses autoconf,
...
works with tcl 8.x, more configuration stuff, etc.
1999-04-30 18:38:50 +00:00
terry%netscape.com
050b13e812
Oops; back out last change; was busting new checkins!
1999-04-09 16:50:49 +00:00
terry%netscape.com
c97aa8307f
Patch from Eric B. Mitchell <emitchell@altaira.com> -- Now uses
...
DBI::mysql instead of the mysql perl module that came with mysql. One
side effect of htis is that it now tries to log in as user "bonsai";
I'm actually not sure what username it was trying before. Also, fixes
a few minor bugs.
1999-04-09 14:22:53 +00:00
terry%netscape.com
ea3c305e92
Patch from Larry Prall <lgp@mindspring.com> -- added missing content-type.
1999-04-09 04:10:22 +00:00
terry%netscape.com
d56c460f7f
Patch from Larry Prall <lgp@mindspring.com> -- fix stupid typo.
1999-04-09 04:05:10 +00:00
terry%netscape.com
7bd52e4f5a
Silly utility to generate lists of who has ever checked in a file in a
...
directory.
1999-04-01 23:07:19 +00:00
slamm%netscape.com
bd5cb6588a
Make user/rev link goto the diffs like it used to. What I would really like to have is a tools that is a combined blame/diff.
1999-03-26 19:20:36 +00:00
terry%netscape.com
fa5b9672c5
If no branch is specified, use HEAD.
1999-03-25 01:17:36 +00:00
slamm%netscape.com
fdfe711a50
Put everything in a table.
1999-03-25 00:22:22 +00:00
slamm%netscape.com
2f23080660
Slight logic tweak. Remove '|' after line number for a lighter look.
1999-03-22 20:24:44 +00:00
slamm%netscape.com
c36a3a81d2
Use banner.html for banner again. Add NOWRAP to navigation links.
1999-03-22 20:16:33 +00:00
slamm%netscape.com
28cb3cb22a
Simpler mechanism for controlling the tables. <PRE> tags are still not closed (may not be worth fixing them). Position popup next to link. Fix typo. Include banner to help configurability.
1999-03-22 20:15:27 +00:00
braddr%puremagic.com
e7ca1e3bd6
Erk.. that broke cvsblame
1999-03-21 03:20:09 +00:00
braddr%puremagic.com
ecf3c0849d
Must close </td></tr></table> at the end of the page.. otherwise lots of content never renders under nscp 4
1999-03-21 03:17:56 +00:00
slamm%netscape.com
05c61bcfb4
Add lxr to navigation links
1999-03-20 02:00:48 +00:00
slamm%netscape.com
39842b054b
Get rid of unused stuff. Tighten up the header.
1999-03-20 01:50:52 +00:00
slamm%netscape.com
c450d672eb
Redo the header.
1999-03-20 01:30:16 +00:00
slamm%netscape.com
f2ba8037fb
Add support for non-layers capable browsers. Use same fonts as lxr. Have revision link take you to the previous blame of that revision.
1999-03-20 00:27:42 +00:00
slamm%netscape.com
98fcae955b
Update the look. Alternate row color with revision number.
1999-03-19 23:36:58 +00:00
slamm%netscape.com
0ce5fa1b65
Turn line numbers on by default.
1999-03-19 21:49:45 +00:00
terry%netscape.com
7dab9a5be4
Was not correctly checking BUGSYSTEMEXPR (because the config file
...
hadn't been read in).
1999-03-18 22:41:07 +00:00
terry%netscape.com
3e514dec58
Fixed typo in comment.
1999-03-16 18:29:45 +00:00
terry%netscape.com
e9f2efd213
Got rid of the "bonsai-hook@warp" nonsense. Added an optional "cchookmail"
...
entry in the config file, to allow us to set people who always get
CC'd on mail to the hook.
1999-03-02 01:55:49 +00:00
terry%netscape.com
42db7cd630
Quote link containing username. Was choking if a username happened
...
to contain a % followed by two hex digits...
1999-02-20 06:04:57 +00:00
terry%netscape.com
5520ca8234
Patch by Patrick Amiel <amielp@netscape.com> -- spaces in filenames
...
was confusing some clients. Made the JavaScript a bit more paranoid.
1999-02-08 18:56:24 +00:00
terry%netscape.com
7c7a8028e8
Oops; removed debugging printf.
1999-01-08 00:27:56 +00:00
terry%netscape.com
84f3bca5d8
Netscape has changed the way its internal LDAP is set up.
1999-01-08 00:27:15 +00:00
cyeh%netscape.com
491999a846
first pass to remove http://warp links and update bonsai documentation
...
to be more outsider friendly.
1998-11-12 02:30:55 +00:00
terry%netscape.com
b4e5d99e03
Added the maintainer's email address.
1998-11-03 23:55:25 +00:00
terry%netscape.com
48b6967caf
Cope a little better when there is no ldap server.
1998-11-02 19:48:24 +00:00
terry%netscape.com
73863b2cb0
Was crashing if we had more than 20 people on the list and we couldn't
...
contact the LDAP server.
1998-11-02 18:56:33 +00:00
terry%netscape.com
4da0518a59
Detect things we can't automatically back out, and say so.
1998-10-14 23:13:04 +00:00
ltabb%netscape.com
ce4e3553ca
added doesn't match regular expression where regular expressions are handled.
1998-10-08 22:01:36 +00:00
blizzard%appliedtheory.com
e02239d6a9
Adding the first pass at a bonsai faq. This answers some administration
...
questions, no install information in here yet.
1998-10-07 19:29:26 +00:00
terry%netscape.com
737e4e368e
Added a link which will generate a script of CVS commands which would
...
back out the changes listed on the page.
1998-10-01 15:05:46 +00:00
terry%netscape.com
e2c9b7c359
Mention the file 'checkoutlist' (as suggested by Todd Kennedy
...
<Todd.Kennedy@Eng.Sun.COM>).
1998-09-30 01:22:33 +00:00
terry%netscape.com
6fa30ce1e1
Fixed bug which was stomping on "file" field if there was no dir field
...
and the file field had no slash.
1998-09-29 22:54:59 +00:00
terry%netscape.com
b7bc8f59b3
Put in some pointers to dolog.pl.
1998-09-29 17:33:37 +00:00
terry%netscape.com
038939f805
Whoops; all the comments at the top got lost somehow. Restore them.
1998-09-29 17:30:55 +00:00
terry%netscape.com
de3a4531b8
It turns out that blank lines were being skipped a little too
...
anxiously.
1998-09-24 18:31:05 +00:00
slamm%netscape.com
f9e4c214e2
Fix the lines removed count in the +/- column
1998-09-14 22:58:53 +00:00
brendan%netscape.com
4a9e6f4080
cvsquery now helps 3.0 JS avoid 'event has no properties' errors.
1998-09-10 07:27:31 +00:00
slamm%netscape.com
c8c9403a85
Pull netscape-specific hack.
1998-09-09 20:00:33 +00:00
slamm%netscape.com
fc3d3a7071
Get the 'Change Log' link right. Set 'LANGUAGE=JavaScript' for the SCRIPT tag
1998-09-09 19:29:00 +00:00
slamm%netscape.com
9607066de3
Fix the 'Change Log' like to pass along the branch and the root. Trim the email addresses of netscape folks (i.e. slamm%netscape.com becomes slamm).
1998-09-09 17:37:12 +00:00
cls%seawood.org
4d23d7edbc
More fixes.
1998-08-31 03:57:13 +00:00
cls%seawood.org
1940bdde88
Fixed problem with file permissions not being set.
1998-08-31 03:33:55 +00:00
cls%seawood.org
60ce2a2566
Made the people:who field large enough for username%domain
1998-08-31 01:08:41 +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
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
c6e9530da5
Don't exec mail any more.
1998-07-20 16:05:37 +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
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
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
cyeh
d660cc50a2
added some more documentation
1998-06-19 23:05:51 +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
terry
df536aaad1
Removed mention of "crontab".
1998-06-18 15:10:34 +00:00
terry
19428edcd2
Whoops; the version of dolog.pl we had was ancient and wrong.
1998-06-17 20:09:55 +00:00
jwz
80bd8a6399
*** empty log message ***
1998-06-16 23:41:58 +00:00
jwz
9a5145df30
added disclaimer
1998-06-16 23:32:15 +00:00
terry
a5ab99df60
Bonsai and Tinderbox have been freed.
1998-06-16 21:43:24 +00:00