[Tickets #3762] NEW: Alternative solution of bug #3623 ?
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Apr 11 23:17:34 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3762
-----------------------------------------------------------------------
Ticket | 3762
Created By | michael.heimpold at s2000.tu-chemnitz.de
Summary | Alternative solution of bug #3623 ?
Queue | Ingo
Version | 1.1
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
michael.heimpold at s2000.tu-chemnitz.de (2006-04-11 23:17) wrote:
My apache told me "File does not exist: /var/www/horde/ingo/js, referer:
https://..../horde/ingo/filters.php" so I looked around in the directory
tree of horde and ingo for the "missing" stripe.js. I found some in
"horde/js/" so I simply made a:
cat <<"EOF" | patch horde/ingo/filters.php
--- filters.php.orig 2006-01-31 21:00:23.000000000 +0100
+++ filters.php 2006-04-12 07:52:15.859774196 +0200
@@ -109,7 +109,7 @@
$filter_list = $filters->getFilterList();
Horde::addScriptFile('tooltip.js', 'horde', true);
-Horde::addScriptFile('stripe.js', 'ingo', true);
+Horde::addScriptFile('stripe.js', 'horde', true);
$title = _("Filter Rules");
require INGO_TEMPLATES . '/common-header.inc';
require INGO_TEMPLATES . '/menu.inc';
EOF
After that I found, that there exists a stripe.js in CVS of ingo, but a
diff checkedout-stripe.js /var/www/horde/js/stripe.js
5c5
< * $Horde: ingo/js/stripe.js,v 1.1 2006/01/16 04:16:53 slusarz Exp $
---
> * $Horde: horde/js/stripe.js,v 1.3.2.2 2005/10/18 11:33:38 jan Exp $
7,8c7,8
< * See the enclosed file COPYING for license information (GPL). If you did
not
< * receive this file, see http://www.fsf.org/copyleft/gpl.html.
---
> * See the enclosed file COPYING for license information (LGPL). If you
did not
> * receive this file, see http://www.fsf.org/copyleft/lgpl.html.
shows no significant differences. I suppose the solution of bug #3623 show
be to correct the "typo" instead of including a second copy of the stripe.js
?
More information about the bugs
mailing list