1
0
Commit Graph

31 Commits

Author SHA1 Message Date
Chad Kieffer
dcba5a63a7 Added author and site module info. 2011-05-19 09:46:32 -06:00
Bharat Mediratta
4aa41c78d2 Add author_name, author_url, info_url, discuss_url for all modules/themes 2011-04-23 14:56:44 -07:00
Chad Kieffer
4907e29212 Added HISTORY section. 2011-03-15 19:34:04 -06:00
Chad Kieffer
720ff55aa0 Allow users to change from one Twitter account to another from their profile page. 2011-03-15 13:49:29 -06:00
Chad Kieffer
fd0c22f9eb Use default widget values for max count and color. Disable the "Tweet" button if the message is over 140 characters. 2011-03-05 21:38:04 -05:00
Chad Kieffer
34923c773f Truncate default tweet values longer than 140. 2011-02-16 23:22:48 -07:00
Chad Kieffer
a7aea129fb Added README. 2011-02-16 23:22:01 -07:00
Chad Kieffer
0bd89b69b6 Check to see if we have an item before adding Twitter site_menu item. 2011-02-16 22:29:43 -07:00
Chad Kieffer
6e605a8095 Redirect after updating settings. 2011-02-14 22:52:22 -07:00
Chad Kieffer
eddddf04b1 Restored reset_default_tweet(), without it the default tweet value isn't set during installation. 2011-02-14 22:40:08 -07:00
Chad Kieffer
94e0758c27 Updated authorize notice message. 2011-02-14 20:43:47 -07:00
Chad Kieffer
cb9cf30133 Fix Twitter OAuth redirect, update access token saved confirmation message. 2011-02-14 20:17:53 -07:00
Chad Kieffer
6fb1e21416 Don't show 'Share on Twitter' link if the user's not logged in. 2011-02-14 19:24:19 -07:00
Chad Kieffer
c5d19be54b Use url::file() instead of url::site() when referencing images. 2011-02-14 17:24:55 -07:00
Chad Kieffer
1fc1a27364 Re-added user_id to CREATE TABLE in the installer helper. 2011-02-14 17:19:25 -07:00
Chad Kieffer
8d613c1b9d Correct error message display and redirect. 2011-02-13 22:35:15 -07:00
Chad Kieffer
2db277328e Remove lib folder 2011-02-13 19:49:18 -07:00
Chad Kieffer
e659f89527 Moved twitteroauth library to vendor folder. Include this library's license file. Fixed path to "login with twitter" images. 2011-02-13 19:46:51 -07:00
Chad Kieffer
a5907ea38e Update previously failed tweet for an item upon a subsequent successful tweet. 2011-02-13 14:56:24 -07:00
Chad Kieffer
00b1f375c6 Expand the size of the tweet column until I better understand how G3 handles UTP-8 and Twitter's tweet length rules and UTF-8. 2011-02-13 14:10:40 -07:00
Chad Kieffer
b8d92a59af Tweets table updates. Dropped 'status', instead look for empty twitter_id to indicate whether a tweet was sent successfully. Also changed 'created' to 'sent' and only set it after a tweet is successfully sent. 2011-02-13 13:53:39 -07:00
Chad Kieffer
1234f8c3ff Save successful and failed Tweets. Load latest failed tweet for an item on subsequent attempts. Delete failed tweets for an item once a tweet is sent for that item successfully. Code cleanup and organization updates. 2011-02-13 13:11:42 -07:00
Chad Kieffer
5c3e9690df Store Twitter status id. 2011-02-13 12:26:19 -07:00
Chad Kieffer
8eab477367 Save tweets sent successfully, and those which weren't sent. 2011-02-12 19:00:17 -07:00
Chad Kieffer
31b9f57a09 Don't show Tweet this menu items if the Twitter consumer key and secret are not sent. 2011-02-12 18:26:56 -07:00
Chad Kieffer
815cbd4234 Added a reset the default tweet to the default tweet value to the admin form. 2011-02-12 17:42:37 -07:00
Chad Kieffer
bdad42535f Tweets are now being sent, but the page redirect/dialog is not handled properly on success, or failure. Added a reset the default tweet to the default tweet value to the admin form. 2011-02-12 17:17:05 -07:00
Chad Kieffer
b7d8647316 Removed unused class property. 2011-02-09 18:45:54 -07:00
Chad Kieffer
086e8554e9 Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-09 18:40:55 -07:00
Chad Kieffer
e9235ba4c4 Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-09 18:40:32 -07:00
Chad Kieffer
adc6706ed9 Initial commit of Twitter module. OAuth access key retrieval and storage is working, posting tweets is not, yet. 2011-02-06 21:22:11 -07:00