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.

CommentFileSizeAuthor
#2 link-2.x-891982-2.patch640 bytesAnonymous (not verified)

Comments

alex_b’s picture

Title: Now incompatible with link-2.x-dev » Support Link 2.x
Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new640 bytes

All 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.

twistor’s picture

module_load_include simply return false if the file doesn't exist, so this shouldn't be a problem.

twistor’s picture

Status: Needs review » Reviewed & tested by the community

woops, forgot. It actually does pass the tests.

alex_b’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.