mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-18 13:01:44 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
802f1df95f
commit
379b66cb6c
16 changed files with 3000 additions and 422 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1741503797
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1741428195
|
||||
"last_update": 1741514603
|
||||
}
|
||||
}
|
||||
|
|
@ -2246,8 +2246,12 @@ schema.ts
|
|||
early-bears-impress.md
|
||||
.changeset/dull-laws-roll.md
|
||||
dull-laws-roll.md
|
||||
.changeset/soft-fishes-wave.md
|
||||
soft-fishes-wave.md
|
||||
.changeset/grumpy-lobsters-sort.md
|
||||
grumpy-lobsters-sort.md
|
||||
.changeset/tricky-bobcats-fail.md
|
||||
tricky-bobcats-fail.md
|
||||
.changeset/lovely-colts-sing.md
|
||||
lovely-colts-sing.md
|
||||
.changeset/dull-chefs-cheat.md
|
||||
|
|
@ -2264,6 +2268,8 @@ four-hotels-repair.md
|
|||
three-fireants-add.md
|
||||
.changeset/spotty-ghosts-live.md
|
||||
spotty-ghosts-live.md
|
||||
.changeset/empty-spoons-walk.md
|
||||
empty-spoons-walk.md
|
||||
.changeset/early-cougars-turn.md
|
||||
early-cougars-turn.md
|
||||
.changeset/cuddly-dragons-flow.md
|
||||
|
|
@ -2481,6 +2487,13 @@ db/routes/items/m2o.test.ts
|
|||
routes/items/m2o.test.ts
|
||||
items/m2o.test.ts
|
||||
m2o.test.ts
|
||||
tests/blackbox/tests/db/routes/items/case-when.test.ts
|
||||
blackbox/tests/db/routes/items/case-when.test.ts
|
||||
tests/db/routes/items/case-when.test.ts
|
||||
db/routes/items/case-when.test.ts
|
||||
routes/items/case-when.test.ts
|
||||
items/case-when.test.ts
|
||||
case-when.test.ts
|
||||
tests/blackbox/tests/db/routes/items/m2a.test.ts
|
||||
blackbox/tests/db/routes/items/m2a.test.ts
|
||||
tests/db/routes/items/m2a.test.ts
|
||||
|
|
@ -2600,6 +2613,13 @@ db/routes/items/no-relation.seed.ts
|
|||
routes/items/no-relation.seed.ts
|
||||
items/no-relation.seed.ts
|
||||
no-relation.seed.ts
|
||||
tests/blackbox/tests/db/routes/items/case-when.seed.ts
|
||||
blackbox/tests/db/routes/items/case-when.seed.ts
|
||||
tests/db/routes/items/case-when.seed.ts
|
||||
db/routes/items/case-when.seed.ts
|
||||
routes/items/case-when.seed.ts
|
||||
items/case-when.seed.ts
|
||||
case-when.seed.ts
|
||||
tests/blackbox/tests/db/routes/flows/webhook.test.ts
|
||||
blackbox/tests/db/routes/flows/webhook.test.ts
|
||||
tests/db/routes/flows/webhook.test.ts
|
||||
|
|
@ -6103,6 +6123,39 @@ helpers/fn/dialects/postgres.ts
|
|||
fn/dialects/postgres.ts
|
||||
dialects/postgres.ts
|
||||
postgres.ts
|
||||
api/src/database/helpers/capabilities/types.ts
|
||||
src/database/helpers/capabilities/types.ts
|
||||
database/helpers/capabilities/types.ts
|
||||
helpers/capabilities/types.ts
|
||||
capabilities/types.ts
|
||||
types.ts
|
||||
api/src/database/helpers/capabilities/index.ts
|
||||
src/database/helpers/capabilities/index.ts
|
||||
database/helpers/capabilities/index.ts
|
||||
helpers/capabilities/index.ts
|
||||
capabilities/index.ts
|
||||
index.ts
|
||||
api/src/database/helpers/capabilities/dialects/default.ts
|
||||
src/database/helpers/capabilities/dialects/default.ts
|
||||
database/helpers/capabilities/dialects/default.ts
|
||||
helpers/capabilities/dialects/default.ts
|
||||
capabilities/dialects/default.ts
|
||||
dialects/default.ts
|
||||
default.ts
|
||||
api/src/database/helpers/capabilities/dialects/mysql.ts
|
||||
src/database/helpers/capabilities/dialects/mysql.ts
|
||||
database/helpers/capabilities/dialects/mysql.ts
|
||||
helpers/capabilities/dialects/mysql.ts
|
||||
capabilities/dialects/mysql.ts
|
||||
dialects/mysql.ts
|
||||
mysql.ts
|
||||
api/src/database/helpers/capabilities/dialects/postgres.ts
|
||||
src/database/helpers/capabilities/dialects/postgres.ts
|
||||
database/helpers/capabilities/dialects/postgres.ts
|
||||
helpers/capabilities/dialects/postgres.ts
|
||||
capabilities/dialects/postgres.ts
|
||||
dialects/postgres.ts
|
||||
postgres.ts
|
||||
api/src/database/helpers/sequence/types.ts
|
||||
src/database/helpers/sequence/types.ts
|
||||
database/helpers/sequence/types.ts
|
||||
|
|
|
|||
|
|
@ -516,7 +516,9 @@ sdk/tests/schema.ts
|
|||
.dockerignore
|
||||
.changeset/early-bears-impress.md
|
||||
.changeset/dull-laws-roll.md
|
||||
.changeset/soft-fishes-wave.md
|
||||
.changeset/grumpy-lobsters-sort.md
|
||||
.changeset/tricky-bobcats-fail.md
|
||||
.changeset/lovely-colts-sing.md
|
||||
.changeset/dull-chefs-cheat.md
|
||||
.changeset/sixty-pans-move.md
|
||||
|
|
@ -525,6 +527,7 @@ sdk/tests/schema.ts
|
|||
.changeset/four-hotels-repair.md
|
||||
.changeset/three-fireants-add.md
|
||||
.changeset/spotty-ghosts-live.md
|
||||
.changeset/empty-spoons-walk.md
|
||||
.changeset/early-cougars-turn.md
|
||||
.changeset/cuddly-dragons-flow.md
|
||||
.changeset/odd-months-see.md
|
||||
|
|
@ -573,6 +576,7 @@ tests/blackbox/tests/db/routes/auth/login.test.ts
|
|||
tests/blackbox/tests/db/routes/auth/saml.test.ts
|
||||
tests/blackbox/tests/db/routes/files/storage.test.ts
|
||||
tests/blackbox/tests/db/routes/items/m2o.test.ts
|
||||
tests/blackbox/tests/db/routes/items/case-when.test.ts
|
||||
tests/blackbox/tests/db/routes/items/m2a.test.ts
|
||||
tests/blackbox/tests/db/routes/items/singleton.test.ts
|
||||
tests/blackbox/tests/db/routes/items/conceal-filter.test.ts
|
||||
|
|
@ -590,6 +594,7 @@ tests/blackbox/tests/db/routes/items/o2m.test.ts
|
|||
tests/blackbox/tests/db/routes/items/m2a.seed.ts
|
||||
tests/blackbox/tests/db/routes/items/m2o.seed.ts
|
||||
tests/blackbox/tests/db/routes/items/no-relation.seed.ts
|
||||
tests/blackbox/tests/db/routes/items/case-when.seed.ts
|
||||
tests/blackbox/tests/db/routes/flows/webhook.test.ts
|
||||
tests/blackbox/tests/db/routes/fields/crud.test.ts
|
||||
tests/blackbox/tests/db/routes/fields/change-fields.test.ts
|
||||
|
|
@ -1306,6 +1311,11 @@ api/src/database/helpers/fn/dialects/oracle.ts
|
|||
api/src/database/helpers/fn/dialects/mysql.ts
|
||||
api/src/database/helpers/fn/dialects/sqlite.ts
|
||||
api/src/database/helpers/fn/dialects/postgres.ts
|
||||
api/src/database/helpers/capabilities/types.ts
|
||||
api/src/database/helpers/capabilities/index.ts
|
||||
api/src/database/helpers/capabilities/dialects/default.ts
|
||||
api/src/database/helpers/capabilities/dialects/mysql.ts
|
||||
api/src/database/helpers/capabilities/dialects/postgres.ts
|
||||
api/src/database/helpers/sequence/types.ts
|
||||
api/src/database/helpers/sequence/index.ts
|
||||
api/src/database/helpers/sequence/dialects/default.ts
|
||||
|
|
|
|||
|
|
@ -94226,6 +94226,20 @@ TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php
|
|||
Extension/DeprecationBridge/ExpectDeprecationTrait.php
|
||||
DeprecationBridge/ExpectDeprecationTrait.php
|
||||
ExpectDeprecationTrait.php
|
||||
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
Dump/TestRunnerFinishedSubscriber.php
|
||||
TestRunnerFinishedSubscriber.php
|
||||
core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
|
||||
tests/Drupal/TestTools/Extension/Dump/DebugDump.php
|
||||
Drupal/TestTools/Extension/Dump/DebugDump.php
|
||||
TestTools/Extension/Dump/DebugDump.php
|
||||
Extension/Dump/DebugDump.php
|
||||
Dump/DebugDump.php
|
||||
DebugDump.php
|
||||
core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php
|
||||
tests/Drupal/TestTools/Extension/RequiresComposerTrait.php
|
||||
Drupal/TestTools/Extension/RequiresComposerTrait.php
|
||||
|
|
@ -94266,11 +94280,6 @@ Drupal/TestTools/Extension/InfoWriterTrait.php
|
|||
TestTools/Extension/InfoWriterTrait.php
|
||||
Extension/InfoWriterTrait.php
|
||||
InfoWriterTrait.php
|
||||
core/tests/Drupal/TestTools/TestVarDumper.php
|
||||
tests/Drupal/TestTools/TestVarDumper.php
|
||||
Drupal/TestTools/TestVarDumper.php
|
||||
TestTools/TestVarDumper.php
|
||||
TestVarDumper.php
|
||||
core/INSTALL.sqlite.txt
|
||||
INSTALL.sqlite.txt
|
||||
core/CHANGELOG.txt
|
||||
|
|
|
|||
|
|
@ -13426,13 +13426,14 @@ core/tests/Drupal/TestTools/Random.php
|
|||
core/tests/Drupal/TestTools/Extension/SchemaInspector.php
|
||||
core/tests/Drupal/TestTools/Extension/DeprecationBridge/DeprecationHandler.php
|
||||
core/tests/Drupal/TestTools/Extension/DeprecationBridge/ExpectDeprecationTrait.php
|
||||
core/tests/Drupal/TestTools/Extension/Dump/TestRunnerFinishedSubscriber.php
|
||||
core/tests/Drupal/TestTools/Extension/Dump/DebugDump.php
|
||||
core/tests/Drupal/TestTools/Extension/RequiresComposerTrait.php
|
||||
core/tests/Drupal/TestTools/Extension/HtmlLogging/HtmlOutputLogger.php
|
||||
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerFinishedSubscriber.php
|
||||
core/tests/Drupal/TestTools/Extension/HtmlLogging/SubscriberBase.php
|
||||
core/tests/Drupal/TestTools/Extension/HtmlLogging/TestRunnerStartedSubscriber.php
|
||||
core/tests/Drupal/TestTools/Extension/InfoWriterTrait.php
|
||||
core/tests/Drupal/TestTools/TestVarDumper.php
|
||||
core/INSTALL.sqlite.txt
|
||||
core/CHANGELOG.txt
|
||||
core/phpunit.xml.dist
|
||||
|
|
|
|||
|
|
@ -206944,6 +206944,12 @@ Persistent/Model/Checkout/GuestPaymentInformationManagementPlugin.php
|
|||
Model/Checkout/GuestPaymentInformationManagementPlugin.php
|
||||
Checkout/GuestPaymentInformationManagementPlugin.php
|
||||
GuestPaymentInformationManagementPlugin.php
|
||||
app/code/Magento/Persistent/Model/CleanExpiredPersistentQuotes.php
|
||||
code/Magento/Persistent/Model/CleanExpiredPersistentQuotes.php
|
||||
Magento/Persistent/Model/CleanExpiredPersistentQuotes.php
|
||||
Persistent/Model/CleanExpiredPersistentQuotes.php
|
||||
Model/CleanExpiredPersistentQuotes.php
|
||||
CleanExpiredPersistentQuotes.php
|
||||
app/code/Magento/Persistent/Model/Layout/DepersonalizePlugin.php
|
||||
code/Magento/Persistent/Model/Layout/DepersonalizePlugin.php
|
||||
Magento/Persistent/Model/Layout/DepersonalizePlugin.php
|
||||
|
|
@ -207003,6 +207009,13 @@ Persistent/Model/Plugin/LoginAsCustomerCleanUp.php
|
|||
Model/Plugin/LoginAsCustomerCleanUp.php
|
||||
Plugin/LoginAsCustomerCleanUp.php
|
||||
LoginAsCustomerCleanUp.php
|
||||
app/code/Magento/Persistent/Model/ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
code/Magento/Persistent/Model/ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
Magento/Persistent/Model/ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
Persistent/Model/ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
Model/ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
ExpiredPersistentQuotesCollection.php
|
||||
app/code/Magento/Persistent/Model/ResourceModel/Session.php
|
||||
code/Magento/Persistent/Model/ResourceModel/Session.php
|
||||
Magento/Persistent/Model/ResourceModel/Session.php
|
||||
|
|
@ -207638,6 +207651,23 @@ Test/Unit/Model/QuoteManagerTest.php
|
|||
Unit/Model/QuoteManagerTest.php
|
||||
Model/QuoteManagerTest.php
|
||||
QuoteManagerTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
code/Magento/Persistent/Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
Magento/Persistent/Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
Persistent/Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
Model/CleanExpiredPersistentQuotesTest.php
|
||||
CleanExpiredPersistentQuotesTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
code/Magento/Persistent/Test/Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
Magento/Persistent/Test/Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
Persistent/Test/Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
Test/Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
ExpiredPersistentQuotesCollectionTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/ObserverTest.php
|
||||
code/Magento/Persistent/Test/Unit/Model/ObserverTest.php
|
||||
Magento/Persistent/Test/Unit/Model/ObserverTest.php
|
||||
|
|
|
|||
|
|
@ -25548,6 +25548,7 @@ app/code/Magento/Persistent/Model/Customer/Authorization.php
|
|||
app/code/Magento/Persistent/Model/Checkout/AddressDataProcessorPlugin.php
|
||||
app/code/Magento/Persistent/Model/Checkout/ConfigProviderPlugin.php
|
||||
app/code/Magento/Persistent/Model/Checkout/GuestPaymentInformationManagementPlugin.php
|
||||
app/code/Magento/Persistent/Model/CleanExpiredPersistentQuotes.php
|
||||
app/code/Magento/Persistent/Model/Layout/DepersonalizePlugin.php
|
||||
app/code/Magento/Persistent/Model/QuoteManager.php
|
||||
app/code/Magento/Persistent/Model/Observer.php
|
||||
|
|
@ -25557,6 +25558,7 @@ app/code/Magento/Persistent/Model/Plugin/ConvertCustomerCartToGuest.php
|
|||
app/code/Magento/Persistent/Model/Plugin/CustomerData.php
|
||||
app/code/Magento/Persistent/Model/Plugin/PersistentCustomerContext.php
|
||||
app/code/Magento/Persistent/Model/Plugin/LoginAsCustomerCleanUp.php
|
||||
app/code/Magento/Persistent/Model/ResourceModel/ExpiredPersistentQuotesCollection.php
|
||||
app/code/Magento/Persistent/Model/ResourceModel/Session.php
|
||||
app/code/Magento/Persistent/Model/Factory.php
|
||||
app/code/Magento/Persistent/Model/Persistent/Config.php
|
||||
|
|
@ -25641,6 +25643,8 @@ app/code/Magento/Persistent/Test/Unit/Model/Plugin/LoginAsCustomerCleanUpTest.ph
|
|||
app/code/Magento/Persistent/Test/Unit/Model/Plugin/CustomerDataTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/Plugin/ConvertCustomerCartToGuestTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/QuoteManagerTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/CleanExpiredPersistentQuotesTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/ResourceModel/ExpiredPersistentQuotesCollectionTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/Model/ObserverTest.php
|
||||
app/code/Magento/Persistent/Test/Unit/CustomerData/PersistentTest.php
|
||||
app/code/Magento/Persistent/view/frontend/requirejs-config.js
|
||||
|
|
|
|||
|
|
@ -102884,6 +102884,9 @@ _unreleased/2024-11-22-a11y-convey-how-the-promotion-information-when-submit.md
|
|||
changelog/_unreleased/2025-01-09-improve-method-call-usage.md
|
||||
_unreleased/2025-01-09-improve-method-call-usage.md
|
||||
2025-01-09-improve-method-call-usage.md
|
||||
changelog/_unreleased/2025-03-07-delete-cart-immediately-after-order-is-created.md
|
||||
_unreleased/2025-03-07-delete-cart-immediately-after-order-is-created.md
|
||||
2025-03-07-delete-cart-immediately-after-order-is-created.md
|
||||
changelog/_unreleased/2024-05-14-accessibility-improvements-for-the-main-navigation.md
|
||||
_unreleased/2024-05-14-accessibility-improvements-for-the-main-navigation.md
|
||||
2024-05-14-accessibility-improvements-for-the-main-navigation.md
|
||||
|
|
@ -103082,6 +103085,9 @@ _unreleased/2025-02-07-improve-reset-interface-usage-with-array-data.md
|
|||
changelog/_unreleased/2024-12-11-deprecate-custom-entities-for-plugins.md
|
||||
_unreleased/2024-12-11-deprecate-custom-entities-for-plugins.md
|
||||
2024-12-11-deprecate-custom-entities-for-plugins.md
|
||||
changelog/_unreleased/2025-02-28-add-shopware-usage-data-collection-enabled-config-to-improve-usage-of-shopware-usage-data-gateway-dispatch-enabled.md
|
||||
_unreleased/2025-02-28-add-shopware-usage-data-collection-enabled-config-to-improve-usage-of-shopware-usage-data-gateway-dispatch-enabled.md
|
||||
2025-02-28-add-shopware-usage-data-collection-enabled-config-to-improve-usage-of-shopware-usage-data-gateway-dispatch-enabled.md
|
||||
changelog/_unreleased/2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
|
||||
_unreleased/2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
|
||||
2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
|
||||
|
|
@ -103625,6 +103631,9 @@ _unreleased/2025-01-02-add-allow-html-entity-attribute.md
|
|||
changelog/_unreleased/2025-03-05-update-switch-context-event.md
|
||||
_unreleased/2025-03-05-update-switch-context-event.md
|
||||
2025-03-05-update-switch-context-event.md
|
||||
changelog/_unreleased/2025-03-07-make-offcanvas-navigation-accessible.md
|
||||
_unreleased/2025-03-07-make-offcanvas-navigation-accessible.md
|
||||
2025-03-07-make-offcanvas-navigation-accessible.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
2024-01-31-improve-cart-page-performance.md
|
||||
|
|
@ -137240,6 +137249,10 @@ Maintenance/User/Service/UserProvisionerTest.php
|
|||
User/Service/UserProvisionerTest.php
|
||||
Service/UserProvisionerTest.php
|
||||
UserProvisionerTest.php
|
||||
tests/unit/Core/KernelTest.php
|
||||
unit/Core/KernelTest.php
|
||||
Core/KernelTest.php
|
||||
KernelTest.php
|
||||
tests/unit/Core/Installer/InstallerKernelTest.php
|
||||
unit/Core/Installer/InstallerKernelTest.php
|
||||
Core/Installer/InstallerKernelTest.php
|
||||
|
|
|
|||
|
|
@ -13102,6 +13102,7 @@ changelog/_unreleased/2025-01-11-make-jira-issue-in-changelog-create-command-opt
|
|||
changelog/_unreleased/2024-11-13-fix-exception-in-elasticsearch-indexer.md
|
||||
changelog/_unreleased/2024-11-22-a11y-convey-how-the-promotion-information-when-submit.md
|
||||
changelog/_unreleased/2025-01-09-improve-method-call-usage.md
|
||||
changelog/_unreleased/2025-03-07-delete-cart-immediately-after-order-is-created.md
|
||||
changelog/_unreleased/2024-05-14-accessibility-improvements-for-the-main-navigation.md
|
||||
changelog/_unreleased/2025-02-26-fix-translation-scope-issue-in-i18n-t-component.md
|
||||
changelog/_unreleased/2025-01-08-a11y-html-mark-image-as-decorative.md
|
||||
|
|
@ -13168,6 +13169,7 @@ changelog/_unreleased/2024-11-27-improved-a11y-for-3d-viewer.md
|
|||
changelog/_unreleased/2024-11-28-improved-checkout-for-a11y.md
|
||||
changelog/_unreleased/2025-02-07-improve-reset-interface-usage-with-array-data.md
|
||||
changelog/_unreleased/2024-12-11-deprecate-custom-entities-for-plugins.md
|
||||
changelog/_unreleased/2025-02-28-add-shopware-usage-data-collection-enabled-config-to-improve-usage-of-shopware-usage-data-gateway-dispatch-enabled.md
|
||||
changelog/_unreleased/2025-01-14-replace-custom-css-declarations-from-the-header-scss-file-by-bootstrap-helper-classes.md
|
||||
changelog/_unreleased/2025-01-08-fix-memory-leak-in-tooltip-directive.md
|
||||
changelog/_unreleased/2025-01-07-introduce-global-template-data-for-language-and-navigation.md
|
||||
|
|
@ -13349,6 +13351,7 @@ changelog/_unreleased/2024-10-04-add-meta-author-configuration-and-use-it-in-fro
|
|||
changelog/_unreleased/2025-02-20-fix-cms-block-bg-color-condition.md
|
||||
changelog/_unreleased/2025-01-02-add-allow-html-entity-attribute.md
|
||||
changelog/_unreleased/2025-03-05-update-switch-context-event.md
|
||||
changelog/_unreleased/2025-03-07-make-offcanvas-navigation-accessible.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2025-01-07-improve-test-generator-generate-sales-channel-context.md
|
||||
changelog/_unreleased/2025-02-27-adjust-card-component-position-name-in-order-detail.md
|
||||
|
|
@ -20321,6 +20324,7 @@ tests/unit/Core/Maintenance/User/Command/UserListCommandTest.php
|
|||
tests/unit/Core/Maintenance/User/Command/UserCreateCommandTest.php
|
||||
tests/unit/Core/Maintenance/User/Command/UserChangePasswordCommandTest.php
|
||||
tests/unit/Core/Maintenance/User/Service/UserProvisionerTest.php
|
||||
tests/unit/Core/KernelTest.php
|
||||
tests/unit/Core/Installer/InstallerKernelTest.php
|
||||
tests/unit/Core/Installer/Database/DatabaseMigratorTest.php
|
||||
tests/unit/Core/Installer/Database/MigrationCollectionFactoryTest.php
|
||||
|
|
|
|||
|
|
@ -3352,6 +3352,12 @@ apache/catalina/valves/TestRequestFilterValve.java
|
|||
catalina/valves/TestRequestFilterValve.java
|
||||
valves/TestRequestFilterValve.java
|
||||
TestRequestFilterValve.java
|
||||
test/org/apache/catalina/valves/TestExtendedAccessLogValveWrap.java
|
||||
org/apache/catalina/valves/TestExtendedAccessLogValveWrap.java
|
||||
apache/catalina/valves/TestExtendedAccessLogValveWrap.java
|
||||
catalina/valves/TestExtendedAccessLogValveWrap.java
|
||||
valves/TestExtendedAccessLogValveWrap.java
|
||||
TestExtendedAccessLogValveWrap.java
|
||||
test/org/apache/catalina/valves/TestSSLValve.java
|
||||
org/apache/catalina/valves/TestSSLValve.java
|
||||
apache/catalina/valves/TestSSLValve.java
|
||||
|
|
@ -4266,6 +4272,12 @@ apache/catalina/filters/TesterHttpServletResponse.java
|
|||
catalina/filters/TesterHttpServletResponse.java
|
||||
filters/TesterHttpServletResponse.java
|
||||
TesterHttpServletResponse.java
|
||||
test/org/apache/catalina/filters/TestRateLimitFilterWithExactRateLimiter.java
|
||||
org/apache/catalina/filters/TestRateLimitFilterWithExactRateLimiter.java
|
||||
apache/catalina/filters/TestRateLimitFilterWithExactRateLimiter.java
|
||||
catalina/filters/TestRateLimitFilterWithExactRateLimiter.java
|
||||
filters/TestRateLimitFilterWithExactRateLimiter.java
|
||||
TestRateLimitFilterWithExactRateLimiter.java
|
||||
test/org/apache/catalina/filters/TestRemoteIpFilter.java
|
||||
org/apache/catalina/filters/TestRemoteIpFilter.java
|
||||
apache/catalina/filters/TestRemoteIpFilter.java
|
||||
|
|
@ -17271,6 +17283,12 @@ apache/catalina/util/SessionConfig.java
|
|||
catalina/util/SessionConfig.java
|
||||
util/SessionConfig.java
|
||||
SessionConfig.java
|
||||
java/org/apache/catalina/util/TimeBucketCounterBase.java
|
||||
org/apache/catalina/util/TimeBucketCounterBase.java
|
||||
apache/catalina/util/TimeBucketCounterBase.java
|
||||
catalina/util/TimeBucketCounterBase.java
|
||||
util/TimeBucketCounterBase.java
|
||||
TimeBucketCounterBase.java
|
||||
java/org/apache/catalina/util/LocalStrings_ko.properties
|
||||
org/apache/catalina/util/LocalStrings_ko.properties
|
||||
apache/catalina/util/LocalStrings_ko.properties
|
||||
|
|
@ -17313,6 +17331,18 @@ apache/catalina/util/NetMaskSet.java
|
|||
catalina/util/NetMaskSet.java
|
||||
util/NetMaskSet.java
|
||||
NetMaskSet.java
|
||||
java/org/apache/catalina/util/RateLimiterBase.java
|
||||
org/apache/catalina/util/RateLimiterBase.java
|
||||
apache/catalina/util/RateLimiterBase.java
|
||||
catalina/util/RateLimiterBase.java
|
||||
util/RateLimiterBase.java
|
||||
RateLimiterBase.java
|
||||
java/org/apache/catalina/util/ExactRateLimiter.java
|
||||
org/apache/catalina/util/ExactRateLimiter.java
|
||||
apache/catalina/util/ExactRateLimiter.java
|
||||
catalina/util/ExactRateLimiter.java
|
||||
util/ExactRateLimiter.java
|
||||
ExactRateLimiter.java
|
||||
java/org/apache/catalina/util/CharsetMapper.java
|
||||
org/apache/catalina/util/CharsetMapper.java
|
||||
apache/catalina/util/CharsetMapper.java
|
||||
|
|
|
|||
|
|
@ -748,6 +748,7 @@ test/org/apache/catalina/valves/rewrite/TesterRewriteMapA.java
|
|||
test/org/apache/catalina/valves/rewrite/TestRewriteValve.java
|
||||
test/org/apache/catalina/valves/rewrite/TestResolverSSL.java
|
||||
test/org/apache/catalina/valves/TestRequestFilterValve.java
|
||||
test/org/apache/catalina/valves/TestExtendedAccessLogValveWrap.java
|
||||
test/org/apache/catalina/valves/TestSSLValve.java
|
||||
test/org/apache/catalina/valves/TestLoadBalancerDrainingValve.java
|
||||
test/org/apache/catalina/valves/TestHealthCheckValve.java
|
||||
|
|
@ -890,6 +891,7 @@ test/org/apache/catalina/session/TestStandardSessionIntegration.java
|
|||
test/org/apache/catalina/session/TestPersistentManagerIntegration.java
|
||||
test/org/apache/catalina/session/TestStandardSessionAccessor.java
|
||||
test/org/apache/catalina/filters/TesterHttpServletResponse.java
|
||||
test/org/apache/catalina/filters/TestRateLimitFilterWithExactRateLimiter.java
|
||||
test/org/apache/catalina/filters/TestRemoteIpFilter.java
|
||||
test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java
|
||||
test/org/apache/catalina/filters/TestCsrfPreventionFilter.java
|
||||
|
|
@ -3027,6 +3029,7 @@ java/org/apache/catalina/util/ErrorPageSupport.java
|
|||
java/org/apache/catalina/util/CustomObjectInputStream.java
|
||||
java/org/apache/catalina/util/FilterUtil.java
|
||||
java/org/apache/catalina/util/SessionConfig.java
|
||||
java/org/apache/catalina/util/TimeBucketCounterBase.java
|
||||
java/org/apache/catalina/util/LocalStrings_ko.properties
|
||||
java/org/apache/catalina/util/Introspection.java
|
||||
java/org/apache/catalina/util/LifecycleBase.java
|
||||
|
|
@ -3034,6 +3037,8 @@ java/org/apache/catalina/util/LocalStrings_pt_BR.properties
|
|||
java/org/apache/catalina/util/StringUtil.java
|
||||
java/org/apache/catalina/util/ParameterMap.java
|
||||
java/org/apache/catalina/util/NetMaskSet.java
|
||||
java/org/apache/catalina/util/RateLimiterBase.java
|
||||
java/org/apache/catalina/util/ExactRateLimiter.java
|
||||
java/org/apache/catalina/util/CharsetMapper.java
|
||||
java/org/apache/catalina/util/Strftime.java
|
||||
java/org/apache/catalina/util/SessionIdGeneratorBase.java
|
||||
|
|
|
|||
|
|
@ -8807,6 +8807,11 @@ js/e2e-utils-playwright/changelog/.gitkeep
|
|||
e2e-utils-playwright/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-fix-editor-canvas-locator-gb-20.6
|
||||
js/e2e-utils-playwright/changelog/e2e-utils-playwright-fix-editor-canvas-locator-gb-20.6
|
||||
e2e-utils-playwright/changelog/e2e-utils-playwright-fix-editor-canvas-locator-gb-20.6
|
||||
changelog/e2e-utils-playwright-fix-editor-canvas-locator-gb-20.6
|
||||
e2e-utils-playwright-fix-editor-canvas-locator-gb-20.6
|
||||
packages/js/e2e-utils-playwright/babel.config.js
|
||||
js/e2e-utils-playwright/babel.config.js
|
||||
e2e-utils-playwright/babel.config.js
|
||||
|
|
@ -21644,11 +21649,11 @@ js/email-editor/src/global.d.ts
|
|||
email-editor/src/global.d.ts
|
||||
src/global.d.ts
|
||||
global.d.ts
|
||||
packages/js/email-editor/src/index.scss
|
||||
js/email-editor/src/index.scss
|
||||
email-editor/src/index.scss
|
||||
src/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/style.scss
|
||||
js/email-editor/src/style.scss
|
||||
email-editor/src/style.scss
|
||||
src/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx
|
||||
js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx
|
||||
email-editor/src/components/template-select/template-categories-list-sidebar.tsx
|
||||
|
|
@ -21663,13 +21668,13 @@ src/components/template-select/index.ts
|
|||
components/template-select/index.ts
|
||||
template-select/index.ts
|
||||
index.ts
|
||||
packages/js/email-editor/src/components/template-select/index.scss
|
||||
js/email-editor/src/components/template-select/index.scss
|
||||
email-editor/src/components/template-select/index.scss
|
||||
src/components/template-select/index.scss
|
||||
components/template-select/index.scss
|
||||
template-select/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/template-select/style.scss
|
||||
js/email-editor/src/components/template-select/style.scss
|
||||
email-editor/src/components/template-select/style.scss
|
||||
src/components/template-select/style.scss
|
||||
components/template-select/style.scss
|
||||
template-select/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/template-select/template-list.tsx
|
||||
js/email-editor/src/components/template-select/template-list.tsx
|
||||
email-editor/src/components/template-select/template-list.tsx
|
||||
|
|
@ -21719,13 +21724,13 @@ src/components/header/index.ts
|
|||
components/header/index.ts
|
||||
header/index.ts
|
||||
index.ts
|
||||
packages/js/email-editor/src/components/header/index.scss
|
||||
js/email-editor/src/components/header/index.scss
|
||||
email-editor/src/components/header/index.scss
|
||||
src/components/header/index.scss
|
||||
components/header/index.scss
|
||||
header/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/header/style.scss
|
||||
js/email-editor/src/components/header/style.scss
|
||||
email-editor/src/components/header/style.scss
|
||||
src/components/header/style.scss
|
||||
components/header/style.scss
|
||||
header/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/header/more-menu.tsx
|
||||
js/email-editor/src/components/header/more-menu.tsx
|
||||
email-editor/src/components/header/more-menu.tsx
|
||||
|
|
@ -21782,13 +21787,13 @@ src/components/sidebar/index.ts
|
|||
components/sidebar/index.ts
|
||||
sidebar/index.ts
|
||||
index.ts
|
||||
packages/js/email-editor/src/components/sidebar/index.scss
|
||||
js/email-editor/src/components/sidebar/index.scss
|
||||
email-editor/src/components/sidebar/index.scss
|
||||
src/components/sidebar/index.scss
|
||||
components/sidebar/index.scss
|
||||
sidebar/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/sidebar/style.scss
|
||||
js/email-editor/src/components/sidebar/style.scss
|
||||
email-editor/src/components/sidebar/style.scss
|
||||
src/components/sidebar/style.scss
|
||||
components/sidebar/style.scss
|
||||
sidebar/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/sidebar/template-revert-modal.tsx
|
||||
js/email-editor/src/components/sidebar/template-revert-modal.tsx
|
||||
email-editor/src/components/sidebar/template-revert-modal.tsx
|
||||
|
|
@ -21873,13 +21878,13 @@ src/components/notices/index.ts
|
|||
components/notices/index.ts
|
||||
notices/index.ts
|
||||
index.ts
|
||||
packages/js/email-editor/src/components/notices/index.scss
|
||||
js/email-editor/src/components/notices/index.scss
|
||||
email-editor/src/components/notices/index.scss
|
||||
src/components/notices/index.scss
|
||||
components/notices/index.scss
|
||||
notices/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/notices/style.scss
|
||||
js/email-editor/src/components/notices/style.scss
|
||||
email-editor/src/components/notices/style.scss
|
||||
src/components/notices/style.scss
|
||||
components/notices/style.scss
|
||||
notices/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/notices/snackbars.tsx
|
||||
js/email-editor/src/components/notices/snackbars.tsx
|
||||
email-editor/src/components/notices/snackbars.tsx
|
||||
|
|
@ -21929,13 +21934,13 @@ src/components/block-editor/layout.tsx
|
|||
components/block-editor/layout.tsx
|
||||
block-editor/layout.tsx
|
||||
layout.tsx
|
||||
packages/js/email-editor/src/components/block-editor/index.scss
|
||||
js/email-editor/src/components/block-editor/index.scss
|
||||
email-editor/src/components/block-editor/index.scss
|
||||
src/components/block-editor/index.scss
|
||||
components/block-editor/index.scss
|
||||
block-editor/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/block-editor/style.scss
|
||||
js/email-editor/src/components/block-editor/style.scss
|
||||
email-editor/src/components/block-editor/style.scss
|
||||
src/components/block-editor/style.scss
|
||||
components/block-editor/style.scss
|
||||
block-editor/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx
|
||||
js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx
|
||||
email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx
|
||||
|
|
@ -21960,13 +21965,13 @@ components/block-editor/visual-editor/visual-editor.tsx
|
|||
block-editor/visual-editor/visual-editor.tsx
|
||||
visual-editor/visual-editor.tsx
|
||||
visual-editor.tsx
|
||||
packages/js/email-editor/src/components/personalization-tags/index.scss
|
||||
js/email-editor/src/components/personalization-tags/index.scss
|
||||
email-editor/src/components/personalization-tags/index.scss
|
||||
src/components/personalization-tags/index.scss
|
||||
components/personalization-tags/index.scss
|
||||
personalization-tags/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/personalization-tags/style.scss
|
||||
js/email-editor/src/components/personalization-tags/style.scss
|
||||
email-editor/src/components/personalization-tags/style.scss
|
||||
src/components/personalization-tags/style.scss
|
||||
components/personalization-tags/style.scss
|
||||
personalization-tags/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/personalization-tags/personalization-tags-popover.tsx
|
||||
js/email-editor/src/components/personalization-tags/personalization-tags-popover.tsx
|
||||
email-editor/src/components/personalization-tags/personalization-tags-popover.tsx
|
||||
|
|
@ -22062,13 +22067,13 @@ src/components/styles-sidebar/index.ts
|
|||
components/styles-sidebar/index.ts
|
||||
styles-sidebar/index.ts
|
||||
index.ts
|
||||
packages/js/email-editor/src/components/styles-sidebar/index.scss
|
||||
js/email-editor/src/components/styles-sidebar/index.scss
|
||||
email-editor/src/components/styles-sidebar/index.scss
|
||||
src/components/styles-sidebar/index.scss
|
||||
components/styles-sidebar/index.scss
|
||||
styles-sidebar/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/styles-sidebar/style.scss
|
||||
js/email-editor/src/components/styles-sidebar/style.scss
|
||||
email-editor/src/components/styles-sidebar/style.scss
|
||||
src/components/styles-sidebar/style.scss
|
||||
components/styles-sidebar/style.scss
|
||||
styles-sidebar/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/styles-sidebar/styles-sidebar.tsx
|
||||
js/email-editor/src/components/styles-sidebar/styles-sidebar.tsx
|
||||
email-editor/src/components/styles-sidebar/styles-sidebar.tsx
|
||||
|
|
@ -22154,13 +22159,13 @@ src/components/preview/index.ts
|
|||
components/preview/index.ts
|
||||
preview/index.ts
|
||||
index.ts
|
||||
packages/js/email-editor/src/components/preview/index.scss
|
||||
js/email-editor/src/components/preview/index.scss
|
||||
email-editor/src/components/preview/index.scss
|
||||
src/components/preview/index.scss
|
||||
components/preview/index.scss
|
||||
preview/index.scss
|
||||
index.scss
|
||||
packages/js/email-editor/src/components/preview/style.scss
|
||||
js/email-editor/src/components/preview/style.scss
|
||||
email-editor/src/components/preview/style.scss
|
||||
src/components/preview/style.scss
|
||||
components/preview/style.scss
|
||||
preview/style.scss
|
||||
style.scss
|
||||
packages/js/email-editor/src/components/preview/send-preview-email.tsx
|
||||
js/email-editor/src/components/preview/send-preview-email.tsx
|
||||
email-editor/src/components/preview/send-preview-email.tsx
|
||||
|
|
@ -22391,6 +22396,11 @@ packages/js/email-editor/composer.json
|
|||
js/email-editor/composer.json
|
||||
email-editor/composer.json
|
||||
composer.json
|
||||
packages/js/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
js/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
fix-typescript-errors-in-the-email-editor-package
|
||||
packages/js/email-editor/changelog/.gitkeep
|
||||
js/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
@ -22411,6 +22421,10 @@ js/email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-t
|
|||
email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
|
||||
changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
|
||||
add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
|
||||
packages/js/email-editor/webpack.config.js
|
||||
js/email-editor/webpack.config.js
|
||||
email-editor/webpack.config.js
|
||||
webpack.config.js
|
||||
packages/js/email-editor/.eslintrc.js
|
||||
js/email-editor/.eslintrc.js
|
||||
email-editor/.eslintrc.js
|
||||
|
|
@ -23865,6 +23879,11 @@ packages/php/email-editor/composer.json
|
|||
php/email-editor/composer.json
|
||||
email-editor/composer.json
|
||||
composer.json
|
||||
packages/php/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
php/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
fix-typescript-errors-in-the-email-editor-package
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
php/email-editor/changelog/.gitkeep
|
||||
email-editor/changelog/.gitkeep
|
||||
|
|
@ -27729,6 +27748,16 @@ woocommerce/src/Caches/OrderCacheController.php
|
|||
src/Caches/OrderCacheController.php
|
||||
Caches/OrderCacheController.php
|
||||
OrderCacheController.php
|
||||
plugins/woocommerce/src/Caches/OrderCountCacheService.php
|
||||
woocommerce/src/Caches/OrderCountCacheService.php
|
||||
src/Caches/OrderCountCacheService.php
|
||||
Caches/OrderCountCacheService.php
|
||||
OrderCountCacheService.php
|
||||
plugins/woocommerce/src/Caches/OrderCountCache.php
|
||||
woocommerce/src/Caches/OrderCountCache.php
|
||||
src/Caches/OrderCountCache.php
|
||||
Caches/OrderCountCache.php
|
||||
OrderCountCache.php
|
||||
plugins/woocommerce/src/Caches/OrderCache.php
|
||||
woocommerce/src/Caches/OrderCache.php
|
||||
src/Caches/OrderCache.php
|
||||
|
|
@ -46172,11 +46201,6 @@ bin/hook-docs/format-hook-doc/exceptions.js
|
|||
hook-docs/format-hook-doc/exceptions.js
|
||||
format-hook-doc/exceptions.js
|
||||
exceptions.js
|
||||
plugins/woocommerce/client/blocks/.distignore
|
||||
woocommerce/client/blocks/.distignore
|
||||
client/blocks/.distignore
|
||||
blocks/.distignore
|
||||
.distignore
|
||||
plugins/woocommerce/client/blocks/docker-compose.yml
|
||||
woocommerce/client/blocks/docker-compose.yml
|
||||
client/blocks/docker-compose.yml
|
||||
|
|
@ -46224,11 +46248,6 @@ woocommerce/client/blocks/tsconfig.json
|
|||
client/blocks/tsconfig.json
|
||||
blocks/tsconfig.json
|
||||
tsconfig.json
|
||||
plugins/woocommerce/client/blocks/phpcs.xml
|
||||
woocommerce/client/blocks/phpcs.xml
|
||||
client/blocks/phpcs.xml
|
||||
blocks/phpcs.xml
|
||||
phpcs.xml
|
||||
plugins/woocommerce/client/blocks/docs/third-party-developers/extensibility/data-store/query-state.md
|
||||
woocommerce/client/blocks/docs/third-party-developers/extensibility/data-store/query-state.md
|
||||
client/blocks/docs/third-party-developers/extensibility/data-store/query-state.md
|
||||
|
|
@ -48709,11 +48728,6 @@ docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md
|
|||
internal-developers/blocks/feature-flags-and-experimental-interfaces.md
|
||||
blocks/feature-flags-and-experimental-interfaces.md
|
||||
feature-flags-and-experimental-interfaces.md
|
||||
plugins/woocommerce/client/blocks/composer.json
|
||||
woocommerce/client/blocks/composer.json
|
||||
client/blocks/composer.json
|
||||
blocks/composer.json
|
||||
composer.json
|
||||
plugins/woocommerce/client/blocks/.prettierignore
|
||||
woocommerce/client/blocks/.prettierignore
|
||||
client/blocks/.prettierignore
|
||||
|
|
@ -51069,11 +51083,6 @@ woocommerce/client/blocks/.gitattributes
|
|||
client/blocks/.gitattributes
|
||||
blocks/.gitattributes
|
||||
.gitattributes
|
||||
plugins/woocommerce/client/blocks/phpunit.xml.dist
|
||||
woocommerce/client/blocks/phpunit.xml.dist
|
||||
client/blocks/phpunit.xml.dist
|
||||
blocks/phpunit.xml.dist
|
||||
phpunit.xml.dist
|
||||
plugins/woocommerce/client/blocks/assets/js/types/index.ts
|
||||
woocommerce/client/blocks/assets/js/types/index.ts
|
||||
client/blocks/assets/js/types/index.ts
|
||||
|
|
@ -71396,11 +71405,6 @@ woocommerce/client/blocks/wp-cli.yml
|
|||
client/blocks/wp-cli.yml
|
||||
blocks/wp-cli.yml
|
||||
wp-cli.yml
|
||||
plugins/woocommerce/client/blocks/composer.lock
|
||||
woocommerce/client/blocks/composer.lock
|
||||
client/blocks/composer.lock
|
||||
blocks/composer.lock
|
||||
composer.lock
|
||||
plugins/woocommerce/client/blocks/.editorconfig
|
||||
woocommerce/client/blocks/.editorconfig
|
||||
client/blocks/.editorconfig
|
||||
|
|
@ -73547,6 +73551,14 @@ sample_products.csv
|
|||
plugins/woocommerce/composer.json
|
||||
woocommerce/composer.json
|
||||
composer.json
|
||||
plugins/woocommerce/changelog/pr-55840
|
||||
woocommerce/changelog/pr-55840
|
||||
changelog/pr-55840
|
||||
pr-55840
|
||||
plugins/woocommerce/changelog/fix-product-gallery-beta-variable-specific-product-images
|
||||
woocommerce/changelog/fix-product-gallery-beta-variable-specific-product-images
|
||||
changelog/fix-product-gallery-beta-variable-specific-product-images
|
||||
fix-product-gallery-beta-variable-specific-product-images
|
||||
plugins/woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
|
||||
woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
|
||||
changelog/merge-blocks-library-into-woocommerce-plugin
|
||||
|
|
@ -73555,6 +73567,10 @@ plugins/woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
|
|||
woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
|
||||
changelog/56139-update-56084-blueprint-remove-down-link
|
||||
56139-update-56084-blueprint-remove-down-link
|
||||
plugins/woocommerce/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
woocommerce/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
fix-typescript-errors-in-the-email-editor-package
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
|
|
@ -73595,10 +73611,22 @@ plugins/woocommerce/changelog/fix-55952
|
|||
woocommerce/changelog/fix-55952
|
||||
changelog/fix-55952
|
||||
fix-55952
|
||||
plugins/woocommerce/changelog/56059-email-accent-color
|
||||
woocommerce/changelog/56059-email-accent-color
|
||||
changelog/56059-email-accent-color
|
||||
56059-email-accent-color
|
||||
plugins/woocommerce/changelog/fix-53996
|
||||
woocommerce/changelog/fix-53996
|
||||
changelog/fix-53996
|
||||
fix-53996
|
||||
plugins/woocommerce/changelog/56094-add-missing-span-closing-tag
|
||||
woocommerce/changelog/56094-add-missing-span-closing-tag
|
||||
changelog/56094-add-missing-span-closing-tag
|
||||
56094-add-missing-span-closing-tag
|
||||
plugins/woocommerce/changelog/fix-54822
|
||||
woocommerce/changelog/fix-54822
|
||||
changelog/fix-54822
|
||||
fix-54822
|
||||
plugins/woocommerce/changelog/fix-52144
|
||||
woocommerce/changelog/fix-52144
|
||||
changelog/fix-52144
|
||||
|
|
@ -73607,14 +73635,30 @@ plugins/woocommerce/changelog/product-filters-attributes-sort-order
|
|||
woocommerce/changelog/product-filters-attributes-sort-order
|
||||
changelog/product-filters-attributes-sort-order
|
||||
product-filters-attributes-sort-order
|
||||
plugins/woocommerce/changelog/e2e-fix-install-wc
|
||||
woocommerce/changelog/e2e-fix-install-wc
|
||||
changelog/e2e-fix-install-wc
|
||||
e2e-fix-install-wc
|
||||
plugins/woocommerce/changelog/fix-textdomain-loading-warning-in-woocommerce-9-80-beta-1
|
||||
woocommerce/changelog/fix-textdomain-loading-warning-in-woocommerce-9-80-beta-1
|
||||
changelog/fix-textdomain-loading-warning-in-woocommerce-9-80-beta-1
|
||||
fix-textdomain-loading-warning-in-woocommerce-9-80-beta-1
|
||||
plugins/woocommerce/changelog/dev-remove-woo-interactivity
|
||||
woocommerce/changelog/dev-remove-woo-interactivity
|
||||
changelog/dev-remove-woo-interactivity
|
||||
dev-remove-woo-interactivity
|
||||
plugins/woocommerce/changelog/56136-fix-wc_delete_transients
|
||||
woocommerce/changelog/56136-fix-wc_delete_transients
|
||||
changelog/56136-fix-wc_delete_transients
|
||||
56136-fix-wc_delete_transients
|
||||
plugins/woocommerce/changelog/e2e-fix-tests-with-wpcore-6.8
|
||||
woocommerce/changelog/e2e-fix-tests-with-wpcore-6.8
|
||||
changelog/e2e-fix-tests-with-wpcore-6.8
|
||||
e2e-fix-tests-with-wpcore-6.8
|
||||
plugins/woocommerce/changelog/fix-product-editor-xss
|
||||
woocommerce/changelog/fix-product-editor-xss
|
||||
changelog/fix-product-editor-xss
|
||||
fix-product-editor-xss
|
||||
plugins/woocommerce/changelog/55853-fix-shipping-calculator-address-validation
|
||||
woocommerce/changelog/55853-fix-shipping-calculator-address-validation
|
||||
changelog/55853-fix-shipping-calculator-address-validation
|
||||
|
|
@ -73647,10 +73691,18 @@ plugins/woocommerce/changelog/fix-52136
|
|||
woocommerce/changelog/fix-52136
|
||||
changelog/fix-52136
|
||||
fix-52136
|
||||
plugins/woocommerce/changelog/414-appending-coupon-notices-as-elements
|
||||
woocommerce/changelog/414-appending-coupon-notices-as-elements
|
||||
changelog/414-appending-coupon-notices-as-elements
|
||||
414-appending-coupon-notices-as-elements
|
||||
plugins/woocommerce/changelog/product-filters-remove-experimental
|
||||
woocommerce/changelog/product-filters-remove-experimental
|
||||
changelog/product-filters-remove-experimental
|
||||
product-filters-remove-experimental
|
||||
plugins/woocommerce/changelog/fix-394-secure-HTML-elements
|
||||
woocommerce/changelog/fix-394-secure-HTML-elements
|
||||
changelog/fix-394-secure-HTML-elements
|
||||
fix-394-secure-HTML-elements
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-missing-stylesheets
|
||||
woocommerce/changelog/fix-add-to-cart-with-options-missing-stylesheets
|
||||
changelog/fix-add-to-cart-with-options-missing-stylesheets
|
||||
|
|
@ -73663,10 +73715,18 @@ plugins/woocommerce/changelog/add-55696
|
|||
woocommerce/changelog/add-55696
|
||||
changelog/add-55696
|
||||
add-55696
|
||||
plugins/woocommerce/changelog/56049-56015-fatal-errors-caused-by-wc_add_aria_label_to_pagination_numbers
|
||||
woocommerce/changelog/56049-56015-fatal-errors-caused-by-wc_add_aria_label_to_pagination_numbers
|
||||
changelog/56049-56015-fatal-errors-caused-by-wc_add_aria_label_to_pagination_numbers
|
||||
56049-56015-fatal-errors-caused-by-wc_add_aria_label_to_pagination_numbers
|
||||
plugins/woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes
|
||||
woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes
|
||||
changelog/e2e-run-more-e2e-jobs-for-e2e-changes
|
||||
e2e-run-more-e2e-jobs-for-e2e-changes
|
||||
plugins/woocommerce/changelog/e2e-remove-rest-api-dependency
|
||||
woocommerce/changelog/e2e-remove-rest-api-dependency
|
||||
changelog/e2e-remove-rest-api-dependency
|
||||
e2e-remove-rest-api-dependency
|
||||
plugins/woocommerce/changelog/dev-wcdewp-update-deps
|
||||
woocommerce/changelog/dev-wcdewp-update-deps
|
||||
changelog/dev-wcdewp-update-deps
|
||||
|
|
@ -73679,6 +73739,10 @@ plugins/woocommerce/changelog/product-filters-conditional-router-region
|
|||
woocommerce/changelog/product-filters-conditional-router-region
|
||||
changelog/product-filters-conditional-router-region
|
||||
product-filters-conditional-router-region
|
||||
plugins/woocommerce/changelog/product-filters-attributes-query-type
|
||||
woocommerce/changelog/product-filters-attributes-query-type
|
||||
changelog/product-filters-attributes-query-type
|
||||
product-filters-attributes-query-type
|
||||
plugins/woocommerce/changelog/update-product-gallery-refactor-and-performance-improvements
|
||||
woocommerce/changelog/update-product-gallery-refactor-and-performance-improvements
|
||||
changelog/update-product-gallery-refactor-and-performance-improvements
|
||||
|
|
@ -73711,6 +73775,10 @@ plugins/woocommerce/changelog/add-email-editor-sending-transactional-emails
|
|||
woocommerce/changelog/add-email-editor-sending-transactional-emails
|
||||
changelog/add-email-editor-sending-transactional-emails
|
||||
add-email-editor-sending-transactional-emails
|
||||
plugins/woocommerce/changelog/remove-composer-from-blocks
|
||||
woocommerce/changelog/remove-composer-from-blocks
|
||||
changelog/remove-composer-from-blocks
|
||||
remove-composer-from-blocks
|
||||
plugins/woocommerce/patterns/page-coming-soon-split-right-image.php
|
||||
woocommerce/patterns/page-coming-soon-split-right-image.php
|
||||
patterns/page-coming-soon-split-right-image.php
|
||||
|
|
@ -80142,6 +80210,14 @@ src/Blocks/Utils/MiniCartUtilsTest.php
|
|||
Blocks/Utils/MiniCartUtilsTest.php
|
||||
Utils/MiniCartUtilsTest.php
|
||||
MiniCartUtilsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
woocommerce/tests/php/src/Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
tests/php/src/Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
php/src/Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
src/Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
Utils/ProductGalleryUtilsTest.php
|
||||
ProductGalleryUtilsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/AssetsController.php
|
||||
woocommerce/tests/php/src/Blocks/AssetsController.php
|
||||
tests/php/src/Blocks/AssetsController.php
|
||||
|
|
@ -80717,6 +80793,13 @@ src/Blocks/BlockTypes/Cart.php
|
|||
Blocks/BlockTypes/Cart.php
|
||||
BlockTypes/Cart.php
|
||||
Cart.php
|
||||
plugins/woocommerce/tests/php/src/Caching/OrderCountCacheTest.php
|
||||
woocommerce/tests/php/src/Caching/OrderCountCacheTest.php
|
||||
tests/php/src/Caching/OrderCountCacheTest.php
|
||||
php/src/Caching/OrderCountCacheTest.php
|
||||
src/Caching/OrderCountCacheTest.php
|
||||
Caching/OrderCountCacheTest.php
|
||||
OrderCountCacheTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/WPCacheEngineTest.php
|
||||
woocommerce/tests/php/src/Caching/WPCacheEngineTest.php
|
||||
tests/php/src/Caching/WPCacheEngineTest.php
|
||||
|
|
@ -80724,6 +80807,13 @@ php/src/Caching/WPCacheEngineTest.php
|
|||
src/Caching/WPCacheEngineTest.php
|
||||
Caching/WPCacheEngineTest.php
|
||||
WPCacheEngineTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/OrderCountCacheServiceTest.php
|
||||
woocommerce/tests/php/src/Caching/OrderCountCacheServiceTest.php
|
||||
tests/php/src/Caching/OrderCountCacheServiceTest.php
|
||||
php/src/Caching/OrderCountCacheServiceTest.php
|
||||
src/Caching/OrderCountCacheServiceTest.php
|
||||
Caching/OrderCountCacheServiceTest.php
|
||||
OrderCountCacheServiceTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/CacheExceptionTest.php
|
||||
woocommerce/tests/php/src/Caching/CacheExceptionTest.php
|
||||
tests/php/src/Caching/CacheExceptionTest.php
|
||||
|
|
|
|||
|
|
@ -1678,6 +1678,7 @@ packages/js/e2e-utils-playwright/README.md
|
|||
packages/js/e2e-utils-playwright/package.json
|
||||
packages/js/e2e-utils-playwright/composer.json
|
||||
packages/js/e2e-utils-playwright/changelog/.gitkeep
|
||||
packages/js/e2e-utils-playwright/changelog/e2e-utils-playwright-fix-editor-canvas-locator-gb-20.6
|
||||
packages/js/e2e-utils-playwright/babel.config.js
|
||||
packages/js/e2e-utils-playwright/CHANGELOG.md
|
||||
packages/js/e2e-utils-playwright/.eslintrc.js
|
||||
|
|
@ -3711,10 +3712,10 @@ packages/js/email-editor/src/store/store.ts
|
|||
packages/js/email-editor/src/store/resolvers.ts
|
||||
packages/js/email-editor/src/index.ts
|
||||
packages/js/email-editor/src/global.d.ts
|
||||
packages/js/email-editor/src/index.scss
|
||||
packages/js/email-editor/src/style.scss
|
||||
packages/js/email-editor/src/components/template-select/template-categories-list-sidebar.tsx
|
||||
packages/js/email-editor/src/components/template-select/index.ts
|
||||
packages/js/email-editor/src/components/template-select/index.scss
|
||||
packages/js/email-editor/src/components/template-select/style.scss
|
||||
packages/js/email-editor/src/components/template-select/template-list.tsx
|
||||
packages/js/email-editor/src/components/template-select/async.ts
|
||||
packages/js/email-editor/src/components/template-select/select-modal.tsx
|
||||
|
|
@ -3722,7 +3723,7 @@ packages/js/email-editor/src/components/template-select/template-selection.tsx
|
|||
packages/js/email-editor/src/components/header/trash-modal.tsx
|
||||
packages/js/email-editor/src/components/header/campaign-name.tsx
|
||||
packages/js/email-editor/src/components/header/index.ts
|
||||
packages/js/email-editor/src/components/header/index.scss
|
||||
packages/js/email-editor/src/components/header/style.scss
|
||||
packages/js/email-editor/src/components/header/more-menu.tsx
|
||||
packages/js/email-editor/src/components/header/save-all-button.tsx
|
||||
packages/js/email-editor/src/components/header/save-email-button.tsx
|
||||
|
|
@ -3731,7 +3732,7 @@ packages/js/email-editor/src/components/header/header.tsx
|
|||
packages/js/email-editor/src/components/inserter-sidebar/inserter-sidebar.tsx
|
||||
packages/js/email-editor/src/components/sidebar/template-info.tsx
|
||||
packages/js/email-editor/src/components/sidebar/index.ts
|
||||
packages/js/email-editor/src/components/sidebar/index.scss
|
||||
packages/js/email-editor/src/components/sidebar/style.scss
|
||||
packages/js/email-editor/src/components/sidebar/template-revert-modal.tsx
|
||||
packages/js/email-editor/src/components/sidebar/template-settings.tsx
|
||||
packages/js/email-editor/src/components/sidebar/block-compatibility-warnings.tsx
|
||||
|
|
@ -3744,7 +3745,7 @@ packages/js/email-editor/src/components/sidebar/header.tsx
|
|||
packages/js/email-editor/src/components/keybord-shortcuts/index.tsx
|
||||
packages/js/email-editor/src/components/notices/notices.tsx
|
||||
packages/js/email-editor/src/components/notices/index.ts
|
||||
packages/js/email-editor/src/components/notices/index.scss
|
||||
packages/js/email-editor/src/components/notices/style.scss
|
||||
packages/js/email-editor/src/components/notices/snackbars.tsx
|
||||
packages/js/email-editor/src/components/notices/sent-email-notice.tsx
|
||||
packages/js/email-editor/src/components/notices/validation-notices.tsx
|
||||
|
|
@ -3752,11 +3753,11 @@ packages/js/email-editor/src/components/listview-sidebar/listview-sidebar.tsx
|
|||
packages/js/email-editor/src/components/block-editor/editor.tsx
|
||||
packages/js/email-editor/src/components/block-editor/index.ts
|
||||
packages/js/email-editor/src/components/block-editor/layout.tsx
|
||||
packages/js/email-editor/src/components/block-editor/index.scss
|
||||
packages/js/email-editor/src/components/block-editor/style.scss
|
||||
packages/js/email-editor/src/components/block-editor/visual-editor/edit-template-blocks-notification.tsx
|
||||
packages/js/email-editor/src/components/block-editor/visual-editor/use-select-nearest-editable-block.ts
|
||||
packages/js/email-editor/src/components/block-editor/visual-editor/visual-editor.tsx
|
||||
packages/js/email-editor/src/components/personalization-tags/index.scss
|
||||
packages/js/email-editor/src/components/personalization-tags/style.scss
|
||||
packages/js/email-editor/src/components/personalization-tags/personalization-tags-popover.tsx
|
||||
packages/js/email-editor/src/components/personalization-tags/category-section.tsx
|
||||
packages/js/email-editor/src/components/personalization-tags/link-modal.tsx
|
||||
|
|
@ -3770,7 +3771,7 @@ packages/js/email-editor/src/components/styles-sidebar/panels/dimensions-panel.t
|
|||
packages/js/email-editor/src/components/styles-sidebar/panels/typography-panel.tsx
|
||||
packages/js/email-editor/src/components/styles-sidebar/previews/typography-preview.tsx
|
||||
packages/js/email-editor/src/components/styles-sidebar/index.ts
|
||||
packages/js/email-editor/src/components/styles-sidebar/index.scss
|
||||
packages/js/email-editor/src/components/styles-sidebar/style.scss
|
||||
packages/js/email-editor/src/components/styles-sidebar/styles-sidebar.tsx
|
||||
packages/js/email-editor/src/components/styles-sidebar/utils.ts
|
||||
packages/js/email-editor/src/components/styles-sidebar/screens/screen-header.tsx
|
||||
|
|
@ -3782,7 +3783,7 @@ packages/js/email-editor/src/components/styles-sidebar/screens/preview.tsx
|
|||
packages/js/email-editor/src/components/styles-sidebar/screens/screen-typography-element.tsx
|
||||
packages/js/email-editor/src/components/styles-sidebar/screens/screen-layout.tsx
|
||||
packages/js/email-editor/src/components/preview/index.ts
|
||||
packages/js/email-editor/src/components/preview/index.scss
|
||||
packages/js/email-editor/src/components/preview/style.scss
|
||||
packages/js/email-editor/src/components/preview/send-preview-email.tsx
|
||||
packages/js/email-editor/src/components/preview/preview-dropdown.tsx
|
||||
packages/js/email-editor/src/components/autosave/index.ts
|
||||
|
|
@ -3822,10 +3823,12 @@ packages/js/email-editor/tsconfig.json
|
|||
packages/js/email-editor/.stylelintrc
|
||||
packages/js/email-editor/changelog.md
|
||||
packages/js/email-editor/composer.json
|
||||
packages/js/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
packages/js/email-editor/changelog/.gitkeep
|
||||
packages/js/email-editor/changelog/update-wordpress-playground-blueprint
|
||||
packages/js/email-editor/changelog/add-the-email-editor-files-to-woo-monorepo
|
||||
packages/js/email-editor/changelog/add-a-basic-integration-of-the-block-email-editor-to-the-woo-core
|
||||
packages/js/email-editor/webpack.config.js
|
||||
packages/js/email-editor/.eslintrc.js
|
||||
packages/js/email-editor/assets/rich-text.asset.php
|
||||
packages/js/email-editor/assets/rich-text.js
|
||||
|
|
@ -4062,6 +4065,7 @@ packages/php/email-editor/package.json
|
|||
packages/php/email-editor/phpcs.xml
|
||||
packages/php/email-editor/changelog.md
|
||||
packages/php/email-editor/composer.json
|
||||
packages/php/email-editor/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
packages/php/email-editor/changelog/.gitkeep
|
||||
packages/php/email-editor/changelog/add-the-email-editor-files-to-woo-monorepo
|
||||
packages/php/email-editor/changelog/improve-allowed-templates-check-on-save
|
||||
|
|
@ -4760,6 +4764,8 @@ plugins/woocommerce/src/Caching/CacheEngine.php
|
|||
plugins/woocommerce/src/Caching/CacheException.php
|
||||
plugins/woocommerce/src/Caching/WPCacheEngine.php
|
||||
plugins/woocommerce/src/Caches/OrderCacheController.php
|
||||
plugins/woocommerce/src/Caches/OrderCountCacheService.php
|
||||
plugins/woocommerce/src/Caches/OrderCountCache.php
|
||||
plugins/woocommerce/src/Caches/OrderCache.php
|
||||
plugins/woocommerce/src/Checkout/Helpers/ReserveStockException.php
|
||||
plugins/woocommerce/src/Checkout/Helpers/ReserveStock.php
|
||||
|
|
@ -7094,7 +7100,6 @@ plugins/woocommerce/client/blocks/bin/hook-docs/format-hook-doc/returns.js
|
|||
plugins/woocommerce/client/blocks/bin/hook-docs/format-hook-doc/example.js
|
||||
plugins/woocommerce/client/blocks/bin/hook-docs/format-hook-doc/params.js
|
||||
plugins/woocommerce/client/blocks/bin/hook-docs/format-hook-doc/exceptions.js
|
||||
plugins/woocommerce/client/blocks/.distignore
|
||||
plugins/woocommerce/client/blocks/docker-compose.yml
|
||||
plugins/woocommerce/client/blocks/.vscode/extensions.json
|
||||
plugins/woocommerce/client/blocks/.vscode/storybook.code-snippets
|
||||
|
|
@ -7104,7 +7109,6 @@ plugins/woocommerce/client/blocks/package.json
|
|||
plugins/woocommerce/client/blocks/global.d.ts
|
||||
plugins/woocommerce/client/blocks/.prettierrc.js
|
||||
plugins/woocommerce/client/blocks/tsconfig.json
|
||||
plugins/woocommerce/client/blocks/phpcs.xml
|
||||
plugins/woocommerce/client/blocks/docs/third-party-developers/extensibility/data-store/query-state.md
|
||||
plugins/woocommerce/client/blocks/docs/third-party-developers/extensibility/data-store/README.md
|
||||
plugins/woocommerce/client/blocks/docs/third-party-developers/extensibility/data-store/validation.md
|
||||
|
|
@ -7388,7 +7392,6 @@ plugins/woocommerce/client/blocks/docs/internal-developers/rest-api/extend-rest-
|
|||
plugins/woocommerce/client/blocks/docs/internal-developers/blocks/stock-reservation.md
|
||||
plugins/woocommerce/client/blocks/docs/internal-developers/blocks/README.md
|
||||
plugins/woocommerce/client/blocks/docs/internal-developers/blocks/feature-flags-and-experimental-interfaces.md
|
||||
plugins/woocommerce/client/blocks/composer.json
|
||||
plugins/woocommerce/client/blocks/.prettierignore
|
||||
plugins/woocommerce/client/blocks/.markdownlintignore
|
||||
plugins/woocommerce/client/blocks/babel.config.js
|
||||
|
|
@ -7657,7 +7660,6 @@ plugins/woocommerce/client/blocks/tests/js/config/testing-library.js
|
|||
plugins/woocommerce/client/blocks/tests/js/config/global-mocks.js
|
||||
plugins/woocommerce/client/blocks/tests/js/jest.config.json
|
||||
plugins/woocommerce/client/blocks/.gitattributes
|
||||
plugins/woocommerce/client/blocks/phpunit.xml.dist
|
||||
plugins/woocommerce/client/blocks/assets/js/types/index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/types/type-defs/countries.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/types/type-defs/contexts.ts
|
||||
|
|
@ -9673,7 +9675,6 @@ plugins/woocommerce/client/blocks/postcss.config.js
|
|||
plugins/woocommerce/client/blocks/.stylelintrc.json
|
||||
plugins/woocommerce/client/blocks/tsconfig.base.json
|
||||
plugins/woocommerce/client/blocks/wp-cli.yml
|
||||
plugins/woocommerce/client/blocks/composer.lock
|
||||
plugins/woocommerce/client/blocks/.editorconfig
|
||||
plugins/woocommerce/client/blocks/packages/prices/index.js
|
||||
plugins/woocommerce/client/blocks/packages/prices/utils/index.js
|
||||
|
|
@ -10011,8 +10012,11 @@ plugins/woocommerce/sample-data/experimental_sample_9_products.csv
|
|||
plugins/woocommerce/sample-data/experimental_fashion_sample_9_products.csv
|
||||
plugins/woocommerce/sample-data/sample_products.csv
|
||||
plugins/woocommerce/composer.json
|
||||
plugins/woocommerce/changelog/pr-55840
|
||||
plugins/woocommerce/changelog/fix-product-gallery-beta-variable-specific-product-images
|
||||
plugins/woocommerce/changelog/merge-blocks-library-into-woocommerce-plugin
|
||||
plugins/woocommerce/changelog/56139-update-56084-blueprint-remove-down-link
|
||||
plugins/woocommerce/changelog/fix-typescript-errors-in-the-email-editor-package
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/fix-ci-workflow-on-tagging
|
||||
plugins/woocommerce/changelog/update-disable-core-profiler-free-feature-fallback
|
||||
|
|
@ -10023,11 +10027,18 @@ plugins/woocommerce/changelog/pr-55973
|
|||
plugins/woocommerce/changelog/56129-56128-undefined-array-key-PaymentUtils
|
||||
plugins/woocommerce/changelog/53019-fix-32837-48761-48775-48954-incorrect-net-sales-in-analytics-product-reports-for-partial-and-full-refunds
|
||||
plugins/woocommerce/changelog/fix-55952
|
||||
plugins/woocommerce/changelog/56059-email-accent-color
|
||||
plugins/woocommerce/changelog/fix-53996
|
||||
plugins/woocommerce/changelog/56094-add-missing-span-closing-tag
|
||||
plugins/woocommerce/changelog/fix-54822
|
||||
plugins/woocommerce/changelog/fix-52144
|
||||
plugins/woocommerce/changelog/product-filters-attributes-sort-order
|
||||
plugins/woocommerce/changelog/e2e-fix-install-wc
|
||||
plugins/woocommerce/changelog/fix-textdomain-loading-warning-in-woocommerce-9-80-beta-1
|
||||
plugins/woocommerce/changelog/dev-remove-woo-interactivity
|
||||
plugins/woocommerce/changelog/56136-fix-wc_delete_transients
|
||||
plugins/woocommerce/changelog/e2e-fix-tests-with-wpcore-6.8
|
||||
plugins/woocommerce/changelog/fix-product-editor-xss
|
||||
plugins/woocommerce/changelog/55853-fix-shipping-calculator-address-validation
|
||||
plugins/woocommerce/changelog/55767-remove-invalid-trailing-space-55766
|
||||
plugins/woocommerce/changelog/fix-42350
|
||||
|
|
@ -10036,14 +10047,19 @@ plugins/woocommerce/changelog/update-top-level-validation-rules-54875
|
|||
plugins/woocommerce/changelog/refactor-show-shipping-usage-54894
|
||||
plugins/woocommerce/changelog/fix-error-saving-non-public-emails
|
||||
plugins/woocommerce/changelog/fix-52136
|
||||
plugins/woocommerce/changelog/414-appending-coupon-notices-as-elements
|
||||
plugins/woocommerce/changelog/product-filters-remove-experimental
|
||||
plugins/woocommerce/changelog/fix-394-secure-HTML-elements
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-missing-stylesheets
|
||||
plugins/woocommerce/changelog/dev-ci-jobs-add-dependency-changes-ignore-option
|
||||
plugins/woocommerce/changelog/add-55696
|
||||
plugins/woocommerce/changelog/56049-56015-fatal-errors-caused-by-wc_add_aria_label_to_pagination_numbers
|
||||
plugins/woocommerce/changelog/e2e-run-more-e2e-jobs-for-e2e-changes
|
||||
plugins/woocommerce/changelog/e2e-remove-rest-api-dependency
|
||||
plugins/woocommerce/changelog/dev-wcdewp-update-deps
|
||||
plugins/woocommerce/changelog/add-onboarding-business-step-virtual-select-control
|
||||
plugins/woocommerce/changelog/product-filters-conditional-router-region
|
||||
plugins/woocommerce/changelog/product-filters-attributes-query-type
|
||||
plugins/woocommerce/changelog/update-product-gallery-refactor-and-performance-improvements
|
||||
plugins/woocommerce/changelog/fix-55901
|
||||
plugins/woocommerce/changelog/55796-add-54370-hide_flat_rate_when_free
|
||||
|
|
@ -10052,6 +10068,7 @@ plugins/woocommerce/changelog/product-filters-legacy-migration
|
|||
plugins/woocommerce/changelog/fix-56148
|
||||
plugins/woocommerce/changelog/55736-fix-51493
|
||||
plugins/woocommerce/changelog/add-email-editor-sending-transactional-emails
|
||||
plugins/woocommerce/changelog/remove-composer-from-blocks
|
||||
plugins/woocommerce/patterns/page-coming-soon-split-right-image.php
|
||||
plugins/woocommerce/patterns/related-products.php
|
||||
plugins/woocommerce/patterns/banner.php
|
||||
|
|
@ -10967,6 +10984,7 @@ plugins/woocommerce/tests/php/src/Blocks/Utils/CartCheckoutUtilsTest.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/Utils/single-product.html
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/BlockTemplateUtilsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/MiniCartUtilsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/ProductGalleryUtilsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/AssetsController.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Templates/SingleProductTemplateCompatibilityTests.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Templates/SingleProductTemplateTests.php
|
||||
|
|
@ -11035,7 +11053,9 @@ plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductQuery.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/AddToCartWithOptions.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Checkout.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/Cart.php
|
||||
plugins/woocommerce/tests/php/src/Caching/OrderCountCacheTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/WPCacheEngineTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/OrderCountCacheServiceTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/CacheExceptionTest.php
|
||||
plugins/woocommerce/tests/php/src/Caching/InvalidObjectCacheClass.php
|
||||
plugins/woocommerce/tests/php/src/Caching/ObjectCacheTest.php
|
||||
|
|
|
|||
|
|
@ -1586,8 +1586,8 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://amazon.de/robots.txt
|
||||
http://support.microsoft.com/robots.txt
|
||||
http://mozilla.org/robots.txt
|
||||
http://web.archive.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3310,7 +3310,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
|
|
@ -314,6 +314,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/%3Cloc%3E
|
||||
/*&dateFrom=
|
||||
/*+*+*+
|
||||
/*-Off-or-More
|
||||
/*-anal$
|
||||
/*-anal-
|
||||
/*-anal-*.html
|
||||
|
|
@ -2382,6 +2383,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/Ajax
|
||||
/Ajax/MediaData
|
||||
/Ajax/Similar
|
||||
/BotDetectCaptcha.ashx
|
||||
/BucketContent
|
||||
/CHANGELOG.txt
|
||||
/CVS
|
||||
|
|
@ -2410,7 +2412,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/QuerySuggestion
|
||||
/RedesignBucket
|
||||
/SelectLocale?fromPage=
|
||||
/SiteProcessForm.aspx
|
||||
/UPGRADE.txt
|
||||
/WebResource.axd
|
||||
/Xhr
|
||||
/_
|
||||
/_/rsrc
|
||||
|
|
@ -2559,6 +2563,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/audible/signinRedirect
|
||||
/auth
|
||||
/autos/marketplace/product/*
|
||||
/avg-review
|
||||
/b
|
||||
/b/*/*
|
||||
/b/*/*+
|
||||
|
|
@ -2798,6 +2803,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/customer-success-stories/._filter.newestSort
|
||||
/customer-success-stories/._filter.popularSort
|
||||
/d
|
||||
/d--
|
||||
/databaseresults
|
||||
/datacenter/bedrockstub
|
||||
/date
|
||||
|
|
@ -2805,6 +2811,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/day*.html
|
||||
/deals/compare
|
||||
/deportes
|
||||
/depth_*--
|
||||
/descendants
|
||||
/detect_country.json
|
||||
/diff
|
||||
|
|
@ -2905,6 +2912,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/ext/make/ingest
|
||||
/external
|
||||
/external-application
|
||||
/external-products
|
||||
/f
|
||||
/favorite-*.html
|
||||
/favorite.html
|
||||
|
|
@ -2955,7 +2963,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/forr/companyadmin
|
||||
/forum-attachment
|
||||
/forums
|
||||
/free-shipping
|
||||
/friends$
|
||||
/from-europe
|
||||
/full-commit
|
||||
/full_screen_preview
|
||||
/fullscreen-page
|
||||
|
|
@ -2987,6 +2997,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/goglobal/
|
||||
/goldlog$
|
||||
/group
|
||||
/h--
|
||||
/hack
|
||||
/hardware/*/cart
|
||||
/havadurumu/
|
||||
|
|
@ -2994,6 +3005,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/headlines
|
||||
/health/search/filter
|
||||
/healthvault/
|
||||
/height_*--
|
||||
/help
|
||||
/help/*/article/search?
|
||||
/help/article/search?
|
||||
|
|
@ -3077,6 +3089,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/l/*/73367
|
||||
/l/*/73368
|
||||
/l/*/73369
|
||||
/label--
|
||||
/laboratory/conductAllInScope
|
||||
/landing
|
||||
/lang
|
||||
|
|
@ -3130,6 +3143,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/lijstjes
|
||||
/likes
|
||||
/link
|
||||
/list
|
||||
/list/*
|
||||
/list/ls*/_ajax
|
||||
/list/ls*/export
|
||||
|
|
@ -3143,6 +3157,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/lists/followed$
|
||||
/lists/friends$
|
||||
/lite/article/*/image
|
||||
/live-stream
|
||||
/load.js
|
||||
/loft-apartments_att
|
||||
/log
|
||||
|
|
@ -3162,6 +3177,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/lp/
|
||||
/lp/hygge-desk
|
||||
/lp/hygge-desk-br
|
||||
/ls=
|
||||
/maduro
|
||||
/maduro.html
|
||||
/magazine/
|
||||
|
|
@ -3342,6 +3358,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/p/*/embed/captioned
|
||||
/page
|
||||
/page-*.html
|
||||
/page404.aspx
|
||||
/paid-posts
|
||||
/params/smecompany/entityid-*
|
||||
/parking
|
||||
|
|
@ -3368,6 +3385,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/pingback$
|
||||
/pinned_flashes
|
||||
/pins
|
||||
/plans
|
||||
/platform
|
||||
/platform/amp
|
||||
/platform/disqus
|
||||
|
|
@ -3385,8 +3403,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/podcast/ITEM_NAME
|
||||
/pogoda/
|
||||
/policies
|
||||
/popular
|
||||
/popular-month
|
||||
/popular-month/*/channel
|
||||
/popular-today
|
||||
/popular-week
|
||||
/popular-week/*/channel
|
||||
/popular/*/channel
|
||||
|
|
@ -3399,6 +3419,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/pre-foreclosure
|
||||
/preferences/
|
||||
/preview
|
||||
/price--
|
||||
/price-comparison
|
||||
/price/*?locale
|
||||
/prijsoverzicht
|
||||
|
|
@ -3410,6 +3431,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/privacy-policy-generator
|
||||
/privacy-policy-generator/*/load_aside_right_box
|
||||
/private-promo
|
||||
/probr-1~/project-type--*/$
|
||||
/product-refs
|
||||
/productaanbevelingen
|
||||
/producten-vergelijken
|
||||
|
|
@ -3417,6 +3439,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/products
|
||||
/products/*?*filter=
|
||||
/products/erp/s4hana-private-edition/trial.html
|
||||
/professionals/*/*project-type-*-probr1-
|
||||
/professionals/*/*style-modern-probr1-
|
||||
/profile
|
||||
/profile-about
|
||||
/profiles
|
||||
|
|
@ -3436,6 +3460,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/pvData$
|
||||
/pvid$
|
||||
/qc
|
||||
/query
|
||||
/questions
|
||||
/r
|
||||
/r/
|
||||
|
|
@ -3607,6 +3632,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/search?searchNarrator=*&sort=
|
||||
/search?searchProvider=*&sort=
|
||||
/search?title=
|
||||
/searchDirectory
|
||||
/searchsuggest
|
||||
/season/200
|
||||
/secure/
|
||||
|
|
@ -3614,6 +3640,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/select-cadeau-sparen/?
|
||||
/selectlocale-dmc?fromPage=
|
||||
/sell-now
|
||||
/seller--
|
||||
/seminar/
|
||||
/sendpv$
|
||||
/sensor
|
||||
|
|
@ -3635,6 +3662,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/sexy-video
|
||||
/sexy-video-musalman.html
|
||||
/share
|
||||
/ship-to-country
|
||||
/ship-to-country--
|
||||
/shop
|
||||
/shop/*/favoriters
|
||||
/shop/*/sold
|
||||
|
|
@ -3678,6 +3707,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/site/
|
||||
/sitecore/
|
||||
/sitemap_gpdc.xml
|
||||
/sitethankyou.aspx
|
||||
/skeleton
|
||||
/skin-preview
|
||||
/skip-video
|
||||
|
|
@ -3741,6 +3771,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/tables
|
||||
/tag
|
||||
/tag/*&
|
||||
/tag=
|
||||
/tagged
|
||||
/tags
|
||||
/tags$
|
||||
|
|
@ -3754,6 +3785,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/test
|
||||
/test-template
|
||||
/testhome
|
||||
/thankyoupage.aspx
|
||||
/the-tonight-show/guest
|
||||
/theme-store/preview/thank-you
|
||||
/theme-store/search
|
||||
|
|
@ -3852,6 +3884,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/vaak-samen-gekocht
|
||||
/vader/
|
||||
/vejr/
|
||||
/vendorActivityManager
|
||||
/vendorLeadTime
|
||||
/version!libs
|
||||
/video
|
||||
/video-
|
||||
|
|
@ -3880,6 +3914,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/vogue-club/perk
|
||||
/vsarticleshow/*
|
||||
/w
|
||||
/w--
|
||||
/w/?q=
|
||||
/w?q=
|
||||
/watch
|
||||
|
|
@ -3891,6 +3926,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/weer/
|
||||
/wetter/
|
||||
/widget
|
||||
/width_*--
|
||||
/wiki/Special:
|
||||
/wiki/index.php/Help
|
||||
/wiki/index.php/MediaWiki
|
||||
|
|
@ -4143,6 +4179,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?calendar
|
||||
?cat=*
|
||||
?categoryId=
|
||||
?cbp
|
||||
?channel=
|
||||
?chapter_analytics_code=
|
||||
?checkoutError=deal_unavailable
|
||||
|
|
@ -4329,6 +4366,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?noheader
|
||||
?noredirect=true&config=standalone
|
||||
?np=y
|
||||
?null
|
||||
?null$
|
||||
?nv_excludes
|
||||
?nvid
|
||||
|
|
@ -4338,6 +4376,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?offset=0
|
||||
?onboard=
|
||||
?op=
|
||||
?oq=
|
||||
?order
|
||||
?order=
|
||||
?orderid
|
||||
|
|
@ -5386,6 +5425,7 @@ OnThisDay
|
|||
OpenGraphLander
|
||||
OpenZoomLayer
|
||||
OpeningHours
|
||||
OptOutEmail
|
||||
OptimusNativePayment
|
||||
OrderItemDisplay
|
||||
OrderItemDisplay=
|
||||
|
|
@ -5640,6 +5680,7 @@ SavedFlightsSearchesAjax
|
|||
SavedPhotos
|
||||
Saves
|
||||
ScreensaverShade
|
||||
ScriptResource.axd
|
||||
Scripts
|
||||
Search
|
||||
Search
|
||||
|
|
@ -5910,6 +5951,7 @@ WebObjects/MZFinance.woa
|
|||
WebObjects/MZPersonalizer.woa
|
||||
WebObjects/MZStore.woa/wa/viewMultiRoom?
|
||||
WebObjects/MZStoreElements.woa
|
||||
WebResource.axd
|
||||
WebX
|
||||
WhatsNearby
|
||||
WidgetBrowserExtension
|
||||
|
|
@ -6104,6 +6146,7 @@ _td
|
|||
_td_api
|
||||
_tdhl_api
|
||||
_tdpp_api
|
||||
_template
|
||||
_themes
|
||||
_uac/adpage.html
|
||||
_v1st
|
||||
|
|
@ -7205,6 +7248,7 @@ attach
|
|||
attachments/*/download_file
|
||||
attr-cm-warning-signs
|
||||
au
|
||||
au$
|
||||
au*/listing/*/favoriters
|
||||
au*/people/*/circle
|
||||
au*/people/*/favorites
|
||||
|
|
@ -7841,6 +7885,7 @@ browse/reviews/recent
|
|||
browse/san-jose?lat=*$
|
||||
browseNode=*&node=
|
||||
browseNode=*&page=
|
||||
browseReviews
|
||||
browse_
|
||||
browse_content
|
||||
browser/tutorials
|
||||
|
|
@ -7864,6 +7909,7 @@ buddy/
|
|||
bug-navigator
|
||||
build
|
||||
build.xml
|
||||
builders
|
||||
bundle-next
|
||||
bursar
|
||||
bus/api
|
||||
|
|
@ -7913,6 +7959,7 @@ business/xmlrpc.php
|
|||
businessinfo
|
||||
businesswars
|
||||
button
|
||||
buttonWidget
|
||||
buy
|
||||
buy/select-product
|
||||
buy_buttons
|
||||
|
|
@ -8868,6 +8915,7 @@ collaborate
|
|||
collaborating-with-slack
|
||||
collaboration/boards
|
||||
collaboration/shared-boards
|
||||
collection/*/product
|
||||
collection/api/logger
|
||||
collections
|
||||
collections.php
|
||||
|
|
@ -9524,7 +9572,6 @@ daily/grubstreet
|
|||
daily/southflorida
|
||||
dare-me
|
||||
dashboard
|
||||
dashboard/login
|
||||
dashboard/notes
|
||||
dashboard/overview
|
||||
dashboard/signup
|
||||
|
|
@ -9553,6 +9600,7 @@ dcomlib/
|
|||
ddl2
|
||||
ddp
|
||||
de
|
||||
de$
|
||||
de*/listing/*/favoriters
|
||||
de*/people/*/circle
|
||||
de*/people/*/favorites
|
||||
|
|
@ -9794,6 +9842,7 @@ dental/intranet
|
|||
dental/perio
|
||||
dental/students
|
||||
denver
|
||||
depth--
|
||||
design
|
||||
design/
|
||||
design/free/files
|
||||
|
|
@ -9803,6 +9852,7 @@ designdb/*/showData.jsp
|
|||
designdb/*?
|
||||
designdb/jsp
|
||||
designer_pricing.php
|
||||
designers
|
||||
designers/events/fullscreen-page
|
||||
designtech
|
||||
designtool
|
||||
|
|
@ -9917,6 +9967,8 @@ discussion/your-comments
|
|||
discussion/your-profile
|
||||
discussions
|
||||
discussions/*
|
||||
discussions/*sort=
|
||||
discussions/*view=
|
||||
discussions/search
|
||||
disney23/iframe/
|
||||
disneyid
|
||||
|
|
@ -9927,6 +9979,7 @@ distributions
|
|||
distropic
|
||||
distrovid/myvideos
|
||||
dk
|
||||
dk$
|
||||
dk-en*/listing/*/favoriters
|
||||
dk-en*/people/*/circle
|
||||
dk-en*/people/*/favorites
|
||||
|
|
@ -10618,6 +10671,7 @@ errorpages
|
|||
errors
|
||||
errors
|
||||
es
|
||||
es$
|
||||
es*/listing/*/favoriters
|
||||
es*/people/*/circle
|
||||
es*/people/*/favorites
|
||||
|
|
@ -11065,6 +11119,7 @@ fb
|
|||
fb.html
|
||||
fbclid=
|
||||
fbdirect/me
|
||||
fbhome
|
||||
fbl/faq.html
|
||||
fbl/home.html
|
||||
fbl/howitworks.html
|
||||
|
|
@ -11364,6 +11419,7 @@ fp_ms/_rcv/remote?
|
|||
fpc/
|
||||
fpjs
|
||||
fr
|
||||
fr$
|
||||
fr*/listing/*/favoriters
|
||||
fr*/people/*/circle
|
||||
fr*/people/*/favorites
|
||||
|
|
@ -11639,9 +11695,11 @@ get-author-review
|
|||
get-cloud/
|
||||
get-galleryfragment
|
||||
get-giftmodule
|
||||
get-hired
|
||||
get-menu-header
|
||||
get-started
|
||||
getCallUsInfoData
|
||||
getMoreSimilarGalleriesAjax
|
||||
getMostReadArticles
|
||||
getRelatedArticles
|
||||
get_midroll_info
|
||||
|
|
@ -11946,6 +12004,7 @@ gutscheine/*?code=
|
|||
gutscheine/suche?
|
||||
gview
|
||||
gwc
|
||||
gws$
|
||||
gwt
|
||||
gx/en/audit-services-risk-assurance-services/assets/PwCs_journals_ai.pdf
|
||||
gx/en/forensics/gecs-2020/pdf/global-economic-crime-and-fraud-survey-2020.pdf
|
||||
|
|
@ -12042,6 +12101,7 @@ healthy/hm-test-page-4-diabetes-and-sweets
|
|||
healthy/hm-test-page-5-diabetes-and-sweets
|
||||
healthz
|
||||
heartbeat.html
|
||||
height--
|
||||
helios
|
||||
hello
|
||||
help
|
||||
|
|
@ -12229,6 +12289,7 @@ hotels/rpc
|
|||
hotels/search
|
||||
hotfix/
|
||||
houseads
|
||||
houzz-historyzz
|
||||
how-caregivers-helped-loved-ones-with-attr-cm
|
||||
how-low-will-you-go-
|
||||
howfastisazuretablestorage/*
|
||||
|
|
@ -12276,12 +12337,14 @@ hsb/kb/*/discuss
|
|||
hsb/search
|
||||
hsb/user
|
||||
hsb/users
|
||||
hsc
|
||||
ht/node/
|
||||
htdocs
|
||||
html
|
||||
html-to-img/
|
||||
html/story
|
||||
html5
|
||||
http
|
||||
http-checker
|
||||
http2_data
|
||||
http://2.bp.blogspot.com/robots.txt
|
||||
|
|
@ -12368,6 +12431,7 @@ hz/contact-us/ajax/initiate-trusted-contact
|
|||
hz/help/contact/*/message/$
|
||||
hz/leaderboard/hall-of-fame
|
||||
hz/leaderboard/top-reviewers
|
||||
hznb
|
||||
i
|
||||
i/api
|
||||
i/api/*
|
||||
|
|
@ -12440,6 +12504,7 @@ idea-pin-builder
|
|||
idea-pin-invite
|
||||
idea-place/p
|
||||
idea-place/test
|
||||
ideabooks
|
||||
ideas/*/?s=*
|
||||
ideas/*/about
|
||||
ideas/?s=*
|
||||
|
|
@ -12449,6 +12514,7 @@ identity/accountsettingsactivityweb
|
|||
identity/accountsettingssyaf
|
||||
idx
|
||||
ie
|
||||
ie$
|
||||
ie*/listing/*/favoriters
|
||||
ie*/people/*/circle
|
||||
ie*/people/*/favorites
|
||||
|
|
@ -12587,6 +12653,7 @@ image-*chatId=
|
|||
image-*mode=
|
||||
image-*tool=
|
||||
image/detailprint
|
||||
imageClipperUpload
|
||||
images
|
||||
images-apphost
|
||||
images-data
|
||||
|
|
@ -12597,6 +12664,7 @@ images/*.png
|
|||
images/?
|
||||
images/async/?
|
||||
images/async?
|
||||
images/gen/
|
||||
images/hosted/?
|
||||
images/hosted/search?
|
||||
images/hosted?
|
||||
|
|
@ -12641,6 +12709,7 @@ important/dataleak
|
|||
important/fuite-donnees
|
||||
importante/fuga-de-datos
|
||||
in
|
||||
in$
|
||||
in-en*/listing/*/favoriters
|
||||
in-en*/people/*/circle
|
||||
in-en*/people/*/favorites
|
||||
|
|
@ -12961,6 +13030,7 @@ isapi/
|
|||
isbn
|
||||
isdh/drafts_local/
|
||||
it
|
||||
it$
|
||||
it*/listing/*/favoriters
|
||||
it*/people/*/circle
|
||||
it*/people/*/favorites
|
||||
|
|
@ -13128,6 +13198,7 @@ iw/user
|
|||
iw/users
|
||||
iznanka
|
||||
j
|
||||
j/pro-site
|
||||
ja-jp.www.cloudflare.com
|
||||
ja-jp/
|
||||
ja-jp/c
|
||||
|
|
@ -13344,6 +13415,7 @@ journals
|
|||
journals/*/about-this-journal
|
||||
journals/testfieldhumanities/
|
||||
jp
|
||||
jp$
|
||||
jp*/listing/*/favoriters
|
||||
jp*/people/*/circle
|
||||
jp*/people/*/favorites
|
||||
|
|
@ -13408,10 +13480,14 @@ jquery-libs/static-1.48
|
|||
jref
|
||||
js
|
||||
js
|
||||
js/ajaxconn
|
||||
js/widget.js
|
||||
js2
|
||||
js3
|
||||
js3/ta-mobile
|
||||
js3/vr-shared
|
||||
jsErrAjax
|
||||
jsGalleryWidget
|
||||
jsapi
|
||||
jscripts
|
||||
jsearch
|
||||
|
|
@ -13872,6 +13948,7 @@ lp/thank-you-reader%
|
|||
lp/thank-you-reader?
|
||||
lp/three
|
||||
lp/webinars
|
||||
lsSvc.asmx/
|
||||
lsoinstall
|
||||
lspoll/
|
||||
lst/ng
|
||||
|
|
@ -15076,6 +15153,7 @@ npk
|
|||
npln
|
||||
npost/
|
||||
npr
|
||||
nqrwns
|
||||
ns/
|
||||
ns/hydra/console/?
|
||||
ns/local_news
|
||||
|
|
@ -15098,6 +15176,7 @@ nymag/columns/intelligencer/features/16951
|
|||
nymag/letters/14872
|
||||
nyucard/campuscash/admin
|
||||
nz
|
||||
nz$
|
||||
nz*/listing/*/favoriters
|
||||
nz*/people/*/circle
|
||||
nz*/people/*/favorites
|
||||
|
|
@ -15243,6 +15322,7 @@ opt-in-mobile
|
|||
opt-out-info.jsp
|
||||
opt-out.jsp
|
||||
opt/widget-cache.php
|
||||
optInEmail
|
||||
optimize
|
||||
optimize-360
|
||||
optin/
|
||||
|
|
@ -15265,6 +15345,7 @@ orders
|
|||
orders/timeline
|
||||
organization-guest
|
||||
organizationInviteDeclined
|
||||
organizationMembers
|
||||
organizationinvited
|
||||
organizations
|
||||
origin=
|
||||
|
|
@ -15421,6 +15502,7 @@ page/html
|
|||
page/scientific-american-digital-subscription-user-guide
|
||||
page/scientific-american-mind-digital-subscription-user-guide
|
||||
page/slbu
|
||||
page404.aspx
|
||||
page=
|
||||
page=2$
|
||||
page_object/page_object_status
|
||||
|
|
@ -15802,6 +15884,11 @@ pf/api/v3
|
|||
pgfeapp
|
||||
ph
|
||||
ph/Download
|
||||
phbr
|
||||
phbr0
|
||||
phbr1-
|
||||
phbr2-
|
||||
phbr~r_
|
||||
phenom
|
||||
phone/compare/?
|
||||
phoneinfo
|
||||
|
|
@ -15814,16 +15901,19 @@ photogallery/*.xml$
|
|||
photos
|
||||
photos.php
|
||||
photos/*/lightbox
|
||||
photos/*a_86-
|
||||
photos/app_store_link
|
||||
photos/archivesact/6011019532/nearby
|
||||
photos/gbachelie
|
||||
photos/i_love_u_get_away_from_me
|
||||
photos/query
|
||||
photos/tags/*/page
|
||||
photos/video
|
||||
photos/videos
|
||||
photos/youpy
|
||||
photosales/index.cfm?fuseaction=
|
||||
photosandvideos
|
||||
phvw-vp
|
||||
piano
|
||||
pickadate/static-1.6
|
||||
pictures/*+
|
||||
|
|
@ -16166,6 +16256,9 @@ pqa
|
|||
pr
|
||||
pr=
|
||||
practical-law-the-journal/search
|
||||
prbr
|
||||
prbr0
|
||||
prbr1
|
||||
preferedui=
|
||||
preferedui=desktop
|
||||
preference
|
||||
|
|
@ -16259,10 +16352,19 @@ private-promo
|
|||
private/http://sgtrains.com/robots.txt
|
||||
private/wtrack
|
||||
pro
|
||||
pro-learn
|
||||
pro-learn/blog/*error
|
||||
pro-resources
|
||||
pro-site
|
||||
pro-solutions
|
||||
pro/about
|
||||
pro2
|
||||
proFile/history?
|
||||
proMatch
|
||||
proProjects
|
||||
proVideoWidget
|
||||
probr
|
||||
probr0
|
||||
processFind
|
||||
procurement/
|
||||
producers/webmanual
|
||||
|
|
@ -16289,16 +16391,95 @@ productid=
|
|||
production-monitoring
|
||||
production/
|
||||
products
|
||||
products/*--*--*--
|
||||
products/*/accent-chests-and-cabinets/review--4-stars-and-up
|
||||
products/*/armoires-and-wardrobes/review--4-stars-and-up
|
||||
products/*/bar-tables/review--4-stars-and-up
|
||||
products/*/bath-mats/review--4-stars-and-up
|
||||
products/*/bathtub-faucets/review--4-stars-and-up
|
||||
products/*/bedroom-furniture-sets/review--4-stars-and-up
|
||||
products/*/bunk-beds/review--4-stars-and-up
|
||||
products/*/ceiling-lighting/review--4-stars-and-up
|
||||
products/*/comforters-and-comforter-sets/review--4-stars-and-up
|
||||
products/*/height*--*Large
|
||||
products/*/height*--*Small
|
||||
products/*/height*--*Tall
|
||||
products/*/height*--*Thin
|
||||
products/*/height_stool--
|
||||
products/*/height_table--
|
||||
products/*/interior-doors/review--4-stars-and-up
|
||||
products/*/kitchen-island-lighting/review--4-stars-and-up
|
||||
products/*/lamp-shades/review--4-stars-and-up
|
||||
products/*/living-room-furniture/review--4-stars-and-up
|
||||
products/*/love-seats/review--4-stars-and-up
|
||||
products/*/outdoor-cushions-and-pillows/review--4-stars-and-up
|
||||
products/*/outdoor-rocking-chairs/review--4-stars-and-up
|
||||
products/*/quilts/review--4-stars-and-up
|
||||
products/*/review--
|
||||
products/*/screens-and-room-dividers/review--4-stars-and-up
|
||||
products/*/storage-cabinets/review--4-stars-and-up
|
||||
products/*/swing-arm-wall-lamps/review--4-stars-and-up
|
||||
products/*/tile/review--4-stars-and-up
|
||||
products/*/toilet-paper-holders/review--4-stars-and-up
|
||||
products/*/width*--*Large
|
||||
products/*/width*--*Small
|
||||
products/*/wine-racks/review--4-stars-and-up
|
||||
products/accent-chests-and-cabinets/*review--4-stars-and-up
|
||||
products/armoires-and-wardrobes/*review--4-stars-and-up
|
||||
products/bar-tables/*review--4-stars-and-up
|
||||
products/bath-mats/*review--4-stars-and-up
|
||||
products/bathroom-sinks/*--*--*--
|
||||
products/bathroom-sinks/*--*--*--*--
|
||||
products/bathtub-faucets/*review--4-stars-and-up
|
||||
products/bedroom-furniture-sets/*review--4-stars-and-up
|
||||
products/bunk-beds/*review--4-stars-and-up
|
||||
products/ceiling-lighting/*review--4-stars-and-up
|
||||
products/comforters-and-comforter-sets/*review--4-stars-and-up
|
||||
products/commerce-cloud/partner-marketplace/.
|
||||
products/console-tables/*--*--*--
|
||||
products/console-tables/*--*--*--*--
|
||||
products/container.html
|
||||
products/content
|
||||
products/decorative-pillows/*--*--*--
|
||||
products/decorative-pillows/*--*--*--*--
|
||||
products/einstein/ai-research.
|
||||
products/erp/s4hana-private-edition/trial.html
|
||||
products/filing-cabinets/*--*--*--
|
||||
products/filing-cabinets/*--*--*--*--
|
||||
products/finder
|
||||
products/fire-pits/*--*--*--
|
||||
products/fire-pits/*--*--*--*--
|
||||
products/holiday-sales-*sgbr-sg
|
||||
products/home-perf
|
||||
products/interior-doors/*review--4-stars-and-up
|
||||
products/kitchen-island-lighting/*review--4-stars-and-up
|
||||
products/lamp-shades/*review--4-stars-and-up
|
||||
products/living-room-furniture/*review--4-stars-and-up
|
||||
products/love-seats/*review--4-stars-and-up
|
||||
products/ottomans-and-cubes/*--*--*--
|
||||
products/ottomans-and-cubes/*--*--*--*--
|
||||
products/outdoor-cushions-and-pillows/*review--4-stars-and-up
|
||||
products/outdoor-rocking-chairs/*review--4-stars-and-up
|
||||
products/platform-beds/*--*--*--
|
||||
products/platform-beds/*--*--*--*--
|
||||
products/product/*/sku
|
||||
products/query
|
||||
products/query/*nqrwns
|
||||
products/quilts/*review--4-stars-and-up
|
||||
products/screens-and-room-dividers/*review--4-stars-and-up
|
||||
products/search?text=
|
||||
products/sectional-sofas/*--*--*--
|
||||
products/sectional-sofas/*--*--*--*--
|
||||
products/shower-benches-and-seats/*--*--*--
|
||||
products/shower-benches-and-seats/*--*--*--*--
|
||||
products/storage-cabinets/*review--4-stars-and-up
|
||||
products/swing-arm-wall-lamps/*review--4-stars-and-up
|
||||
products/telepresence-for-docker/thank-you
|
||||
products/tile/*review--4-stars-and-up
|
||||
products/toilet-paper-holders/*review--4-stars-and-up
|
||||
products/wall-sconces/*--*--*--
|
||||
products/wall-sconces/*--*--*--*--
|
||||
products/wine-racks/*review--4-stars-and-up
|
||||
products/world-war-i/?category=
|
||||
products;
|
||||
products?
|
||||
|
|
@ -16307,6 +16488,10 @@ productshowimg
|
|||
professional-certificates-noperf
|
||||
professional-certificates-perf
|
||||
professional-users
|
||||
professionals/*/s
|
||||
professionals/*/sortReviews
|
||||
professionals/query
|
||||
professionals/s
|
||||
profil
|
||||
profile
|
||||
profile/
|
||||
|
|
@ -16612,6 +16797,7 @@ purchases
|
|||
puzzles/leaderboards/invite
|
||||
pv1/
|
||||
pv2/
|
||||
pvp/dual-heads-12-rain-high-pressure-shower-system-with-3-way-thermostatic-faucet-matte-black-prpv-pv~192604086
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
|
|
@ -16659,6 +16845,7 @@ query
|
|||
query$
|
||||
query%
|
||||
query=
|
||||
query=
|
||||
query?
|
||||
query?*action=issuu.documents.list_anonymous$
|
||||
query?*action=issuu.documents.list_anonymous&
|
||||
|
|
@ -17245,7 +17432,9 @@ review/rate
|
|||
review/show
|
||||
review/top-reviewers
|
||||
reviewFilters
|
||||
reviewSeller
|
||||
reviewVote
|
||||
reviewWidget
|
||||
review_feed_auto_fetch
|
||||
reviewit
|
||||
reviews
|
||||
|
|
@ -17345,6 +17534,7 @@ rt%3Dnc
|
|||
rt=nc
|
||||
rta-logging/reader-history.php
|
||||
ru
|
||||
ru$
|
||||
ru-ru.www.cloudflare.com
|
||||
ru-ru/
|
||||
ru-ru/feedback
|
||||
|
|
@ -17570,6 +17760,8 @@ sch/sis.html
|
|||
schittscreek
|
||||
scholar
|
||||
scholar_share
|
||||
scholarship
|
||||
scholarships
|
||||
schools/TestHistoryAsync.htm
|
||||
schoolsearch
|
||||
sciam/esi-my-account.cfm
|
||||
|
|
@ -17652,6 +17844,7 @@ sdfe/pdf/download/read/noindex/pii
|
|||
sdfe/reader/pii
|
||||
sdk/js
|
||||
se
|
||||
se$
|
||||
se-en*/listing/*/favoriters
|
||||
se-en*/people/*/circle
|
||||
se-en*/people/*/favorites
|
||||
|
|
@ -17937,6 +18130,7 @@ service-search/other-services/Psychologicaltherapies(IAPT)/LocationSearch/10008
|
|||
service/
|
||||
service/suche/index.html*query
|
||||
service=ajax
|
||||
serviceQuestionnaireAjax
|
||||
servicedesk/
|
||||
services
|
||||
services.min.js?_=
|
||||
|
|
@ -17966,6 +18160,7 @@ setup_organization=
|
|||
sf/test
|
||||
sf11500465=
|
||||
sg
|
||||
sg$
|
||||
sg-en*/listing/*/favoriters
|
||||
sg-en*/people/*/circle
|
||||
sg-en*/people/*/favorites
|
||||
|
|
@ -18026,6 +18221,7 @@ sg/node/add
|
|||
sg/search
|
||||
sg/user
|
||||
sg/user$
|
||||
sgbr-sg
|
||||
sgtm/g/collect
|
||||
sh
|
||||
sh/onboarding
|
||||
|
|
@ -18193,6 +18389,7 @@ site.webmanifest
|
|||
site/search
|
||||
site/us/en/test/
|
||||
siteBackHtml
|
||||
siteSwitch
|
||||
site_map/
|
||||
sitecore
|
||||
sitecounterajax
|
||||
|
|
@ -18534,6 +18731,7 @@ sk/sk/pwclegal/ludia.html
|
|||
sk/user
|
||||
sk/users
|
||||
skazki
|
||||
sketches
|
||||
sl-si/
|
||||
sl/
|
||||
sl/*.html
|
||||
|
|
@ -18679,6 +18877,7 @@ specials
|
|||
specific
|
||||
speed
|
||||
speed-test-parent
|
||||
spf=
|
||||
spice
|
||||
splash
|
||||
splashui
|
||||
|
|
@ -19144,6 +19343,7 @@ svgimageproc
|
|||
svk
|
||||
svpRecommendations
|
||||
sw
|
||||
sw$
|
||||
sw-shell.html
|
||||
sw/forums
|
||||
sw/kb/*/discuss
|
||||
|
|
@ -19909,6 +20109,7 @@ ui-images/static-2.106
|
|||
ui-images/static-2.116
|
||||
ui-images/static-2.193
|
||||
ui-images/static-2.92
|
||||
uiLoggerAjax
|
||||
uibreakfast
|
||||
uk
|
||||
uk
|
||||
|
|
@ -20738,6 +20939,7 @@ view
|
|||
view-3d-home
|
||||
view-floor-plan
|
||||
view-imx
|
||||
viewReview
|
||||
viewconfig$
|
||||
viewer
|
||||
viewlocale=zh_CN
|
||||
|
|
@ -20981,6 +21183,7 @@ widgets/fix/widget
|
|||
widgets/trk
|
||||
widgets=
|
||||
widnows/
|
||||
width--
|
||||
wiki
|
||||
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%3ASearch
|
||||
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5:Search
|
||||
|
|
@ -21720,6 +21923,7 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://rtbf.be/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
wp-admin/load-styles.php
|
||||
|
|
@ -21824,6 +22028,9 @@ wpost/proxy
|
|||
wrap_up
|
||||
write-
|
||||
write-review
|
||||
writeReview/cmd=
|
||||
writeReview2/cmd=
|
||||
writeReview2/ew
|
||||
writeareview
|
||||
writers/writing-tips/
|
||||
ws
|
||||
|
|
@ -22092,6 +22299,7 @@ zz-test
|
|||
{{section}}
|
||||
{{url}}
|
||||
~
|
||||
~*
|
||||
~X~
|
||||
~ecartis
|
||||
~guido/orlijn
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue