Closed (fixed)
Project:
Twitter
Version:
6.x-3.x-dev
Component:
Twitter API
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 01:41 UTC
Updated:
29 Nov 2012 at 10:52 UTC
In order to share the Twitter API library among both 7.x-3.x and 6.x-3.x branches, twitter.lib.api will be moved to Github and Libraries module will be made a dependency and configured to deal with this.
Comments
Comment #1
juampynr commentedDone.
http://drupalcode.org/project/twitter.git/commitdiff/bd7605d
Comment #2
juampynr commentedAll of the changes needed at 6.x-3.x completed.
http://drupalcode.org/project/twitter.git/commit/88591ad
Pending to investigate why attempts to Post to Twitter did not work.
Comment #3
juampynr commentedReverted changes in 7.x-3.x and cherry-picked at 7.x-4.x.
http://drupalcode.org/project/twitter.git/commitdiff/21dc9b7
http://drupalcode.org/project/twitter.git/commitdiff/fa09a2a
http://drupalcode.org/project/twitter.git/commitdiff/b3dea0a
Now doing the same on 6.x-3.x.
Comment #4
juampynr commentedReverted on 6.x-3.x and ported to 6.x-4.x.
http://drupalcode.org/project/twitter.git/commitdiff/5de205a
http://drupalcode.org/project/twitter.git/commitdiff/012519c
Comment #6
xurizaemonUpdated install docs and removed Libraries reference to simplify install process there.
@juampy, above and in comment to 21dc9b7 you said this is on your roadmap for 7.x-4.x? If so I'd be keen to hear the advantages you see to splitting the library offsite. I see some disadvantages to hosting twitter.lib.php elsewhere -
twitter.lib.php contains Drupal specific functions so is unlikely to be re-used by external projects, and AFAIK there are no copyright reasons to move it away. IMO git makes it easy to keep twitter.lib.php updated across branches.
Comment #7
fizk commentedI agree with grobot, twitter.lib.php should remain here.
Comment #8
xurizaemonOpened separate issue regarding restoring twitter.lib.php - #1853794: Please consider restoring twitter.lib.php to the Twitter module.
Comment #8.0
xurizaemonAdded link to Libraries module.