Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2013 at 20:53 UTC
Updated:
29 Jul 2014 at 21:43 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chrisroane commentedUpdated the remove text
Comment #2
chrisroane commentedComment #4
ParisLiakos commented#1: aggregator-renameremove-707484.patch queued for re-testing.
Comment #6
ParisLiakos commented#1: aggregator-renameremove-707484.patch queued for re-testing.
Comment #7
ParisLiakos commentedmakes sense
Comment #8
alexpottI think we should go the whole way and rename the routines
removeFeedItems(), updateAndRemove(),aggregator_remove(), ProcessorInterface::remove()Also the route
/admin/config/services/aggregator/remove/{aggregator_feed}Also the confirm form question
Are you sure you want to remove all items from the feed %feed?The message
The news items from %site have been removed.Also update comments
RemoveFeedItemTestwhich itself should be renamed...Basically just search for remove in the aggregator code base... because just limiting the scope to "remove items" => "delete items" actually makes aggregator inconsistent.
Comment #9
Anonymous (not verified) commentedReroll the patch as per the points in the #8.
Comment #10
areke commentedThe patch no longer applies; it needs to be re-rolled.
Comment #11
internetdevels commentedComment #12
sandipmkhairnar commentedThanks InternetDevels. I have checked the patch its working fine for me.
Comment #13
awochna commentedThis patch no longer applies. Needs reroll.
Comment #14
awochna commentedComment #15
martin107 commentedReroll.
Comment #17
martin107 commentedCorrections to newly added tests.
Comment #18
sutharsan commentedComment #19
ParisLiakos commentedoops, typo:P
But since we are there change it to inheritdoc
should be "Do not delete "
Also would be nice to git diff with the -M option. Makes the patch easier to read when there are renamed/moved files
Comment #20
martin107 commentedThanks for the diff -M tip
I will add it as an optional parameter to step 13 of https://drupal.org/patch/reroll
Comment #21
ParisLiakos commentedThank you:)
we need to update existing change notices about this change here (which i guess should happen after commit?)
Comment #22
alexpottWhat about
Drupal\aggregator\Tests\RemoveFeedTest?Comment #23
martin107 commentedRenamed file, fixed class name, getInfo() references etc.
Comment #24
martin107 commentedComment #25
alexpottCommitted 81d8c4a and pushed to 8.x. Thanks!
We need to ensure that the change notices for aggregator are up to date.
Comment #26
ParisLiakos commentedThanks all
change notices updated
https://drupal.org/node/1957310
https://drupal.org/node/2191221