commentrss 7.x-2.4
| Download | Size | md5 hash |
|---|---|---|
| commentrss-7.x-2.4.tar.gz | 11.78 KB | ae6f257d853ec884916e2ac22d295d3d |
| commentrss-7.x-2.4.zip | 13.73 KB | 3f2c91c3aef9e0e884175b8bed27bd05 |
Release notes
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 6.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-2.3.tar.gz | 10.88 KB | 468301b98316980f30be131e413c2661 |
| commentrss-6.x-2.3.zip | 12.76 KB | fc01249f8870fbb56982a24bb5c86ae7 |
Release notes
Changes since 6.x-2.2:
Read morecommentrss 7.x-2.3
| Download | Size | md5 hash |
|---|---|---|
| commentrss-7.x-2.3.tar.gz | 10.82 KB | 5e50f3a9ecafa9d004afb923c8ec79e5 |
| commentrss-7.x-2.3.zip | 12.69 KB | b30c07cc246624e694790130fd8f400c |
Release notes
Initial D7 release based off the 6.x-2.3 version.
commentrss 7.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commentrss-7.x-2.x-dev.tar.gz | 10.7 KB | 7dc6ac81cbd6f5510efd3d34348ce293 |
| commentrss-7.x-2.x-dev.zip | 12.65 KB | bc83759950d93c17ee330874ea834026 |
commentrss 5.x-2.2
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-2.2.tar.gz | 10.63 KB | bb47824dc83e01fef60ee5e5d374de8c |
| commentrss-5.x-2.2.zip | 11.75 KB | be15eef5f414d59c857e638c891ef9cf |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-2.2.tar.gz | 13.99 KB | 726d1f9c3e1c113cdea252e4ecf3fa34 |
| commentrss-6.x-2.2.zip | 18.33 KB | b44de32a7ce9ebd2ddbd63016070c5c9 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-2.1.tar.gz | 10.63 KB | e71ce1ce9be23400034c717b7dfb4ad1 |
| commentrss-5.x-2.1.zip | 11.74 KB | 9e1f53fd15827a672c151da44b42a3e7 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-2.1.tar.gz | 13.92 KB | 59f516d1a33deb97c1b5f6f4b9cc6de3 |
| commentrss-6.x-2.1.zip | 18.3 KB | be21cb8263bd6ce7d875218caa33bdc4 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-2.0.tar.gz | 12.31 KB | 2dce0743e86b92ee5f5d4181b0ca1800 |
| commentrss-6.x-2.0.zip | 14.89 KB | 1d4c34acd126d7caecacdc4e7c75e7af |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-2.x-dev.tar.gz | 11.48 KB | 9145ba7f91c21633da7c21d4cbc47299 |
| commentrss-6.x-2.x-dev.zip | 13.45 KB | 49f0cf159699d5d0df895f23b2462d68 |
Release notes
Developer snapshots for 6.x-2.x
commentrss 5.x-2.0
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-2.0.tar.gz | 10.69 KB | d5790152b66ff20fa7666d122294db30 |
| commentrss-5.x-2.0.zip | 11.8 KB | a07d90a44a31121867bdfd5dd3751534 |
Release notes
Changes since 5.x-1.2:
Read morecommentrss 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-1.2.tar.gz | 9.73 KB | 77ca95121959c056335c0020ba5013a2 |
| commentrss-5.x-1.2.zip | 10.82 KB | 6e7d8070390b8d3dd1829f67628a9242 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-1.2.tar.gz | 11.15 KB | 7f7329ab896b71ee19b6976c49cfc9f2 |
| commentrss-6.x-1.2.zip | 12.74 KB | 1900cb381b9bcf97dc73ca8034ed452f |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-1.1.tar.gz | 9.73 KB | 85489e30c9ff3d3c08cd02c007f00608 |
| commentrss-5.x-1.1.zip | 10.81 KB | 318a6616d59a92023b58c1dd806a5cb2 |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-1.1.tar.gz | 10.99 KB | ea4f6c6d873fe4e6e1bf6059e198afea |
| commentrss-6.x-1.1.zip | 12.56 KB | d557aa6436409178ab78520e7b7e563e |
Release notes
Loads of bugfixes and cleaning up the interface. Made the settings page actually work.
commentrss 5.x-2.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-2.x-dev.tar.gz | 10.53 KB | 95539821ebac07c12d7278714ac5db15 |
| commentrss-5.x-2.x-dev.zip | 11.6 KB | 0d44adeb6fc500b17f6321d4983b638b |
Release notes
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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-6.x-1.0.tar.gz | 9.7 KB | de15edd046356773573e1b469a3f190d |
| commentrss-6.x-1.0.zip | 10.8 KB | 0f02930f4f8242048ed4ff691ceeb8ae |
Release notes
First stable release compatible with Drupal 6. Thanks add1sun!
commentrss 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-1.0.tar.gz | 9.69 KB | 50d02c4cc540263d7fedd7e7081ff482 |
| commentrss-5.x-1.0.zip | 10.8 KB | 24157d8eb90074bda736d79bbddd864e |
Release notes
First stable release for Drupal 5. It was about time.
commentrss 5.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| commentrss-5.x-1.x-dev.tar.gz | 9.64 KB | 0cd61d34550510136277ecbb236bc827 |
| commentrss-5.x-1.x-dev.zip | 10.67 KB | 24e1c1509d7dded43cff258c15cfc2a7 |
Release notes
- 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
| Download | Size | md5 hash |
|---|---|---|
| commentrss-4.6.x-1.x-dev.tar.gz | 8.63 KB | 5a3db1b382671ee6ffb4033bbd7bcd6e |
| commentrss-4.6.x-1.x-dev.zip | 9.19 KB | 3a739d269a56378ca54e7d6739c777b8 |