From 85d3d801c171b06dbca55a16be1edb887a2319d7 Mon Sep 17 00:00:00 2001 From: bembelimen Date: Fri, 19 Jun 2020 00:12:47 +0200 Subject: [PATCH 1/4] Remove whitelist/blacklist terms --- .../com_config/src/Field/FiltersField.php | 15 ++-- administrator/language/en-GB/com_config.ini | 12 ++- administrator/language/en-GB/com_cpanel.ini | 2 +- administrator/language/en-GB/com_media.ini | 2 +- administrator/language/en-GB/joomla.ini | 10 +-- api/language/en-GB/joomla.ini | 10 +-- language/en-GB/com_media.ini | 2 +- libraries/src/Component/ComponentHelper.php | 83 ++++++++--------- libraries/src/MVC/Model/ListModel.php | 34 +++++-- .../src/Workflow/WorkflowPluginTrait.php | 16 ++-- plugins/editors/tinymce/tinymce.php | 90 ++++++++++--------- plugins/workflow/featuring/featuring.php | 6 +- plugins/workflow/featuring/featuring.xml | 12 +-- .../workflow/notification/notification.php | 2 +- .../workflow/notification/notification.xml | 12 +-- plugins/workflow/publishing/publishing.php | 6 +- plugins/workflow/publishing/publishing.xml | 12 +-- 17 files changed, 179 insertions(+), 147 deletions(-) diff --git a/administrator/components/com_config/src/Field/FiltersField.php b/administrator/components/com_config/src/Field/FiltersField.php index 811e0e6b18e2c..9370d2393d2f7 100644 --- a/administrator/components/com_config/src/Field/FiltersField.php +++ b/administrator/components/com_config/src/Field/FiltersField.php @@ -141,12 +141,15 @@ protected function getInput() . ' data-id="' . ($group->value) . '" ' . ' class="novalidate custom-select"' . '>'; - $html[] = ' '; - $html[] = ' '; - $html[] = ' '; + // "BL" is deprecated in Joomla! 4, will be removed in Joomla! 5 + $html[] = ' '; + // "CBL" is deprecated in Joomla! 4, will be removed in Joomla! 5 + $html[] = ' '; + // "WL" is deprecated in Joomla! 4, will be removed in Joomla! 5 + $html[] = ' '; $html[] = ' '; $html[] = '