commentrss 7.x-2.5

New features

Changes since 7.x-2.4

  • view commit • Issue #2601284 by felribeiro, luco: Possibility to filter the content type that will show the feed icon

commentrss 8.x-1.x-dev

This is the first attempt of porting this module to Drupal 8 and it's still under development.
Some features may be missing. We also tried to simplify things a little bit.

Ported to Drupal 8 by:

commentrss 7.x-2.4

Bug fixes

Changes since 7.x-2.3:

  • Fixed the RSS namespace in commentrss_node_view() was not added correctly.
  • #1243056: Fixed commentrss.install used DOS-style newlines.
  • Restore and improve the 'In reply to ...' text in comments using commentrss_comment_view().
  • #1137264: Refactor module to use proper comment rendering with RSS build mode.
  • Fixed path to RSS publishing menu changed in Drupal 7.

commentrss 5.x-2.2

Security update

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

Security update

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

Insecure

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.0

New features
Bug fixes
Insecure

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 5.x-1.2

Bug fixes

Changes since 5.x-1.1:

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

commentrss 5.x-1.1

Bug fixes

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

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

commentrss 5.x-2.x-dev

New features
Bug fixes

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

First stable release compatible with Drupal 6. Thanks add1sun!

commentrss 5.x-1.0

New features
Bug fixes

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

commentrss 5.x-1.x-dev

New features

- 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

Subscribe with RSS Subscribe to Releases for Comment RSS