Releases for Comment RSS

commentrss 5.x-2.2

Dave Reid - September 16, 2009 - 16:51
Official release from CVS tag: DRUPAL-5--2-2
First released: September 16, 2009 - 16:51
Download: commentrss-5.x-2.2.tar.gz
Size: 10.63 KB
md5_file hash: bb47824dc83e01fef60ee5e5d374de8c
Last updated: September 16, 2009 - 16:55
View usage statistics for this release

This release fixes a security vulnerability, all users of Comment RSS 5.x-2.1 or any 5.x-2.x-dev snapshot from before 2009-09-16 are urged to upgrade. For more details, see SA-CONTRIB-2009-058.

commentrss 6.x-2.2

Dave Reid - September 16, 2009 - 16:50
Official release from CVS tag: DRUPAL-6--2-2
First released: September 16, 2009 - 16:50
Download: commentrss-6.x-2.2.tar.gz
Size: 13.99 KB
md5_file hash: 726d1f9c3e1c113cdea252e4ecf3fa34
Last updated: September 16, 2009 - 16:55
View usage statistics for this release

This release fixes a security vulnerability, all users of Comment RSS 6.x-2.1 or any 6.x-2.x-dev snapshot from before 2009-09-16 are urged to upgrade. For more details, see SA-CONTRIB-2009-058.

Other changes since DRUPAL-6--2-1:

  • by Dave Reid: Cleaned up commentrss_format_items().

commentrss 5.x-2.1

Dave Reid - July 25, 2009 - 14:46
Official release from CVS tag: DRUPAL-5--2-1
First released: July 25, 2009 - 14:46
Download: commentrss-5.x-2.1.tar.gz
Size: 10.63 KB
md5_file hash: e71ce1ce9be23400034c717b7dfb4ad1
Last updated: July 25, 2009 - 14:50
View usage statistics for this release

Changes since DRUPAL-5--2-0:

  • Update readme to 5.x-2.x functionality
  • sites/all/modules is preferred
  • #316270 reported by akwala, patch by myself: do not expose feed paths, when in reality, the user does not have permission to read those feeds. (Backported from Drupal 6.x-2.x)
  • #318467 by Shiny: Fixed field alias SQL error.
  • #513492 by Hervé Saladin, Dave Reid: Fixed a relative link to an absolute link.

commentrss 6.x-2.1

Dave Reid - July 21, 2009 - 23:06
Official release from CVS tag: DRUPAL-6--2-1
First released: July 21, 2009 - 23:06
Download: commentrss-6.x-2.1.tar.gz
Size: 13.92 KB
md5_file hash: 59f516d1a33deb97c1b5f6f4b9cc6de3
Last updated: July 21, 2009 - 23:10
View usage statistics for this release

Changes since DRUPAL-6--2-0:

  • #316080 report by akwala, patch by myself: the newly added default tab for RSS settings did not work for its specific URL (only for the parent URL). We should include the system code and use that when people hit this URL.
  • #316270 reported by akwala, patch by myself: do not expose feed paths, when in reality, the user does not have permission to read those feeds.
  • Ukrainian translation for commentrss 6.2 branch
  • #318467 by Shiny: Fixed field alias SQL error.
  • #513492 by Hervé Saladin, Dave Reid: Fixed a relative link to an absolute link.
  • #316080 by Dave Reid: Fixed the default local tab menu details and removed unnecessary code.
  • #311464 by lomz, Dave Reid: Added translation template file.

commentrss 6.x-2.0

Gábor Hojtsy - October 1, 2008 - 14:11
Official release from CVS tag: DRUPAL-6--2-0
First released: October 1, 2008 - 14:11
Download: commentrss-6.x-2.0.tar.gz
Size: 12.31 KB
md5_file hash: 2dce0743e86b92ee5f5d4181b0ca1800
Last updated: October 1, 2008 - 14:20
View usage statistics for this release

This release fixes a few small bugs, improves the memory footprint and SQL queries (better performance), the user interface (cleaner forms, slightly more flexible options, better translatability) and improves code quality (better file organization, more phpdocs). Includes forward ported changes to commentrss from 5.x-1.x to 5.x-2.x, including:

  • #214958 by Junyor and myself: add context to comment feeds, so people can identify where comments are coming from
  • #161150 report by twohills, patch by myself: Add different options for site front page feed exposure, and prevent all site feed from appearing on other pages. Setting backwards compatible.
  • Update help text to describe feed features better.
  • Moved settings page under 'RSS publishing' setting in admin > content.
  • #198151 report by ragaskar, patch by myself: avoid node comment RSS feed from appearing on other pages.
  • Removed lots of dead code from node comment feed generation code.
  • #189829 reported by zostay, mostly fixed already, but one missing piece: Built in check for comment support on node, so that a node feed will not be accessible at all if the node does not support comments.
  • Remove vocabulary feed as vocabulary_list module is not supported for years. Use Views for arbitrary comment feeds.
  • Added lots of phpdoc to API functions.
  • Align namespace handling in channel feed to core patch suggested at #157709
  • Rethink commentrss_format_items() to join on {users} instead of doing a user_load() on all comments handled. This leads to much better performance.
  • Better descriptions on settings.
  • Also used Drupal 6 features to split the module into pages.inc, admin.inc and the main module file only containing core hook callbacks, minimizing memory footprint.

commentrss 6.x-2.x-dev

Gábor Hojtsy - October 1, 2008 - 14:10
Nightly development snapshot from CVS branch: DRUPAL-6--2
First released: October 1, 2008 - 14:10
Download: commentrss-6.x-2.x-dev.tar.gz
Size: 14.1 KB
md5_file hash: 98c6ade3c84c2925590b5fd09b39056c
Last updated: September 22, 2009 - 00:06
View usage statistics for this release

Developer snapshots for 6.x-2.x

commentrss 5.x-2.0

Gábor Hojtsy - September 30, 2008 - 12:37
Official release from CVS tag: DRUPAL-5--2-0
First released: September 30, 2008 - 12:37
Download: commentrss-5.x-2.0.tar.gz
Size: 10.69 KB
md5_file hash: d5790152b66ff20fa7666d122294db30
Last updated: September 30, 2008 - 12:45
View usage statistics for this release

Changes since 5.x-1.2:

commentrss 5.x-1.2

Gábor Hojtsy - September 10, 2008 - 07:47
Official release from CVS tag: DRUPAL-5--1-2
First released: September 10, 2008 - 07:47
Download: commentrss-5.x-1.2.tar.gz
Size: 9.73 KB
md5_file hash: 77ca95121959c056335c0020ba5013a2
Last updated: September 10, 2008 - 07:50
View usage statistics for this release

Changes since 5.x-1.1:

  • #305984 by spatz4000: undefined function error; caused by bad backporting of drupal_is_front_page() fix

commentrss 6.x-1.2

Gábor Hojtsy - September 9, 2008 - 09:01
Official release from CVS tag: DRUPAL-6--1-2
First released: September 9, 2008 - 09:01
Download: commentrss-6.x-1.2.tar.gz
Size: 11.15 KB
md5_file hash: 7f7329ab896b71ee19b6976c49cfc9f2
Last updated: September 9, 2008 - 09:05
View usage statistics for this release

Changes since 6.x-1.1:

  • #304778 by laalto and #256922 by Wesley Tanaka: Fix default site feed and permission to look for access comments
  • #283590 reported by tjharman, fixed by myself: Our hook_init breaks offline page theming, so just skip running it when the site is offline.
  • #288481 report by telega: also add comment RSS feed on non-standard frontpage (but keep adding on the main node listing as well)

commentrss 5.x-1.1

Gábor Hojtsy - September 9, 2008 - 08:58
Official release from CVS tag: DRUPAL-5--1-1
First released: September 9, 2008 - 08:58
Download: commentrss-5.x-1.1.tar.gz
Size: 9.73 KB
md5_file hash: 85489e30c9ff3d3c08cd02c007f00608
Last updated: September 9, 2008 - 09:00
View usage statistics for this release

Changes since 5.x-1.0:

  • #288481 report by telega: also add comment RSS feed on non-standard frontpage (but keep adding on the main node listing as well) [backported]

commentrss 6.x-1.1

Gábor Hojtsy - September 5, 2008 - 09:30
Official release from CVS tag: DRUPAL-6--1-1
First released: September 5, 2008 - 09:30
Download: commentrss-6.x-1.1.tar.gz
Size: 10.99 KB
md5_file hash: ea4f6c6d873fe4e6e1bf6059e198afea
Last updated: September 5, 2008 - 09:35
View usage statistics for this release

Loads of bugfixes and cleaning up the interface. Made the settings page actually work.

commentrss 5.x-2.x-dev

Gábor Hojtsy - April 29, 2008 - 13:32
Nightly development snapshot from CVS branch: DRUPAL-5--2
First released: April 29, 2008 - 13:32
Download: commentrss-5.x-2.x-dev.tar.gz
Size: 10.64 KB
md5_file hash: d81fadae83916dc573664fd717ac6689
Last updated: September 17, 2009 - 00:05
View usage statistics for this release

Great new UI changes and bugfixes, building up to a 5.x-2.0 to be ported later to 6.x-2.0.

commentrss 6.x-1.0

Gábor Hojtsy - April 28, 2008 - 23:02
Official release from CVS tag: DRUPAL-6--1-0
First released: April 28, 2008 - 23:02
Download: commentrss-6.x-1.0.tar.gz
Size: 9.7 KB
md5_file hash: de15edd046356773573e1b469a3f190d
Last updated: April 28, 2008 - 23:05
View usage statistics for this release

First stable release compatible with Drupal 6. Thanks add1sun!

commentrss 5.x-1.0

Gábor Hojtsy - April 28, 2008 - 23:01
Official release from CVS tag: DRUPAL-5--1-0
First released: April 28, 2008 - 23:01
Download: commentrss-5.x-1.0.tar.gz
Size: 9.69 KB
md5_file hash: 50d02c4cc540263d7fedd7e7081ff482
Last updated: April 28, 2008 - 23:05
View usage statistics for this release

First stable release for Drupal 5. It was about time.

commentrss 5.x-1.x-dev

Gábor Hojtsy - December 18, 2006 - 11:51
Nightly development snapshot from CVS branch: DRUPAL-5
First released: December 18, 2006 - 11:51
Download: commentrss-5.x-1.x-dev.tar.gz
Size: 9.73 KB
md5_file hash: f3009e8276ac266f31013fe459b63178
Last updated: September 10, 2008 - 12:02
View usage statistics for this release

- Added .info file for Drupal 5 compatibility
- Updated t() placeholders and some title text

2007-07-15 [tangent]
- Added settings for disabling some feeds
- Removed nodetype feeds
- Removed node teaser from single node comment feeds
- Added wfw:commentRss element to node feeds
- Changed content-type header of comment feeds

commentrss 4.6.x-1.x-dev

Gábor Hojtsy - October 3, 2006 - 17:01
Nightly development snapshot from CVS branch: DRUPAL-4-6
First released: October 3, 2006 - 17:01
Download: commentrss-4.6.x-1.x-dev.tar.gz
Size: 8.63 KB
md5_file hash: 839ede875c35c09658bf82fc23f05128
Last updated: November 13, 2006 - 12:05
View usage statistics for this release

commentrss 4.7.x-1.x-dev

Gábor Hojtsy - June 29, 2006 - 01:02
Nightly development snapshot from CVS branch: DRUPAL-4-7
First released: June 29, 2006 - 01:02
Download: commentrss-4.7.x-1.x-dev.tar.gz
Size: 9.28 KB
md5_file hash: 65bc1e69a949d19581a9b42f656b2701
Last updated: April 8, 2007 - 00:06
View usage statistics for this release

commentrss HEAD

Gábor Hojtsy - March 6, 2005 - 20:15
Nightly development snapshot from CVS branch: HEAD
First released: March 6, 2005 - 20:15
Download: commentrss-HEAD.tar.gz
Size: 9.68 KB
md5_file hash: cd5bf68a5876248ffee85416412018e3
Last updated: July 16, 2007 - 12:02
View usage statistics for this release
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.