Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
aggregator.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 May 2013 at 12:06 UTC
Updated:
29 Jul 2014 at 22:25 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ramlev commentedI have moved the files into it's own subdirectory.
Comment #2
chrisjlee commentedComment #4
Niklas Fiekas commentedIt appears to me like the new files are missing. Files can be moved with
git mv old-location new-location(orgit add new-location,git rm old-location).git diff --cachedwill then have the correct diff. If not already setgit config diff.renames truewould be helpful before the diff, so that renames are detected as such.Comment #5
ollu commentedFiles moved to new location. Needs review.
Comment #7
Niklas Fiekas commentedLooks like d.o git was down. #5: aggregrator_new_location.patch queued for re-testing.
Comment #9
ollu commented#5: aggregrator_new_location.patch queued for re-testing.
Comment #11
ollu commented#5: aggregrator_new_location.patch queued for re-testing.
Comment #12
ollu commentedThe file was missing empty line at the end so I guess that's the reason for it to fail.
Comment #14
ollu commented#12: aggregrator_new_location.patch queued for re-testing.
Comment #16
ParisLiakos commentedhi. you can extract this from patch here #1957330-28: Make possible for parsers and fetchers to expose configuration through plugins
Comment #17
ParisLiakos commentedComment #19
ParisLiakos commented#17: drupal-aggregator_move_test_modules-2004022-17.patch queued for re-testing.
Comment #20
tim.plunkettIt's always good to be consistent.
Comment #21
alexpottCommitted 0cc160d and pushed to 8.x. Thanks!