1
0
Commit Graph

9 Commits

Author SHA1 Message Date
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
34923c773f Truncate default tweet values longer than 140. 2011-02-16 23:22:48 -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
a5907ea38e Update previously failed tweet for an item upon a subsequent successful tweet. 2011-02-13 14:56:24 -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
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
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