Closed (fixed)
Project:
Dropbox Integration
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2009 at 09:59 UTC
Updated:
16 Aug 2009 at 01:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
deviantintegral commentedWhere did you find that it depends on securepages? Two of the functions from that module were copied in to prevent a dependency.
Comment #2
fgmdropbox_securepages_url(), which is probably one of the two functions you mention, uses bothsecurepages_baseurl()andsecurepages_urlencode().This being said, I'm not sure why you want to maintain a duplicate/fork of these functions instead of just adding a dependency ?
Comment #3
deviantintegral commentedOuch - I'm surprised I missed those. I originally had thought it was just the one (plus one small) function that was needed, so a whole module with unrelated admin functionality seemed to be overkill.
Given that it would now be 4 functions, a dependancy does make more sense. I'll be posting a patch which makes the required changes soon.
Comment #4
deviantintegral commentedComment #5
deviantintegral commentedHere's a patch - could you test it and see how it goes? It seems to be working as expected for me. It will also apply cleanly to the current stable release.
Comment #6
fgmWorks just fine on 6.1.3.
Comment #7
deviantintegral commentedAwesome - committed to HEAD.