Releases for Tweet

tweet 6.x-3.1

IceCreamYou - November 1, 2009 - 00:23
Download Size md5 hash
tweet-6.x-3.1.tar.gz 11.3 KB eae2f92f80ad2e6486785493d810567b
Official release from CVS tag: DRUPAL-6--3-1
Last updated: November 1, 2009 - 00:26

Changes from 6.x-3.0:

  • Use core theme function for displaying the icon; this should remove problems with the wrong URL being used
  • #497876 Patch for showing ellipsis correctly (thanks ev)
  • #543676 Invalid XHTML: onClick should be onclick by kaido24
  • Added ability to use arbitrary text for "Post to Twitter"
  • Changed all "else if" to "elseif" in PHP files per Coder 2.x
  • #618628 Hashtags pulled from taxonomy
  • Updated README

This release adds two settings to the module's settings page.

tweet 6.x-3.x-dev

IceCreamYou - May 21, 2009 - 18:17
Download Size md5 hash
tweet-6.x-3.x-dev.tar.gz 11.46 KB 4c59d44dfef2ad215cb5426a3b4c5683
Nightly development snapshot from CVS branch: DRUPAL-6--3
Last updated: December 3, 2009 - 00:14

Bug fixes accumulate in the dev release until there are enough of them (or one is important enough) to create a stable release. That means you should try using the dev release if you have problems with the stable release. Dev releases are usually almost as stable as the stable releases, they just update more frequently--but it's always worth testing before use on a production site.

tweet 6.x-3.0

IceCreamYou - May 18, 2009 - 03:24
Download Size md5 hash
tweet-6.x-3.0.tar.gz 11.02 KB dd78f0f8ca4fe929be77fb95b096275d
Official release from CVS tag: DRUPAL-6--3-0
Last updated: May 18, 2009 - 03:26

The biggest change in this release is that it relies upon the Shorten URLs module to shorten the URLs that appear in Tweets. This is not a dependency, but if it is not installed, your users will see the full, long URLs in their tweets. Shorten is much more versatile at shortening URLs than Tweet was; plus, I wrote it, so you know it will be well-supported and stable. ;)

If you install Shorten before you update Tweet, your settings will be transferred when you run update.php.

Other changes:
API change - removed $q parameter of tweet_to_twitter()
Improved in-code documentation formatting
#462586 Improved rules to get current URL for sites with multi-language support
Corrected path to image which broke on some sites as a result of #462586
Update README.txt to reflect latest changes.

tweet 5.x-2.x-dev

IceCreamYou - May 15, 2009 - 19:18
Download Size md5 hash
tweet-5.x-2.x-dev.tar.gz 13.18 KB 417102c9b56dbf0ca0bd9679e549c41b
Nightly development snapshot from CVS branch: DRUPAL-5--2
Last updated: May 17, 2009 - 00:26

Use this release before reporting bugs if there is a newer dev release than stable release.

tweet 6.x-2.x-dev

IceCreamYou - May 10, 2009 - 16:25
Download Size md5 hash
tweet-6.x-2.x-dev.tar.gz 11.02 KB d6b8fd48ce00e9f79de5d3948fbd812f
Nightly development snapshot from CVS branch: DRUPAL-6--2
Last updated: May 18, 2009 - 12:33

This release may contain bugs, although they will probably not be show-stopping. Upgrade to this release first if you have problems with a stable release (assuming there is a newer dev release than stable release). Otherwise, you'll probably have more luck with the stable releases.

tweet 5.x-2.1

IceCreamYou - May 1, 2009 - 23:30
Download Size md5 hash
tweet-5.x-2.1.tar.gz 13.2 KB a2a13785fc5c5482483125a00ef9453c
Official release from CVS tag: DRUPAL-5--2-1
Last updated: May 1, 2009 - 23:35

#NOISSUE: Documentation improvements.

#450096:
- Added hook to add additional URL abbreviation services.
- Added tr.im URL abbreviation service.
- Minor related cleanup.

tweet 6.x-2.1

IceCreamYou - May 1, 2009 - 23:30
Download Size md5 hash
tweet-6.x-2.1.tar.gz 13.19 KB 6d05b46dbafa23c81e02a659a5a65b8d
Official release from CVS tag: DRUPAL-6--2-1
Last updated: May 1, 2009 - 23:36

#NOISSUE: Documentation improvements.

#450096:
- Added hook to add additional URL abbreviation services.
- Added tr.im URL abbreviation service.
- Minor related cleanup.

tweet 5.x-2.0

IceCreamYou - March 21, 2009 - 22:27
Download Size md5 hash
tweet-5.x-2.0.tar.gz 12.56 KB 016e59e3fd21055bc9a7a36d26fcfb1c
Official release from CVS tag: DRUPAL-5--2-0
Last updated: March 21, 2009 - 22:31

This release builds off of 1.7, but also requires that you run update.php if upgrading from the 1.x branch.

Changes:

- Tweaks to last commit to fix overlooked bugs
- Admin can now fully customize the Tweet text

As a result of the second general change, the API has changed (which is the reason for this new branch). Please see the documentation for the new API. To upgrade, simply change:

//$title is the title to use in the tweet, if any.
tweet_to_twitter($type, $title, $nid, $q);

to:

//$format is a string which indicates what text will appear in the tweet.
//[url] and [title] are replaced with the relevant URL and title, respectively.
//For example, "[url] [title] #hashtag" might output "http://example.com My Page Title #hashtag".
tweet_to_twitter($type, $format, $nid, $q);

tweet 6.x-2.0

IceCreamYou - March 21, 2009 - 22:26
Download Size md5 hash
tweet-6.x-2.0.tar.gz 12.61 KB 9add7a90e35b2282d379fd437f93e3eb
Official release from CVS tag: DRUPAL-6--2-0
Last updated: March 21, 2009 - 22:31

This release builds off of 1.7, but also requires that you run update.php if upgrading from the 1.x branch.

Changes:

- Tweaks to last commit to fix overlooked bugs
- Admin can now fully customize the Tweet text

As a result of the second general change, the API has changed (which is the reason for this new branch). Please see the documentation for the new API. To upgrade, simply change:

//$title is the title to use in the tweet, if any.
tweet_to_twitter($type, $title, $nid, $q);

to:

//$format is a string which indicates what text will appear in the tweet.
//[url] and [title] are replaced with the relevant URL and title, respectively.
//For example, "[url] [title] #hashtag" might output "http://example.com My Page Title #hashtag".
tweet_to_twitter($type, $format, $nid, $q);

tweet 5.x-1.7

IceCreamYou - March 21, 2009 - 19:49
Download Size md5 hash
tweet-5.x-1.7.tar.gz 12.46 KB 0bc8e4cfb5fd7386f2291164298de41b
Official release from CVS tag: DRUPAL-5--1-7
Last updated: March 21, 2009 - 19:51

Many major changes - performance improvements and new features.

You should run update.php after upgrading to this version from 1.6 or earlier.

Among others:
- retrieved URLs are now cached, dramatically improving performance
- 5 new URL abbreviation services added (for a total of 7)
- new option to choose primary and backup URL abbreviation service
- new ability to exclude certain nodes from showing the Tweet link

tweet 6.x-1.7

IceCreamYou - March 21, 2009 - 19:48
Download Size md5 hash
tweet-6.x-1.7.tar.gz 12.48 KB 27793f49cf66d92af9bfc04dfc89b0bb
Official release from CVS tag: DRUPAL-6--1-7
Last updated: March 21, 2009 - 19:51

Many major changes - performance improvements and new features.

You should run update.php after upgrading to this version from 1.6 or earlier.

Among others:
- retrieved URLs are now cached, dramatically improving performance
- some code is now conditionally loaded, making the rest of the site faster
- 5 new URL abbreviation services added (for a total of 7)
- new option to choose primary and backup URL abbreviation service
- new ability to exclude certain nodes from showing the Tweet link

tweet 5.x-1.6

IceCreamYou - March 4, 2009 - 23:37
Download Size md5 hash
tweet-5.x-1.6.tar.gz 11.65 KB 1a6f21eeb17bdcc4e2d1daadc2850eb7
Official release from CVS tag: DRUPAL-5--1-6
Last updated: March 4, 2009 - 23:41

This release fixes bug #390802 (thanks Gef). These changes were made:

- Admin can now choose which URL abbreviating service to use (Th8.us or TinyURL).
- Admin can now choose whether to retrieve the abbreviated URL using cURL or file_get_contents().
- There is now a three-second timeout when retrieving abbreviated URLs from both services using both methods. If one service fails, the other will be tried. If both fail, the original (unshortened) URL is used.

tweet 6.x-1.6

IceCreamYou - March 4, 2009 - 23:36
Download Size md5 hash
tweet-6.x-1.6.tar.gz 11.7 KB e96ffdefb40fb5b93aa5cfccae54c24b
Official release from CVS tag: DRUPAL-6--1-6
Last updated: March 4, 2009 - 23:41

This release fixes bug #390802 (thanks Gef). These changes were made:

- Admin can now choose which URL abbreviating service to use (Th8.us or TinyURL).
- Admin can now choose whether to retrieve the abbreviated URL using cURL or file_get_contents().
- There is now a three-second timeout when retrieving abbreviated URLs from both services using both methods. If one service fails, the other will be tried. If both fail, the original (unshortened) URL is used.

tweet 5.x-1.5

IceCreamYou - February 26, 2009 - 00:39
Download Size md5 hash
tweet-5.x-1.5.tar.gz 10.67 KB 47d199250b7e3268f10c77054d8e81b6
Official release from CVS tag: DRUPAL-5--1-5
Last updated: February 26, 2009 - 00:40

Add a hashtag onto the node title - there is now a setting to add a suffix to tweets, allowing global #hashtags to be set.

tweet 6.x-1.5

IceCreamYou - February 26, 2009 - 00:39
Download Size md5 hash
tweet-6.x-1.5.tar.gz 10.74 KB 01772cb8ed95b8cde8dc3d9aaf0ef172
Official release from CVS tag: DRUPAL-6--1-5
Last updated: February 26, 2009 - 00:40

Add a hashtag onto the node title - there is now a setting to add a suffix to tweets, allowing global #hashtags to be set.

tweet 5.x-1.4

IceCreamYou - February 4, 2009 - 02:00
Download Size md5 hash
tweet-5.x-1.4.tar.gz 10.45 KB 61c0b4dd814c2f3b63131f590f055a8c
Official release from CVS tag: DRUPAL-5--1-4
Last updated: February 4, 2009 - 02:00

#365483 (thanks SallySaucer):

Fixed wrong URL used on non-root installs.
Added quotes around alt tag for image.
Added an option on the settings page to specify a different (local) location of the image.
Added a title tag to the image.
Added rel="nofollow" to every Twitter link.

tweet 6.x-1.4

IceCreamYou - February 4, 2009 - 01:59
Download Size md5 hash
tweet-6.x-1.4.tar.gz 10.56 KB 5407596d1f6409c1e68363840698e14c
Official release from CVS tag: DRUPAL-6--1-4
Last updated: February 4, 2009 - 02:00

#365483 (thanks SallySaucer):

Fixed wrong URL used on non-root installs.
Added quotes around alt tag for image.
Added an option on the settings page to specify a different (local) location of the image.
Added a title tag to the image.
Added rel="nofollow" to every Twitter link.

tweet 6.x-1.x-dev

IceCreamYou - January 24, 2009 - 22:59
Download Size md5 hash
tweet-6.x-1.x-dev.tar.gz 11 KB 13bf84f1d2a5ddd3cb33970c5779c846
Nightly development snapshot from CVS branch: DRUPAL-6--1
Last updated: March 22, 2009 - 00:22

The development version of Tweet. Use this if you have problems with the latest stable version; otherwise, don't touch it.

tweet 5.x-1.2

IceCreamYou - January 24, 2009 - 22:58
Download Size md5 hash
tweet-5.x-1.2.tar.gz 9.6 KB b3770cdcad2bf2e9ecab1dc674d8fcd7
Official release from CVS tag: DRUPAL-5--1-2
Last updated: January 24, 2009 - 23:01

Somehow only the module file got included in the last release.

tweet 6.x-1.2

IceCreamYou - January 24, 2009 - 22:57
Download Size md5 hash
tweet-6.x-1.2.tar.gz 9.69 KB cc7222c0d50ab4f8519f2921f545af6f
Official release from CVS tag: DRUPAL-6--1-2
Last updated: January 24, 2009 - 23:01

Somehow only the module file got included in the last release.

Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.