Commit Graph

221 Commits

Author SHA1 Message Date
jake%acutex.net
41755d4ad5 Bug 126029 - HTML in checkin comments wasn't being escaped properly for use in the pop-ups.
r=caillon
2002-02-20 21:17:04 +00:00
jake%acutex.net
e61bb9f70d Bug 121105 - type="application/x-javascript" confuses IE, so we should use the new $::script_type variable added in bug 123339.
r= kiko
2002-02-13 14:19:07 +00:00
jake%acutex.net
8b4e97ced4 Fix for bug 123339 - More enhancements for the cvsgraph.cgi module (give it popups very similar to cvsblame.cgi).
r= kiko
2002-02-12 21:34:04 +00:00
timeless%mac.com
c50ada68e0 Bug 124970 Who indents oddly because we aren't using LDAP
r=mcafee
2002-02-12 21:30:25 +00:00
jake%acutex.net
e193dc9fd4 Bug 121636 - Provide support for cvsgraph (requires the cvsgraph binary, see bug 121636 for more information).
r= kiko
2002-02-01 14:32:55 +00:00
jake%acutex.net
7737ac0eb5 Some additional files we should be ignoring 2002-01-31 16:28:35 +00:00
timeless%mac.com
6034436643 Bug 106470 Bonsai rview.cgi unclosed html comment tag
patch by pzb@datastacks.com r=justdave
2001-12-20 20:46:01 +00:00
timeless%mac.com
f09cad0452 Bugzilla Bug 90598 spelling and minor syntactic correctness
r=zach
2001-12-20 18:31:56 +00:00
tara%tequilarista.org
eb04d9ee9c Checking in fix for bug #86920, fix from jake@acutex.net 2001-10-31 04:30:33 +00:00
tara%tequilarista.org
bfc39645e6 Checking in patch for bug #44641, patch from Ian Wells 2001-10-31 04:20:28 +00:00
tara%tequilarista.org
6bddfa73c0 Checking in patch for bug#36597, patch from miri@punknet.cz 2001-10-31 04:07:25 +00:00
timeless%mac.com
f71660f568 bug 27506, i messed up. making the changes per cbiesinger@web.de and justdave@syndicomm.com 2001-10-16 08:44:43 +00:00
timeless%mac.com
61d2900ff9 Bug 27506 The Bonsai pages contain SCRIPTs which are not enclosed in
<!-- -->, greatly confusing some HTML parsers.
r=kiko
2001-10-11 18:44:14 +00:00
kestes%walrus.com
c7e1e650ca wrong format string. I keep using %e instead of %d this puts spaces
in the VERSION number which is not allowed.
2001-10-09 19:45:09 +00:00
kestes%walrus.com
44bbff513d added explanations so that others may avoid installation problems I had. 2001-07-27 20:46:10 +00:00
kestes%walrus.com
ebaf8ad014 add RedHat Package Managment (RPM) spec files. So that users of
this package managment system can easily deploy prepacked version of
bonsai.
2001-07-20 18:16:30 +00:00
kestes%walrus.com
60322cfe56 clarify details about the installation which gave me trouble.:wq 2001-07-20 18:14:53 +00:00
timeless%mac.com
8d0478157a Bugzilla Bug 90598 spelling and minor syntactic correctness [doeHs]
r=mpt a=terry. [C=WP, A=OED]
2001-07-13 17:45:52 +00:00
jake%acutex.net
7da1a248bc Bug 80388 - cvsblame shouldn't require layers for popups
r=baloo
2001-05-30 22:13:03 +00:00
Chris.Yeh%nokia.com
ad4e9851e6 Fix for sendmail daemons that don't support EHLO. We never use the extended
functionality anyway, so replace it with a standard HELO. Thanks to Ken Key for
helping me track this down.
2001-04-26 22:53:20 +00:00
Chris.Yeh%nokia.com
b270b1400a column change from when to ci_when a long time ago. make repophook.cgi
match database schema
2001-04-21 00:10:39 +00:00
cls%seawood.org
176d0306a5 Backing out previous checkin. 2001-03-25 23:53:37 +00:00
endico%mozilla.org
b0e5e6903d Lets be consistant. Switch back to #!/usr/bonsaitools/bin/perl -w 2001-03-25 08:59:55 +00:00
cls%seawood.org
7ed82ce239 Add prelim support for tracking multiple branches on tinderbox 2001-03-25 06:21:35 +00:00
cls%seawood.org
f062b9c2ec Reverse list of checkins when printing them out so that the output can *properly* be used to back out the checkins. Bug #22346 2001-03-09 04:38:19 +00:00
cls%seawood.org
3bc7a8b81e Update information about legaldirs & createlegaldirs.pl 2001-03-07 09:12:42 +00:00
dave%intrec.com
b465fdb8d1 Fix for bug 54690: security holes in cvsview2.cgi by lax validation of the http query string. Fixed by retrieving parms via CGI.pm instead of trying to dynamically parse them from the query string. Patch by Adam Spiers <adam@spiers.net> 2001-03-01 22:18:55 +00:00
kestes%tradinglinx.com
ac55b72317 add new type for password field which will not display value on cgi page. 2001-02-09 15:16:57 +00:00
kestes%tradinglinx.com
0220e79ea9 Fixed typo form.
maxdate field was not formatted in the same way as the
mindate field, this caused the value to not be loaded from the URL.
2001-02-08 22:53:34 +00:00
dave%intrec.com
2766b34f94 Removing extraneous space from the mysql command in the event the database
has a password.  mysql wants no space between the -p and the password.
2001-01-09 21:47:06 +00:00
dave%intrec.com
3b79cb392c Fix for bug 36596: cvsquery.cgi looping (cvsquery.pl - build_map)
cvsquery.pl no longer causes an infinite loop if you query on a module
other than 'all'
2001-01-09 21:24:46 +00:00
endico%mozilla.org
762947abf9 trivial change to test whether cvs is working 2000-12-14 03:09:17 +00:00
endico%mozilla.org
27cfa85595 in the checkins table, make the descid indexed to speed up queries. For this field to be indexed, its definition needs to disallow null entries. 2000-11-30 22:58:39 +00:00
endico%mozilla.org
b85a29a429 *** empty log message *** 2000-11-29 00:32:53 +00:00
cyeh%bluemartini.com
4d2713180d fix for bug where removing files on a branch causes the BRANCH_TAG name
to show up as a file to be removed. patch and fix by
pzb@lightningcast.net (Peter Bowen)
2000-10-12 01:41:00 +00:00
dave%intrec.com
489a678c11 Fix for bug 50892: extra space in chmod command causes creation of
data/checkinlog to fail
2000-09-02 02:38:28 +00:00
endico%mozilla.org
32f60de0c9 deleted a blank line just to test whether cvs and bonsai are working 2000-08-04 04:13:39 +00:00
endico%mozilla.org
03ace48c70 If the application is set up at the server root (e.g. bugzilla.mozilla.org) then this robots.txt disallows robots from scanning the site except for the top level file. 2000-07-28 21:28:41 +00:00
roc+%cs.cmu.edu
8c10de3d15 Testing, just adding a blank line 2000-07-26 22:30:32 +00:00
tara%tequilarista.org
133606438f Landing Adam Spiers' contributions for security and small functional issues 2000-07-25 18:58:54 +00:00
endico%mozilla.org
2ac4a625a1 oops, bonsai was slow because the data dir had filled up with 27K temp files. lets delete them when we're done 2000-06-21 04:02:53 +00:00
cyeh%bluemartini.com
52f95fd1e5 add missing call SqlFmtClock()
that was supposed to be a part of 1.4 of repophook.cgi.
2000-05-30 21:56:39 +00:00
endico%mozilla.org
86c00dc4b1 perform system calls in a more secure manner at suggestion of Adam Spiers <adam@spiers.net> 2000-05-20 01:15:42 +00:00
donm%bluemartini.com
03030a965e bug 39329 "Mail to everyone on this list" address list generated wrong when using despot 2000-05-15 22:15:07 +00:00
dmose%mozilla.org
b34de55811 Security check needs to happen after the eval, so that it's matching
variable side-effects don't hurt us.
2000-05-12 17:51:00 +00:00
dmose%mozilla.org
08a59eeda9 Fix the fix; it was slightly overzealous. 2000-05-12 17:39:40 +00:00
dmose%mozilla.org
f25030a5e6 Fix security hole. 2000-05-12 17:27:57 +00:00
donm%bluemartini.com
20bcaa0560 Rewrite of repophook to pull changes from the bonsai database from a certain
date, and according to legaldirs rebuild the hook list of checkins.  This
had been broken since switching over from the flatfile checkinlog.
Reviewed and Approved by: Terry Weismann
2000-04-12 18:44:37 +00:00
dmose%mozilla.org
0b43bbfdd6 Whoops. Last checkin had a typo.o 2000-03-30 05:17:55 +00:00
dmose%mozilla.org
4c80147d22 eliminated perl warning if $::FORM{'root'} is not defined. 2000-03-30 05:16:15 +00:00