Feeds module depends on some Link module functions.
Such as "link_cleanup_url" :
http://drupalcontrib.org/api/function/link_cleanup_url
These functions have been removed from Link module source codes in 2.x-dev release.
So Feeds DEV is now incompatible with Link DEV. And maybe with next official release of Link.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | link-2.x-891982-2.patch | 640 bytes | Anonymous (not verified) |
Comments
Comment #1
alex_b commentedComment #2
Anonymous (not verified) commentedAll auxiliary functions were moved to an include file. see #887508: Move all non-hook implementations to included files
This patch does what's necessary to support Link 2.x. I don't know if it causes problems for earlier versions of Link which don't have the include file.
Comment #3
twistor commentedmodule_load_include simply return false if the file doesn't exist, so this shouldn't be a problem.
Comment #4
twistor commentedwoops, forgot. It actually does pass the tests.
Comment #5
alex_b commentedCommitted, thank you.
http://drupal.org/cvs?commit=421580