[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action
2024-01-30 00:19:27 +00:00
parent 2453d8aff7
commit 3ff9658de5
20 changed files with 1084 additions and 747 deletions
@@ -6176,6 +6176,8 @@ breezy-candles-wonder.md
red-zebras-rhyme.md red-zebras-rhyme.md
.changeset/witty-cobras-add.md .changeset/witty-cobras-add.md
witty-cobras-add.md witty-cobras-add.md
.changeset/mighty-coats-bow.md
mighty-coats-bow.md
.changeset/little-plums-own.md .changeset/little-plums-own.md
little-plums-own.md little-plums-own.md
.changeset/warm-deers-call.md .changeset/warm-deers-call.md
@@ -6230,10 +6232,14 @@ short-panthers-roll.md
red-ravens-breathe.md red-ravens-breathe.md
.changeset/old-pears-pull.md .changeset/old-pears-pull.md
old-pears-pull.md old-pears-pull.md
.changeset/wise-coats-suffer.md
wise-coats-suffer.md
.changeset/lazy-tables-lie.md .changeset/lazy-tables-lie.md
lazy-tables-lie.md lazy-tables-lie.md
.changeset/chilled-adults-arrive.md .changeset/chilled-adults-arrive.md
chilled-adults-arrive.md chilled-adults-arrive.md
.changeset/silly-poems-brush.md
silly-poems-brush.md
.changeset/beige-toes-visit.md .changeset/beige-toes-visit.md
beige-toes-visit.md beige-toes-visit.md
.changeset/fast-bags-joke.md .changeset/fast-bags-joke.md
@@ -6284,6 +6290,8 @@ loud-crews-fix.md
orange-penguins-kneel.md orange-penguins-kneel.md
.changeset/clean-flies-tickle.md .changeset/clean-flies-tickle.md
clean-flies-tickle.md clean-flies-tickle.md
.changeset/small-poems-relate.md
small-poems-relate.md
.changeset/old-llamas-check.md .changeset/old-llamas-check.md
old-llamas-check.md old-llamas-check.md
.changeset/green-teachers-swim.md .changeset/green-teachers-swim.md
@@ -1211,6 +1211,7 @@ packages/data/license
.changeset/breezy-candles-wonder.md .changeset/breezy-candles-wonder.md
.changeset/red-zebras-rhyme.md .changeset/red-zebras-rhyme.md
.changeset/witty-cobras-add.md .changeset/witty-cobras-add.md
.changeset/mighty-coats-bow.md
.changeset/little-plums-own.md .changeset/little-plums-own.md
.changeset/warm-deers-call.md .changeset/warm-deers-call.md
.changeset/small-poems-deny.md .changeset/small-poems-deny.md
@@ -1238,8 +1239,10 @@ packages/data/license
.changeset/short-panthers-roll.md .changeset/short-panthers-roll.md
.changeset/red-ravens-breathe.md .changeset/red-ravens-breathe.md
.changeset/old-pears-pull.md .changeset/old-pears-pull.md
.changeset/wise-coats-suffer.md
.changeset/lazy-tables-lie.md .changeset/lazy-tables-lie.md
.changeset/chilled-adults-arrive.md .changeset/chilled-adults-arrive.md
.changeset/silly-poems-brush.md
.changeset/beige-toes-visit.md .changeset/beige-toes-visit.md
.changeset/fast-bags-joke.md .changeset/fast-bags-joke.md
.changeset/six-impalas-complain.md .changeset/six-impalas-complain.md
@@ -1265,6 +1268,7 @@ packages/data/license
.changeset/loud-crews-fix.md .changeset/loud-crews-fix.md
.changeset/orange-penguins-kneel.md .changeset/orange-penguins-kneel.md
.changeset/clean-flies-tickle.md .changeset/clean-flies-tickle.md
.changeset/small-poems-relate.md
.changeset/old-llamas-check.md .changeset/old-llamas-check.md
.changeset/green-teachers-swim.md .changeset/green-teachers-swim.md
.changeset/metal-walls-accept.md .changeset/metal-walls-accept.md
@@ -6717,6 +6717,7 @@ make-changelog
config config
testserver.py testserver.py
LICENSE LICENSE
.pre-commit-config.yml
docs/django_settings.py docs/django_settings.py
django_settings.py django_settings.py
docs/contributing/management.rst docs/contributing/management.rst
@@ -1367,6 +1367,7 @@ scripts/make-changelog
.tx/config .tx/config
testserver.py testserver.py
LICENSE LICENSE
.pre-commit-config.yml
docs/django_settings.py docs/django_settings.py
docs/contributing/management.rst docs/contributing/management.rst
docs/contributing/how-to-contribute.rst docs/contributing/how-to-contribute.rst
@@ -267,6 +267,9 @@ CMailFileTest.php
test/phpunit/UserGroupTest.php test/phpunit/UserGroupTest.php
phpunit/UserGroupTest.php phpunit/UserGroupTest.php
UserGroupTest.php UserGroupTest.php
test/phpunit/ProfidLibTest.php
phpunit/ProfidLibTest.php
ProfidLibTest.php
test/phpunit/TargetTest.php test/phpunit/TargetTest.php
phpunit/TargetTest.php phpunit/TargetTest.php
TargetTest.php TargetTest.php
@@ -33446,6 +33449,10 @@ card.php
htdocs/don/document.php htdocs/don/document.php
don/document.php don/document.php
document.php document.php
htdocs/don/paiement/list.php
don/paiement/list.php
paiement/list.php
list.php
htdocs/don/tpl/linkedobjectblock.tpl.php htdocs/don/tpl/linkedobjectblock.tpl.php
don/tpl/linkedobjectblock.tpl.php don/tpl/linkedobjectblock.tpl.php
tpl/linkedobjectblock.tpl.php tpl/linkedobjectblock.tpl.php
@@ -87,6 +87,7 @@ test/phpunit/AdherentTest.php
test/phpunit/StripeTest.php test/phpunit/StripeTest.php
test/phpunit/CMailFileTest.php test/phpunit/CMailFileTest.php
test/phpunit/UserGroupTest.php test/phpunit/UserGroupTest.php
test/phpunit/ProfidLibTest.php
test/phpunit/TargetTest.php test/phpunit/TargetTest.php
test/phpunit/BuildDocTest.php test/phpunit/BuildDocTest.php
test/phpunit/ModulesTest.php test/phpunit/ModulesTest.php
@@ -8142,6 +8143,7 @@ htdocs/don/card.php
htdocs/don/payment/payment.php htdocs/don/payment/payment.php
htdocs/don/payment/card.php htdocs/don/payment/card.php
htdocs/don/document.php htdocs/don/document.php
htdocs/don/paiement/list.php
htdocs/don/tpl/linkedobjectblock.tpl.php htdocs/don/tpl/linkedobjectblock.tpl.php
htdocs/don/admin/donation.php htdocs/don/admin/donation.php
htdocs/don/admin/donation_extrafields.php htdocs/don/admin/donation_extrafields.php
@@ -95626,14 +95626,6 @@ src/Functional/Handler/FieldDropButtonTest.php
Functional/Handler/FieldDropButtonTest.php Functional/Handler/FieldDropButtonTest.php
Handler/FieldDropButtonTest.php Handler/FieldDropButtonTest.php
FieldDropButtonTest.php FieldDropButtonTest.php
core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php
modules/views/tests/src/Functional/Handler/HandlerAllTest.php
views/tests/src/Functional/Handler/HandlerAllTest.php
tests/src/Functional/Handler/HandlerAllTest.php
src/Functional/Handler/HandlerAllTest.php
Functional/Handler/HandlerAllTest.php
Handler/HandlerAllTest.php
HandlerAllTest.php
core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
views/tests/src/Functional/Handler/AreaTitleWebTest.php views/tests/src/Functional/Handler/AreaTitleWebTest.php
@@ -96137,6 +96129,14 @@ src/Kernel/Handler/FieldNumericTest.php
Kernel/Handler/FieldNumericTest.php Kernel/Handler/FieldNumericTest.php
Handler/FieldNumericTest.php Handler/FieldNumericTest.php
FieldNumericTest.php FieldNumericTest.php
core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php
modules/views/tests/src/Kernel/Handler/HandlerAllTest.php
views/tests/src/Kernel/Handler/HandlerAllTest.php
tests/src/Kernel/Handler/HandlerAllTest.php
src/Kernel/Handler/HandlerAllTest.php
Kernel/Handler/HandlerAllTest.php
Handler/HandlerAllTest.php
HandlerAllTest.php
core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
modules/views/tests/src/Kernel/Handler/FieldCustomTest.php modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
views/tests/src/Kernel/Handler/FieldCustomTest.php views/tests/src/Kernel/Handler/FieldCustomTest.php
@@ -13945,7 +13945,6 @@ core/modules/views/tests/src/Functional/Wizard/MenuTest.php
core/modules/views/tests/src/Functional/SearchIntegrationTest.php core/modules/views/tests/src/Functional/SearchIntegrationTest.php
core/modules/views/tests/src/Functional/BulkFormTest.php core/modules/views/tests/src/Functional/BulkFormTest.php
core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php
core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php core/modules/views/tests/src/Functional/Handler/AreaTitleWebTest.php
core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php core/modules/views/tests/src/Functional/Handler/AreaHTTPStatusCodeTest.php
core/modules/views/tests/src/Functional/Handler/FieldWebTest.php core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
@@ -14011,6 +14010,7 @@ core/modules/views/tests/src/Kernel/ViewsDataTest.php
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php
core/modules/views/tests/src/Kernel/PluginInstanceTest.php core/modules/views/tests/src/Kernel/PluginInstanceTest.php
core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php core/modules/views/tests/src/Kernel/Handler/FieldNumericTest.php
core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php
core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php core/modules/views/tests/src/Kernel/Handler/FieldCustomTest.php
core/modules/views/tests/src/Kernel/Handler/AreaTitleTest.php core/modules/views/tests/src/Kernel/Handler/AreaTitleTest.php
core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php
@@ -11503,12 +11503,6 @@ PrestaShopBundle/Service/Grid/ResponseBuilderTest.php
Service/Grid/ResponseBuilderTest.php Service/Grid/ResponseBuilderTest.php
Grid/ResponseBuilderTest.php Grid/ResponseBuilderTest.php
ResponseBuilderTest.php ResponseBuilderTest.php
tests/Unit/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeTest.php
Unit/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeTest.php
PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeTest.php
Bridge/AdminController/LegacyControllerBridgeTest.php
AdminController/LegacyControllerBridgeTest.php
LegacyControllerBridgeTest.php
tests/Unit/PrestaShopBundle/Api/QueryParamsCollectionTest.php tests/Unit/PrestaShopBundle/Api/QueryParamsCollectionTest.php
Unit/PrestaShopBundle/Api/QueryParamsCollectionTest.php Unit/PrestaShopBundle/Api/QueryParamsCollectionTest.php
PrestaShopBundle/Api/QueryParamsCollectionTest.php PrestaShopBundle/Api/QueryParamsCollectionTest.php
@@ -18302,150 +18296,6 @@ PrestaShopBundle/Service/Grid/ResponseBuilder.php
Service/Grid/ResponseBuilder.php Service/Grid/ResponseBuilder.php
Grid/ResponseBuilder.php Grid/ResponseBuilder.php
ResponseBuilder.php ResponseBuilder.php
src/PrestaShopBundle/Bridge/Smarty/ToolbarFlagsConfigurator.php
PrestaShopBundle/Bridge/Smarty/ToolbarFlagsConfigurator.php
Bridge/Smarty/ToolbarFlagsConfigurator.php
Smarty/ToolbarFlagsConfigurator.php
ToolbarFlagsConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/HeaderConfigurator.php
PrestaShopBundle/Bridge/Smarty/HeaderConfigurator.php
Bridge/Smarty/HeaderConfigurator.php
Smarty/HeaderConfigurator.php
HeaderConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/ConfiguratorInterface.php
PrestaShopBundle/Bridge/Smarty/ConfiguratorInterface.php
Bridge/Smarty/ConfiguratorInterface.php
Smarty/ConfiguratorInterface.php
ConfiguratorInterface.php
src/PrestaShopBundle/Bridge/Smarty/FrameworkControllerSmartyTrait.php
PrestaShopBundle/Bridge/Smarty/FrameworkControllerSmartyTrait.php
Bridge/Smarty/FrameworkControllerSmartyTrait.php
Smarty/FrameworkControllerSmartyTrait.php
FrameworkControllerSmartyTrait.php
src/PrestaShopBundle/Bridge/Smarty/NotificationsConfigurator.php
PrestaShopBundle/Bridge/Smarty/NotificationsConfigurator.php
Bridge/Smarty/NotificationsConfigurator.php
Smarty/NotificationsConfigurator.php
NotificationsConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/ModalConfigurator.php
PrestaShopBundle/Bridge/Smarty/ModalConfigurator.php
Bridge/Smarty/ModalConfigurator.php
Smarty/ModalConfigurator.php
ModalConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/BreadcrumbsAndTitleConfigurator.php
PrestaShopBundle/Bridge/Smarty/BreadcrumbsAndTitleConfigurator.php
Bridge/Smarty/BreadcrumbsAndTitleConfigurator.php
Smarty/BreadcrumbsAndTitleConfigurator.php
BreadcrumbsAndTitleConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/SmartyBridge.php
PrestaShopBundle/Bridge/Smarty/SmartyBridge.php
Bridge/Smarty/SmartyBridge.php
Smarty/SmartyBridge.php
SmartyBridge.php
src/PrestaShopBundle/Bridge/Smarty/FooterConfigurator.php
PrestaShopBundle/Bridge/Smarty/FooterConfigurator.php
Bridge/Smarty/FooterConfigurator.php
Smarty/FooterConfigurator.php
FooterConfigurator.php
src/PrestaShopBundle/Bridge/Exception/FailedToFetchListRecordsException.php
PrestaShopBundle/Bridge/Exception/FailedToFetchListRecordsException.php
Bridge/Exception/FailedToFetchListRecordsException.php
Exception/FailedToFetchListRecordsException.php
FailedToFetchListRecordsException.php
src/PrestaShopBundle/Bridge/Exception/BridgeException.php
PrestaShopBundle/Bridge/Exception/BridgeException.php
Bridge/Exception/BridgeException.php
Exception/BridgeException.php
BridgeException.php
src/PrestaShopBundle/Bridge/Helper/AddFlashMessage.php
PrestaShopBundle/Bridge/Helper/AddFlashMessage.php
Bridge/Helper/AddFlashMessage.php
Helper/AddFlashMessage.php
AddFlashMessage.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperListConfiguration.php
PrestaShopBundle/Bridge/Helper/Listing/HelperListConfiguration.php
Bridge/Helper/Listing/HelperListConfiguration.php
Helper/Listing/HelperListConfiguration.php
Listing/HelperListConfiguration.php
HelperListConfiguration.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperListConfigurationFactory.php
PrestaShopBundle/Bridge/Helper/Listing/HelperListConfigurationFactory.php
Bridge/Helper/Listing/HelperListConfigurationFactory.php
Helper/Listing/HelperListConfigurationFactory.php
Listing/HelperListConfigurationFactory.php
HelperListConfigurationFactory.php
src/PrestaShopBundle/Bridge/Helper/Listing/FiltersProcessor.php
PrestaShopBundle/Bridge/Helper/Listing/FiltersProcessor.php
Bridge/Helper/Listing/FiltersProcessor.php
Helper/Listing/FiltersProcessor.php
Listing/FiltersProcessor.php
FiltersProcessor.php
src/PrestaShopBundle/Bridge/Helper/Listing/FilterPrefix.php
PrestaShopBundle/Bridge/Helper/Listing/FilterPrefix.php
Bridge/Helper/Listing/FilterPrefix.php
Helper/Listing/FilterPrefix.php
Listing/FilterPrefix.php
FilterPrefix.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperBridge/FeatureHelperListBridge.php
PrestaShopBundle/Bridge/Helper/Listing/HelperBridge/FeatureHelperListBridge.php
Bridge/Helper/Listing/HelperBridge/FeatureHelperListBridge.php
Helper/Listing/HelperBridge/FeatureHelperListBridge.php
Listing/HelperBridge/FeatureHelperListBridge.php
HelperBridge/FeatureHelperListBridge.php
FeatureHelperListBridge.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperBridge/HelperListBridge.php
PrestaShopBundle/Bridge/Helper/Listing/HelperBridge/HelperListBridge.php
Bridge/Helper/Listing/HelperBridge/HelperListBridge.php
Helper/Listing/HelperBridge/HelperListBridge.php
Listing/HelperBridge/HelperListBridge.php
HelperBridge/HelperListBridge.php
HelperListBridge.php
src/PrestaShopBundle/Bridge/AdminController/ControllerConfiguration.php
PrestaShopBundle/Bridge/AdminController/ControllerConfiguration.php
Bridge/AdminController/ControllerConfiguration.php
AdminController/ControllerConfiguration.php
ControllerConfiguration.php
src/PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerInterface.php
PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerInterface.php
Bridge/AdminController/FrameworkBridgeControllerInterface.php
AdminController/FrameworkBridgeControllerInterface.php
FrameworkBridgeControllerInterface.php
src/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeInterface.php
PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeInterface.php
Bridge/AdminController/LegacyControllerBridgeInterface.php
AdminController/LegacyControllerBridgeInterface.php
LegacyControllerBridgeInterface.php
src/PrestaShopBundle/Bridge/AdminController/Listener/InitFrameworkBridgeControllerListener.php
PrestaShopBundle/Bridge/AdminController/Listener/InitFrameworkBridgeControllerListener.php
Bridge/AdminController/Listener/InitFrameworkBridgeControllerListener.php
AdminController/Listener/InitFrameworkBridgeControllerListener.php
Listener/InitFrameworkBridgeControllerListener.php
InitFrameworkBridgeControllerListener.php
src/PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerListTrait.php
PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerListTrait.php
Bridge/AdminController/FrameworkBridgeControllerListTrait.php
AdminController/FrameworkBridgeControllerListTrait.php
FrameworkBridgeControllerListTrait.php
src/PrestaShopBundle/Bridge/AdminController/ControllerConfigurationFactory.php
PrestaShopBundle/Bridge/AdminController/ControllerConfigurationFactory.php
Bridge/AdminController/ControllerConfigurationFactory.php
AdminController/ControllerConfigurationFactory.php
ControllerConfigurationFactory.php
src/PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerTrait.php
PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerTrait.php
Bridge/AdminController/FrameworkBridgeControllerTrait.php
AdminController/FrameworkBridgeControllerTrait.php
FrameworkBridgeControllerTrait.php
src/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeFactory.php
PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeFactory.php
Bridge/AdminController/LegacyControllerBridgeFactory.php
AdminController/LegacyControllerBridgeFactory.php
LegacyControllerBridgeFactory.php
src/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridge.php
PrestaShopBundle/Bridge/AdminController/LegacyControllerBridge.php
Bridge/AdminController/LegacyControllerBridge.php
AdminController/LegacyControllerBridge.php
LegacyControllerBridge.php
src/PrestaShopBundle/Api/QueryParamsCollection.php src/PrestaShopBundle/Api/QueryParamsCollection.php
PrestaShopBundle/Api/QueryParamsCollection.php PrestaShopBundle/Api/QueryParamsCollection.php
Api/QueryParamsCollection.php Api/QueryParamsCollection.php
@@ -22188,13 +22038,6 @@ Admin/Sell/Catalog/FeatureController.php
Sell/Catalog/FeatureController.php Sell/Catalog/FeatureController.php
Catalog/FeatureController.php Catalog/FeatureController.php
FeatureController.php FeatureController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/HorizontalFeatureController.php
PrestaShopBundle/Controller/Admin/Sell/Catalog/HorizontalFeatureController.php
Controller/Admin/Sell/Catalog/HorizontalFeatureController.php
Admin/Sell/Catalog/HorizontalFeatureController.php
Sell/Catalog/HorizontalFeatureController.php
Catalog/HorizontalFeatureController.php
HorizontalFeatureController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/StockController.php src/PrestaShopBundle/Controller/Admin/Sell/Catalog/StockController.php
PrestaShopBundle/Controller/Admin/Sell/Catalog/StockController.php PrestaShopBundle/Controller/Admin/Sell/Catalog/StockController.php
Controller/Admin/Sell/Catalog/StockController.php Controller/Admin/Sell/Catalog/StockController.php
@@ -24229,13 +24072,6 @@ config/services/bundle/form.yml
services/bundle/form.yml services/bundle/form.yml
bundle/form.yml bundle/form.yml
form.yml form.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge.yml
PrestaShopBundle/Resources/config/services/bundle/bridge.yml
Resources/config/services/bundle/bridge.yml
config/services/bundle/bridge.yml
services/bundle/bridge.yml
bundle/bridge.yml
bridge.yml
src/PrestaShopBundle/Resources/config/services/bundle/services.yml src/PrestaShopBundle/Resources/config/services/bundle/services.yml
PrestaShopBundle/Resources/config/services/bundle/services.yml PrestaShopBundle/Resources/config/services/bundle/services.yml
Resources/config/services/bundle/services.yml Resources/config/services/bundle/services.yml
@@ -24243,30 +24079,6 @@ config/services/bundle/services.yml
services/bundle/services.yml services/bundle/services.yml
bundle/services.yml bundle/services.yml
services.yml services.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge/_list.yml
PrestaShopBundle/Resources/config/services/bundle/bridge/_list.yml
Resources/config/services/bundle/bridge/_list.yml
config/services/bundle/bridge/_list.yml
services/bundle/bridge/_list.yml
bundle/bridge/_list.yml
bridge/_list.yml
_list.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge/_admin_controller.yml
PrestaShopBundle/Resources/config/services/bundle/bridge/_admin_controller.yml
Resources/config/services/bundle/bridge/_admin_controller.yml
config/services/bundle/bridge/_admin_controller.yml
services/bundle/bridge/_admin_controller.yml
bundle/bridge/_admin_controller.yml
bridge/_admin_controller.yml
_admin_controller.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge/_smarty.yml
PrestaShopBundle/Resources/config/services/bundle/bridge/_smarty.yml
Resources/config/services/bundle/bridge/_smarty.yml
config/services/bundle/bridge/_smarty.yml
services/bundle/bridge/_smarty.yml
bundle/bridge/_smarty.yml
bridge/_smarty.yml
_smarty.yml
src/PrestaShopBundle/Resources/config/services/bundle/controller.yml src/PrestaShopBundle/Resources/config/services/bundle/controller.yml
PrestaShopBundle/Resources/config/services/bundle/controller.yml PrestaShopBundle/Resources/config/services/bundle/controller.yml
Resources/config/services/bundle/controller.yml Resources/config/services/bundle/controller.yml
@@ -1621,7 +1621,6 @@ tests/Unit/PrestaShopBundle/Service/Multistore/CustomizedConfigurationCheckerTes
tests/Unit/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProviderTest.php tests/Unit/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProviderTest.php
tests/Unit/PrestaShopBundle/Service/DataProvider/Admin/fixtures/categories.yml tests/Unit/PrestaShopBundle/Service/DataProvider/Admin/fixtures/categories.yml
tests/Unit/PrestaShopBundle/Service/Grid/ResponseBuilderTest.php tests/Unit/PrestaShopBundle/Service/Grid/ResponseBuilderTest.php
tests/Unit/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeTest.php
tests/Unit/PrestaShopBundle/Api/QueryParamsCollectionTest.php tests/Unit/PrestaShopBundle/Api/QueryParamsCollectionTest.php
tests/Unit/PrestaShopBundle/Twig/Locator/ModuleTemplateLoaderTest.php tests/Unit/PrestaShopBundle/Twig/Locator/ModuleTemplateLoaderTest.php
tests/Unit/PrestaShopBundle/Twig/Fixtures/modules/template.html.twig tests/Unit/PrestaShopBundle/Twig/Fixtures/modules/template.html.twig
@@ -2910,33 +2909,6 @@ src/PrestaShopBundle/Service/DataProvider/UserProvider.php
src/PrestaShopBundle/Service/TranslationService.php src/PrestaShopBundle/Service/TranslationService.php
src/PrestaShopBundle/Service/Grid/ControllerResponseBuilder.php src/PrestaShopBundle/Service/Grid/ControllerResponseBuilder.php
src/PrestaShopBundle/Service/Grid/ResponseBuilder.php src/PrestaShopBundle/Service/Grid/ResponseBuilder.php
src/PrestaShopBundle/Bridge/Smarty/ToolbarFlagsConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/HeaderConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/ConfiguratorInterface.php
src/PrestaShopBundle/Bridge/Smarty/FrameworkControllerSmartyTrait.php
src/PrestaShopBundle/Bridge/Smarty/NotificationsConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/ModalConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/BreadcrumbsAndTitleConfigurator.php
src/PrestaShopBundle/Bridge/Smarty/SmartyBridge.php
src/PrestaShopBundle/Bridge/Smarty/FooterConfigurator.php
src/PrestaShopBundle/Bridge/Exception/FailedToFetchListRecordsException.php
src/PrestaShopBundle/Bridge/Exception/BridgeException.php
src/PrestaShopBundle/Bridge/Helper/AddFlashMessage.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperListConfiguration.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperListConfigurationFactory.php
src/PrestaShopBundle/Bridge/Helper/Listing/FiltersProcessor.php
src/PrestaShopBundle/Bridge/Helper/Listing/FilterPrefix.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperBridge/FeatureHelperListBridge.php
src/PrestaShopBundle/Bridge/Helper/Listing/HelperBridge/HelperListBridge.php
src/PrestaShopBundle/Bridge/AdminController/ControllerConfiguration.php
src/PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerInterface.php
src/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeInterface.php
src/PrestaShopBundle/Bridge/AdminController/Listener/InitFrameworkBridgeControllerListener.php
src/PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerListTrait.php
src/PrestaShopBundle/Bridge/AdminController/ControllerConfigurationFactory.php
src/PrestaShopBundle/Bridge/AdminController/FrameworkBridgeControllerTrait.php
src/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridgeFactory.php
src/PrestaShopBundle/Bridge/AdminController/LegacyControllerBridge.php
src/PrestaShopBundle/Api/QueryParamsCollection.php src/PrestaShopBundle/Api/QueryParamsCollection.php
src/PrestaShopBundle/Api/QueryStockParamsCollection.php src/PrestaShopBundle/Api/QueryStockParamsCollection.php
src/PrestaShopBundle/Api/QueryTranslationParamsCollection.php src/PrestaShopBundle/Api/QueryTranslationParamsCollection.php
@@ -3516,7 +3488,6 @@ src/PrestaShopBundle/Controller/Admin/Sell/Catalog/CategoryController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/AttributeGroupController.php src/PrestaShopBundle/Controller/Admin/Sell/Catalog/AttributeGroupController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/MonitoringController.php src/PrestaShopBundle/Controller/Admin/Sell/Catalog/MonitoringController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/FeatureController.php src/PrestaShopBundle/Controller/Admin/Sell/Catalog/FeatureController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/HorizontalFeatureController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/StockController.php src/PrestaShopBundle/Controller/Admin/Sell/Catalog/StockController.php
src/PrestaShopBundle/Controller/Admin/Sell/Order/OrderController.php src/PrestaShopBundle/Controller/Admin/Sell/Order/OrderController.php
src/PrestaShopBundle/Controller/Admin/Sell/Order/CreditSlipController.php src/PrestaShopBundle/Controller/Admin/Sell/Order/CreditSlipController.php
@@ -3826,11 +3797,7 @@ src/PrestaShopBundle/Resources/config/services/bundle/cache.yml
src/PrestaShopBundle/Resources/config/services/bundle/context.yml src/PrestaShopBundle/Resources/config/services/bundle/context.yml
src/PrestaShopBundle/Resources/config/services/bundle/routing.yml src/PrestaShopBundle/Resources/config/services/bundle/routing.yml
src/PrestaShopBundle/Resources/config/services/bundle/form.yml src/PrestaShopBundle/Resources/config/services/bundle/form.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge.yml
src/PrestaShopBundle/Resources/config/services/bundle/services.yml src/PrestaShopBundle/Resources/config/services/bundle/services.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge/_list.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge/_admin_controller.yml
src/PrestaShopBundle/Resources/config/services/bundle/bridge/_smarty.yml
src/PrestaShopBundle/Resources/config/services/bundle/controller.yml src/PrestaShopBundle/Resources/config/services/bundle/controller.yml
src/PrestaShopBundle/Resources/config/services/bundle/command.yml src/PrestaShopBundle/Resources/config/services/bundle/command.yml
src/PrestaShopBundle/Resources/config/services/bundle/translation.yml src/PrestaShopBundle/Resources/config/services/bundle/translation.yml
@@ -1636,6 +1636,27 @@ Content/Media/File/FileFetcherTest.php
Media/File/FileFetcherTest.php Media/File/FileFetcherTest.php
File/FileFetcherTest.php File/FileFetcherTest.php
FileFetcherTest.php FileFetcherTest.php
tests/integration/Core/Content/Media/File/FileNameProviderTest.php
integration/Core/Content/Media/File/FileNameProviderTest.php
Core/Content/Media/File/FileNameProviderTest.php
Content/Media/File/FileNameProviderTest.php
Media/File/FileNameProviderTest.php
File/FileNameProviderTest.php
FileNameProviderTest.php
tests/integration/Core/Content/Media/File/FileSaverTest.php
integration/Core/Content/Media/File/FileSaverTest.php
Core/Content/Media/File/FileSaverTest.php
Content/Media/File/FileSaverTest.php
Media/File/FileSaverTest.php
File/FileSaverTest.php
FileSaverTest.php
tests/integration/Core/Content/Media/File/FileLoaderTest.php
integration/Core/Content/Media/File/FileLoaderTest.php
Core/Content/Media/File/FileLoaderTest.php
Content/Media/File/FileLoaderTest.php
Media/File/FileLoaderTest.php
File/FileLoaderTest.php
FileLoaderTest.php
tests/integration/Core/Content/Media/fixtures/file_example.mp3 tests/integration/Core/Content/Media/fixtures/file_example.mp3
integration/Core/Content/Media/fixtures/file_example.mp3 integration/Core/Content/Media/fixtures/file_example.mp3
Core/Content/Media/fixtures/file_example.mp3 Core/Content/Media/fixtures/file_example.mp3
@@ -1713,6 +1734,13 @@ Content/Media/fixtures/shopware-logo.avif
Media/fixtures/shopware-logo.avif Media/fixtures/shopware-logo.avif
fixtures/shopware-logo.avif fixtures/shopware-logo.avif
shopware-logo.avif shopware-logo.avif
tests/integration/Core/Content/Media/fixtures/test.php
integration/Core/Content/Media/fixtures/test.php
Core/Content/Media/fixtures/test.php
Content/Media/fixtures/test.php
Media/fixtures/test.php
fixtures/test.php
test.php
tests/integration/Core/Content/Media/fixtures/logo-version-professionalplus.svg tests/integration/Core/Content/Media/fixtures/logo-version-professionalplus.svg
integration/Core/Content/Media/fixtures/logo-version-professionalplus.svg integration/Core/Content/Media/fixtures/logo-version-professionalplus.svg
Core/Content/Media/fixtures/logo-version-professionalplus.svg Core/Content/Media/fixtures/logo-version-professionalplus.svg
@@ -9407,6 +9435,13 @@ Content/Media/File/FileSaverTest.php
Media/File/FileSaverTest.php Media/File/FileSaverTest.php
File/FileSaverTest.php File/FileSaverTest.php
FileSaverTest.php FileSaverTest.php
tests/unit/Core/Content/Media/File/FileUrlValidatorTest.php
unit/Core/Content/Media/File/FileUrlValidatorTest.php
Core/Content/Media/File/FileUrlValidatorTest.php
Content/Media/File/FileUrlValidatorTest.php
Media/File/FileUrlValidatorTest.php
File/FileUrlValidatorTest.php
FileUrlValidatorTest.php
tests/unit/Core/Content/Media/File/FileNameValidatorTest.php tests/unit/Core/Content/Media/File/FileNameValidatorTest.php
unit/Core/Content/Media/File/FileNameValidatorTest.php unit/Core/Content/Media/File/FileNameValidatorTest.php
Core/Content/Media/File/FileNameValidatorTest.php Core/Content/Media/File/FileNameValidatorTest.php
@@ -81140,41 +81175,6 @@ Test/Media/Api/MediaUploadControllerTest.php
Media/Api/MediaUploadControllerTest.php Media/Api/MediaUploadControllerTest.php
Api/MediaUploadControllerTest.php Api/MediaUploadControllerTest.php
MediaUploadControllerTest.php MediaUploadControllerTest.php
src/Core/Content/Test/Media/File/MediaFileFetchRedirectTestController.php
Core/Content/Test/Media/File/MediaFileFetchRedirectTestController.php
Content/Test/Media/File/MediaFileFetchRedirectTestController.php
Test/Media/File/MediaFileFetchRedirectTestController.php
Media/File/MediaFileFetchRedirectTestController.php
File/MediaFileFetchRedirectTestController.php
MediaFileFetchRedirectTestController.php
src/Core/Content/Test/Media/File/FileNameProviderTest.php
Core/Content/Test/Media/File/FileNameProviderTest.php
Content/Test/Media/File/FileNameProviderTest.php
Test/Media/File/FileNameProviderTest.php
Media/File/FileNameProviderTest.php
File/FileNameProviderTest.php
FileNameProviderTest.php
src/Core/Content/Test/Media/File/FileSaverTest.php
Core/Content/Test/Media/File/FileSaverTest.php
Content/Test/Media/File/FileSaverTest.php
Test/Media/File/FileSaverTest.php
Media/File/FileSaverTest.php
File/FileSaverTest.php
FileSaverTest.php
src/Core/Content/Test/Media/File/FileLoaderTest.php
Core/Content/Test/Media/File/FileLoaderTest.php
Content/Test/Media/File/FileLoaderTest.php
Test/Media/File/FileLoaderTest.php
Media/File/FileLoaderTest.php
File/FileLoaderTest.php
FileLoaderTest.php
src/Core/Content/Test/Media/File/FileUrlValidatorTest.php
Core/Content/Test/Media/File/FileUrlValidatorTest.php
Content/Test/Media/File/FileUrlValidatorTest.php
Test/Media/File/FileUrlValidatorTest.php
Media/File/FileUrlValidatorTest.php
File/FileUrlValidatorTest.php
FileUrlValidatorTest.php
src/Core/Content/Test/Media/fixtures/file_example.mp3 src/Core/Content/Test/Media/fixtures/file_example.mp3
Core/Content/Test/Media/fixtures/file_example.mp3 Core/Content/Test/Media/fixtures/file_example.mp3
Content/Test/Media/fixtures/file_example.mp3 Content/Test/Media/fixtures/file_example.mp3
@@ -124892,6 +124892,9 @@ _unreleased/2024-01-06-remove-duplicated-option-setting.md
changelog/_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md changelog/_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md
_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md _unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md
2023-10-11-make-settings-module-compatible-with-vue3.md 2023-10-11-make-settings-module-compatible-with-vue3.md
changelog/_unreleased/2024-01-26-fix-bug-cannot-upload-3d-file.md
_unreleased/2024-01-26-fix-bug-cannot-upload-3d-file.md
2024-01-26-fix-bug-cannot-upload-3d-file.md
changelog/_unreleased/2024-01-22-fix-order-status-can-not-changes.md changelog/_unreleased/2024-01-22-fix-order-status-can-not-changes.md
_unreleased/2024-01-22-fix-order-status-can-not-changes.md _unreleased/2024-01-22-fix-order-status-can-not-changes.md
2024-01-22-fix-order-status-can-not-changes.md 2024-01-22-fix-order-status-can-not-changes.md
@@ -124973,6 +124976,9 @@ _unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
changelog/_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md changelog/_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md _unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md 2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
changelog/_unreleased/2024-01-29-fix-html-entities-in-the-seo-fields.md
_unreleased/2024-01-29-fix-html-entities-in-the-seo-fields.md
2024-01-29-fix-html-entities-in-the-seo-fields.md
changelog/_unreleased/2023-12-04-fix-promotion-priority.md changelog/_unreleased/2023-12-04-fix-promotion-priority.md
_unreleased/2023-12-04-fix-promotion-priority.md _unreleased/2023-12-04-fix-promotion-priority.md
2023-12-04-fix-promotion-priority.md 2023-12-04-fix-promotion-priority.md
@@ -125024,6 +125030,9 @@ _unreleased/2023-12-21-update-bootstrap-to-5-3-2.md
changelog/_unreleased/2024-01-11-fixed-reloading-of-default-customer-addresses.md changelog/_unreleased/2024-01-11-fixed-reloading-of-default-customer-addresses.md
_unreleased/2024-01-11-fixed-reloading-of-default-customer-addresses.md _unreleased/2024-01-11-fixed-reloading-of-default-customer-addresses.md
2024-01-11-fixed-reloading-of-default-customer-addresses.md 2024-01-11-fixed-reloading-of-default-customer-addresses.md
changelog/_unreleased/2024-01-25-fix-issue-on-windowrouterpush.md
_unreleased/2024-01-25-fix-issue-on-windowrouterpush.md
2024-01-25-fix-issue-on-windowrouterpush.md
changelog/_unreleased/2024-01-15-fix-product-slider-cms-element-not-displayed.md changelog/_unreleased/2024-01-15-fix-product-slider-cms-element-not-displayed.md
_unreleased/2024-01-15-fix-product-slider-cms-element-not-displayed.md _unreleased/2024-01-15-fix-product-slider-cms-element-not-displayed.md
2024-01-15-fix-product-slider-cms-element-not-displayed.md 2024-01-15-fix-product-slider-cms-element-not-displayed.md
@@ -125096,6 +125105,9 @@ _unreleased/2023-12-05-reload-config-when-the-config-namespace-changes.md
changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md
_unreleased/2023-12-27-control-iframe-border-via-css.md _unreleased/2023-12-27-control-iframe-border-via-css.md
2023-12-27-control-iframe-border-via-css.md 2023-12-27-control-iframe-border-via-css.md
changelog/_unreleased/2024-01-26-close-the-help-sidebar-on-route-changes.md
_unreleased/2024-01-26-close-the-help-sidebar-on-route-changes.md
2024-01-26-close-the-help-sidebar-on-route-changes.md
changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md _unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
2024-01-22-fixed-reloading-of-customer-order-count.md 2024-01-22-fixed-reloading-of-customer-order-count.md
@@ -125147,6 +125159,9 @@ _unreleased/2023-08-10-change-sw-order-customer-address-select-default-event.md
changelog/_unreleased/2023-11-09-replace-sw-field-with-real-components.md changelog/_unreleased/2023-11-09-replace-sw-field-with-real-components.md
_unreleased/2023-11-09-replace-sw-field-with-real-components.md _unreleased/2023-11-09-replace-sw-field-with-real-components.md
2023-11-09-replace-sw-field-with-real-components.md 2023-11-09-replace-sw-field-with-real-components.md
changelog/_unreleased/2024-01-29-fix-empty-content-after-saving-a-layout-has-missing-components.md
_unreleased/2024-01-29-fix-empty-content-after-saving-a-layout-has-missing-components.md
2024-01-29-fix-empty-content-after-saving-a-layout-has-missing-components.md
changelog/_unreleased/2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md changelog/_unreleased/2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md
_unreleased/2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md _unreleased/2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md
2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md 2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md
@@ -125381,6 +125396,9 @@ _unreleased/2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md
changelog/_unreleased/2023-12-05-add-whitespace-control-to-cms-form-label.md changelog/_unreleased/2023-12-05-add-whitespace-control-to-cms-form-label.md
_unreleased/2023-12-05-add-whitespace-control-to-cms-form-label.md _unreleased/2023-12-05-add-whitespace-control-to-cms-form-label.md
2023-12-05-add-whitespace-control-to-cms-form-label.md 2023-12-05-add-whitespace-control-to-cms-form-label.md
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
changelog/_unreleased/2023-08-09-change-default-event-of-sw-text-field.md changelog/_unreleased/2023-08-09-change-default-event-of-sw-text-field.md
_unreleased/2023-08-09-change-default-event-of-sw-text-field.md _unreleased/2023-08-09-change-default-event-of-sw-text-field.md
2023-08-09-change-default-event-of-sw-text-field.md 2023-08-09-change-default-event-of-sw-text-field.md
@@ -249,6 +249,9 @@ tests/integration/Core/Content/Media/Infrastructure/Path/MediaPathPostUpdaterTes
tests/integration/Core/Content/Media/Infrastructure/Path/MediaLocationBuilderTest.php tests/integration/Core/Content/Media/Infrastructure/Path/MediaLocationBuilderTest.php
tests/integration/Core/Content/Media/Infrastructure/Path/MediaPathStorageTest.php tests/integration/Core/Content/Media/Infrastructure/Path/MediaPathStorageTest.php
tests/integration/Core/Content/Media/File/FileFetcherTest.php tests/integration/Core/Content/Media/File/FileFetcherTest.php
tests/integration/Core/Content/Media/File/FileNameProviderTest.php
tests/integration/Core/Content/Media/File/FileSaverTest.php
tests/integration/Core/Content/Media/File/FileLoaderTest.php
tests/integration/Core/Content/Media/fixtures/file_example.mp3 tests/integration/Core/Content/Media/fixtures/file_example.mp3
tests/integration/Core/Content/Media/fixtures/shopware-logo.vp8x.webp tests/integration/Core/Content/Media/fixtures/shopware-logo.vp8x.webp
tests/integration/Core/Content/Media/fixtures/reader.docx tests/integration/Core/Content/Media/fixtures/reader.docx
@@ -260,6 +263,7 @@ tests/integration/Core/Content/Media/fixtures/animated.webp
tests/integration/Core/Content/Media/fixtures/reader.doc tests/integration/Core/Content/Media/fixtures/reader.doc
tests/integration/Core/Content/Media/fixtures/small.pdf tests/integration/Core/Content/Media/fixtures/small.pdf
tests/integration/Core/Content/Media/fixtures/shopware-logo.avif tests/integration/Core/Content/Media/fixtures/shopware-logo.avif
tests/integration/Core/Content/Media/fixtures/test.php
tests/integration/Core/Content/Media/fixtures/logo-version-professionalplus.svg tests/integration/Core/Content/Media/fixtures/logo-version-professionalplus.svg
tests/integration/Core/Content/Media/fixtures/animated.avif tests/integration/Core/Content/Media/fixtures/animated.avif
tests/integration/Core/Content/Media/fixtures/small.avi tests/integration/Core/Content/Media/fixtures/small.avi
@@ -1253,6 +1257,7 @@ tests/unit/Core/Content/Media/Api/MediaUploadControllerTest.php
tests/unit/Core/Content/Media/File/DownloadResponseGeneratorTest.php tests/unit/Core/Content/Media/File/DownloadResponseGeneratorTest.php
tests/unit/Core/Content/Media/File/_fixtures/binary tests/unit/Core/Content/Media/File/_fixtures/binary
tests/unit/Core/Content/Media/File/FileSaverTest.php tests/unit/Core/Content/Media/File/FileSaverTest.php
tests/unit/Core/Content/Media/File/FileUrlValidatorTest.php
tests/unit/Core/Content/Media/File/FileNameValidatorTest.php tests/unit/Core/Content/Media/File/FileNameValidatorTest.php
tests/unit/Core/Content/Media/File/FileInfoHelperTest.php tests/unit/Core/Content/Media/File/FileInfoHelperTest.php
tests/unit/Core/Content/Media/fixtures/file_example.mp3 tests/unit/Core/Content/Media/fixtures/file_example.mp3
@@ -8955,11 +8960,6 @@ src/Core/Content/Test/Media/Aggregate/MediaFolder/MediaFolderTest.php
src/Core/Content/Test/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php src/Core/Content/Test/Media/Aggregate/MediaThumbnail/MediaThumbnailStructTest.php
src/Core/Content/Test/Media/Api/MediaFolderControllerTest.php src/Core/Content/Test/Media/Api/MediaFolderControllerTest.php
src/Core/Content/Test/Media/Api/MediaUploadControllerTest.php src/Core/Content/Test/Media/Api/MediaUploadControllerTest.php
src/Core/Content/Test/Media/File/MediaFileFetchRedirectTestController.php
src/Core/Content/Test/Media/File/FileNameProviderTest.php
src/Core/Content/Test/Media/File/FileSaverTest.php
src/Core/Content/Test/Media/File/FileLoaderTest.php
src/Core/Content/Test/Media/File/FileUrlValidatorTest.php
src/Core/Content/Test/Media/fixtures/file_example.mp3 src/Core/Content/Test/Media/fixtures/file_example.mp3
src/Core/Content/Test/Media/fixtures/shopware-logo.vp8x.webp src/Core/Content/Test/Media/fixtures/shopware-logo.vp8x.webp
src/Core/Content/Test/Media/fixtures/reader.docx src/Core/Content/Test/Media/fixtures/reader.docx
@@ -17060,6 +17060,7 @@ changelog/_unreleased/2023-11-27-updated-phpunit-to-version-10.md
changelog/_unreleased/2023-12-05-remove-deprecation-of-csvreader.md changelog/_unreleased/2023-12-05-remove-deprecation-of-csvreader.md
changelog/_unreleased/2024-01-06-remove-duplicated-option-setting.md changelog/_unreleased/2024-01-06-remove-duplicated-option-setting.md
changelog/_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md changelog/_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md
changelog/_unreleased/2024-01-26-fix-bug-cannot-upload-3d-file.md
changelog/_unreleased/2024-01-22-fix-order-status-can-not-changes.md changelog/_unreleased/2024-01-22-fix-order-status-can-not-changes.md
changelog/_unreleased/2024-01-17-merge-plugin-autoload-dev-to-classloader-for-phpunit.md changelog/_unreleased/2024-01-17-merge-plugin-autoload-dev-to-classloader-for-phpunit.md
changelog/_unreleased/2023-11-20-fix-bug-cross-selling-in-combination-with-elasticsearch.md changelog/_unreleased/2023-11-20-fix-bug-cross-selling-in-combination-with-elasticsearch.md
@@ -17087,6 +17088,7 @@ changelog/_unreleased/2023-12-19-fix-translation-of-salutations-in-contact-form.
changelog/_unreleased/2024-01-19-allow-toggling-the-modal-footer.md changelog/_unreleased/2024-01-19-allow-toggling-the-modal-footer.md
changelog/_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md changelog/_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
changelog/_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md changelog/_unreleased/2024-01-10-multi-select-field-with-multiple-collapsed-values-can-not-be-expanded-anymore.md
changelog/_unreleased/2024-01-29-fix-html-entities-in-the-seo-fields.md
changelog/_unreleased/2023-12-04-fix-promotion-priority.md changelog/_unreleased/2023-12-04-fix-promotion-priority.md
changelog/_unreleased/2023-12-27-grouped-write-results.md changelog/_unreleased/2023-12-27-grouped-write-results.md
changelog/_unreleased/2023-11-08-undundle-storage-adapters.md changelog/_unreleased/2023-11-08-undundle-storage-adapters.md
@@ -17104,6 +17106,7 @@ changelog/_unreleased/2023-12-07-added-nulable-check-to-boolean-fields-in-export
changelog/_unreleased/2023-08-10-change-sw-password-field-default-event.md changelog/_unreleased/2023-08-10-change-sw-password-field-default-event.md
changelog/_unreleased/2023-12-21-update-bootstrap-to-5-3-2.md changelog/_unreleased/2023-12-21-update-bootstrap-to-5-3-2.md
changelog/_unreleased/2024-01-11-fixed-reloading-of-default-customer-addresses.md changelog/_unreleased/2024-01-11-fixed-reloading-of-default-customer-addresses.md
changelog/_unreleased/2024-01-25-fix-issue-on-windowrouterpush.md
changelog/_unreleased/2024-01-15-fix-product-slider-cms-element-not-displayed.md changelog/_unreleased/2024-01-15-fix-product-slider-cms-element-not-displayed.md
changelog/_unreleased/2022-03-14-refactor-pagination-templates-and-paging-of-the-search-result.md changelog/_unreleased/2022-03-14-refactor-pagination-templates-and-paging-of-the-search-result.md
changelog/_unreleased/2023-12-21-fix-theme-script-loading-with-remote-files.md changelog/_unreleased/2023-12-21-fix-theme-script-loading-with-remote-files.md
@@ -17128,6 +17131,7 @@ changelog/_unreleased/2024-01-11-fix-live-updating-seo-url.md
changelog/_unreleased/2023-12-04-fix-address-modal-closing.md changelog/_unreleased/2023-12-04-fix-address-modal-closing.md
changelog/_unreleased/2023-12-05-reload-config-when-the-config-namespace-changes.md changelog/_unreleased/2023-12-05-reload-config-when-the-config-namespace-changes.md
changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md
changelog/_unreleased/2024-01-26-close-the-help-sidebar-on-route-changes.md
changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md changelog/_unreleased/2024-01-22-fixed-reloading-of-customer-order-count.md
changelog/_unreleased/2023-11-29-fix-breadcrumb-styles.md changelog/_unreleased/2023-11-29-fix-breadcrumb-styles.md
changelog/_unreleased/2023-11-24-remove-http-cache-deprecations.md changelog/_unreleased/2023-11-24-remove-http-cache-deprecations.md
@@ -17145,6 +17149,7 @@ changelog/_unreleased/2023-12-05-load-saleschannelanalytics-for-storefront-sales
changelog/_unreleased/2024-01-23-fix-alignment-of-cms-image-elements.md changelog/_unreleased/2024-01-23-fix-alignment-of-cms-image-elements.md
changelog/_unreleased/2023-08-10-change-sw-order-customer-address-select-default-event.md changelog/_unreleased/2023-08-10-change-sw-order-customer-address-select-default-event.md
changelog/_unreleased/2023-11-09-replace-sw-field-with-real-components.md changelog/_unreleased/2023-11-09-replace-sw-field-with-real-components.md
changelog/_unreleased/2024-01-29-fix-empty-content-after-saving-a-layout-has-missing-components.md
changelog/_unreleased/2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md changelog/_unreleased/2023-12-11-add-new-blocks-in-offcanvas-navigation-templates.md
changelog/_unreleased/2023-08-10-change-sw-radio-field-default-event.md changelog/_unreleased/2023-08-10-change-sw-radio-field-default-event.md
changelog/_unreleased/2024-01-22-fix-affiliate-code-campaign-code-tracking-not-working-for-registration.md changelog/_unreleased/2024-01-22-fix-affiliate-code-campaign-code-tracking-not-working-for-registration.md
@@ -17223,6 +17228,7 @@ changelog/_unreleased/2024-01-22-customize-the-modal-body-gap.md
changelog/_unreleased/2023-12-05-remove-rule-condition-isnewcustomerrule.md changelog/_unreleased/2023-12-05-remove-rule-condition-isnewcustomerrule.md
changelog/_unreleased/2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md changelog/_unreleased/2023-05-18-new-language-inheritance-mechanism-for-elasticsearch.md
changelog/_unreleased/2023-12-05-add-whitespace-control-to-cms-form-label.md changelog/_unreleased/2023-12-05-add-whitespace-control-to-cms-form-label.md
changelog/_unreleased/2024-01-25-clean-up-temp-files-after-use-of-mediaservice.md
changelog/_unreleased/2023-08-09-change-default-event-of-sw-text-field.md changelog/_unreleased/2023-08-09-change-default-event-of-sw-text-field.md
changelog/_unreleased/2023-08-09-change-sw-tagged-field-default-event.md changelog/_unreleased/2023-08-09-change-sw-tagged-field-default-event.md
changelog/_unreleased/2023-08-09-change-sw-extension-rating-stars-default-event.md changelog/_unreleased/2023-08-09-change-sw-extension-rating-stars-default-event.md
@@ -34910,6 +34910,10 @@ plugins/woocommerce/changelog/fix-product-collection-layout-firefox
woocommerce/changelog/fix-product-collection-layout-firefox woocommerce/changelog/fix-product-collection-layout-firefox
changelog/fix-product-collection-layout-firefox changelog/fix-product-collection-layout-firefox
fix-product-collection-layout-firefox fix-product-collection-layout-firefox
plugins/woocommerce/changelog/44122-add-page-content-wrapper-e2e-tests
woocommerce/changelog/44122-add-page-content-wrapper-e2e-tests
changelog/44122-add-page-content-wrapper-e2e-tests
44122-add-page-content-wrapper-e2e-tests
plugins/woocommerce/changelog/42981-dev-dropdown-multi-select plugins/woocommerce/changelog/42981-dev-dropdown-multi-select
woocommerce/changelog/42981-dev-dropdown-multi-select woocommerce/changelog/42981-dev-dropdown-multi-select
changelog/42981-dev-dropdown-multi-select changelog/42981-dev-dropdown-multi-select
@@ -35150,6 +35154,10 @@ plugins/woocommerce/changelog/fix-43297_highlight_tooltip
woocommerce/changelog/fix-43297_highlight_tooltip woocommerce/changelog/fix-43297_highlight_tooltip
changelog/fix-43297_highlight_tooltip changelog/fix-43297_highlight_tooltip
fix-43297_highlight_tooltip fix-43297_highlight_tooltip
plugins/woocommerce/changelog/44072-dev-unify-class-naming-rating-filter
woocommerce/changelog/44072-dev-unify-class-naming-rating-filter
changelog/44072-dev-unify-class-naming-rating-filter
44072-dev-unify-class-naming-rating-filter
plugins/woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts plugins/woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts
woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts
changelog/43221-fix-command-palette-unnecessary-scripts changelog/43221-fix-command-palette-unnecessary-scripts
@@ -35350,6 +35358,10 @@ plugins/woocommerce/changelog/fix-mini-cart-svg-44006
woocommerce/changelog/fix-mini-cart-svg-44006 woocommerce/changelog/fix-mini-cart-svg-44006
changelog/fix-mini-cart-svg-44006 changelog/fix-mini-cart-svg-44006
fix-mini-cart-svg-44006 fix-mini-cart-svg-44006
plugins/woocommerce/changelog/fix-41831-default-shipping-selection
woocommerce/changelog/fix-41831-default-shipping-selection
changelog/fix-41831-default-shipping-selection
fix-41831-default-shipping-selection
plugins/woocommerce/changelog/43813-hpos-add-missing-filters-on-order-listtable plugins/woocommerce/changelog/43813-hpos-add-missing-filters-on-order-listtable
woocommerce/changelog/43813-hpos-add-missing-filters-on-order-listtable woocommerce/changelog/43813-hpos-add-missing-filters-on-order-listtable
changelog/43813-hpos-add-missing-filters-on-order-listtable changelog/43813-hpos-add-missing-filters-on-order-listtable
@@ -35382,10 +35394,18 @@ plugins/woocommerce/changelog/hpos-41908
woocommerce/changelog/hpos-41908 woocommerce/changelog/hpos-41908
changelog/hpos-41908 changelog/hpos-41908
hpos-41908 hpos-41908
plugins/woocommerce/changelog/43227-as-diff-D129122
woocommerce/changelog/43227-as-diff-D129122
changelog/43227-as-diff-D129122
43227-as-diff-D129122
plugins/woocommerce/changelog/update-product-editor-add-upsell-linked-product-section plugins/woocommerce/changelog/update-product-editor-add-upsell-linked-product-section
woocommerce/changelog/update-product-editor-add-upsell-linked-product-section woocommerce/changelog/update-product-editor-add-upsell-linked-product-section
changelog/update-product-editor-add-upsell-linked-product-section changelog/update-product-editor-add-upsell-linked-product-section
update-product-editor-add-upsell-linked-product-section update-product-editor-add-upsell-linked-product-section
plugins/woocommerce/changelog/43869-fix-43850-chosen-method-hardening
woocommerce/changelog/43869-fix-43850-chosen-method-hardening
changelog/43869-fix-43850-chosen-method-hardening
43869-fix-43850-chosen-method-hardening
plugins/woocommerce/changelog/43183-dev-refactor-interactivity-dropdown plugins/woocommerce/changelog/43183-dev-refactor-interactivity-dropdown
woocommerce/changelog/43183-dev-refactor-interactivity-dropdown woocommerce/changelog/43183-dev-refactor-interactivity-dropdown
changelog/43183-dev-refactor-interactivity-dropdown changelog/43183-dev-refactor-interactivity-dropdown
@@ -35422,6 +35442,10 @@ plugins/woocommerce/changelog/add-43807-remember-downloadable-files
woocommerce/changelog/add-43807-remember-downloadable-files woocommerce/changelog/add-43807-remember-downloadable-files
changelog/add-43807-remember-downloadable-files changelog/add-43807-remember-downloadable-files
add-43807-remember-downloadable-files add-43807-remember-downloadable-files
plugins/woocommerce/changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites
woocommerce/changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites
changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites
43552-README.md]-Add-link-to-WC-Monorepo-prerequisites
plugins/woocommerce/changelog/add-43224 plugins/woocommerce/changelog/add-43224
woocommerce/changelog/add-43224 woocommerce/changelog/add-43224
changelog/add-43224 changelog/add-43224
@@ -49127,6 +49151,13 @@ e2e/tests/related-products/related-products.block_theme.spec.ts
tests/related-products/related-products.block_theme.spec.ts tests/related-products/related-products.block_theme.spec.ts
related-products/related-products.block_theme.spec.ts related-products/related-products.block_theme.spec.ts
related-products.block_theme.spec.ts related-products.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
woocommerce-blocks/tests/e2e/tests/page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
tests/e2e/tests/page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
e2e/tests/page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
tests/page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
page-content-wrapper.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts
woocommerce-blocks/tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts woocommerce-blocks/tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts
tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts
@@ -61282,15 +61313,6 @@ product-filter/inner-blocks/rating-filter/preview.tsx
inner-blocks/rating-filter/preview.tsx inner-blocks/rating-filter/preview.tsx
rating-filter/preview.tsx rating-filter/preview.tsx
preview.tsx preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/editor.scss
woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/editor.scss
assets/js/blocks/product-filter/inner-blocks/rating-filter/editor.scss
js/blocks/product-filter/inner-blocks/rating-filter/editor.scss
blocks/product-filter/inner-blocks/rating-filter/editor.scss
product-filter/inner-blocks/rating-filter/editor.scss
inner-blocks/rating-filter/editor.scss
rating-filter/editor.scss
editor.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss
woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss
assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss
@@ -5583,6 +5583,7 @@ plugins/woocommerce/changelog/43378-fix-43343-prevent-page-scrolling-when-pop-up
plugins/woocommerce/changelog/43132-fix-42194-product-collection-block-allow-topbottom-pagination-blocks-to-be-added plugins/woocommerce/changelog/43132-fix-42194-product-collection-block-allow-topbottom-pagination-blocks-to-be-added
plugins/woocommerce/changelog/43093-update-42030-migrate-backend-mini-cart-tests-to-playwright plugins/woocommerce/changelog/43093-update-42030-migrate-backend-mini-cart-tests-to-playwright
plugins/woocommerce/changelog/fix-product-collection-layout-firefox plugins/woocommerce/changelog/fix-product-collection-layout-firefox
plugins/woocommerce/changelog/44122-add-page-content-wrapper-e2e-tests
plugins/woocommerce/changelog/42981-dev-dropdown-multi-select plugins/woocommerce/changelog/42981-dev-dropdown-multi-select
plugins/woocommerce/changelog/add-43483_linked_product_experiment plugins/woocommerce/changelog/add-43483_linked_product_experiment
plugins/woocommerce/changelog/fix-42033-show-cross-sells-products-rating-stars plugins/woocommerce/changelog/fix-42033-show-cross-sells-products-rating-stars
@@ -5643,6 +5644,7 @@ plugins/woocommerce/changelog/e2e-expand-simple-product
plugins/woocommerce/changelog/43435-add-custom-fields-validation plugins/woocommerce/changelog/43435-add-custom-fields-validation
plugins/woocommerce/changelog/update-product-editor-add-product-linked-tab plugins/woocommerce/changelog/update-product-editor-add-product-linked-tab
plugins/woocommerce/changelog/fix-43297_highlight_tooltip plugins/woocommerce/changelog/fix-43297_highlight_tooltip
plugins/woocommerce/changelog/44072-dev-unify-class-naming-rating-filter
plugins/woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts plugins/woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts
plugins/woocommerce/changelog/43851-improve-legacy-rest-api-usage-logging plugins/woocommerce/changelog/43851-improve-legacy-rest-api-usage-logging
plugins/woocommerce/changelog/update-use-use-layout-template plugins/woocommerce/changelog/update-use-use-layout-template
@@ -5693,6 +5695,7 @@ plugins/woocommerce/changelog/43031-update-41875-clean-up-old-notice-styles
plugins/woocommerce/changelog/43274-add-rebase-42081-additional-fields plugins/woocommerce/changelog/43274-add-rebase-42081-additional-fields
plugins/woocommerce/changelog/43249-fix-double-quotes-json-decoding-bug plugins/woocommerce/changelog/43249-fix-double-quotes-json-decoding-bug
plugins/woocommerce/changelog/fix-mini-cart-svg-44006 plugins/woocommerce/changelog/fix-mini-cart-svg-44006
plugins/woocommerce/changelog/fix-41831-default-shipping-selection
plugins/woocommerce/changelog/43813-hpos-add-missing-filters-on-order-listtable plugins/woocommerce/changelog/43813-hpos-add-missing-filters-on-order-listtable
plugins/woocommerce/changelog/fix-filter-blocks-navigate plugins/woocommerce/changelog/fix-filter-blocks-navigate
plugins/woocommerce/changelog/fix-41454 plugins/woocommerce/changelog/fix-41454
@@ -5701,7 +5704,9 @@ plugins/woocommerce/changelog/42983-update-store-api-product-variation-attribute
plugins/woocommerce/changelog/43693-update-43691-hover-mini-cart-totals plugins/woocommerce/changelog/43693-update-43691-hover-mini-cart-totals
plugins/woocommerce/changelog/43519-add-additional-fields-in-emails plugins/woocommerce/changelog/43519-add-additional-fields-in-emails
plugins/woocommerce/changelog/hpos-41908 plugins/woocommerce/changelog/hpos-41908
plugins/woocommerce/changelog/43227-as-diff-D129122
plugins/woocommerce/changelog/update-product-editor-add-upsell-linked-product-section plugins/woocommerce/changelog/update-product-editor-add-upsell-linked-product-section
plugins/woocommerce/changelog/43869-fix-43850-chosen-method-hardening
plugins/woocommerce/changelog/43183-dev-refactor-interactivity-dropdown plugins/woocommerce/changelog/43183-dev-refactor-interactivity-dropdown
plugins/woocommerce/changelog/add-41586 plugins/woocommerce/changelog/add-41586
plugins/woocommerce/changelog/improve-single-product-details plugins/woocommerce/changelog/improve-single-product-details
@@ -5711,6 +5716,7 @@ plugins/woocommerce/changelog/43750-add-theme-block-template-customization-ii
plugins/woocommerce/changelog/add-basic-filter-blocks-e2e-tests plugins/woocommerce/changelog/add-basic-filter-blocks-e2e-tests
plugins/woocommerce/changelog/43546-42865-cys-php-warning-triggered-whenever-a-pattern-with-the-product-collection-block-is-inserted-via-the-assembler plugins/woocommerce/changelog/43546-42865-cys-php-warning-triggered-whenever-a-pattern-with-the-product-collection-block-is-inserted-via-the-assembler
plugins/woocommerce/changelog/add-43807-remember-downloadable-files plugins/woocommerce/changelog/add-43807-remember-downloadable-files
plugins/woocommerce/changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites
plugins/woocommerce/changelog/add-43224 plugins/woocommerce/changelog/add-43224
plugins/woocommerce/changelog/42903-add-review-blocks-tests plugins/woocommerce/changelog/42903-add-review-blocks-tests
plugins/woocommerce/changelog/fix-43829-oa-blocks plugins/woocommerce/changelog/fix-43829-oa-blocks
@@ -7956,6 +7962,7 @@ plugins/woocommerce-blocks/tests/e2e/tests/product-collection/product-collection
plugins/woocommerce-blocks/tests/e2e/tests/products/products.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/products/products.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/products/utils.ts plugins/woocommerce-blocks/tests/e2e/tests/products/utils.ts
plugins/woocommerce-blocks/tests/e2e/tests/related-products/related-products.block_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/related-products/related-products.block_theme.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/page-content-wrapper/page-content-wrapper.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/product-button/product-button.block_theme.side_effects.spec.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-button/utils.ts plugins/woocommerce-blocks/tests/e2e/tests/product-button/utils.ts
plugins/woocommerce-blocks/tests/e2e/tests/product-button/product-button.classic_theme.spec.ts plugins/woocommerce-blocks/tests/e2e/tests/product-button/product-button.classic_theme.spec.ts
@@ -9544,7 +9551,6 @@ plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/stock-fi
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/components/preview-dropdown/index.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/components/preview-dropdown/index.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/types.ts plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/types.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/preview.tsx plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/preview.tsx
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/editor.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/style.scss
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/frontend.ts plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/frontend.ts
plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/block.json plugins/woocommerce-blocks/assets/js/blocks/product-filter/inner-blocks/rating-filter/block.json
@@ -106,6 +106,8 @@ wp-includes/class-wp-customize-panel.php
class-wp-customize-panel.php class-wp-customize-panel.php
wp-includes/class-wp-user-query.php wp-includes/class-wp-user-query.php
class-wp-user-query.php class-wp-user-query.php
wp-includes/class-wp-block-bindings-registry.php
class-wp-block-bindings-registry.php
wp-includes/rest-api/search/class-wp-rest-search-handler.php wp-includes/rest-api/search/class-wp-rest-search-handler.php
rest-api/search/class-wp-rest-search-handler.php rest-api/search/class-wp-rest-search-handler.php
search/class-wp-rest-search-handler.php search/class-wp-rest-search-handler.php
@@ -37,6 +37,7 @@ wp-includes/class-wp-block.php
wp-includes/bookmark-template.php wp-includes/bookmark-template.php
wp-includes/class-wp-customize-panel.php wp-includes/class-wp-customize-panel.php
wp-includes/class-wp-user-query.php wp-includes/class-wp-user-query.php
wp-includes/class-wp-block-bindings-registry.php
wp-includes/rest-api/search/class-wp-rest-search-handler.php wp-includes/rest-api/search/class-wp-rest-search-handler.php
wp-includes/rest-api/search/class-wp-rest-term-search-handler.php wp-includes/rest-api/search/class-wp-rest-term-search-handler.php
wp-includes/rest-api/search/class-wp-rest-post-search-handler.php wp-includes/rest-api/search/class-wp-rest-post-search-handler.php
@@ -23228,6 +23228,14 @@ pages/guided-setup/__tests__/guided-setup-manual-email-notification.spec.ts
guided-setup/__tests__/guided-setup-manual-email-notification.spec.ts guided-setup/__tests__/guided-setup-manual-email-notification.spec.ts
__tests__/guided-setup-manual-email-notification.spec.ts __tests__/guided-setup-manual-email-notification.spec.ts
guided-setup-manual-email-notification.spec.ts guided-setup-manual-email-notification.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
desktop/pages/guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
pages/guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
__tests__/guided-setup-manual-email-pre-configured.spec.ts
guided-setup-manual-email-pre-configured.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts
frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts
apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts
@@ -4635,6 +4635,7 @@ app/frontend/apps/desktop/pages/guided-setup/types/setup-manual.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-system-information.spec.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-system-information.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/mocks/mock-systemSetupInfo.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/mocks/mock-systemSetupInfo.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-email-notification.spec.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-email-notification.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-email-pre-configured.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-admin.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-start.spec.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-start.spec.ts
app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-channel-email.spec.ts app/frontend/apps/desktop/pages/guided-setup/__tests__/guided-setup-manual-channel-email.spec.ts
@@ -2608,6 +2608,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/{{url /{{url
0 0
0*? 0*?
;preview=
=$ =$
=imgmanager =imgmanager
? ?
@@ -2652,6 +2653,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*editmode= ?*editmode=
?*egotecpage ?*egotecpage
?*err_code=404 ?*err_code=404
?*f[*]=
?*fbclid ?*fbclid
?*feed= ?*feed=
?*gg155.cn ?*gg155.cn
@@ -2848,6 +2850,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*xid ?*xid
?*yyyy ?*yyyy
?252525253Bpreview= ?252525253Bpreview=
?Author=
?CMP ?CMP
?EGOTECpage ?EGOTECpage
?ExternalDataReference ?ExternalDataReference
@@ -4242,6 +4245,7 @@ BestArticleList.nhn
BillingActivity BillingActivity
BlogInfo.naver BlogInfo.naver
BlogInfo.nhn BlogInfo.nhn
Bpreview=
Bugs Bugs
CHANGELOG.txt CHANGELOG.txt
CNCDialer CNCDialer
@@ -4321,6 +4325,7 @@ Disallow
Disallow: Disallow:
DoNotTest DoNotTest
Doc Doc
Domains/DomainControlPanel
Download Download
ERRORS ERRORS
ESPDisplayOptionsViewCmd ESPDisplayOptionsViewCmd
@@ -4570,6 +4575,7 @@ Mega_Transparency_Report
Member/ Member/
MemoList.nhn MemoList.nhn
Meo Meo
MessageRunDetailID=
MetaURI MetaURI
Microsoft.URL.Control Microsoft.URL.Control
Mobile/EM/ Mobile/EM/
@@ -4641,6 +4647,7 @@ PV
PageBuilderControls PageBuilderControls
PageDiff.nhn PageDiff.nhn
PageRead.nhn PageRead.nhn
PageSpeed=noscript
Panasonic Panasonic
Participation Participation
Partners Partners
@@ -4672,6 +4679,7 @@ PostPreview.naver
PostPreview.nhn PostPreview.nhn
PostPrint.naver PostPrint.naver
PostPrint.nhn PostPrint.nhn
PowerMapper
Practice-Clients Practice-Clients
Present Present
Price/PriceRMPopup.aspx Price/PriceRMPopup.aspx
@@ -5712,6 +5720,7 @@ app/thrivespecialoffer.html
app/updates app/updates
app/use-case app/use-case
app/webhooks app/webhooks
app=
appId=Dev10IDEF1 appId=Dev10IDEF1
appTv appTv
appchart appchart
@@ -7971,6 +7980,7 @@ center
centerpiece centerpiece
centerpiece-test centerpiece-test
cep-telefonu-ve-aksesuar cep-telefonu-ve-aksesuar
cerkl_id=
cetools/ cetools/
cfs/cfsroundtable cfs/cfsroundtable
cfs/cfsroundtable/cfsroundtable-home cfs/cfsroundtable/cfsroundtable-home
@@ -8166,6 +8176,7 @@ citations?view_op=top_venues
cite-count cite-count
cits cits
city_bookings city_bookings
civil/frauds
civis/account civis/account
civis/admin.php civis/admin.php
civis/attachments civis/attachments
@@ -8182,7 +8193,6 @@ cl
cl2/feeds cl2/feeds
cl2/ical cl2/ical
class class
class="CvDJxb"
classic-apps classic-apps
classic/contact/concerts.htm classic/contact/concerts.htm
classic/contact/default.htm classic/contact/default.htm
@@ -8696,6 +8706,7 @@ content/redcross
content/ru_ru/ content/ru_ru/
content/search content/search
content/view/full content/view/full
content_title=
contest contest
contest.php?pg= contest.php?pg=
contests contests
@@ -8716,8 +8727,10 @@ controller/rss
controller/store/store_checkout controller/store/store_checkout
controller/subscription controller/subscription
controller/widget controller/widget
controlsVisibleOnLoad=
conversation conversation
conversations conversations
conversion-rate=
convert-business convert-business
convert-personal convert-personal
cook/*/all-saved-items cook/*/all-saved-items
@@ -8965,6 +8978,7 @@ ct
ct.html ct.html
ct/log_list ct/log_list
cta cta
cta_guid=
ctg ctg
ctm ctm
culturalinstitute/images culturalinstitute/images
@@ -9705,6 +9719,8 @@ doi/ref
doi/xml doi/xml
dom dom
domain/*t= domain/*t=
domains/transfer-a-domain/transfer.aspx
domains/whois/whois-ajax.aspx
donations donations
doncherry doncherry
dotbot dotbot
@@ -9819,6 +9835,7 @@ eclipse/in/*?starty=
eclipse/map eclipse/map
eclipse/map/*? eclipse/map/*?
eclipse/map/202 eclipse/map/202
eco_language=
ecodeals ecodeals
ecommerce ecommerce
economic/ess/fcldatabase economic/ess/fcldatabase
@@ -9840,6 +9857,10 @@ editorial-images
editorial/* editorial/*
editpayment editpayment
edu/cs4hs edu/cs4hs
edu/ping
edu/tasks
edu/teachers
edu/test
education/404_en.htm education/404_en.htm
education/blocks education/blocks
education/blocks$ education/blocks$
@@ -11453,6 +11474,7 @@ getting-started/functional-groups/*
gettingstarted gettingstarted
getvenmo getvenmo
gfe gfe
gfe_rd=
gfx/stock gfx/stock
gh gh
gh/corporate/contact gh/corporate/contact
@@ -11541,7 +11563,14 @@ google_gdn.html
google_search.html google_search.html
googlebooks/images googlebooks/images
googlegroups googlegroups
gopherdata
gorf gorf
gorsel
gorsel/$
gorsel/?
gorsel/smart/$
gorsel/touch/$
gorsel/touch/?
goto goto
goto_issue goto_issue
goto_rubric goto_rubric
@@ -11784,6 +11813,7 @@ harming/humans
hash= hash=
hashid=%subscriber_hash% hashid=%subscriber_hash%
hashtag/*?src= hashtag/*?src=
hava
hava-durumu/*p= hava-durumu/*p=
hbbtv hbbtv
hbbtv-dev hbbtv-dev
@@ -12103,7 +12133,9 @@ hs/hsstatic/jquery-libs/static-1.1/jquery
hs/manage-preferences hs/manage-preferences
hs/preferences-center hs/preferences-center
hsCtaTracking= hsCtaTracking=
hsFormKey=
hsLang= hsLang=
hs_amp=
hsb/android/collections hsb/android/collections
hsb/android/search hsb/android/search
hsb/firefox/collections hsb/firefox/collections
@@ -12503,6 +12535,7 @@ images.html
images/ images/
images/$ images/$
images/* images/*
images/?
images/Podcasts images/Podcasts
images/async/? images/async/?
images/async? images/async?
@@ -12543,6 +12576,7 @@ imagesrv/pdf/DIR_TSO_2531
imagine/ imagine/
imaginecup/* imaginecup/*
imesync imesync
img
img/placeholder.gif img/placeholder.gif
imgres imgres
immutable/static-1.11 immutable/static-1.11
@@ -12724,6 +12758,7 @@ index.php/ko/node/
index.php/magazine/get_comment index.php/magazine/get_comment
index.php/media/oembed index.php/media/oembed
index.php/members/profile index.php/members/profile
index.php/node
index.php/node/add index.php/node/add
index.php/node/add/ index.php/node/add/
index.php/ru/node/ index.php/ru/node/
@@ -12801,6 +12836,7 @@ inouenonstyle/videolist-*.html
inouenonstyle/videolist.html inouenonstyle/videolist.html
inproduct_help/chatsupport inproduct_help/chatsupport
inquiry/user_study inquiry/user_study
ins
insetsrv/v1 insetsrv/v1
insider$ insider$
insiders insiders
@@ -13207,6 +13243,7 @@ jerkstore
jesse jesse
job-apply job-apply
job_game job_game
jobid=
jobs jobs
jobs-guest jobs-guest
jobs/*/apply_now jobs/*/apply_now
@@ -13797,6 +13834,7 @@ library/azure/
library/devices library/devices
library/vs/alm/ library/vs/alm/
library/windows/ library/windows/
library=
library?/ library?/
libs libs
libs/ libs/
@@ -14162,6 +14200,7 @@ maps/*?lang=kk$
maps/*?lang=ru$ maps/*?lang=ru$
maps/*?lang=uk$ maps/*?lang=uk$
maps/*?lang=uz$ maps/*?lang=uz$
maps/*?ll=
maps/about maps/about
maps/adsendpoint maps/adsendpoint
maps/api/js maps/api/js
@@ -14207,6 +14246,7 @@ market/rebel_flag
market_catalog/*?w=product- market_catalog/*?w=product-
marketing marketing
marketing-containers marketing-containers
marketing_company_auto__c=
marketingcloud/content/documents/guides marketingcloud/content/documents/guides
marketingcloud/content/documents/webcasts marketingcloud/content/documents/webcasts
marketingcloud/content/documents/whitepapers marketingcloud/content/documents/whitepapers
@@ -14597,6 +14637,7 @@ middle
migration migration
migration/ migration/
mikly.pl mikly.pl
mimeType=
min= min=
min_price= min_price=
mini.php mini.php
@@ -14672,6 +14713,7 @@ mobile/content_api/guide
mobile/search mobile/search
mobile=no* mobile=no*
mobile_login mobile_login
mobileformat=
mobilepagenotfounderror.aspx mobilepagenotfounderror.aspx
mobileservererror.aspx mobileservererror.aspx
mockup-editor mockup-editor
@@ -14680,6 +14722,7 @@ mod.php
mod= mod=
mod? mod?
modal-message modal-message
modal_active=
models/*/ar-redirect models/*/ar-redirect
moderator/static/ux moderator/static/ux
modern-formats-eng/ucp/*/client modern-formats-eng/ucp/*/client
@@ -14778,9 +14821,11 @@ ms/search
ms/user ms/user
ms/users ms/users
msa msa
msclkid=
msdn-files/ msdn-files/
msdntv/ msdntv/
msearch msearch
msearchpart
msg msg
msgToConns msgToConns
msgcenter msgcenter
@@ -15699,6 +15744,7 @@ offsite
og og
oggiPlayerLoader.htm oggiPlayerLoader.htm
ohcm ohcm
ojp
omgilibot omgilibot
on on
on/demandware.store on/demandware.store
@@ -15712,6 +15758,7 @@ onebox/sports/logos/sports_types/png
oneclick oneclick
ontheweb/blogs/delineator ontheweb/blogs/delineator
op.xml op.xml
opa/pr/support
opb/mt4 opb/mt4
opc opc
open open
@@ -16300,6 +16347,7 @@ play/videos/modulos
player player
player/brightcove player/brightcove
player/metadata/video player/metadata/video
playerColor=
playerhttp://rollingstone.com/robots.txt playerhttp://rollingstone.com/robots.txt
playlist.php playlist.php
playlists/*/user playlists/*/user
@@ -16333,7 +16381,6 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager pmc/publisherportal/journalmanager
pmc/tocrender.fcgi pmc/tocrender.fcgi
pmc/utilities pmc/utilities
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEybgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwokCiJXYXMgbXVzcyBpbiBkZXIgUm9ib3RzIHR4dCBzdGVoZW4_CiUKI1dhcyBiZWRldXRldCBVc2VyIEFnZW50ICogZGlzYWxsb3c_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22Oah3ixSWQosQZs49mYDzL_xw8Bc\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/ pmcomment/
pmm-templates pmm-templates
pmo/contact/en/staff pmo/contact/en/staff
@@ -16557,6 +16604,8 @@ podcasts/woord-vakantiepakket-2016.html$
podcasts/yous-yay-new-emotions$ podcasts/yous-yay-new-emotions$
podcasts/yous-yay-new-emotions.html$ podcasts/yous-yay-new-emotions.html$
podpiska/login.pl podpiska/login.pl
pogod
pogoda
pogoda/*?*lat=*&*lon= pogoda/*?*lat=*&*lon=
pogoda/*?*lon=*&*lat= pogoda/*?*lon=*&*lat=
pogoda/404 pogoda/404
@@ -16859,8 +16908,11 @@ promo/*goodbye
promo/*welcome promo/*welcome
promo/diskelement promo/diskelement
promo/launcher/? promo/launcher/?
promo/launcher/feedback
promo/launcher/mgoodbye promo/launcher/mgoodbye
promo/market/mobile/app*?from= promo/market/mobile/app*?from=
promo/skype*?
promo/skype/*
promo/yobject/changelog promo/yobject/changelog
promo_code promo_code
promoassets promoassets
@@ -17283,6 +17335,7 @@ redir?
redirect redirect
redirect redirect
redirect%3Dmobile redirect%3Dmobile
redirect=
redirect=mobile redirect=mobile
redirect? redirect?
redirect?url= redirect?url=
@@ -17536,6 +17589,7 @@ rs
rs/corporate/contact rs/corporate/contact
rs/index.html rs/index.html
rs/news rs/news
rs=
rss rss
rss rss
rss-feed rss-feed
@@ -18091,6 +18145,7 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
sections/ombudsman/2008/01/frequently_asked_questions_1.html sections/ombudsman/2008/01/frequently_asked_questions_1.html
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
sections? sections?
sections_activeEl=
secupress-4165225f secupress-4165225f
secure secure
secure$ secure$
@@ -18859,6 +18914,7 @@ sites/xerox
sites/zenithwatches sites/zenithwatches
sites/zurich sites/zurich
sites/zweb/images/crm/signup_onboarding_loader.mp4 sites/zweb/images/crm/signup_onboarding_loader.mp4
sites/zweb/images/jp/partners/partner-policy.pdf
sites/zweb/images/workplace/pdf/affiliate-marketing-guide.pdf sites/zweb/images/workplace/pdf/affiliate-marketing-guide.pdf
sites/zweb/images/workplace/pdf/saas-affiliate-marketing.pdf sites/zweb/images/workplace/pdf/saas-affiliate-marketing.pdf
sites/zweb/images/zoho_general_pages/branding/dont-1.png sites/zweb/images/zoho_general_pages/branding/dont-1.png
@@ -18920,6 +18976,7 @@ smart/buttons
smartapi smartapi
smartmarket smartmarket
smartmarket/*/productListInitial.action? smartmarket/*/productListInitial.action?
smclient=
smcot smcot
sme sme
smevi smevi
@@ -19272,6 +19329,8 @@ statistiques/report-content
stats stats
stats?gid= stats?gid=
status status
status-updates/wp-admin
status-updates/wp-admin/admin-ajax.php
stcejorp stcejorp
sticky-ad-iframe.html sticky-ad-iframe.html
stock-photo/photos/search$ stock-photo/photos/search$
@@ -19401,6 +19460,7 @@ su/search
su/user su/user
su/users su/users
subject subject
subject=
submit submit
submitlink? submitlink?
submitstory submitstory
@@ -19453,6 +19513,8 @@ support/distr
support/dsp support/dsp
support/fe4be44a295cc679e19bf0b8f133083d support/fe4be44a295cc679e19bf0b8f133083d
support/forum/search? support/forum/search?
support/knowledgebase/article.aspx?type=article*contentid
support/knowledgebase/subcategory.aspx?type=category*contentid
support/knowledgecenter/api support/knowledgecenter/api
support/knowledgecenter/v1 support/knowledgecenter/v1
support/maps-beta support/maps-beta
@@ -20543,6 +20605,7 @@ understanding-c3g
understanding-melanoma understanding-melanoma
unfiltered? unfiltered?
unfinished.php unfinished.php
unicef-component-mosaichttp://unpkg.com/robots.txt
unicorn/check unicorn/check
unijobs/*/emailjob unijobs/*/emailjob
unijobs/*/jbequicksignup unijobs/*/jbequicksignup
@@ -20970,6 +21033,7 @@ users/stats
users/user_hints users/user_hints
using using
uslugi uslugi
uslugi/$
uslugi/*/category/doctors uslugi/*/category/doctors
uslugi/cab uslugi/cab
usopen09/* usopen09/*
@@ -21141,6 +21205,8 @@ video/v$
video/viewconfig$ video/viewconfig$
video/yabanci-dizi-izle video/yabanci-dizi-izle
video/yerli-dizi-izle video/yerli-dizi-izle
videoFoam=
videoHeight=
videoLibrary/ajax videoLibrary/ajax
videoLibrary/assets/swf videoLibrary/assets/swf
videoLibrary/common/services videoLibrary/common/services
@@ -21339,6 +21405,7 @@ wcs
wcsstore wcsstore
we-speak-your-language/index. we-speak-your-language/index.
wearepages wearepages
weather
weather.html?latitude= weather.html?latitude=
weather.html?old= weather.html?old=
weather/*/historic?hd= weather/*/historic?hd=
@@ -22459,6 +22526,7 @@ wssd/SARD/cams
wsus/ wsus/
wt-assets/static-files/mktg-analytics wt-assets/static-files/mktg-analytics
wt.mc_id= wt.mc_id=
wusage
www.espana.rtve.es www.espana.rtve.es
wx wx
x x
File diff suppressed because it is too large Load Diff