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
30eec1af
Commit
30eec1af
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
#781058 blakehall: Create teaser for imported nodes.
parent
64117304
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
+3
-0
3 additions, 0 deletions
CHANGELOG.txt
plugins/FeedsNodeProcessor.inc
+1
-1
1 addition, 1 deletion
plugins/FeedsNodeProcessor.inc
with
4 additions
and
1 deletion
CHANGELOG.txt
+
3
−
0
View file @
30eec1af
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
Feeds 6.x 1.0 xxxxxxxxxxxxxxxxxxxx
Feeds 6.x 1.0 xxxxxxxxxxxxxxxxxxxx
----------------------------------
----------------------------------
- #781058 blakehall: Create teaser for imported nodes. NOTE: this may mean that
your existing installation has shorter node teasers as expected. If this is
the case, increase "Length of trimmed posts" on admin/content/node-settings.
- #622932-30 mikl: fix remaining non-standard SQL.
- #622932-30 mikl: fix remaining non-standard SQL.
- #624464 bangpound: Support tabs as delimiters.
- #624464 bangpound: Support tabs as delimiters.
...
...
This diff is collapsed.
Click to expand it.
plugins/FeedsNodeProcessor.inc
+
1
−
1
View file @
30eec1af
...
@@ -207,7 +207,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
...
@@ -207,7 +207,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
$target_node
->
feeds_node_item
->
$target_element
=
$value
;
$target_node
->
feeds_node_item
->
$target_element
=
$value
;
}
}
elseif
(
$target_element
==
'body'
)
{
elseif
(
$target_element
==
'body'
)
{
$target_node
->
teaser
=
$value
;
$target_node
->
teaser
=
node_teaser
(
$value
)
;
$target_node
->
body
=
$value
;
$target_node
->
body
=
$value
;
}
}
elseif
(
in_array
(
$target_element
,
array
(
'title'
,
'status'
,
'created'
)))
{
elseif
(
in_array
(
$target_element
,
array
(
'title'
,
'status'
,
'created'
)))
{
...
...
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