| 1 |
|
$Id$ |
| 2 |
|
|
| 3 |
|
Twitter 2.6, 2009-07-02 |
| 4 |
|
---------------------- |
| 5 |
|
A cleaner fix for the data type issue with twitter ids. We now store status IDs |
| 6 |
|
and twitter user ids as NUMERIC fields instead of STRINGS. This isn't awesome, |
| 7 |
|
but it works for now. We'll probably change this again in the future we feel |
| 8 |
|
cheeky. |
| 9 |
|
|
| 10 |
|
Added support for the Twitter in-reply-to fields for incoming statuses. It's now |
| 11 |
|
possible to build views of 'original' tweets or 'reply' tweets by filtering on |
| 12 |
|
the reply fields, as well. Note that only FRESHLY imported statuses will have |
| 13 |
|
the reply data. |
| 14 |
|
|
| 15 |
|
Added a new view-based block that shows ALL tweets on the site, not just tweets |
| 16 |
|
for the current user. |
| 17 |
|
|
| 18 |
|
Eliminated the unholy abomination that was custom_twitter_shorten_url(). If you |
| 19 |
|
want outgoing tweets to use another URL shortening service, install the Shorten |
| 20 |
|
module, and it will be used automatically. |
| 21 |
|
|
| 22 |
|
- #475808 - Added twitter.api.php to the project to document hooks. |
| 23 |
|
- #480222 - minor fix to the function signature for hook_nodeapi. |
| 24 |
|
- #477756 - minor cleanup of the comments in the install file. |
| 25 |
|
- #504112 - add an API function to support sending direct messages. |
| 26 |
|
- #392834 - make it possible to hide the 'Drupal' attribution line when statuses |
| 27 |
|
are posted. |
| 28 |
|
- #301317 - last_refresh didn't have a default value. Adding accounts died in |
| 29 |
|
mysql strict mode. |