twitter 6.x-3.0-beta2

Fixes up some critical bugs with the beta 1 release

Changes since DRUPAL-6--3-0-BETA1:

  • Fixing twitter_user_delete to.. you know... work.
  • Issue with OAuth POST requests - spotted by cjs_
  • #715364 by dilvish: Fixed 'make global' fails with invalid path.

twitter 6.x-3.0-beta1

Initial beta of the new 3.x version of twitter. New features include:

* OAuth API support (suggested dependency on oauth.module)
* Sign in with twitter support (if OAuth is available)
* Cleanly separated library - for those building new twitter apps/modules on top of twitter module
* Node announcing features broken out into their own module

twitter 6.x-2.6

New features
Bug fixes

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.

twitter 6.x-2.4

Bug fixes

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

Bug fixes

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

Bug fixes

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

New features
Bug fixes

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

twitter 6.x-2.0

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

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

Pages

Subscribe with RSS Subscribe to Releases for Twitter