contrib modules security updates
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
/**
|
||||
* Implements hook_ctools_plugin_api().
|
||||
*/
|
||||
function feeds_import_ctools_plugin_api() {
|
||||
list($module, $api) = func_get_args();
|
||||
function feeds_import_ctools_plugin_api($module = NULL, $api = NULL) {
|
||||
if ($module == "feeds" && $api == "feeds_importer_default") {
|
||||
return array("version" => "1");
|
||||
}
|
||||
|
@@ -32,7 +32,7 @@ function feeds_import_feeds_importer_default() {
|
||||
'processor' => array(
|
||||
'plugin_key' => 'FeedsNodeProcessor',
|
||||
'config' => array(
|
||||
'content_type' => 'article',
|
||||
'bundle' => 'article',
|
||||
'update_existing' => 1,
|
||||
'expire' => '-1',
|
||||
'mappings' => array(
|
||||
@@ -91,8 +91,9 @@ function feeds_import_feeds_importer_default() {
|
||||
'processor' => array(
|
||||
'plugin_key' => 'FeedsUserProcessor',
|
||||
'config' => array(
|
||||
'bundle' => 'user',
|
||||
'roles' => array(),
|
||||
'update_existing' => FALSE,
|
||||
'update_existing' => 0,
|
||||
'status' => 1,
|
||||
'mappings' => array(
|
||||
0 => array(
|
||||
|
@@ -2,13 +2,17 @@ name = Feeds Import
|
||||
description = An example of a node importer and a user importer.
|
||||
core = 7.x
|
||||
package = Feeds
|
||||
php = 5.2.4
|
||||
version = 7.x-2.0-alpha7
|
||||
project = feeds
|
||||
dependencies[] = ctools
|
||||
dependencies[] = feeds
|
||||
datestamp = 1351111319
|
||||
features[ctools][] = feeds:feeds_importer_default:1
|
||||
features[features_api][] = api:1
|
||||
features[features_api][] = api:2
|
||||
features[feeds_importer][] = node
|
||||
features[feeds_importer][] = user
|
||||
files[] = feeds_import.test
|
||||
|
||||
; Information added by Drupal.org packaging script on 2016-02-21
|
||||
version = "7.x-2.0-beta2"
|
||||
core = "7.x"
|
||||
project = "feeds"
|
||||
datestamp = "1456055647"
|
||||
|
||||
|
Reference in New Issue
Block a user