[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-01-13 00:19:39 +00:00
parent 03cdca93fd
commit 3464ae8e7b
17 changed files with 1159 additions and 747 deletions

View file

@ -5103,11 +5103,42 @@ data-sql/src/query-converter/converter.test.ts
src/query-converter/converter.test.ts
query-converter/converter.test.ts
converter.test.ts
packages/data-sql/src/query-converter/converter-integration.test.ts
data-sql/src/query-converter/converter-integration.test.ts
src/query-converter/converter-integration.test.ts
query-converter/converter-integration.test.ts
converter-integration.test.ts
packages/data-sql/src/query-converter/utils/number-generator.ts
data-sql/src/query-converter/utils/number-generator.ts
src/query-converter/utils/number-generator.ts
query-converter/utils/number-generator.ts
utils/number-generator.ts
number-generator.ts
packages/data-sql/src/query-converter/utils/number-generator.test.ts
data-sql/src/query-converter/utils/number-generator.test.ts
src/query-converter/utils/number-generator.test.ts
query-converter/utils/number-generator.test.ts
utils/number-generator.test.ts
number-generator.test.ts
packages/data-sql/src/query-converter/utils/create-index-generators.ts
data-sql/src/query-converter/utils/create-index-generators.ts
src/query-converter/utils/create-index-generators.ts
query-converter/utils/create-index-generators.ts
utils/create-index-generators.ts
create-index-generators.ts
packages/data-sql/src/query-converter/utils/index.ts
data-sql/src/query-converter/utils/index.ts
src/query-converter/utils/index.ts
query-converter/utils/index.ts
utils/index.ts
index.ts
packages/data-sql/src/query-converter/common/function.test.ts
data-sql/src/query-converter/common/function.test.ts
src/query-converter/common/function.test.ts
query-converter/common/function.test.ts
common/function.test.ts
function.test.ts
packages/data-sql/src/query-converter/common/function.ts
data-sql/src/query-converter/common/function.ts
src/query-converter/common/function.ts
query-converter/common/function.ts
common/function.ts
function.ts
packages/data-sql/src/query-converter/modifiers/sort.test.ts
data-sql/src/query-converter/modifiers/sort.test.ts
src/query-converter/modifiers/sort.test.ts
@ -5275,16 +5306,6 @@ src/query-converter/modifiers/modifiers.ts
query-converter/modifiers/modifiers.ts
modifiers/modifiers.ts
modifiers.ts
packages/data-sql/src/query-converter/functions.test.ts
data-sql/src/query-converter/functions.test.ts
src/query-converter/functions.test.ts
query-converter/functions.test.ts
functions.test.ts
packages/data-sql/src/query-converter/functions.ts
data-sql/src/query-converter/functions.ts
src/query-converter/functions.ts
query-converter/functions.ts
functions.ts
packages/data-sql/src/query-converter/fields/create-join.test.ts
data-sql/src/query-converter/fields/create-join.test.ts
src/query-converter/fields/create-join.test.ts
@ -5321,6 +5342,12 @@ src/query-converter/fields/create-nested-manys.ts
query-converter/fields/create-nested-manys.ts
fields/create-nested-manys.ts
create-nested-manys.ts
packages/data-sql/src/query-converter/fields/function.ts
data-sql/src/query-converter/fields/function.ts
src/query-converter/fields/function.ts
query-converter/fields/function.ts
fields/function.ts
function.ts
packages/data-sql/src/query-converter/fields/fields.test.ts
data-sql/src/query-converter/fields/fields.test.ts
src/query-converter/fields/fields.test.ts
@ -5344,16 +5371,6 @@ data-sql/src/query-converter/index.ts
src/query-converter/index.ts
query-converter/index.ts
index.ts
packages/data-sql/src/query-converter/param-index-generator.test.ts
data-sql/src/query-converter/param-index-generator.test.ts
src/query-converter/param-index-generator.test.ts
query-converter/param-index-generator.test.ts
param-index-generator.test.ts
packages/data-sql/src/query-converter/param-index-generator.ts
data-sql/src/query-converter/param-index-generator.ts
src/query-converter/param-index-generator.ts
query-converter/param-index-generator.ts
param-index-generator.ts
packages/data-sql/src/utils/numeric-operator-conversion.ts
data-sql/src/utils/numeric-operator-conversion.ts
src/utils/numeric-operator-conversion.ts
@ -5364,11 +5381,6 @@ data-sql/src/utils/map-result.ts
src/utils/map-result.ts
utils/map-result.ts
map-result.ts
packages/data-sql/src/utils/create-unique-alias.ts
data-sql/src/utils/create-unique-alias.ts
src/utils/create-unique-alias.ts
utils/create-unique-alias.ts
create-unique-alias.ts
packages/data-sql/src/utils/stream-consumer.ts
data-sql/src/utils/stream-consumer.ts
src/utils/stream-consumer.ts
@ -5379,6 +5391,16 @@ data-sql/src/utils/map-result.test.ts
src/utils/map-result.test.ts
utils/map-result.test.ts
map-result.test.ts
packages/data-sql/src/utils/index-to-identifier.test.ts
data-sql/src/utils/index-to-identifier.test.ts
src/utils/index-to-identifier.test.ts
utils/index-to-identifier.test.ts
index-to-identifier.test.ts
packages/data-sql/src/utils/index-to-identifier.ts
data-sql/src/utils/index-to-identifier.ts
src/utils/index-to-identifier.ts
utils/index-to-identifier.ts
index-to-identifier.ts
packages/data-sql/src/utils/index.ts
data-sql/src/utils/index.ts
src/utils/index.ts
@ -5394,6 +5416,12 @@ data-sql/src/utils/get-mapped-queries-stream.ts
src/utils/get-mapped-queries-stream.ts
utils/get-mapped-queries-stream.ts
get-mapped-queries-stream.ts
packages/data-sql/src/types/clauses/from.ts
data-sql/src/types/clauses/from.ts
src/types/clauses/from.ts
types/clauses/from.ts
clauses/from.ts
from.ts
packages/data-sql/src/types/clauses/where.ts
data-sql/src/types/clauses/where.ts
src/types/clauses/where.ts
@ -5469,6 +5497,34 @@ types/clauses/where/index.ts
clauses/where/index.ts
where/index.ts
index.ts
packages/data-sql/src/types/clauses/common/target.ts
data-sql/src/types/clauses/common/target.ts
src/types/clauses/common/target.ts
types/clauses/common/target.ts
clauses/common/target.ts
common/target.ts
target.ts
packages/data-sql/src/types/clauses/common/primitive.ts
data-sql/src/types/clauses/common/primitive.ts
src/types/clauses/common/primitive.ts
types/clauses/common/primitive.ts
clauses/common/primitive.ts
common/primitive.ts
primitive.ts
packages/data-sql/src/types/clauses/common/function.ts
data-sql/src/types/clauses/common/function.ts
src/types/clauses/common/function.ts
types/clauses/common/function.ts
clauses/common/function.ts
common/function.ts
function.ts
packages/data-sql/src/types/clauses/common/index.ts
data-sql/src/types/clauses/common/index.ts
src/types/clauses/common/index.ts
types/clauses/common/index.ts
clauses/common/index.ts
common/index.ts
index.ts
packages/data-sql/src/types/clauses/order.ts
data-sql/src/types/clauses/order.ts
src/types/clauses/order.ts
@ -5493,13 +5549,6 @@ src/types/clauses/join.ts
types/clauses/join.ts
clauses/join.ts
join.ts
packages/data-sql/src/types/clauses/select/fn.ts
data-sql/src/types/clauses/select/fn.ts
src/types/clauses/select/fn.ts
types/clauses/select/fn.ts
clauses/select/fn.ts
select/fn.ts
fn.ts
packages/data-sql/src/types/clauses/select/primitive.ts
data-sql/src/types/clauses/select/primitive.ts
src/types/clauses/select/primitive.ts
@ -5514,6 +5563,13 @@ types/clauses/select/json.ts
clauses/select/json.ts
select/json.ts
json.ts
packages/data-sql/src/types/clauses/select/function.ts
data-sql/src/types/clauses/select/function.ts
src/types/clauses/select/function.ts
types/clauses/select/function.ts
clauses/select/function.ts
select/function.ts
function.ts
packages/data-sql/src/types/clauses/select/index.ts
data-sql/src/types/clauses/select/index.ts
src/types/clauses/select/index.ts
@ -5521,13 +5577,6 @@ types/clauses/select/index.ts
clauses/select/index.ts
select/index.ts
index.ts
packages/data-sql/src/types/clauses/select/column.ts
data-sql/src/types/clauses/select/column.ts
src/types/clauses/select/column.ts
types/clauses/select/column.ts
clauses/select/column.ts
select/column.ts
column.ts
packages/data-sql/src/types/parameterized-statement.ts
data-sql/src/types/parameterized-statement.ts
src/types/parameterized-statement.ts

View file

@ -1057,7 +1057,12 @@ packages/specs/index.js
packages/specs/license
packages/data-sql/src/query-converter/converter.ts
packages/data-sql/src/query-converter/converter.test.ts
packages/data-sql/src/query-converter/converter-integration.test.ts
packages/data-sql/src/query-converter/utils/number-generator.ts
packages/data-sql/src/query-converter/utils/number-generator.test.ts
packages/data-sql/src/query-converter/utils/create-index-generators.ts
packages/data-sql/src/query-converter/utils/index.ts
packages/data-sql/src/query-converter/common/function.test.ts
packages/data-sql/src/query-converter/common/function.ts
packages/data-sql/src/query-converter/modifiers/sort.test.ts
packages/data-sql/src/query-converter/modifiers/filter/filter.ts
packages/data-sql/src/query-converter/modifiers/filter/conditions/set.test.ts
@ -1081,28 +1086,27 @@ packages/data-sql/src/query-converter/modifiers/sort.ts
packages/data-sql/src/query-converter/modifiers/target.ts
packages/data-sql/src/query-converter/modifiers/target.test.ts
packages/data-sql/src/query-converter/modifiers/modifiers.ts
packages/data-sql/src/query-converter/functions.test.ts
packages/data-sql/src/query-converter/functions.ts
packages/data-sql/src/query-converter/fields/create-join.test.ts
packages/data-sql/src/query-converter/fields/create-primitive-select.test.ts
packages/data-sql/src/query-converter/fields/create-primitive-select.ts
packages/data-sql/src/query-converter/fields/create-join.ts
packages/data-sql/src/query-converter/fields/create-nested-manys.test.ts
packages/data-sql/src/query-converter/fields/create-nested-manys.ts
packages/data-sql/src/query-converter/fields/function.ts
packages/data-sql/src/query-converter/fields/fields.test.ts
packages/data-sql/src/query-converter/fields/index.ts
packages/data-sql/src/query-converter/fields/fields.ts
packages/data-sql/src/query-converter/index.ts
packages/data-sql/src/query-converter/param-index-generator.test.ts
packages/data-sql/src/query-converter/param-index-generator.ts
packages/data-sql/src/utils/numeric-operator-conversion.ts
packages/data-sql/src/utils/map-result.ts
packages/data-sql/src/utils/create-unique-alias.ts
packages/data-sql/src/utils/stream-consumer.ts
packages/data-sql/src/utils/map-result.test.ts
packages/data-sql/src/utils/index-to-identifier.test.ts
packages/data-sql/src/utils/index-to-identifier.ts
packages/data-sql/src/utils/index.ts
packages/data-sql/src/utils/get-mapped-queries-stream.test.ts
packages/data-sql/src/utils/get-mapped-queries-stream.ts
packages/data-sql/src/types/clauses/from.ts
packages/data-sql/src/types/clauses/where.ts
packages/data-sql/src/types/clauses/where/conditions/number-condition.ts
packages/data-sql/src/types/clauses/where/conditions/string-condition.ts
@ -1113,15 +1117,18 @@ packages/data-sql/src/types/clauses/where/conditions/geo-condition.ts
packages/data-sql/src/types/clauses/where/condition.ts
packages/data-sql/src/types/clauses/where/logical.ts
packages/data-sql/src/types/clauses/where/index.ts
packages/data-sql/src/types/clauses/common/target.ts
packages/data-sql/src/types/clauses/common/primitive.ts
packages/data-sql/src/types/clauses/common/function.ts
packages/data-sql/src/types/clauses/common/index.ts
packages/data-sql/src/types/clauses/order.ts
packages/data-sql/src/types/clauses/select.ts
packages/data-sql/src/types/clauses/index.ts
packages/data-sql/src/types/clauses/join.ts
packages/data-sql/src/types/clauses/select/fn.ts
packages/data-sql/src/types/clauses/select/primitive.ts
packages/data-sql/src/types/clauses/select/json.ts
packages/data-sql/src/types/clauses/select/function.ts
packages/data-sql/src/types/clauses/select/index.ts
packages/data-sql/src/types/clauses/select/column.ts
packages/data-sql/src/types/parameterized-statement.ts
packages/data-sql/src/types/clauses.ts
packages/data-sql/src/types/index.ts

View file

@ -9334,6 +9334,22 @@ Core/DependencyInjection/Fixture/BazClass.php
DependencyInjection/Fixture/BazClass.php
Fixture/BazClass.php
BazClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
FinalTestNonTerminableHttpMiddlewareClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
Fixture/FinalTestHttpMiddlewareClass.php
FinalTestHttpMiddlewareClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php
tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php
Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php
@ -30296,6 +30312,13 @@ testing_multilingual/config/install/language.entity.de.yml
config/install/language.entity.de.yml
install/language.entity.de.yml
language.entity.de.yml
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
OpenTelemetryAuthenticatedPerformanceTest.php
core/profiles/demo_umami/tests/src/FunctionalJavascript/PerformanceTest.php
profiles/demo_umami/tests/src/FunctionalJavascript/PerformanceTest.php
demo_umami/tests/src/FunctionalJavascript/PerformanceTest.php
@ -35206,14 +35229,6 @@ src/Functional/Views/BlockContentWizardTest.php
Functional/Views/BlockContentWizardTest.php
Views/BlockContentWizardTest.php
BlockContentWizardTest.php
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
block_content/tests/src/Functional/Views/FieldTypeTest.php
tests/src/Functional/Views/FieldTypeTest.php
src/Functional/Views/FieldTypeTest.php
Functional/Views/FieldTypeTest.php
Views/FieldTypeTest.php
FieldTypeTest.php
core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
block_content/tests/src/Functional/Views/BlockContentTestBase.php
@ -35369,6 +35384,14 @@ src/Kernel/Views/RevisionRelationshipsTest.php
Kernel/Views/RevisionRelationshipsTest.php
Views/RevisionRelationshipsTest.php
RevisionRelationshipsTest.php
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php
modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php
block_content/tests/src/Kernel/Views/FieldTypeTest.php
tests/src/Kernel/Views/FieldTypeTest.php
src/Kernel/Views/FieldTypeTest.php
Kernel/Views/FieldTypeTest.php
Views/FieldTypeTest.php
FieldTypeTest.php
core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php
modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php
block_content/tests/src/Kernel/Views/RevisionUserTest.php
@ -93054,6 +93077,14 @@ src/Unit/process/FormatDateTest.php
Unit/process/FormatDateTest.php
process/FormatDateTest.php
FormatDateTest.php
core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php
modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php
migrate/tests/src/Unit/process/ProcessPluginBaseTest.php
tests/src/Unit/process/ProcessPluginBaseTest.php
src/Unit/process/ProcessPluginBaseTest.php
Unit/process/ProcessPluginBaseTest.php
process/ProcessPluginBaseTest.php
ProcessPluginBaseTest.php
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
migrate/tests/src/Unit/process/MenuLinkParentTest.php

View file

@ -1345,6 +1345,8 @@ core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/ProxyServicesPassTest.
core/tests/Drupal/Tests/Core/DependencyInjection/YamlFileLoaderTest.php
core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BazClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestNonTerminableHttpMiddlewareClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/FinalTestHttpMiddlewareClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/Fixture/BarClass.php
core/tests/Drupal/Tests/Core/DependencyInjection/ContainerBuilderTest.php
core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php
@ -4646,6 +4648,7 @@ core/profiles/testing_multilingual/testing_multilingual.info.yml
core/profiles/testing_multilingual/config/install/locale.settings.yml
core/profiles/testing_multilingual/config/install/language.entity.es.yml
core/profiles/testing_multilingual/config/install/language.entity.de.yml
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryAuthenticatedPerformanceTest.php
core/profiles/demo_umami/tests/src/FunctionalJavascript/PerformanceTest.php
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryFrontPagePerformanceTest.php
@ -5349,7 +5352,6 @@ core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTes
core/modules/block_content/tests/src/Functional/Views/BlockContentRedirectTest.php
core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php
core/modules/block_content/tests/src/Functional/Views/BlockContentWizardTest.php
core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php
core/modules/block_content/tests/src/Functional/BlockContentTranslationUITest.php
core/modules/block_content/tests/src/Functional/BlockContentTestBase.php
@ -5370,6 +5372,7 @@ core/modules/block_content/tests/src/Kernel/BlockContentDeriverTest.php
core/modules/block_content/tests/src/Kernel/BlockContentAccessHandlerTest.php
core/modules/block_content/tests/src/Kernel/BlockContentDeletionTest.php
core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php
core/modules/block_content/tests/src/Kernel/Views/FieldTypeTest.php
core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php
core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php
core/modules/block_content/tests/src/Kernel/BlockContentEntityReferenceSelectionTest.php
@ -13583,6 +13586,7 @@ core/modules/migrate/tests/src/Unit/process/FlattenTest.php
core/modules/migrate/tests/src/Unit/process/FileCopyTest.php
core/modules/migrate/tests/src/Unit/process/LogTest.php
core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
core/modules/migrate/tests/src/Unit/process/ProcessPluginBaseTest.php
core/modules/migrate/tests/src/Unit/process/MenuLinkParentTest.php
core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php
core/modules/migrate/tests/src/Unit/Event/EventBaseTest.php

View file

@ -27098,6 +27098,17 @@ Tools/Stream/Jobs/ProcessNoteAcl.php
Stream/Jobs/ProcessNoteAcl.php
Jobs/ProcessNoteAcl.php
ProcessNoteAcl.php
application/Espo/Tools/Stream/UserRecordService.php
Espo/Tools/Stream/UserRecordService.php
Tools/Stream/UserRecordService.php
Stream/UserRecordService.php
UserRecordService.php
application/Espo/Tools/Stream/RecordService/Helper.php
Espo/Tools/Stream/RecordService/Helper.php
Tools/Stream/RecordService/Helper.php
Stream/RecordService/Helper.php
RecordService/Helper.php
Helper.php
application/Espo/Tools/CategoryTree/RebuildPaths.php
Espo/Tools/CategoryTree/RebuildPaths.php
Tools/CategoryTree/RebuildPaths.php

View file

@ -4240,6 +4240,8 @@ application/Espo/Tools/Stream/Service.php
application/Espo/Tools/Stream/Jobs/ControlFollowers.php
application/Espo/Tools/Stream/Jobs/AutoFollow.php
application/Espo/Tools/Stream/Jobs/ProcessNoteAcl.php
application/Espo/Tools/Stream/UserRecordService.php
application/Espo/Tools/Stream/RecordService/Helper.php
application/Espo/Tools/CategoryTree/RebuildPaths.php
application/Espo/Tools/Pdf/Zipper.php
application/Espo/Tools/Pdf/EntityPrinter.php

View file

@ -132,6 +132,13 @@ modules/ps_emailsubscription/02_configuration/02_checkConfirmatonEmail.ts
ps_emailsubscription/02_configuration/02_checkConfirmatonEmail.ts
02_configuration/02_checkConfirmatonEmail.ts
02_checkConfirmatonEmail.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/03_checkWelcomeVoucher.ts
UI/campaigns/modules/ps_emailsubscription/02_configuration/03_checkWelcomeVoucher.ts
campaigns/modules/ps_emailsubscription/02_configuration/03_checkWelcomeVoucher.ts
modules/ps_emailsubscription/02_configuration/03_checkWelcomeVoucher.ts
ps_emailsubscription/02_configuration/03_checkWelcomeVoucher.ts
02_configuration/03_checkWelcomeVoucher.ts
03_checkWelcomeVoucher.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts
UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts
campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts

View file

@ -20,6 +20,7 @@ tests/UI/campaigns/modules/ps_emailalerts/01_installation/01_uninstallAndInstall
tests/UI/campaigns/modules/ps_cashondelivery/02_configuration/01_placeOrderWithIt.ts
tests/UI/campaigns/modules/ps_cashondelivery/01_installation/04_resetModule.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/02_checkConfirmatonEmail.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/03_checkWelcomeVoucher.ts
tests/UI/campaigns/modules/ps_emailsubscription/02_configuration/01_checkVerificationEmail.ts
tests/UI/campaigns/functional/FO/hummingbird/03_userAccount/01_editInformation.ts
tests/UI/campaigns/functional/FO/hummingbird/01_login/02_login.ts

View file

@ -12427,6 +12427,13 @@ Framework/Store/Services/VerifyResponseSignatureMiddlewareTest.php
Store/Services/VerifyResponseSignatureMiddlewareTest.php
Services/VerifyResponseSignatureMiddlewareTest.php
VerifyResponseSignatureMiddlewareTest.php
tests/unit/Core/Framework/Store/Services/ExtensionListingLoaderTest.php
unit/Core/Framework/Store/Services/ExtensionListingLoaderTest.php
Core/Framework/Store/Services/ExtensionListingLoaderTest.php
Framework/Store/Services/ExtensionListingLoaderTest.php
Store/Services/ExtensionListingLoaderTest.php
Services/ExtensionListingLoaderTest.php
ExtensionListingLoaderTest.php
tests/unit/Core/Framework/Store/Services/ShopSecretInvalidMiddlewareTest.php
unit/Core/Framework/Store/Services/ShopSecretInvalidMiddlewareTest.php
Core/Framework/Store/Services/ShopSecretInvalidMiddlewareTest.php
@ -36498,18 +36505,6 @@ form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.html.twig
sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.html.twig
sw-text-editor-link-menu/sw-text-editor-link-menu.html.twig
sw-text-editor-link-menu.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
sw-text-editor-link-menu.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/index.ts
Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/index.ts
Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/index.ts
@ -36534,6 +36529,18 @@ form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.scss
sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.scss
sw-text-editor-link-menu/sw-text-editor-link-menu.scss
sw-text-editor-link-menu.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
sw-text-editor-link-menu.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-table-toolbar/index.js
Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-table-toolbar/index.js
Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-table-toolbar/index.js
@ -36749,17 +36756,6 @@ component/form/sw-text-field/index.js
form/sw-text-field/index.js
sw-text-field/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
administration/src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
app/component/form/sw-text-field/sw-text-field.spec.vue2.js
component/form/sw-text-field/sw-text-field.spec.vue2.js
form/sw-text-field/sw-text-field.spec.vue2.js
sw-text-field/sw-text-field.spec.vue2.js
sw-text-field.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.js
Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.js
@ -36837,17 +36833,6 @@ component/form/sw-boolean-radio-group/index.js
form/sw-boolean-radio-group/index.js
sw-boolean-radio-group/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
form/sw-colorpicker/sw-colorpicker.spec.vue2.js
sw-colorpicker/sw-colorpicker.spec.vue2.js
sw-colorpicker.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/index.js
Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/index.js
Resources/app/administration/src/app/component/form/sw-colorpicker/index.js
@ -36881,6 +36866,17 @@ component/form/sw-colorpicker/sw-colorpicker.scss
form/sw-colorpicker/sw-colorpicker.scss
sw-colorpicker/sw-colorpicker.scss
sw-colorpicker.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
app/component/form/sw-colorpicker/sw-colorpicker.spec.js
component/form/sw-colorpicker/sw-colorpicker.spec.js
form/sw-colorpicker/sw-colorpicker.spec.js
sw-colorpicker/sw-colorpicker.spec.js
sw-colorpicker.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-select-field/sw-select-field.scss
Administration/Resources/app/administration/src/app/component/form/sw-select-field/sw-select-field.scss
Resources/app/administration/src/app/component/form/sw-select-field/sw-select-field.scss
@ -37047,6 +37043,17 @@ component/form/sw-number-field/sw-number-field.spec.js
form/sw-number-field/sw-number-field.spec.js
sw-number-field/sw-number-field.spec.js
sw-number-field.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
sw-custom-field-set-renderer.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/index.js
Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/index.js
Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/index.js
@ -37058,17 +37065,6 @@ component/form/sw-custom-field-set-renderer/index.js
form/sw-custom-field-set-renderer/index.js
sw-custom-field-set-renderer/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
sw-custom-field-set-renderer.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.html.twig
Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.html.twig
Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.html.twig
@ -37267,17 +37263,17 @@ component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.html.twig
form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.html.twig
sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.html.twig
sw-snippet-field-edit-modal.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
sw-snippet-field-edit-modal.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
sw-snippet-field-edit-modal.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.html.twig
Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.html.twig
Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.html.twig
@ -37673,19 +37669,6 @@ select/base/sw-multi-tag-select/sw-multi-tag-select.scss
base/sw-multi-tag-select/sw-multi-tag-select.scss
sw-multi-tag-select/sw-multi-tag-select.scss
sw-multi-tag-select.scss
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
sw-multi-tag-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.html.twig
Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.html.twig
Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.html.twig
@ -37699,6 +37682,19 @@ select/base/sw-multi-tag-select/sw-multi-tag-select.html.twig
base/sw-multi-tag-select/sw-multi-tag-select.html.twig
sw-multi-tag-select/sw-multi-tag-select.html.twig
sw-multi-tag-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
base/sw-multi-tag-select/sw-multi-tag-select.spec.js
sw-multi-tag-select/sw-multi-tag-select.spec.js
sw-multi-tag-select.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.html.twig
Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.html.twig
Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.html.twig
@ -37712,19 +37708,6 @@ select/base/sw-select-base/sw-select-base.html.twig
base/sw-select-base/sw-select-base.html.twig
sw-select-base/sw-select-base.html.twig
sw-select-base.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
form/select/base/sw-select-base/sw-select-base.spec.vue2.js
select/base/sw-select-base/sw-select-base.spec.vue2.js
base/sw-select-base/sw-select-base.spec.vue2.js
sw-select-base/sw-select-base.spec.vue2.js
sw-select-base.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.scss
Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.scss
Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.scss
@ -37751,6 +37734,19 @@ select/base/sw-select-base/index.js
base/sw-select-base/index.js
sw-select-base/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
app/component/form/select/base/sw-select-base/sw-select-base.spec.js
component/form/select/base/sw-select-base/sw-select-base.spec.js
form/select/base/sw-select-base/sw-select-base.spec.js
select/base/sw-select-base/sw-select-base.spec.js
base/sw-select-base/sw-select-base.spec.js
sw-select-base/sw-select-base.spec.js
sw-select-base.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-tag-select/index.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-tag-select/index.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-tag-select/index.js
@ -37881,19 +37877,6 @@ select/entity/sw-entity-multi-select/sw-entity-multi-select.scss
entity/sw-entity-multi-select/sw-entity-multi-select.scss
sw-entity-multi-select/sw-entity-multi-select.scss
sw-entity-multi-select.scss
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
sw-entity-multi-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/index.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/index.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/index.js
@ -37920,6 +37903,19 @@ select/entity/sw-entity-multi-select/sw-entity-multi-select.html.twig
entity/sw-entity-multi-select/sw-entity-multi-select.html.twig
sw-entity-multi-select/sw-entity-multi-select.html.twig
sw-entity-multi-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
sw-entity-multi-select/sw-entity-multi-select.spec.js
sw-entity-multi-select.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/index.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/index.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/index.js
@ -37933,19 +37929,19 @@ select/entity/sw-entity-multi-id-select/index.js
entity/sw-entity-multi-id-select/index.js
sw-entity-multi-id-select/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
sw-entity-multi-id-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
sw-entity-multi-id-select.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.html.twig
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.html.twig
Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.html.twig
@ -38109,19 +38105,6 @@ select/entity/sw-entity-many-to-many-select/index.js
entity/sw-entity-many-to-many-select/index.js
sw-entity-many-to-many-select/index.js
index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
sw-many-to-many-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
@ -38135,6 +38118,30 @@ select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.t
entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
sw-entity-many-to-many-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
sw-many-to-many-select.spec.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
modal/sw-confirm-modal/sw-confirm-modal.spec.js
sw-confirm-modal/sw-confirm-modal.spec.js
sw-confirm-modal.spec.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/index.js
Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/index.js
Resources/app/administration/src/app/component/modal/sw-confirm-modal/index.js
@ -38157,17 +38164,6 @@ component/modal/sw-confirm-modal/sw-confirm-modal.html.twig
modal/sw-confirm-modal/sw-confirm-modal.html.twig
sw-confirm-modal/sw-confirm-modal.html.twig
sw-confirm-modal.html.twig
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
sw-confirm-modal/sw-confirm-modal.spec.vue2.js
sw-confirm-modal.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-image-preview-modal/index.js
Administration/Resources/app/administration/src/app/component/modal/sw-image-preview-modal/index.js
Resources/app/administration/src/app/component/modal/sw-image-preview-modal/index.js
@ -57177,17 +57173,6 @@ sw-customer/component/sw-customer-address-form/sw-customer-address-form.html.twi
component/sw-customer-address-form/sw-customer-address-form.html.twig
sw-customer-address-form/sw-customer-address-form.html.twig
sw-customer-address-form.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
sw-customer-base-info/sw-customer-base-info.spec.vue2.js
sw-customer-base-info.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/index.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/index.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/index.js
@ -57199,6 +57184,17 @@ sw-customer/component/sw-customer-base-info/index.js
component/sw-customer-base-info/index.js
sw-customer-base-info/index.js
index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
component/sw-customer-base-info/sw-customer-base-info.spec.js
sw-customer-base-info/sw-customer-base-info.spec.js
sw-customer-base-info.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.html.twig
Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.html.twig
Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.html.twig
@ -57483,6 +57479,17 @@ sw-customer/view/sw-customer-detail-addresses/index.js
view/sw-customer-detail-addresses/index.js
sw-customer-detail-addresses/index.js
index.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
sw-customer-detail-addresses.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
@ -57494,17 +57501,6 @@ sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
sw-customer-detail-addresses/sw-customer-detail-addresses.scss
sw-customer-detail-addresses.scss
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
sw-customer-detail-addresses.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
@ -71296,18 +71292,6 @@ component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-for
product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.html.twig
sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.html.twig
sw-bulk-edit-product-media-form.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
sw-bulk-edit-product-media-form.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/index.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/index.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/index.js
@ -71320,6 +71304,18 @@ component/product/sw-bulk-edit-product-media-form/index.js
product/sw-bulk-edit-product-media-form/index.js
sw-bulk-edit-product-media-form/index.js
index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
sw-bulk-edit-product-media-form.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-description/index.js
Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-description/index.js
Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-description/index.js
@ -114948,12 +114944,24 @@ System/SystemConfig/Event/SystemConfigChangedEvent.php
SystemConfig/Event/SystemConfigChangedEvent.php
Event/SystemConfigChangedEvent.php
SystemConfigChangedEvent.php
src/Core/System/SystemConfig/Event/SystemConfigMultipleChangedEvent.php
Core/System/SystemConfig/Event/SystemConfigMultipleChangedEvent.php
System/SystemConfig/Event/SystemConfigMultipleChangedEvent.php
SystemConfig/Event/SystemConfigMultipleChangedEvent.php
Event/SystemConfigMultipleChangedEvent.php
SystemConfigMultipleChangedEvent.php
src/Core/System/SystemConfig/Event/BeforeSystemConfigChangedEvent.php
Core/System/SystemConfig/Event/BeforeSystemConfigChangedEvent.php
System/SystemConfig/Event/BeforeSystemConfigChangedEvent.php
SystemConfig/Event/BeforeSystemConfigChangedEvent.php
Event/BeforeSystemConfigChangedEvent.php
BeforeSystemConfigChangedEvent.php
src/Core/System/SystemConfig/Event/BeforeSystemConfigMultipleChangedEvent.php
Core/System/SystemConfig/Event/BeforeSystemConfigMultipleChangedEvent.php
System/SystemConfig/Event/BeforeSystemConfigMultipleChangedEvent.php
SystemConfig/Event/BeforeSystemConfigMultipleChangedEvent.php
Event/BeforeSystemConfigMultipleChangedEvent.php
BeforeSystemConfigMultipleChangedEvent.php
src/Core/System/SystemConfig/Event/SystemConfigChangedHook.php
Core/System/SystemConfig/Event/SystemConfigChangedHook.php
System/SystemConfig/Event/SystemConfigChangedHook.php
@ -124706,6 +124714,9 @@ _unreleased/2023-11-20-fix-bug-cross-selling-in-combination-with-elasticsearch.m
changelog/_unreleased/2023-08-09-change-sw-price-field-default-event.md
_unreleased/2023-08-09-change-sw-price-field-default-event.md
2023-08-09-change-sw-price-field-default-event.md
changelog/_unreleased/2024-01-05-added-new-transactions-to-the-status-history.md
_unreleased/2024-01-05-added-new-transactions-to-the-status-history.md
2024-01-05-added-new-transactions-to-the-status-history.md
changelog/_unreleased/2023-12-15-add-rememberme-checkbox-in-login-to-prevent-autologout.md
_unreleased/2023-12-15-add-rememberme-checkbox-in-login-to-prevent-autologout.md
2023-12-15-add-rememberme-checkbox-in-login-to-prevent-autologout.md
@ -124781,6 +124792,9 @@ _unreleased/2023-12-29-admin-search-fix.md
changelog/_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
_unreleased/2024-01-04-fix-class-fields-in-swc-loader.md
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
_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
changelog/_unreleased/2023-12-04-fix-promotion-priority.md
_unreleased/2023-12-04-fix-promotion-priority.md
2023-12-04-fix-promotion-priority.md
@ -124835,6 +124849,9 @@ _unreleased/2023-08-10-change-sw-password-field-default-event.md
changelog/_unreleased/2023-12-21-update-bootstrap-to-5-3-2.md
_unreleased/2023-12-21-update-bootstrap-to-5-3-2.md
2023-12-21-update-bootstrap-to-5-3-2.md
changelog/_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
changelog/_unreleased/2022-03-14-refactor-pagination-templates-and-paging-of-the-search-result.md
_unreleased/2022-03-14-refactor-pagination-templates-and-paging-of-the-search-result.md
2022-03-14-refactor-pagination-templates-and-paging-of-the-search-result.md
@ -124907,6 +124924,9 @@ _unreleased/2023-11-24-remove-http-cache-deprecations.md
changelog/_unreleased/2023-12-19-fix-sw-select-number-field-component-example.md
_unreleased/2023-12-19-fix-sw-select-number-field-component-example.md
2023-12-19-fix-sw-select-number-field-component-example.md
changelog/_unreleased/2024-01-11-add-title-attribute-to-sw_cms_list_item.md
_unreleased/2024-01-11-add-title-attribute-to-sw_cms_list_item.md
2024-01-11-add-title-attribute-to-sw_cms_list_item.md
changelog/_unreleased/2023-08-10-change-sw-button-process-default-event.md
_unreleased/2023-08-10-change-sw-button-process-default-event.md
2023-08-10-change-sw-button-process-default-event.md
@ -125024,6 +125044,9 @@ _unreleased/2023-11-30-deprecated-productcollection-methods.md
changelog/_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
2023-01-17-hide-configurable-custom-product-default-layout.md
changelog/_unreleased/2024-01-12-unify-sw-form-field-renderer-events.md
_unreleased/2024-01-12-unify-sw-form-field-renderer-events.md
2024-01-12-unify-sw-form-field-renderer-events.md
changelog/_unreleased/2023-14-12-add-new-innovation-area.md
_unreleased/2023-14-12-add-new-innovation-area.md
2023-14-12-add-new-innovation-area.md
@ -125237,6 +125260,9 @@ _unreleased/2023-11-15-add-api-aware-flags-to-product-stream-definitions.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2024-01-09-added-events-for-changing-multiple-system-configs.md
_unreleased/2024-01-09-added-events-for-changing-multiple-system-configs.md
2024-01-09-added-events-for-changing-multiple-system-configs.md
changelog/_unreleased/2023-11-08-async-javascript-and-all-js-removal.md
_unreleased/2023-11-08-async-javascript-and-all-js-removal.md
2023-11-08-async-javascript-and-all-js-removal.md

View file

@ -1662,6 +1662,7 @@ tests/unit/Core/Framework/Store/Services/FirstRunWizardServiceTest.php
tests/unit/Core/Framework/Store/Services/TrackingEventClientTest.php
tests/unit/Core/Framework/Store/Services/StoreSessionExpiredMiddlewareTest.php
tests/unit/Core/Framework/Store/Services/VerifyResponseSignatureMiddlewareTest.php
tests/unit/Core/Framework/Store/Services/ExtensionListingLoaderTest.php
tests/unit/Core/Framework/Store/Services/ShopSecretInvalidMiddlewareTest.php
tests/unit/Core/Framework/Store/Services/StoreClientFactoryTest.php
tests/unit/Core/Framework/Store/Services/FirstRunWizardClientTest.php
@ -4712,9 +4713,9 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-text-e
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/index.ts
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-link-menu/sw-text-editor-link-menu.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-table-toolbar/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-table-toolbar/sw-text-editor-table-toolbar.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-text-editor/sw-text-editor-table-toolbar/sw-text-editor-table-toolbar.html.twig
@ -4734,7 +4735,6 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-file-i
src/Administration/Resources/app/administration/src/app/component/form/sw-file-input/sw-file-input.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-text-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-text-field/sw-text-field.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-select-rule-create/sw-select-rule-create.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-select-rule-create/sw-select-rule-create.spec.js
@ -4742,10 +4742,10 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-select
src/Administration/Resources/app/administration/src/app/component/form/sw-select-rule-create/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-boolean-radio-group/sw-boolean-radio-group.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-boolean-radio-group/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-colorpicker/sw-colorpicker.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-select-field/sw-select-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-select-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-select-field/sw-select-field.html.twig
@ -4761,8 +4761,8 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-number
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-number-field/sw-number-field.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-custom-field-set-renderer/sw-custom-field-set-renderer.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-url-field/sw-url-field.html.twig
@ -4781,7 +4781,7 @@ src/Administration/Resources/app/administration/src/app/component/form/sw-mainta
src/Administration/Resources/app/administration/src/app/component/form/sw-maintain-currencies-modal/sw-maintain-currencies-modal.scss
src/Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/sw-snippet-field-edit-modal/sw-snippet-field-edit-modal.spec.js
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.html.twig
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/index.js
src/Administration/Resources/app/administration/src/app/component/form/sw-radio-field/sw-radio-field.scss
@ -4813,12 +4813,12 @@ src/Administration/Resources/app/administration/src/app/component/form/select/ba
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-grouped-single-select/sw-grouped-single-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.scss
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-multi-tag-select/sw-multi-tag-select.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.scss
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/base/sw-select-base/sw-select-base.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-tag-select/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-single-select/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-single-select/sw-entity-single-select.scss
@ -4829,11 +4829,11 @@ src/Administration/Resources/app/administration/src/app/component/form/select/en
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-advanced-selection-modal/sw-entity-advanced-selection-modal.scss
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-advanced-selection-modal/sw-entity-advanced-selection-modal.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.scss
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-id-select/sw-entity-multi-id-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-advanced-selection-modal-grid/sw-entity-advanced-selection-modal-grid.spec.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-advanced-selection-modal-grid/index.js
@ -4846,11 +4846,11 @@ src/Administration/Resources/app/administration/src/app/component/form/select/en
src/Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-product/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-product/sw-advanced-selection-product.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/index.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.html.twig
src/Administration/Resources/app/administration/src/app/component/modal/sw-confirm-modal/sw-confirm-modal.spec.vue2.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-image-preview-modal/index.js
src/Administration/Resources/app/administration/src/app/component/modal/sw-image-preview-modal/sw-image-preview-modal.scss
src/Administration/Resources/app/administration/src/app/component/modal/sw-image-preview-modal/sw-image-preview-modal.spec.js
@ -6630,8 +6630,8 @@ src/Administration/Resources/app/administration/src/module/sw-customer/component
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-base-info/sw-customer-base-info.scss
src/Administration/Resources/app/administration/src/module/sw-customer/component/sw-customer-address-form-options/sw-customer-address-form-options.html.twig
@ -6658,8 +6658,8 @@ src/Administration/Resources/app/administration/src/module/sw-customer/page/sw-c
src/Administration/Resources/app/administration/src/module/sw-customer/error-config.json
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.scss
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-addresses/sw-customer-detail-addresses.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/index.js
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.html.twig
src/Administration/Resources/app/administration/src/module/sw-customer/view/sw-customer-detail-base/sw-customer-detail-base.spec.js
@ -7860,8 +7860,8 @@ src/Administration/Resources/app/administration/src/module/sw-bulk-edit/componen
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/sw-bulk-edit-product-media.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.vue2.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-media-form/sw-bulk-edit-product-media-form.spec.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-description/index.js
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/product/sw-bulk-edit-product-description/sw-bulk-edit-product-description.html.twig
src/Administration/Resources/app/administration/src/module/sw-bulk-edit/component/sw-bulk-edit-save-modal/index.js
@ -14189,7 +14189,9 @@ src/Core/System/SystemConfig/CachedSystemConfigLoader.php
src/Core/System/SystemConfig/Util/ConfigReader.php
src/Core/System/SystemConfig/SystemConfigDefinition.php
src/Core/System/SystemConfig/Event/SystemConfigChangedEvent.php
src/Core/System/SystemConfig/Event/SystemConfigMultipleChangedEvent.php
src/Core/System/SystemConfig/Event/BeforeSystemConfigChangedEvent.php
src/Core/System/SystemConfig/Event/BeforeSystemConfigMultipleChangedEvent.php
src/Core/System/SystemConfig/Event/SystemConfigChangedHook.php
src/Core/System/SystemConfig/Event/SystemConfigDomainLoadedEvent.php
src/Core/System/SystemConfig/Command/ConfigGet.php
@ -17034,6 +17036,7 @@ changelog/_unreleased/2023-10-11-make-settings-module-compatible-with-vue3.md
changelog/_unreleased/2023-12-20-fix-sorting-of-product-cross-sellings-with-dynamic-product-group-by-price-with-elasticsearch.md
changelog/_unreleased/2023-11-20-fix-bug-cross-selling-in-combination-with-elasticsearch.md
changelog/_unreleased/2023-08-09-change-sw-price-field-default-event.md
changelog/_unreleased/2024-01-05-added-new-transactions-to-the-status-history.md
changelog/_unreleased/2023-12-15-add-rememberme-checkbox-in-login-to-prevent-autologout.md
changelog/_unreleased/2024-01-03-update-belgian-vat-id-validation-regex.md
changelog/_unreleased/2023-11-16-add-sw-settings-search-tabs-after.md
@ -17059,6 +17062,7 @@ changelog/_unreleased/2023-12-19-fix-translation-of-salutations-in-contact-form.
changelog/_unreleased/2023-10-26-show-error-in-manifest.md
changelog/_unreleased/2023-12-29-admin-search-fix.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/2023-12-04-fix-promotion-priority.md
changelog/_unreleased/2023-12-27-grouped-write-results.md
changelog/_unreleased/2023-11-08-undundle-storage-adapters.md
@ -17077,6 +17081,7 @@ changelog/_unreleased/2023-08-11-fix-media-move-navigation.md
changelog/_unreleased/2023-12-07-added-nulable-check-to-boolean-fields-in-export.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/2024-01-11-fixed-reloading-of-default-customer-addresses.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-25-fix-update-email-template-type-error-when-missing-translation.md
@ -17101,6 +17106,7 @@ changelog/_unreleased/2023-12-27-control-iframe-border-via-css.md
changelog/_unreleased/2023-11-29-fix-breadcrumb-styles.md
changelog/_unreleased/2023-11-24-remove-http-cache-deprecations.md
changelog/_unreleased/2023-12-19-fix-sw-select-number-field-component-example.md
changelog/_unreleased/2024-01-11-add-title-attribute-to-sw_cms_list_item.md
changelog/_unreleased/2023-08-10-change-sw-button-process-default-event.md
changelog/_unreleased/2023-11-30-correct-address_format-column-type.md
changelog/_unreleased/2023-10-12-fix-unsubscribe-name.md
@ -17140,6 +17146,7 @@ changelog/_unreleased/2023-08-09-change-sw-many-to-many-assignment-card-default-
changelog/_unreleased/2023-11-18-allow-missing-fk-lookups-and-fail-on-missing-lookup.md
changelog/_unreleased/2023-11-30-deprecated-productcollection-methods.md
changelog/_unreleased/2023-01-17-hide-configurable-custom-product-default-layout.md
changelog/_unreleased/2024-01-12-unify-sw-form-field-renderer-events.md
changelog/_unreleased/2023-14-12-add-new-innovation-area.md
changelog/_unreleased/2023-11-30-fix-typehint.md
changelog/_unreleased/2023-11-17-improve-customfieldsubscriber-performance.md
@ -17211,6 +17218,7 @@ changelog/_unreleased/2023-09-19-fix-media-module-for-vue-3.md
changelog/_unreleased/2023-11-29-allow-symfony-messenger-exceptions-without-using-domain-exception-pattern.md
changelog/_unreleased/2023-11-15-add-api-aware-flags-to-product-stream-definitions.md
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
changelog/_unreleased/2024-01-09-added-events-for-changing-multiple-system-configs.md
changelog/_unreleased/2023-11-08-async-javascript-and-all-js-removal.md
changelog/_unreleased/2023-08-09-change-sw-meteor-single-select-default-event.md
changelog/_unreleased/2024-01-08-configureable-system-update-finish.md

View file

@ -10156,6 +10156,21 @@ server/src/services/validation.ts
src/services/validation.ts
services/validation.ts
validation.ts
packages/core/content-releases/server/src/services/release-action.ts
core/content-releases/server/src/services/release-action.ts
content-releases/server/src/services/release-action.ts
server/src/services/release-action.ts
src/services/release-action.ts
services/release-action.ts
release-action.ts
packages/core/content-releases/server/src/services/__tests__/release-action.test.ts
core/content-releases/server/src/services/__tests__/release-action.test.ts
content-releases/server/src/services/__tests__/release-action.test.ts
server/src/services/__tests__/release-action.test.ts
src/services/__tests__/release-action.test.ts
services/__tests__/release-action.test.ts
__tests__/release-action.test.ts
release-action.test.ts
packages/core/content-releases/server/src/services/__tests__/release.test.ts
core/content-releases/server/src/services/__tests__/release.test.ts
content-releases/server/src/services/__tests__/release.test.ts
@ -10179,6 +10194,13 @@ server/src/services/index.ts
src/services/index.ts
services/index.ts
index.ts
packages/core/content-releases/server/src/services/event-manager.ts
core/content-releases/server/src/services/event-manager.ts
content-releases/server/src/services/event-manager.ts
server/src/services/event-manager.ts
src/services/event-manager.ts
services/event-manager.ts
event-manager.ts
packages/core/content-releases/server/src/constants.ts
core/content-releases/server/src/constants.ts
content-releases/server/src/constants.ts
@ -10224,6 +10246,12 @@ server/src/content-types/index.ts
src/content-types/index.ts
content-types/index.ts
index.ts
packages/core/content-releases/server/src/bootstrap.ts
core/content-releases/server/src/bootstrap.ts
content-releases/server/src/bootstrap.ts
server/src/bootstrap.ts
src/bootstrap.ts
bootstrap.ts
packages/core/content-releases/server/src/controllers/release.ts
core/content-releases/server/src/controllers/release.ts
content-releases/server/src/controllers/release.ts

View file

@ -1459,15 +1459,19 @@ packages/core/content-releases/server/src/utils/index.ts
packages/core/content-releases/server/src/__tests__/index.test.ts
packages/core/content-releases/server/src/services/release.ts
packages/core/content-releases/server/src/services/validation.ts
packages/core/content-releases/server/src/services/release-action.ts
packages/core/content-releases/server/src/services/__tests__/release-action.test.ts
packages/core/content-releases/server/src/services/__tests__/release.test.ts
packages/core/content-releases/server/src/services/__tests__/release-validation.test.ts
packages/core/content-releases/server/src/services/index.ts
packages/core/content-releases/server/src/services/event-manager.ts
packages/core/content-releases/server/src/constants.ts
packages/core/content-releases/server/src/content-types/release-action/schema.ts
packages/core/content-releases/server/src/content-types/release-action/index.ts
packages/core/content-releases/server/src/content-types/release/schema.ts
packages/core/content-releases/server/src/content-types/release/index.ts
packages/core/content-releases/server/src/content-types/index.ts
packages/core/content-releases/server/src/bootstrap.ts
packages/core/content-releases/server/src/controllers/release.ts
packages/core/content-releases/server/src/controllers/release-action.ts
packages/core/content-releases/server/src/controllers/__tests__/release-action.test.ts

View file

@ -7992,6 +7992,11 @@ js/components/changelog/41559-try-tree-select-control-search-parents-trunk
components/changelog/41559-try-tree-select-control-search-parents-trunk
changelog/41559-try-tree-select-control-search-parents-trunk
41559-try-tree-select-control-search-parents-trunk
packages/js/components/changelog/update-woo-tooltip
js/components/changelog/update-woo-tooltip
components/changelog/update-woo-tooltip
changelog/update-woo-tooltip
update-woo-tooltip
packages/js/components/changelog/add-disable-conditions
js/components/changelog/add-disable-conditions
components/changelog/add-disable-conditions
@ -9079,6 +9084,13 @@ product-editor/src/utils/get-checkbox-tracks.ts
src/utils/get-checkbox-tracks.ts
utils/get-checkbox-tracks.ts
get-checkbox-tracks.ts
packages/js/product-editor/src/utils/get-related-products/index.ts
js/product-editor/src/utils/get-related-products/index.ts
product-editor/src/utils/get-related-products/index.ts
src/utils/get-related-products/index.ts
utils/get-related-products/index.ts
get-related-products/index.ts
index.ts
packages/js/product-editor/src/utils/constants.ts
js/product-editor/src/utils/constants.ts
product-editor/src/utils/constants.ts
@ -9299,6 +9311,28 @@ product-editor/src/hooks/use-product-helper.ts
src/hooks/use-product-helper.ts
hooks/use-product-helper.ts
use-product-helper.ts
packages/js/product-editor/src/hooks/use-product-template/test/use-product-template.test.ts
js/product-editor/src/hooks/use-product-template/test/use-product-template.test.ts
product-editor/src/hooks/use-product-template/test/use-product-template.test.ts
src/hooks/use-product-template/test/use-product-template.test.ts
hooks/use-product-template/test/use-product-template.test.ts
use-product-template/test/use-product-template.test.ts
test/use-product-template.test.ts
use-product-template.test.ts
packages/js/product-editor/src/hooks/use-product-template/use-product-template.ts
js/product-editor/src/hooks/use-product-template/use-product-template.ts
product-editor/src/hooks/use-product-template/use-product-template.ts
src/hooks/use-product-template/use-product-template.ts
hooks/use-product-template/use-product-template.ts
use-product-template/use-product-template.ts
use-product-template.ts
packages/js/product-editor/src/hooks/use-product-template/index.ts
js/product-editor/src/hooks/use-product-template/index.ts
product-editor/src/hooks/use-product-template/index.ts
src/hooks/use-product-template/index.ts
hooks/use-product-template/index.ts
use-product-template/index.ts
index.ts
packages/js/product-editor/src/hooks/use-number-input-props.ts
js/product-editor/src/hooks/use-number-input-props.ts
product-editor/src/hooks/use-number-input-props.ts
@ -9526,6 +9560,14 @@ src/components/block-slot-fill/block-slot.tsx
components/block-slot-fill/block-slot.tsx
block-slot-fill/block-slot.tsx
block-slot.tsx
packages/js/product-editor/src/components/block-slot-fill/section-actions/index.tsx
js/product-editor/src/components/block-slot-fill/section-actions/index.tsx
product-editor/src/components/block-slot-fill/section-actions/index.tsx
src/components/block-slot-fill/section-actions/index.tsx
components/block-slot-fill/section-actions/index.tsx
block-slot-fill/section-actions/index.tsx
section-actions/index.tsx
index.tsx
packages/js/product-editor/src/components/block-slot-fill/index.ts
js/product-editor/src/components/block-slot-fill/index.ts
product-editor/src/components/block-slot-fill/index.ts
@ -13477,6 +13519,11 @@ js/product-editor/changelog/add-42825_tooltip_attribute_to_pricing_field
product-editor/changelog/add-42825_tooltip_attribute_to_pricing_field
changelog/add-42825_tooltip_attribute_to_pricing_field
add-42825_tooltip_attribute_to_pricing_field
packages/js/product-editor/changelog/update-product-editor-add-section-actions-component
js/product-editor/changelog/update-product-editor-add-section-actions-component
product-editor/changelog/update-product-editor-add-section-actions-component
changelog/update-product-editor-add-section-actions-component
update-product-editor-add-section-actions-component
packages/js/product-editor/changelog/update-product-editor-advice-card-tweaks
js/product-editor/changelog/update-product-editor-advice-card-tweaks
product-editor/changelog/update-product-editor-advice-card-tweaks
@ -13527,6 +13574,11 @@ js/product-editor/changelog/add-new-data-validation
product-editor/changelog/add-new-data-validation
changelog/add-new-data-validation
add-new-data-validation
packages/js/product-editor/changelog/update-woo-tooltip
js/product-editor/changelog/update-woo-tooltip
product-editor/changelog/update-woo-tooltip
changelog/update-woo-tooltip
update-woo-tooltip
packages/js/product-editor/changelog/update-product-editor-add-cash-register-image
js/product-editor/changelog/update-product-editor-add-cash-register-image
product-editor/changelog/update-product-editor-add-cash-register-image
@ -13537,11 +13589,21 @@ js/product-editor/changelog/update-product-editor-render-empty-state-for-upsells
product-editor/changelog/update-product-editor-render-empty-state-for-upsells-section
changelog/update-product-editor-render-empty-state-for-upsells-section
update-product-editor-render-empty-state-for-upsells-section
packages/js/product-editor/changelog/update-product-editor-add-choose-products-for-me-button
js/product-editor/changelog/update-product-editor-add-choose-products-for-me-button
product-editor/changelog/update-product-editor-add-choose-products-for-me-button
changelog/update-product-editor-add-choose-products-for-me-button
update-product-editor-add-choose-products-for-me-button
packages/js/product-editor/changelog/update-product-editor-reorganize-images
js/product-editor/changelog/update-product-editor-reorganize-images
product-editor/changelog/update-product-editor-reorganize-images
changelog/update-product-editor-reorganize-images
update-product-editor-reorganize-images
packages/js/product-editor/changelog/update-use-use-layout-template
js/product-editor/changelog/update-use-use-layout-template
product-editor/changelog/update-use-use-layout-template
changelog/update-use-use-layout-template
update-use-use-layout-template
packages/js/product-editor/changelog/dev-40086_adapt_feedback_modal_action_confirmation
js/product-editor/changelog/dev-40086_adapt_feedback_modal_action_confirmation
product-editor/changelog/dev-40086_adapt_feedback_modal_action_confirmation
@ -34106,6 +34168,10 @@ plugins/woocommerce/changelog/43325-43288-product-collection-block-add-to-cart-a
woocommerce/changelog/43325-43288-product-collection-block-add-to-cart-adds-two-products-to-the-cart
changelog/43325-43288-product-collection-block-add-to-cart-adds-two-products-to-the-cart
43325-43288-product-collection-block-add-to-cart-adds-two-products-to-the-cart
plugins/woocommerce/changelog/dev-move-hpos-e2e-to-matrix
woocommerce/changelog/dev-move-hpos-e2e-to-matrix
changelog/dev-move-hpos-e2e-to-matrix
dev-move-hpos-e2e-to-matrix
plugins/woocommerce/changelog/42751-update-42072-update-incompatibility-generic-notice
woocommerce/changelog/42751-update-42072-update-incompatibility-generic-notice
changelog/42751-update-42072-update-incompatibility-generic-notice
@ -34206,6 +34272,10 @@ plugins/woocommerce/changelog/42949-show-ai-offline-modal
woocommerce/changelog/42949-show-ai-offline-modal
changelog/42949-show-ai-offline-modal
42949-show-ai-offline-modal
plugins/woocommerce/changelog/43487-product-gallery-remove-default
woocommerce/changelog/43487-product-gallery-remove-default
changelog/43487-product-gallery-remove-default
43487-product-gallery-remove-default
plugins/woocommerce/changelog/43285-fix-cys-images-endpoint-bug
woocommerce/changelog/43285-fix-cys-images-endpoint-bug
changelog/43285-fix-cys-images-endpoint-bug
@ -34226,6 +34296,10 @@ plugins/woocommerce/changelog/42858-add-42377-product-collection-filters-price-r
woocommerce/changelog/42858-add-42377-product-collection-filters-price-range
changelog/42858-add-42377-product-collection-filters-price-range
42858-add-42377-product-collection-filters-price-range
plugins/woocommerce/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
woocommerce/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
fix-41476-payment-settings-woopayments-promo-subscriptions
plugins/woocommerce/changelog/42964-fix-validate_data_from_woocommerce_cart_shipping_packages_filter-42410
woocommerce/changelog/42964-fix-validate_data_from_woocommerce_cart_shipping_packages_filter-42410
changelog/42964-fix-validate_data_from_woocommerce_cart_shipping_packages_filter-42410
@ -34246,6 +34320,10 @@ plugins/woocommerce/changelog/43020-fix-fix-margin-top-value-for-the-task-remind
woocommerce/changelog/43020-fix-fix-margin-top-value-for-the-task-reminder
changelog/43020-fix-fix-margin-top-value-for-the-task-reminder
43020-fix-fix-margin-top-value-for-the-task-reminder
plugins/woocommerce/changelog/43378-fix-43343-prevent-page-scrolling-when-pop-up-is-open
woocommerce/changelog/43378-fix-43343-prevent-page-scrolling-when-pop-up-is-open
changelog/43378-fix-43343-prevent-page-scrolling-when-pop-up-is-open
43378-fix-43343-prevent-page-scrolling-when-pop-up-is-open
plugins/woocommerce/changelog/43132-fix-42194-product-collection-block-allow-topbottom-pagination-blocks-to-be-added
woocommerce/changelog/43132-fix-42194-product-collection-block-allow-topbottom-pagination-blocks-to-be-added
changelog/43132-fix-42194-product-collection-block-allow-topbottom-pagination-blocks-to-be-added
@ -34362,6 +34440,10 @@ plugins/woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts
woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts
changelog/43221-fix-command-palette-unnecessary-scripts
43221-fix-command-palette-unnecessary-scripts
plugins/woocommerce/changelog/update-use-use-layout-template
woocommerce/changelog/update-use-use-layout-template
changelog/update-use-use-layout-template
update-use-use-layout-template
plugins/woocommerce/changelog/fix-pnpm-install-git-hooks
woocommerce/changelog/fix-pnpm-install-git-hooks
changelog/fix-pnpm-install-git-hooks
@ -34454,10 +34536,6 @@ plugins/woocommerce/changelog/43365-update-43296-woopayments-task-copy
woocommerce/changelog/43365-update-43296-woopayments-task-copy
changelog/43365-update-43296-woopayments-task-copy
43365-update-43296-woopayments-task-copy
plugins/woocommerce/changelog/fix-only-dedub-cookies-with-same-path
woocommerce/changelog/fix-only-dedub-cookies-with-same-path
changelog/fix-only-dedub-cookies-with-same-path
fix-only-dedub-cookies-with-same-path
plugins/woocommerce/changelog/43031-update-41875-clean-up-old-notice-styles
woocommerce/changelog/43031-update-41875-clean-up-old-notice-styles
changelog/43031-update-41875-clean-up-old-notice-styles
@ -34510,6 +34588,10 @@ plugins/woocommerce/changelog/add-basic-filter-blocks-e2e-tests
woocommerce/changelog/add-basic-filter-blocks-e2e-tests
changelog/add-basic-filter-blocks-e2e-tests
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
woocommerce/changelog/43546-42865-cys-php-warning-triggered-whenever-a-pattern-with-the-product-collection-block-is-inserted-via-the-assembler
changelog/43546-42865-cys-php-warning-triggered-whenever-a-pattern-with-the-product-collection-block-is-inserted-via-the-assembler
43546-42865-cys-php-warning-triggered-whenever-a-pattern-with-the-product-collection-block-is-inserted-via-the-assembler
plugins/woocommerce/changelog/add-43224
woocommerce/changelog/add-43224
changelog/add-43224
@ -34550,10 +34632,6 @@ plugins/woocommerce/changelog/add-43087-update-copy-of-inherit-query-from-templa
woocommerce/changelog/add-43087-update-copy-of-inherit-query-from-template
changelog/add-43087-update-copy-of-inherit-query-from-template
add-43087-update-copy-of-inherit-query-from-template
plugins/woocommerce/changelog/fix-41569
woocommerce/changelog/fix-41569
changelog/fix-41569
fix-41569
plugins/woocommerce/changelog/update-42405-convert-cart-shopping-e2e-tests
woocommerce/changelog/update-42405-convert-cart-shopping-e2e-tests
changelog/update-42405-convert-cart-shopping-e2e-tests
@ -38981,6 +39059,10 @@ plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
woocommerce-beta-tester/changelog/fix-domain-substitution
changelog/fix-domain-substitution
fix-domain-substitution
plugins/woocommerce-beta-tester/changelog/43499-remove-ai-post-from-db
woocommerce-beta-tester/changelog/43499-remove-ai-post-from-db
changelog/43499-remove-ai-post-from-db
43499-remove-ai-post-from-db
plugins/woocommerce-beta-tester/changelog/update-tweak-remove-href-li
woocommerce-beta-tester/changelog/update-tweak-remove-href-li
changelog/update-tweak-remove-href-li
@ -47244,6 +47326,10 @@ plugins/woocommerce-admin/changelog/fix-remove_warnings
woocommerce-admin/changelog/fix-remove_warnings
changelog/fix-remove_warnings
fix-remove_warnings
plugins/woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
fix-41476-payment-settings-woopayments-promo-subscriptions
plugins/woocommerce-admin/changelog/42802-fix-watch-build-race-condition
woocommerce-admin/changelog/42802-fix-watch-build-race-condition
changelog/42802-fix-watch-build-race-condition
@ -65583,6 +65669,10 @@ plugins/woocommerce-blocks/changelog/42724-update-42072-move-switch-classic-cart
woocommerce-blocks/changelog/42724-update-42072-move-switch-classic-cart-checkout-button
changelog/42724-update-42072-move-switch-classic-cart-checkout-button
42724-update-42072-move-switch-classic-cart-checkout-button
plugins/woocommerce-blocks/changelog/43487-product-gallery-remove-default
woocommerce-blocks/changelog/43487-product-gallery-remove-default
changelog/43487-product-gallery-remove-default
43487-product-gallery-remove-default
plugins/woocommerce-blocks/changelog/42719-product-gallery
woocommerce-blocks/changelog/42719-product-gallery
changelog/42719-product-gallery

View file

@ -1411,6 +1411,7 @@ packages/js/components/changelog/fix-date-picker-popover-props
packages/js/components/changelog/add-40214
packages/js/components/changelog/41495-update-tree-select-control-accents
packages/js/components/changelog/41559-try-tree-select-control-search-parents-trunk
packages/js/components/changelog/update-woo-tooltip
packages/js/components/changelog/add-disable-conditions
packages/js/components/changelog/41480-update-tree-select-control-enter-btn-trunk
packages/js/components/changelog/42860-update-pnpm
@ -1626,6 +1627,7 @@ packages/js/product-editor/src/utils/get-derived-product-type.ts
packages/js/product-editor/src/utils/has-attributes-used-for-variations.ts
packages/js/product-editor/src/utils/get-product-title.ts
packages/js/product-editor/src/utils/get-checkbox-tracks.ts
packages/js/product-editor/src/utils/get-related-products/index.ts
packages/js/product-editor/src/utils/constants.ts
packages/js/product-editor/src/utils/handle-prompt.ts
packages/js/product-editor/src/utils/init-block.ts
@ -1661,6 +1663,9 @@ packages/js/product-editor/src/hooks/use-feedback-bar/index.ts
packages/js/product-editor/src/hooks/use-variation-switcher.ts
packages/js/product-editor/src/hooks/use-product-entity-prop.ts
packages/js/product-editor/src/hooks/use-product-helper.ts
packages/js/product-editor/src/hooks/use-product-template/test/use-product-template.test.ts
packages/js/product-editor/src/hooks/use-product-template/use-product-template.ts
packages/js/product-editor/src/hooks/use-product-template/index.ts
packages/js/product-editor/src/hooks/use-number-input-props.ts
packages/js/product-editor/src/hooks/index.ts
packages/js/product-editor/src/hooks/use-notice/use-notice.ts
@ -1694,6 +1699,7 @@ packages/js/product-editor/src/components/add-products-modal/index.ts
packages/js/product-editor/src/components/block-slot-fill/types.ts
packages/js/product-editor/src/components/block-slot-fill/utils/get-name.ts
packages/js/product-editor/src/components/block-slot-fill/block-slot.tsx
packages/js/product-editor/src/components/block-slot-fill/section-actions/index.tsx
packages/js/product-editor/src/components/block-slot-fill/index.ts
packages/js/product-editor/src/components/block-slot-fill/block-fill.tsx
packages/js/product-editor/src/components/details-description-field/details-description-field.tsx
@ -2209,6 +2215,7 @@ packages/js/product-editor/README.md
packages/js/product-editor/webpack.config.js
packages/js/product-editor/tsconfig.json
packages/js/product-editor/changelog/add-42825_tooltip_attribute_to_pricing_field
packages/js/product-editor/changelog/update-product-editor-add-section-actions-component
packages/js/product-editor/changelog/update-product-editor-advice-card-tweaks
packages/js/product-editor/changelog/update-product-editor-render-empty-state-for-cross-section
packages/js/product-editor/changelog/add-42923
@ -2219,9 +2226,12 @@ packages/js/product-editor/changelog/add-42923-empty-state
packages/js/product-editor/changelog/update-product-editor-add-classname-prop-to-button-with-cmp
packages/js/product-editor/changelog/add-41586-product-template-association
packages/js/product-editor/changelog/add-new-data-validation
packages/js/product-editor/changelog/update-woo-tooltip
packages/js/product-editor/changelog/update-product-editor-add-cash-register-image
packages/js/product-editor/changelog/update-product-editor-render-empty-state-for-upsells-section
packages/js/product-editor/changelog/update-product-editor-add-choose-products-for-me-button
packages/js/product-editor/changelog/update-product-editor-reorganize-images
packages/js/product-editor/changelog/update-use-use-layout-template
packages/js/product-editor/changelog/dev-40086_adapt_feedback_modal_action_confirmation
packages/js/product-editor/changelog/update-product-editor-dismiss-linked-product-empty-advices
packages/js/product-editor/changelog/add-hide-advanced-section
@ -5415,6 +5425,7 @@ plugins/woocommerce/changelog/43238-patch-1
plugins/woocommerce/changelog/fix-changelog-date-typo
plugins/woocommerce/changelog/43309-add-track-individual-plugin-installation
plugins/woocommerce/changelog/43325-43288-product-collection-block-add-to-cart-adds-two-products-to-the-cart
plugins/woocommerce/changelog/dev-move-hpos-e2e-to-matrix
plugins/woocommerce/changelog/42751-update-42072-update-incompatibility-generic-notice
plugins/woocommerce/changelog/add-additional-fields-in-contact-block
plugins/woocommerce/changelog/43334-fix-on-sale-badge-with-no-image
@ -5440,16 +5451,19 @@ plugins/woocommerce/changelog/add-43214-allow-adding-external-collections
plugins/woocommerce/changelog/fix-43155-rating-filter-remove-and-query-type-option
plugins/woocommerce/changelog/43220-dev-dont-display-filters-zero-products
plugins/woocommerce/changelog/42949-show-ai-offline-modal
plugins/woocommerce/changelog/43487-product-gallery-remove-default
plugins/woocommerce/changelog/43285-fix-cys-images-endpoint-bug
plugins/woocommerce/changelog/43217-dev-use-checkbox-list-attribute-filter
plugins/woocommerce/changelog/43108-fix-installer-error-exception
plugins/woocommerce/changelog/remix-41077-settings-html-fixes
plugins/woocommerce/changelog/42858-add-42377-product-collection-filters-price-range
plugins/woocommerce/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
plugins/woocommerce/changelog/42964-fix-validate_data_from_woocommerce_cart_shipping_packages_filter-42410
plugins/woocommerce/changelog/fix-osa-consent-revoke
plugins/woocommerce/changelog/43216-dev-implement-inserter-behavior
plugins/woocommerce/changelog/update-42032-link-cross-sells-product-images
plugins/woocommerce/changelog/43020-fix-fix-margin-top-value-for-the-task-reminder
plugins/woocommerce/changelog/43378-fix-43343-prevent-page-scrolling-when-pop-up-is-open
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/fix-product-collection-layout-firefox
@ -5479,6 +5493,7 @@ plugins/woocommerce/changelog/update-product-editor-render-empty-state-for-upsel
plugins/woocommerce/changelog/update-product-editor-add-product-linked-tab
plugins/woocommerce/changelog/fix-43297_highlight_tooltip
plugins/woocommerce/changelog/43221-fix-command-palette-unnecessary-scripts
plugins/woocommerce/changelog/update-use-use-layout-template
plugins/woocommerce/changelog/fix-pnpm-install-git-hooks
plugins/woocommerce/changelog/43169-dev-pass-blocks-phase-to-build
plugins/woocommerce/changelog/fix-42168-filter-blocks-migration
@ -5502,7 +5517,6 @@ plugins/woocommerce/changelog/update-tests-search-multiple-term-ids
plugins/woocommerce/changelog/update-log-file-view-tweaks
plugins/woocommerce/changelog/add-date-type-param-to-revenue-stats-endpoint
plugins/woocommerce/changelog/43365-update-43296-woopayments-task-copy
plugins/woocommerce/changelog/fix-only-dedub-cookies-with-same-path
plugins/woocommerce/changelog/43031-update-41875-clean-up-old-notice-styles
plugins/woocommerce/changelog/43274-add-rebase-42081-additional-fields
plugins/woocommerce/changelog/43249-fix-double-quotes-json-decoding-bug
@ -5516,6 +5530,7 @@ plugins/woocommerce/changelog/add-41586
plugins/woocommerce/changelog/improve-single-product-details
plugins/woocommerce/changelog/update-legacy-test-bootstrap
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/add-43224
plugins/woocommerce/changelog/42903-add-review-blocks-tests
plugins/woocommerce/changelog/feature-order_source_attribution-extendable-fields
@ -5526,7 +5541,6 @@ plugins/woocommerce/changelog/fix-43246-Store-API-link
plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/43076-42940-cys-color-palette-create-your-own
plugins/woocommerce/changelog/add-43087-update-copy-of-inherit-query-from-template
plugins/woocommerce/changelog/fix-41569
plugins/woocommerce/changelog/update-42405-convert-cart-shopping-e2e-tests
plugins/woocommerce/changelog/43240-add-wccom-18961-marketplace-product-card-ratings
plugins/woocommerce/changelog/add-layout-templates-rest-api
@ -6341,6 +6355,7 @@ plugins/woocommerce-beta-tester/changelog/update-woocommerce-beta-tester-add-use
plugins/woocommerce-beta-tester/changelog/41513-prepare-beta-tester-2.3.0
plugins/woocommerce-beta-tester/changelog/42860-update-pnpm
plugins/woocommerce-beta-tester/changelog/fix-domain-substitution
plugins/woocommerce-beta-tester/changelog/43499-remove-ai-post-from-db
plugins/woocommerce-beta-tester/changelog/update-tweak-remove-href-li
plugins/woocommerce-beta-tester/changelog/.gitkeep
plugins/woocommerce-beta-tester/bin/build-zip.sh
@ -7591,6 +7606,7 @@ plugins/woocommerce-admin/README.md
plugins/woocommerce-admin/webpack.config.js
plugins/woocommerce-admin/tsconfig.json
plugins/woocommerce-admin/changelog/fix-remove_warnings
plugins/woocommerce-admin/changelog/fix-41476-payment-settings-woopayments-promo-subscriptions
plugins/woocommerce-admin/changelog/42802-fix-watch-build-race-condition
plugins/woocommerce-admin/changelog/fix-domain-substitution
plugins/woocommerce-admin/changelog/42698-cys-update-the-copy-for-the-offline-flow
@ -10013,6 +10029,7 @@ plugins/woocommerce-blocks/changelog/42751-update-42072-update-incompatibility-g
plugins/woocommerce-blocks/changelog/fix-42852-product-gallery-block-snapping-position-on-resize
plugins/woocommerce-blocks/changelog/add-product-gallery-block-group-block-labels
plugins/woocommerce-blocks/changelog/42724-update-42072-move-switch-classic-cart-checkout-button
plugins/woocommerce-blocks/changelog/43487-product-gallery-remove-default
plugins/woocommerce-blocks/changelog/42719-product-gallery
plugins/woocommerce-blocks/changelog/43294-product-gallery-overlay-link-font-size
plugins/woocommerce-blocks/changelog/fix-43306-product-gallery-pager-accessibility

View file

@ -30,10 +30,18 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/edit$
/*/group
/*/invite
/*/more_ideas
/*/rg*/mediaviewer/rm*/tr
/*source=
/.git
/?z=1
/B00M3E1HJY
/B00M3E1NYI
/B00M3E1Q5Y
@ -53,7 +61,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_prq
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -72,8 +89,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/commits
/commits/*?author
/commits/*?path
/communities
/compare
/contributors
/discovered
/download
/download/Browse.aspx?
/download/browse.aspx?
@ -107,6 +126,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/liked_by
/likes
/limited-release
/listing/*/favoriters
/lookup?
@ -116,16 +136,21 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/search/
/network
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/pulse
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -145,12 +170,16 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tags
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/watchers
/webscr
@ -212,6 +241,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?tab=achievements&achievement=
?utm_*=
?w=address
@ -295,6 +325,8 @@ WebObjects/MZStoreElements.woa
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -359,6 +391,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -462,6 +496,7 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
@ -483,6 +518,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -520,6 +556,7 @@ api_access_key=
app*_
app*form_id=
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -637,6 +674,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
away.php
b?*node=7454898011
b?*node=7454917011
@ -748,7 +786,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -770,17 +812,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
buttonlite.js
buyside-e2e-monitor
buzz/post
@ -971,6 +1034,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chwilio
@ -992,6 +1056,7 @@ client_error
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1012,6 +1077,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1027,24 +1093,32 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connector
consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copyright-reporting
corgi$
couchmode
counter/*?
@ -1052,7 +1126,13 @@ counters/client-screenview
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1061,7 +1141,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1170,7 +1252,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1220,6 +1304,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -1315,6 +1400,8 @@ ebooks?*zoom=
ebooks?*zoom=1
ebooks?*zoom=5
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -1325,6 +1412,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -1368,6 +1456,7 @@ en-us/windows/si/matrix.html
en/microsoft-365
en/microsoft-365/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -1461,6 +1550,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
@ -1470,6 +1561,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fbx
fe=true
feature/sf-test
@ -1550,6 +1642,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -1652,6 +1746,8 @@ globalmarketfinder
globalmarketfinder/*.html
go/awards
gold?
google_gdn.html
google_search.html
googlebooks/images
goto
gp
@ -1762,6 +1858,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -1835,7 +1932,10 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
@ -1854,6 +1954,9 @@ i/api
i/u
ia
icons
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2023,13 +2126,21 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
invoice/p
invoice/payerView
invoice/payerView/attachments
inyt
iplayer/bigscreen
iplayer/cbbc/episodes
@ -2110,6 +2221,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2171,6 +2284,7 @@ keep
knowmore
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -2209,6 +2323,7 @@ li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -2217,6 +2332,7 @@ listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -2248,6 +2364,7 @@ lochp?
logging
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -2424,6 +2541,7 @@ narrative-
native
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -2435,6 +2553,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newsroom/notifications
@ -2541,6 +2660,7 @@ no-en/treasury
no-en/your
nonprofits/account
not_recommended_reviews/preview
notifications
ns/hydra/console/?
nus-trk
nwshp$
@ -2593,8 +2713,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -2626,8 +2750,11 @@ pagespeed/insights/ui/logo
palm
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -2657,8 +2784,39 @@ photos/gbachelie
photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -2708,6 +2866,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -2737,6 +2896,7 @@ ppob?
pqa
preference
preferences
prefs
present
presentation
prettyearth/assets
@ -2747,6 +2907,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -2823,6 +2985,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -2832,6 +2995,7 @@ qp/batch_fetch_web
qr
quality_form?
query
quiz
r
r/*.rss
r/*/comments/*.rss
@ -2856,6 +3020,7 @@ random
rd/search
rd/search$
rd/search?
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -2873,6 +3038,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -2883,10 +3050,14 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/availability
@ -2922,6 +3093,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3015,6 +3187,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3095,6 +3268,7 @@ shop/sign_out
shop/signed_in_account
shop/store/feeds
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3388,11 +3562,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -3468,6 +3644,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
submit
@ -3488,6 +3668,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
svc
svc/crosswords
svc/games
@ -3500,12 +3681,14 @@ svc/vertex
svc/web
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
t/terms
tab=
tablet
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -3537,8 +3720,10 @@ templates
test
testpage-forhomepage
tetro
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -3612,6 +3797,7 @@ trustedstores/js
trustedstores/s
trustedstores/tm2
trustedstores/verify
tv
tv/thumb
tvschedule
twitter
@ -3676,6 +3862,8 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
@ -3751,6 +3939,8 @@ utils
uviewer
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
video/embedded
@ -3777,9 +3967,12 @@ watch_popup
watch_queue_ajax
webmasters/sitemaps/ping?
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -4241,6 +4434,7 @@ xoonboarding
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -1325,6 +1325,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/Results?
/Search/
/SelectLocale?fromPage=
/StatisticheProxy/proxy.jsp?action=mostVisited&domain=RaiTv
/StatisticheProxy/tagCloudVisualizza.jsp?tagName=
/Tes/$
/Ves/$
/Xhr
@ -1455,6 +1457,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/b/*/*
/b/*/*+
/b?ie=UTF8&node=1619732031
/badge
/badges
/base-en/
/base/logout
@ -1525,6 +1528,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/channel/source/
/chat/
/chats/
/checkin
/checkout
/checkout
/ci
@ -1649,6 +1653,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/diff
/directory
/discovered
/dl/palinsesti/Page-e120a813-1b92-4057-a214-15943d95aa68.html
/dl/test
/document/comments
/document/create
/document/delete
@ -1935,8 +1941,14 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/limited-release
/link
/list
/list/tips$
/list/todos$
/list/venuelikes$
/listing/*/favoriters
/listings$
/lists/edited$
/lists/followed$
/lists/friends$
/lite/article/*/image
/live-stream
/load.js
@ -5326,6 +5338,7 @@ addContacts
addToHistory
add_diary.pl
add_favorite
addappterless
addboard
adddata
addemail
@ -5370,6 +5383,7 @@ adsrepository
adtest
adtrack
adult
adv/news/vystavka-prodazha-na-poiske-poyavilas-tovarnaya-galereya
advanced-search
advanced-search/x
advanced/adv-suggestions
@ -5505,6 +5519,7 @@ alink
alkali
all
all-supported-params
all?
allegation
allprodreviews
allproductreview
@ -5656,6 +5671,7 @@ app/use-case
app/webhooks
app=
appId=Dev10IDEF1
appTv
appchart
appealed-pin
appexchange/addedit_app.jsp
@ -5731,10 +5747,13 @@ arabic
arama
archiv/regional
archive
archive$
archive/api/image.jpg
archive/article
archive/graphs.php
archive/lifestyle/wellness/1999/01/19/an-illness-no-one-understands-tourettes-syndrome/852df0cc-2164-4c83-be8d-0c770d028547
archive/page
archive/project/sovsport$
archived
archives
archivos
@ -6021,6 +6040,8 @@ audio_file
audio_news
audio_player
aui/inbound
aura
aura/promo
auth
auth
auth$
@ -6905,6 +6926,7 @@ blogintegrations/
blogletspeak/
blogmarketing/
blogs
blogs$
blogs/
blogs/$
blogs/*%2B
@ -7135,6 +7157,8 @@ bus/Nouveau-Brunswick
bus/Nouvelle-Ecosse
bus/Terre-Neuve-et-Labrador
bus/Territoires-du-Nord-Ouest
bus/api
bus/orders
bus/print
bus/widget
buscador
@ -7990,8 +8014,6 @@ chapters.html
chapters/local-activities
chapters/students/excellence-awards/
charities
charities/beta/account/login
charity/search
chart/*/async
chart/*/bind
chart/*/cancel
@ -8281,6 +8303,8 @@ collections/share
collections/user
collections?srh_coll=
collections_list?srh_coll=
collezioni/*/$
collezioni/*/index.html$
color=
colors$
comedy
@ -9241,6 +9265,7 @@ developerworks/forums/post
developerworks/forums/servlet
developerworks/wikis/login.action
development
device
device-ajax
device-prefs
deviceList
@ -9495,6 +9520,7 @@ dk/tools/logo-maker/onboarding
dk/ventureone
dk?*
dl
dl/RaiTV/programmi/media
dl01
dl02
dl03
@ -10510,6 +10536,7 @@ fallback
false/select-store-cookies.html
family_filter
familylink-earlyaccess
familysearch
fan/feed
fan_reach
faq-index-search?*
@ -11052,6 +11079,7 @@ freemonth
freertos/archive
french/thewto_f/minist_f/mc10_f/coordinator_guide_f.pdf
french/thewto_f/minist_f/mc10_f/participant_guide_f.pdf
fresh
friends
friends-through-gvhd
friendsprofile
@ -11069,7 +11097,6 @@ fullscreen/ReportLinker
fun
fun/api/
fun/g/
fundraiser/search
fur/forums
fur/kb/*/discuss
fur/search
@ -11608,6 +11635,8 @@ guest-demos
guest-pass
guestEmailNotificationView
guestbook/
guidatv-old$
guidatv/lista$
guide
guidebooks
guidemep_info_2009/
@ -11930,6 +11959,7 @@ how-we-serve/mission-and-ministry/missionary-bios
how-we-serve/mission-and-ministry/missionary-bios/
howto
howtobuy/
hp/focus-retrocompatibile$
hp/video/api
hp/video/mystuff
hp/video/profiles
@ -11988,6 +12018,7 @@ http
http-checker
http2_data
http:
http://2.bp.blogspot.com/robots.txt
http://about.google/robots.txt
http://amazon.de/robots.txt
http://amzn.to/robots.txt
@ -12012,7 +12043,7 @@ http://npmjs.com/robots.txt
http://patreon.com/robots.txt
http://polyfill.io/robots.txt
http://producthunt.com/robots.txt
http://raw.githubusercontent.com/robots.txt
http://raiplay.it/robots.txt
http://redbubble.com/robots.txt
http://slideshare.net/robots.txt
http://sundancechannel.com/robots.txt
@ -12275,6 +12306,8 @@ ieupdate/
ifh
ifr/
iframe/ad?
iframe/dirette
iframe/video
iframe=
iframes
ig/forums
@ -12378,15 +12411,21 @@ images/li.gif
images/logging_requests.gif
images/mockups
images/ndtvvideo/*
images/pad/search?rpt=imageview
images/pad/search?text=*&source=morda
images/resume
images/search%3F
images/search/?
images/search?
images/search?rpt=imageview
images/search?text=*&source=morda
images/searchbyimage
images/showroomimages
images/smart/$
images/touch/$
images/touch/?
images/touch/search?rpt=imageview
images/touch/search?text=*&source=morda
images/usedcarimages
images/userprofileimg
images/v$
@ -12578,7 +12617,6 @@ index.php/ko/node/
index.php/magazine/get_comment
index.php/media/oembed
index.php/members/profile
index.php/node
index.php/node/add
index.php/node/add/
index.php/ru/node/
@ -12618,6 +12656,7 @@ infinite-scroll-recipe
infinite-scroll-review
info
info/agb/anb-2018.html
info/agb/api.html
info/agb/starter-2018.html
info/customerror.htm*
info/jobs/Development-Operations-Engineer.html
@ -12732,6 +12771,9 @@ invoice/cn/
invoice/de/
invoice/download
invoice/es/
invoice/est
invoice/estimate/buyerView
invoice/estimate/buyerView/attachments
invoice/fr/
invoice/help/search/results.html
invoice/it/
@ -12739,6 +12781,8 @@ invoice/jp/
invoice/kr/
invoice/nl/
invoice/p
invoice/payerView
invoice/payerView/attachments
invoice/pt/
invoice/se/
invoice/thank-you.html
@ -13079,6 +13123,7 @@ jobs/companies/n
jobs/cv/sign-up-and-create
jobs/email-job
jobs/n
jobs/skill-diagnostic/private
jobs/view/externalApply
jobs?runSearch
johnhancock
@ -13301,6 +13346,7 @@ jsky/?
jsky/search?
jsky?
json
json$
jsp/events
jump_to
jumpstart/
@ -13457,6 +13503,7 @@ kr/ventureone
krypto=
kui=
kwanzaa-spotlight
l
lab
label
labs/pmc
@ -14006,6 +14053,8 @@ mapi?*
mapprint?
maps
maps/*?lang=kk$
maps/*?lang=ru$
maps/*?lang=uk$
maps/*?lang=uz$
maps/*?ll=
maps/about
@ -14517,6 +14566,7 @@ mobile/alpha
mobile/check
mobile/cities-transformed
mobile/content_api/guide
mobile/search
mobile=no*
mobile_login
mobileformat=
@ -14896,6 +14946,7 @@ narrative-
nas
nationalfilmregistry
native
native$
native-android-mobile
native-android-tablet
nature-index/annual-tables/2021/academic-normalized
@ -15767,6 +15818,9 @@ pages?oid=-
pagesense/help/search-results.html
pagespeed/insights/ui/logo
paid-posts
palinsesto/guidatv/*/*.html$
palinsesto/guidatv/lista/*/*.html$
palinsesto/retrocompatibile/*/*.html
palm
panasonic
panel
@ -15868,6 +15922,7 @@ pegulator
pending
pendings.php
people
people/$
people/*/*?*daterange
people/*/*?*page
people/*/category
@ -15879,6 +15934,8 @@ people/iweReconnectAction
people/like
people/offers.html
people/oldhelp/
people/pad$
people/pad/$
people/quickbook-integration.html
people/search
people/setup-guide.html
@ -16185,7 +16242,7 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager
pmc/tocrender.fcgi
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:\x22EAEyYgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwolCiNXYXMgYmVkZXV0ZXQgVXNlci1BZ2VudCAqIGRpc2FsbG93PwoYChZXYXMgbWFjaHQgZWluIENyYXdsZXI_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22kg2n13zKlsUYNFi9FBWUwQTV6Ks\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
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:\x22EAEyYgocChpXYXMgbWFjaHQgZWluZSBSb2JvdHMgdHh0PwolCiNXYXMgYmVkZXV0ZXQgVXNlci1BZ2VudCAqIGRpc2FsbG93PwoYChZXYXMgbWFjaHQgZWluIENyYXdsZXI_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22Y4S12QcMxW1b7bkGw3-KTyOJcEY\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/
pmm-templates
pmo/contact/en/staff
@ -16410,6 +16467,10 @@ podcasts/yous-yay-new-emotions.html$
podpiska/login.pl
pogod
pogoda
pogoda/*?*lat=*&*lon=
pogoda/*?*lon=*&*lat=
pogoda/404
pogoda/search
pointroll
policies
policies/dpa
@ -16489,6 +16550,7 @@ preference
preferences
preferences/
preferences/cookies
prefetch
prefs
preisvergleich
prelex
@ -16556,6 +16618,7 @@ privacy/zoho-group.html
privacy_policy
privacypolicychanges
private
private/wtrack
prix-essence
pro
pro-learn
@ -16605,8 +16668,10 @@ products/explore
products/finder
products/holiday-sales-*sgbr-sg
products/home-perf
products/product/*/sku
products/query
products/query/*nqrwns
products/search?text=
products/world-war-i/?category=
products;
products?
@ -16664,6 +16729,8 @@ programas/vocesalacarta
programas/vocesusuarios
programmas/tegenlicht/zoeken$
programmas/tegenlicht/zoeken.html$
programmi/*/$
programmi/*/index.html$
programming/free/files
project-spice
project/*/event
@ -16705,6 +16772,7 @@ promo/diskelement
promo/launcher/?
promo/launcher/feedback
promo/launcher/mgoodbye
promo/market/mobile/app*?from=
promo/skype*?
promo/skype/*
promo/yobject/changelog
@ -16950,6 +17018,12 @@ q/*/settings
q/*/stats
q/*/submissions
q/*/suggestions
q/profile/*/answers
q/profile/*/articles
q/profile/*/org_answers
q/profile/*/questions
q/profile/*/subscribers
q/profile/*/verifies
q/static-3.28
q/static-4.11
q/static-4.12
@ -16958,6 +17032,12 @@ q/static-5.22
q/static-5.23
q/static-5.28
q/static-5.29
q/user/*/answers
q/user/*/articles
q/user/*/org_answers
q/user/*/questions
q/user/*/subscribers
q/user/*/verifies
q=
qa
qantas
@ -17565,6 +17645,7 @@ school-architecture-design/wp-content/sites/
school-architecture-design/wp-content/themes/
school-architecture-design/wp-content/wp-admin/
school-architecture-design/wp-content/wp-includes/
schoolsearch
sciam/esi-my-account.cfm
sciam/remote
science/MiamiMultiMediaURL
@ -17818,6 +17899,7 @@ search/customers/browse
search/customers?
search/default.aspx?*
search/ec_solr
search/entity/touch
search/events/_
search/events?
search/feed_content?
@ -18198,7 +18280,6 @@ share-button
share-image-generator
share-post.g
share-study
share-success/
share.php?
shareArticle
shareables
@ -18341,8 +18422,10 @@ signup
signup$
signup-intlredirect
signup-light/
signup/$
signup/*
signup/collablink
signup?
signup_modal
signurl
simple.html$
@ -19560,7 +19643,11 @@ take-a-class/participant-materials
takedown
talent/matches
talk
talk/api
talk/create
talk/new_topic
talk/user
talk/user/*/article
talks2
talktalk
tally-loader-react/static-1.65
@ -19901,6 +19988,7 @@ topiclist/
topics
topics/category/undefined
topicsearch?q=
touch/login
touchsearch
touringbird
toyota/coming-soon
@ -20224,6 +20312,8 @@ uas/oauth2
uds
ugc
ugc$
ugcpub
ugcpub/cabinet
ugcsupport
ugcsupport$
ui
@ -20384,7 +20474,6 @@ understanding-c3g
understanding-melanoma
unfiltered?
unfinished.php
unicef-component-mosaichttp://unpkg.com/robots.txt
unicorn/check
unijobs/*/emailjob
unijobs/*/jbequicksignup
@ -20688,7 +20777,6 @@ usedcarwidget
user
user
user$
user-account/
user-activation
user-document-collections
user-panel
@ -20698,6 +20786,7 @@ user/
user/*
user/*/
user/*/channel
user/*/checkin
user/*/episodes/feed
user/*/followers
user/*/following
@ -20812,6 +20901,8 @@ users/user_hints
using
uslugi
uslugi/$
uslugi/*/category/doctors
uslugi/cab
usopen09/*
uspod
usr
@ -20847,6 +20938,8 @@ uz/users
v
v$
v.cfm
v/badge
v/checkin
v/s/vmdn
v1
v1/browser-performance
@ -20885,6 +20978,7 @@ velo/forum/search
velo/profile
vendor
ventureone
venue/claim
venue/venue_take_ownership_from_add_show__ownership_taken
verification/source
verificationofemployment
@ -20941,10 +21035,12 @@ via=
video
video-alert
video-c.php
video-old
video-search
video.php
video/$
video/%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81
video/%D0%B7%D0%B0%D0%BF%D1%80%D0%BE%D1%81/*text=
video/*/preview
video/*/search
video/*filmId=
@ -22342,6 +22438,18 @@ xs4all
xsl/
y1=
yaca
yaca/$
yaca/*.xml$
yaca/*/geo
yaca/*/synt2
yaca/*/time
yaca/*/tungrp
yaca/cat/*/$
yaca/cat/*/geo
yaca/m/$
yaca/m/yca/cat/*/$
yaca/result.xml
yandpage
yandsearch
yap/preview
yca/cy