6.0.0-beta1
12/20/25

[#3286] FRAMEWORK_3 branch missing js/stripe.js
Summary FRAMEWORK_3 branch missing js/stripe.js
Queue Gollem
Queue Version 1.0.2-RC1
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester eric.rostetter (at) physics (dot) utexas (dot) edu
Created 01/17/2006 (7277 days ago)
Due
Updated 01/17/2006 (7277 days ago)
Assigned
Resolved 01/17/2006 (7277 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/17/2006 11:30:50 PM Jan Schneider Comment #2
Summary ⇒ FRAMEWORK_3 branch missing js/stripe.js
State ⇒ Resolved
Reply to this comment
Fixed. BC was necessary.
01/17/2006 10:17:14 PM Eric Rostetter Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ FRRAMEWORK_3 branch missing js/stripe.js
Queue ⇒ Gollem
Reply to this comment
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).


Saved Queries