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

337 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 85582672b1 Removing leftover debug statement. 2004-09-16 16:02:44 +00:00
cls%seawood.org a7b3fdd693 Allow bonsai (dolog.pl) to properly handle filenames with spaces.
Thanks to zeuice@yahoo.com for the original patch.
Bug #44642
2004-09-16 05:47:19 +00:00
cls%seawood.org c0d0213fc0 Fix security issue related to unsanitized rcs version strings:
* Added sanitize_revision()
* Do not install SourceChecker.*
* Add ~ & ` to shell_escape()
Bug #39284 r=timeless
2004-09-15 22:44:55 +00:00
cls%seawood.org fc202fce77 Misc cleanup to better handle files with spaces & special chars:
* Do not encode / in url_quote
* Do not install old/unused perl scripts
* Update README
* Replace system(rm/mkdir) calls with standard perl modules
* Use url_quote to quote filenames when passing files between cgis
* Use shell_escape on filenames that are passed to system calls via open()

Bug #44642 r=timeless
2004-09-15 15:48:18 +00:00
cls%seawood.org 9551cb2461 Only escape $rcsfile when invoking shell otherwise standard perl functions fail.
Bug #258668
2004-09-14 09:10:07 +00:00
timeless%mozdev.org 47b5c8a3a1 oops, patch applied poorly, moving print and close lines back into
mail_notification where they belong (caught by cls)
2004-09-14 01:37:11 +00:00
timeless%mozdev.org 06de7bba52 Bug 244801 fix so email not required on checkin
patch by mikey@mikey.com r=cls
comment block changes by cls r=timeless
2004-09-14 01:05:32 +00:00
timeless%mozdev.org b388ef71c1 removing tabs / trailing whitespace. enforcing whitespace style
r=cls
2004-09-14 00:47:25 +00:00
cls%seawood.org cb6a541f35 Escape special chars in filenames when calling rlog.
Fix minor 'used once' warnings.
Bug #258668 r=timeless
2004-09-13 21:41:22 +00:00
cls%seawood.org abc2bd35d9 Strip ./ from the beginning of dirnames since that ./ causes bonsai to see ./CVSROOT & /CVSROOT as different directories.
Bug #253644 r=timeless
2004-09-13 21:00:58 +00:00
timeless%mozdev.org 0ef60b4127 Bug 253361 INSTALL should reference mysql.com instead of tcx.se
patch by mcsmurf@gmx.de r=vladd
2004-08-02 02:37:46 +00:00
timeless%mozdev.org fb89d27c04 Bug 253010 bonsai diffs looks doublespaced (extra newlines)
css per dbaron, r=vladd
also changed cvsblame per mvl
2004-08-01 19:59:46 +00:00
myk%mozilla.org b1928fad4d fix for bug 253175: point people to Bugzilla to file bugs instead of telling them to email endico@mozilla.org 2004-07-27 00:22:18 +00:00
timeless%mozdev.org e3eaea62b6 Bug 250176 Error ``r has no properties'' [xs] in file ``http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp&rev=1.76.14.1'', line 15, character 0.
r=doron
2004-07-07 14:32:48 +00:00
timeless%mozdev.org 7e177763ae Bug 243171 position of the checkin summary in CVS graph should be fixed and not absolute
r=glazou
2004-05-18 08:56:41 +00:00
timeless%mozdev.org f30c9f4d8e Bug 241260 Bonsai hasn't been tcl in a while, this line
r=justdave
2004-04-27 06:15:25 +00:00
timeless%mozdev.org 5d812873c4 Bug 204464 Name "main::script_type" used only once: possible typo at /opt/webtools/bonsai/rview.cgi line 221.
r=justdave
2004-04-20 14:10:30 +00:00
timeless%mozdev.org c7076eca49 Bug 240202 rview <form>s are poorly nested
r=kiko
2004-04-14 06:37:21 +00:00
tara%tequilarista.org d5ccbacff6 Checking in slightly modified patch, originally submitted by
eperez@dei.inf.uc3m.es, for bug #133737.  Standardizes Bonsai
dates into international format, as it should be.
2004-03-22 18:04:17 +00:00
timeless%mozdev.org ebfa3e48c3 Bug 233967 Bonsai showing stale pages
r=kiko
2004-02-19 06:53:19 +00:00
timeless%mozdev.org ceb6b6b99c Bug 233895 HTML returned from editparams.cgi is malformed (take the pun however you like)
r=kiko
2004-02-19 06:53:14 +00:00
timeless%mozdev.org 232f7b56e9 Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
2004-01-18 22:37:21 +00:00
myk%mozilla.org 27fc8ca69e Fix for bug 228712: make Bonsai's cvsview2.cgi check Attic before dying because it can't find a file.
r=timeless
2003-12-17 00:45:08 +00:00
hjtoi%comcast.net 33649b5cc7 Update text and clarify some issues. 2003-12-05 20:25:10 +00:00
hjtoi%comcast.net 8b8c1bca3b Bug 220954, add test for common problem and give correct message in that case, r=timeless. 2003-11-13 21:07:29 +00:00
justdave%syndicomm.com 49685bc7a1 Bug 202116: Use current syntax for DBI->connect to eliminate warning and possible future error.
r= timeless
2003-10-01 04:29:52 +00:00
timeless%mozdev.org a19ed46c84 Bug 215475 bonsai browsing busted
patch by justdave r=timeless
2003-08-24 07:16:11 +00:00
tara%tequilarista.org 80cb062b5d Temporary security fix for feature that allowed users to browse via ../ in the Goto Dir field to the top of the disk. Long term a better solution might be a little more friendly, but this holds us over 2003-07-30 20:54:07 +00:00
timeless%mozdev.org f7b9bbf959 Bug 176316 Add Last-Modified support to bonsai
Adds optional path parameter to parse_rcs_file
Adds required http header call to do_directory
patch by rperrot@debian.org r=justdave
2003-05-19 12:58:45 +00:00
tara%tequilarista.org eea1d36469 Fix to prevent browsing CVSROOT files 2003-05-05 06:25:00 +00:00
tara%tequilarista.org 61f7230fba checking in David Berry's patch for bug 157682 2003-05-02 06:45:25 +00:00
preed%sigkill.com ddc8d08469 Bug 190893 - Release the beautification script used for Bugzilla status reports; contrib, so no r=, a=tara 2003-04-23 18:31:58 +00:00
timeless%mozdev.org 94dc6d9285 Bug 202934 links doesn't like tdcolspan=3
r=jake@bugzilla.org
2003-04-22 19:56:12 +00:00
tara%tequilarista.org 09bc5d19cb Checking in a fix for bug #187239--preventing fully qualified paths from being displayed. 2003-04-02 05:42:22 +00:00
timeless%mozdev.org b05e668070 Bug 196300 Honor line breaks in checkin comments
r=tara
2003-03-16 15:09:33 +00:00
timeless%mozdev.org 74180134b0 Bug 181566 cvsview2.cgi fails if $0 has no path
patch by not_erik@dasbistro.com r=timeless
2003-03-05 17:06:11 +00:00
timeless%mozdev.org 0913445f6f Bug 176316 Add Last-Modified support to bonsai
r=tara
2003-03-05 14:49:20 +00:00
tara%tequilarista.org 54ffc01b06 Fix for bug 44644 2002-11-07 21:39:57 +00:00
tara%tequilarista.org 9c1c6dd167 Fix for bug 45579, making it so the editparams.cgi page is more secure 2002-11-07 20:46:22 +00:00
tara%tequilarista.org 07bf5b6bd3 Original Blue Martini implementation of cvs-mirroring functionality, not yet genericized for public consumption 2002-11-05 21:16:04 +00:00
tara%tequilarista.org 61b50f37e4 Partial fix for bug 104313, making the default behavior of the diff page be correct, at least 2002-10-24 17:53:38 +00:00
tara%tequilarista.org 9f6a980bb9 Checking in timeless' patch for bug #148935 2002-10-21 19:36:40 +00:00
tara%tequilarista.org 2d56a565fe Checking in patch to fix 38789 2002-10-12 03:10:33 +00:00
timeless%mac.com 84e5a97fe8 Bug 137753 "timewarp"ing from "All Checkins" (showcheckins.cgi) list (current hook) to previous hook
r=tara
2002-10-09 19:23:11 +00:00
tara%tequilarista.org fb694257c7 Checking in patch for 114836 2002-10-03 01:44:27 +00:00
tara%tequilarista.org bdf94e9190 Fixing (but still leaving commented out) the Log query field, a la bug 170395 2002-09-25 21:55:22 +00:00
tara%tequilarista.org 1319ee7fd8 Quick update to Perl module list 2002-09-12 20:19:45 +00:00
caillon%returnzero.com 8da8212027 167242 - 'Modify Query' will choose the wrong value for 'Sort By'
r=justdave
2002-09-07 09:29:13 +00:00
timeless%mac.com acf65937af Bug 143312 errant link in cvsblame.cgi/software error in cvsview2.cgi for all subsequent links to the first version of a file
r=tara
2002-08-30 20:40:06 +00:00
myk%mozilla.org 8510d4d818 The rest of the fix for bug 163573: Escapes HTML in form data displayed to the user to secure Bonsai against cross-site scripting attacks. 2002-08-28 21:03:26 +00:00
timeless%mac.com 748c66ddc7 Bug 91835 Can't find [tcl] rebuildtaginfo.cgi
r=bbaetz
2002-08-27 16:01:10 +00:00
timeless%mac.com ee99e9d0a4 Bug 68509 multidiff.cgi should use diff -u rather than diff -c
r=tara
2002-08-27 03:48:50 +00:00
myk%mozilla.org 8894e9ba8f Partial fix for bug 163573: Escapes HTML in form data displayed to the user to secure Bonsai against cross-site scripting attacks.
r=tara
2002-08-20 21:32:07 +00:00
timeless%mac.com 247af4404e Bug 155805 doeditcheckin.cgi still has an unported TCL line(!!)
r=justdave
2002-07-04 18:24:19 +00:00
timeless%mac.com 3b012b4f21 Bug 32239 rebuildcvshistory fails on files whose rlog date are in mm/dd/yyyy format.
patch by mgstahl@sonalysts.com r=tara
2002-06-27 04:31:28 +00:00
tara%tequilarista.org af9bd07360 Landing fix for bug #153744, enabling proper branch handling for diff and blame 2002-06-27 03:41:42 +00:00
timeless%mac.com 4d9e8cc71f Bug 12180 Menu overlaps filenames
Bug 88759 improperly nested tags break links
r=tara
2002-06-19 07:00:18 +00:00
mcafee%netscape.com 1345a2f35c Adding mozilla favicon 2002-06-08 10:43:08 +00:00
timeless%mac.com cbe34b003a Bug 90598 spelling and minor syntactic correctness [doeHs]
a=baloo
2002-06-05 17:57:41 +00:00
timeless%mac.com 1595304c26 Update README to post TCL post terry world
This file probably contains many inaccuracies, but at least it's a bit closer to reality
a=tara
2002-06-03 21:09:49 +00:00
timeless%mac.com f8042cf2d8 Bug 61366 "branchspam.cgi" and "branchspammer.cgi" should be removed from Makefile.in and README
suggested by bugzilla@gemal.dk
Also removed from bonsai.spec
2002-06-03 14:52:31 +00:00
tara%tequilarista.org 68b23365ae Checking Myk's fix for bug #146244 2002-05-30 15:03:30 +00:00
tara%tequilarista.org 22b7e86c06 Checking in Myk's fix for bug #142317 2002-05-30 13:55:10 +00:00
timeless%mac.com 2a3205a874 Bug 144837 bonsai file display always shows trunk revision
r=tara
2002-05-30 04:45:11 +00:00
jake%acutex.net 12bf361d91 Bug 122663 - Eliminate some undefined value warnings in cvsview2.cgi and cvsqueryform.cgi
Patch by Jody McIntyre <jodym@oeone.com>
r=jake
2002-03-27 14:52:04 +00:00
jake%acutex.net 3a45ffaafa Bug 99384 - The username wasn't being run through url_quote() resulting in invalid URLs being generated.
r=caillon
2002-03-27 14:40:45 +00:00
jake%acutex.net 3affdee5d9 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 10d703e99f 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 d1ef386ba3 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 7f92f3ca04 Bug 124970 Who indents oddly because we aren't using LDAP
r=mcafee
2002-02-12 21:30:25 +00:00
jake%acutex.net 2ed99d857e 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 4f648fa8ac Some additional files we should be ignoring 2002-01-31 16:28:35 +00:00
timeless%mac.com fce3e8c9a4 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 fd0a6979d5 Bugzilla Bug 90598 spelling and minor syntactic correctness
r=zach
2001-12-20 18:31:56 +00:00
tara%tequilarista.org 4e57ea4f39 Checking in fix for bug #86920, fix from jake@acutex.net 2001-10-31 04:30:33 +00:00
tara%tequilarista.org c5aeb3016c Checking in patch for bug #44641, patch from Ian Wells 2001-10-31 04:20:28 +00:00
tara%tequilarista.org a84ddb446f Checking in patch for bug#36597, patch from miri@punknet.cz 2001-10-31 04:07:25 +00:00
timeless%mac.com eb5f2b81cf 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 9a8c0e2ac0 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 5cc2a6f34b 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 7acbdf2b93 added explanations so that others may avoid installation problems I had. 2001-07-27 20:46:10 +00:00
kestes%walrus.com 387f33e515 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 bfb5083c70 clarify details about the installation which gave me trouble.:wq 2001-07-20 18:14:53 +00:00
timeless%mac.com b28e18d445 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 277b5d0fd0 Bug 80388 - cvsblame shouldn't require layers for popups
r=baloo
2001-05-30 22:13:03 +00:00
Chris.Yeh%nokia.com 58f3eab2ff 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 9fc65d6dfe 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 487c68a397 Backing out previous checkin. 2001-03-25 23:53:37 +00:00
endico%mozilla.org 21c05b642c Lets be consistant. Switch back to #!/usr/bonsaitools/bin/perl -w 2001-03-25 08:59:55 +00:00
cls%seawood.org 566793ccd2 Add prelim support for tracking multiple branches on tinderbox 2001-03-25 06:21:35 +00:00
cls%seawood.org 4f034c1f5c 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 83650e8e47 Update information about legaldirs & createlegaldirs.pl 2001-03-07 09:12:42 +00:00
dave%intrec.com f93d4ac6aa 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 0925d9abc3 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 bd5690d388 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 5841a5e593 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 1dabf80ea0 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 b14b193e86 trivial change to test whether cvs is working 2000-12-14 03:09:17 +00:00
endico%mozilla.org 73b703ec37 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 f35dcb115c *** empty log message *** 2000-11-29 00:32:53 +00:00