[Tickets #3286] NEW: FRRAMEWORK_3 branch missing js/stripe.js
bugs@bugs.horde.org
bugs at bugs.horde.org
Tue Jan 17 14:17:15 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3286
-----------------------------------------------------------------------
Ticket | 3286
Created By | Eric Rostetter <eric.rostetter at physics.utexas.edu>
Summary | FRRAMEWORK_3 branch missing js/stripe.js
Queue | Gollem
Version | 1.0.2-RC1
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
Eric Rostetter <eric.rostetter at physics.utexas.edu> (2006-01-17 14:17) wrote:
Doing a checkout of the FRAMEWORK_3 CVS branch (H3 1.0.2-cvs) manager.php
refers to gollem/js/stripe.js but that doesn't exist. Either we need to
restore (merge from
HEAD) the gollem/js/stripe.js, or we need to patch it to use horde's
stripe.js ala:
diff -r1.146.2.14 manager.php
229c229
< Horde::addScriptFile('stripe.js', 'gollem', true);
---
> Horde::addScriptFile('stripe.js', 'horde', true);
I'm not sure which is correct (if we need BC, so we should recreate
gollem/js, or if
we don't need BC and we should apply the above fix).
More information about the bugs
mailing list