Releases for Twitter

twitter 6.x-2.6

eaton - July 2, 2009 - 15:27
Official release from CVS tag: DRUPAL-6--2-6
First released: July 2, 2009 - 15:27
Download: twitter-6.x-2.6.tar.gz
Size: 22.93 KB
md5_file hash: 6687fd66777824568dc8419256827fc0
Last updated: July 2, 2009 - 15:32
View usage statistics for this release

A cleaner fix for the data type issue with twitter ids. We now store status IDs and twitter user ids as NUMERIC fields instead of STRINGS. This isn't awesome, but it works for now. We'll probably change this again in the future we feel cheeky.

Added support for the Twitter in-reply-to fields for incoming statuses. It's now possible to build views of 'original' tweets or 'reply' tweets by filtering on the reply fields, as well. Note that only FRESHLY imported statuses will have the reply data.

Added a new view-based block that shows ALL tweets on the site, not just tweets for the current user.

Eliminated the unholy abomination that was custom_twitter_shorten_url(). If you want outgoing tweets to use another URL shortening service, install the Shorten module, and it will be used automatically.

- #475808: Twitter.api.php
- #480222: twitter_nodeapi function signature is wrong
- #477756: twitter.install comment cleanup
- #504112: Sending a direct message
- #392834: How to change the "from Drupal" line to Twitter?
- #301317: SQL errors on editing Twitter Accounts

twitter 6.x-2.5

eaton - June 15, 2009 - 22:37
Official release from CVS tag: DRUPAL-6--2-5
First released: June 15, 2009 - 22:37
Download: twitter-6.x-2.5.tar.gz
Size: 20.79 KB
md5_file hash: 876393b1d4030df060a4bb5da85684d0
Last updated: June 15, 2009 - 22:41
View usage statistics for this release

Three fixes, one critical:

The "Twitpocalypse" issue still bit users on 32 bit hardware: although version 2.3 of Twitter module stored ids as bigints, Drupal's DB layer doesn't handle that properly on 32 bit PHP compiles. We're now storing them as strings. Life is hard. (#491794: Twitpocalypse bug (will not import if twitter_id greater than 2,147,483,647))
Added a "Status ID" View field to facilitate easier testing -- decided to keep it in once it was there.
Fixed an issue with the twitter_fetch_statuses() function that caused it to use a nonexistant REST endpoint. May solve a number of existing issues for users with private accounts.

twitter 6.x-3.x-dev

walkah - June 11, 2009 - 03:23
Nightly development snapshot from CVS branch: DRUPAL-6--3
First released: June 11, 2009 - 03:23
Download: twitter-6.x-3.x-dev.tar.gz
Size: 31 KB
md5_file hash: 0fb1345bc0314c2caa825176ee11d6f0
Last updated: June 20, 2009 - 12:35
View usage statistics for this release

Dev snapshots of DRUPAL-6--3 (3.x version of twitter module)

twitter 6.x-2.4

eaton - May 13, 2009 - 17:30
Official release from CVS tag: DRUPAL-6--2-4
First released: May 13, 2009 - 17:30
Download: twitter-6.x-2.4.tar.gz
Size: 20.18 KB
md5_file hash: 4d4faf14f3f7f9b056955ed24f6d6fda
Last updated: May 13, 2009 - 17:36
View usage statistics for this release

Twitter's status IDs are hitting the signed int rollover point -- Twitter module 2.4 is an emergency schema update that converts twitter_id into an unsigned bigint.

If you're only using the Twitter module to publish your own tweets, this update is unnecessary. If you're importing statuses, however, you'll likely run into problems shortly unless this version is installed.

twitter 6.x-2.3

eaton - April 9, 2009 - 14:38
Official release from CVS tag: DRUPAL-6--2-3
First released: April 9, 2009 - 14:38
Download: twitter-6.x-2.3.tar.gz
Size: 19.95 KB
md5_file hash: 3466563a083c86000b94156c3340d92e
Last updated: April 9, 2009 - 14:41
View usage statistics for this release

Hey, guys! Who likes NEW VERSIONS every day?

2.1 had a subtle bug, and 2.2 was rushed out too quickly to fix it. 2.3 offers the following (actual) fixes:

1) The !tinyurl token should now be replaced properly
2) The general settings page no longer requires a global twitter account.

You may now resume your regular tweeting.

twitter 6.x-2.2

eaton - April 8, 2009 - 21:46
Official release from CVS tag: DRUPAL-6--2-2
First released: April 8, 2009 - 21:46
Download: twitter-6.x-2.2.tar.gz
Size: 19.94 KB
md5_file hash: 3e774a3f3e8c81e4954d0d448be61aa5
Last updated: April 8, 2009 - 21:51
View usage statistics for this release

Apologies for the quick 2.2 release: This release fixes a bug that caused TinyURL.com to be pinged unnecessarily, even if no twitter message was being posted or no !tinyurl was being used in the message.

Since the bug caused unecessary remote web service calls and would burn through finite link IDs on TinyURL.com's server, a quick release was pushed out to fix it. Thanks for your patience, everyone!

twitter 6.x-2.1

eaton - April 8, 2009 - 15:38
Official release from CVS tag: DRUPAL-6--2-1
First released: April 8, 2009 - 15:38
Download: twitter-6.x-2.1.tar.gz
Size: 19.83 KB
md5_file hash: 627bdd9f83215900025ccf1c6cad82b6
Last updated: April 8, 2009 - 15:41
View usage statistics for this release

A number of bug fixes and the addition of an optional 'global' Twitter account for posting.

#367387 - add meta-information for the Rules module.
#335459 - check the HTTP Response when updating the status with a new post's title, and properly notify the user if something went wrong.
#336048 ensure NOT NULL for the screen_name column
#333704 - username and hashtag references produce invalid HTML
#374906 - Ensure tabs appear correctly when visiting the twitter user account edit tab.
#372970 - We don't actually test the node type before displaying the form. Whoops.
#242108 - Use the aliased URL instead of the raw node/$nid URL. Also added support for compressing URLs with TinyURL before they're sent to Twitter.com, and alternate URL shortening services via an override function.
#359375 - Tweak the default post title to avoid problems with URL shortening services.
#354308 - experimental support for Identi.ca - the API endpoint URL can be changed by an admin. UI text still says Twitter for users, though, and it's not yet possible to have Twitter accounts and Identi.ca accounts used on the same site.
#279319 by michaelphipps, support all of Twitter's HTTP response codes.

twitter 6.x-2.0

eaton - September 26, 2008 - 17:05
Official release from CVS tag: DRUPAL-6--2-0
First released: September 26, 2008 - 17:05
Download: twitter-6.x-2.0.tar.gz
Size: 17.85 KB
md5_file hash: f5e2bbecd55e7015ee5bc9d57ce3f007
Last updated: September 26, 2008 - 17:10
View usage statistics for this release

Actual release of Twitter 2 for Drupal. Now includes the Twitter Actions module, for sending of twitter messages on Drupal system events.

twitter 6.x-2.x-dev

eaton - June 18, 2008 - 17:39
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: June 18, 2008 - 17:39
Download: twitter-6.x-2.x-dev.tar.gz
Size: 23.09 KB
md5_file hash: 581b682b68cc49998f7cf7a0620fa737
Last updated: July 5, 2009 - 00:26
View usage statistics for this release

Development snapshot of the Twitter module for Drupal 6. Includes API components and full Views2 support.

twitter 5.x-1.x-dev

walkah - January 27, 2007 - 01:43
Nightly development snapshot from CVS branch: DRUPAL-5
First released: January 27, 2007 - 01:43
Download: twitter-5.x-1.x-dev.tar.gz
Size: 6.82 KB
md5_file hash: 7da59491da4b24c93844da40c59f2926
Last updated: June 19, 2007 - 00:25
View usage statistics for this release

5.0 version development snapshot

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.