[Github Action] Automated trickest wordlists update.

This commit is contained in:
GitHub Action 2024-05-09 00:19:37 +00:00
parent 955ca877a5
commit 71c0a1eec0
23 changed files with 1700 additions and 1041 deletions

View file

@ -6180,6 +6180,11 @@ src/database/migrations/20240122A-add-report-url-fields.ts
database/migrations/20240122A-add-report-url-fields.ts
migrations/20240122A-add-report-url-fields.ts
20240122A-add-report-url-fields.ts
api/src/database/migrations/20240422A-public-registration.ts
src/database/migrations/20240422A-public-registration.ts
database/migrations/20240422A-public-registration.ts
migrations/20240422A-public-registration.ts
20240422A-public-registration.ts
api/src/database/migrations/20210312A-webhooks-collections-text.ts
src/database/migrations/20210312A-webhooks-collections-text.ts
database/migrations/20210312A-webhooks-collections-text.ts
@ -6724,6 +6729,12 @@ services/mail/templates/user-invitation.liquid
mail/templates/user-invitation.liquid
templates/user-invitation.liquid
user-invitation.liquid
api/src/services/mail/templates/user-registration.liquid
src/services/mail/templates/user-registration.liquid
services/mail/templates/user-registration.liquid
mail/templates/user-registration.liquid
templates/user-registration.liquid
user-registration.liquid
api/src/services/mail/templates/base.liquid
src/services/mail/templates/base.liquid
services/mail/templates/base.liquid
@ -7447,6 +7458,10 @@ api/src/middleware/error-handler.ts
src/middleware/error-handler.ts
middleware/error-handler.ts
error-handler.ts
api/src/middleware/rate-limiter-registration.ts
src/middleware/rate-limiter-registration.ts
middleware/rate-limiter-registration.ts
rate-limiter-registration.ts
api/src/flows.ts
src/flows.ts
flows.ts
@ -8398,96 +8413,16 @@ directus/cli.js
cli.js
ecosystem.config.cjs
cla.md
.changeset/soft-pigs-applaud.md
soft-pigs-applaud.md
.changeset/twelve-owls-tickle.md
twelve-owls-tickle.md
.changeset/smooth-ears-buy.md
smooth-ears-buy.md
.changeset/unlucky-bugs-refuse.md
unlucky-bugs-refuse.md
.changeset/little-ducks-own.md
little-ducks-own.md
.changeset/strong-bulldogs-type.md
strong-bulldogs-type.md
.changeset/late-lions-pump.md
late-lions-pump.md
.changeset/brave-chairs-switch.md
brave-chairs-switch.md
.changeset/twelve-sloths-beg.md
twelve-sloths-beg.md
.changeset/selfish-sloths-double.md
selfish-sloths-double.md
.changeset/warm-bees-glow.md
warm-bees-glow.md
.changeset/long-toes-pull.md
long-toes-pull.md
.changeset/lucky-rivers-taste.md
lucky-rivers-taste.md
.changeset/wise-donuts-sit.md
wise-donuts-sit.md
.changeset/six-tigers-pull.md
six-tigers-pull.md
.changeset/quick-onions-beam.md
quick-onions-beam.md
.changeset/stupid-singers-smash.md
stupid-singers-smash.md
.changeset/bright-mirrors-rush.md
bright-mirrors-rush.md
.changeset/blue-lies-double.md
blue-lies-double.md
.changeset/purple-shirts-care.md
purple-shirts-care.md
.changeset/six-bags-play.md
six-bags-play.md
.changeset/curvy-fishes-work.md
curvy-fishes-work.md
.changeset/rude-carrots-confess.md
rude-carrots-confess.md
.changeset/stupid-dingos-drop.md
stupid-dingos-drop.md
.changeset/chilly-papayas-drive.md
chilly-papayas-drive.md
.changeset/seven-brooms-applaud.md
seven-brooms-applaud.md
.changeset/good-elephants-knock.md
good-elephants-knock.md
.changeset/big-shrimps-prove.md
big-shrimps-prove.md
.changeset/four-eggs-wait.md
four-eggs-wait.md
.changeset/smooth-games-hug.md
smooth-games-hug.md
.changeset/weak-chefs-sniff.md
weak-chefs-sniff.md
.changeset/stupid-laws-jog.md
stupid-laws-jog.md
.changeset/fluffy-walls-destroy.md
fluffy-walls-destroy.md
.changeset/yellow-tigers-explain.md
yellow-tigers-explain.md
.changeset/rude-brooms-cry.md
rude-brooms-cry.md
.changeset/green-sloths-sparkle.md
green-sloths-sparkle.md
.changeset/shiny-avocados-eat.md
shiny-avocados-eat.md
.changeset/rude-cougars-suffer.md
rude-cougars-suffer.md
.changeset/swift-dryers-shake.md
swift-dryers-shake.md
.changeset/rotten-colts-divide.md
rotten-colts-divide.md
.changeset/tough-rocks-do.md
tough-rocks-do.md
.changeset/new-carrots-do.md
new-carrots-do.md
.changeset/yellow-frogs-warn.md
yellow-frogs-warn.md
.changeset/happy-oranges-play.md
happy-oranges-play.md
.changeset/curvy-houses-grin.md
curvy-houses-grin.md
.changeset/config.json
config.json
.changeset/big-kiwis-happen.md
big-kiwis-happen.md
.changeset/thick-chicken-swim.md
thick-chicken-swim.md
.changeset/bright-buttons-develop.md
bright-buttons-develop.md
.eslintrc.js
docs/.eslintrc-code-blocks.cjs
.eslintrc-code-blocks.cjs
@ -15168,6 +15103,16 @@ src/routes/reset-password/reset.vue
routes/reset-password/reset.vue
reset-password/reset.vue
reset.vue
app/src/routes/register/register.vue
src/routes/register/register.vue
routes/register/register.vue
register/register.vue
register.vue
app/src/routes/register/register-form.vue
src/routes/register/register-form.vue
routes/register/register-form.vue
register/register-form.vue
register-form.vue
app/src/routes/private-not-found.vue
src/routes/private-not-found.vue
routes/private-not-found.vue

View file

@ -1286,6 +1286,7 @@ api/src/database/migrations/20211009A-add-auth-data.ts
api/src/database/migrations/20230927A-themes.ts
api/src/database/migrations/20210805A-update-groups.ts
api/src/database/migrations/20240122A-add-report-url-fields.ts
api/src/database/migrations/20240422A-public-registration.ts
api/src/database/migrations/20210312A-webhooks-collections-text.ts
api/src/database/migrations/20201029A-remove-system-relations.ts
api/src/database/migrations/20230721A-require-shares-fields.ts
@ -1397,6 +1398,7 @@ api/src/services/collections.ts
api/src/services/mail/index.ts
api/src/services/mail/templates/password-reset.liquid
api/src/services/mail/templates/user-invitation.liquid
api/src/services/mail/templates/user-registration.liquid
api/src/services/mail/templates/base.liquid
api/src/services/schema.test.ts
api/src/services/import-export.ts
@ -1563,6 +1565,7 @@ api/src/middleware/use-collection.ts
api/src/middleware/cors.ts
api/src/middleware/validate-batch.test.ts
api/src/middleware/error-handler.ts
api/src/middleware/rate-limiter-registration.ts
api/src/flows.ts
api/src/extensions/types.ts
api/src/extensions/index.ts
@ -1739,51 +1742,11 @@ directus/license
directus/cli.js
ecosystem.config.cjs
cla.md
.changeset/soft-pigs-applaud.md
.changeset/twelve-owls-tickle.md
.changeset/smooth-ears-buy.md
.changeset/unlucky-bugs-refuse.md
.changeset/little-ducks-own.md
.changeset/strong-bulldogs-type.md
.changeset/late-lions-pump.md
.changeset/brave-chairs-switch.md
.changeset/twelve-sloths-beg.md
.changeset/selfish-sloths-double.md
.changeset/warm-bees-glow.md
.changeset/long-toes-pull.md
.changeset/lucky-rivers-taste.md
.changeset/wise-donuts-sit.md
.changeset/six-tigers-pull.md
.changeset/quick-onions-beam.md
.changeset/stupid-singers-smash.md
.changeset/bright-mirrors-rush.md
.changeset/blue-lies-double.md
.changeset/purple-shirts-care.md
.changeset/six-bags-play.md
.changeset/curvy-fishes-work.md
.changeset/rude-carrots-confess.md
.changeset/stupid-dingos-drop.md
.changeset/chilly-papayas-drive.md
.changeset/seven-brooms-applaud.md
.changeset/good-elephants-knock.md
.changeset/big-shrimps-prove.md
.changeset/four-eggs-wait.md
.changeset/smooth-games-hug.md
.changeset/weak-chefs-sniff.md
.changeset/stupid-laws-jog.md
.changeset/fluffy-walls-destroy.md
.changeset/yellow-tigers-explain.md
.changeset/rude-brooms-cry.md
.changeset/green-sloths-sparkle.md
.changeset/shiny-avocados-eat.md
.changeset/rude-cougars-suffer.md
.changeset/swift-dryers-shake.md
.changeset/rotten-colts-divide.md
.changeset/tough-rocks-do.md
.changeset/new-carrots-do.md
.changeset/yellow-frogs-warn.md
.changeset/happy-oranges-play.md
.changeset/curvy-houses-grin.md
.changeset/config.json
.changeset/big-kiwis-happen.md
.changeset/thick-chicken-swim.md
.changeset/bright-buttons-develop.md
.eslintrc.js
docs/.eslintrc-code-blocks.cjs
docs/package.json
@ -3123,6 +3086,8 @@ app/src/routes/shared/components/share-item.vue
app/src/routes/reset-password/reset-password.vue
app/src/routes/reset-password/request.vue
app/src/routes/reset-password/reset.vue
app/src/routes/register/register.vue
app/src/routes/register/register-form.vue
app/src/routes/private-not-found.vue
app/src/routes/accept-invite.vue
app/src/routes/logout.vue

View file

@ -4417,6 +4417,10 @@ info.php
htdocs/contact/note.php
contact/note.php
note.php
htdocs/contact/ajax/contact.php
contact/ajax/contact.php
ajax/contact.php
contact.php
htdocs/contact/class/contact.class.php
contact/class/contact.class.php
class/contact.class.php

View file

@ -989,6 +989,7 @@ htdocs/contact/card.php
htdocs/contact/consumption.php
htdocs/contact/info.php
htdocs/contact/note.php
htdocs/contact/ajax/contact.php
htdocs/contact/class/contact.class.php
htdocs/custom/README.md
htdocs/document.php

View file

@ -66754,6 +66754,11 @@ modules/user/src/UserNameValidator.php
user/src/UserNameValidator.php
src/UserNameValidator.php
UserNameValidator.php
core/modules/user/src/UserAuthentication.php
modules/user/src/UserAuthentication.php
user/src/UserAuthentication.php
src/UserAuthentication.php
UserAuthentication.php
core/modules/user/src/RegisterForm.php
modules/user/src/RegisterForm.php
user/src/RegisterForm.php

View file

@ -9582,6 +9582,7 @@ core/modules/user/src/AccountForm.php
core/modules/user/src/ToolbarLinkBuilder.php
core/modules/user/src/UserInterface.php
core/modules/user/src/UserNameValidator.php
core/modules/user/src/UserAuthentication.php
core/modules/user/src/RegisterForm.php
core/modules/user/src/RoleAccessControlHandler.php
core/modules/user/src/UserStorageInterface.php

View file

@ -6313,6 +6313,10 @@ erpnext/patches/v15_0/allow_on_submit_dimensions_for_repostable_doctypes.py
patches/v15_0/allow_on_submit_dimensions_for_repostable_doctypes.py
v15_0/allow_on_submit_dimensions_for_repostable_doctypes.py
allow_on_submit_dimensions_for_repostable_doctypes.py
erpnext/patches/v15_0/fix_debit_credit_in_transaction_currency.py
patches/v15_0/fix_debit_credit_in_transaction_currency.py
v15_0/fix_debit_credit_in_transaction_currency.py
fix_debit_credit_in_transaction_currency.py
erpnext/patches/v15_0/create_advance_payment_status.py
patches/v15_0/create_advance_payment_status.py
v15_0/create_advance_payment_status.py

View file

@ -1346,6 +1346,7 @@ erpnext/patches/v15_0/enable_all_leads.py
erpnext/patches/v15_0/update_asset_value_for_manual_depr_entries.py
erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py
erpnext/patches/v15_0/allow_on_submit_dimensions_for_repostable_doctypes.py
erpnext/patches/v15_0/fix_debit_credit_in_transaction_currency.py
erpnext/patches/v15_0/create_advance_payment_status.py
erpnext/patches/v15_0/delete_taxjar_doctypes.py
erpnext/patches/v15_0/delete_saudi_doctypes.py

View file

@ -51939,12 +51939,24 @@ Tools/Stream/Api/GetFollowers.php
Stream/Api/GetFollowers.php
Api/GetFollowers.php
GetFollowers.php
application/Espo/Tools/Stream/Api/PostNotePin.php
Espo/Tools/Stream/Api/PostNotePin.php
Tools/Stream/Api/PostNotePin.php
Stream/Api/PostNotePin.php
Api/PostNotePin.php
PostNotePin.php
application/Espo/Tools/Stream/Api/DeleteFollowers.php
Espo/Tools/Stream/Api/DeleteFollowers.php
Tools/Stream/Api/DeleteFollowers.php
Stream/Api/DeleteFollowers.php
Api/DeleteFollowers.php
DeleteFollowers.php
application/Espo/Tools/Stream/Api/DeleteNotePin.php
Espo/Tools/Stream/Api/DeleteNotePin.php
Tools/Stream/Api/DeleteNotePin.php
Stream/Api/DeleteNotePin.php
Api/DeleteNotePin.php
DeleteNotePin.php
application/Espo/Tools/Stream/Api/GetOwn.php
Espo/Tools/Stream/Api/GetOwn.php
Tools/Stream/Api/GetOwn.php

View file

@ -8307,7 +8307,9 @@ application/Espo/Tools/Stream/Jobs/ProcessNoteAcl.php
application/Espo/Tools/Stream/Jobs/ControlFollowers.php
application/Espo/Tools/Stream/FollowerRecordService.php
application/Espo/Tools/Stream/Api/GetFollowers.php
application/Espo/Tools/Stream/Api/PostNotePin.php
application/Espo/Tools/Stream/Api/DeleteFollowers.php
application/Espo/Tools/Stream/Api/DeleteNotePin.php
application/Espo/Tools/Stream/Api/GetOwn.php
application/Espo/Tools/Stream/Api/PostFollowers.php
application/Espo/Tools/Stream/Api/GetGlobal.php

View file

@ -7315,6 +7315,14 @@ zips/zip-with-base-dir/basedir/test.json
zip-with-base-dir/basedir/test.json
basedir/test.json
test.json
ghost/core/test/utils/fixtures/import/zips/empty.zip
core/test/utils/fixtures/import/zips/empty.zip
test/utils/fixtures/import/zips/empty.zip
utils/fixtures/import/zips/empty.zip
fixtures/import/zips/empty.zip
import/zips/empty.zip
zips/empty.zip
empty.zip
ghost/core/test/utils/fixtures/import/zips/zip-with-double-base-dir/basedir/basedir/test.json
core/test/utils/fixtures/import/zips/zip-with-double-base-dir/basedir/basedir/test.json
test/utils/fixtures/import/zips/zip-with-double-base-dir/basedir/basedir/test.json
@ -22254,6 +22262,24 @@ tests/integration/modifiers/validation-status-test.js
integration/modifiers/validation-status-test.js
modifiers/validation-status-test.js
validation-status-test.js
ghost/admin/tests/integration/models/user-test.js
admin/tests/integration/models/user-test.js
tests/integration/models/user-test.js
integration/models/user-test.js
models/user-test.js
user-test.js
ghost/admin/tests/integration/models/tag-test.js
admin/tests/integration/models/tag-test.js
tests/integration/models/tag-test.js
integration/models/tag-test.js
models/tag-test.js
tag-test.js
ghost/admin/tests/integration/models/post-test.js
admin/tests/integration/models/post-test.js
tests/integration/models/post-test.js
integration/models/post-test.js
models/post-test.js
post-test.js
ghost/admin/tests/integration/helpers/humanize-recipient-filter-test.js
admin/tests/integration/helpers/humanize-recipient-filter-test.js
tests/integration/helpers/humanize-recipient-filter-test.js

View file

@ -1301,6 +1301,7 @@ ghost/core/test/utils/fixtures/import/zips/zip-multiple-data-formats/test.md
ghost/core/test/utils/fixtures/import/zips/zip-multiple-data-formats/test.json
ghost/core/test/utils/fixtures/import/zips/zip-media-dir/media/video.mp4
ghost/core/test/utils/fixtures/import/zips/zip-with-base-dir/basedir/test.json
ghost/core/test/utils/fixtures/import/zips/empty.zip
ghost/core/test/utils/fixtures/import/zips/zip-with-double-base-dir/basedir/basedir/test.json
ghost/core/test/utils/fixtures/import/zips/zip-files-dir/files/document.pdf
ghost/core/test/utils/fixtures/import/import-data-lts.json
@ -3411,6 +3412,9 @@ ghost/admin/tests/integration/services/member-import-validator-test.js
ghost/admin/tests/integration/services/slug-generator-test.js
ghost/admin/tests/integration/services/lazy-loader-test.js
ghost/admin/tests/integration/modifiers/validation-status-test.js
ghost/admin/tests/integration/models/user-test.js
ghost/admin/tests/integration/models/tag-test.js
ghost/admin/tests/integration/models/post-test.js
ghost/admin/tests/integration/helpers/humanize-recipient-filter-test.js
ghost/admin/tests/integration/helpers/activity-feed-fetcher-test.js
ghost/admin/tests/integration/helpers/gh-url-preview-test.js

View file

@ -5098,6 +5098,12 @@ shopParameters/orderSettings/statuses/add.ts
orderSettings/statuses/add.ts
statuses/add.ts
add.ts
tests/UI/pages/BO/error/index.ts
UI/pages/BO/error/index.ts
pages/BO/error/index.ts
BO/error/index.ts
error/index.ts
index.ts
tests/UI/pages/BO/customers/index.ts
UI/pages/BO/customers/index.ts
pages/BO/customers/index.ts
@ -15920,10 +15926,6 @@ tests/Integration/Utility/ContextMockerTrait.php
Integration/Utility/ContextMockerTrait.php
Utility/ContextMockerTrait.php
ContextMockerTrait.php
tests/Integration/Utility/AdapterSecurityAdmin.php
Integration/Utility/AdapterSecurityAdmin.php
Utility/AdapterSecurityAdmin.php
AdapterSecurityAdmin.php
tests/Integration/Utility/CartOld.php
Integration/Utility/CartOld.php
Utility/CartOld.php
@ -43617,10 +43619,6 @@ SupplierRepository.php
src/Adapter/EntityMapper.php
Adapter/EntityMapper.php
EntityMapper.php
src/Adapter/Security/Admin.php
Adapter/Security/Admin.php
Security/Admin.php
Admin.php
src/Adapter/Security/CommandHandler/DeleteEmployeeSessionHandler.php
Adapter/Security/CommandHandler/DeleteEmployeeSessionHandler.php
Security/CommandHandler/DeleteEmployeeSessionHandler.php
@ -44833,6 +44831,11 @@ EventListener/Admin/Context/CountryContextListener.php
Admin/Context/CountryContextListener.php
Context/CountryContextListener.php
CountryContextListener.php
src/PrestaShopBundle/EventListener/Admin/EmployeeSessionSubscriber.php
PrestaShopBundle/EventListener/Admin/EmployeeSessionSubscriber.php
EventListener/Admin/EmployeeSessionSubscriber.php
Admin/EmployeeSessionSubscriber.php
EmployeeSessionSubscriber.php
src/PrestaShopBundle/EventListener/Admin/DemoModeEnabledListener.php
PrestaShopBundle/EventListener/Admin/DemoModeEnabledListener.php
EventListener/Admin/DemoModeEnabledListener.php
@ -45021,6 +45024,11 @@ PrestaShopBundle/Controller/Admin/MultistoreController.php
Controller/Admin/MultistoreController.php
Admin/MultistoreController.php
MultistoreController.php
src/PrestaShopBundle/Controller/Admin/LoginController.php
PrestaShopBundle/Controller/Admin/LoginController.php
Controller/Admin/LoginController.php
Admin/LoginController.php
LoginController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/MonitoringController.php
PrestaShopBundle/Controller/Admin/Sell/Catalog/MonitoringController.php
Controller/Admin/Sell/Catalog/MonitoringController.php
@ -45747,6 +45755,10 @@ src/PrestaShopBundle/Utils/ZipManager.php
PrestaShopBundle/Utils/ZipManager.php
Utils/ZipManager.php
ZipManager.php
src/PrestaShopBundle/Utils/SafeUnserializeTrait.php
PrestaShopBundle/Utils/SafeUnserializeTrait.php
Utils/SafeUnserializeTrait.php
SafeUnserializeTrait.php
src/PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
ApiPlatform/Exception/CQRSCommandNotFoundException.php
@ -48076,6 +48088,24 @@ Admin/AdvancedParameters/Performance/CachingType.php
AdvancedParameters/Performance/CachingType.php
Performance/CachingType.php
CachingType.php
src/PrestaShopBundle/Form/Admin/Login/ResetPasswordType.php
PrestaShopBundle/Form/Admin/Login/ResetPasswordType.php
Form/Admin/Login/ResetPasswordType.php
Admin/Login/ResetPasswordType.php
Login/ResetPasswordType.php
ResetPasswordType.php
src/PrestaShopBundle/Form/Admin/Login/LoginType.php
PrestaShopBundle/Form/Admin/Login/LoginType.php
Form/Admin/Login/LoginType.php
Admin/Login/LoginType.php
Login/LoginType.php
LoginType.php
src/PrestaShopBundle/Form/Admin/Login/RequestPasswordResetType.php
PrestaShopBundle/Form/Admin/Login/RequestPasswordResetType.php
Form/Admin/Login/RequestPasswordResetType.php
Admin/Login/RequestPasswordResetType.php
Login/RequestPasswordResetType.php
RequestPasswordResetType.php
src/PrestaShopBundle/Form/Admin/Type/ShippingInclusionChoiceType.php
PrestaShopBundle/Form/Admin/Type/ShippingInclusionChoiceType.php
Form/Admin/Type/ShippingInclusionChoiceType.php
@ -49130,11 +49160,23 @@ src/PrestaShopBundle/Component/CsvResponse.php
PrestaShopBundle/Component/CsvResponse.php
Component/CsvResponse.php
CsvResponse.php
src/PrestaShopBundle/Security/Admin/Employee.php
PrestaShopBundle/Security/Admin/Employee.php
Security/Admin/Employee.php
Admin/Employee.php
Employee.php
src/PrestaShopBundle/Security/Admin/Exception/PendingPasswordResetExistingException.php
PrestaShopBundle/Security/Admin/Exception/PendingPasswordResetExistingException.php
Security/Admin/Exception/PendingPasswordResetExistingException.php
Admin/Exception/PendingPasswordResetExistingException.php
Exception/PendingPasswordResetExistingException.php
PendingPasswordResetExistingException.php
src/PrestaShopBundle/Security/Admin/Exception/InvalidResetPasswordTokenException.php
PrestaShopBundle/Security/Admin/Exception/InvalidResetPasswordTokenException.php
Security/Admin/Exception/InvalidResetPasswordTokenException.php
Admin/Exception/InvalidResetPasswordTokenException.php
Exception/InvalidResetPasswordTokenException.php
InvalidResetPasswordTokenException.php
src/PrestaShopBundle/Security/Admin/SessionEmployeeInterface.php
PrestaShopBundle/Security/Admin/SessionEmployeeInterface.php
Security/Admin/SessionEmployeeInterface.php
Admin/SessionEmployeeInterface.php
SessionEmployeeInterface.php
src/PrestaShopBundle/Security/Admin/EmployeeProvider.php
PrestaShopBundle/Security/Admin/EmployeeProvider.php
Security/Admin/EmployeeProvider.php
@ -49145,6 +49187,11 @@ PrestaShopBundle/Security/Admin/UserTokenManager.php
Security/Admin/UserTokenManager.php
Admin/UserTokenManager.php
UserTokenManager.php
src/PrestaShopBundle/Security/Admin/AdminAuthenticationSuccessHandler.php
PrestaShopBundle/Security/Admin/AdminAuthenticationSuccessHandler.php
Security/Admin/AdminAuthenticationSuccessHandler.php
Admin/AdminAuthenticationSuccessHandler.php
AdminAuthenticationSuccessHandler.php
src/PrestaShopBundle/Security/Admin/SessionRenewer.php
PrestaShopBundle/Security/Admin/SessionRenewer.php
Security/Admin/SessionRenewer.php
@ -49155,6 +49202,16 @@ PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
Security/Admin/LegacyAdminTokenValidator.php
Admin/LegacyAdminTokenValidator.php
LegacyAdminTokenValidator.php
src/PrestaShopBundle/Security/Admin/EmployeePasswordResetter.php
PrestaShopBundle/Security/Admin/EmployeePasswordResetter.php
Security/Admin/EmployeePasswordResetter.php
Admin/EmployeePasswordResetter.php
EmployeePasswordResetter.php
src/PrestaShopBundle/Security/Admin/SessionEmployeeProvider.php
PrestaShopBundle/Security/Admin/SessionEmployeeProvider.php
Security/Admin/SessionEmployeeProvider.php
Admin/SessionEmployeeProvider.php
SessionEmployeeProvider.php
src/PrestaShopBundle/Security/Attribute/AdminSecurity.php
PrestaShopBundle/Security/Attribute/AdminSecurity.php
Security/Attribute/AdminSecurity.php
@ -49330,6 +49387,12 @@ PrestaShopBundle/Twig/Component/HeadTag.php
Twig/Component/HeadTag.php
Component/HeadTag.php
HeadTag.php
src/PrestaShopBundle/Twig/Component/Login/LoginHeadTag.php
PrestaShopBundle/Twig/Component/Login/LoginHeadTag.php
Twig/Component/Login/LoginHeadTag.php
Component/Login/LoginHeadTag.php
Login/LoginHeadTag.php
LoginHeadTag.php
src/PrestaShopBundle/Twig/Component/QuickAccess.php
PrestaShopBundle/Twig/Component/QuickAccess.php
Twig/Component/QuickAccess.php
@ -49488,20 +49551,20 @@ views/Admin/Multistore/multi_shops_icon.html.twig
Admin/Multistore/multi_shops_icon.html.twig
Multistore/multi_shops_icon.html.twig
multi_shops_icon.html.twig
src/PrestaShopBundle/Resources/views/Admin/Exception/not_found.html.twig
PrestaShopBundle/Resources/views/Admin/Exception/not_found.html.twig
Resources/views/Admin/Exception/not_found.html.twig
views/Admin/Exception/not_found.html.twig
Admin/Exception/not_found.html.twig
Exception/not_found.html.twig
not_found.html.twig
src/PrestaShopBundle/Resources/views/Admin/Exception/error.html.twig
PrestaShopBundle/Resources/views/Admin/Exception/error.html.twig
Resources/views/Admin/Exception/error.html.twig
views/Admin/Exception/error.html.twig
Admin/Exception/error.html.twig
Exception/error.html.twig
src/PrestaShopBundle/Resources/views/Admin/Error/error.html.twig
PrestaShopBundle/Resources/views/Admin/Error/error.html.twig
Resources/views/Admin/Error/error.html.twig
views/Admin/Error/error.html.twig
Admin/Error/error.html.twig
Error/error.html.twig
error.html.twig
src/PrestaShopBundle/Resources/views/Admin/Error/error404.html.twig
PrestaShopBundle/Resources/views/Admin/Error/error404.html.twig
Resources/views/Admin/Error/error404.html.twig
views/Admin/Error/error404.html.twig
Admin/Error/error404.html.twig
Error/error404.html.twig
error404.html.twig
src/PrestaShopBundle/Resources/views/Admin/Module/Includes/card_notification_update.html.twig
PrestaShopBundle/Resources/views/Admin/Module/Includes/card_notification_update.html.twig
Resources/views/Admin/Module/Includes/card_notification_update.html.twig
@ -53618,6 +53681,27 @@ Resources/views/Admin/layout.html.twig
views/Admin/layout.html.twig
Admin/layout.html.twig
layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Login/reset_password.html.twig
PrestaShopBundle/Resources/views/Admin/Login/reset_password.html.twig
Resources/views/Admin/Login/reset_password.html.twig
views/Admin/Login/reset_password.html.twig
Admin/Login/reset_password.html.twig
Login/reset_password.html.twig
reset_password.html.twig
src/PrestaShopBundle/Resources/views/Admin/Login/login.html.twig
PrestaShopBundle/Resources/views/Admin/Login/login.html.twig
Resources/views/Admin/Login/login.html.twig
views/Admin/Login/login.html.twig
Admin/Login/login.html.twig
Login/login.html.twig
login.html.twig
src/PrestaShopBundle/Resources/views/Admin/Login/form_theme.html.twig
PrestaShopBundle/Resources/views/Admin/Login/form_theme.html.twig
Resources/views/Admin/Login/form_theme.html.twig
views/Admin/Login/form_theme.html.twig
Admin/Login/form_theme.html.twig
Login/form_theme.html.twig
form_theme.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/LegacyLayout/toolbar.html.twig
PrestaShopBundle/Resources/views/Admin/Component/LegacyLayout/toolbar.html.twig
Resources/views/Admin/Component/LegacyLayout/toolbar.html.twig
@ -53770,6 +53854,14 @@ Admin/Component/Layout/multistore_header.html.twig
Component/Layout/multistore_header.html.twig
Layout/multistore_header.html.twig
multistore_header.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/LoginLayout/head_tag.html.twig
PrestaShopBundle/Resources/views/Admin/Component/LoginLayout/head_tag.html.twig
Resources/views/Admin/Component/LoginLayout/head_tag.html.twig
views/Admin/Component/LoginLayout/head_tag.html.twig
Admin/Component/LoginLayout/head_tag.html.twig
Component/LoginLayout/head_tag.html.twig
LoginLayout/head_tag.html.twig
head_tag.html.twig
src/PrestaShopBundle/Resources/views/Admin/Security/compromised.html.twig
PrestaShopBundle/Resources/views/Admin/Security/compromised.html.twig
Resources/views/Admin/Security/compromised.html.twig
@ -54722,6 +54814,13 @@ views/Admin/Layout/stylesheets.html.twig
Admin/Layout/stylesheets.html.twig
Layout/stylesheets.html.twig
stylesheets.html.twig
src/PrestaShopBundle/Resources/views/Admin/Layout/login_layout.html.twig
PrestaShopBundle/Resources/views/Admin/Layout/login_layout.html.twig
Resources/views/Admin/Layout/login_layout.html.twig
views/Admin/Layout/login_layout.html.twig
Admin/Layout/login_layout.html.twig
Layout/login_layout.html.twig
login_layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Helpers/range_inputs.html.twig
PrestaShopBundle/Resources/views/Admin/Helpers/range_inputs.html.twig
Resources/views/Admin/Helpers/range_inputs.html.twig
@ -56447,6 +56546,13 @@ config/routing/admin/_errors.yml
routing/admin/_errors.yml
admin/_errors.yml
_errors.yml
src/PrestaShopBundle/Resources/config/routing/admin/_login.yml
PrestaShopBundle/Resources/config/routing/admin/_login.yml
Resources/config/routing/admin/_login.yml
config/routing/admin/_login.yml
routing/admin/_login.yml
admin/_login.yml
_login.yml
src/PrestaShopBundle/Resources/config/routing/admin/_common.yml
PrestaShopBundle/Resources/config/routing/admin/_common.yml
Resources/config/routing/admin/_common.yml
@ -57058,6 +57164,26 @@ services.yml
src/PrestaShopBundle/PrestaShopBundle.php
PrestaShopBundle/PrestaShopBundle.php
PrestaShopBundle.php
src/PrestaShopBundle/Entity/Employee/Employee.php
PrestaShopBundle/Entity/Employee/Employee.php
Entity/Employee/Employee.php
Employee/Employee.php
Employee.php
src/PrestaShopBundle/Entity/Employee/Profile.php
PrestaShopBundle/Entity/Employee/Profile.php
Entity/Employee/Profile.php
Employee/Profile.php
Profile.php
src/PrestaShopBundle/Entity/Employee/EmployeeSession.php
PrestaShopBundle/Entity/Employee/EmployeeSession.php
Entity/Employee/EmployeeSession.php
Employee/EmployeeSession.php
EmployeeSession.php
src/PrestaShopBundle/Entity/Employee/AuthorizationRole.php
PrestaShopBundle/Entity/Employee/AuthorizationRole.php
Entity/Employee/AuthorizationRole.php
Employee/AuthorizationRole.php
AuthorizationRole.php
src/PrestaShopBundle/Entity/StockMvt.php
PrestaShopBundle/Entity/StockMvt.php
Entity/StockMvt.php
@ -57159,6 +57285,11 @@ PrestaShopBundle/Entity/Repository/AttributeRepository.php
Entity/Repository/AttributeRepository.php
Repository/AttributeRepository.php
AttributeRepository.php
src/PrestaShopBundle/Entity/Repository/EmployeeRepository.php
PrestaShopBundle/Entity/Repository/EmployeeRepository.php
Entity/Repository/EmployeeRepository.php
Repository/EmployeeRepository.php
EmployeeRepository.php
src/PrestaShopBundle/Entity/Repository/OrderInvoiceRepository.php
PrestaShopBundle/Entity/Repository/OrderInvoiceRepository.php
Entity/Repository/OrderInvoiceRepository.php
@ -57806,9 +57937,6 @@ AdminCustomerThreadsController.php
controllers/admin/AdminGroupsController.php
admin/AdminGroupsController.php
AdminGroupsController.php
controllers/admin/AdminLegacyLayoutController.php
admin/AdminLegacyLayoutController.php
AdminLegacyLayoutController.php
controllers/admin/AdminReturnController.php
admin/AdminReturnController.php
AdminReturnController.php
@ -60218,6 +60346,27 @@ js/pages/supplier/supplier-form.ts
pages/supplier/supplier-form.ts
supplier/supplier-form.ts
supplier-form.ts
admin-dev/themes/new-theme/js/pages/login/reset-password.ts
themes/new-theme/js/pages/login/reset-password.ts
new-theme/js/pages/login/reset-password.ts
js/pages/login/reset-password.ts
pages/login/reset-password.ts
login/reset-password.ts
reset-password.ts
admin-dev/themes/new-theme/js/pages/login/index.ts
themes/new-theme/js/pages/login/index.ts
new-theme/js/pages/login/index.ts
js/pages/login/index.ts
pages/login/index.ts
login/index.ts
index.ts
admin-dev/themes/new-theme/js/pages/login/login-map.ts
themes/new-theme/js/pages/login/login-map.ts
new-theme/js/pages/login/login-map.ts
js/pages/login/login-map.ts
pages/login/login-map.ts
login/login-map.ts
login-map.ts
admin-dev/themes/new-theme/js/pages/cart-rule/index.ts
themes/new-theme/js/pages/cart-rule/index.ts
new-theme/js/pages/cart-rule/index.ts
@ -60927,6 +61076,12 @@ js/components/modal/form-iframe-modal.ts
components/modal/form-iframe-modal.ts
modal/form-iframe-modal.ts
form-iframe-modal.ts
admin-dev/themes/new-theme/js/components/on-ready.ts
themes/new-theme/js/components/on-ready.ts
new-theme/js/components/on-ready.ts
js/components/on-ready.ts
components/on-ready.ts
on-ready.ts
admin-dev/themes/new-theme/js/components/bloodhound/tokenizers.ts
themes/new-theme/js/components/bloodhound/tokenizers.ts
new-theme/js/components/bloodhound/tokenizers.ts
@ -62225,6 +62380,13 @@ new-theme/scss/pages/_invoices.scss
scss/pages/_invoices.scss
pages/_invoices.scss
_invoices.scss
admin-dev/themes/new-theme/scss/pages/login/login.scss
themes/new-theme/scss/pages/login/login.scss
new-theme/scss/pages/login/login.scss
scss/pages/login/login.scss
pages/login/login.scss
login/login.scss
login.scss
admin-dev/themes/new-theme/scss/pages/orders/orders.scss
themes/new-theme/scss/pages/orders/orders.scss
new-theme/scss/pages/orders/orders.scss
@ -69266,12 +69428,6 @@ AppCache.php
app/config/config_legacy_prod.yml
config/config_legacy_prod.yml
config_legacy_prod.yml
app/config/security_dev.yml
config/security_dev.yml
security_dev.yml
app/config/security.yml
config/security.yml
security.yml
app/config/front/security.yml
config/front/security.yml
front/security.yml
@ -69358,9 +69514,6 @@ config_dev.yml
app/config/config_test.yml
config/config_test.yml
config_test.yml
app/config/security_test.yml
config/security_test.yml
security_test.yml
app/config/config.yml
config/config.yml
config.yml

View file

@ -1233,6 +1233,7 @@ tests/UI/pages/BO/shopParameters/orderSettings/index.ts
tests/UI/pages/BO/shopParameters/orderSettings/statuses/index.ts
tests/UI/pages/BO/shopParameters/orderSettings/statuses/returnStatus/add.ts
tests/UI/pages/BO/shopParameters/orderSettings/statuses/add.ts
tests/UI/pages/BO/error/index.ts
tests/UI/pages/BO/customers/index.ts
tests/UI/pages/BO/customers/addresses/index.ts
tests/UI/pages/BO/customers/addresses/add.ts
@ -2634,7 +2635,6 @@ tests/Integration/Adapter/OrderReturnState/Repository/OrderReturnStateRepository
tests/Integration/Adapter/Hook/HookDispatcherTest.php
tests/Integration/Utility/PageVoter.php
tests/Integration/Utility/ContextMockerTrait.php
tests/Integration/Utility/AdapterSecurityAdmin.php
tests/Integration/Utility/CartOld.php
tests/Integration/Utility/ContextMocker.php
tests/Integration/Utility/AuthorizationChecker.php
@ -7469,7 +7469,6 @@ src/Adapter/Supplier/SupplierOrderValidator.php
src/Adapter/Supplier/SupplierProductSearchProvider.php
src/Adapter/Supplier/Repository/SupplierRepository.php
src/Adapter/EntityMapper.php
src/Adapter/Security/Admin.php
src/Adapter/Security/CommandHandler/DeleteEmployeeSessionHandler.php
src/Adapter/Security/CommandHandler/BulkDeleteCustomerSessionsHandler.php
src/Adapter/Security/CommandHandler/ClearOutdatedCustomerSessionHandler.php
@ -7721,6 +7720,7 @@ src/PrestaShopBundle/EventListener/Admin/Context/EmployeeContextListener.php
src/PrestaShopBundle/EventListener/Admin/Context/LegacyContextListener.php
src/PrestaShopBundle/EventListener/Admin/Context/DefaultShopContextListener.php
src/PrestaShopBundle/EventListener/Admin/Context/CountryContextListener.php
src/PrestaShopBundle/EventListener/Admin/EmployeeSessionSubscriber.php
src/PrestaShopBundle/EventListener/Admin/DemoModeEnabledListener.php
src/PrestaShopBundle/EventListener/Admin/AdminSecurityListener.php
src/PrestaShopBundle/EventListener/Admin/LegacyUrlListener.php
@ -7762,6 +7762,7 @@ src/PrestaShopBundle/Exception/ServiceContainerException.php
src/PrestaShopBundle/Exception/UpdateProductException.php
src/PrestaShopBundle/Controller/Admin/FrameworkBundleAdminController.php
src/PrestaShopBundle/Controller/Admin/MultistoreController.php
src/PrestaShopBundle/Controller/Admin/LoginController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/MonitoringController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/FeatureController.php
src/PrestaShopBundle/Controller/Admin/Sell/Catalog/ManufacturerController.php
@ -7875,6 +7876,7 @@ src/PrestaShopBundle/Api/QueryStockParamsCollection.php
src/PrestaShopBundle/Utils/FloatParser.php
src/PrestaShopBundle/Utils/Tree.php
src/PrestaShopBundle/Utils/ZipManager.php
src/PrestaShopBundle/Utils/SafeUnserializeTrait.php
src/PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
src/PrestaShopBundle/ApiPlatform/Exception/CQRSQueryNotFoundException.php
src/PrestaShopBundle/ApiPlatform/Exception/GridDataFactoryNotFoundException.php
@ -8216,6 +8218,9 @@ src/PrestaShopBundle/Form/Admin/AdvancedParameters/Performance/PerformanceFormDa
src/PrestaShopBundle/Form/Admin/AdvancedParameters/Performance/CombineCompressCacheType.php
src/PrestaShopBundle/Form/Admin/AdvancedParameters/Performance/MediaServersType.php
src/PrestaShopBundle/Form/Admin/AdvancedParameters/Performance/CachingType.php
src/PrestaShopBundle/Form/Admin/Login/ResetPasswordType.php
src/PrestaShopBundle/Form/Admin/Login/LoginType.php
src/PrestaShopBundle/Form/Admin/Login/RequestPasswordResetType.php
src/PrestaShopBundle/Form/Admin/Type/ShippingInclusionChoiceType.php
src/PrestaShopBundle/Form/Admin/Type/RadioWithChoiceChildrenType.php
src/PrestaShopBundle/Form/Admin/Type/EventListener/PriceReductionListener.php
@ -8380,11 +8385,16 @@ src/PrestaShopBundle/Form/DataTransformer/ArabicToLatinDigitDataTransformer.php
src/PrestaShopBundle/Form/FormBuilderModifier.php
src/PrestaShopBundle/Form/FormHelper.php
src/PrestaShopBundle/Component/CsvResponse.php
src/PrestaShopBundle/Security/Admin/Employee.php
src/PrestaShopBundle/Security/Admin/Exception/PendingPasswordResetExistingException.php
src/PrestaShopBundle/Security/Admin/Exception/InvalidResetPasswordTokenException.php
src/PrestaShopBundle/Security/Admin/SessionEmployeeInterface.php
src/PrestaShopBundle/Security/Admin/EmployeeProvider.php
src/PrestaShopBundle/Security/Admin/UserTokenManager.php
src/PrestaShopBundle/Security/Admin/AdminAuthenticationSuccessHandler.php
src/PrestaShopBundle/Security/Admin/SessionRenewer.php
src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
src/PrestaShopBundle/Security/Admin/EmployeePasswordResetter.php
src/PrestaShopBundle/Security/Admin/SessionEmployeeProvider.php
src/PrestaShopBundle/Security/Attribute/AdminSecurity.php
src/PrestaShopBundle/Security/Attribute/DemoRestricted.php
src/PrestaShopBundle/Security/Annotation/AdminSecurity.php
@ -8419,6 +8429,7 @@ src/PrestaShopBundle/Twig/Component/SearchForm.php
src/PrestaShopBundle/Twig/Component/NotificationsCenter.php
src/PrestaShopBundle/Twig/Component/Toolbar.php
src/PrestaShopBundle/Twig/Component/HeadTag.php
src/PrestaShopBundle/Twig/Component/Login/LoginHeadTag.php
src/PrestaShopBundle/Twig/Component/QuickAccess.php
src/PrestaShopBundle/Twig/Component/Footer.php
src/PrestaShopBundle/Twig/Component/MultistoreHeader.php
@ -8447,8 +8458,8 @@ src/PrestaShopBundle/Resources/views/Admin/Multistore/shop_icon.html.twig
src/PrestaShopBundle/Resources/views/Admin/Multistore/product_header.html.twig
src/PrestaShopBundle/Resources/views/Admin/Multistore/dropdown.html.twig
src/PrestaShopBundle/Resources/views/Admin/Multistore/multi_shops_icon.html.twig
src/PrestaShopBundle/Resources/views/Admin/Exception/not_found.html.twig
src/PrestaShopBundle/Resources/views/Admin/Exception/error.html.twig
src/PrestaShopBundle/Resources/views/Admin/Error/error.html.twig
src/PrestaShopBundle/Resources/views/Admin/Error/error404.html.twig
src/PrestaShopBundle/Resources/views/Admin/Module/Includes/card_notification_update.html.twig
src/PrestaShopBundle/Resources/views/Admin/Module/Includes/grid_notification_update.html.twig
src/PrestaShopBundle/Resources/views/Admin/Module/Includes/card_notification_configure.html.twig
@ -8880,6 +8891,9 @@ src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/bootstrap_4_layout.h
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/form_max_length.html.twig
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/multishop.html.twig
src/PrestaShopBundle/Resources/views/Admin/layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Login/reset_password.html.twig
src/PrestaShopBundle/Resources/views/Admin/Login/login.html.twig
src/PrestaShopBundle/Resources/views/Admin/Login/form_theme.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/LegacyLayout/toolbar.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/LegacyLayout/employee_dropdown.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/LegacyLayout/head_tag.html.twig
@ -8899,6 +8913,7 @@ src/PrestaShopBundle/Resources/views/Admin/Component/Layout/notifications_center
src/PrestaShopBundle/Resources/views/Admin/Component/Layout/search_form.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/Layout/quick_access.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/Layout/multistore_header.html.twig
src/PrestaShopBundle/Resources/views/Admin/Component/LoginLayout/head_tag.html.twig
src/PrestaShopBundle/Resources/views/Admin/Security/compromised.html.twig
src/PrestaShopBundle/Resources/views/Admin/Improve/Payment/PaymentMethods/payment_methods.html.twig
src/PrestaShopBundle/Resources/views/Admin/Improve/Payment/PaymentMethods/Blocks/payment_modules_list.html.twig
@ -9000,6 +9015,7 @@ src/PrestaShopBundle/Resources/views/Admin/Layout/light_layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Layout/default_layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Layout/legacy_layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Layout/stylesheets.html.twig
src/PrestaShopBundle/Resources/views/Admin/Layout/login_layout.html.twig
src/PrestaShopBundle/Resources/views/Admin/Helpers/range_inputs.html.twig
src/PrestaShopBundle/Resources/views/Admin/Helpers/password_feedback.html.twig
src/PrestaShopBundle/Resources/views/Admin/Helpers/dropdown_menu.html.twig
@ -9233,6 +9249,7 @@ src/PrestaShopBundle/Resources/config/routing/admin/configure/advanced_parameter
src/PrestaShopBundle/Resources/config/routing/admin/configure/_configure.yml
src/PrestaShopBundle/Resources/config/routing/admin/_legacy.yml
src/PrestaShopBundle/Resources/config/routing/admin/_errors.yml
src/PrestaShopBundle/Resources/config/routing/admin/_login.yml
src/PrestaShopBundle/Resources/config/routing/admin/_common.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/stocks.yml
src/PrestaShopBundle/Resources/config/routing/admin/sell/customer/_customer.yml
@ -9305,6 +9322,10 @@ src/PrestaShopBundle/Resources/config/routing/api.yml
src/PrestaShopBundle/Resources/config/routing/admin-api/oauth2.yml
src/PrestaShopBundle/Resources/config/services.yml
src/PrestaShopBundle/PrestaShopBundle.php
src/PrestaShopBundle/Entity/Employee/Employee.php
src/PrestaShopBundle/Entity/Employee/Profile.php
src/PrestaShopBundle/Entity/Employee/EmployeeSession.php
src/PrestaShopBundle/Entity/Employee/AuthorizationRole.php
src/PrestaShopBundle/Entity/StockMvt.php
src/PrestaShopBundle/Entity/Tab.php
src/PrestaShopBundle/Entity/AdminFilter.php
@ -9329,6 +9350,7 @@ src/PrestaShopBundle/Entity/Repository/ModuleRepository.php
src/PrestaShopBundle/Entity/Repository/LangRepository.php
src/PrestaShopBundle/Entity/Repository/ShopGroupRepository.php
src/PrestaShopBundle/Entity/Repository/AttributeRepository.php
src/PrestaShopBundle/Entity/Repository/EmployeeRepository.php
src/PrestaShopBundle/Entity/Repository/OrderInvoiceRepository.php
src/PrestaShopBundle/Entity/Repository/TranslationRepository.php
src/PrestaShopBundle/Entity/Repository/AdminFilterRepository.php
@ -9485,7 +9507,6 @@ controllers/admin/AdminImportController.php
controllers/admin/AdminShopController.php
controllers/admin/AdminCustomerThreadsController.php
controllers/admin/AdminGroupsController.php
controllers/admin/AdminLegacyLayoutController.php
controllers/admin/AdminReturnController.php
controllers/admin/AdminTabsController.php
controllers/admin/AdminCartRulesController.php
@ -9826,6 +9847,9 @@ admin-dev/themes/new-theme/js/pages/order-return-states/form.ts
admin-dev/themes/new-theme/js/pages/supplier/supplier-map.ts
admin-dev/themes/new-theme/js/pages/supplier/index.ts
admin-dev/themes/new-theme/js/pages/supplier/supplier-form.ts
admin-dev/themes/new-theme/js/pages/login/reset-password.ts
admin-dev/themes/new-theme/js/pages/login/index.ts
admin-dev/themes/new-theme/js/pages/login/login-map.ts
admin-dev/themes/new-theme/js/pages/cart-rule/index.ts
admin-dev/themes/new-theme/js/pages/cart-rule/cart-rule-map.ts
admin-dev/themes/new-theme/js/pages/cart-rule/cart-rule-event-map.ts
@ -9921,6 +9945,7 @@ admin-dev/themes/new-theme/js/components/modal/iframe-modal.ts
admin-dev/themes/new-theme/js/components/modal/modal.ts
admin-dev/themes/new-theme/js/components/modal/confirm-modal.ts
admin-dev/themes/new-theme/js/components/modal/form-iframe-modal.ts
admin-dev/themes/new-theme/js/components/on-ready.ts
admin-dev/themes/new-theme/js/components/bloodhound/tokenizers.ts
admin-dev/themes/new-theme/js/components/form-submit-button.ts
admin-dev/themes/new-theme/js/components/text-to-link-rewrite-copier.ts
@ -10100,6 +10125,7 @@ admin-dev/themes/new-theme/scss/pages/partials/_theme_logo_theme_card.scss
admin-dev/themes/new-theme/scss/pages/partials/_order-navigation.scss
admin-dev/themes/new-theme/scss/pages/partials/_theme_logo_configuration.scss
admin-dev/themes/new-theme/scss/pages/_invoices.scss
admin-dev/themes/new-theme/scss/pages/login/login.scss
admin-dev/themes/new-theme/scss/pages/orders/orders.scss
admin-dev/themes/new-theme/scss/pages/orders/_orders_view.scss
admin-dev/themes/new-theme/scss/pages/orders/_orders_create.scss
@ -11329,8 +11355,6 @@ admin-api/index.php
app/test/cache/.gitkeep
app/AppCache.php
app/config/config_legacy_prod.yml
app/config/security_dev.yml
app/config/security.yml
app/config/front/security.yml
app/config/front/routing.yml
app/config/front/config_dev.yml
@ -11354,7 +11378,6 @@ app/config/admin/services.yml
app/config/doctrine.yml
app/config/config_dev.yml
app/config/config_test.yml
app/config/security_test.yml
app/config/config.yml
app/config/config_prod.yml
app/config/messenger.yml

View file

@ -4380,9 +4380,15 @@ _unreleased/2024-04-15-heading-elements-on-registration-page.md
changelog/_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
2024-04-25-add-no-assert-response-phpstan-rule.md
changelog/_unreleased/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
_unreleased/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
2024-05-01-added-entity-name-to-event-data-of-type-entity.md
changelog/_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
2024-04-04-keep_element_keys_when_sort_by_positions.md
changelog/_unreleased/2024-04-19-adding-order-criteria-event.md
_unreleased/2024-04-19-adding-order-criteria-event.md
2024-04-19-adding-order-criteria-event.md
changelog/_unreleased/2024-04-16-recompile-on-plugins-with-additional-bundles.md
_unreleased/2024-04-16-recompile-on-plugins-with-additional-bundles.md
2024-04-16-recompile-on-plugins-with-additional-bundles.md
@ -4530,6 +4536,9 @@ _unreleased/2024-04-05-fix-default-mail-footer.md
changelog/_unreleased/2024-04-18-check-invalid-language-id.md
_unreleased/2024-04-18-check-invalid-language-id.md
2024-04-18-check-invalid-language-id.md
changelog/_unreleased/2024-05-03-store-theme-scripts-in-db.md
_unreleased/2024-05-03-store-theme-scripts-in-db.md
2024-05-03-store-theme-scripts-in-db.md
changelog/_unreleased/2024-04-11-remove-unnecessary-wishlist-css.md
_unreleased/2024-04-11-remove-unnecessary-wishlist-css.md
2024-04-11-remove-unnecessary-wishlist-css.md
@ -4572,6 +4581,9 @@ _unreleased/2024-04-09-add-wrapper-component-for-sw-card.md
changelog/_unreleased/2023-03-28-show-correct-saleschannel-on-customer-view.md
_unreleased/2023-03-28-show-correct-saleschannel-on-customer-view.md
2023-03-28-show-correct-saleschannel-on-customer-view.md
changelog/_unreleased/2024-04-24-openapi-newsletter.md
_unreleased/2024-04-24-openapi-newsletter.md
2024-04-24-openapi-newsletter.md
changelog/_unreleased/2024-04-25-fix-shipping-matrix-factors.md
_unreleased/2024-04-25-fix-shipping-matrix-factors.md
2024-04-25-fix-shipping-matrix-factors.md
@ -4581,6 +4593,9 @@ _unreleased/2024-05-02-allow-order-address-custom-fields-edits.md
changelog/_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
changelog/_unreleased/2024-04-30-calculated-price-openapi.md
_unreleased/2024-04-30-calculated-price-openapi.md
2024-04-30-calculated-price-openapi.md
changelog/_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
2024-04-29-add-scene-editor-entities-to-data-collection.md
@ -16183,6 +16198,11 @@ migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
Migration1696262484AddDefaultSendMailOptionsTest.php
tests/migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
V6_6/Migration1714659357CanonicalProductVersionTest.php
Migration1714659357CanonicalProductVersionTest.php
tests/migration/Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
migration/Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
@ -16217,376 +16237,6 @@ tests/migration/Core/BasicDataUntouchedTest.php
migration/Core/BasicDataUntouchedTest.php
Core/BasicDataUntouchedTest.php
BasicDataUntouchedTest.php
tests/migration/Core/V6_5/Migration1695732009AddConfigForMediaTest.php
migration/Core/V6_5/Migration1695732009AddConfigForMediaTest.php
Core/V6_5/Migration1695732009AddConfigForMediaTest.php
V6_5/Migration1695732009AddConfigForMediaTest.php
Migration1695732009AddConfigForMediaTest.php
tests/migration/Core/V6_5/Migration1686817968AddRecurringAppPaymentMethodUrlTest.php
migration/Core/V6_5/Migration1686817968AddRecurringAppPaymentMethodUrlTest.php
Core/V6_5/Migration1686817968AddRecurringAppPaymentMethodUrlTest.php
V6_5/Migration1686817968AddRecurringAppPaymentMethodUrlTest.php
Migration1686817968AddRecurringAppPaymentMethodUrlTest.php
tests/migration/Core/V6_5/Migration1689776940AddCartSourceFieldTest.php
migration/Core/V6_5/Migration1689776940AddCartSourceFieldTest.php
Core/V6_5/Migration1689776940AddCartSourceFieldTest.php
V6_5/Migration1689776940AddCartSourceFieldTest.php
Migration1689776940AddCartSourceFieldTest.php
tests/migration/Core/V6_5/Migration1668435503ChangeStornoDocumentTranslationNameTest.php
migration/Core/V6_5/Migration1668435503ChangeStornoDocumentTranslationNameTest.php
Core/V6_5/Migration1668435503ChangeStornoDocumentTranslationNameTest.php
V6_5/Migration1668435503ChangeStornoDocumentTranslationNameTest.php
Migration1668435503ChangeStornoDocumentTranslationNameTest.php
tests/migration/Core/V6_5/Migration1696300511AddDocumentNumberToDocumentEntityTest.php
migration/Core/V6_5/Migration1696300511AddDocumentNumberToDocumentEntityTest.php
Core/V6_5/Migration1696300511AddDocumentNumberToDocumentEntityTest.php
V6_5/Migration1696300511AddDocumentNumberToDocumentEntityTest.php
Migration1696300511AddDocumentNumberToDocumentEntityTest.php
tests/migration/Core/V6_5/Migration1673420896RemoveUndefinedSalutationTest.php
migration/Core/V6_5/Migration1673420896RemoveUndefinedSalutationTest.php
Core/V6_5/Migration1673420896RemoveUndefinedSalutationTest.php
V6_5/Migration1673420896RemoveUndefinedSalutationTest.php
Migration1673420896RemoveUndefinedSalutationTest.php
tests/migration/Core/V6_5/Migration1690456899AddCustomFieldPrivilegeForSaleUnitViewerTest.php
migration/Core/V6_5/Migration1690456899AddCustomFieldPrivilegeForSaleUnitViewerTest.php
Core/V6_5/Migration1690456899AddCustomFieldPrivilegeForSaleUnitViewerTest.php
V6_5/Migration1690456899AddCustomFieldPrivilegeForSaleUnitViewerTest.php
Migration1690456899AddCustomFieldPrivilegeForSaleUnitViewerTest.php
tests/migration/Core/V6_5/Migration1689856589AddVersioningForOrderTransactionCapturesTest.php
migration/Core/V6_5/Migration1689856589AddVersioningForOrderTransactionCapturesTest.php
Core/V6_5/Migration1689856589AddVersioningForOrderTransactionCapturesTest.php
V6_5/Migration1689856589AddVersioningForOrderTransactionCapturesTest.php
Migration1689856589AddVersioningForOrderTransactionCapturesTest.php
tests/migration/Core/V6_5/Migration1669124190AddDoctrineMessengerTableTest.php
migration/Core/V6_5/Migration1669124190AddDoctrineMessengerTableTest.php
Core/V6_5/Migration1669124190AddDoctrineMessengerTableTest.php
V6_5/Migration1669124190AddDoctrineMessengerTableTest.php
Migration1669124190AddDoctrineMessengerTableTest.php
tests/migration/Core/V6_5/Migration1701337056CorrectColumnLengthTest.php
migration/Core/V6_5/Migration1701337056CorrectColumnLengthTest.php
Core/V6_5/Migration1701337056CorrectColumnLengthTest.php
V6_5/Migration1701337056CorrectColumnLengthTest.php
Migration1701337056CorrectColumnLengthTest.php
tests/migration/Core/V6_5/Migration1708685281ChangeAppPathColumnToLongerVarcharTest.php
migration/Core/V6_5/Migration1708685281ChangeAppPathColumnToLongerVarcharTest.php
Core/V6_5/Migration1708685281ChangeAppPathColumnToLongerVarcharTest.php
V6_5/Migration1708685281ChangeAppPathColumnToLongerVarcharTest.php
Migration1708685281ChangeAppPathColumnToLongerVarcharTest.php
tests/migration/Core/V6_5/Migration1671003201RemoveDeprecatedColumnsTest.php
migration/Core/V6_5/Migration1671003201RemoveDeprecatedColumnsTest.php
Core/V6_5/Migration1671003201RemoveDeprecatedColumnsTest.php
V6_5/Migration1671003201RemoveDeprecatedColumnsTest.php
Migration1671003201RemoveDeprecatedColumnsTest.php
tests/migration/Core/V6_5/Migration1661505878ChangeDefaultValueOfShippingMethodActiveFieldTest.php
migration/Core/V6_5/Migration1661505878ChangeDefaultValueOfShippingMethodActiveFieldTest.php
Core/V6_5/Migration1661505878ChangeDefaultValueOfShippingMethodActiveFieldTest.php
V6_5/Migration1661505878ChangeDefaultValueOfShippingMethodActiveFieldTest.php
Migration1661505878ChangeDefaultValueOfShippingMethodActiveFieldTest.php
tests/migration/Core/V6_5/Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTablesTest.php
migration/Core/V6_5/Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTablesTest.php
Core/V6_5/Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTablesTest.php
V6_5/Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTablesTest.php
Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTablesTest.php
tests/migration/Core/V6_5/Migration1688717599UpdateCreatedByIdAndUpdatedByIdInOrderAndCustomerTest.php
migration/Core/V6_5/Migration1688717599UpdateCreatedByIdAndUpdatedByIdInOrderAndCustomerTest.php
Core/V6_5/Migration1688717599UpdateCreatedByIdAndUpdatedByIdInOrderAndCustomerTest.php
V6_5/Migration1688717599UpdateCreatedByIdAndUpdatedByIdInOrderAndCustomerTest.php
Migration1688717599UpdateCreatedByIdAndUpdatedByIdInOrderAndCustomerTest.php
tests/migration/Core/V6_5/Migration1656657834TaxProviderTest.php
migration/Core/V6_5/Migration1656657834TaxProviderTest.php
Core/V6_5/Migration1656657834TaxProviderTest.php
V6_5/Migration1656657834TaxProviderTest.php
Migration1656657834TaxProviderTest.php
tests/migration/Core/V6_5/Migration1662533751AddCustomEntityTypeIdToCategoryTest.php
migration/Core/V6_5/Migration1662533751AddCustomEntityTypeIdToCategoryTest.php
Core/V6_5/Migration1662533751AddCustomEntityTypeIdToCategoryTest.php
V6_5/Migration1662533751AddCustomEntityTypeIdToCategoryTest.php
Migration1662533751AddCustomEntityTypeIdToCategoryTest.php
tests/migration/Core/V6_5/Migration1663402842AddPathToMediaTest.php
migration/Core/V6_5/Migration1663402842AddPathToMediaTest.php
Core/V6_5/Migration1663402842AddPathToMediaTest.php
V6_5/Migration1663402842AddPathToMediaTest.php
Migration1663402842AddPathToMediaTest.php
tests/migration/Core/V6_5/Migration1694426018AddEntityIndexToStateMachineHistoryTest.php
migration/Core/V6_5/Migration1694426018AddEntityIndexToStateMachineHistoryTest.php
Core/V6_5/Migration1694426018AddEntityIndexToStateMachineHistoryTest.php
V6_5/Migration1694426018AddEntityIndexToStateMachineHistoryTest.php
Migration1694426018AddEntityIndexToStateMachineHistoryTest.php
tests/migration/Core/V6_5/Migration1688556247FixCoverMediaVersionIDTest.php
migration/Core/V6_5/Migration1688556247FixCoverMediaVersionIDTest.php
Core/V6_5/Migration1688556247FixCoverMediaVersionIDTest.php
V6_5/Migration1688556247FixCoverMediaVersionIDTest.php
Migration1688556247FixCoverMediaVersionIDTest.php
tests/migration/Core/V6_5/Migration1655697288AppFlowEventTest.php
migration/Core/V6_5/Migration1655697288AppFlowEventTest.php
Core/V6_5/Migration1655697288AppFlowEventTest.php
V6_5/Migration1655697288AppFlowEventTest.php
Migration1655697288AppFlowEventTest.php
tests/migration/Core/V6_5/Migration1675323588ChangeEnglishLocaleTranslationOfUsLocaleTest.php
migration/Core/V6_5/Migration1675323588ChangeEnglishLocaleTranslationOfUsLocaleTest.php
Core/V6_5/Migration1675323588ChangeEnglishLocaleTranslationOfUsLocaleTest.php
V6_5/Migration1675323588ChangeEnglishLocaleTranslationOfUsLocaleTest.php
Migration1675323588ChangeEnglishLocaleTranslationOfUsLocaleTest.php
tests/migration/Core/V6_5/Migration1676272000AddAccountTypeToCustomerTest.php
migration/Core/V6_5/Migration1676272000AddAccountTypeToCustomerTest.php
Core/V6_5/Migration1676272000AddAccountTypeToCustomerTest.php
V6_5/Migration1676272000AddAccountTypeToCustomerTest.php
Migration1676272000AddAccountTypeToCustomerTest.php
tests/migration/Core/V6_5/Migration1677470540AddProvincesForCanadaTest.php
migration/Core/V6_5/Migration1677470540AddProvincesForCanadaTest.php
Core/V6_5/Migration1677470540AddProvincesForCanadaTest.php
V6_5/Migration1677470540AddProvincesForCanadaTest.php
Migration1677470540AddProvincesForCanadaTest.php
tests/migration/Core/V6_5/Migration1695778183UpdateStreetOfTableOrderAddressToNotNullTest.php
migration/Core/V6_5/Migration1695778183UpdateStreetOfTableOrderAddressToNotNullTest.php
Core/V6_5/Migration1695778183UpdateStreetOfTableOrderAddressToNotNullTest.php
V6_5/Migration1695778183UpdateStreetOfTableOrderAddressToNotNullTest.php
Migration1695778183UpdateStreetOfTableOrderAddressToNotNullTest.php
tests/migration/Core/V6_5/Migration1692608216IncreaseAppConfigKeyColumnSizeTest.php
migration/Core/V6_5/Migration1692608216IncreaseAppConfigKeyColumnSizeTest.php
Core/V6_5/Migration1692608216IncreaseAppConfigKeyColumnSizeTest.php
V6_5/Migration1692608216IncreaseAppConfigKeyColumnSizeTest.php
Migration1692608216IncreaseAppConfigKeyColumnSizeTest.php
tests/migration/Core/V6_5/Migration1704267596UpdateBelgianVatIdPatternTest.php
migration/Core/V6_5/Migration1704267596UpdateBelgianVatIdPatternTest.php
Core/V6_5/Migration1704267596UpdateBelgianVatIdPatternTest.php
V6_5/Migration1704267596UpdateBelgianVatIdPatternTest.php
Migration1704267596UpdateBelgianVatIdPatternTest.php
tests/migration/Core/V6_5/Migration1695778183UpdateZipCodeOfTableOrderAddressToNullableTest.php
migration/Core/V6_5/Migration1695778183UpdateZipCodeOfTableOrderAddressToNullableTest.php
Core/V6_5/Migration1695778183UpdateZipCodeOfTableOrderAddressToNullableTest.php
V6_5/Migration1695778183UpdateZipCodeOfTableOrderAddressToNullableTest.php
Migration1695778183UpdateZipCodeOfTableOrderAddressToNullableTest.php
tests/migration/Core/V6_5/Migration1669291632MigrateLineItemsInCartRuleTest.php
migration/Core/V6_5/Migration1669291632MigrateLineItemsInCartRuleTest.php
Core/V6_5/Migration1669291632MigrateLineItemsInCartRuleTest.php
V6_5/Migration1669291632MigrateLineItemsInCartRuleTest.php
Migration1669291632MigrateLineItemsInCartRuleTest.php
tests/migration/Core/V6_5/Migration1692254551FixMailTranslationTest.php
migration/Core/V6_5/Migration1692254551FixMailTranslationTest.php
Core/V6_5/Migration1692254551FixMailTranslationTest.php
V6_5/Migration1692254551FixMailTranslationTest.php
Migration1692254551FixMailTranslationTest.php
tests/migration/Core/V6_5/Migration1691057865UpdateSalutationDefaultForCustomerTest.php
migration/Core/V6_5/Migration1691057865UpdateSalutationDefaultForCustomerTest.php
Core/V6_5/Migration1691057865UpdateSalutationDefaultForCustomerTest.php
V6_5/Migration1691057865UpdateSalutationDefaultForCustomerTest.php
Migration1691057865UpdateSalutationDefaultForCustomerTest.php
tests/migration/Core/V6_5/Migration1678801126AddScheduledTaskDefaultRunIntervalColumnTest.php
migration/Core/V6_5/Migration1678801126AddScheduledTaskDefaultRunIntervalColumnTest.php
Core/V6_5/Migration1678801126AddScheduledTaskDefaultRunIntervalColumnTest.php
V6_5/Migration1678801126AddScheduledTaskDefaultRunIntervalColumnTest.php
Migration1678801126AddScheduledTaskDefaultRunIntervalColumnTest.php
tests/migration/Core/V6_5/Migration1697112043AddPaymentAndShippingTechnicalNameTest.php
migration/Core/V6_5/Migration1697112043AddPaymentAndShippingTechnicalNameTest.php
Core/V6_5/Migration1697112043AddPaymentAndShippingTechnicalNameTest.php
V6_5/Migration1697112043AddPaymentAndShippingTechnicalNameTest.php
Migration1697112043AddPaymentAndShippingTechnicalNameTest.php
tests/migration/Core/V6_5/Migration1688927492AddTaxActiveFromFieldTest.php
migration/Core/V6_5/Migration1688927492AddTaxActiveFromFieldTest.php
Core/V6_5/Migration1688927492AddTaxActiveFromFieldTest.php
V6_5/Migration1688927492AddTaxActiveFromFieldTest.php
Migration1688927492AddTaxActiveFromFieldTest.php
tests/migration/Core/V6_5/Migration1676274910ChangeColumnTaxRateAllowThreeDecimalTest.php
migration/Core/V6_5/Migration1676274910ChangeColumnTaxRateAllowThreeDecimalTest.php
Core/V6_5/Migration1676274910ChangeColumnTaxRateAllowThreeDecimalTest.php
V6_5/Migration1676274910ChangeColumnTaxRateAllowThreeDecimalTest.php
Migration1676274910ChangeColumnTaxRateAllowThreeDecimalTest.php
tests/migration/Core/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExportTest.php
migration/Core/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExportTest.php
Core/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExportTest.php
V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExportTest.php
Migration1676272001AddAccountTypeToCustomerProfileImportExportTest.php
tests/migration/Core/V6_5/Migration1706272837UpdateProductExportForeignKeyTest.php
migration/Core/V6_5/Migration1706272837UpdateProductExportForeignKeyTest.php
Core/V6_5/Migration1706272837UpdateProductExportForeignKeyTest.php
V6_5/Migration1706272837UpdateProductExportForeignKeyTest.php
Migration1706272837UpdateProductExportForeignKeyTest.php
tests/migration/Core/V6_5/Migration1673263104RemoveCartNameColumnTest.php
migration/Core/V6_5/Migration1673263104RemoveCartNameColumnTest.php
Core/V6_5/Migration1673263104RemoveCartNameColumnTest.php
V6_5/Migration1673263104RemoveCartNameColumnTest.php
Migration1673263104RemoveCartNameColumnTest.php
tests/migration/Core/V6_5/Migration1700558603RemoveDataIntegrationTest.php
migration/Core/V6_5/Migration1700558603RemoveDataIntegrationTest.php
Core/V6_5/Migration1700558603RemoveDataIntegrationTest.php
V6_5/Migration1700558603RemoveDataIntegrationTest.php
Migration1700558603RemoveDataIntegrationTest.php
tests/migration/Core/V6_5/Migration1670090989AddIndexOrderOrderNumberTest.php
migration/Core/V6_5/Migration1670090989AddIndexOrderOrderNumberTest.php
Core/V6_5/Migration1670090989AddIndexOrderOrderNumberTest.php
V6_5/Migration1670090989AddIndexOrderOrderNumberTest.php
Migration1670090989AddIndexOrderOrderNumberTest.php
tests/migration/Core/V6_5/Migration1659425718AddFlagsToCustomEntitiesTest.php
migration/Core/V6_5/Migration1659425718AddFlagsToCustomEntitiesTest.php
Core/V6_5/Migration1659425718AddFlagsToCustomEntitiesTest.php
V6_5/Migration1659425718AddFlagsToCustomEntitiesTest.php
Migration1659425718AddFlagsToCustomEntitiesTest.php
tests/migration/Core/V6_5/Migration1689257577AddMissingTransactionMailFlowTest.php
migration/Core/V6_5/Migration1689257577AddMissingTransactionMailFlowTest.php
Core/V6_5/Migration1689257577AddMissingTransactionMailFlowTest.php
V6_5/Migration1689257577AddMissingTransactionMailFlowTest.php
Migration1689257577AddMissingTransactionMailFlowTest.php
tests/migration/Core/V6_5/Migration1673946817FixMediaFolderAssociationFieldsTest.php
migration/Core/V6_5/Migration1673946817FixMediaFolderAssociationFieldsTest.php
Core/V6_5/Migration1673946817FixMediaFolderAssociationFieldsTest.php
V6_5/Migration1673946817FixMediaFolderAssociationFieldsTest.php
Migration1673946817FixMediaFolderAssociationFieldsTest.php
tests/migration/Core/V6_5/Migration1674200008UpdateOrderViewerRolePrivilegesTest.php
migration/Core/V6_5/Migration1674200008UpdateOrderViewerRolePrivilegesTest.php
Core/V6_5/Migration1674200008UpdateOrderViewerRolePrivilegesTest.php
V6_5/Migration1674200008UpdateOrderViewerRolePrivilegesTest.php
Migration1674200008UpdateOrderViewerRolePrivilegesTest.php
tests/migration/Core/V6_5/Migration1679584289AddCustomerReviewCountTest.php
migration/Core/V6_5/Migration1679584289AddCustomerReviewCountTest.php
Core/V6_5/Migration1679584289AddCustomerReviewCountTest.php
V6_5/Migration1679584289AddCustomerReviewCountTest.php
Migration1679584289AddCustomerReviewCountTest.php
tests/migration/Core/V6_5/Migration1697792159FixOrderDeliveryAddressConstraintTest.php
migration/Core/V6_5/Migration1697792159FixOrderDeliveryAddressConstraintTest.php
Core/V6_5/Migration1697792159FixOrderDeliveryAddressConstraintTest.php
V6_5/Migration1697792159FixOrderDeliveryAddressConstraintTest.php
Migration1697792159FixOrderDeliveryAddressConstraintTest.php
tests/migration/Core/V6_5/Migration1687462843ProductManufacturerMediaThumbnailsTest.php
migration/Core/V6_5/Migration1687462843ProductManufacturerMediaThumbnailsTest.php
Core/V6_5/Migration1687462843ProductManufacturerMediaThumbnailsTest.php
V6_5/Migration1687462843ProductManufacturerMediaThumbnailsTest.php
Migration1687462843ProductManufacturerMediaThumbnailsTest.php
tests/migration/Core/V6_5/Migration1688106315AddMissingTransactionMailTemplatesTest.php
migration/Core/V6_5/Migration1688106315AddMissingTransactionMailTemplatesTest.php
Core/V6_5/Migration1688106315AddMissingTransactionMailTemplatesTest.php
V6_5/Migration1688106315AddMissingTransactionMailTemplatesTest.php
Migration1688106315AddMissingTransactionMailTemplatesTest.php
tests/migration/Core/V6_5/Migration1673426317ImproveStateMachineHistoryQueryPerformanceTest.php
migration/Core/V6_5/Migration1673426317ImproveStateMachineHistoryQueryPerformanceTest.php
Core/V6_5/Migration1673426317ImproveStateMachineHistoryQueryPerformanceTest.php
V6_5/Migration1673426317ImproveStateMachineHistoryQueryPerformanceTest.php
Migration1673426317ImproveStateMachineHistoryQueryPerformanceTest.php
tests/migration/Core/V6_5/Migration1680789830AddCustomFieldsAwareToCustomEntitiesTest.php
migration/Core/V6_5/Migration1680789830AddCustomFieldsAwareToCustomEntitiesTest.php
Core/V6_5/Migration1680789830AddCustomFieldsAwareToCustomEntitiesTest.php
V6_5/Migration1680789830AddCustomFieldsAwareToCustomEntitiesTest.php
Migration1680789830AddCustomFieldsAwareToCustomEntitiesTest.php
tests/migration/Core/V6_5/Migration1687463180ProductMediaThumbnailsTest.php
migration/Core/V6_5/Migration1687463180ProductMediaThumbnailsTest.php
Core/V6_5/Migration1687463180ProductMediaThumbnailsTest.php
V6_5/Migration1687463180ProductMediaThumbnailsTest.php
Migration1687463180ProductMediaThumbnailsTest.php
tests/migration/Core/V6_5/Migration1697462064FixMediaPathTest.php
migration/Core/V6_5/Migration1697462064FixMediaPathTest.php
Core/V6_5/Migration1697462064FixMediaPathTest.php
V6_5/Migration1697462064FixMediaPathTest.php
Migration1697462064FixMediaPathTest.php
tests/migration/Core/V6_5/Migration1669298267AddIconCacheDefaultValueTest.php
migration/Core/V6_5/Migration1669298267AddIconCacheDefaultValueTest.php
Core/V6_5/Migration1669298267AddIconCacheDefaultValueTest.php
V6_5/Migration1669298267AddIconCacheDefaultValueTest.php
Migration1669298267AddIconCacheDefaultValueTest.php
tests/migration/Core/V6_5/Migration1670854818RemoveEventActionTableTest.php
migration/Core/V6_5/Migration1670854818RemoveEventActionTableTest.php
Core/V6_5/Migration1670854818RemoveEventActionTableTest.php
V6_5/Migration1670854818RemoveEventActionTableTest.php
Migration1670854818RemoveEventActionTableTest.php
tests/migration/Core/V6_5/Migration1698919811AddDeletedAtToCustomEntityTest.php
migration/Core/V6_5/Migration1698919811AddDeletedAtToCustomEntityTest.php
Core/V6_5/Migration1698919811AddDeletedAtToCustomEntityTest.php
V6_5/Migration1698919811AddDeletedAtToCustomEntityTest.php
Migration1698919811AddDeletedAtToCustomEntityTest.php
tests/migration/Core/V6_5/Migration1704703562ScheduleMediaPathIndexerTest.php
migration/Core/V6_5/Migration1704703562ScheduleMediaPathIndexerTest.php
Core/V6_5/Migration1704703562ScheduleMediaPathIndexerTest.php
V6_5/Migration1704703562ScheduleMediaPathIndexerTest.php
Migration1704703562ScheduleMediaPathIndexerTest.php
tests/migration/Core/V6_5/Migration1673860323ChangeDefaultProductComparisonIconTest.php
migration/Core/V6_5/Migration1673860323ChangeDefaultProductComparisonIconTest.php
Core/V6_5/Migration1673860323ChangeDefaultProductComparisonIconTest.php
V6_5/Migration1673860323ChangeDefaultProductComparisonIconTest.php
Migration1673860323ChangeDefaultProductComparisonIconTest.php
tests/migration/Core/V6_5/Migration1672934282ReviewFormSendFlowTest.php
migration/Core/V6_5/Migration1672934282ReviewFormSendFlowTest.php
Core/V6_5/Migration1672934282ReviewFormSendFlowTest.php
V6_5/Migration1672934282ReviewFormSendFlowTest.php
Migration1672934282ReviewFormSendFlowTest.php
tests/migration/Core/V6_5/Migration1678969082DropVariantListingFieldsTest.php
migration/Core/V6_5/Migration1678969082DropVariantListingFieldsTest.php
Core/V6_5/Migration1678969082DropVariantListingFieldsTest.php
V6_5/Migration1678969082DropVariantListingFieldsTest.php
Migration1678969082DropVariantListingFieldsTest.php
tests/migration/Core/V6_5/Migration1693300031UsageDataEntityDeletionsTest.php
migration/Core/V6_5/Migration1693300031UsageDataEntityDeletionsTest.php
Core/V6_5/Migration1693300031UsageDataEntityDeletionsTest.php
V6_5/Migration1693300031UsageDataEntityDeletionsTest.php
Migration1693300031UsageDataEntityDeletionsTest.php
tests/migration/Core/V6_5/Migration1690874168FixPaymentStatusUnconfirmedMailTest.php
migration/Core/V6_5/Migration1690874168FixPaymentStatusUnconfirmedMailTest.php
Core/V6_5/Migration1690874168FixPaymentStatusUnconfirmedMailTest.php
V6_5/Migration1690874168FixPaymentStatusUnconfirmedMailTest.php
Migration1690874168FixPaymentStatusUnconfirmedMailTest.php
tests/migration/Core/V6_5/Migration1674704527UpdateVATPatternForCyprusCountryTest.php
migration/Core/V6_5/Migration1674704527UpdateVATPatternForCyprusCountryTest.php
Core/V6_5/Migration1674704527UpdateVATPatternForCyprusCountryTest.php
V6_5/Migration1674704527UpdateVATPatternForCyprusCountryTest.php
Migration1674704527UpdateVATPatternForCyprusCountryTest.php
tests/migration/Core/V6_5/Migration1692277552FixCustomerReviewCountTest.php
migration/Core/V6_5/Migration1692277552FixCustomerReviewCountTest.php
Core/V6_5/Migration1692277552FixCustomerReviewCountTest.php
V6_5/Migration1692277552FixCustomerReviewCountTest.php
Migration1692277552FixCustomerReviewCountTest.php
tests/migration/Core/V6_5/Migration1669125399DropEnqueueTableTest.php
migration/Core/V6_5/Migration1669125399DropEnqueueTableTest.php
Core/V6_5/Migration1669125399DropEnqueueTableTest.php
V6_5/Migration1669125399DropEnqueueTableTest.php
Migration1669125399DropEnqueueTableTest.php
tests/migration/Core/V6_5/Migration1681382023AddCustomFieldAllowCartExposeTest.php
migration/Core/V6_5/Migration1681382023AddCustomFieldAllowCartExposeTest.php
Core/V6_5/Migration1681382023AddCustomFieldAllowCartExposeTest.php
V6_5/Migration1681382023AddCustomFieldAllowCartExposeTest.php
Migration1681382023AddCustomFieldAllowCartExposeTest.php
tests/migration/Core/V6_5/Migration1667208731AddDefaultDeliveryTimeConfigSettingTest.php
migration/Core/V6_5/Migration1667208731AddDefaultDeliveryTimeConfigSettingTest.php
Core/V6_5/Migration1667208731AddDefaultDeliveryTimeConfigSettingTest.php
V6_5/Migration1667208731AddDefaultDeliveryTimeConfigSettingTest.php
Migration1667208731AddDefaultDeliveryTimeConfigSettingTest.php
tests/migration/Core/V6_5/Migration1692279790AppShippingMethodTest.php
migration/Core/V6_5/Migration1692279790AppShippingMethodTest.php
Core/V6_5/Migration1692279790AppShippingMethodTest.php
V6_5/Migration1692279790AppShippingMethodTest.php
Migration1692279790AppShippingMethodTest.php
tests/migration/Core/V6_5/Migration1675247112ChangeCountryNamingConventionTest.php
migration/Core/V6_5/Migration1675247112ChangeCountryNamingConventionTest.php
Core/V6_5/Migration1675247112ChangeCountryNamingConventionTest.php
V6_5/Migration1675247112ChangeCountryNamingConventionTest.php
Migration1675247112ChangeCountryNamingConventionTest.php
tests/migration/Core/V6_5/Migration1666689977AddPluginIdToCustomEntityTest.php
migration/Core/V6_5/Migration1666689977AddPluginIdToCustomEntityTest.php
Core/V6_5/Migration1666689977AddPluginIdToCustomEntityTest.php
V6_5/Migration1666689977AddPluginIdToCustomEntityTest.php
Migration1666689977AddPluginIdToCustomEntityTest.php
tests/migration/Core/V6_5/Migration1678197291ConvertVariantListingConfigTest.php
migration/Core/V6_5/Migration1678197291ConvertVariantListingConfigTest.php
Core/V6_5/Migration1678197291ConvertVariantListingConfigTest.php
V6_5/Migration1678197291ConvertVariantListingConfigTest.php
Migration1678197291ConvertVariantListingConfigTest.php
tests/migration/Core/V6_5/Migration1697532722FixADInMediaPathTest.php
migration/Core/V6_5/Migration1697532722FixADInMediaPathTest.php
Core/V6_5/Migration1697532722FixADInMediaPathTest.php
V6_5/Migration1697532722FixADInMediaPathTest.php
Migration1697532722FixADInMediaPathTest.php
tests/migration/Core/V6_5/Migration1675082889DropUnusedTablesTest.php
migration/Core/V6_5/Migration1675082889DropUnusedTablesTest.php
Core/V6_5/Migration1675082889DropUnusedTablesTest.php
V6_5/Migration1675082889DropUnusedTablesTest.php
Migration1675082889DropUnusedTablesTest.php
tests/migration/Core/V6_5/Migration1698682149MakeTranslatableFieldsNullableTest.php
migration/Core/V6_5/Migration1698682149MakeTranslatableFieldsNullableTest.php
Core/V6_5/Migration1698682149MakeTranslatableFieldsNullableTest.php
V6_5/Migration1698682149MakeTranslatableFieldsNullableTest.php
Migration1698682149MakeTranslatableFieldsNullableTest.php
tests/migration/Core/V6_5/Migration1672931011ReviewFormMailTemplateTest.php
migration/Core/V6_5/Migration1672931011ReviewFormMailTemplateTest.php
Core/V6_5/Migration1672931011ReviewFormMailTemplateTest.php
V6_5/Migration1672931011ReviewFormMailTemplateTest.php
Migration1672931011ReviewFormMailTemplateTest.php
tests/migration/Elasticsearch/V6_5/Migration1689084023AdminElasticsearchIndexTaskTest.php
migration/Elasticsearch/V6_5/Migration1689084023AdminElasticsearchIndexTaskTest.php
Elasticsearch/V6_5/Migration1689084023AdminElasticsearchIndexTaskTest.php
@ -21520,6 +21170,48 @@ Test/Script/Execution/ScriptTwigLoaderTest.php
Script/Execution/ScriptTwigLoaderTest.php
Execution/ScriptTwigLoaderTest.php
ScriptTwigLoaderTest.php
tests/unit/Core/Framework/Event/EventData/EventDataCollectionTest.php
unit/Core/Framework/Event/EventData/EventDataCollectionTest.php
Core/Framework/Event/EventData/EventDataCollectionTest.php
Framework/Event/EventData/EventDataCollectionTest.php
Event/EventData/EventDataCollectionTest.php
EventData/EventDataCollectionTest.php
EventDataCollectionTest.php
tests/unit/Core/Framework/Event/EventData/EntityTypeTest.php
unit/Core/Framework/Event/EventData/EntityTypeTest.php
Core/Framework/Event/EventData/EntityTypeTest.php
Framework/Event/EventData/EntityTypeTest.php
Event/EventData/EntityTypeTest.php
EventData/EntityTypeTest.php
EntityTypeTest.php
tests/unit/Core/Framework/Event/EventData/ScalarValueTypeTest.php
unit/Core/Framework/Event/EventData/ScalarValueTypeTest.php
Core/Framework/Event/EventData/ScalarValueTypeTest.php
Framework/Event/EventData/ScalarValueTypeTest.php
Event/EventData/ScalarValueTypeTest.php
EventData/ScalarValueTypeTest.php
ScalarValueTypeTest.php
tests/unit/Core/Framework/Event/EventData/ArrayTypeTest.php
unit/Core/Framework/Event/EventData/ArrayTypeTest.php
Core/Framework/Event/EventData/ArrayTypeTest.php
Framework/Event/EventData/ArrayTypeTest.php
Event/EventData/ArrayTypeTest.php
EventData/ArrayTypeTest.php
ArrayTypeTest.php
tests/unit/Core/Framework/Event/EventData/ObjectTypeTest.php
unit/Core/Framework/Event/EventData/ObjectTypeTest.php
Core/Framework/Event/EventData/ObjectTypeTest.php
Framework/Event/EventData/ObjectTypeTest.php
Event/EventData/ObjectTypeTest.php
EventData/ObjectTypeTest.php
ObjectTypeTest.php
tests/unit/Core/Framework/Event/EventData/EntityCollectionTypeTest.php
unit/Core/Framework/Event/EventData/EntityCollectionTypeTest.php
Core/Framework/Event/EventData/EntityCollectionTypeTest.php
Framework/Event/EventData/EntityCollectionTypeTest.php
Event/EventData/EntityCollectionTypeTest.php
EventData/EntityCollectionTypeTest.php
EntityCollectionTypeTest.php
tests/unit/Core/Framework/Webhook/WebhookDispatcherTest.php
unit/Core/Framework/Webhook/WebhookDispatcherTest.php
Core/Framework/Webhook/WebhookDispatcherTest.php
@ -48649,6 +48341,11 @@ Core/Migration/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippin
Migration/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullable.php
V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullable.php
Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullable.php
src/Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
Migration/V6_6/Migration1714659357CanonicalProductVersion.php
V6_6/Migration1714659357CanonicalProductVersion.php
Migration1714659357CanonicalProductVersion.php
src/Core/Migration/V6_6/Migration1707064042CartRemoveFK.php
Core/Migration/V6_6/Migration1707064042CartRemoveFK.php
Migration/V6_6/Migration1707064042CartRemoveFK.php
@ -60016,48 +59713,6 @@ Framework/Test/CustomField/CustomFieldServiceTest.php
Test/CustomField/CustomFieldServiceTest.php
CustomField/CustomFieldServiceTest.php
CustomFieldServiceTest.php
src/Core/Framework/Test/Event/EventData/EventDataCollectionTest.php
Core/Framework/Test/Event/EventData/EventDataCollectionTest.php
Framework/Test/Event/EventData/EventDataCollectionTest.php
Test/Event/EventData/EventDataCollectionTest.php
Event/EventData/EventDataCollectionTest.php
EventData/EventDataCollectionTest.php
EventDataCollectionTest.php
src/Core/Framework/Test/Event/EventData/EntityTypeTest.php
Core/Framework/Test/Event/EventData/EntityTypeTest.php
Framework/Test/Event/EventData/EntityTypeTest.php
Test/Event/EventData/EntityTypeTest.php
Event/EventData/EntityTypeTest.php
EventData/EntityTypeTest.php
EntityTypeTest.php
src/Core/Framework/Test/Event/EventData/ScalarValueTypeTest.php
Core/Framework/Test/Event/EventData/ScalarValueTypeTest.php
Framework/Test/Event/EventData/ScalarValueTypeTest.php
Test/Event/EventData/ScalarValueTypeTest.php
Event/EventData/ScalarValueTypeTest.php
EventData/ScalarValueTypeTest.php
ScalarValueTypeTest.php
src/Core/Framework/Test/Event/EventData/ArrayTypeTest.php
Core/Framework/Test/Event/EventData/ArrayTypeTest.php
Framework/Test/Event/EventData/ArrayTypeTest.php
Test/Event/EventData/ArrayTypeTest.php
Event/EventData/ArrayTypeTest.php
EventData/ArrayTypeTest.php
ArrayTypeTest.php
src/Core/Framework/Test/Event/EventData/ObjectTypeTest.php
Core/Framework/Test/Event/EventData/ObjectTypeTest.php
Framework/Test/Event/EventData/ObjectTypeTest.php
Test/Event/EventData/ObjectTypeTest.php
Event/EventData/ObjectTypeTest.php
EventData/ObjectTypeTest.php
ObjectTypeTest.php
src/Core/Framework/Test/Event/EventData/EntityCollectionTypeTest.php
Core/Framework/Test/Event/EventData/EntityCollectionTypeTest.php
Framework/Test/Event/EventData/EntityCollectionTypeTest.php
Test/Event/EventData/EntityCollectionTypeTest.php
Event/EventData/EntityCollectionTypeTest.php
EventData/EntityCollectionTypeTest.php
EntityCollectionTypeTest.php
src/Core/Framework/Test/Webhook/_fixtures/BusinessEvents/ArrayBusinessEvent.php
Core/Framework/Test/Webhook/_fixtures/BusinessEvents/ArrayBusinessEvent.php
Framework/Test/Webhook/_fixtures/BusinessEvents/ArrayBusinessEvent.php
@ -61529,30 +61184,12 @@ Test/Migration/_test_migrations_valid/Migration1.php
Migration/_test_migrations_valid/Migration1.php
_test_migrations_valid/Migration1.php
Migration1.php
src/Core/Framework/Test/Migration/_dynamicPrimaryKeyChange.sql
Core/Framework/Test/Migration/_dynamicPrimaryKeyChange.sql
Framework/Test/Migration/_dynamicPrimaryKeyChange.sql
Test/Migration/_dynamicPrimaryKeyChange.sql
Migration/_dynamicPrimaryKeyChange.sql
_dynamicPrimaryKeyChange.sql
src/Core/Framework/Test/Migration/MigrationLoaderTest.php
Core/Framework/Test/Migration/MigrationLoaderTest.php
Framework/Test/Migration/MigrationLoaderTest.php
Test/Migration/MigrationLoaderTest.php
Migration/MigrationLoaderTest.php
MigrationLoaderTest.php
src/Core/Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
Core/Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
Test/Migration/_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
Migration/_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
src/Core/Framework/Test/Migration/DynamicPrimaryKeyChangeTest.php
Core/Framework/Test/Migration/DynamicPrimaryKeyChangeTest.php
Framework/Test/Migration/DynamicPrimaryKeyChangeTest.php
Test/Migration/DynamicPrimaryKeyChangeTest.php
Migration/DynamicPrimaryKeyChangeTest.php
DynamicPrimaryKeyChangeTest.php
src/Core/Framework/Test/Migration/Migration1599570560FixSlovakiaDisplayedAsSloveniaTest.php
Core/Framework/Test/Migration/Migration1599570560FixSlovakiaDisplayedAsSloveniaTest.php
Framework/Test/Migration/Migration1599570560FixSlovakiaDisplayedAsSloveniaTest.php
@ -61573,12 +61210,6 @@ Test/Migration/_test_migrations_valid_run_time/Migration1.php
Migration/_test_migrations_valid_run_time/Migration1.php
_test_migrations_valid_run_time/Migration1.php
Migration1.php
src/Core/Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
Core/Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
Test/Migration/_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
Migration/_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
src/Core/Framework/Test/Migration/MigrationTestBehaviour.php
Core/Framework/Test/Migration/MigrationTestBehaviour.php
Framework/Test/Migration/MigrationTestBehaviour.php
@ -71229,6 +70860,12 @@ Checkout/Order/Event/OrderPaymentMethodChangedCriteriaEvent.php
Order/Event/OrderPaymentMethodChangedCriteriaEvent.php
Event/OrderPaymentMethodChangedCriteriaEvent.php
OrderPaymentMethodChangedCriteriaEvent.php
src/Core/Checkout/Order/Event/OrderCriteriaEvent.php
Core/Checkout/Order/Event/OrderCriteriaEvent.php
Checkout/Order/Event/OrderCriteriaEvent.php
Order/Event/OrderCriteriaEvent.php
Event/OrderCriteriaEvent.php
OrderCriteriaEvent.php
src/Core/Checkout/Order/Event/OrderPaymentMethodChangedEvent.php
Core/Checkout/Order/Event/OrderPaymentMethodChangedEvent.php
Checkout/Order/Event/OrderPaymentMethodChangedEvent.php

View file

@ -1470,7 +1470,9 @@ changelog/release-6-3-4-1/2020-11-27-improve-saving-own-user-profile.md
changelog/_unreleased/2024-04-05-set-system-default-flag-mail-header-footer-template.md
changelog/_unreleased/2024-04-15-heading-elements-on-registration-page.md
changelog/_unreleased/2024-04-25-add-no-assert-response-phpstan-rule.md
changelog/_unreleased/2024-05-01-added-entity-name-to-event-data-of-type-entity.md
changelog/_unreleased/2024-04-04-keep_element_keys_when_sort_by_positions.md
changelog/_unreleased/2024-04-19-adding-order-criteria-event.md
changelog/_unreleased/2024-04-16-recompile-on-plugins-with-additional-bundles.md
changelog/_unreleased/2024-04-11-allow-toggling-the-main-menu-from-an-app.md
changelog/_unreleased/2024-04-05-change-empty-object-to-array.md
@ -1520,6 +1522,7 @@ changelog/_unreleased/2024-04-09-fix-profiler-table-and-icons.md
changelog/_unreleased/2024-03-22-adjust-mailertransportdecorator.md
changelog/_unreleased/2024-04-05-fix-default-mail-footer.md
changelog/_unreleased/2024-04-18-check-invalid-language-id.md
changelog/_unreleased/2024-05-03-store-theme-scripts-in-db.md
changelog/_unreleased/2024-04-11-remove-unnecessary-wishlist-css.md
changelog/_unreleased/2024-04-15-add-language-to-send-mail-event.md
changelog/_unreleased/2024-04-17-change-shipping-costs-toggle-to-button-element.md
@ -1534,9 +1537,11 @@ changelog/_unreleased/2024-04-18-fix-update-pipelines.md
changelog/_unreleased/2024-04-13-correct-copy-able-to-copyable-for-text-field.md
changelog/_unreleased/2024-04-09-add-wrapper-component-for-sw-card.md
changelog/_unreleased/2023-03-28-show-correct-saleschannel-on-customer-view.md
changelog/_unreleased/2024-04-24-openapi-newsletter.md
changelog/_unreleased/2024-04-25-fix-shipping-matrix-factors.md
changelog/_unreleased/2024-05-02-allow-order-address-custom-fields-edits.md
changelog/_unreleased/2024-04-04-allow-toggling-the-smart-bar-from-an-app-module.md
changelog/_unreleased/2024-04-30-calculated-price-openapi.md
changelog/_unreleased/2024-04-29-add-scene-editor-entities-to-data-collection.md
changelog/_unreleased/2024-04-18-add-wrapper-component-for-sw-number-field.md
changelog/_unreleased/2024-04-02-add-wrapper-component-for-sw-button.md
@ -4957,6 +4962,7 @@ tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromS
tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
tests/migration/Core/V6_6/Migration1707807389ChangeAvailableDefaultTest.php
tests/migration/Core/V6_6/Migration1696262484AddDefaultSendMailOptionsTest.php
tests/migration/Core/V6_6/Migration1714659357CanonicalProductVersionTest.php
tests/migration/Core/V6_6/Migration1712309989DropLanguageLocaleUniqueTest.php
tests/migration/Core/V6_6/Migration1700746995ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
tests/migration/Core/V6_6/Migration1711461580SetSystemDefaultForDefaultMailFooterTest.php
@ -4964,80 +4970,6 @@ tests/migration/Core/V6_6/Migration1701677136RemovePluginChangelogFieldTest.php
tests/migration/Core/V6_6/Migration1679581138RemoveAssociationFieldsTest.php
tests/migration/Core/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumnTest.php
tests/migration/Core/BasicDataUntouchedTest.php
tests/migration/Core/V6_5/Migration1695732009AddConfigForMediaTest.php
tests/migration/Core/V6_5/Migration1686817968AddRecurringAppPaymentMethodUrlTest.php
tests/migration/Core/V6_5/Migration1689776940AddCartSourceFieldTest.php
tests/migration/Core/V6_5/Migration1668435503ChangeStornoDocumentTranslationNameTest.php
tests/migration/Core/V6_5/Migration1696300511AddDocumentNumberToDocumentEntityTest.php
tests/migration/Core/V6_5/Migration1673420896RemoveUndefinedSalutationTest.php
tests/migration/Core/V6_5/Migration1690456899AddCustomFieldPrivilegeForSaleUnitViewerTest.php
tests/migration/Core/V6_5/Migration1689856589AddVersioningForOrderTransactionCapturesTest.php
tests/migration/Core/V6_5/Migration1669124190AddDoctrineMessengerTableTest.php
tests/migration/Core/V6_5/Migration1701337056CorrectColumnLengthTest.php
tests/migration/Core/V6_5/Migration1708685281ChangeAppPathColumnToLongerVarcharTest.php
tests/migration/Core/V6_5/Migration1671003201RemoveDeprecatedColumnsTest.php
tests/migration/Core/V6_5/Migration1661505878ChangeDefaultValueOfShippingMethodActiveFieldTest.php
tests/migration/Core/V6_5/Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTablesTest.php
tests/migration/Core/V6_5/Migration1688717599UpdateCreatedByIdAndUpdatedByIdInOrderAndCustomerTest.php
tests/migration/Core/V6_5/Migration1656657834TaxProviderTest.php
tests/migration/Core/V6_5/Migration1662533751AddCustomEntityTypeIdToCategoryTest.php
tests/migration/Core/V6_5/Migration1663402842AddPathToMediaTest.php
tests/migration/Core/V6_5/Migration1694426018AddEntityIndexToStateMachineHistoryTest.php
tests/migration/Core/V6_5/Migration1688556247FixCoverMediaVersionIDTest.php
tests/migration/Core/V6_5/Migration1655697288AppFlowEventTest.php
tests/migration/Core/V6_5/Migration1675323588ChangeEnglishLocaleTranslationOfUsLocaleTest.php
tests/migration/Core/V6_5/Migration1676272000AddAccountTypeToCustomerTest.php
tests/migration/Core/V6_5/Migration1677470540AddProvincesForCanadaTest.php
tests/migration/Core/V6_5/Migration1695778183UpdateStreetOfTableOrderAddressToNotNullTest.php
tests/migration/Core/V6_5/Migration1692608216IncreaseAppConfigKeyColumnSizeTest.php
tests/migration/Core/V6_5/Migration1704267596UpdateBelgianVatIdPatternTest.php
tests/migration/Core/V6_5/Migration1695778183UpdateZipCodeOfTableOrderAddressToNullableTest.php
tests/migration/Core/V6_5/Migration1669291632MigrateLineItemsInCartRuleTest.php
tests/migration/Core/V6_5/Migration1692254551FixMailTranslationTest.php
tests/migration/Core/V6_5/Migration1691057865UpdateSalutationDefaultForCustomerTest.php
tests/migration/Core/V6_5/Migration1678801126AddScheduledTaskDefaultRunIntervalColumnTest.php
tests/migration/Core/V6_5/Migration1697112043AddPaymentAndShippingTechnicalNameTest.php
tests/migration/Core/V6_5/Migration1688927492AddTaxActiveFromFieldTest.php
tests/migration/Core/V6_5/Migration1676274910ChangeColumnTaxRateAllowThreeDecimalTest.php
tests/migration/Core/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExportTest.php
tests/migration/Core/V6_5/Migration1706272837UpdateProductExportForeignKeyTest.php
tests/migration/Core/V6_5/Migration1673263104RemoveCartNameColumnTest.php
tests/migration/Core/V6_5/Migration1700558603RemoveDataIntegrationTest.php
tests/migration/Core/V6_5/Migration1670090989AddIndexOrderOrderNumberTest.php
tests/migration/Core/V6_5/Migration1659425718AddFlagsToCustomEntitiesTest.php
tests/migration/Core/V6_5/Migration1689257577AddMissingTransactionMailFlowTest.php
tests/migration/Core/V6_5/Migration1673946817FixMediaFolderAssociationFieldsTest.php
tests/migration/Core/V6_5/Migration1674200008UpdateOrderViewerRolePrivilegesTest.php
tests/migration/Core/V6_5/Migration1679584289AddCustomerReviewCountTest.php
tests/migration/Core/V6_5/Migration1697792159FixOrderDeliveryAddressConstraintTest.php
tests/migration/Core/V6_5/Migration1687462843ProductManufacturerMediaThumbnailsTest.php
tests/migration/Core/V6_5/Migration1688106315AddMissingTransactionMailTemplatesTest.php
tests/migration/Core/V6_5/Migration1673426317ImproveStateMachineHistoryQueryPerformanceTest.php
tests/migration/Core/V6_5/Migration1680789830AddCustomFieldsAwareToCustomEntitiesTest.php
tests/migration/Core/V6_5/Migration1687463180ProductMediaThumbnailsTest.php
tests/migration/Core/V6_5/Migration1697462064FixMediaPathTest.php
tests/migration/Core/V6_5/Migration1669298267AddIconCacheDefaultValueTest.php
tests/migration/Core/V6_5/Migration1670854818RemoveEventActionTableTest.php
tests/migration/Core/V6_5/Migration1698919811AddDeletedAtToCustomEntityTest.php
tests/migration/Core/V6_5/Migration1704703562ScheduleMediaPathIndexerTest.php
tests/migration/Core/V6_5/Migration1673860323ChangeDefaultProductComparisonIconTest.php
tests/migration/Core/V6_5/Migration1672934282ReviewFormSendFlowTest.php
tests/migration/Core/V6_5/Migration1678969082DropVariantListingFieldsTest.php
tests/migration/Core/V6_5/Migration1693300031UsageDataEntityDeletionsTest.php
tests/migration/Core/V6_5/Migration1690874168FixPaymentStatusUnconfirmedMailTest.php
tests/migration/Core/V6_5/Migration1674704527UpdateVATPatternForCyprusCountryTest.php
tests/migration/Core/V6_5/Migration1692277552FixCustomerReviewCountTest.php
tests/migration/Core/V6_5/Migration1669125399DropEnqueueTableTest.php
tests/migration/Core/V6_5/Migration1681382023AddCustomFieldAllowCartExposeTest.php
tests/migration/Core/V6_5/Migration1667208731AddDefaultDeliveryTimeConfigSettingTest.php
tests/migration/Core/V6_5/Migration1692279790AppShippingMethodTest.php
tests/migration/Core/V6_5/Migration1675247112ChangeCountryNamingConventionTest.php
tests/migration/Core/V6_5/Migration1666689977AddPluginIdToCustomEntityTest.php
tests/migration/Core/V6_5/Migration1678197291ConvertVariantListingConfigTest.php
tests/migration/Core/V6_5/Migration1697532722FixADInMediaPathTest.php
tests/migration/Core/V6_5/Migration1675082889DropUnusedTablesTest.php
tests/migration/Core/V6_5/Migration1698682149MakeTranslatableFieldsNullableTest.php
tests/migration/Core/V6_5/Migration1672931011ReviewFormMailTemplateTest.php
tests/migration/Elasticsearch/V6_5/Migration1689084023AdminElasticsearchIndexTaskTest.php
tests/migration/Administration/.gitkeep
tests/migration/MigrationTestTrait.php
@ -5673,6 +5605,12 @@ tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/m
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-function-case/simple-function-case.twig
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-service-script/simple-service-script.twig
tests/unit/Core/Framework/Test/Script/Execution/ScriptTwigLoaderTest.php
tests/unit/Core/Framework/Event/EventData/EventDataCollectionTest.php
tests/unit/Core/Framework/Event/EventData/EntityTypeTest.php
tests/unit/Core/Framework/Event/EventData/ScalarValueTypeTest.php
tests/unit/Core/Framework/Event/EventData/ArrayTypeTest.php
tests/unit/Core/Framework/Event/EventData/ObjectTypeTest.php
tests/unit/Core/Framework/Event/EventData/EntityCollectionTypeTest.php
tests/unit/Core/Framework/Webhook/WebhookDispatcherTest.php
tests/unit/Core/Framework/Webhook/Service/WebhookCleanupTest.php
tests/unit/Core/Framework/Webhook/ScheduledTask/CleanupWebhookEventLogTaskHandlerTest.php
@ -9623,6 +9561,7 @@ src/Core/Migration/V6_6/Migration1691662140MigrateAvailableStock.php
src/Core/Migration/V6_6/Migration1710493619ScheduleMediaPathIndexer.php
src/Core/Migration/V6_6/Migration1707807389ChangeAvailableDefault.php
src/Core/Migration/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromShippingMethodToNullable.php
src/Core/Migration/V6_6/Migration1714659357CanonicalProductVersion.php
src/Core/Migration/V6_6/Migration1707064042CartRemoveFK.php
src/Core/Migration/V6_6/Migration1711418838ReplaceSortingOptionKeysWithSortingOptionIdsInCmsSlots.php
src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
@ -11351,12 +11290,6 @@ src/Core/Framework/Test/CustomField/CustomFieldRepositoryTest.php
src/Core/Framework/Test/CustomField/CustomFieldSetRepositoryTest.php
src/Core/Framework/Test/CustomField/Api/CustomFieldSetActionControllerTest.php
src/Core/Framework/Test/CustomField/CustomFieldServiceTest.php
src/Core/Framework/Test/Event/EventData/EventDataCollectionTest.php
src/Core/Framework/Test/Event/EventData/EntityTypeTest.php
src/Core/Framework/Test/Event/EventData/ScalarValueTypeTest.php
src/Core/Framework/Test/Event/EventData/ArrayTypeTest.php
src/Core/Framework/Test/Event/EventData/ObjectTypeTest.php
src/Core/Framework/Test/Event/EventData/EntityCollectionTypeTest.php
src/Core/Framework/Test/Webhook/_fixtures/BusinessEvents/ArrayBusinessEvent.php
src/Core/Framework/Test/Webhook/_fixtures/BusinessEvents/BusinessEventEncoderTestInterface.php
src/Core/Framework/Test/Webhook/_fixtures/BusinessEvents/StructuredObjectBusinessEvent.php
@ -11544,14 +11477,10 @@ src/Core/Framework/Test/Migration/_test_migrations_valid/Migration2.php
src/Core/Framework/Test/Migration/_test_migrations_valid/test.txt
src/Core/Framework/Test/Migration/_test_migrations_valid/Foo.php
src/Core/Framework/Test/Migration/_test_migrations_valid/Migration1.php
src/Core/Framework/Test/Migration/_dynamicPrimaryKeyChange.sql
src/Core/Framework/Test/Migration/MigrationLoaderTest.php
src/Core/Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithAdditionalColumn.sql
src/Core/Framework/Test/Migration/DynamicPrimaryKeyChangeTest.php
src/Core/Framework/Test/Migration/Migration1599570560FixSlovakiaDisplayedAsSloveniaTest.php
src/Core/Framework/Test/Migration/_test_migrations_valid_run_time/Migration2.php
src/Core/Framework/Test/Migration/_test_migrations_valid_run_time/Migration1.php
src/Core/Framework/Test/Migration/_dynamicPrimaryKeyChangeAfterWithoutAdditionalColumn.sql
src/Core/Framework/Test/Migration/MigrationTestBehaviour.php
src/Core/Framework/Test/Increment/RedisIncrementerTest.php
src/Core/Framework/Test/Increment/Controller/IncrementApiControllerTest.php
@ -13079,6 +13008,7 @@ src/Core/Checkout/Order/OrderStates.php
src/Core/Checkout/Order/Event/OrderStateChangeCriteriaEvent.php
src/Core/Checkout/Order/Event/OrderStateMachineStateChangeEvent.php
src/Core/Checkout/Order/Event/OrderPaymentMethodChangedCriteriaEvent.php
src/Core/Checkout/Order/Event/OrderCriteriaEvent.php
src/Core/Checkout/Order/Event/OrderPaymentMethodChangedEvent.php
src/Core/Checkout/Order/Listener/OrderStateChangeEventListener.php
src/Core/Checkout/Order/OrderExceptionHandler.php

View file

@ -1516,6 +1516,11 @@ Feature/Api/Users/UsersForSelectListTest.php
Api/Users/UsersForSelectListTest.php
Users/UsersForSelectListTest.php
UsersForSelectListTest.php
tests/Feature/Api/Users/UsersDeleteTest.php
Feature/Api/Users/UsersDeleteTest.php
Api/Users/UsersDeleteTest.php
Users/UsersDeleteTest.php
UsersDeleteTest.php
tests/Feature/Api/Users/UsersSearchTest.php
Feature/Api/Users/UsersSearchTest.php
Api/Users/UsersSearchTest.php

View file

@ -515,6 +515,7 @@ tests/Feature/Api/Assets/AssetCheckinTest.php
tests/Feature/Api/Components/ComponentIndexTest.php
tests/Feature/Api/Users/UpdateUserApiTest.php
tests/Feature/Api/Users/UsersForSelectListTest.php
tests/Feature/Api/Users/UsersDeleteTest.php
tests/Feature/Api/Users/UsersSearchTest.php
tests/Feature/Api/Users/UsersUpdateTest.php
tests/Feature/Checkouts/LicenseCheckoutTest.php

View file

@ -424,6 +424,11 @@ js/experimental/changelog/update-changelogger
experimental/changelog/update-changelogger
changelog/update-changelogger
update-changelogger
packages/js/experimental/changelog/47207-dev-fix-experimental-tsconfig
js/experimental/changelog/47207-dev-fix-experimental-tsconfig
experimental/changelog/47207-dev-fix-experimental-tsconfig
changelog/47207-dev-fix-experimental-tsconfig
47207-dev-fix-experimental-tsconfig
packages/js/experimental/changelog/update-jest-merge
js/experimental/changelog/update-jest-merge
experimental/changelog/update-jest-merge
@ -6662,6 +6667,11 @@ js/product-editor/changelog/update-move-logic-to-add-new-attribute
product-editor/changelog/update-move-logic-to-add-new-attribute
changelog/update-move-logic-to-add-new-attribute
update-move-logic-to-add-new-attribute
packages/js/product-editor/changelog/update-product-editor-description-editor-skeleton
js/product-editor/changelog/update-product-editor-description-editor-skeleton
product-editor/changelog/update-product-editor-description-editor-skeleton
changelog/update-product-editor-description-editor-skeleton
update-product-editor-description-editor-skeleton
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
js/product-editor/changelog/update-introduce-optimistc-query-update
product-editor/changelog/update-introduce-optimistc-query-update
@ -6672,6 +6682,16 @@ js/product-editor/changelog/add-47036
product-editor/changelog/add-47036
changelog/add-47036
add-47036
packages/js/product-editor/changelog/dev-47195_request_shipping_classes_conditionally
js/product-editor/changelog/dev-47195_request_shipping_classes_conditionally
product-editor/changelog/dev-47195_request_shipping_classes_conditionally
changelog/dev-47195_request_shipping_classes_conditionally
dev-47195_request_shipping_classes_conditionally
packages/js/product-editor/changelog/update-replace-with-combobox
js/product-editor/changelog/update-replace-with-combobox
product-editor/changelog/update-replace-with-combobox
changelog/update-replace-with-combobox
update-replace-with-combobox
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-undo
js/product-editor/changelog/fix-product-editor-modal-block-editor-undo
product-editor/changelog/fix-product-editor-modal-block-editor-undo
@ -8927,6 +8947,60 @@ src/components/tabs/style.scss
components/tabs/style.scss
tabs/style.scss
style.scss
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/index.js
js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/index.js
product-editor/src/components/iframe-editor/sidebar/settings-sidebar/index.js
src/components/iframe-editor/sidebar/settings-sidebar/index.js
components/iframe-editor/sidebar/settings-sidebar/index.js
iframe-editor/sidebar/settings-sidebar/index.js
sidebar/settings-sidebar/index.js
settings-sidebar/index.js
index.js
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
product-editor/src/components/iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
src/components/iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
components/iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
sidebar/settings-sidebar/settings-sidebar.tsx
settings-sidebar/settings-sidebar.tsx
settings-sidebar.tsx
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
src/components/iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
components/iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
sidebar/settings-sidebar/drawer-left.tsx
settings-sidebar/drawer-left.tsx
drawer-left.tsx
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
src/components/iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
components/iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
sidebar/settings-sidebar/drawer-right.tsx
settings-sidebar/drawer-right.tsx
drawer-right.tsx
packages/js/product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/index.js
js/product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/index.js
product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/index.js
src/components/iframe-editor/sidebar/plugin-sidebar/index.js
components/iframe-editor/sidebar/plugin-sidebar/index.js
iframe-editor/sidebar/plugin-sidebar/index.js
sidebar/plugin-sidebar/index.js
plugin-sidebar/index.js
index.js
packages/js/product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
js/product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
src/components/iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
components/iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
sidebar/plugin-sidebar/plugin-sidebar.tsx
plugin-sidebar/plugin-sidebar.tsx
plugin-sidebar.tsx
packages/js/product-editor/src/components/iframe-editor/hooks/use-editor-history.ts
js/product-editor/src/components/iframe-editor/hooks/use-editor-history.ts
product-editor/src/components/iframe-editor/hooks/use-editor-history.ts
@ -8942,6 +9016,13 @@ src/components/iframe-editor/back-button.tsx
components/iframe-editor/back-button.tsx
iframe-editor/back-button.tsx
back-button.tsx
packages/js/product-editor/src/components/iframe-editor/constants.ts
js/product-editor/src/components/iframe-editor/constants.ts
product-editor/src/components/iframe-editor/constants.ts
src/components/iframe-editor/constants.ts
components/iframe-editor/constants.ts
iframe-editor/constants.ts
constants.ts
packages/js/product-editor/src/components/iframe-editor/index.ts
js/product-editor/src/components/iframe-editor/index.ts
product-editor/src/components/iframe-editor/index.ts
@ -9002,14 +9083,6 @@ components/iframe-editor/header-toolbar/editor-history-undo.tsx
iframe-editor/header-toolbar/editor-history-undo.tsx
header-toolbar/editor-history-undo.tsx
editor-history-undo.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/show-block-inspector-panel.tsx
js/product-editor/src/components/iframe-editor/header-toolbar/show-block-inspector-panel.tsx
product-editor/src/components/iframe-editor/header-toolbar/show-block-inspector-panel.tsx
src/components/iframe-editor/header-toolbar/show-block-inspector-panel.tsx
components/iframe-editor/header-toolbar/show-block-inspector-panel.tsx
iframe-editor/header-toolbar/show-block-inspector-panel.tsx
header-toolbar/show-block-inspector-panel.tsx
show-block-inspector-panel.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/document-overview/types.ts
js/product-editor/src/components/iframe-editor/header-toolbar/document-overview/types.ts
product-editor/src/components/iframe-editor/header-toolbar/document-overview/types.ts
@ -9063,14 +9136,6 @@ iframe-editor/header-toolbar/writing-menu/writing-menu.tsx
header-toolbar/writing-menu/writing-menu.tsx
writing-menu/writing-menu.tsx
writing-menu.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/drawer-right.tsx
js/product-editor/src/components/iframe-editor/header-toolbar/drawer-right.tsx
product-editor/src/components/iframe-editor/header-toolbar/drawer-right.tsx
src/components/iframe-editor/header-toolbar/drawer-right.tsx
components/iframe-editor/header-toolbar/drawer-right.tsx
iframe-editor/header-toolbar/drawer-right.tsx
header-toolbar/drawer-right.tsx
drawer-right.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/editor-history-redo.tsx
js/product-editor/src/components/iframe-editor/header-toolbar/editor-history-redo.tsx
product-editor/src/components/iframe-editor/header-toolbar/editor-history-redo.tsx
@ -9194,6 +9259,13 @@ components/iframe-editor/secondary-sidebar/inserter-sidebar.scss
iframe-editor/secondary-sidebar/inserter-sidebar.scss
secondary-sidebar/inserter-sidebar.scss
inserter-sidebar.scss
packages/js/product-editor/src/components/iframe-editor/RegisterStores.tsx
js/product-editor/src/components/iframe-editor/RegisterStores.tsx
product-editor/src/components/iframe-editor/RegisterStores.tsx
src/components/iframe-editor/RegisterStores.tsx
components/iframe-editor/RegisterStores.tsx
iframe-editor/RegisterStores.tsx
RegisterStores.tsx
packages/js/product-editor/src/components/iframe-editor/resize-handle.tsx
js/product-editor/src/components/iframe-editor/resize-handle.tsx
product-editor/src/components/iframe-editor/resize-handle.tsx
@ -22570,6 +22642,13 @@ client/customize-store/transitional/index.tsx
customize-store/transitional/index.tsx
transitional/index.tsx
index.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/utils/hero-pattern.ts
woocommerce-admin/client/customize-store/assembler-hub/utils/hero-pattern.ts
client/customize-store/assembler-hub/utils/hero-pattern.ts
customize-store/assembler-hub/utils/hero-pattern.ts
assembler-hub/utils/hero-pattern.ts
utils/hero-pattern.ts
hero-pattern.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/test/utils.test.ts
woocommerce-admin/client/customize-store/assembler-hub/sidebar/test/utils.test.ts
client/customize-store/assembler-hub/sidebar/test/utils.test.ts
@ -51631,6 +51710,10 @@ plugins/woocommerce/changelog/ci-add-support-for-events-in-ci-jobs
woocommerce/changelog/ci-add-support-for-events-in-ci-jobs
changelog/ci-add-support-for-events-in-ci-jobs
ci-add-support-for-events-in-ci-jobs
plugins/woocommerce/changelog/dev-vortex-comm-assign
woocommerce/changelog/dev-vortex-comm-assign
changelog/dev-vortex-comm-assign
dev-vortex-comm-assign
plugins/woocommerce/changelog/46644-fix-migration-to-pw-pt-1
woocommerce/changelog/46644-fix-migration-to-pw-pt-1
changelog/46644-fix-migration-to-pw-pt-1
@ -51651,6 +51734,10 @@ plugins/woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-s
woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site
changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site
46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site
plugins/woocommerce/changelog/47211-fix-e2e-flaky-product-collection-tests
woocommerce/changelog/47211-fix-e2e-flaky-product-collection-tests
changelog/47211-fix-e2e-flaky-product-collection-tests
47211-fix-e2e-flaky-product-collection-tests
plugins/woocommerce/changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb
woocommerce/changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb
changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb
@ -51671,6 +51758,10 @@ plugins/woocommerce/changelog/dependabot-npm_and_yarn-fast-xml-parser-4.2.5
woocommerce/changelog/dependabot-npm_and_yarn-fast-xml-parser-4.2.5
changelog/dependabot-npm_and_yarn-fast-xml-parser-4.2.5
dependabot-npm_and_yarn-fast-xml-parser-4.2.5
plugins/woocommerce/changelog/47213-fix-flaky-e2e-block-insertion-tests
woocommerce/changelog/47213-fix-flaky-e2e-block-insertion-tests
changelog/47213-fix-flaky-e2e-block-insertion-tests
47213-fix-flaky-e2e-block-insertion-tests
plugins/woocommerce/changelog/e2e-update-daily-slack-pings
woocommerce/changelog/e2e-update-daily-slack-pings
changelog/e2e-update-daily-slack-pings
@ -51787,6 +51878,10 @@ plugins/woocommerce/changelog/update-templates-documentation
woocommerce/changelog/update-templates-documentation
changelog/update-templates-documentation
update-templates-documentation
plugins/woocommerce/changelog/tweak-more-robust-oa-field-injection
woocommerce/changelog/tweak-more-robust-oa-field-injection
changelog/tweak-more-robust-oa-field-injection
tweak-more-robust-oa-field-injection
plugins/woocommerce/changelog/45974-dev-introduce-ariakit-button
woocommerce/changelog/45974-dev-introduce-ariakit-button
changelog/45974-dev-introduce-ariakit-button
@ -51795,6 +51890,10 @@ plugins/woocommerce/changelog/46872-46839-fix-error-on-same-prompt
woocommerce/changelog/46872-46839-fix-error-on-same-prompt
changelog/46872-46839-fix-error-on-same-prompt
46872-46839-fix-error-on-same-prompt
plugins/woocommerce/changelog/472140-refacor-e2e-remove-wait-for-timeout
woocommerce/changelog/472140-refacor-e2e-remove-wait-for-timeout
changelog/472140-refacor-e2e-remove-wait-for-timeout
472140-refacor-e2e-remove-wait-for-timeout
plugins/woocommerce/changelog/fix-mini-cart-block-merchant-only-once-test
woocommerce/changelog/fix-mini-cart-block-merchant-only-once-test
changelog/fix-mini-cart-block-merchant-only-once-test
@ -51827,6 +51926,10 @@ plugins/woocommerce/changelog/47136-fix-product-reviews-use-block-props
woocommerce/changelog/47136-fix-product-reviews-use-block-props
changelog/47136-fix-product-reviews-use-block-props
47136-fix-product-reviews-use-block-props
plugins/woocommerce/changelog/47083-update-46010-place-order-button-with-price
woocommerce/changelog/47083-update-46010-place-order-button-with-price
changelog/47083-update-46010-place-order-button-with-price
47083-update-46010-place-order-button-with-price
plugins/woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
changelog/46899-dev-fix-a11y-icon-only-customer-account-block
@ -51835,6 +51938,10 @@ plugins/woocommerce/changelog/perf-indexes
woocommerce/changelog/perf-indexes
changelog/perf-indexes
perf-indexes
plugins/woocommerce/changelog/fix-coupon-usage-limits-on-failed-trashed-orders
woocommerce/changelog/fix-coupon-usage-limits-on-failed-trashed-orders
changelog/fix-coupon-usage-limits-on-failed-trashed-orders
fix-coupon-usage-limits-on-failed-trashed-orders
plugins/woocommerce/changelog/46580-try-filter-product-by-stock-migration
woocommerce/changelog/46580-try-filter-product-by-stock-migration
changelog/46580-try-filter-product-by-stock-migration
@ -51851,6 +51958,10 @@ plugins/woocommerce/changelog/fix-missing-shipping-recommendation-task
woocommerce/changelog/fix-missing-shipping-recommendation-task
changelog/fix-missing-shipping-recommendation-task
fix-missing-shipping-recommendation-task
plugins/woocommerce/changelog/47131-fix-46836-broken-checkout-address-form-layout
woocommerce/changelog/47131-fix-46836-broken-checkout-address-form-layout
changelog/47131-fix-46836-broken-checkout-address-form-layout
47131-fix-46836-broken-checkout-address-form-layout
plugins/woocommerce/changelog/46906-update-woocommerce-version-on-status-page
woocommerce/changelog/46906-update-woocommerce-version-on-status-page
changelog/46906-update-woocommerce-version-on-status-page
@ -51867,6 +51978,14 @@ plugins/woocommerce/changelog/46999-fix-fetch-patterns-ai-data-post-only-if-ai-e
woocommerce/changelog/46999-fix-fetch-patterns-ai-data-post-only-if-ai-enabled-and-improve-performance
changelog/46999-fix-fetch-patterns-ai-data-post-only-if-ai-enabled-and-improve-performance
46999-fix-fetch-patterns-ai-data-post-only-if-ai-enabled-and-improve-performance
plugins/woocommerce/changelog/47220-fix-cover-button-white
woocommerce/changelog/47220-fix-cover-button-white
changelog/47220-fix-cover-button-white
47220-fix-cover-button-white
plugins/woocommerce/changelog/47173-update-46012-pickup-sections
woocommerce/changelog/47173-update-46012-pickup-sections
changelog/47173-update-46012-pickup-sections
47173-update-46012-pickup-sections
plugins/woocommerce/changelog/46576-fix-migrate-to-pw
woocommerce/changelog/46576-fix-migrate-to-pw
changelog/46576-fix-migrate-to-pw
@ -51903,6 +52022,10 @@ plugins/woocommerce/changelog/pr-46975
woocommerce/changelog/pr-46975
changelog/pr-46975
pr-46975
plugins/woocommerce/changelog/47181-fix-cys-no-ai-event
woocommerce/changelog/47181-fix-cys-no-ai-event
changelog/47181-fix-cys-no-ai-event
47181-fix-cys-no-ai-event
plugins/woocommerce/changelog/update-revert-lys-feature-flag-off
woocommerce/changelog/update-revert-lys-feature-flag-off
changelog/update-revert-lys-feature-flag-off

View file

@ -91,6 +91,7 @@ packages/js/experimental/changelog/update-task-list-item-and-woopayments-task
packages/js/experimental/changelog/fix-34112
packages/js/experimental/changelog/dev-update-pnpm8
packages/js/experimental/changelog/update-changelogger
packages/js/experimental/changelog/47207-dev-fix-experimental-tsconfig
packages/js/experimental/changelog/update-jest-merge
packages/js/experimental/changelog/bump-js-packages-php-version
packages/js/experimental/changelog/43595-update-wireit-0.14.3
@ -1201,8 +1202,11 @@ packages/js/product-editor/changelog/fix-description-block-collapse
packages/js/product-editor/changelog/dev-47035_request_tags_conditionally
packages/js/product-editor/changelog/update-product-editor-attribute-types
packages/js/product-editor/changelog/update-move-logic-to-add-new-attribute
packages/js/product-editor/changelog/update-product-editor-description-editor-skeleton
packages/js/product-editor/changelog/update-introduce-optimistc-query-update
packages/js/product-editor/changelog/add-47036
packages/js/product-editor/changelog/dev-47195_request_shipping_classes_conditionally
packages/js/product-editor/changelog/update-replace-with-combobox
packages/js/product-editor/changelog/fix-product-editor-modal-block-editor-undo
packages/js/product-editor/changelog/update-introduce-attributes-combobox-control
packages/js/product-editor/changelog/fix-links-toolbar
@ -1530,8 +1534,15 @@ packages/js/product-editor/src/components/tabs/constants.ts
packages/js/product-editor/src/components/tabs/index.ts
packages/js/product-editor/src/components/tabs/tabs.tsx
packages/js/product-editor/src/components/tabs/style.scss
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/index.js
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/settings-sidebar.tsx
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-left.tsx
packages/js/product-editor/src/components/iframe-editor/sidebar/settings-sidebar/drawer-right.tsx
packages/js/product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/index.js
packages/js/product-editor/src/components/iframe-editor/sidebar/plugin-sidebar/plugin-sidebar.tsx
packages/js/product-editor/src/components/iframe-editor/hooks/use-editor-history.ts
packages/js/product-editor/src/components/iframe-editor/back-button.tsx
packages/js/product-editor/src/components/iframe-editor/constants.ts
packages/js/product-editor/src/components/iframe-editor/index.ts
packages/js/product-editor/src/components/iframe-editor/header-toolbar/more-menu/copy-all-content-menu-item.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/more-menu/index.ts
@ -1539,14 +1550,12 @@ packages/js/product-editor/src/components/iframe-editor/header-toolbar/more-menu
packages/js/product-editor/src/components/iframe-editor/header-toolbar/more-menu/help-menu-item.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/more-menu/tools-menu-group.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/editor-history-undo.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/show-block-inspector-panel.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/document-overview/types.ts
packages/js/product-editor/src/components/iframe-editor/header-toolbar/document-overview/index.ts
packages/js/product-editor/src/components/iframe-editor/header-toolbar/document-overview/document-overview.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/header-toolbar.scss
packages/js/product-editor/src/components/iframe-editor/header-toolbar/writing-menu/index.ts
packages/js/product-editor/src/components/iframe-editor/header-toolbar/writing-menu/writing-menu.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/drawer-right.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/editor-history-redo.tsx
packages/js/product-editor/src/components/iframe-editor/header-toolbar/header-toolbar.tsx
packages/js/product-editor/src/components/iframe-editor/resizable-editor.tsx
@ -1563,6 +1572,7 @@ packages/js/product-editor/src/components/iframe-editor/secondary-sidebar/docume
packages/js/product-editor/src/components/iframe-editor/secondary-sidebar/document-overview-sidebar/document-overview-sidebar.tsx
packages/js/product-editor/src/components/iframe-editor/secondary-sidebar/inserter-sidebar.tsx
packages/js/product-editor/src/components/iframe-editor/secondary-sidebar/inserter-sidebar.scss
packages/js/product-editor/src/components/iframe-editor/RegisterStores.tsx
packages/js/product-editor/src/components/iframe-editor/resize-handle.tsx
packages/js/product-editor/src/components/block-editor/types.ts
packages/js/product-editor/src/components/block-editor/index.ts
@ -3878,6 +3888,7 @@ plugins/woocommerce-admin/client/customize-store/transitional/secondary-button-s
plugins/woocommerce-admin/client/customize-store/transitional/secondary-button-slot/index.tsx
plugins/woocommerce-admin/client/customize-store/transitional/style.scss
plugins/woocommerce-admin/client/customize-store/transitional/index.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/utils/hero-pattern.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/test/utils.test.ts
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen.tsx
plugins/woocommerce-admin/client/customize-store/assembler-hub/sidebar/sidebar-navigation-screen-footer.tsx
@ -7900,16 +7911,19 @@ plugins/woocommerce/assets/fonts/star.ttf
plugins/woocommerce/assets/client/.gitkeep
plugins/woocommerce/uninstall.php
plugins/woocommerce/changelog/ci-add-support-for-events-in-ci-jobs
plugins/woocommerce/changelog/dev-vortex-comm-assign
plugins/woocommerce/changelog/46644-fix-migration-to-pw-pt-1
plugins/woocommerce/changelog/46897-dev-fix-a11y-add-to-cart
plugins/woocommerce/changelog/enhancement-46502
plugins/woocommerce/changelog/e2e-fix-fixes-for-gutenberg-active
plugins/woocommerce/changelog/46664-fix-46623-restrict-only-does-not-work-on-a-sub-dir-site
plugins/woocommerce/changelog/47211-fix-e2e-flaky-product-collection-tests
plugins/woocommerce/changelog/46692-fix-86639-delete-order-item-meta-query-hyperdb
plugins/woocommerce/changelog/46125-remove-e2e-side-effects
plugins/woocommerce/changelog/add-category-placeholder
plugins/woocommerce/changelog/dependabot-npm_and_yarn-octokit-3.1.2
plugins/woocommerce/changelog/dependabot-npm_and_yarn-fast-xml-parser-4.2.5
plugins/woocommerce/changelog/47213-fix-flaky-e2e-block-insertion-tests
plugins/woocommerce/changelog/e2e-update-daily-slack-pings
plugins/woocommerce/changelog/e2e-dont-exit-if-cannot-clear-consumer-token
plugins/woocommerce/changelog/update-block-templates-div-main
@ -7939,8 +7953,10 @@ plugins/woocommerce/changelog/46854-update-LYS-coming-soon-block-cleanup
plugins/woocommerce/changelog/update-remove-powered-by-woo-footer
plugins/woocommerce/changelog/46900-manual_update-parameter-in-api-request
plugins/woocommerce/changelog/update-templates-documentation
plugins/woocommerce/changelog/tweak-more-robust-oa-field-injection
plugins/woocommerce/changelog/45974-dev-introduce-ariakit-button
plugins/woocommerce/changelog/46872-46839-fix-error-on-same-prompt
plugins/woocommerce/changelog/472140-refacor-e2e-remove-wait-for-timeout
plugins/woocommerce/changelog/fix-mini-cart-block-merchant-only-once-test
plugins/woocommerce/changelog/46671-fix-migration-to-pw-pt2
plugins/woocommerce/changelog/46626-fix-eslint-errors
@ -7949,16 +7965,21 @@ plugins/woocommerce/changelog/update-log-file-format-source
plugins/woocommerce/changelog/e2e-disable-coming-soon-in-env-setup
plugins/woocommerce/changelog/fix-unable-activate-dependent-plugins
plugins/woocommerce/changelog/47136-fix-product-reviews-use-block-props
plugins/woocommerce/changelog/47083-update-46010-place-order-button-with-price
plugins/woocommerce/changelog/46899-dev-fix-a11y-icon-only-customer-account-block
plugins/woocommerce/changelog/perf-indexes
plugins/woocommerce/changelog/fix-coupon-usage-limits-on-failed-trashed-orders
plugins/woocommerce/changelog/46580-try-filter-product-by-stock-migration
plugins/woocommerce/changelog/47073-fix-coming-soon-assets-404
plugins/woocommerce/changelog/fix-42682
plugins/woocommerce/changelog/fix-missing-shipping-recommendation-task
plugins/woocommerce/changelog/47131-fix-46836-broken-checkout-address-form-layout
plugins/woocommerce/changelog/46906-update-woocommerce-version-on-status-page
plugins/woocommerce/changelog/update-class-property-since-tbd
plugins/woocommerce/changelog/2024-04-22-04-49-18-213839
plugins/woocommerce/changelog/46999-fix-fetch-patterns-ai-data-post-only-if-ai-enabled-and-improve-performance
plugins/woocommerce/changelog/47220-fix-cover-button-white
plugins/woocommerce/changelog/47173-update-46012-pickup-sections
plugins/woocommerce/changelog/46576-fix-migrate-to-pw
plugins/woocommerce/changelog/47157-dev-fix-47138
plugins/woocommerce/changelog/46591-try-attribute-filter-migration
@ -7968,6 +7989,7 @@ plugins/woocommerce/changelog/47080-update-46746-relocate-helper-themes
plugins/woocommerce/changelog/fix-lys-attempt-using-cover-block-fix
plugins/woocommerce/changelog/45767-update-order-summary-layout
plugins/woocommerce/changelog/pr-46975
plugins/woocommerce/changelog/47181-fix-cys-no-ai-event
plugins/woocommerce/changelog/update-revert-lys-feature-flag-off
plugins/woocommerce/changelog/dev-45921_add_help_text_to_downloads_toggle
plugins/woocommerce/changelog/fix-core-profiler-email-field-overlapping

View file

@ -102,7 +102,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/format:thumbnail
/forum-attachment
/gcrnsts
/includes
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
@ -338,6 +337,7 @@ _/play
_/pog
_/tfhub
_/transparencyreport
__i
_adc_*/shop
_allComments.html
_allCommentsClassicBlog.html
@ -3060,6 +3060,7 @@ search-ar-dev
search-console/scfe
search.compact$
search/*/grid
search/?
search/about
search/advanced
search/howsearchworks
@ -3154,7 +3155,6 @@ shop/bag
shop/browse/campaigns/mobile_overlay
shop/browse/overlay
shop/browse/ribbon
shop/favorites
shop/iphone/payments/overlay
shop_name_search_service
shopping-content-api/product_images

View file

@ -2875,7 +2875,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/imagelist-*.html
/imagelist.html
/imagine/
/includes
/increment_lp_video_plays
/info
/info$
@ -5547,6 +5546,7 @@ Meo
MessageRunDetailID=
MetaURI
Microsoft.URL.Control
Mobile/EM/
Moreover
Moreoverbot
MoviesYouveSeen
@ -5962,6 +5962,7 @@ __+hsfp=
__assets
__blank
__hstc=
__i
__origami
__rapidworker-1.2.js
_adc_*/shop
@ -7435,7 +7436,6 @@ backoffice=
backstage/help/search-results.html
badges/profile/create
bagon
baidu
ban-me-i-am-a-robot
bandito
banking
@ -9739,7 +9739,6 @@ cp/api/wpa
cpds2
cpes/
cpresources
cpro
cpropub/univercd
cpspa
cr
@ -13060,7 +13059,6 @@ homeandgarden/home/hearstmagazines
homefeed
homepage
homepage-video-test
homepage/
homepage/2013
honing.html
hooks
@ -13206,7 +13204,7 @@ http://raiplay.it/robots.txt
http://redbubble.com/robots.txt
http://support.apple.com/robots.txt
http://techradar.com/robots.txt
http://tiny.cc/robots.txt
http://tinyurl.com/robots.txt
http://torproject.org/robots.txt
http://translate.google.com/robots.txt
http://upload.wikimedia.org/robots.txt
@ -14940,7 +14938,6 @@ liked
limit_hits
limited-release
link
link?
link_to
linked
linkedin
@ -17517,7 +17514,7 @@ pmc/publisherportal/download
pmc/publisherportal/journalmanager
pmc/tocrender.fcgi
pmc/utilities
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyYgobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChYKFFdhcyBiZWRldXRldCBSb2JvdHM_EOQC\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22nkhuCo1nf87iJL-iqE_N44VlO6Q\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmc='{\x22aa\x22:{},\x22abd\x22:{\x22abd\x22:false,\x22deb\x22:false,\x22det\x22:false},\x22async\x22:{},\x22attn\x22:{},\x22bgd\x22:{\x22ac\x22:true,\x22as\x22:true,\x22at\x22:0,\x22ea\x22:true,\x22ed\x22:0,\x22ei\x22:true,\x22el\x22:true,\x22ep\x22:true,\x22er\x22:true,\x22et\x22:0,\x22eu\x22:false,\x22li\x22:false,\x22wl\x22:false},\x22cdos\x22:{\x22cdobsel\x22:false},\x22csi\x22:{},\x22d\x22:{},\x22foot\x22:{},\x22gf\x22:{\x22pid\x22:196},\x22gwc\x22:{},\x22hsm\x22:{},\x22jsa\x22:{\x22csi\x22:true,\x22csir\x22:100},\x22kyn\x22:{},\x22lli\x22:{},\x22mb4ZUb\x22:{},\x22pHXghd\x22:{},\x22sb_wiz\x22:{\x22onf\x22:\x22EAEyZAobChlXbyBmaW5kZXQgbWFuIFJvYm90cyB0eHQ_CigKJldvIGxpZWd0IGRpZSBSb2JvdHMgdHh0IGJlaSBXb3JkUHJlc3M_ChgKFldhcyBiZWRldXRldCBkaXNhbGxvdz8Q5AI\x22,\x22scq\x22:\x22\x22,\x22stok\x22:\x22bGoywSPRabwTbiyYtQk_hSU4qqg\x22},\x22sf\x22:{},\x22sonic\x22:{},\x22spch\x22:{\x22ae\x22:\x22\\u00dcberpr\\u00fcfe
pmcomment/
pmm-templates
pmo/contact/en/staff
@ -18894,7 +18891,6 @@ s2/sitemaps
s2/static
s3
s?
s?
s?*rh=n%3A1380045031
sa
sa=
@ -19674,7 +19670,6 @@ sheet/help/search-results.html
shelf/user_shelves
shenghuo
shenghuo/search?
shifen/
shihui
shihui?
ship
@ -19689,7 +19684,6 @@ shop/bag
shop/browse/campaigns/mobile_overlay
shop/browse/overlay
shop/browse/ribbon
shop/favorites
shop/global
shop/iphone/payments/overlay
shop/search.ep
@ -19743,7 +19737,7 @@ shows/
showtag
showtime/.requestinvite.html.swp
showtime/help/search-results.html
showtimes/location/*http://img.youtube.com/robots.txt
showtimes/location/*http://j.mp/robots.txt
shr*
shutterstock
si
@ -21899,7 +21893,6 @@ uk/users
uk/ventureone
uk/wdc
uk/your
ulink?
ulk/i
ulk/sch
ulk/usr