6.0.0-beta1
8/8/25

[#3762] Alternative solution of bug #3623 ?
Summary Alternative solution of bug #3623 ?
Queue Ingo
Queue Version 1.1
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester michael.heimpold (at) s2000 (dot) tu-chemnitz (dot) de
Created 04/12/2006 (7058 days ago)
Due
Updated 04/12/2006 (7058 days ago)
Assigned
Resolved 04/12/2006 (7058 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/12/2006 07:56:05 AM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
It has been fixed, why would you want an alternative solution? And no, 
your solution is not the correct one.
04/12/2006 06:17:34 AM michael (dot) heimpold (at) s2000 (dot) tu-chemnitz (dot) de Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Alternative solution of bug #3623 ?
Queue ⇒ Ingo
Reply to this comment
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 ?


Saved Queries