Commit Graph

130 Commits

Author SHA1 Message Date
terry%mozilla.org
816293b6a4 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
b82209303d Need to quote "@" in double-quoted perl strings. 1999-09-23 22:21:30 +00:00
terry%mozilla.org
82f7d53541 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
d445116d20 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
72bfe1e9f3 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
7e7bff3bf0 Removed incorrect munging of the directory name. 1999-08-23 18:01:43 +00:00
slamm%netscape.com
e744f57239 Avoid tall lines (too many newlines) 1999-08-10 21:19:27 +00:00
slamm%netscape.com
844c911192 -mAvoid breaking the line in the middle of an entity. 1999-08-10 21:07:06 +00:00
terry%mozilla.org
d9f13ec259 Fixed bug in "show all diffs" feature. 1999-08-06 17:06:09 +00:00
terry%mozilla.org
c56c1e0786 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
149960696a 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
641c591fae Oops; removed debugging output. 1999-08-05 16:43:00 +00:00
terry%mozilla.org
51988822c3 Was generating incorrect link to the "CVS Query Page." 1999-08-02 16:36:15 +00:00
terry%mozilla.org
5dd277a471 Fix another stupid typo. 1999-07-30 15:13:01 +00:00
terry%mozilla.org
a4bf7aceca Fixed typo in "mailto:" link. 1999-07-30 15:11:41 +00:00
terry%mozilla.org
7ddbcc752a Fixed bug 10812 -- LXR paths were not getting generated correctly. 1999-07-30 01:28:32 +00:00
terry%mozilla.org
ec53d4509d Got rid of some silly warnings. 1999-07-27 23:19:02 +00:00
terry%mozilla.org
396eb6c0eb Was sending multiple messages telling people they're on the hook. 1999-07-27 23:10:12 +00:00
terry%mozilla.org
0d5c0e85fe The 'modules' list on the main query page was just all wrong. 1999-07-27 16:25:08 +00:00
terry%mozilla.org
09718a7a74 Turned on "use strict" and fixed all the resulting warnings and errors. 1999-07-26 23:59:03 +00:00
terry%mozilla.org
d315e9330d 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
e20a4ce802 Turned on "use strict" and fixed all the resulting warnings and errors. 1999-07-26 23:36:33 +00:00
terry%mozilla.org
cdfe81a904 Was doing date order backwards, compared to the way it used to be. 1999-07-26 19:06:26 +00:00
terry%mozilla.org
9601b2736a 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
3b796b29aa Fixed some warnings. 1999-07-24 04:49:32 +00:00
terry%mozilla.org
4e5f708eaf Munge usernames containing "%" into an "@" when determining email address. 1999-07-23 22:12:29 +00:00
terry%mozilla.org
6d4e9f1a1e Fixed count of "while tree is closed" checkins. 1999-07-23 19:58:41 +00:00
terry%mozilla.org
73556098a6 Fixed stupid warning. 1999-07-23 19:37:02 +00:00
terry%mozilla.org
6782d07c1a Fixed stupid typo. 1999-07-23 19:21:13 +00:00
terry%mozilla.org
197ec9c792 Let me tweak the parameters to DBI->connect(). 1999-07-23 19:14:37 +00:00
terry%mozilla.org
7332c9d905 Whoops; missing an include file. 1999-07-23 18:50:25 +00:00
terry%mozilla.org
ce6e9b6a4c Removed stupid debugging printf's. 1999-07-23 18:50:07 +00:00
terry%mozilla.org
61b2e0b068 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
921bdc5774 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
dd2902b85f 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
c1efe1462b Prefixing hook mail subject with Hook: 1999-07-15 18:15:44 +00:00
slamm%netscape.com
ebcb27e90d Convert 'local' to 'my'. Use POSIX::strftime instead of Date::Format::time2str 1999-07-08 16:16:47 +00:00
terry%mozilla.org
4b7dc6a000 Get rid of hard-coded lxr strings. 1999-06-24 18:17:58 +00:00
slamm%netscape.com
4f1d65bded Remove 'Previous Revision' link from mark line. It is confusing to people. 1999-06-22 21:30:37 +00:00
terry%mozilla.org
5720ed540f 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
917dc28c77 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
607378f860 Fixed stupid typo that was preventing HTML tags from being quoted properly. 1999-05-14 00:09:47 +00:00
terry%mozilla.org
498bfc2680 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
fc2ae11cd7 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
a5a29fec8a 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
265bd80592 Makefile is now generated by autoconf stuff. 1999-04-30 19:39:14 +00:00
terry%mozilla.org
a88e954481 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
284243ce0d Work with older versions of mysqltcl. 1999-04-30 19:12:13 +00:00
terry%mozilla.org
5a94d717d0 Provide a default value for userdomain. 1999-04-30 18:57:01 +00:00
terry%mozilla.org
bb4ae85d59 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