Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I think I won't immediately add the capability of hiding Purge items when the feed doesn't have items at all. It's not a problem is the module enables you to delete 0 feed items. It doesn't hurt anybody.
I agree it could be more comfortable if the user receives response of what happened, I'l transform it to a feature request. At the feedapi_invoke_feedapi('purge') call the module should provide more verbose response.
Thanks for telling me that this behaviour can be confusing for the users.
the tab "Purge items" should only be visible if the feed got items
Can you explain me why is it meaningless to apply the "Purge items" command to a feed without items? It simply means that 0 item will be deleted. But in my opinion, it's not a bug.
Can you explain me what will go wrong if you can click on that menu and FeedAPI inform you that 0 item was deleted ? This is the behavior of 1.x-dev version.
It sounds me like a feature request. It's not a bug that you have too many tabs, i assume. Do you think it's a good idea to have a setting option to turn off the FeedAPI tabs?
I dont think its a good idea, i thinks its better to remove only the ones that aren't need. like that one when there's no items. I don't need "purge tab" in all my project nodes because some of the don't even have feeds.
Comments
Comment #1
aron novakI think I won't immediately add the capability of hiding Purge items when the feed doesn't have items at all. It's not a problem is the module enables you to delete 0 feed items. It doesn't hurt anybody.
I agree it could be more comfortable if the user receives response of what happened, I'l transform it to a feature request. At the feedapi_invoke_feedapi('purge') call the module should provide more verbose response.
Thanks for telling me that this behaviour can be confusing for the users.
Comment #2
aron novakThe real problem is that the user doesn't receive a question about the deleting.
Comment #3
aron novakIn the 5.x-1.x-dev (-r DRUPAL-5 in the CVS), the behavior is changed. The user is asked for confirmation before purging all the news items.
Comment #4
xpete commentedThat is oher issue reported by other user with no relation to this issue.
Comment #5
aron novakCan you explain me why is it meaningless to apply the "Purge items" command to a feed without items? It simply means that 0 item will be deleted. But in my opinion, it's not a bug.
Can you explain me what will go wrong if you can click on that menu and FeedAPI inform you that 0 item was deleted ? This is the behavior of 1.x-dev version.
Comment #6
xpete commentedThe problem is that i have too may tabs.
Comment #7
aron novakIt sounds me like a feature request. It's not a bug that you have too many tabs, i assume. Do you think it's a good idea to have a setting option to turn off the FeedAPI tabs?
Comment #8
xpete commentedI dont think its a good idea, i thinks its better to remove only the ones that aren't need. like that one when there's no items. I don't need "purge tab" in all my project nodes because some of the don't even have feeds.
see also:
http://drupal.org/node/175381
Comment #9
alex_b commentedThis could be a potentially expensive query. Not sure whether this would be a good idea at all. Closing.