security update for contrib modules

This commit is contained in:
2019-04-23 16:27:46 +02:00
parent 3c1b4f164e
commit 868629cbb2
729 changed files with 41254 additions and 20866 deletions
@@ -1,7 +1,8 @@
<?php
/**
* @file
* A cached plugin object that tests inheritence including.
* A cached plugin object that tests inheritance including.
*/
class ctoolsCachedPluginArray {}
@@ -1,7 +1,8 @@
<?php
/**
* @file
* A cached plugin object that tests inheritence including.
* A cached plugin object that tests inheritance including.
*/
class ctoolsCachedPluginArray2 extends ctoolsCachedPluginArray {}
@@ -1,4 +1,5 @@
<?php
/**
* @file
* Chaos Tools plugin include using a plugin array to declare a plugin.
@@ -17,4 +18,5 @@ $plugin = array(
/**
* Plugin array function plugin.
*/
function ctools_plugin_test_plugin_array_cached_test() {}
function ctools_plugin_test_plugin_array_cached_test() {
}
@@ -1,4 +1,5 @@
<?php
/**
* @file
* Chaos Tools plugin include using a plugin array to declare a plugin.
@@ -17,4 +18,5 @@ $plugin = array(
/**
* Plugin array function plugin.
*/
function ctools_plugin_test_plugin_array2_cached_test() {}
function ctools_plugin_test_plugin_array2_cached_test() {
}
@@ -1,4 +1,5 @@
<?php
/**
* @file
* Chaos Tools plugin include using a plugin array to declare a plugin.
@@ -1,7 +1,8 @@
<?php
/**
* @file
* A cached plugin object that tests inheritence including.
* A cached plugin object that tests inheritance including.
*/
class ctoolsNotCachedPluginArray extends ctoolsNotCachedPluginArray2 {}
@@ -1,4 +1,5 @@
<?php
/**
* @file
* A cached plugin object that tests including.
@@ -1,4 +1,5 @@
<?php
/**
* @file
* Chaos Tools plugin include using a plugin array to declare a plugin.
@@ -17,4 +18,5 @@ $plugin = array(
/**
* Plugin array function plugin.
*/
function ctools_plugin_test_plugin_array_not_cached_test() {}
function ctools_plugin_test_plugin_array_not_cached_test() {
}
@@ -1,4 +1,5 @@
<?php
/**
* @file
* Chaos Tools plugin include using a plugin array to declare a plugin.
@@ -17,4 +18,5 @@ $plugin = array(
/**
* Plugin array function plugin.
*/
function ctools_plugin_test_plugin_array2_not_cached_test() {}
function ctools_plugin_test_plugin_array2_not_cached_test() {
}
@@ -1,4 +1,5 @@
<?php
/**
* @file
* Chaos Tools plugin include using a plugin array to declare a plugin.