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
a38c3985
Commit
a38c3985
authored
14 years ago
by
Alex Barth
Browse files
Options
Downloads
Patches
Plain Diff
#819876: Fix field 'url' and 'guid' don't have default values.
parent
c1be7de9
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
plugins/FeedsNodeProcessor.inc
+2
-0
2 additions, 0 deletions
plugins/FeedsNodeProcessor.inc
with
3 additions
and
0 deletions
CHANGELOG.txt
+
1
−
0
View file @
a38c3985
...
...
@@ -3,6 +3,7 @@
Feeds 6.x 1.0 XXXXXXXXXXXXXXXXXXXX
----------------------------------
- #819876 alex_b: Fix field 'url' and 'guid' don't have default values.
- #623444 mongolito404, pvhee, pdrake, servantleader, alex_b et. al.: Mapper for
link module.
- #652180 ronald_istos, rjbrown99, et. al.: Assign author of imported nodes.
...
...
This diff is collapsed.
Click to expand it.
plugins/FeedsNodeProcessor.inc
+
2
−
0
View file @
a38c3985
...
...
@@ -51,6 +51,8 @@ class FeedsNodeProcessor extends FeedsProcessor {
$node
->
feeds_node_item
->
id
=
$this
->
id
;
$node
->
feeds_node_item
->
imported
=
FEEDS_REQUEST_TIME
;
$node
->
feeds_node_item
->
feed_nid
=
$source
->
feed_nid
;
$node
->
feeds_node_item
->
url
=
''
;
$node
->
feeds_node_item
->
guid
=
''
;
static
$included
;
if
(
!
$included
)
{
module_load_include
(
'inc'
,
'node'
,
'node.pages'
);
...
...
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