6.0.0-RC7
6/29/26

[#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 1/17/06 (7468 days ago)
Due
Updated 1/17/06 (7468 days ago)
Assigned
Resolved 1/17/06 (7468 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
5011 Jan Schneider Comment #2
Summary ⇒ FRAMEWORK_3 branch missing js/stripe.js
State ⇒ Resolved
Reply to this comment
Fixed. BC was necessary.
1410 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