Closed (fixed)
Project:
RSS Permissions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
18 Oct 2010 at 21:55 UTC
Updated:
3 Oct 2011 at 22:41 UTC
Jump to comment: Most recent file
Since #28337: Add permissions to disable RSS feeds has been pushed to Drupal 8, some people will need this module for Drupal 7. Attached is a first go at this. Needs work since the taxonomy part of it doesn't quite work (Access denied on the HTML pages, not just the RSS feeds, for example).
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | rss_permissions.code-standards-945462.patch | 2.04 KB | sillygwailo |
| #5 | rss_permissions-7.x-0.2.tar_.gz | 8.45 KB | sillygwailo |
| #4 | rss_permissions-7.x-0.1.tar_.gz | 8.49 KB | Monzer Emam |
| rss_permissions_7.tar_.gz | 8.25 KB | sillygwailo |
Comments
Comment #1
phpdiva commentedThanks for taking a stab at this. I'll look into the taxonomy issue.
Comment #2
cestmoi commentedsubscribing
Comment #3
xibun commented+1
Comment #4
Monzer Emam commentedattached is a new D7 port with following changes
Also I did only tested the home page header and icon only.
@phpdiva: please commit that change as starting point ofr D7 porting.
Comment #5
sillygwailoStill needs work, in that the regular expression to test the URLs doesn't always catch the feed URLs. For example, it looks like feed URLs are now
taxonomy/term/1/feedin D7 instead oftaxonomy/term/1/0/feed. Also, the line looking forblog/feedwon't match becauseurl('blog/feed')resolves to/blog/feed(note the slash at the beginning. I think I have taxonomy feeds working, so that's attached.+1 on committing something so we can work from version control instead of attaching tarballs.
Attached version is based on Monzer Emam's work (had to manually construct the attachment URL), with some coding standards fixes as well.
Comment #6
phpdiva commentedThank you both for providing this code. I've created the Drupal-7 dev branch with the latest attachment from this thread. I think this also needs the latest changes ported from #954790: Suppress feed icon in themes that override theme_feed_icon().
Comment #7
doronin commentedExtremely useful for me. Thank you, Richard and Monzer .
Comment #8
BenK commentedKeeping track of this
Comment #9
Monzer Emam commentedWhy still D7 version is not in project page
Comment #10
njardim commentedhi, could you please post the full .tgz also with the supressing of the rss feed icon patch included for D7 core?
thanks,
njardim
Comment #11
jm.federico commentedsubs
Comment #12
Starminder commented+1
Comment #13
jonasdowney commentedsubscribe
Comment #14
sillygwailoA minor patch to remove unused comments and fix code standards (indenting).
Comment #15
ibandyop commentedsubscribe
Comment #16
phpdiva commentedI again apologize to everyone for not addressing the issue in a timely manner. I am changing career paths, and am unable to continue maintaining this module. This module is very small and rather uncomplicated, but it plugs a very important shortcoming in the Drupal core (until that is fixed). Please contact me if you would like to take over this module.
Comment #17
sillygwailoI've committed the code standards patch, made the developmental snapshot listed on the project page, and will now set this to 'needs review'. If you can spare a moment for testing (the change I just made will appear in the snapshot about 12 hours after I post this), let me know how it goes and I'll make a 1.0 release for Drupal 7.
Comment #18
sillygwailoCalling this fixed. Please file new issues that are in the Drupal 7 branch as separate issues. I plan to make an official release soon but the developmental branch, at this writing, is stable as far as I know.