Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feeds
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
drupal.org
feeds
Commits
77db08fe
Commit
77db08fe
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
#891982 bangpound, twistor: Support Link 2.x.
parent
2be9341a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.txt
+1
-0
1 addition, 0 deletions
CHANGELOG.txt
mappers/link.inc
+1
-0
1 addition, 0 deletions
mappers/link.inc
with
2 additions
and
0 deletions
CHANGELOG.txt
+
1
−
0
View file @
77db08fe
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
Feeds 6.x xxxxxxxxxxxxxxxxxxxxxx
Feeds 6.x xxxxxxxxxxxxxxxxxxxxxx
--------------------------------
--------------------------------
- #891982 bangpound, twistor: Support Link 2.x.
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
- #870278 budda: Fix SQL query in taxonomy_get_term_by_name_vid().
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
- #795114 budda, alex_b: Taxonomy term processor doesn't require vocabulary to
be set.
be set.
...
...
This diff is collapsed.
Click to expand it.
mappers/link.inc
+
1
−
0
View file @
77db08fe
...
@@ -50,6 +50,7 @@ function link_feeds_node_processor_targets_alter(&$targets, $content_type) {
...
@@ -50,6 +50,7 @@ function link_feeds_node_processor_targets_alter(&$targets, $content_type) {
* The value to assign to the CCK field.
* The value to assign to the CCK field.
*/
*/
function
link_feeds_set_target
(
$node
,
$target
,
$value
)
{
function
link_feeds_set_target
(
$node
,
$target
,
$value
)
{
module_load_include
(
'inc'
,
'link'
);
if
(
!
empty
(
$value
))
{
if
(
!
empty
(
$value
))
{
static
$defaults
=
array
();
static
$defaults
=
array
();
list
(
$field_name
,
$sub_field
)
=
split
(
':'
,
$target
);
list
(
$field_name
,
$sub_field
)
=
split
(
':'
,
$target
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment