Releases for Delicious

delicious 6.x-1.2

paulbooker - January 28, 2009 - 23:54
Official release from CVS tag: DRUPAL-6--1-2
First released: January 28, 2009 - 23:54
Download: delicious-6.x-1.2.tar.gz
Size: 20.46 KB
md5_file hash: d7f2922a1e2de0d0f9d48fc4e3527e36
Last updated: January 28, 2009 - 23:55
View usage statistics for this release

Bug fixes and New features.

delicious 6.x-1.1

paulbooker - July 21, 2008 - 12:13
Official release from CVS tag: DRUPAL-6--1-1
First released: July 21, 2008 - 12:13
Download: delicious-6.x-1.1.tar.gz
Size: 18.14 KB
md5_file hash: d046e1a2c534efca9cef4d9a468c0cd0
Last updated: July 21, 2008 - 12:15
View usage statistics for this release

Official release of Delicious module for D6.

delicious 5.x-2.x-dev

paulbooker - July 19, 2008 - 18:57
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: July 19, 2008 - 18:57
Download: delicious-5.x-2.x-dev.tar.gz
Size: 17.96 KB
md5_file hash: 2e1e9424e1801d7e41ed200df55b38ad
Last updated: July 20, 2008 - 00:02
View usage statistics for this release

Latest development release

delicious 5.x-1.5

paulbooker - July 19, 2008 - 18:23
Official release from CVS tag: DRUPAL-5--1-5
First released: July 19, 2008 - 18:23
Download: delicious-5.x-1.5.tar.gz
Size: 17.95 KB
md5_file hash: 9a394afb88284f96e88a1028911afebb
Last updated: July 19, 2008 - 18:25
View usage statistics for this release

Thanks for everyones help

delicious 6.x-4.x-dev

paulbooker - June 24, 2008 - 09:24
Nightly development snapshot from CVS branch: DRUPAL-6--4
First released: June 24, 2008 - 09:24
Download: delicious-6.x-4.x-dev.tar.gz
Size: 18.1 KB
md5_file hash: 253e998ca0f5437303ebf9491271df8d
Last updated: June 24, 2008 - 12:02
View usage statistics for this release

My changes were not committed with the previous release. trying again.

delicious 6.x-3.x-dev

paulbooker - June 18, 2008 - 15:30
Nightly development snapshot from CVS branch: DRUPAL-6--3
First released: June 18, 2008 - 15:30
Download: delicious-6.x-3.x-dev.tar.gz
Size: 18.77 KB
md5_file hash: 2195c2bb2205622e9502207be87e0002
Last updated: June 19, 2008 - 00:02
View usage statistics for this release

Further bug fixing , next release should be an official release

delicious 6.x-1.x-dev

paulbooker - April 24, 2008 - 15:08
Nightly development snapshot from CVS branch: DRUPAL-6--1
First released: April 24, 2008 - 15:08
Download: delicious-6.x-1.x-dev.tar.gz
Size: 22.19 KB
md5_file hash: a7ad756af3913d91b8fe2610646206bc
Last updated: January 29, 2009 - 00:04
View usage statistics for this release

Development release of the Delicious module for Drupal 6.

delicious 5.x-1.4

douggreen - February 19, 2008 - 13:54
Official release from CVS tag: DRUPAL-5--1-4
First released: February 19, 2008 - 13:54
Download: delicious-5.x-1.4.tar.gz
Size: 19.05 KB
md5_file hash: fa66b7c3254ec62df29b668568cdbd67
Last updated: February 19, 2008 - 13:55
View usage statistics for this release

Per the conversation on the devel thread, I'm creating new latest releases of several modules.

Changes since DRUPAL-5--1-3:

  • try to improve the delicious_block_page by grouping entries by description/href
  • add option to display as tag cloud - depends on tagadelic module
  • get unique results

delicious 5.x-1.3

douggreen - November 29, 2007 - 21:40
Official release from CVS tag: DRUPAL-5--1-3
First released: November 29, 2007 - 21:40
Download: delicious-5.x-1.3.tar.gz
Size: 18.65 KB
md5_file hash: a4f52bf97426168e6a21a69bc7f85fb8
Last updated: November 29, 2007 - 21:45
View usage statistics for this release

Enhanced by Doug Green and CivicActions, to include:

  • More themable - added theme_delicious_recent and theme_delicious_link.
  • Page view - added a "more" link and a page view that shows the tag, description, and link for each delicious link
  • Display option - the previous default display was only of the description. You can now display the tag, description, or the link. If you display the tag, the link takes you to your delicious account page for that tag instead of the tagged link.
  • Sort option - sort by the number of links or the link date
  • hook_delicious - added a hook so that users or tags can be modified before the query. This is useful, if for example, you wanted to limit the block to display the tags that match the current node's taxonomy terms. See example in 195401
  • Tagadelic Support - the number of links are now displayed (when greater than 1). The theme function now receive a count so that you could theoretically turn the tag view of tagadelic like display... although this will require some theming.


function example_delicious($op, &$items) {
if ($op == 'tags') {
switch (arg(0)) {
case 'node':
$tags = array();
if (($nid = arg(1)) && !arg(2)) {

delicious 5.x-1.2

paulbooker - November 20, 2007 - 17:45
Official release from CVS tag: DRUPAL-5--1-2
First released: November 20, 2007 - 17:45
Download: delicious-5.x-1.2.tar.gz
Size: 17.66 KB
md5_file hash: 582e4787c7fa89c3787d41ccfc6a6723
Last updated: November 20, 2007 - 17:50
View usage statistics for this release

Bug fixes

delicious 5.x-1.1

paulbooker - November 2, 2007 - 12:06
Official release from CVS tag: DRUPAL-5--1-1
First released: November 2, 2007 - 12:06
Download: delicious-5.x-1.1.tar.gz
Size: 17.84 KB
md5_file hash: 5ba8837126f50be51027a03a780c424e
Last updated: November 2, 2007 - 12:10
View usage statistics for this release

First official release of delicious for Drupal 5.

delicious 5.x-1.x-dev

douggreen - November 1, 2007 - 17:21
Nightly development snapshot from CVS branch: DRUPAL-5
First released: November 1, 2007 - 17:21
Download: delicious-5.x-1.x-dev.tar.gz
Size: 17.96 KB
md5_file hash: 269823168bf92cbf99f4faf8ff5c94d4
Last updated: July 20, 2008 - 00:02
View usage statistics for this release

Standard 5.x development release

delicious 4.7.x-1.x-dev

merlinofchaos - July 24, 2006 - 09:02
Nightly development snapshot from CVS branch: DRUPAL-4-7
First released: July 24, 2006 - 09:02
Download: delicious-4.7.x-1.x-dev.tar.gz
Size: 16.96 KB
md5_file hash: 117c9d767856f8518afe16dd3d4e62c3
Last updated: November 13, 2006 - 12:05
View usage statistics for this release

delicious 4.6.x-1.x-dev

merlinofchaos - September 23, 2005 - 03:36
Nightly development snapshot from CVS branch: DRUPAL-4-6
First released: September 23, 2005 - 03:36
Download: delicious-4.6.x-1.x-dev.tar.gz
Size: 16.78 KB
md5_file hash: d7d008360337136bbf74eca24a0ec442
Last updated: November 13, 2006 - 12:05
View usage statistics for this release

delicious HEAD

merlinofchaos - March 6, 2005 - 20:15
Nightly development snapshot from CVS branch: HEAD
First released: March 6, 2005 - 20:15
Download: delicious-HEAD.tar.gz
Size: 17.84 KB
md5_file hash: 3531edbc7719e308f712e80c2ee9d2f7
Last updated: November 2, 2007 - 12:01
View usage statistics for this release
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.