Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
node system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 May 2006 at 11:09 UTC
Updated:
30 Sep 2008 at 23:57 UTC
Jump to comment: Most recent file
Comments
Comment #1
David Hull commentedThis is probably an instance of the problem discussed in http://drupal.org/node/28337.
Comment #2
magico commentedA clean install of Drupal HEAD also has this bug.
When trying to use ?q=node/feed it shows the same page as ?q=node
Comment #3
AjK commentedOdd one this. I have three sites, a live DRUPAL-4-7, a test DRUPAL-4-7 and a test DRUPAL-HEAD.
node/feed works for my live site but not my two test sites. I ran a cvs status to see what the difference was between the two DRUPAL-4-7 sites and there doesn't appear to be any difference! But there is one subtle one I know of. My live site runs PHP4 and my test sites run PHP5.
Anyway, moving on, the attached patch "pushs" this functionality back into HEAD. Note, after applying the patch you need to clear the menu cache by visiting admin/build/menu
Comment #4
AjK commentedIn #1 David Hull points to http://drupal.org/node/28337 The end of this Dries says that a permission should exist (called 'RSS feed') that allows for this feature to be disabled.
The attached patch is the same as my previous one (in that it addes this functionality into HEAD) but it also adds a permission called RSS feed and both node/feed and rss.xml take the permission into account.
Now, this new patch adds a new permission and since we are in code freeze I don't expect this patch to get through. Depends whether it's percieved a bug or a feature. I guess the user community can decide that by feedback on this issue.
regards
--AjK
Comment #5
AjK commentedand this patch (as per the disable RSS issue thread) removes the syndicate icon if the user doesn't have RSS permissions
Comment #6
RobRoy commentedFixed up a few things:
- Perm is now called 'access RSS feed' to be more clear
- Don't insert a node/feed menu item since that should be an alias of rss.xml and perms will get filtered through that way.
Thanks AjK. Reviews?
Comment #7
RobRoy commentedBetter title...
Comment #8
coreb commentedMoving out of the "x.y.z" queue to a real queue.
Comment #9
RobRoy commentedWill get more attention on 5.x.
Comment #10
joshk commentedApplied clean, works as advertised.
However, the access should probably be "on" by default, or else a notice set that content is not being syndicated. Most folks take it for granted that their CMS is producing feeds.
Comment #11
RobRoy commentedYou're right.
Comment #12
meba commentedShould this be moved to 6.x-dev?
Comment #13
RobRoy commentedYes.
Comment #14
liquidcms commentedi guess even though this thread started as 4.7; from the looks of these patches - is it safe to say they are for 5.0?
Comment #15
dave reidMarking this as a duplicate of #28337: Add permissions to disable RSS feeds.