Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
|
@ -12,11 +12,6 @@ function views_install() {
|
|||
module_set_weight('views', 10);
|
||||
}
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.0-beta
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Update views field plugins.
|
||||
*/
|
||||
|
@ -310,15 +305,6 @@ function _views_update_argument_map($displays) {
|
|||
return $argument_map;
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.0-beta".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.0-rc
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear caches to fix entity operations field.
|
||||
*/
|
||||
|
@ -328,15 +314,6 @@ function views_update_8003() {
|
|||
// field.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.0-rc".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.0.x
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear caches due to updated entity views data.
|
||||
*/
|
||||
|
@ -344,15 +321,6 @@ function views_update_8004() {
|
|||
// Empty update to cause a cache flush so that views data is rebuilt.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.0.x".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.1.0
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Clear views data cache.
|
||||
*/
|
||||
|
@ -389,15 +357,6 @@ function views_update_8101() {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.1.0".
|
||||
*/
|
||||
|
||||
/**
|
||||
* @addtogroup updates-8.2.0
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* Rebuild the container to add a new container parameter.
|
||||
*/
|
||||
|
@ -411,7 +370,3 @@ function views_update_8200() {
|
|||
function views_update_8201() {
|
||||
// Empty update to cause a cache rebuild so that config schema get refreshed.
|
||||
}
|
||||
|
||||
/**
|
||||
* @} End of "addtogroup updates-8.2.0".
|
||||
*/
|
||||
|
|
Reference in a new issue