mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
a9ec2dfd2a
commit
aeae4dbe1f
22 changed files with 1538 additions and 3804 deletions
|
|
@ -3,6 +3,6 @@
|
||||||
"last_update": 1763778874
|
"last_update": 1763778874
|
||||||
},
|
},
|
||||||
"Trickest wordlist update": {
|
"Trickest wordlist update": {
|
||||||
"last_update": 1763806011
|
"last_update": 1763892409
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -703,8 +703,6 @@ settings.json
|
||||||
extensions.json
|
extensions.json
|
||||||
.editorconfig
|
.editorconfig
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
.changeset/six-cats-allow.md
|
|
||||||
six-cats-allow.md
|
|
||||||
.changeset/config.json
|
.changeset/config.json
|
||||||
config.json
|
config.json
|
||||||
.dockerignore
|
.dockerignore
|
||||||
|
|
@ -15277,6 +15275,12 @@ services/graphql/resolvers/system-global.ts
|
||||||
graphql/resolvers/system-global.ts
|
graphql/resolvers/system-global.ts
|
||||||
resolvers/system-global.ts
|
resolvers/system-global.ts
|
||||||
system-global.ts
|
system-global.ts
|
||||||
|
api/src/services/graphql/resolvers/query.test.ts
|
||||||
|
src/services/graphql/resolvers/query.test.ts
|
||||||
|
services/graphql/resolvers/query.test.ts
|
||||||
|
graphql/resolvers/query.test.ts
|
||||||
|
resolvers/query.test.ts
|
||||||
|
query.test.ts
|
||||||
api/src/services/graphql/resolvers/mutation.ts
|
api/src/services/graphql/resolvers/mutation.ts
|
||||||
src/services/graphql/resolvers/mutation.ts
|
src/services/graphql/resolvers/mutation.ts
|
||||||
services/graphql/resolvers/mutation.ts
|
services/graphql/resolvers/mutation.ts
|
||||||
|
|
@ -15594,46 +15598,16 @@ api/src/auth/auth.ts
|
||||||
src/auth/auth.ts
|
src/auth/auth.ts
|
||||||
auth/auth.ts
|
auth/auth.ts
|
||||||
auth.ts
|
auth.ts
|
||||||
api/src/auth/utils/generate-callback-url.ts
|
|
||||||
src/auth/utils/generate-callback-url.ts
|
|
||||||
auth/utils/generate-callback-url.ts
|
|
||||||
utils/generate-callback-url.ts
|
|
||||||
generate-callback-url.ts
|
|
||||||
api/src/auth/utils/is-login-redirect-allowed.test.ts
|
|
||||||
src/auth/utils/is-login-redirect-allowed.test.ts
|
|
||||||
auth/utils/is-login-redirect-allowed.test.ts
|
|
||||||
utils/is-login-redirect-allowed.test.ts
|
|
||||||
is-login-redirect-allowed.test.ts
|
|
||||||
api/src/auth/utils/is-login-redirect-allowed.ts
|
|
||||||
src/auth/utils/is-login-redirect-allowed.ts
|
|
||||||
auth/utils/is-login-redirect-allowed.ts
|
|
||||||
utils/is-login-redirect-allowed.ts
|
|
||||||
is-login-redirect-allowed.ts
|
|
||||||
api/src/auth/utils/generate-callback-url.test.ts
|
|
||||||
src/auth/utils/generate-callback-url.test.ts
|
|
||||||
auth/utils/generate-callback-url.test.ts
|
|
||||||
utils/generate-callback-url.test.ts
|
|
||||||
generate-callback-url.test.ts
|
|
||||||
api/src/auth/drivers/ldap.ts
|
api/src/auth/drivers/ldap.ts
|
||||||
src/auth/drivers/ldap.ts
|
src/auth/drivers/ldap.ts
|
||||||
auth/drivers/ldap.ts
|
auth/drivers/ldap.ts
|
||||||
drivers/ldap.ts
|
drivers/ldap.ts
|
||||||
ldap.ts
|
ldap.ts
|
||||||
api/src/auth/drivers/oauth2.test.ts
|
|
||||||
src/auth/drivers/oauth2.test.ts
|
|
||||||
auth/drivers/oauth2.test.ts
|
|
||||||
drivers/oauth2.test.ts
|
|
||||||
oauth2.test.ts
|
|
||||||
api/src/auth/drivers/saml.ts
|
api/src/auth/drivers/saml.ts
|
||||||
src/auth/drivers/saml.ts
|
src/auth/drivers/saml.ts
|
||||||
auth/drivers/saml.ts
|
auth/drivers/saml.ts
|
||||||
drivers/saml.ts
|
drivers/saml.ts
|
||||||
saml.ts
|
saml.ts
|
||||||
api/src/auth/drivers/openid.test.ts
|
|
||||||
src/auth/drivers/openid.test.ts
|
|
||||||
auth/drivers/openid.test.ts
|
|
||||||
drivers/openid.test.ts
|
|
||||||
openid.test.ts
|
|
||||||
api/src/auth/drivers/local.ts
|
api/src/auth/drivers/local.ts
|
||||||
src/auth/drivers/local.ts
|
src/auth/drivers/local.ts
|
||||||
auth/drivers/local.ts
|
auth/drivers/local.ts
|
||||||
|
|
@ -17144,6 +17118,10 @@ api/src/utils/delete-from-require-cache.ts
|
||||||
src/utils/delete-from-require-cache.ts
|
src/utils/delete-from-require-cache.ts
|
||||||
utils/delete-from-require-cache.ts
|
utils/delete-from-require-cache.ts
|
||||||
delete-from-require-cache.ts
|
delete-from-require-cache.ts
|
||||||
|
api/src/utils/is-login-redirect-allowed.test.ts
|
||||||
|
src/utils/is-login-redirect-allowed.test.ts
|
||||||
|
utils/is-login-redirect-allowed.test.ts
|
||||||
|
is-login-redirect-allowed.test.ts
|
||||||
api/src/utils/filter-items.test.ts
|
api/src/utils/filter-items.test.ts
|
||||||
src/utils/filter-items.test.ts
|
src/utils/filter-items.test.ts
|
||||||
utils/filter-items.test.ts
|
utils/filter-items.test.ts
|
||||||
|
|
@ -17316,6 +17294,10 @@ api/src/utils/get-milliseconds.test.ts
|
||||||
src/utils/get-milliseconds.test.ts
|
src/utils/get-milliseconds.test.ts
|
||||||
utils/get-milliseconds.test.ts
|
utils/get-milliseconds.test.ts
|
||||||
get-milliseconds.test.ts
|
get-milliseconds.test.ts
|
||||||
|
api/src/utils/is-login-redirect-allowed.ts
|
||||||
|
src/utils/is-login-redirect-allowed.ts
|
||||||
|
utils/is-login-redirect-allowed.ts
|
||||||
|
is-login-redirect-allowed.ts
|
||||||
api/src/utils/filter-items.ts
|
api/src/utils/filter-items.ts
|
||||||
src/utils/filter-items.ts
|
src/utils/filter-items.ts
|
||||||
utils/filter-items.ts
|
utils/filter-items.ts
|
||||||
|
|
|
||||||
|
|
@ -125,7 +125,6 @@ code_of_conduct.md
|
||||||
.vscode/extensions.json
|
.vscode/extensions.json
|
||||||
.editorconfig
|
.editorconfig
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
.changeset/six-cats-allow.md
|
|
||||||
.changeset/config.json
|
.changeset/config.json
|
||||||
.dockerignore
|
.dockerignore
|
||||||
security.md
|
security.md
|
||||||
|
|
@ -2981,6 +2980,7 @@ api/src/services/graphql/errors/format.ts
|
||||||
api/src/services/graphql/errors/index.ts
|
api/src/services/graphql/errors/index.ts
|
||||||
api/src/services/graphql/errors/validation.ts
|
api/src/services/graphql/errors/validation.ts
|
||||||
api/src/services/graphql/resolvers/system-global.ts
|
api/src/services/graphql/resolvers/system-global.ts
|
||||||
|
api/src/services/graphql/resolvers/query.test.ts
|
||||||
api/src/services/graphql/resolvers/mutation.ts
|
api/src/services/graphql/resolvers/mutation.ts
|
||||||
api/src/services/graphql/resolvers/get-collection-type.ts
|
api/src/services/graphql/resolvers/get-collection-type.ts
|
||||||
api/src/services/graphql/resolvers/get-field-type.ts
|
api/src/services/graphql/resolvers/get-field-type.ts
|
||||||
|
|
@ -3044,14 +3044,8 @@ api/src/middleware/validate-batch.test.ts
|
||||||
api/src/middleware/extract-token.test.ts
|
api/src/middleware/extract-token.test.ts
|
||||||
api/src/middleware/use-collection.ts
|
api/src/middleware/use-collection.ts
|
||||||
api/src/auth/auth.ts
|
api/src/auth/auth.ts
|
||||||
api/src/auth/utils/generate-callback-url.ts
|
|
||||||
api/src/auth/utils/is-login-redirect-allowed.test.ts
|
|
||||||
api/src/auth/utils/is-login-redirect-allowed.ts
|
|
||||||
api/src/auth/utils/generate-callback-url.test.ts
|
|
||||||
api/src/auth/drivers/ldap.ts
|
api/src/auth/drivers/ldap.ts
|
||||||
api/src/auth/drivers/oauth2.test.ts
|
|
||||||
api/src/auth/drivers/saml.ts
|
api/src/auth/drivers/saml.ts
|
||||||
api/src/auth/drivers/openid.test.ts
|
|
||||||
api/src/auth/drivers/local.ts
|
api/src/auth/drivers/local.ts
|
||||||
api/src/auth/drivers/openid.ts
|
api/src/auth/drivers/openid.ts
|
||||||
api/src/auth/drivers/index.ts
|
api/src/auth/drivers/index.ts
|
||||||
|
|
@ -3350,6 +3344,7 @@ api/src/utils/get-address.test.ts
|
||||||
api/src/utils/url.test.ts
|
api/src/utils/url.test.ts
|
||||||
api/src/utils/sanitize-query.ts
|
api/src/utils/sanitize-query.ts
|
||||||
api/src/utils/delete-from-require-cache.ts
|
api/src/utils/delete-from-require-cache.ts
|
||||||
|
api/src/utils/is-login-redirect-allowed.test.ts
|
||||||
api/src/utils/filter-items.test.ts
|
api/src/utils/filter-items.test.ts
|
||||||
api/src/utils/freeze-schema.test.ts
|
api/src/utils/freeze-schema.test.ts
|
||||||
api/src/utils/apply-diff.ts
|
api/src/utils/apply-diff.ts
|
||||||
|
|
@ -3393,6 +3388,7 @@ api/src/utils/parse-numeric-string.ts
|
||||||
api/src/utils/async-handler.test.ts
|
api/src/utils/async-handler.test.ts
|
||||||
api/src/utils/redact-object.test.ts
|
api/src/utils/redact-object.test.ts
|
||||||
api/src/utils/get-milliseconds.test.ts
|
api/src/utils/get-milliseconds.test.ts
|
||||||
|
api/src/utils/is-login-redirect-allowed.ts
|
||||||
api/src/utils/filter-items.ts
|
api/src/utils/filter-items.ts
|
||||||
api/src/utils/transformations.test.ts
|
api/src/utils/transformations.test.ts
|
||||||
api/src/utils/ip-in-networks.test.ts
|
api/src/utils/ip-in-networks.test.ts
|
||||||
|
|
|
||||||
|
|
@ -7979,6 +7979,12 @@ Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
|
||||||
FunctionalTests/Routing/LazyRouteProviderInstallTest.php
|
FunctionalTests/Routing/LazyRouteProviderInstallTest.php
|
||||||
Routing/LazyRouteProviderInstallTest.php
|
Routing/LazyRouteProviderInstallTest.php
|
||||||
LazyRouteProviderInstallTest.php
|
LazyRouteProviderInstallTest.php
|
||||||
|
core/tests/Drupal/FunctionalTests/Routing/SystemFilesTest.php
|
||||||
|
tests/Drupal/FunctionalTests/Routing/SystemFilesTest.php
|
||||||
|
Drupal/FunctionalTests/Routing/SystemFilesTest.php
|
||||||
|
FunctionalTests/Routing/SystemFilesTest.php
|
||||||
|
Routing/SystemFilesTest.php
|
||||||
|
SystemFilesTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
||||||
tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
||||||
Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
||||||
|
|
@ -10693,6 +10699,13 @@ KernelTests/Core/Block/AutowireBlockTest.php
|
||||||
Core/Block/AutowireBlockTest.php
|
Core/Block/AutowireBlockTest.php
|
||||||
Block/AutowireBlockTest.php
|
Block/AutowireBlockTest.php
|
||||||
AutowireBlockTest.php
|
AutowireBlockTest.php
|
||||||
|
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
|
||||||
|
tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
|
||||||
|
Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
|
||||||
|
KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
|
||||||
|
Core/StreamWrapper/ExtensionStreamTest.php
|
||||||
|
StreamWrapper/ExtensionStreamTest.php
|
||||||
|
ExtensionStreamTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
||||||
tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
||||||
Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
||||||
|
|
@ -38372,6 +38385,12 @@ Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
|
||||||
Core/StreamWrapper/StreamWrapperManagerInterface.php
|
Core/StreamWrapper/StreamWrapperManagerInterface.php
|
||||||
StreamWrapper/StreamWrapperManagerInterface.php
|
StreamWrapper/StreamWrapperManagerInterface.php
|
||||||
StreamWrapperManagerInterface.php
|
StreamWrapperManagerInterface.php
|
||||||
|
core/lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php
|
||||||
|
lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php
|
||||||
|
Drupal/Core/StreamWrapper/ExtensionStreamBase.php
|
||||||
|
Core/StreamWrapper/ExtensionStreamBase.php
|
||||||
|
StreamWrapper/ExtensionStreamBase.php
|
||||||
|
ExtensionStreamBase.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
||||||
lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
||||||
Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
||||||
|
|
@ -38414,6 +38433,18 @@ Drupal/Core/StreamWrapper/PrivateStream.php
|
||||||
Core/StreamWrapper/PrivateStream.php
|
Core/StreamWrapper/PrivateStream.php
|
||||||
StreamWrapper/PrivateStream.php
|
StreamWrapper/PrivateStream.php
|
||||||
PrivateStream.php
|
PrivateStream.php
|
||||||
|
core/lib/Drupal/Core/StreamWrapper/ModuleStream.php
|
||||||
|
lib/Drupal/Core/StreamWrapper/ModuleStream.php
|
||||||
|
Drupal/Core/StreamWrapper/ModuleStream.php
|
||||||
|
Core/StreamWrapper/ModuleStream.php
|
||||||
|
StreamWrapper/ModuleStream.php
|
||||||
|
ModuleStream.php
|
||||||
|
core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
|
||||||
|
lib/Drupal/Core/StreamWrapper/ThemeStream.php
|
||||||
|
Drupal/Core/StreamWrapper/ThemeStream.php
|
||||||
|
Core/StreamWrapper/ThemeStream.php
|
||||||
|
StreamWrapper/ThemeStream.php
|
||||||
|
ThemeStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
|
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
|
||||||
lib/Drupal/Core/StreamWrapper/LocalStream.php
|
lib/Drupal/Core/StreamWrapper/LocalStream.php
|
||||||
Drupal/Core/StreamWrapper/LocalStream.php
|
Drupal/Core/StreamWrapper/LocalStream.php
|
||||||
|
|
|
||||||
|
|
@ -1169,6 +1169,7 @@ core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
|
core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
|
core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
|
core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
|
||||||
|
core/tests/Drupal/FunctionalTests/Routing/SystemFilesTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
|
core/tests/Drupal/FunctionalTests/Routing/RouteCachingQueryAlteredTest.php
|
||||||
core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
|
core/tests/Drupal/FunctionalTests/Routing/DefaultFormatTest.php
|
||||||
|
|
@ -1578,6 +1579,7 @@ core/tests/Drupal/KernelTests/Core/Bootstrap/ExtensionPathResolverTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php
|
core/tests/Drupal/KernelTests/Core/Block/MultipleBlockFormTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php
|
core/tests/Drupal/KernelTests/Core/Block/BlockBaseTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php
|
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php
|
||||||
|
core/tests/Drupal/KernelTests/Core/StreamWrapper/ExtensionStreamTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
core/tests/Drupal/KernelTests/Core/StreamWrapper/StreamWrapperManagerTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php
|
core/tests/Drupal/KernelTests/Core/Routing/ContentNegotiationRoutingTest.php
|
||||||
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
|
core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php
|
||||||
|
|
@ -5643,6 +5645,7 @@ core/lib/Drupal/Core/Block/Annotation/Block.php
|
||||||
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
|
core/lib/Drupal/Core/Block/TitleBlockPluginInterface.php
|
||||||
core/lib/Drupal/Core/Block/BlockManagerInterface.php
|
core/lib/Drupal/Core/Block/BlockManagerInterface.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
|
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php
|
||||||
|
core/lib/Drupal/Core/StreamWrapper/ExtensionStreamBase.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/PublicStream.php
|
core/lib/Drupal/Core/StreamWrapper/PublicStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
|
core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
|
||||||
|
|
@ -5650,6 +5653,8 @@ core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
|
core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
|
core/lib/Drupal/Core/StreamWrapper/AssetsStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
|
core/lib/Drupal/Core/StreamWrapper/PrivateStream.php
|
||||||
|
core/lib/Drupal/Core/StreamWrapper/ModuleStream.php
|
||||||
|
core/lib/Drupal/Core/StreamWrapper/ThemeStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
|
core/lib/Drupal/Core/StreamWrapper/LocalStream.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php
|
core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php
|
||||||
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
|
core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php
|
||||||
|
|
|
||||||
|
|
@ -134703,6 +134703,14 @@ Test/Mftf/Test/DeleteCategoriesTest.xml
|
||||||
Mftf/Test/DeleteCategoriesTest.xml
|
Mftf/Test/DeleteCategoriesTest.xml
|
||||||
Test/DeleteCategoriesTest.xml
|
Test/DeleteCategoriesTest.xml
|
||||||
DeleteCategoriesTest.xml
|
DeleteCategoriesTest.xml
|
||||||
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
code/Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
|
AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
||||||
code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
||||||
Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
||||||
|
|
@ -135337,6 +135345,14 @@ Test/Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
||||||
Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
||||||
Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
||||||
AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
||||||
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
code/Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
|
AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
||||||
code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
||||||
Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
||||||
|
|
@ -224798,6 +224814,14 @@ Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
||||||
Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
||||||
Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
||||||
StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
||||||
|
app/code/Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
code/Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
|
AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
||||||
code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
||||||
Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
||||||
|
|
@ -310873,6 +310897,14 @@ Test/Mftf/Test/AdminRelatedProductsTest.xml
|
||||||
Mftf/Test/AdminRelatedProductsTest.xml
|
Mftf/Test/AdminRelatedProductsTest.xml
|
||||||
Test/AdminRelatedProductsTest.xml
|
Test/AdminRelatedProductsTest.xml
|
||||||
AdminRelatedProductsTest.xml
|
AdminRelatedProductsTest.xml
|
||||||
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
|
AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
||||||
code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
||||||
Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
||||||
|
|
@ -311663,6 +311695,14 @@ Test/Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
|
||||||
Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
|
Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
|
||||||
ActionGroup/CreateCustomAttributeActionGroup.xml
|
ActionGroup/CreateCustomAttributeActionGroup.xml
|
||||||
CreateCustomAttributeActionGroup.xml
|
CreateCustomAttributeActionGroup.xml
|
||||||
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
|
AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
||||||
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
||||||
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
||||||
|
|
@ -312071,6 +312111,14 @@ Test/Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
||||||
Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
||||||
ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
||||||
AddNewProductConfigurationAttributeActionGroup.xml
|
AddNewProductConfigurationAttributeActionGroup.xml
|
||||||
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
|
AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
||||||
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
||||||
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
||||||
|
|
|
||||||
|
|
@ -15684,6 +15684,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductAttributeVisualSwatchF
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductAttributeFromProductPageTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateProductAttributeFromProductPageTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminVerifyCreateCloseCreateCustomProductAttributeTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminVerifyCreateCloseCreateCustomProductAttributeTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/DeleteCategoriesTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/DeleteCategoriesTest.xml
|
||||||
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminEnableJsBundlingAndCreateProductTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveCategoryToAnotherPositionInCategoryTreeTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminAddInStockProductToTheCartTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminAddInStockProductToTheCartTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryOnlyTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateVirtualProductWithTierPriceInStockVisibleInCategoryOnlyTest.xml
|
||||||
|
|
@ -15762,6 +15763,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminCheckSubCategoryIsNotVisibleInNavig
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductQtyIncrementsTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductQtyIncrementsTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateCategoryAndCheckDefaultUrlKeyOnStoreViewTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateCategoryAndCheckDefaultUrlKeyOnStoreViewTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminProductCategoryIndexerInUpdateOnScheduleModeTest.xml
|
||||||
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminDisableJsBundlingAndCreateProductTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminShouldBeAbleToAssociateSimpleProductToWebsitesTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSwatchAttributeWithSpecialCharactersTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateSwatchAttributeWithSpecialCharactersTest.xml
|
||||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveAndUpdateCategoryOnIndexerUpdateOnSaveModeTest.xml
|
app/code/Magento/Catalog/Test/Mftf/Test/AdminMoveAndUpdateCategoryOnIndexerUpdateOnSaveModeTest.xml
|
||||||
|
|
@ -26709,6 +26711,7 @@ app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithAUDCurrenc
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontCheckPayPalSmartButtonWithBuyNowLabelOnProductPageTest.xml
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/PayPalPayLaterExperienceForAllMerchantLocationsTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/PayPalPayLaterExperienceForAllMerchantLocationsTest.xml
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontPaypalSmartButtonWithFranceMerchantCountryTest.xml
|
||||||
|
app/code/Magento/Paypal/Test/Mftf/Test/AdminRefundSalesOrderPartiallyWithPaypalBillingAgreementTest.xml
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/AdminPayPalExpressCheckoutCancelInvoiceNotCaptureTest.xml
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontVerifySecureURLRedirectPaypalTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontVerifySecureURLRedirectPaypalTest.xml
|
||||||
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontRewardPointsAppliedAfterApplyingCouponTest.xml
|
app/code/Magento/Paypal/Test/Mftf/Test/StorefrontRewardPointsAppliedAfterApplyingCouponTest.xml
|
||||||
|
|
@ -37532,6 +37535,7 @@ app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminCheckProductQtyAfterOrd
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/NewProductsListWidgetConfigurableProductTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/NewProductsListWidgetConfigurableProductTest.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRelatedProductsTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRelatedProductsTest.xml
|
||||||
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminRemoveAttributeFromConfigurableProductTest.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateAttributeTest.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateChildAttributeTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateAttributeTest/AdminConfigurableProductUpdateChildAttributeTest.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateTest/AdminConfigurableProductRemoveConfigurationTest.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductUpdateTest/AdminConfigurableProductRemoveConfigurationTest.xml
|
||||||
|
|
@ -37628,6 +37632,7 @@ app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProd
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfigurableProductWithNewAttributeSetActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfigurableProductWithNewAttributeSetActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigureConfigurableProductActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminOrderConfigureConfigurableProductActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateCustomAttributeActionGroup.xml
|
||||||
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminAddAttributeOptionInIFrameActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateConfigurableProductWithAttributeSetActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SelectCreatedAttributeAndCreateTwoOptionsActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SelectCreatedAttributeAndCreateTwoOptionsActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateNewDefaultAttributeForAsWithOptionActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateNewDefaultAttributeForAsWithOptionActionGroup.xml
|
||||||
|
|
@ -37679,6 +37684,7 @@ app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/StorefrontAddConfigur
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductDisableConfigurationsActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminConfigurableProductDisableConfigurationsActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateOptionsForAttributeActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/CreateOptionsForAttributeActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AddNewProductConfigurationAttributeActionGroup.xml
|
||||||
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminCreateAttributeValueInConfigurationWizardActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/SaveConfiguredProductActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminUpdateStatusOfChildVariationOfConfigurableProductActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/AdminUpdateStatusOfChildVariationOfConfigurableProductActionGroup.xml
|
||||||
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/GenerateAndSaveConfiguredProductAfterSettingOptionsActionGroup.xml
|
app/code/Magento/ConfigurableProduct/Test/Mftf/ActionGroup/GenerateAndSaveConfiguredProductAfterSettingOptionsActionGroup.xml
|
||||||
|
|
|
||||||
|
|
@ -7368,6 +7368,12 @@ CampaignBundle/Tests/EventListener/CampaignEventSubscriberFunctionalTest.php
|
||||||
Tests/EventListener/CampaignEventSubscriberFunctionalTest.php
|
Tests/EventListener/CampaignEventSubscriberFunctionalTest.php
|
||||||
EventListener/CampaignEventSubscriberFunctionalTest.php
|
EventListener/CampaignEventSubscriberFunctionalTest.php
|
||||||
CampaignEventSubscriberFunctionalTest.php
|
CampaignEventSubscriberFunctionalTest.php
|
||||||
|
app/bundles/CampaignBundle/Tests/EventListener/GeneratedColumnSubscriberTest.php
|
||||||
|
bundles/CampaignBundle/Tests/EventListener/GeneratedColumnSubscriberTest.php
|
||||||
|
CampaignBundle/Tests/EventListener/GeneratedColumnSubscriberTest.php
|
||||||
|
Tests/EventListener/GeneratedColumnSubscriberTest.php
|
||||||
|
EventListener/GeneratedColumnSubscriberTest.php
|
||||||
|
GeneratedColumnSubscriberTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
||||||
bundles/CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
bundles/CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
||||||
CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
||||||
|
|
@ -7994,6 +8000,11 @@ bundles/CampaignBundle/EventListener/LeadSubscriber.php
|
||||||
CampaignBundle/EventListener/LeadSubscriber.php
|
CampaignBundle/EventListener/LeadSubscriber.php
|
||||||
EventListener/LeadSubscriber.php
|
EventListener/LeadSubscriber.php
|
||||||
LeadSubscriber.php
|
LeadSubscriber.php
|
||||||
|
app/bundles/CampaignBundle/EventListener/GeneratedColumnSubscriber.php
|
||||||
|
bundles/CampaignBundle/EventListener/GeneratedColumnSubscriber.php
|
||||||
|
CampaignBundle/EventListener/GeneratedColumnSubscriber.php
|
||||||
|
EventListener/GeneratedColumnSubscriber.php
|
||||||
|
GeneratedColumnSubscriber.php
|
||||||
app/bundles/CampaignBundle/Service/CampaignAuditService.php
|
app/bundles/CampaignBundle/Service/CampaignAuditService.php
|
||||||
bundles/CampaignBundle/Service/CampaignAuditService.php
|
bundles/CampaignBundle/Service/CampaignAuditService.php
|
||||||
CampaignBundle/Service/CampaignAuditService.php
|
CampaignBundle/Service/CampaignAuditService.php
|
||||||
|
|
@ -26621,6 +26632,13 @@ Tests/Functional/EventListener/ConfigSubscriberTest.php
|
||||||
Functional/EventListener/ConfigSubscriberTest.php
|
Functional/EventListener/ConfigSubscriberTest.php
|
||||||
EventListener/ConfigSubscriberTest.php
|
EventListener/ConfigSubscriberTest.php
|
||||||
ConfigSubscriberTest.php
|
ConfigSubscriberTest.php
|
||||||
|
app/bundles/CoreBundle/Tests/Functional/EventListener/MigrationCommandSubscriberTest.php
|
||||||
|
bundles/CoreBundle/Tests/Functional/EventListener/MigrationCommandSubscriberTest.php
|
||||||
|
CoreBundle/Tests/Functional/EventListener/MigrationCommandSubscriberTest.php
|
||||||
|
Tests/Functional/EventListener/MigrationCommandSubscriberTest.php
|
||||||
|
Functional/EventListener/MigrationCommandSubscriberTest.php
|
||||||
|
EventListener/MigrationCommandSubscriberTest.php
|
||||||
|
MigrationCommandSubscriberTest.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
app/bundles/CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
||||||
bundles/CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
bundles/CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
||||||
CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
||||||
|
|
|
||||||
|
|
@ -1473,6 +1473,7 @@ app/bundles/CampaignBundle/Tests/EventListener/CampaignEventSubscriberTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/CampaignActionJumpToEventSubscriberTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/CampaignActionJumpToEventSubscriberTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/CampaignSubscriberTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/CampaignSubscriberTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/CampaignEventSubscriberFunctionalTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/CampaignEventSubscriberFunctionalTest.php
|
||||||
|
app/bundles/CampaignBundle/Tests/EventListener/GeneratedColumnSubscriberTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/ReportSubscriberFunctionalTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/NotifyOfUnpublishSubscriberTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/NotifyOfUnpublishSubscriberTest.php
|
||||||
app/bundles/CampaignBundle/Tests/EventListener/CampaignEventIconExtensionTest.php
|
app/bundles/CampaignBundle/Tests/EventListener/CampaignEventIconExtensionTest.php
|
||||||
|
|
@ -1580,6 +1581,7 @@ app/bundles/CampaignBundle/EventListener/CampaignInjectCustomContentSubscriber.p
|
||||||
app/bundles/CampaignBundle/EventListener/CampaignEventDeleteSubscriber.php
|
app/bundles/CampaignBundle/EventListener/CampaignEventDeleteSubscriber.php
|
||||||
app/bundles/CampaignBundle/EventListener/CampaignSubscriber.php
|
app/bundles/CampaignBundle/EventListener/CampaignSubscriber.php
|
||||||
app/bundles/CampaignBundle/EventListener/LeadSubscriber.php
|
app/bundles/CampaignBundle/EventListener/LeadSubscriber.php
|
||||||
|
app/bundles/CampaignBundle/EventListener/GeneratedColumnSubscriber.php
|
||||||
app/bundles/CampaignBundle/Service/CampaignAuditService.php
|
app/bundles/CampaignBundle/Service/CampaignAuditService.php
|
||||||
app/bundles/CampaignBundle/Resources/views/Campaign/list.html.twig
|
app/bundles/CampaignBundle/Resources/views/Campaign/list.html.twig
|
||||||
app/bundles/CampaignBundle/Resources/views/Campaign/graph.html.twig
|
app/bundles/CampaignBundle/Resources/views/Campaign/graph.html.twig
|
||||||
|
|
@ -4591,6 +4593,7 @@ app/bundles/CoreBundle/Tests/Functional/UserEntityTrait.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/DependencyInjection/Compiler/SystemThemeTemplatePathPassTest.php
|
app/bundles/CoreBundle/Tests/Functional/DependencyInjection/Compiler/SystemThemeTemplatePathPassTest.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/ParametersTest.php
|
app/bundles/CoreBundle/Tests/Functional/ParametersTest.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/EventListener/ConfigSubscriberTest.php
|
app/bundles/CoreBundle/Tests/Functional/EventListener/ConfigSubscriberTest.php
|
||||||
|
app/bundles/CoreBundle/Tests/Functional/EventListener/MigrationCommandSubscriberTest.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
app/bundles/CoreBundle/Tests/Functional/EventListener/EditorFontsSubscriberTest.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/Service/LocalFileAdapterServiceTest.php
|
app/bundles/CoreBundle/Tests/Functional/Service/LocalFileAdapterServiceTest.php
|
||||||
app/bundles/CoreBundle/Tests/Functional/Command/AnonymizeIpCommandTest.php
|
app/bundles/CoreBundle/Tests/Functional/Command/AnonymizeIpCommandTest.php
|
||||||
|
|
|
||||||
|
|
@ -6419,6 +6419,11 @@ modules/cms/facades/Cms.php
|
||||||
cms/facades/Cms.php
|
cms/facades/Cms.php
|
||||||
facades/Cms.php
|
facades/Cms.php
|
||||||
Cms.php
|
Cms.php
|
||||||
|
modules/dashboard/database/migrations/2025_10_01_000004_Db_Add_Dashboard_Overrides.php
|
||||||
|
dashboard/database/migrations/2025_10_01_000004_Db_Add_Dashboard_Overrides.php
|
||||||
|
database/migrations/2025_10_01_000004_Db_Add_Dashboard_Overrides.php
|
||||||
|
migrations/2025_10_01_000004_Db_Add_Dashboard_Overrides.php
|
||||||
|
2025_10_01_000004_Db_Add_Dashboard_Overrides.php
|
||||||
modules/dashboard/database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
modules/dashboard/database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
||||||
dashboard/database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
dashboard/database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
||||||
database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
||||||
|
|
@ -6850,6 +6855,11 @@ dashboard/controllers/dashboards/config_list.yaml
|
||||||
controllers/dashboards/config_list.yaml
|
controllers/dashboards/config_list.yaml
|
||||||
dashboards/config_list.yaml
|
dashboards/config_list.yaml
|
||||||
config_list.yaml
|
config_list.yaml
|
||||||
|
modules/dashboard/controllers/dashboards/_form_popup_buttons.php
|
||||||
|
dashboard/controllers/dashboards/_form_popup_buttons.php
|
||||||
|
controllers/dashboards/_form_popup_buttons.php
|
||||||
|
dashboards/_form_popup_buttons.php
|
||||||
|
_form_popup_buttons.php
|
||||||
modules/dashboard/controllers/dashboards/_list_toolbar.php
|
modules/dashboard/controllers/dashboards/_list_toolbar.php
|
||||||
dashboard/controllers/dashboards/_list_toolbar.php
|
dashboard/controllers/dashboards/_list_toolbar.php
|
||||||
controllers/dashboards/_list_toolbar.php
|
controllers/dashboards/_list_toolbar.php
|
||||||
|
|
|
||||||
|
|
@ -1235,6 +1235,7 @@ modules/cms/twig/ContentTokenParser.php
|
||||||
modules/cms/twig/FlashTokenParser.php
|
modules/cms/twig/FlashTokenParser.php
|
||||||
modules/cms/twig/PutTokenParser.php
|
modules/cms/twig/PutTokenParser.php
|
||||||
modules/cms/facades/Cms.php
|
modules/cms/facades/Cms.php
|
||||||
|
modules/dashboard/database/migrations/2025_10_01_000004_Db_Add_Dashboard_Overrides.php
|
||||||
modules/dashboard/database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
modules/dashboard/database/migrations/2025_10_01_000002_Db_Dashboard_Report_Data_Cache.php
|
||||||
modules/dashboard/database/migrations/2025_10_01_000003_Db_Dashboard_Traffic_Stats_Pageviews.php
|
modules/dashboard/database/migrations/2025_10_01_000003_Db_Dashboard_Traffic_Stats_Pageviews.php
|
||||||
modules/dashboard/database/migrations/2025_10_01_000001_Db_Dashboard_Dashboards.php
|
modules/dashboard/database/migrations/2025_10_01_000001_Db_Dashboard_Dashboards.php
|
||||||
|
|
@ -1310,6 +1311,7 @@ modules/dashboard/controllers/DashboardSettings.php
|
||||||
modules/dashboard/controllers/dashboards/index.php
|
modules/dashboard/controllers/dashboards/index.php
|
||||||
modules/dashboard/controllers/dashboards/config_form.yaml
|
modules/dashboard/controllers/dashboards/config_form.yaml
|
||||||
modules/dashboard/controllers/dashboards/config_list.yaml
|
modules/dashboard/controllers/dashboards/config_list.yaml
|
||||||
|
modules/dashboard/controllers/dashboards/_form_popup_buttons.php
|
||||||
modules/dashboard/controllers/dashboards/_list_toolbar.php
|
modules/dashboard/controllers/dashboards/_list_toolbar.php
|
||||||
modules/dashboard/controllers/dashboardsettings/index.php
|
modules/dashboard/controllers/dashboardsettings/index.php
|
||||||
modules/dashboard/controllers/dashboardsettings/config_form.yaml
|
modules/dashboard/controllers/dashboardsettings/config_form.yaml
|
||||||
|
|
|
||||||
|
|
@ -4205,6 +4205,14 @@ API/02_endpoints/03_category/02_deleteCategoryIdCover.ts
|
||||||
02_endpoints/03_category/02_deleteCategoryIdCover.ts
|
02_endpoints/03_category/02_deleteCategoryIdCover.ts
|
||||||
03_category/02_deleteCategoryIdCover.ts
|
03_category/02_deleteCategoryIdCover.ts
|
||||||
02_deleteCategoryIdCover.ts
|
02_deleteCategoryIdCover.ts
|
||||||
|
tests/UI/campaigns/functional/API/02_endpoints/16_zone/08_getZones.ts
|
||||||
|
UI/campaigns/functional/API/02_endpoints/16_zone/08_getZones.ts
|
||||||
|
campaigns/functional/API/02_endpoints/16_zone/08_getZones.ts
|
||||||
|
functional/API/02_endpoints/16_zone/08_getZones.ts
|
||||||
|
API/02_endpoints/16_zone/08_getZones.ts
|
||||||
|
02_endpoints/16_zone/08_getZones.ts
|
||||||
|
16_zone/08_getZones.ts
|
||||||
|
08_getZones.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
||||||
campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
||||||
|
|
@ -4253,6 +4261,14 @@ API/02_endpoints/01_apiClient/03_getApiClientId.ts
|
||||||
02_endpoints/01_apiClient/03_getApiClientId.ts
|
02_endpoints/01_apiClient/03_getApiClientId.ts
|
||||||
01_apiClient/03_getApiClientId.ts
|
01_apiClient/03_getApiClientId.ts
|
||||||
03_getApiClientId.ts
|
03_getApiClientId.ts
|
||||||
|
tests/UI/campaigns/functional/API/02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
|
UI/campaigns/functional/API/02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
|
campaigns/functional/API/02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
|
functional/API/02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
|
API/02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
|
02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
|
09_searchAlias/01_deleteSearch.ts
|
||||||
|
01_deleteSearch.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
UI/campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
||||||
campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
||||||
|
|
@ -4341,94 +4357,102 @@ API/02_endpoints/07_module/11_getModules.ts
|
||||||
02_endpoints/07_module/11_getModules.ts
|
02_endpoints/07_module/11_getModules.ts
|
||||||
07_module/11_getModules.ts
|
07_module/11_getModules.ts
|
||||||
11_getModules.ts
|
11_getModules.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/08_patchProductId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/08_patchProductId.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/08_patchProductId.ts
|
campaigns/functional/API/02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
functional/API/02_endpoints/08_product/08_patchProductId.ts
|
functional/API/02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
API/02_endpoints/08_product/08_patchProductId.ts
|
API/02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
02_endpoints/08_product/08_patchProductId.ts
|
02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
08_product/08_patchProductId.ts
|
08_product/06_patchProductIdShops.ts
|
||||||
08_patchProductId.ts
|
06_patchProductIdShops.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/05_patchProductIdShops.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/10_postProduct.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/05_patchProductIdShops.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/10_postProduct.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/05_patchProductIdShops.ts
|
campaigns/functional/API/02_endpoints/08_product/10_postProduct.ts
|
||||||
functional/API/02_endpoints/08_product/05_patchProductIdShops.ts
|
functional/API/02_endpoints/08_product/10_postProduct.ts
|
||||||
API/02_endpoints/08_product/05_patchProductIdShops.ts
|
API/02_endpoints/08_product/10_postProduct.ts
|
||||||
02_endpoints/08_product/05_patchProductIdShops.ts
|
02_endpoints/08_product/10_postProduct.ts
|
||||||
08_product/05_patchProductIdShops.ts
|
08_product/10_postProduct.ts
|
||||||
05_patchProductIdShops.ts
|
10_postProduct.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_postProductImageId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/02_postProductImageId.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/02_postProductImageId.ts
|
campaigns/functional/API/02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
functional/API/02_endpoints/08_product/02_postProductImageId.ts
|
functional/API/02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
API/02_endpoints/08_product/02_postProductImageId.ts
|
API/02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
02_endpoints/08_product/02_postProductImageId.ts
|
02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
08_product/02_postProductImageId.ts
|
08_product/01_deleteProductImageId.ts
|
||||||
02_postProductImageId.ts
|
01_deleteProductImageId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/07_getProductId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/09_patchProductId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/07_getProductId.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/09_patchProductId.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/07_getProductId.ts
|
campaigns/functional/API/02_endpoints/08_product/09_patchProductId.ts
|
||||||
functional/API/02_endpoints/08_product/07_getProductId.ts
|
functional/API/02_endpoints/08_product/09_patchProductId.ts
|
||||||
API/02_endpoints/08_product/07_getProductId.ts
|
API/02_endpoints/08_product/09_patchProductId.ts
|
||||||
02_endpoints/08_product/07_getProductId.ts
|
02_endpoints/08_product/09_patchProductId.ts
|
||||||
08_product/07_getProductId.ts
|
08_product/09_patchProductId.ts
|
||||||
07_getProductId.ts
|
09_patchProductId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/10_getProductsSearch.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_getProductImageId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/10_getProductsSearch.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/02_getProductImageId.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/10_getProductsSearch.ts
|
campaigns/functional/API/02_endpoints/08_product/02_getProductImageId.ts
|
||||||
functional/API/02_endpoints/08_product/10_getProductsSearch.ts
|
functional/API/02_endpoints/08_product/02_getProductImageId.ts
|
||||||
API/02_endpoints/08_product/10_getProductsSearch.ts
|
API/02_endpoints/08_product/02_getProductImageId.ts
|
||||||
02_endpoints/08_product/10_getProductsSearch.ts
|
02_endpoints/08_product/02_getProductImageId.ts
|
||||||
08_product/10_getProductsSearch.ts
|
08_product/02_getProductImageId.ts
|
||||||
10_getProductsSearch.ts
|
02_getProductImageId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_getProductImageId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/08_getProductId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/01_getProductImageId.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/08_getProductId.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/01_getProductImageId.ts
|
campaigns/functional/API/02_endpoints/08_product/08_getProductId.ts
|
||||||
functional/API/02_endpoints/08_product/01_getProductImageId.ts
|
functional/API/02_endpoints/08_product/08_getProductId.ts
|
||||||
API/02_endpoints/08_product/01_getProductImageId.ts
|
API/02_endpoints/08_product/08_getProductId.ts
|
||||||
02_endpoints/08_product/01_getProductImageId.ts
|
02_endpoints/08_product/08_getProductId.ts
|
||||||
08_product/01_getProductImageId.ts
|
08_product/08_getProductId.ts
|
||||||
01_getProductImageId.ts
|
08_getProductId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/06_deleteProductId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/06_deleteProductId.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/06_deleteProductId.ts
|
campaigns/functional/API/02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
functional/API/02_endpoints/08_product/06_deleteProductId.ts
|
functional/API/02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
API/02_endpoints/08_product/06_deleteProductId.ts
|
API/02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
02_endpoints/08_product/06_deleteProductId.ts
|
02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
08_product/06_deleteProductId.ts
|
08_product/05_getProductIdImages.ts
|
||||||
06_deleteProductId.ts
|
05_getProductIdImages.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/09_postProduct.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/09_postProduct.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/09_postProduct.ts
|
campaigns/functional/API/02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
functional/API/02_endpoints/08_product/09_postProduct.ts
|
functional/API/02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
API/02_endpoints/08_product/09_postProduct.ts
|
API/02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
02_endpoints/08_product/09_postProduct.ts
|
02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
08_product/09_postProduct.ts
|
08_product/11_getProductsSearch.ts
|
||||||
09_postProduct.ts
|
11_getProductsSearch.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_postProductIdImage.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_postProductImageId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/03_postProductIdImage.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/03_postProductImageId.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/03_postProductIdImage.ts
|
campaigns/functional/API/02_endpoints/08_product/03_postProductImageId.ts
|
||||||
functional/API/02_endpoints/08_product/03_postProductIdImage.ts
|
functional/API/02_endpoints/08_product/03_postProductImageId.ts
|
||||||
API/02_endpoints/08_product/03_postProductIdImage.ts
|
API/02_endpoints/08_product/03_postProductImageId.ts
|
||||||
02_endpoints/08_product/03_postProductIdImage.ts
|
02_endpoints/08_product/03_postProductImageId.ts
|
||||||
08_product/03_postProductIdImage.ts
|
08_product/03_postProductImageId.ts
|
||||||
03_postProductIdImage.ts
|
03_postProductImageId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_getProductIdImages.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/07_deleteProductId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/04_getProductIdImages.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/07_deleteProductId.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/04_getProductIdImages.ts
|
campaigns/functional/API/02_endpoints/08_product/07_deleteProductId.ts
|
||||||
functional/API/02_endpoints/08_product/04_getProductIdImages.ts
|
functional/API/02_endpoints/08_product/07_deleteProductId.ts
|
||||||
API/02_endpoints/08_product/04_getProductIdImages.ts
|
API/02_endpoints/08_product/07_deleteProductId.ts
|
||||||
02_endpoints/08_product/04_getProductIdImages.ts
|
02_endpoints/08_product/07_deleteProductId.ts
|
||||||
08_product/04_getProductIdImages.ts
|
08_product/07_deleteProductId.ts
|
||||||
04_getProductIdImages.ts
|
07_deleteProductId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/11_getProducts.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/08_product/11_getProducts.ts
|
UI/campaigns/functional/API/02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
campaigns/functional/API/02_endpoints/08_product/11_getProducts.ts
|
campaigns/functional/API/02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
functional/API/02_endpoints/08_product/11_getProducts.ts
|
functional/API/02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
API/02_endpoints/08_product/11_getProducts.ts
|
API/02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
02_endpoints/08_product/11_getProducts.ts
|
02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
08_product/11_getProducts.ts
|
08_product/04_postProductIdImage.ts
|
||||||
11_getProducts.ts
|
04_postProductIdImage.ts
|
||||||
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/12_getProducts.ts
|
||||||
|
UI/campaigns/functional/API/02_endpoints/08_product/12_getProducts.ts
|
||||||
|
campaigns/functional/API/02_endpoints/08_product/12_getProducts.ts
|
||||||
|
functional/API/02_endpoints/08_product/12_getProducts.ts
|
||||||
|
API/02_endpoints/08_product/12_getProducts.ts
|
||||||
|
02_endpoints/08_product/12_getProducts.ts
|
||||||
|
08_product/12_getProducts.ts
|
||||||
|
12_getProducts.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
||||||
UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
||||||
campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
||||||
|
|
@ -5943,6 +5967,17 @@ BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/08_carrier
|
||||||
01_CRUDCartRule/02_conditions/08_carrierSelection.ts
|
01_CRUDCartRule/02_conditions/08_carrierSelection.ts
|
||||||
02_conditions/08_carrierSelection.ts
|
02_conditions/08_carrierSelection.ts
|
||||||
08_carrierSelection.ts
|
08_carrierSelection.ts
|
||||||
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
|
10_compatibilityWithOtherCartRules.ts
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
||||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
||||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
||||||
|
|
@ -16249,6 +16284,13 @@ Features/Scenario/Order/order_cancel_product.feature
|
||||||
Scenario/Order/order_cancel_product.feature
|
Scenario/Order/order_cancel_product.feature
|
||||||
Order/order_cancel_product.feature
|
Order/order_cancel_product.feature
|
||||||
order_cancel_product.feature
|
order_cancel_product.feature
|
||||||
|
tests/Integration/Behaviour/Features/Scenario/Order/order_change_currency.feature
|
||||||
|
Integration/Behaviour/Features/Scenario/Order/order_change_currency.feature
|
||||||
|
Behaviour/Features/Scenario/Order/order_change_currency.feature
|
||||||
|
Features/Scenario/Order/order_change_currency.feature
|
||||||
|
Scenario/Order/order_change_currency.feature
|
||||||
|
Order/order_change_currency.feature
|
||||||
|
order_change_currency.feature
|
||||||
tests/Integration/Behaviour/Features/Scenario/Order/order_documents.feature
|
tests/Integration/Behaviour/Features/Scenario/Order/order_documents.feature
|
||||||
Integration/Behaviour/Features/Scenario/Order/order_documents.feature
|
Integration/Behaviour/Features/Scenario/Order/order_documents.feature
|
||||||
Behaviour/Features/Scenario/Order/order_documents.feature
|
Behaviour/Features/Scenario/Order/order_documents.feature
|
||||||
|
|
@ -22087,6 +22129,13 @@ new-theme/js/components/on-ready.ts
|
||||||
js/components/on-ready.ts
|
js/components/on-ready.ts
|
||||||
components/on-ready.ts
|
components/on-ready.ts
|
||||||
on-ready.ts
|
on-ready.ts
|
||||||
|
admin-dev/themes/new-theme/js/components/filter/filter-link-group.ts
|
||||||
|
themes/new-theme/js/components/filter/filter-link-group.ts
|
||||||
|
new-theme/js/components/filter/filter-link-group.ts
|
||||||
|
js/components/filter/filter-link-group.ts
|
||||||
|
components/filter/filter-link-group.ts
|
||||||
|
filter/filter-link-group.ts
|
||||||
|
filter-link-group.ts
|
||||||
admin-dev/themes/new-theme/js/components/addons-connector.ts
|
admin-dev/themes/new-theme/js/components/addons-connector.ts
|
||||||
themes/new-theme/js/components/addons-connector.ts
|
themes/new-theme/js/components/addons-connector.ts
|
||||||
new-theme/js/components/addons-connector.ts
|
new-theme/js/components/addons-connector.ts
|
||||||
|
|
@ -37217,6 +37266,11 @@ Adapter/Module/Repository/ModuleRepository.php
|
||||||
Module/Repository/ModuleRepository.php
|
Module/Repository/ModuleRepository.php
|
||||||
Repository/ModuleRepository.php
|
Repository/ModuleRepository.php
|
||||||
ModuleRepository.php
|
ModuleRepository.php
|
||||||
|
src/Adapter/Module/Repository/CachedModuleRepository.php
|
||||||
|
Adapter/Module/Repository/CachedModuleRepository.php
|
||||||
|
Module/Repository/CachedModuleRepository.php
|
||||||
|
Repository/CachedModuleRepository.php
|
||||||
|
CachedModuleRepository.php
|
||||||
src/Adapter/Module/PaymentModuleListProvider.php
|
src/Adapter/Module/PaymentModuleListProvider.php
|
||||||
Adapter/Module/PaymentModuleListProvider.php
|
Adapter/Module/PaymentModuleListProvider.php
|
||||||
Module/PaymentModuleListProvider.php
|
Module/PaymentModuleListProvider.php
|
||||||
|
|
@ -42030,6 +42084,11 @@ Core/Util/DateTime/NullDateTime.php
|
||||||
Util/DateTime/NullDateTime.php
|
Util/DateTime/NullDateTime.php
|
||||||
DateTime/NullDateTime.php
|
DateTime/NullDateTime.php
|
||||||
NullDateTime.php
|
NullDateTime.php
|
||||||
|
src/Core/Util/DateTime/DateImmutable.php
|
||||||
|
Core/Util/DateTime/DateImmutable.php
|
||||||
|
Util/DateTime/DateImmutable.php
|
||||||
|
DateTime/DateImmutable.php
|
||||||
|
DateImmutable.php
|
||||||
src/Core/Util/DateTime/TimeDefinition.php
|
src/Core/Util/DateTime/TimeDefinition.php
|
||||||
Core/Util/DateTime/TimeDefinition.php
|
Core/Util/DateTime/TimeDefinition.php
|
||||||
Util/DateTime/TimeDefinition.php
|
Util/DateTime/TimeDefinition.php
|
||||||
|
|
@ -66753,6 +66812,15 @@ Grid/Blocks/Table/empty_row.html.twig
|
||||||
Blocks/Table/empty_row.html.twig
|
Blocks/Table/empty_row.html.twig
|
||||||
Table/empty_row.html.twig
|
Table/empty_row.html.twig
|
||||||
empty_row.html.twig
|
empty_row.html.twig
|
||||||
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
|
PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
|
Resources/views/Admin/Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
|
views/Admin/Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
|
Admin/Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
|
Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
|
Grid/Blocks/filter_link_group.html.twig
|
||||||
|
Blocks/filter_link_group.html.twig
|
||||||
|
filter_link_group.html.twig
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
||||||
PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
||||||
Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
||||||
|
|
@ -66960,6 +67028,11 @@ PrestaShopBundle/ApiPlatform/Normalizer/UploadedFileNormalizer.php
|
||||||
ApiPlatform/Normalizer/UploadedFileNormalizer.php
|
ApiPlatform/Normalizer/UploadedFileNormalizer.php
|
||||||
Normalizer/UploadedFileNormalizer.php
|
Normalizer/UploadedFileNormalizer.php
|
||||||
UploadedFileNormalizer.php
|
UploadedFileNormalizer.php
|
||||||
|
src/PrestaShopBundle/ApiPlatform/Normalizer/DateImmutableNormalizer.php
|
||||||
|
PrestaShopBundle/ApiPlatform/Normalizer/DateImmutableNormalizer.php
|
||||||
|
ApiPlatform/Normalizer/DateImmutableNormalizer.php
|
||||||
|
Normalizer/DateImmutableNormalizer.php
|
||||||
|
DateImmutableNormalizer.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
src/PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
||||||
PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
||||||
ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
||||||
|
|
@ -70076,6 +70149,12 @@ Form/Admin/Type/AmountCurrencyType.php
|
||||||
Admin/Type/AmountCurrencyType.php
|
Admin/Type/AmountCurrencyType.php
|
||||||
Type/AmountCurrencyType.php
|
Type/AmountCurrencyType.php
|
||||||
AmountCurrencyType.php
|
AmountCurrencyType.php
|
||||||
|
src/PrestaShopBundle/Form/Admin/Type/FilterLinkFilterType.php
|
||||||
|
PrestaShopBundle/Form/Admin/Type/FilterLinkFilterType.php
|
||||||
|
Form/Admin/Type/FilterLinkFilterType.php
|
||||||
|
Admin/Type/FilterLinkFilterType.php
|
||||||
|
Type/FilterLinkFilterType.php
|
||||||
|
FilterLinkFilterType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/EntityItemType.php
|
src/PrestaShopBundle/Form/Admin/Type/EntityItemType.php
|
||||||
PrestaShopBundle/Form/Admin/Type/EntityItemType.php
|
PrestaShopBundle/Form/Admin/Type/EntityItemType.php
|
||||||
Form/Admin/Type/EntityItemType.php
|
Form/Admin/Type/EntityItemType.php
|
||||||
|
|
|
||||||
|
|
@ -686,12 +686,14 @@ tests/UI/campaigns/functional/API/02_endpoints/02_attribute/07_deleteAttributesG
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/03_category/05_deleteCategoryId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/03_category/05_deleteCategoryId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/03_category/01_getCategories.ts
|
tests/UI/campaigns/functional/API/02_endpoints/03_category/01_getCategories.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/03_category/02_deleteCategoryIdCover.ts
|
tests/UI/campaigns/functional/API/02_endpoints/03_category/02_deleteCategoryIdCover.ts
|
||||||
|
tests/UI/campaigns/functional/API/02_endpoints/16_zone/08_getZones.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/01_getApiClientInfos.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/04_patchApiClientId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/02_deleteApiClientId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/06_getApiClients.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/06_getApiClients.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_postApiClient.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/05_postApiClient.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/01_apiClient/03_getApiClientId.ts
|
||||||
|
tests/UI/campaigns/functional/API/02_endpoints/09_searchAlias/01_deleteSearch.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/05_putModuleTechnicalNameStatus.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/07_putModuleTechnicalNameUpgrade.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/07_putModuleTechnicalNameUpgrade.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/06_putModuleTechnicalNameUninstall.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/06_putModuleTechnicalNameUninstall.ts
|
||||||
|
|
@ -703,17 +705,18 @@ tests/UI/campaigns/functional/API/02_endpoints/07_module/03_putModuleTechnicalNa
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/02_postModuleUploadSource.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/02_postModuleUploadSource.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/04_patchModuleTechnicalNameReset.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/04_patchModuleTechnicalNameReset.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/07_module/11_getModules.ts
|
tests/UI/campaigns/functional/API/02_endpoints/07_module/11_getModules.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/08_patchProductId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/06_patchProductIdShops.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/05_patchProductIdShops.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/10_postProduct.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_postProductImageId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_deleteProductImageId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/07_getProductId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/09_patchProductId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/10_getProductsSearch.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/02_getProductImageId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/01_getProductImageId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/08_getProductId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/06_deleteProductId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/05_getProductIdImages.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/09_postProduct.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/11_getProductsSearch.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_postProductIdImage.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/03_postProductImageId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_getProductIdImages.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/07_deleteProductId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/08_product/11_getProducts.ts
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/04_postProductIdImage.ts
|
||||||
|
tests/UI/campaigns/functional/API/02_endpoints/08_product/12_getProducts.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/01_deleteCustomerGroupsId.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_postCustomersGroup.ts
|
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/04_postCustomersGroup.ts
|
||||||
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_putCustomerGroupsId.ts
|
tests/UI/campaigns/functional/API/02_endpoints/04_customerGroup/03_putCustomerGroupsId.ts
|
||||||
|
|
@ -894,6 +897,7 @@ tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/02_filterQ
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/05_checkTotalAvailable.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/05_checkTotalAvailable.ts
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/01_limitToSingleCustomer.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/01_limitToSingleCustomer.ts
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/08_carrierSelection.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/08_carrierSelection.ts
|
||||||
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/10_compatibilityWithOtherCartRules.ts
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/09_customerGroupSelection.ts
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/06_checkTotalAvailableForEachUser.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/06_checkTotalAvailableForEachUser.ts
|
||||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/04_minimumAmount.ts
|
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/02_conditions/04_minimumAmount.ts
|
||||||
|
|
@ -2292,6 +2296,7 @@ tests/Integration/Behaviour/Features/Scenario/Security/security_configuration.fe
|
||||||
tests/Integration/Behaviour/Features/Scenario/OrderReturn/order_return_management.feature
|
tests/Integration/Behaviour/Features/Scenario/OrderReturn/order_return_management.feature
|
||||||
tests/Integration/Behaviour/Features/Scenario/Language/language.feature
|
tests/Integration/Behaviour/Features/Scenario/Language/language.feature
|
||||||
tests/Integration/Behaviour/Features/Scenario/Order/order_cancel_product.feature
|
tests/Integration/Behaviour/Features/Scenario/Order/order_cancel_product.feature
|
||||||
|
tests/Integration/Behaviour/Features/Scenario/Order/order_change_currency.feature
|
||||||
tests/Integration/Behaviour/Features/Scenario/Order/order_documents.feature
|
tests/Integration/Behaviour/Features/Scenario/Order/order_documents.feature
|
||||||
tests/Integration/Behaviour/Features/Scenario/Order/order_to_cart.feature
|
tests/Integration/Behaviour/Features/Scenario/Order/order_to_cart.feature
|
||||||
tests/Integration/Behaviour/Features/Scenario/Order/order_rounding_type.feature
|
tests/Integration/Behaviour/Features/Scenario/Order/order_rounding_type.feature
|
||||||
|
|
@ -3158,6 +3163,7 @@ admin-dev/themes/new-theme/js/components/modal.ts
|
||||||
admin-dev/themes/new-theme/js/components/navbar-form-error-handler.ts
|
admin-dev/themes/new-theme/js/components/navbar-form-error-handler.ts
|
||||||
admin-dev/themes/new-theme/js/components/entity-search-input.ts
|
admin-dev/themes/new-theme/js/components/entity-search-input.ts
|
||||||
admin-dev/themes/new-theme/js/components/on-ready.ts
|
admin-dev/themes/new-theme/js/components/on-ready.ts
|
||||||
|
admin-dev/themes/new-theme/js/components/filter/filter-link-group.ts
|
||||||
admin-dev/themes/new-theme/js/components/addons-connector.ts
|
admin-dev/themes/new-theme/js/components/addons-connector.ts
|
||||||
admin-dev/themes/new-theme/js/components/auto-complete-search.ts
|
admin-dev/themes/new-theme/js/components/auto-complete-search.ts
|
||||||
admin-dev/themes/new-theme/js/components/contextual-notification.ts
|
admin-dev/themes/new-theme/js/components/contextual-notification.ts
|
||||||
|
|
@ -6054,6 +6060,7 @@ src/Adapter/TaxRulesGroup/CommandHandler/EditTaxRulesGroupHandler.php
|
||||||
src/Adapter/TaxRulesGroup/CommandHandler/AddTaxRulesGroupHandler.php
|
src/Adapter/TaxRulesGroup/CommandHandler/AddTaxRulesGroupHandler.php
|
||||||
src/Adapter/SymfonyContainer.php
|
src/Adapter/SymfonyContainer.php
|
||||||
src/Adapter/Module/Repository/ModuleRepository.php
|
src/Adapter/Module/Repository/ModuleRepository.php
|
||||||
|
src/Adapter/Module/Repository/CachedModuleRepository.php
|
||||||
src/Adapter/Module/PaymentModuleListProvider.php
|
src/Adapter/Module/PaymentModuleListProvider.php
|
||||||
src/Adapter/Module/Tab/ModuleTabUnregister.php
|
src/Adapter/Module/Tab/ModuleTabUnregister.php
|
||||||
src/Adapter/Module/Tab/ModuleTabManagementSubscriber.php
|
src/Adapter/Module/Tab/ModuleTabManagementSubscriber.php
|
||||||
|
|
@ -6972,6 +6979,7 @@ src/Core/Util/ColorBrightnessCalculator.php
|
||||||
src/Core/Util/ArabicToLatinDigitConverter.php
|
src/Core/Util/ArabicToLatinDigitConverter.php
|
||||||
src/Core/Util/BoolParser.php
|
src/Core/Util/BoolParser.php
|
||||||
src/Core/Util/DateTime/NullDateTime.php
|
src/Core/Util/DateTime/NullDateTime.php
|
||||||
|
src/Core/Util/DateTime/DateImmutable.php
|
||||||
src/Core/Util/DateTime/TimeDefinition.php
|
src/Core/Util/DateTime/TimeDefinition.php
|
||||||
src/Core/Util/DateTime/DateTime.php
|
src/Core/Util/DateTime/DateTime.php
|
||||||
src/Core/Util/Url/UrlFileChecker.php
|
src/Core/Util/Url/UrlFileChecker.php
|
||||||
|
|
@ -10738,6 +10746,7 @@ src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/supplie
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/headers_row.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/headers_row.html.twig
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/filters_row.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/filters_row.html.twig
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/empty_row.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/Table/empty_row.html.twig
|
||||||
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/filter_link_group.html.twig
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/table.html.twig
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/pagination.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/pagination.html.twig
|
||||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/bulk_actions.html.twig
|
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/bulk_actions.html.twig
|
||||||
|
|
@ -10772,6 +10781,7 @@ src/PrestaShopBundle/ApiPlatform/Normalizer/ShopConstraintNormalizer.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Normalizer/CQRSApiNormalizer.php
|
src/PrestaShopBundle/ApiPlatform/Normalizer/CQRSApiNormalizer.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Normalizer/DateTimeImmutableNormalizer.php
|
src/PrestaShopBundle/ApiPlatform/Normalizer/DateTimeImmutableNormalizer.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Normalizer/UploadedFileNormalizer.php
|
src/PrestaShopBundle/ApiPlatform/Normalizer/UploadedFileNormalizer.php
|
||||||
|
src/PrestaShopBundle/ApiPlatform/Normalizer/DateImmutableNormalizer.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
src/PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Exception/CQRSQueryNotFoundException.php
|
src/PrestaShopBundle/ApiPlatform/Exception/CQRSQueryNotFoundException.php
|
||||||
src/PrestaShopBundle/ApiPlatform/Exception/GridDataFactoryNotFoundException.php
|
src/PrestaShopBundle/ApiPlatform/Exception/GridDataFactoryNotFoundException.php
|
||||||
|
|
@ -11211,6 +11221,7 @@ src/PrestaShopBundle/Form/Admin/Type/LinkPreviewType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/TaxGroupChoiceType.php
|
src/PrestaShopBundle/Form/Admin/Type/TaxGroupChoiceType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/NumberMinMaxFilterType.php
|
src/PrestaShopBundle/Form/Admin/Type/NumberMinMaxFilterType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/AmountCurrencyType.php
|
src/PrestaShopBundle/Form/Admin/Type/AmountCurrencyType.php
|
||||||
|
src/PrestaShopBundle/Form/Admin/Type/FilterLinkFilterType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/EntityItemType.php
|
src/PrestaShopBundle/Form/Admin/Type/EntityItemType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/DatePickerType.php
|
src/PrestaShopBundle/Form/Admin/Type/DatePickerType.php
|
||||||
src/PrestaShopBundle/Form/Admin/Type/EntitySearchInputType.php
|
src/PrestaShopBundle/Form/Admin/Type/EntitySearchInputType.php
|
||||||
|
|
|
||||||
|
|
@ -1901,6 +1901,11 @@ Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
|
||||||
Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
|
Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
|
||||||
Webhooks/SlackNotificationsUponCheckinTest.php
|
Webhooks/SlackNotificationsUponCheckinTest.php
|
||||||
SlackNotificationsUponCheckinTest.php
|
SlackNotificationsUponCheckinTest.php
|
||||||
|
tests/Feature/Notifications/Webhooks/NotificationTests.php
|
||||||
|
Feature/Notifications/Webhooks/NotificationTests.php
|
||||||
|
Notifications/Webhooks/NotificationTests.php
|
||||||
|
Webhooks/NotificationTests.php
|
||||||
|
NotificationTests.php
|
||||||
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
||||||
Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
||||||
Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
||||||
|
|
|
||||||
|
|
@ -601,6 +601,7 @@ tests/Feature/Suppliers/Ui/UpdateSupplierTest.php
|
||||||
tests/Feature/Suppliers/Ui/ShowSupplierTest.php
|
tests/Feature/Suppliers/Ui/ShowSupplierTest.php
|
||||||
tests/Feature/Suppliers/Api/DeleteSuppliersTest.php
|
tests/Feature/Suppliers/Api/DeleteSuppliersTest.php
|
||||||
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
|
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckinTest.php
|
||||||
|
tests/Feature/Notifications/Webhooks/NotificationTests.php
|
||||||
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
tests/Feature/Notifications/Webhooks/SlackNotificationsUponCheckoutTest.php
|
||||||
tests/Feature/Notifications/Email/EmailNotificationsToUserUponCheckinTest.php
|
tests/Feature/Notifications/Email/EmailNotificationsToUserUponCheckinTest.php
|
||||||
tests/Feature/Notifications/Email/EmailNotificationsToAdminAlertEmailUponCheckoutTest.php
|
tests/Feature/Notifications/Email/EmailNotificationsToAdminAlertEmailUponCheckoutTest.php
|
||||||
|
|
|
||||||
|
|
@ -31306,6 +31306,17 @@ V4/Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
||||||
Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
||||||
PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
||||||
PaymentGatewaysSettingsControllerTest.php
|
PaymentGatewaysSettingsControllerTest.php
|
||||||
|
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
tests/php/src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
php/src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
Routes/V4/Refunds/DataUtilsTest.php
|
||||||
|
V4/Refunds/DataUtilsTest.php
|
||||||
|
Refunds/DataUtilsTest.php
|
||||||
|
DataUtilsTest.php
|
||||||
plugins/woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
|
plugins/woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
|
||||||
woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
|
woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
|
||||||
tests/php/src/Internal/Customers/SearchServiceTest.php
|
tests/php/src/Internal/Customers/SearchServiceTest.php
|
||||||
|
|
@ -35700,6 +35711,10 @@ plugins/woocommerce/changelog/pr-61121
|
||||||
woocommerce/changelog/pr-61121
|
woocommerce/changelog/pr-61121
|
||||||
changelog/pr-61121
|
changelog/pr-61121
|
||||||
pr-61121
|
pr-61121
|
||||||
|
plugins/woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||||
|
woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||||
|
changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||||
|
62040-update-dynamic-shipping-tax-rates-filter
|
||||||
plugins/woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
plugins/woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||||
woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||||
changelog/fix-v4-address-shipping-v4-maintainability-issues
|
changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||||
|
|
@ -35820,6 +35835,10 @@ plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-str
|
||||||
woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||||
changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||||
61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||||
|
plugins/woocommerce/changelog/refunds-v4-taxes
|
||||||
|
woocommerce/changelog/refunds-v4-taxes
|
||||||
|
changelog/refunds-v4-taxes
|
||||||
|
refunds-v4-taxes
|
||||||
plugins/woocommerce/changelog/61667-patch-10
|
plugins/woocommerce/changelog/61667-patch-10
|
||||||
woocommerce/changelog/61667-patch-10
|
woocommerce/changelog/61667-patch-10
|
||||||
changelog/61667-patch-10
|
changelog/61667-patch-10
|
||||||
|
|
@ -35828,6 +35847,10 @@ plugins/woocommerce/changelog/add-orders-api-collection-filter-hooks
|
||||||
woocommerce/changelog/add-orders-api-collection-filter-hooks
|
woocommerce/changelog/add-orders-api-collection-filter-hooks
|
||||||
changelog/add-orders-api-collection-filter-hooks
|
changelog/add-orders-api-collection-filter-hooks
|
||||||
add-orders-api-collection-filter-hooks
|
add-orders-api-collection-filter-hooks
|
||||||
|
plugins/woocommerce/changelog/fix-61860-wc-brands
|
||||||
|
woocommerce/changelog/fix-61860-wc-brands
|
||||||
|
changelog/fix-61860-wc-brands
|
||||||
|
fix-61860-wc-brands
|
||||||
plugins/woocommerce/changelog/fix-52837
|
plugins/woocommerce/changelog/fix-52837
|
||||||
woocommerce/changelog/fix-52837
|
woocommerce/changelog/fix-52837
|
||||||
changelog/fix-52837
|
changelog/fix-52837
|
||||||
|
|
@ -36084,6 +36107,10 @@ plugins/woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
||||||
woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
||||||
changelog/add-fulfillment-status-column-wc-order-stats
|
changelog/add-fulfillment-status-column-wc-order-stats
|
||||||
add-fulfillment-status-column-wc-order-stats
|
add-fulfillment-status-column-wc-order-stats
|
||||||
|
plugins/woocommerce/changelog/fix-61860-misc
|
||||||
|
woocommerce/changelog/fix-61860-misc
|
||||||
|
changelog/fix-61860-misc
|
||||||
|
fix-61860-misc
|
||||||
plugins/woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
plugins/woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||||
woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||||
changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||||
|
|
@ -36280,6 +36307,10 @@ plugins/woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-w
|
||||||
woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||||
changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||||
wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||||
|
plugins/woocommerce/changelog/pr-62063
|
||||||
|
woocommerce/changelog/pr-62063
|
||||||
|
changelog/pr-62063
|
||||||
|
pr-62063
|
||||||
plugins/woocommerce/changelog/pr-61779
|
plugins/woocommerce/changelog/pr-61779
|
||||||
woocommerce/changelog/pr-61779
|
woocommerce/changelog/pr-61779
|
||||||
changelog/pr-61779
|
changelog/pr-61779
|
||||||
|
|
|
||||||
|
|
@ -5034,6 +5034,7 @@ plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/OfflinePay
|
||||||
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/Tax/TaxControllerTest.php
|
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/Tax/TaxControllerTest.php
|
||||||
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/Email/EmailSettingsControllerTest.php
|
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/Email/EmailSettingsControllerTest.php
|
||||||
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Settings/PaymentGateways/PaymentGatewaysSettingsControllerTest.php
|
||||||
|
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||||
plugins/woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
|
plugins/woocommerce/tests/php/src/Internal/Customers/SearchServiceTest.php
|
||||||
plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/LegacyDataHandlerTests.php
|
plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/LegacyDataHandlerTests.php
|
||||||
plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/OrdersTableRefundDataStoreTests.php
|
plugins/woocommerce/tests/php/src/Internal/DataStores/Orders/OrdersTableRefundDataStoreTests.php
|
||||||
|
|
@ -5608,6 +5609,7 @@ plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||||
plugins/woocommerce/changelog/WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
plugins/woocommerce/changelog/WOOPLUG-5765-use-as-ensure-action-for-ptkpattern-fetching
|
||||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-stretch-quantity
|
plugins/woocommerce/changelog/fix-add-to-cart-with-options-stretch-quantity
|
||||||
plugins/woocommerce/changelog/pr-61121
|
plugins/woocommerce/changelog/pr-61121
|
||||||
|
plugins/woocommerce/changelog/62040-update-dynamic-shipping-tax-rates-filter
|
||||||
plugins/woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
plugins/woocommerce/changelog/fix-v4-address-shipping-v4-maintainability-issues
|
||||||
plugins/woocommerce/changelog/rest-orders-v2-controller-perf
|
plugins/woocommerce/changelog/rest-orders-v2-controller-perf
|
||||||
plugins/woocommerce/changelog/pr-61286
|
plugins/woocommerce/changelog/pr-61286
|
||||||
|
|
@ -5638,8 +5640,10 @@ plugins/woocommerce/changelog/pr-61600
|
||||||
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
|
plugins/woocommerce/changelog/add-v4-shipping-zone-methods-endpoints
|
||||||
plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
|
plugins/woocommerce/changelog/61486-wooplug-5433-fcb-show-border-by-default
|
||||||
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
plugins/woocommerce/changelog/61321-wooptp-14-improve-error-handling-through-structures-that-resemble-the
|
||||||
|
plugins/woocommerce/changelog/refunds-v4-taxes
|
||||||
plugins/woocommerce/changelog/61667-patch-10
|
plugins/woocommerce/changelog/61667-patch-10
|
||||||
plugins/woocommerce/changelog/add-orders-api-collection-filter-hooks
|
plugins/woocommerce/changelog/add-orders-api-collection-filter-hooks
|
||||||
|
plugins/woocommerce/changelog/fix-61860-wc-brands
|
||||||
plugins/woocommerce/changelog/fix-52837
|
plugins/woocommerce/changelog/fix-52837
|
||||||
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
||||||
plugins/woocommerce/changelog/qao-127-add-playwright-ctrf-reporter
|
plugins/woocommerce/changelog/qao-127-add-playwright-ctrf-reporter
|
||||||
|
|
@ -5704,6 +5708,7 @@ plugins/woocommerce/changelog/pr-61931
|
||||||
plugins/woocommerce/changelog/dev-make-all-wp-pre-release-jobs-optional
|
plugins/woocommerce/changelog/dev-make-all-wp-pre-release-jobs-optional
|
||||||
plugins/woocommerce/changelog/fix-admin-settings-save-permission
|
plugins/woocommerce/changelog/fix-admin-settings-save-permission
|
||||||
plugins/woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
plugins/woocommerce/changelog/add-fulfillment-status-column-wc-order-stats
|
||||||
|
plugins/woocommerce/changelog/fix-61860-misc
|
||||||
plugins/woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
plugins/woocommerce/changelog/61797-update-WCCOM-1896-hide-install-button-for-saas-products
|
||||||
plugins/woocommerce/changelog/pr-61635
|
plugins/woocommerce/changelog/pr-61635
|
||||||
plugins/woocommerce/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
plugins/woocommerce/changelog/wooplug-5859-wp-69-month-must-be-a-valid-moment-object-error
|
||||||
|
|
@ -5753,6 +5758,7 @@ plugins/woocommerce/changelog/fix-e2e-tests-wp-69
|
||||||
plugins/woocommerce/changelog/61212-customer-analytics-fix
|
plugins/woocommerce/changelog/61212-customer-analytics-fix
|
||||||
plugins/woocommerce/changelog/pr-61307
|
plugins/woocommerce/changelog/pr-61307
|
||||||
plugins/woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
plugins/woocommerce/changelog/wooplug-5631-scalability-performance-issues-with-woo-analytics-wc
|
||||||
|
plugins/woocommerce/changelog/pr-62063
|
||||||
plugins/woocommerce/changelog/pr-61779
|
plugins/woocommerce/changelog/pr-61779
|
||||||
plugins/woocommerce/changelog/61715-fix-redirect-for-mobile
|
plugins/woocommerce/changelog/61715-fix-redirect-for-mobile
|
||||||
plugins/woocommerce/changelog/fix-mini-cart-hidden-footer-block
|
plugins/woocommerce/changelog/fix-mini-cart-hidden-footer-block
|
||||||
|
|
|
||||||
|
|
@ -21445,6 +21445,11 @@ tests/support/mocks/ticket-overviews.ts
|
||||||
support/mocks/ticket-overviews.ts
|
support/mocks/ticket-overviews.ts
|
||||||
mocks/ticket-overviews.ts
|
mocks/ticket-overviews.ts
|
||||||
ticket-overviews.ts
|
ticket-overviews.ts
|
||||||
|
app/frontend/tests/support/mock-webauthn.ts
|
||||||
|
frontend/tests/support/mock-webauthn.ts
|
||||||
|
tests/support/mock-webauthn.ts
|
||||||
|
support/mock-webauthn.ts
|
||||||
|
mock-webauthn.ts
|
||||||
app/frontend/tests/support/mock-user.ts
|
app/frontend/tests/support/mock-user.ts
|
||||||
frontend/tests/support/mock-user.ts
|
frontend/tests/support/mock-user.ts
|
||||||
tests/support/mock-user.ts
|
tests/support/mock-user.ts
|
||||||
|
|
@ -24049,6 +24054,21 @@ components/CommonInputCopyToClipboard/__tests__/CommonInputCopyToClipboard.spec.
|
||||||
CommonInputCopyToClipboard/__tests__/CommonInputCopyToClipboard.spec.ts
|
CommonInputCopyToClipboard/__tests__/CommonInputCopyToClipboard.spec.ts
|
||||||
__tests__/CommonInputCopyToClipboard.spec.ts
|
__tests__/CommonInputCopyToClipboard.spec.ts
|
||||||
CommonInputCopyToClipboard.spec.ts
|
CommonInputCopyToClipboard.spec.ts
|
||||||
|
app/frontend/apps/desktop/components/CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
frontend/apps/desktop/components/CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
apps/desktop/components/CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
desktop/components/CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
components/CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
__tests__/CommonSectionContainer.spec.ts
|
||||||
|
CommonSectionContainer.spec.ts
|
||||||
|
app/frontend/apps/desktop/components/CommonSectionContainer/CommonSectionContainer.vue
|
||||||
|
frontend/apps/desktop/components/CommonSectionContainer/CommonSectionContainer.vue
|
||||||
|
apps/desktop/components/CommonSectionContainer/CommonSectionContainer.vue
|
||||||
|
desktop/components/CommonSectionContainer/CommonSectionContainer.vue
|
||||||
|
components/CommonSectionContainer/CommonSectionContainer.vue
|
||||||
|
CommonSectionContainer/CommonSectionContainer.vue
|
||||||
|
CommonSectionContainer.vue
|
||||||
app/frontend/apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
app/frontend/apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
||||||
frontend/apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
frontend/apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
||||||
apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
||||||
|
|
@ -33132,12 +33152,6 @@ apps/desktop/stores/theme.ts
|
||||||
desktop/stores/theme.ts
|
desktop/stores/theme.ts
|
||||||
stores/theme.ts
|
stores/theme.ts
|
||||||
theme.ts
|
theme.ts
|
||||||
app/frontend/apps/desktop/composables/useUserTaskbarTabLink.ts
|
|
||||||
frontend/apps/desktop/composables/useUserTaskbarTabLink.ts
|
|
||||||
apps/desktop/composables/useUserTaskbarTabLink.ts
|
|
||||||
desktop/composables/useUserTaskbarTabLink.ts
|
|
||||||
composables/useUserTaskbarTabLink.ts
|
|
||||||
useUserTaskbarTabLink.ts
|
|
||||||
app/frontend/apps/desktop/composables/useOverlayContainer.ts
|
app/frontend/apps/desktop/composables/useOverlayContainer.ts
|
||||||
frontend/apps/desktop/composables/useOverlayContainer.ts
|
frontend/apps/desktop/composables/useOverlayContainer.ts
|
||||||
apps/desktop/composables/useOverlayContainer.ts
|
apps/desktop/composables/useOverlayContainer.ts
|
||||||
|
|
@ -33265,6 +33279,12 @@ apps/desktop/composables/useResizeGridColumns.ts
|
||||||
desktop/composables/useResizeGridColumns.ts
|
desktop/composables/useResizeGridColumns.ts
|
||||||
composables/useResizeGridColumns.ts
|
composables/useResizeGridColumns.ts
|
||||||
useResizeGridColumns.ts
|
useResizeGridColumns.ts
|
||||||
|
app/frontend/apps/desktop/composables/useUserTaskbarTab.ts
|
||||||
|
frontend/apps/desktop/composables/useUserTaskbarTab.ts
|
||||||
|
apps/desktop/composables/useUserTaskbarTab.ts
|
||||||
|
desktop/composables/useUserTaskbarTab.ts
|
||||||
|
composables/useUserTaskbarTab.ts
|
||||||
|
useUserTaskbarTab.ts
|
||||||
app/frontend/apps/desktop/composables/useElementScroll.ts
|
app/frontend/apps/desktop/composables/useElementScroll.ts
|
||||||
frontend/apps/desktop/composables/useElementScroll.ts
|
frontend/apps/desktop/composables/useElementScroll.ts
|
||||||
apps/desktop/composables/useElementScroll.ts
|
apps/desktop/composables/useElementScroll.ts
|
||||||
|
|
@ -33942,6 +33962,13 @@ desktop/initializer/assets/snippet.svg
|
||||||
initializer/assets/snippet.svg
|
initializer/assets/snippet.svg
|
||||||
assets/snippet.svg
|
assets/snippet.svg
|
||||||
snippet.svg
|
snippet.svg
|
||||||
|
app/frontend/apps/desktop/initializer/assets/user-add.svg
|
||||||
|
frontend/apps/desktop/initializer/assets/user-add.svg
|
||||||
|
apps/desktop/initializer/assets/user-add.svg
|
||||||
|
desktop/initializer/assets/user-add.svg
|
||||||
|
initializer/assets/user-add.svg
|
||||||
|
assets/user-add.svg
|
||||||
|
user-add.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/list-ol.svg
|
app/frontend/apps/desktop/initializer/assets/list-ol.svg
|
||||||
frontend/apps/desktop/initializer/assets/list-ol.svg
|
frontend/apps/desktop/initializer/assets/list-ol.svg
|
||||||
apps/desktop/initializer/assets/list-ol.svg
|
apps/desktop/initializer/assets/list-ol.svg
|
||||||
|
|
@ -33977,13 +34004,6 @@ desktop/initializer/assets/x-circle.svg
|
||||||
initializer/assets/x-circle.svg
|
initializer/assets/x-circle.svg
|
||||||
assets/x-circle.svg
|
assets/x-circle.svg
|
||||||
x-circle.svg
|
x-circle.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/person-add.svg
|
|
||||||
frontend/apps/desktop/initializer/assets/person-add.svg
|
|
||||||
apps/desktop/initializer/assets/person-add.svg
|
|
||||||
desktop/initializer/assets/person-add.svg
|
|
||||||
initializer/assets/person-add.svg
|
|
||||||
assets/person-add.svg
|
|
||||||
person-add.svg
|
|
||||||
app/frontend/apps/desktop/initializer/assets/lock.svg
|
app/frontend/apps/desktop/initializer/assets/lock.svg
|
||||||
frontend/apps/desktop/initializer/assets/lock.svg
|
frontend/apps/desktop/initializer/assets/lock.svg
|
||||||
apps/desktop/initializer/assets/lock.svg
|
apps/desktop/initializer/assets/lock.svg
|
||||||
|
|
@ -34082,13 +34102,6 @@ desktop/initializer/assets/delete-table.svg
|
||||||
initializer/assets/delete-table.svg
|
initializer/assets/delete-table.svg
|
||||||
assets/delete-table.svg
|
assets/delete-table.svg
|
||||||
delete-table.svg
|
delete-table.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/person-gear.svg
|
|
||||||
frontend/apps/desktop/initializer/assets/person-gear.svg
|
|
||||||
apps/desktop/initializer/assets/person-gear.svg
|
|
||||||
desktop/initializer/assets/person-gear.svg
|
|
||||||
initializer/assets/person-gear.svg
|
|
||||||
assets/person-gear.svg
|
|
||||||
person-gear.svg
|
|
||||||
app/frontend/apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
app/frontend/apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
||||||
frontend/apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
frontend/apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
||||||
apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
||||||
|
|
@ -34887,6 +34900,13 @@ desktop/initializer/assets/google.svg
|
||||||
initializer/assets/google.svg
|
initializer/assets/google.svg
|
||||||
assets/google.svg
|
assets/google.svg
|
||||||
google.svg
|
google.svg
|
||||||
|
app/frontend/apps/desktop/initializer/assets/user-settings.svg
|
||||||
|
frontend/apps/desktop/initializer/assets/user-settings.svg
|
||||||
|
apps/desktop/initializer/assets/user-settings.svg
|
||||||
|
desktop/initializer/assets/user-settings.svg
|
||||||
|
initializer/assets/user-settings.svg
|
||||||
|
assets/user-settings.svg
|
||||||
|
user-settings.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/type-strikethrough.svg
|
app/frontend/apps/desktop/initializer/assets/type-strikethrough.svg
|
||||||
frontend/apps/desktop/initializer/assets/type-strikethrough.svg
|
frontend/apps/desktop/initializer/assets/type-strikethrough.svg
|
||||||
apps/desktop/initializer/assets/type-strikethrough.svg
|
apps/desktop/initializer/assets/type-strikethrough.svg
|
||||||
|
|
@ -60772,13 +60792,6 @@ app/lib/base/email-addresses.js
|
||||||
lib/base/email-addresses.js
|
lib/base/email-addresses.js
|
||||||
base/email-addresses.js
|
base/email-addresses.js
|
||||||
email-addresses.js
|
email-addresses.js
|
||||||
app/assets/javascripts/app/lib/base/webauthn-json.js
|
|
||||||
assets/javascripts/app/lib/base/webauthn-json.js
|
|
||||||
javascripts/app/lib/base/webauthn-json.js
|
|
||||||
app/lib/base/webauthn-json.js
|
|
||||||
lib/base/webauthn-json.js
|
|
||||||
base/webauthn-json.js
|
|
||||||
webauthn-json.js
|
|
||||||
app/assets/javascripts/app/lib/base/seedrandom.js
|
app/assets/javascripts/app/lib/base/seedrandom.js
|
||||||
assets/javascripts/app/lib/base/seedrandom.js
|
assets/javascripts/app/lib/base/seedrandom.js
|
||||||
javascripts/app/lib/base/seedrandom.js
|
javascripts/app/lib/base/seedrandom.js
|
||||||
|
|
|
||||||
|
|
@ -4566,6 +4566,7 @@ app/frontend/tests/support/components/app.ts
|
||||||
app/frontend/tests/support/mock-apollo-client.ts
|
app/frontend/tests/support/mock-apollo-client.ts
|
||||||
app/frontend/tests/support/mocks/formUpdater.ts
|
app/frontend/tests/support/mocks/formUpdater.ts
|
||||||
app/frontend/tests/support/mocks/ticket-overviews.ts
|
app/frontend/tests/support/mocks/ticket-overviews.ts
|
||||||
|
app/frontend/tests/support/mock-webauthn.ts
|
||||||
app/frontend/tests/support/mock-user.ts
|
app/frontend/tests/support/mock-user.ts
|
||||||
app/frontend/tests/support/mock-vue-router.ts
|
app/frontend/tests/support/mock-vue-router.ts
|
||||||
app/frontend/tests/support/mock-locale.ts
|
app/frontend/tests/support/mock-locale.ts
|
||||||
|
|
@ -4903,6 +4904,8 @@ app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue
|
||||||
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuList.vue
|
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuList.vue
|
||||||
app/frontend/apps/desktop/components/CommonInputCopyToClipboard/CommonInputCopyToClipboard.vue
|
app/frontend/apps/desktop/components/CommonInputCopyToClipboard/CommonInputCopyToClipboard.vue
|
||||||
app/frontend/apps/desktop/components/CommonInputCopyToClipboard/__tests__/CommonInputCopyToClipboard.spec.ts
|
app/frontend/apps/desktop/components/CommonInputCopyToClipboard/__tests__/CommonInputCopyToClipboard.spec.ts
|
||||||
|
app/frontend/apps/desktop/components/CommonSectionContainer/__tests__/CommonSectionContainer.spec.ts
|
||||||
|
app/frontend/apps/desktop/components/CommonSectionContainer/CommonSectionContainer.vue
|
||||||
app/frontend/apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
app/frontend/apps/desktop/components/CommonDropdown/__tests__/CommonDropdown.spec.ts
|
||||||
app/frontend/apps/desktop/components/CommonDropdown/types.ts
|
app/frontend/apps/desktop/components/CommonDropdown/types.ts
|
||||||
app/frontend/apps/desktop/components/CommonDropdown/CommonDropdown.vue
|
app/frontend/apps/desktop/components/CommonDropdown/CommonDropdown.vue
|
||||||
|
|
@ -5884,7 +5887,6 @@ app/frontend/apps/desktop/pages/error/views/ErrorTab.vue
|
||||||
app/frontend/apps/desktop/pages/error/__tests__/error-a11y.spec.ts
|
app/frontend/apps/desktop/pages/error/__tests__/error-a11y.spec.ts
|
||||||
app/frontend/apps/desktop/stores/__tests__/theme.spec.ts
|
app/frontend/apps/desktop/stores/__tests__/theme.spec.ts
|
||||||
app/frontend/apps/desktop/stores/theme.ts
|
app/frontend/apps/desktop/stores/theme.ts
|
||||||
app/frontend/apps/desktop/composables/useUserTaskbarTabLink.ts
|
|
||||||
app/frontend/apps/desktop/composables/useOverlayContainer.ts
|
app/frontend/apps/desktop/composables/useOverlayContainer.ts
|
||||||
app/frontend/apps/desktop/composables/dragAndDrop/useKeyboardKeysForDragAndDrop.ts
|
app/frontend/apps/desktop/composables/dragAndDrop/useKeyboardKeysForDragAndDrop.ts
|
||||||
app/frontend/apps/desktop/composables/dragAndDrop/useAccessibleDragAndDrop.ts
|
app/frontend/apps/desktop/composables/dragAndDrop/useAccessibleDragAndDrop.ts
|
||||||
|
|
@ -5904,6 +5906,7 @@ app/frontend/apps/desktop/composables/__tests__/useResizeGridColumns.spec.ts
|
||||||
app/frontend/apps/desktop/composables/usePage.ts
|
app/frontend/apps/desktop/composables/usePage.ts
|
||||||
app/frontend/apps/desktop/composables/useNewBetaUi.ts
|
app/frontend/apps/desktop/composables/useNewBetaUi.ts
|
||||||
app/frontend/apps/desktop/composables/useResizeGridColumns.ts
|
app/frontend/apps/desktop/composables/useResizeGridColumns.ts
|
||||||
|
app/frontend/apps/desktop/composables/useUserTaskbarTab.ts
|
||||||
app/frontend/apps/desktop/composables/useElementScroll.ts
|
app/frontend/apps/desktop/composables/useElementScroll.ts
|
||||||
app/frontend/apps/desktop/composables/useBetaDisclaimer.ts
|
app/frontend/apps/desktop/composables/useBetaDisclaimer.ts
|
||||||
app/frontend/apps/desktop/composables/useFilePreviewViewer.ts
|
app/frontend/apps/desktop/composables/useFilePreviewViewer.ts
|
||||||
|
|
@ -5997,12 +6000,12 @@ app/frontend/apps/desktop/initializer/assets/pencil.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/eye-slash.svg
|
app/frontend/apps/desktop/initializer/assets/eye-slash.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/reply-all.svg
|
app/frontend/apps/desktop/initializer/assets/reply-all.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/snippet.svg
|
app/frontend/apps/desktop/initializer/assets/snippet.svg
|
||||||
|
app/frontend/apps/desktop/initializer/assets/user-add.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/list-ol.svg
|
app/frontend/apps/desktop/initializer/assets/list-ol.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/hand-thumbs-up.svg
|
app/frontend/apps/desktop/initializer/assets/hand-thumbs-up.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/pin.svg
|
app/frontend/apps/desktop/initializer/assets/pin.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/floppy.svg
|
app/frontend/apps/desktop/initializer/assets/floppy.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/x-circle.svg
|
app/frontend/apps/desktop/initializer/assets/x-circle.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/person-add.svg
|
|
||||||
app/frontend/apps/desktop/initializer/assets/lock.svg
|
app/frontend/apps/desktop/initializer/assets/lock.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/chat-right-text.svg
|
app/frontend/apps/desktop/initializer/assets/chat-right-text.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/user.svg
|
app/frontend/apps/desktop/initializer/assets/user.svg
|
||||||
|
|
@ -6017,7 +6020,6 @@ app/frontend/apps/desktop/initializer/assets/input-cursor-text.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/no-notifications.svg
|
app/frontend/apps/desktop/initializer/assets/no-notifications.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/user-inactive.svg
|
app/frontend/apps/desktop/initializer/assets/user-inactive.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/delete-table.svg
|
app/frontend/apps/desktop/initializer/assets/delete-table.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/person-gear.svg
|
|
||||||
app/frontend/apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
app/frontend/apps/desktop/initializer/assets/i-doit-logo-dark.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/organization-edit.svg
|
app/frontend/apps/desktop/initializer/assets/organization-edit.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/type-h.svg
|
app/frontend/apps/desktop/initializer/assets/type-h.svg
|
||||||
|
|
@ -6132,6 +6134,7 @@ app/frontend/apps/desktop/initializer/assets/book.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/file-email.svg
|
app/frontend/apps/desktop/initializer/assets/file-email.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/text-indent-right.svg
|
app/frontend/apps/desktop/initializer/assets/text-indent-right.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/google.svg
|
app/frontend/apps/desktop/initializer/assets/google.svg
|
||||||
|
app/frontend/apps/desktop/initializer/assets/user-settings.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/type-strikethrough.svg
|
app/frontend/apps/desktop/initializer/assets/type-strikethrough.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/wifi-off.svg
|
app/frontend/apps/desktop/initializer/assets/wifi-off.svg
|
||||||
app/frontend/apps/desktop/initializer/assets/logo-flat.svg
|
app/frontend/apps/desktop/initializer/assets/logo-flat.svg
|
||||||
|
|
@ -10152,7 +10155,6 @@ app/assets/javascripts/app/lib/.gitkeep
|
||||||
app/assets/javascripts/app/lib/animations/velocity.min.js
|
app/assets/javascripts/app/lib/animations/velocity.min.js
|
||||||
app/assets/javascripts/app/lib/animations/velocity.ui.js
|
app/assets/javascripts/app/lib/animations/velocity.ui.js
|
||||||
app/assets/javascripts/app/lib/base/email-addresses.js
|
app/assets/javascripts/app/lib/base/email-addresses.js
|
||||||
app/assets/javascripts/app/lib/base/webauthn-json.js
|
|
||||||
app/assets/javascripts/app/lib/base/seedrandom.js
|
app/assets/javascripts/app/lib/base/seedrandom.js
|
||||||
app/assets/javascripts/app/lib/base/jquery.hotkeys.js
|
app/assets/javascripts/app/lib/base/jquery.hotkeys.js
|
||||||
app/assets/javascripts/app/lib/base/ua-parser.js
|
app/assets/javascripts/app/lib/base/ua-parser.js
|
||||||
|
|
|
||||||
|
|
@ -1534,9 +1534,8 @@ hp/video
|
||||||
hpc/*/supported-applications.aspx?
|
hpc/*/supported-applications.aspx?
|
||||||
hpm
|
hpm
|
||||||
hpmob
|
hpmob
|
||||||
http://amazon.co.uk/robots.txt
|
http://discord.gg/robots.txt
|
||||||
http://eventbrite.com/robots.txt
|
http://maps.app.goo.gl/robots.txt
|
||||||
http://mozilla.org/robots.txt
|
|
||||||
http://s3.amazonaws.com/robots.txt
|
http://s3.amazonaws.com/robots.txt
|
||||||
hub?category=
|
hub?category=
|
||||||
hz/contact-us/ajax/initiate-trusted-contact
|
hz/contact-us/ajax/initiate-trusted-contact
|
||||||
|
|
@ -3251,7 +3250,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
||||||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||||
wiki/Wikipedia_talk%3AAbuse_reports
|
wiki/Wikipedia_talk%3AAbuse_reports
|
||||||
wiki/Wikipedia_talk%3AAbuse_response
|
wiki/Wikipedia_talk%3AAbuse_response
|
||||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://apps.apple.com/robots.txt
|
wiki/Wikipedia_talk%3AAdministrator_electionshttp://medium.com/robots.txt
|
||||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||||
wiki/Wikipedia_talk%3AAdministrator_review
|
wiki/Wikipedia_talk%3AAdministrator_review
|
||||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue