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

113 Коммитов

Автор SHA1 Сообщение Дата
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