Downloads
Download tar.gz
10.69 KB
MD5: d5790152b66ff20fa7666d122294db30
SHA-1: cde29042b69d1221d364c2f5456347db4d828d24
SHA-256: d3c496b106ffb9b4bc30a80507ec7ede70766d1926aa45015e7fee8de505e2e2
Download zip
11.8 KB
MD5: a07d90a44a31121867bdfd5dd3751534
SHA-1: d10fa1e28176b964246179abab4f88ed1ecd0e49
SHA-256: b0aa5dbb085bbfb10b604ef48e17aca3c374544ef70f4b0aeca8325ea60a7601
Release notes
Changes since 5.x-1.2:
-
Generic UI cleanup and bugfixing. - Clean up install and uninstall process. Use consistent variable defaults instead of defaults set on installation. - #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. - <a href="/node/198151">#198151</a> report by ragaskar, patch by myself: avoid node comment RSS feed from appearing on other pages. - Simplified callbacks for feeds so that we don't need internal wrapper. - <a href="/node/187595">#187595</a> report by Boobaa: tie to 'access comments' permission instead of 'access content' for access to the comments feeds. - Removed lots of dead code from node comment feed generation code. - <a href="/node/189829">#189829</a> 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. Will look into Views integration later. - Added lots of phpdoc to API functions. - Align namespace handling in channel feed to core patch suggested at <a href="/node/157709">#157709</a> - 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. - Generic UI cleanup and bugfixing.
- #214958 by Junyor and myself: add context to comment feeds, so people can identify where comments are coming from
- Marking sections in the code and reordering according to that.
- Follow up to #161150 by Junyor: classic logic error with COMMENTRSS_SITE_FRONT_AND_NODE_PAGE