mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-11 17:49:02 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
0daf37370d
commit
bb68e733f6
21 changed files with 1944 additions and 1729 deletions
|
|
@ -206,6 +206,9 @@ ProductTest.php
|
|||
test/phpunit/AdminLibTest.php
|
||||
phpunit/AdminLibTest.php
|
||||
AdminLibTest.php
|
||||
test/phpunit/DolDeprecationHandlerTest.php
|
||||
phpunit/DolDeprecationHandlerTest.php
|
||||
DolDeprecationHandlerTest.php
|
||||
test/phpunit/WebservicesOtherTest.php
|
||||
phpunit/WebservicesOtherTest.php
|
||||
WebservicesOtherTest.php
|
||||
|
|
@ -7073,6 +7076,10 @@ htdocs/core/class/ldap.class.php
|
|||
core/class/ldap.class.php
|
||||
class/ldap.class.php
|
||||
ldap.class.php
|
||||
htdocs/core/class/doldeprecationhandler.class.php
|
||||
core/class/doldeprecationhandler.class.php
|
||||
class/doldeprecationhandler.class.php
|
||||
doldeprecationhandler.class.php
|
||||
htdocs/core/class/translate.class.php
|
||||
core/class/translate.class.php
|
||||
class/translate.class.php
|
||||
|
|
|
|||
|
|
@ -68,6 +68,7 @@ test/phpunit/CoreTest.php
|
|||
test/phpunit/ChargeSocialesTest.php
|
||||
test/phpunit/ProductTest.php
|
||||
test/phpunit/AdminLibTest.php
|
||||
test/phpunit/DolDeprecationHandlerTest.php
|
||||
test/phpunit/WebservicesOtherTest.php
|
||||
test/phpunit/GetUrlLibTest.php
|
||||
test/phpunit/textutf8.txt
|
||||
|
|
@ -1580,6 +1581,7 @@ htdocs/core/login/functions_forceuser.php
|
|||
htdocs/core/get_menudiv.php
|
||||
htdocs/core/class/discount.class.php
|
||||
htdocs/core/class/ldap.class.php
|
||||
htdocs/core/class/doldeprecationhandler.class.php
|
||||
htdocs/core/class/translate.class.php
|
||||
htdocs/core/class/timespent.class.php
|
||||
htdocs/core/class/workboardresponse.class.php
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1279,6 +1279,8 @@ core/assets/vendor/jquery/jquery.min.map
|
|||
core/assets/vendor/backbone/backbone-min.js
|
||||
core/assets/vendor/backbone/backbone-min.js.map
|
||||
core/assets/vendor/backbone/backbone.js
|
||||
core/assets/schemas/v1/metadata-full.schema.json
|
||||
core/assets/schemas/v1/metadata.schema.json
|
||||
core/phpstan-partial.neon
|
||||
core/.prettierignore
|
||||
core/core.libraries.yml
|
||||
|
|
@ -1442,6 +1444,7 @@ core/themes/starterkit_theme/images/icons/error.svg
|
|||
core/themes/starterkit_theme/images/icons/check.svg
|
||||
core/themes/starterkit_theme/logo.svg
|
||||
core/themes/starterkit_theme/starterkit_theme.libraries.yml
|
||||
core/themes/starterkit_theme/starterkit_theme.starterkit.yml
|
||||
core/themes/starterkit_theme/starterkit_theme.info.yml
|
||||
core/themes/starterkit_theme/README.md
|
||||
core/themes/starterkit_theme/src/StarterKit.php
|
||||
|
|
@ -2301,6 +2304,16 @@ core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-defaul
|
|||
core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-cc.json
|
||||
core/modules/system/tests/fixtures/linkset/linkset-menu-main-multilingual-bb.json
|
||||
core/modules/system/tests/logo.svgz
|
||||
core/modules/system/tests/themes/sdc_theme_test/sdc_theme_test.info.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.twig
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/bar/bar.component.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/my-card/my-card.twig
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.twig
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.twig
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.js
|
||||
core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme
|
||||
core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
|
||||
core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html
|
||||
|
|
@ -2324,6 +2337,9 @@ core/modules/system/tests/themes/test_subtheme/test_subtheme.info.yml
|
|||
core/modules/system/tests/themes/test_invalid_basetheme_sub/test_invalid_basetheme_sub.info.yml
|
||||
core/modules/system/tests/themes/test_theme_settings_features/test_theme_settings_features.info.yml
|
||||
core/modules/system/tests/themes/test_theme_settings_features/config/schema/test_theme_settings_features.schema.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.twig
|
||||
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.component.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml
|
||||
core/modules/system/tests/themes/test_invalid_basetheme/test_invalid_basetheme.info.yml
|
||||
core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/test_theme_twig_registry_loader_theme.info.yml
|
||||
core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-include.html.twig
|
||||
|
|
@ -2341,6 +2357,9 @@ core/modules/system/tests/themes/test_core_semver/test_core_semver.info.yml
|
|||
core/modules/system/tests/themes/test_theme_settings/test_theme_settings.info.yml
|
||||
core/modules/system/tests/themes/test_theme_settings/config/schema/test_theme_settings.schema.yml
|
||||
core/modules/system/tests/themes/test_theme_settings/theme-settings.php
|
||||
core/modules/system/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.twig
|
||||
core/modules/system/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml
|
||||
core/modules/system/tests/themes/test_basetheme/test_basetheme.libraries.yml
|
||||
core/modules/system/tests/themes/test_basetheme/config/schema/test_basetheme.schema.yml
|
||||
core/modules/system/tests/themes/test_basetheme/config/install/test_basetheme.settings.yml
|
||||
|
|
@ -2397,6 +2416,9 @@ core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/tes
|
|||
core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_module_compatible_constraint/test_module_compatible_constraint.info.yml
|
||||
core/modules/system/tests/themes/test_theme_depending_on_constrained_modules/test_theme_depending_on_constrained_modules.info.yml
|
||||
core/modules/system/tests/themes/experimental_theme_test/experimental_theme_test.info.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/sdc_theme_test_enforce_schema.info.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.component.yml
|
||||
core/modules/system/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.twig
|
||||
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml
|
||||
core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php
|
||||
core/modules/system/tests/https.php
|
||||
|
|
@ -2784,6 +2806,21 @@ core/modules/system/tests/modules/post_update_test_failing/post_update_test_fail
|
|||
core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php
|
||||
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
|
||||
core/modules/system/tests/modules/entity_schema_test/entity_schema_test.info.yml
|
||||
core/modules/system/tests/modules/sdc_test/sdc_test.info.yml
|
||||
core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.js
|
||||
core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.twig
|
||||
core/modules/system/tests/modules/sdc_test/components/my-cta/my-cta.component.yml
|
||||
core/modules/system/tests/modules/sdc_test/components/my-button/my-button.component.yml
|
||||
core/modules/system/tests/modules/sdc_test/components/my-button/my-button.twig
|
||||
core/modules/system/tests/modules/sdc_test/components/my-button/my-button.js
|
||||
core/modules/system/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml
|
||||
core/modules/system/tests/modules/sdc_test/components/array-to-object/array-to-object.twig
|
||||
core/modules/system/tests/modules/sdc_test/components/no-props/no-props.component.yml
|
||||
core/modules/system/tests/modules/sdc_test/components/no-props/no-props.twig
|
||||
core/modules/system/tests/modules/sdc_test/components/my-banner/my-banner.component.yml
|
||||
core/modules/system/tests/modules/sdc_test/components/my-banner/my-banner.twig
|
||||
core/modules/system/tests/modules/sdc_test/src/Controller/ServerEndpointController.php
|
||||
core/modules/system/tests/modules/sdc_test/sdc_test.routing.yml
|
||||
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.services.yml
|
||||
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.info.yml
|
||||
core/modules/system/tests/modules/lazy_route_provider_install_test/lazy_route_provider_install_test.module
|
||||
|
|
@ -2795,6 +2832,12 @@ core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTest
|
|||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/NonInheritingBundleClass.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestAmbiguousBundleClass.php
|
||||
core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/EntityTestVariant.php
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
|
||||
core/modules/system/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml
|
||||
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.routing.yml
|
||||
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.info.yml
|
||||
core/modules/system/tests/modules/twig_extension_test/twig_extension_test.module
|
||||
|
|
@ -2868,6 +2911,9 @@ core/modules/system/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php
|
|||
core/modules/system/tests/modules/system_dependencies_test/system_dependencies_test.info.yml
|
||||
core/modules/system/tests/modules/system_mail_failure_test/system_mail_failure_test.info.yml
|
||||
core/modules/system/tests/modules/system_mail_failure_test/src/Plugin/Mail/TestPhpMailFailure.php
|
||||
core/modules/system/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml
|
||||
core/modules/system/tests/modules/sdc_test_replacements_invalid/components/foo/foo.component.yml
|
||||
core/modules/system/tests/modules/sdc_test_replacements_invalid/components/foo/foo.twig
|
||||
core/modules/system/tests/modules/cache_test/cache_test.info.yml
|
||||
core/modules/system/tests/modules/cache_test/src/Controller/CacheTestController.php
|
||||
core/modules/system/tests/modules/cache_test/cache_test.routing.yml
|
||||
|
|
@ -2876,6 +2922,10 @@ core/modules/system/tests/modules/accept_header_routing_test/accept_header_routi
|
|||
core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
|
||||
core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php
|
||||
core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
|
||||
core/modules/system/tests/modules/sdc_test_replacements/sdc_test_replacements.info.yml
|
||||
core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml
|
||||
core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.twig
|
||||
core/modules/system/tests/modules/sdc_test_replacements/components/my-button/my-button.js
|
||||
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.libraries.yml
|
||||
core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml
|
||||
core/modules/system/tests/modules/dialog_renderer_test/src/Controller/TestController.php
|
||||
|
|
@ -3209,6 +3259,9 @@ core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php
|
|||
core/modules/system/tests/modules/entity_test/entity_test.permissions.yml
|
||||
core/modules/system/tests/modules/entity_test/entity_test.install
|
||||
core/modules/system/tests/modules/entity_test/entity_test.links.task.yml
|
||||
core/modules/system/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.twig
|
||||
core/modules/system/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.component.yml
|
||||
core/modules/system/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml
|
||||
core/modules/system/tests/modules/js_message_test/js_message_test.libraries.yml
|
||||
core/modules/system/tests/modules/js_message_test/js/js_message_test.js
|
||||
core/modules/system/tests/modules/js_message_test/js_message_test.info.yml
|
||||
|
|
@ -4823,92 +4876,7 @@ core/modules/migrate/src/MigrateMessage.php
|
|||
core/modules/migrate/migrate.routing.yml
|
||||
core/modules/sdc/sdc.module
|
||||
core/modules/sdc/sdc.info.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/sdc_theme_test.info.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.twig
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/bar/bar.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/my-card/my-card.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/my-card/my-card.twig
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/mismatching-folder-name/foo.twig
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.twig
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test/components/lib-overrides/lib-overrides.js
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.twig
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/components/my-card-no-schema/my-card-no-schema.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema_invalid/sdc_theme_test_enforce_schema_invalid.info.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_base/sdc_theme_test_base.info.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.twig
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_base/components/my-card-no-schema/my-card-no-schema.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/sdc_theme_test_enforce_schema.info.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.component.yml
|
||||
core/modules/sdc/tests/themes/sdc_theme_test_enforce_schema/components/my-card/my-card.twig
|
||||
core/modules/sdc/tests/modules/sdc_test/sdc_test.info.yml
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.js
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.twig
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-cta/my-cta.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.twig
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-button/my-button.js
|
||||
core/modules/sdc/tests/modules/sdc_test/components/array-to-object/array-to-object.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test/components/array-to-object/array-to-object.twig
|
||||
core/modules/sdc/tests/modules/sdc_test/components/no-props/no-props.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test/components/no-props/no-props.twig
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-banner/my-banner.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test/components/my-banner/my-banner.twig
|
||||
core/modules/sdc/tests/modules/sdc_test/src/Controller/ServerEndpointController.php
|
||||
core/modules/sdc/tests/modules/sdc_test/sdc_test.routing.yml
|
||||
core/modules/sdc/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.info.yml
|
||||
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Extension/TestProfilerExtension.php
|
||||
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/NodeVisitor/TestNodeVisitor.php
|
||||
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/LeaveProfileNode.php
|
||||
core/modules/sdc/tests/modules/sdc_other_node_visitor/src/Twig/Profiler/EnterProfileNode.php
|
||||
core/modules/sdc/tests/modules/sdc_other_node_visitor/sdc_other_node_visitor.services.yml
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements_invalid/sdc_test_replacements_invalid.info.yml
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements_invalid/components/foo/foo.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements_invalid/components/foo/foo.twig
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements/sdc_test_replacements.info.yml
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.twig
|
||||
core/modules/sdc/tests/modules/sdc_test_replacements/components/my-button/my-button.js
|
||||
core/modules/sdc/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.twig
|
||||
core/modules/sdc/tests/modules/sdc_test_invalid/components/my-card-no-schema/my-card-no-schema.component.yml
|
||||
core/modules/sdc/tests/modules/sdc_test_invalid/sdc_test_invalid.info.yml
|
||||
core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php
|
||||
core/modules/sdc/tests/src/Traits/ComponentRendererTrait.php
|
||||
core/modules/sdc/tests/src/Functional/GenericTest.php
|
||||
core/modules/sdc/tests/src/Functional/ComponentRenderTest.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentKernelTestBase.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentNegotiatorTest.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentRenderInvalidTest.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentNodeVisitorTest.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentInvalidReplacementTest.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentPluginManagerTest.php
|
||||
core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php
|
||||
core/modules/sdc/tests/src/Unit/ComponentMetadataTest.php
|
||||
core/modules/sdc/tests/src/Unit/ComponentValidatorTest.php
|
||||
core/modules/sdc/tests/src/Unit/UtilitiesTest.php
|
||||
core/modules/sdc/tests/src/Unit/SchemaCompatibilityCheckerTest.php
|
||||
core/modules/sdc/src/ComponentNegotiator.php
|
||||
core/modules/sdc/src/Exception/IncompatibleComponentSchema.php
|
||||
core/modules/sdc/src/Exception/InvalidComponentDataException.php
|
||||
core/modules/sdc/src/Exception/ComponentNotFoundException.php
|
||||
core/modules/sdc/src/Exception/InvalidComponentException.php
|
||||
core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
|
||||
core/modules/sdc/src/Plugin/Discovery/RegexRecursiveFilterIterator.php
|
||||
core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
|
||||
core/modules/sdc/src/Plugin/Component.php
|
||||
core/modules/sdc/src/ComponentPluginManager.php
|
||||
core/modules/sdc/src/ExtensionType.php
|
||||
core/modules/sdc/src/Element/ComponentElement.php
|
||||
core/modules/sdc/src/Utilities.php
|
||||
core/modules/sdc/src/metadata-full.schema.json
|
||||
core/modules/sdc/src/Component/ComponentMetadata.php
|
||||
core/modules/sdc/src/Component/ComponentValidator.php
|
||||
core/modules/sdc/src/Component/SchemaCompatibilityChecker.php
|
||||
core/modules/sdc/src/Twig/ComponentNodeVisitor.php
|
||||
core/modules/sdc/src/Twig/TwigExtension.php
|
||||
core/modules/sdc/src/Twig/TwigComponentLoader.php
|
||||
core/modules/sdc/src/metadata.schema.json
|
||||
core/modules/sdc/tests/src/Functional/LibrariesBCLayerTest.php
|
||||
core/modules/sdc/sdc.services.yml
|
||||
core/modules/sdc/README.txt
|
||||
core/modules/phpass/phpass.services.yml
|
||||
|
|
@ -6568,6 +6536,7 @@ core/modules/views/src/Attribute/ViewsDisplay.php
|
|||
core/modules/views/src/Attribute/ViewsArgument.php
|
||||
core/modules/views/src/Attribute/ViewsCache.php
|
||||
core/modules/views/src/Attribute/ViewsFilter.php
|
||||
core/modules/views/src/Attribute/ViewsStyle.php
|
||||
core/modules/views/src/FieldAPIHandlerTrait.php
|
||||
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php
|
||||
core/modules/views/src/EventSubscriber/RouteSubscriber.php
|
||||
|
|
@ -9865,6 +9834,7 @@ core/modules/user/src/Entity/User.php
|
|||
core/modules/user/src/Entity/EntityPermissionsRouteProviderWithCheck.php
|
||||
core/modules/user/src/Entity/EntityPermissionsRouteProvider.php
|
||||
core/modules/user/src/Entity/UserRouteProvider.php
|
||||
core/modules/user/src/UserAuthenticationInterface.php
|
||||
core/modules/user/src/UserAuth.php
|
||||
core/modules/user/src/UserData.php
|
||||
core/modules/user/src/TimeZoneItem.php
|
||||
|
|
@ -12238,6 +12208,7 @@ core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
|
|||
core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
|
||||
core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
|
||||
core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php
|
||||
core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php
|
||||
core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
|
||||
core/tests/Drupal/FunctionalJavascriptTests/Tests/DrupalSelenium2DriverTest.php
|
||||
core/tests/Drupal/FunctionalJavascriptTests/Tests/JSInteractionTest.php
|
||||
|
|
@ -12246,6 +12217,7 @@ core/tests/Drupal/BuildTests/Framework/Tests/HtRouterTest.php
|
|||
core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php
|
||||
core/tests/Drupal/BuildTests/TestSiteApplication/InstallTest.php
|
||||
core/tests/Drupal/BuildTests/QuickStart/QuickStartTestBase.php
|
||||
core/tests/Drupal/BuildTests/Command/GenerateThemeTest.php
|
||||
core/tests/Drupal/BuildTests/Composer/ComposerBuildTestBase.php
|
||||
core/tests/Drupal/BuildTests/Composer/Component/ComponentsTaggedReleaseTest.php
|
||||
core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php
|
||||
|
|
@ -12442,6 +12414,7 @@ core/tests/Drupal/KernelTests/Core/Installer/InstallerRedirectTraitTest.php
|
|||
core/tests/Drupal/KernelTests/Core/Installer/InstallerLanguageTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Queue/QueueSerializationTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Queue/QueueTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Session/UserRolesPermissionsTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Session/SessionManagerDestroyNoCliCheckTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php
|
||||
core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php
|
||||
|
|
@ -12640,6 +12613,10 @@ core/tests/Drupal/KernelTests/KernelTestBaseTest.php
|
|||
core/tests/Drupal/KernelTests/RouteProvider.php
|
||||
core/tests/Drupal/KernelTests/RequestProcessing/RedirectOnExceptionTest.php
|
||||
core/tests/Drupal/KernelTests/KernelTestBaseShutdownTest.php
|
||||
core/tests/Drupal/KernelTests/Components/ComponentRenderInvalidTest.php
|
||||
core/tests/Drupal/KernelTests/Components/ComponentNodeVisitorTest.php
|
||||
core/tests/Drupal/KernelTests/Components/ComponentInvalidReplacementTest.php
|
||||
core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php
|
||||
core/tests/Drupal/KernelTests/AssertConfigTrait.php
|
||||
core/tests/Drupal/Tests/WebAssert.php
|
||||
core/tests/Drupal/Tests/DocumentElement.php
|
||||
|
|
@ -12801,6 +12778,12 @@ core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php
|
|||
core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/CoreThemesAutoloadedForTests.php
|
||||
core/tests/Drupal/Tests/Core/Theme/Component/ComponentMetadataTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/Component/ComponentKernelTestBase.php
|
||||
core/tests/Drupal/Tests/Core/Theme/Component/ComponentValidatorTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/Component/ComponentNegotiatorTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/Component/ComponentPluginManagerTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/Component/SchemaCompatibilityCheckerTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
|
||||
core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
|
||||
core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php
|
||||
|
|
@ -12922,10 +12905,13 @@ core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php
|
|||
core/tests/Drupal/Tests/Core/Queue/QueueExceptionsTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/WriteSafeSessionHandlerTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/AnonymousUserSessionTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/AccountProxyTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/UserRolesAccessPolicyTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/CalculatedPermissionsItemTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/UserSessionTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/PermissionCheckerTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/PermissionsHashGeneratorTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/SessionConfigurationTest.php
|
||||
core/tests/Drupal/Tests/Core/Session/MetadataBagTest.php
|
||||
|
|
@ -13007,7 +12993,6 @@ core/tests/Drupal/Tests/Core/Routing/CurrentRouteMatchTest.php
|
|||
core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbManagerTest.php
|
||||
core/tests/Drupal/Tests/Core/Breadcrumb/BreadcrumbTest.php
|
||||
core/tests/Drupal/Tests/Core/Command/QuickStartTest.php
|
||||
core/tests/Drupal/Tests/Core/Command/GenerateThemeTest.php
|
||||
core/tests/Drupal/Tests/Core/Block/BlockManagerTest.php
|
||||
core/tests/Drupal/Tests/Core/Block/BlockBaseTest.php
|
||||
core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php
|
||||
|
|
@ -13475,6 +13460,7 @@ core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php
|
|||
core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
|
||||
core/tests/Drupal/FunctionalTests/BrowserTestBaseUserAgentTest.php
|
||||
core/tests/Drupal/FunctionalTests/Menu/MenuActiveTrail403Test.php
|
||||
core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php
|
||||
core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
|
||||
core/tests/Drupal/FunctionalTests/Rest/EntityViewModeJsonCookieTest.php
|
||||
core/tests/Drupal/FunctionalTests/Rest/EntityViewDisplayResourceTestBase.php
|
||||
|
|
@ -14364,7 +14350,6 @@ core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.p
|
|||
core/lib/Drupal/Core/EventSubscriber/ModuleRouteSubscriber.php
|
||||
core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
|
||||
core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
|
||||
core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php
|
||||
core/lib/Drupal/Core/EventSubscriber/ClientErrorResponseSubscriber.php
|
||||
core/lib/Drupal/Core/EventSubscriber/ExcludedModulesEventSubscriber.php
|
||||
core/lib/Drupal/Core/EventSubscriber/AuthenticationSubscriber.php
|
||||
|
|
@ -14563,6 +14548,7 @@ core/lib/Drupal/Core/Plugin/ContextAwarePluginTrait.php
|
|||
core/lib/Drupal/Core/Plugin/ObjectWithPluginCollectionInterface.php
|
||||
core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php
|
||||
core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/InfoHookDecorator.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php
|
||||
|
|
@ -14573,6 +14559,8 @@ core/lib/Drupal/Core/Plugin/Discovery/YamlDiscoveryDecorator.php
|
|||
core/lib/Drupal/Core/Plugin/Discovery/ContainerDerivativeDiscoveryDecorator.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/AttributeDiscoveryWithAnnotations.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/RegexRecursiveFilterIterator.php
|
||||
core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
|
||||
core/lib/Drupal/Core/Plugin/ContextAwarePluginInterface.php
|
||||
core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php
|
||||
core/lib/Drupal/Core/Plugin/Definition/DependentPluginDefinitionTrait.php
|
||||
|
|
@ -14582,6 +14570,7 @@ core/lib/Drupal/Core/Plugin/PluginFormInterface.php
|
|||
core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php
|
||||
core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php
|
||||
core/lib/Drupal/Core/Plugin/plugin.api.php
|
||||
core/lib/Drupal/Core/Plugin/Component.php
|
||||
core/lib/Drupal/Core/Plugin/PluginFormFactory.php
|
||||
core/lib/Drupal/Core/Plugin/CategorizingPluginManagerTrait.php
|
||||
core/lib/Drupal/Core/Plugin/PluginManagerPass.php
|
||||
|
|
@ -14757,6 +14746,7 @@ core/lib/Drupal/Core/Render/Element/PathElement.php
|
|||
core/lib/Drupal/Core/Render/Element/Html.php
|
||||
core/lib/Drupal/Core/Render/Element/PageTitle.php
|
||||
core/lib/Drupal/Core/Render/Element/Fieldgroup.php
|
||||
core/lib/Drupal/Core/Render/Element/ComponentElement.php
|
||||
core/lib/Drupal/Core/Render/Element/ElementInterface.php
|
||||
core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php
|
||||
core/lib/Drupal/Core/Render/Element/Pager.php
|
||||
|
|
@ -14785,6 +14775,10 @@ core/lib/Drupal/Core/Render/Annotation/FormElement.php
|
|||
core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php
|
||||
core/lib/Drupal/Core/Render/RenderableInterface.php
|
||||
core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php
|
||||
core/lib/Drupal/Core/Render/Component/Exception/IncompatibleComponentSchema.php
|
||||
core/lib/Drupal/Core/Render/Component/Exception/InvalidComponentDataException.php
|
||||
core/lib/Drupal/Core/Render/Component/Exception/ComponentNotFoundException.php
|
||||
core/lib/Drupal/Core/Render/Component/Exception/InvalidComponentException.php
|
||||
core/lib/Drupal/Core/Render/AttachmentsTrait.php
|
||||
core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php
|
||||
core/lib/Drupal/Core/Render/RenderCache.php
|
||||
|
|
@ -14807,14 +14801,20 @@ core/lib/Drupal/Core/Annotation/ContextDefinition.php
|
|||
core/lib/Drupal/Core/Annotation/PluralTranslation.php
|
||||
core/lib/Drupal/Core/Annotation/QueueWorker.php
|
||||
core/lib/Drupal/Core/Annotation/Translation.php
|
||||
core/lib/Drupal/Core/Theme/ComponentNegotiator.php
|
||||
core/lib/Drupal/Core/Theme/ThemeSettings.php
|
||||
core/lib/Drupal/Core/Theme/ThemeInitialization.php
|
||||
core/lib/Drupal/Core/Theme/ThemeInitializationInterface.php
|
||||
core/lib/Drupal/Core/Theme/ComponentPluginManager.php
|
||||
core/lib/Drupal/Core/Theme/ExtensionType.php
|
||||
core/lib/Drupal/Core/Theme/DefaultNegotiator.php
|
||||
core/lib/Drupal/Core/Theme/MissingThemeDependencyException.php
|
||||
core/lib/Drupal/Core/Theme/StarterKitInterface.php
|
||||
core/lib/Drupal/Core/Theme/ThemeNegotiatorInterface.php
|
||||
core/lib/Drupal/Core/Theme/ActiveTheme.php
|
||||
core/lib/Drupal/Core/Theme/Component/ComponentMetadata.php
|
||||
core/lib/Drupal/Core/Theme/Component/ComponentValidator.php
|
||||
core/lib/Drupal/Core/Theme/Component/SchemaCompatibilityChecker.php
|
||||
core/lib/Drupal/Core/Theme/ThemeManager.php
|
||||
core/lib/Drupal/Core/Theme/ThemeManagerInterface.php
|
||||
core/lib/Drupal/Core/Theme/Registry.php
|
||||
|
|
@ -15233,6 +15233,7 @@ core/lib/Drupal/Core/Session/CalculatedPermissionsItem.php
|
|||
core/lib/Drupal/Core/Session/MetadataBag.php
|
||||
core/lib/Drupal/Core/Session/SessionManagerInterface.php
|
||||
core/lib/Drupal/Core/Session/SessionConfigurationInterface.php
|
||||
core/lib/Drupal/Core/Session/UserRolesAccessPolicy.php
|
||||
core/lib/Drupal/Core/Session/AccountSetEvent.php
|
||||
core/lib/Drupal/Core/Session/AccountEvents.php
|
||||
core/lib/Drupal/Core/Session/AccessPolicyInterface.php
|
||||
|
|
@ -15252,6 +15253,7 @@ core/lib/Drupal/Core/Session/WriteSafeSessionHandler.php
|
|||
core/lib/Drupal/Core/Session/SessionHandler.php
|
||||
core/lib/Drupal/Core/Session/ResponseKeepSessionOpenInterface.php
|
||||
core/lib/Drupal/Core/Session/SessionConfiguration.php
|
||||
core/lib/Drupal/Core/Session/SuperUserAccessPolicy.php
|
||||
core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php
|
||||
core/lib/Drupal/Core/Session/AccountProxy.php
|
||||
core/lib/Drupal/Core/Session/PermissionChecker.php
|
||||
|
|
@ -15272,12 +15274,14 @@ core/lib/Drupal/Core/StringTranslation/StringTranslationTrait.php
|
|||
core/lib/Drupal/Core/StringTranslation/TranslationInterface.php
|
||||
core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php
|
||||
core/lib/Drupal/Core/Template/TwigNodeTrans.php
|
||||
core/lib/Drupal/Core/Template/Loader/ComponentLoader.php
|
||||
core/lib/Drupal/Core/Template/Loader/StringLoader.php
|
||||
core/lib/Drupal/Core/Template/Loader/ThemeRegistryLoader.php
|
||||
core/lib/Drupal/Core/Template/Loader/FilesystemLoader.php
|
||||
core/lib/Drupal/Core/Template/TwigEnvironment.php
|
||||
core/lib/Drupal/Core/Template/AttributeBoolean.php
|
||||
core/lib/Drupal/Core/Template/TwigNodeVisitor.php
|
||||
core/lib/Drupal/Core/Template/ComponentNodeVisitor.php
|
||||
core/lib/Drupal/Core/Template/AttributeValueBase.php
|
||||
core/lib/Drupal/Core/Template/TwigPhpStorageCache.php
|
||||
core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php
|
||||
|
|
@ -15285,6 +15289,7 @@ core/lib/Drupal/Core/Template/TwigSandboxPolicy.php
|
|||
core/lib/Drupal/Core/Template/AttributeString.php
|
||||
core/lib/Drupal/Core/Template/Attribute.php
|
||||
core/lib/Drupal/Core/Template/TwigTransTokenParser.php
|
||||
core/lib/Drupal/Core/Template/ComponentsTwigExtension.php
|
||||
core/lib/Drupal/Core/Template/AttributeHelper.php
|
||||
core/lib/Drupal/Core/Template/TwigExtension.php
|
||||
core/lib/Drupal/Core/Template/AttributeArray.php
|
||||
|
|
|
|||
|
|
@ -13423,6 +13423,8 @@ dev/PHPStan/Extensions/EntityManagerReturnType.php
|
|||
PHPStan/Extensions/EntityManagerReturnType.php
|
||||
Extensions/EntityManagerReturnType.php
|
||||
EntityManagerReturnType.php
|
||||
dev/vendor-cleanup.php
|
||||
vendor-cleanup.php
|
||||
application/Espo/Hooks/Note/WebSocketSubmit.php
|
||||
Espo/Hooks/Note/WebSocketSubmit.php
|
||||
Hooks/Note/WebSocketSubmit.php
|
||||
|
|
|
|||
|
|
@ -2354,6 +2354,7 @@ html/main.html
|
|||
composer.json
|
||||
dev/set-config-params.php
|
||||
dev/PHPStan/Extensions/EntityManagerReturnType.php
|
||||
dev/vendor-cleanup.php
|
||||
application/Espo/Hooks/Note/WebSocketSubmit.php
|
||||
application/Espo/Hooks/Note/Mentions.php
|
||||
application/Espo/Hooks/Note/Notifications.php
|
||||
|
|
|
|||
|
|
@ -22446,6 +22446,11 @@ admin/tests/acceptance/authentication-test.js
|
|||
tests/acceptance/authentication-test.js
|
||||
acceptance/authentication-test.js
|
||||
authentication-test.js
|
||||
ghost/admin/tests/acceptance/onboarding-test.js
|
||||
admin/tests/acceptance/onboarding-test.js
|
||||
tests/acceptance/onboarding-test.js
|
||||
acceptance/onboarding-test.js
|
||||
onboarding-test.js
|
||||
ghost/admin/tests/acceptance/signup-test.js
|
||||
admin/tests/acceptance/signup-test.js
|
||||
tests/acceptance/signup-test.js
|
||||
|
|
@ -24884,6 +24889,11 @@ admin/app/services/billing.js
|
|||
app/services/billing.js
|
||||
services/billing.js
|
||||
billing.js
|
||||
ghost/admin/app/services/onboarding.js
|
||||
admin/app/services/onboarding.js
|
||||
app/services/onboarding.js
|
||||
services/onboarding.js
|
||||
onboarding.js
|
||||
ghost/admin/app/services/utils.js
|
||||
admin/app/services/utils.js
|
||||
app/services/utils.js
|
||||
|
|
@ -25294,6 +25304,11 @@ admin/app/helpers/integration-icon-style.js
|
|||
app/helpers/integration-icon-style.js
|
||||
helpers/integration-icon-style.js
|
||||
integration-icon-style.js
|
||||
ghost/admin/app/helpers/onboarding-step-class.js
|
||||
admin/app/helpers/onboarding-step-class.js
|
||||
app/helpers/onboarding-step-class.js
|
||||
helpers/onboarding-step-class.js
|
||||
onboarding-step-class.js
|
||||
ghost/admin/app/helpers/first-name.js
|
||||
admin/app/helpers/first-name.js
|
||||
app/helpers/first-name.js
|
||||
|
|
@ -25329,6 +25344,11 @@ admin/app/helpers/noop.js
|
|||
app/helpers/noop.js
|
||||
helpers/noop.js
|
||||
noop.js
|
||||
ghost/admin/app/helpers/is-onboarding-step-completed.js
|
||||
admin/app/helpers/is-onboarding-step-completed.js
|
||||
app/helpers/is-onboarding-step-completed.js
|
||||
helpers/is-onboarding-step-completed.js
|
||||
is-onboarding-step-completed.js
|
||||
ghost/admin/app/helpers/event-name.js
|
||||
admin/app/helpers/event-name.js
|
||||
app/helpers/event-name.js
|
||||
|
|
@ -27459,6 +27479,13 @@ admin/app/components/liquid-container.js
|
|||
app/components/liquid-container.js
|
||||
components/liquid-container.js
|
||||
liquid-container.js
|
||||
ghost/admin/app/components/dashboard/onboarding/step.hbs
|
||||
admin/app/components/dashboard/onboarding/step.hbs
|
||||
app/components/dashboard/onboarding/step.hbs
|
||||
components/dashboard/onboarding/step.hbs
|
||||
dashboard/onboarding/step.hbs
|
||||
onboarding/step.hbs
|
||||
step.hbs
|
||||
ghost/admin/app/components/dashboard/prototype/control-panel.js
|
||||
admin/app/components/dashboard/prototype/control-panel.js
|
||||
app/components/dashboard/prototype/control-panel.js
|
||||
|
|
|
|||
|
|
@ -3439,6 +3439,7 @@ ghost/admin/tests/acceptance/signin-test.js
|
|||
ghost/admin/tests/acceptance/members-test.js
|
||||
ghost/admin/tests/acceptance/offers-test.js
|
||||
ghost/admin/tests/acceptance/authentication-test.js
|
||||
ghost/admin/tests/acceptance/onboarding-test.js
|
||||
ghost/admin/tests/acceptance/signup-test.js
|
||||
ghost/admin/tests/acceptance/error-handling-test.js
|
||||
ghost/admin/tests/acceptance/tags-test.js
|
||||
|
|
@ -3878,6 +3879,7 @@ ghost/admin/app/services/ajax.js
|
|||
ghost/admin/app/services/explore.js
|
||||
ghost/admin/app/services/limit.js
|
||||
ghost/admin/app/services/billing.js
|
||||
ghost/admin/app/services/onboarding.js
|
||||
ghost/admin/app/services/utils.js
|
||||
ghost/admin/app/modifiers/scroll-into-view.js
|
||||
ghost/admin/app/modifiers/movable.js
|
||||
|
|
@ -3960,6 +3962,7 @@ ghost/admin/app/helpers/activity-feed-fetcher.js
|
|||
ghost/admin/app/helpers/feature.js
|
||||
ghost/admin/app/helpers/set-has.js
|
||||
ghost/admin/app/helpers/integration-icon-style.js
|
||||
ghost/admin/app/helpers/onboarding-step-class.js
|
||||
ghost/admin/app/helpers/first-name.js
|
||||
ghost/admin/app/helpers/post-author-names.js
|
||||
ghost/admin/app/helpers/most-recently-updated.js
|
||||
|
|
@ -3967,6 +3970,7 @@ ghost/admin/app/helpers/humanize-recipient-filter.js
|
|||
ghost/admin/app/helpers/members-count-fetcher.js
|
||||
ghost/admin/app/helpers/highlighted-text.js
|
||||
ghost/admin/app/helpers/noop.js
|
||||
ghost/admin/app/helpers/is-onboarding-step-completed.js
|
||||
ghost/admin/app/helpers/event-name.js
|
||||
ghost/admin/app/helpers/most-relevant-subscription.js
|
||||
ghost/admin/app/helpers/parse-history-event.js
|
||||
|
|
@ -4329,6 +4333,7 @@ ghost/admin/app/components/gh-text-input.js
|
|||
ghost/admin/app/components/gh-members-segment-count.js
|
||||
ghost/admin/app/components/gh-dropdown.js
|
||||
ghost/admin/app/components/liquid-container.js
|
||||
ghost/admin/app/components/dashboard/onboarding/step.hbs
|
||||
ghost/admin/app/components/dashboard/prototype/control-panel.js
|
||||
ghost/admin/app/components/dashboard/prototype/control-panel.hbs
|
||||
ghost/admin/app/components/dashboard/charts/engagement.hbs
|
||||
|
|
|
|||
|
|
@ -10726,6 +10726,15 @@ hummingbird/08_menuAndNavigation/03_navigationAndDisplay/03_quickViewProduct.ts
|
|||
08_menuAndNavigation/03_navigationAndDisplay/03_quickViewProduct.ts
|
||||
03_navigationAndDisplay/03_quickViewProduct.ts
|
||||
03_quickViewProduct.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
01_consultCategoriesInHeader.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/02_breadcrumb.ts
|
||||
UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/02_breadcrumb.ts
|
||||
campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/02_breadcrumb.ts
|
||||
|
|
@ -12125,6 +12134,10 @@ tests/Integration/ApiPlatform/AuthorizationServerFeatureListenerTest.php
|
|||
Integration/ApiPlatform/AuthorizationServerFeatureListenerTest.php
|
||||
ApiPlatform/AuthorizationServerFeatureListenerTest.php
|
||||
AuthorizationServerFeatureListenerTest.php
|
||||
tests/Integration/ApiPlatform/DisabledEndpointsTest.php
|
||||
Integration/ApiPlatform/DisabledEndpointsTest.php
|
||||
ApiPlatform/DisabledEndpointsTest.php
|
||||
DisabledEndpointsTest.php
|
||||
tests/Integration/Core/Localization/Locale/RepositoryTest.php
|
||||
Integration/Core/Localization/Locale/RepositoryTest.php
|
||||
Core/Localization/Locale/RepositoryTest.php
|
||||
|
|
@ -26507,12 +26520,6 @@ Domain/Product/QueryResult/ProductForAssociation.php
|
|||
Product/QueryResult/ProductForAssociation.php
|
||||
QueryResult/ProductForAssociation.php
|
||||
ProductForAssociation.php
|
||||
src/Core/Domain/Product/QueryResult/ProductRedirectTarget.php
|
||||
Core/Domain/Product/QueryResult/ProductRedirectTarget.php
|
||||
Domain/Product/QueryResult/ProductRedirectTarget.php
|
||||
Product/QueryResult/ProductRedirectTarget.php
|
||||
QueryResult/ProductRedirectTarget.php
|
||||
ProductRedirectTarget.php
|
||||
src/Core/Domain/Product/QueryResult/ProductPricesInformation.php
|
||||
Core/Domain/Product/QueryResult/ProductPricesInformation.php
|
||||
Domain/Product/QueryResult/ProductPricesInformation.php
|
||||
|
|
@ -27978,18 +27985,36 @@ Domain/Category/QueryHandler/GetCategoryForEditingHandlerInterface.php
|
|||
Category/QueryHandler/GetCategoryForEditingHandlerInterface.php
|
||||
QueryHandler/GetCategoryForEditingHandlerInterface.php
|
||||
GetCategoryForEditingHandlerInterface.php
|
||||
src/Core/Domain/Category/ValueObject/RedirectType.php
|
||||
Core/Domain/Category/ValueObject/RedirectType.php
|
||||
Domain/Category/ValueObject/RedirectType.php
|
||||
Category/ValueObject/RedirectType.php
|
||||
ValueObject/RedirectType.php
|
||||
RedirectType.php
|
||||
src/Core/Domain/Category/ValueObject/CategoryId.php
|
||||
Core/Domain/Category/ValueObject/CategoryId.php
|
||||
Domain/Category/ValueObject/CategoryId.php
|
||||
Category/ValueObject/CategoryId.php
|
||||
ValueObject/CategoryId.php
|
||||
CategoryId.php
|
||||
src/Core/Domain/Category/ValueObject/RedirectOption.php
|
||||
Core/Domain/Category/ValueObject/RedirectOption.php
|
||||
Domain/Category/ValueObject/RedirectOption.php
|
||||
Category/ValueObject/RedirectOption.php
|
||||
ValueObject/RedirectOption.php
|
||||
RedirectOption.php
|
||||
src/Core/Domain/Category/ValueObject/CategoryDeleteMode.php
|
||||
Core/Domain/Category/ValueObject/CategoryDeleteMode.php
|
||||
Domain/Category/ValueObject/CategoryDeleteMode.php
|
||||
Category/ValueObject/CategoryDeleteMode.php
|
||||
ValueObject/CategoryDeleteMode.php
|
||||
CategoryDeleteMode.php
|
||||
src/Core/Domain/Category/ValueObject/RedirectTarget.php
|
||||
Core/Domain/Category/ValueObject/RedirectTarget.php
|
||||
Domain/Category/ValueObject/RedirectTarget.php
|
||||
Category/ValueObject/RedirectTarget.php
|
||||
ValueObject/RedirectTarget.php
|
||||
RedirectTarget.php
|
||||
src/Core/Domain/Category/QueryResult/EditableCategory.php
|
||||
Core/Domain/Category/QueryResult/EditableCategory.php
|
||||
Domain/Category/QueryResult/EditableCategory.php
|
||||
|
|
@ -29606,6 +29631,11 @@ Core/Domain/Address/AddressSettings.php
|
|||
Domain/Address/AddressSettings.php
|
||||
Address/AddressSettings.php
|
||||
AddressSettings.php
|
||||
src/Core/Domain/QueryResult/RedirectTargetInformation.php
|
||||
Core/Domain/QueryResult/RedirectTargetInformation.php
|
||||
Domain/QueryResult/RedirectTargetInformation.php
|
||||
QueryResult/RedirectTargetInformation.php
|
||||
RedirectTargetInformation.php
|
||||
src/Core/Domain/Alias/Exception/AliasConstraintException.php
|
||||
Core/Domain/Alias/Exception/AliasConstraintException.php
|
||||
Domain/Alias/Exception/AliasConstraintException.php
|
||||
|
|
@ -40267,6 +40297,10 @@ AttributeDataProvider.php
|
|||
src/Adapter/ServiceLocator.php
|
||||
Adapter/ServiceLocator.php
|
||||
ServiceLocator.php
|
||||
src/Adapter/AuthorizationServer/AuthorizationServerConfiguration.php
|
||||
Adapter/AuthorizationServer/AuthorizationServerConfiguration.php
|
||||
AuthorizationServer/AuthorizationServerConfiguration.php
|
||||
AuthorizationServerConfiguration.php
|
||||
src/Adapter/Number/RoundModeConverter.php
|
||||
Adapter/Number/RoundModeConverter.php
|
||||
Number/RoundModeConverter.php
|
||||
|
|
@ -40691,11 +40725,6 @@ src/Adapter/Product/PageConfiguration.php
|
|||
Adapter/Product/PageConfiguration.php
|
||||
Product/PageConfiguration.php
|
||||
PageConfiguration.php
|
||||
src/Adapter/Product/Options/RedirectTargetProvider.php
|
||||
Adapter/Product/Options/RedirectTargetProvider.php
|
||||
Product/Options/RedirectTargetProvider.php
|
||||
Options/RedirectTargetProvider.php
|
||||
RedirectTargetProvider.php
|
||||
src/Adapter/Product/Stock/QueryHandler/GetCombinationStockMovementsHandler.php
|
||||
Adapter/Product/Stock/QueryHandler/GetCombinationStockMovementsHandler.php
|
||||
Product/Stock/QueryHandler/GetCombinationStockMovementsHandler.php
|
||||
|
|
@ -41584,6 +41613,11 @@ Adapter/Category/CommandHandler/UpdateCategoryPositionHandler.php
|
|||
Category/CommandHandler/UpdateCategoryPositionHandler.php
|
||||
CommandHandler/UpdateCategoryPositionHandler.php
|
||||
UpdateCategoryPositionHandler.php
|
||||
src/Adapter/Category/CommandHandler/AbstractEditCategoryHandler.php
|
||||
Adapter/Category/CommandHandler/AbstractEditCategoryHandler.php
|
||||
Category/CommandHandler/AbstractEditCategoryHandler.php
|
||||
CommandHandler/AbstractEditCategoryHandler.php
|
||||
AbstractEditCategoryHandler.php
|
||||
src/Adapter/Category/CommandHandler/AddRootCategoryHandler.php
|
||||
Adapter/Category/CommandHandler/AddRootCategoryHandler.php
|
||||
Category/CommandHandler/AddRootCategoryHandler.php
|
||||
|
|
@ -43597,6 +43631,10 @@ Adapter/OrderReturnState/Repository/OrderReturnStateRepository.php
|
|||
OrderReturnState/Repository/OrderReturnStateRepository.php
|
||||
Repository/OrderReturnStateRepository.php
|
||||
OrderReturnStateRepository.php
|
||||
src/Adapter/SEO/RedirectTargetProvider.php
|
||||
Adapter/SEO/RedirectTargetProvider.php
|
||||
SEO/RedirectTargetProvider.php
|
||||
RedirectTargetProvider.php
|
||||
src/Adapter/SymfonyContainer.php
|
||||
Adapter/SymfonyContainer.php
|
||||
SymfonyContainer.php
|
||||
|
|
@ -44944,6 +44982,13 @@ PrestaShopBundle/ApiPlatform/Metadata/CQRSCommand.php
|
|||
ApiPlatform/Metadata/CQRSCommand.php
|
||||
Metadata/CQRSCommand.php
|
||||
CQRSCommand.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
PrestaShopBundle/ApiPlatform/Metadata/Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
ApiPlatform/Metadata/Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
Metadata/Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/AbstractCQRSOperation.php
|
||||
PrestaShopBundle/ApiPlatform/Metadata/AbstractCQRSOperation.php
|
||||
ApiPlatform/Metadata/AbstractCQRSOperation.php
|
||||
|
|
@ -46321,6 +46366,14 @@ Admin/Sell/Product/ProductTypeType.php
|
|||
Sell/Product/ProductTypeType.php
|
||||
Product/ProductTypeType.php
|
||||
ProductTypeType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Category/EventListener/RedirectOptionListener.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Category/EventListener/RedirectOptionListener.php
|
||||
Form/Admin/Sell/Category/EventListener/RedirectOptionListener.php
|
||||
Admin/Sell/Category/EventListener/RedirectOptionListener.php
|
||||
Sell/Category/EventListener/RedirectOptionListener.php
|
||||
Category/EventListener/RedirectOptionListener.php
|
||||
EventListener/RedirectOptionListener.php
|
||||
RedirectOptionListener.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Category/DeleteCategoriesType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Category/DeleteCategoriesType.php
|
||||
Form/Admin/Sell/Category/DeleteCategoriesType.php
|
||||
|
|
@ -46328,6 +46381,14 @@ Admin/Sell/Category/DeleteCategoriesType.php
|
|||
Sell/Category/DeleteCategoriesType.php
|
||||
Category/DeleteCategoriesType.php
|
||||
DeleteCategoriesType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Category/SEO/RedirectOptionType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Category/SEO/RedirectOptionType.php
|
||||
Form/Admin/Sell/Category/SEO/RedirectOptionType.php
|
||||
Admin/Sell/Category/SEO/RedirectOptionType.php
|
||||
Sell/Category/SEO/RedirectOptionType.php
|
||||
Category/SEO/RedirectOptionType.php
|
||||
SEO/RedirectOptionType.php
|
||||
RedirectOptionType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Manufacturer/ManufacturerType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Manufacturer/ManufacturerType.php
|
||||
Form/Admin/Sell/Manufacturer/ManufacturerType.php
|
||||
|
|
@ -46794,6 +46855,14 @@ Configure/AdvancedParameters/Logs/LogsFormDataProvider.php
|
|||
AdvancedParameters/Logs/LogsFormDataProvider.php
|
||||
Logs/LogsFormDataProvider.php
|
||||
LogsFormDataProvider.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
Form/Admin/Configure/AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
Admin/Configure/AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
Configure/AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
AuthorizationServer/FormDataProvider.php
|
||||
FormDataProvider.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Webservice/WebserviceConfigurationType.php
|
||||
PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Webservice/WebserviceConfigurationType.php
|
||||
Form/Admin/Configure/AdvancedParameters/Webservice/WebserviceConfigurationType.php
|
||||
|
|
@ -47067,6 +47136,13 @@ Configure/AdvancedParameters/Import/ImportFormHandler.php
|
|||
AdvancedParameters/Import/ImportFormHandler.php
|
||||
Import/ImportFormHandler.php
|
||||
ImportFormHandler.php
|
||||
src/PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/ConfigurationType.php
|
||||
PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/ConfigurationType.php
|
||||
Form/Admin/AdvancedParameters/AuthorizationServer/ConfigurationType.php
|
||||
Admin/AdvancedParameters/AuthorizationServer/ConfigurationType.php
|
||||
AdvancedParameters/AuthorizationServer/ConfigurationType.php
|
||||
AuthorizationServer/ConfigurationType.php
|
||||
ConfigurationType.php
|
||||
src/PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/SwitchScopeType.php
|
||||
PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/SwitchScopeType.php
|
||||
Form/Admin/AdvancedParameters/AuthorizationServer/SwitchScopeType.php
|
||||
|
|
@ -53929,6 +54005,13 @@ config/services/bundle/common.yml
|
|||
services/bundle/common.yml
|
||||
bundle/common.yml
|
||||
common.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/api_platform.yml
|
||||
PrestaShopBundle/Resources/config/services/bundle/api_platform.yml
|
||||
Resources/config/services/bundle/api_platform.yml
|
||||
config/services/bundle/api_platform.yml
|
||||
services/bundle/api_platform.yml
|
||||
bundle/api_platform.yml
|
||||
api_platform.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/translation.yml
|
||||
PrestaShopBundle/Resources/config/services/bundle/translation.yml
|
||||
Resources/config/services/bundle/translation.yml
|
||||
|
|
@ -58222,6 +58305,30 @@ js/pages/category/index.ts
|
|||
pages/category/index.ts
|
||||
category/index.ts
|
||||
index.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/category-map.ts
|
||||
themes/new-theme/js/pages/category/category-map.ts
|
||||
new-theme/js/pages/category/category-map.ts
|
||||
js/pages/category/category-map.ts
|
||||
pages/category/category-map.ts
|
||||
category/category-map.ts
|
||||
category-map.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/edit/manager/redirect-option-manager.ts
|
||||
themes/new-theme/js/pages/category/edit/manager/redirect-option-manager.ts
|
||||
new-theme/js/pages/category/edit/manager/redirect-option-manager.ts
|
||||
js/pages/category/edit/manager/redirect-option-manager.ts
|
||||
pages/category/edit/manager/redirect-option-manager.ts
|
||||
category/edit/manager/redirect-option-manager.ts
|
||||
edit/manager/redirect-option-manager.ts
|
||||
manager/redirect-option-manager.ts
|
||||
redirect-option-manager.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/edit/index.ts
|
||||
themes/new-theme/js/pages/category/edit/index.ts
|
||||
new-theme/js/pages/category/edit/index.ts
|
||||
js/pages/category/edit/index.ts
|
||||
pages/category/edit/index.ts
|
||||
category/edit/index.ts
|
||||
edit/index.ts
|
||||
index.ts
|
||||
admin-dev/themes/new-theme/js/pages/cms-page/index.ts
|
||||
themes/new-theme/js/pages/cms-page/index.ts
|
||||
new-theme/js/pages/cms-page/index.ts
|
||||
|
|
|
|||
|
|
@ -1928,6 +1928,7 @@ tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/03_navigationA
|
|||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/03_navigationAndDisplay/01_displayTags.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/03_navigationAndDisplay/02_pagination.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/03_navigationAndDisplay/03_quickViewProduct.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/01_consultCategoriesInHeader.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/02_breadcrumb.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/08_menuAndNavigation/01_navigateInCategories/03_sideBlockCategories.ts
|
||||
tests/UI/campaigns/functional/FO/hummingbird/05_contactUs/04_addAttachment.ts
|
||||
|
|
@ -2121,6 +2122,7 @@ tests/Integration/ApiPlatform/EndPoint/ApiAccessTokenEndpointTest.php
|
|||
tests/Integration/ApiPlatform/DomainSerializerTest.php
|
||||
tests/Integration/ApiPlatform/ApiSecurityTest.php
|
||||
tests/Integration/ApiPlatform/AuthorizationServerFeatureListenerTest.php
|
||||
tests/Integration/ApiPlatform/DisabledEndpointsTest.php
|
||||
tests/Integration/Core/Localization/Locale/RepositoryTest.php
|
||||
tests/Integration/Core/Localization/Currency/DataLayer/CurrencyDatabaseTest.php
|
||||
tests/Integration/Core/Module/HookRepositoryTest.php
|
||||
|
|
@ -4417,7 +4419,6 @@ src/Core/Domain/Product/QueryResult/ProductCustomizationField.php
|
|||
src/Core/Domain/Product/QueryResult/ProductForEditing.php
|
||||
src/Core/Domain/Product/QueryResult/ProductBasicInformation.php
|
||||
src/Core/Domain/Product/QueryResult/ProductForAssociation.php
|
||||
src/Core/Domain/Product/QueryResult/ProductRedirectTarget.php
|
||||
src/Core/Domain/Product/QueryResult/ProductPricesInformation.php
|
||||
src/Core/Domain/Product/QueryResult/FoundProduct.php
|
||||
src/Core/Domain/Product/QueryResult/ProductCombination.php
|
||||
|
|
@ -4645,8 +4646,11 @@ src/Core/Domain/Category/Query/GetCategoriesTree.php
|
|||
src/Core/Domain/Category/QueryHandler/GetCategoriesTreeHandlerInterface.php
|
||||
src/Core/Domain/Category/QueryHandler/GetCategoryIsEnabledHandlerInterface.php
|
||||
src/Core/Domain/Category/QueryHandler/GetCategoryForEditingHandlerInterface.php
|
||||
src/Core/Domain/Category/ValueObject/RedirectType.php
|
||||
src/Core/Domain/Category/ValueObject/CategoryId.php
|
||||
src/Core/Domain/Category/ValueObject/RedirectOption.php
|
||||
src/Core/Domain/Category/ValueObject/CategoryDeleteMode.php
|
||||
src/Core/Domain/Category/ValueObject/RedirectTarget.php
|
||||
src/Core/Domain/Category/QueryResult/EditableCategory.php
|
||||
src/Core/Domain/Category/QueryResult/CategoryForTree.php
|
||||
src/Core/Domain/Category/QueryResult/CategoryPreview.php
|
||||
|
|
@ -4915,6 +4919,7 @@ src/Core/Domain/Address/Command/AbstractEditAddressCommand.php
|
|||
src/Core/Domain/Address/Command/EditCartAddressCommand.php
|
||||
src/Core/Domain/Address/Command/AddCustomerAddressCommand.php
|
||||
src/Core/Domain/Address/AddressSettings.php
|
||||
src/Core/Domain/QueryResult/RedirectTargetInformation.php
|
||||
src/Core/Domain/Alias/Exception/AliasConstraintException.php
|
||||
src/Core/Domain/Alias/Exception/CannotAddAliasException.php
|
||||
src/Core/Domain/Alias/Exception/CannotUpdateAliasException.php
|
||||
|
|
@ -6858,6 +6863,7 @@ src/Adapter/Attribute/Repository/AttributeRepository.php
|
|||
src/Adapter/Attribute/AbstractAttributeHandler.php
|
||||
src/Adapter/Attribute/AttributeDataProvider.php
|
||||
src/Adapter/ServiceLocator.php
|
||||
src/Adapter/AuthorizationServer/AuthorizationServerConfiguration.php
|
||||
src/Adapter/Number/RoundModeConverter.php
|
||||
src/Adapter/Routes/RouteValidator.php
|
||||
src/Adapter/Routes/DefaultRouteProvider.php
|
||||
|
|
@ -6945,7 +6951,6 @@ src/Adapter/Product/QueryHandler/GetProductIsEnabledHandler.php
|
|||
src/Adapter/Product/QueryHandler/GetProductForEditingHandler.php
|
||||
src/Adapter/Product/QueryHandler/SearchProductsForAssociationHandler.php
|
||||
src/Adapter/Product/PageConfiguration.php
|
||||
src/Adapter/Product/Options/RedirectTargetProvider.php
|
||||
src/Adapter/Product/Stock/QueryHandler/GetCombinationStockMovementsHandler.php
|
||||
src/Adapter/Product/Stock/QueryHandler/AbstractGetStockMovementsHandler.php
|
||||
src/Adapter/Product/Stock/QueryHandler/GetProductStockMovementsHandler.php
|
||||
|
|
@ -7107,6 +7112,7 @@ src/Adapter/Category/CommandHandler/EditCategoryHandler.php
|
|||
src/Adapter/Category/CommandHandler/AddCategoryHandler.php
|
||||
src/Adapter/Category/CommandHandler/DeleteCategoryCoverImageHandler.php
|
||||
src/Adapter/Category/CommandHandler/UpdateCategoryPositionHandler.php
|
||||
src/Adapter/Category/CommandHandler/AbstractEditCategoryHandler.php
|
||||
src/Adapter/Category/CommandHandler/AddRootCategoryHandler.php
|
||||
src/Adapter/Category/CommandHandler/SetCategoryIsEnabledHandler.php
|
||||
src/Adapter/Category/CommandHandler/EditRootCategoryHandler.php
|
||||
|
|
@ -7528,6 +7534,7 @@ src/Adapter/OrderReturnState/CommandHandler/EditOrderReturnStateHandler.php
|
|||
src/Adapter/OrderReturnState/CommandHandler/AbstractOrderReturnStateHandler.php
|
||||
src/Adapter/OrderReturnState/CommandHandler/AddOrderReturnStateHandler.php
|
||||
src/Adapter/OrderReturnState/Repository/OrderReturnStateRepository.php
|
||||
src/Adapter/SEO/RedirectTargetProvider.php
|
||||
src/Adapter/SymfonyContainer.php
|
||||
src/Adapter/Contact/QueryHandler/GetContactForEditingHandler.php
|
||||
src/Adapter/Contact/CommandHandler/EditContactHandler.php
|
||||
|
|
@ -7775,6 +7782,7 @@ src/PrestaShopBundle/ApiPlatform/Metadata/CQRSPartialUpdate.php
|
|||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSUpdate.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSQueryCollection.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSCommand.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/Resource/Factory/ExperimentalOperationsMetadataCollectionFactoryDecorator.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/AbstractCQRSOperation.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSDelete.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSCreate.php
|
||||
|
|
@ -7987,7 +7995,9 @@ src/PrestaShopBundle/Form/Admin/Sell/Product/Pricing/RetailPriceType.php
|
|||
src/PrestaShopBundle/Form/Admin/Sell/Product/Pricing/SpecificPriceImpactType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Product/Pricing/UnitPriceType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Product/ProductTypeType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Category/EventListener/RedirectOptionListener.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Category/DeleteCategoriesType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Category/SEO/RedirectOptionType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Manufacturer/ManufacturerType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Address/RequiredFieldsAddressType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Address/CustomerAddressType.php
|
||||
|
|
@ -8047,6 +8057,7 @@ src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Employee/EmployeeOp
|
|||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Employee/EmployeeOptionsFormDataProvider.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Logs/LogsByEmailType.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Logs/LogsFormDataProvider.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/AuthorizationServer/FormDataProvider.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Webservice/WebserviceConfigurationType.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Webservice/WebserviceKeyType.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Webservice/WebserviceFormDataProvider.php
|
||||
|
|
@ -8081,6 +8092,7 @@ src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Import/ImportDataCo
|
|||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Import/ImportType.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Import/ImportFormDataProviderInterface.php
|
||||
src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Import/ImportFormHandler.php
|
||||
src/PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/ConfigurationType.php
|
||||
src/PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/SwitchScopeType.php
|
||||
src/PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/ResourceScopesType.php
|
||||
src/PrestaShopBundle/Form/Admin/AdvancedParameters/AuthorizationServer/ApiClientType.php
|
||||
|
|
@ -8897,6 +8909,7 @@ src/PrestaShopBundle/Resources/config/services/bundle/data_collector.yml
|
|||
src/PrestaShopBundle/Resources/config/services/bundle/routing.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/oauth.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/common.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/api_platform.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/translation.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/event_listener.yml
|
||||
src/PrestaShopBundle/Resources/config/services/bundle/console.yml
|
||||
|
|
@ -9558,6 +9571,9 @@ admin-dev/themes/new-theme/js/pages/manufacturer/index.ts
|
|||
admin-dev/themes/new-theme/js/pages/manufacturer/manufacturer_address_form.ts
|
||||
admin-dev/themes/new-theme/js/pages/manufacturer/manufacturer-address-map.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/index.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/category-map.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/edit/manager/redirect-option-manager.ts
|
||||
admin-dev/themes/new-theme/js/pages/category/edit/index.ts
|
||||
admin-dev/themes/new-theme/js/pages/cms-page/index.ts
|
||||
admin-dev/themes/new-theme/js/pages/cms-page/form/index.ts
|
||||
admin-dev/themes/new-theme/js/pages/authorization-server/index.ts
|
||||
|
|
|
|||
|
|
@ -4554,6 +4554,9 @@ _unreleased/2022-07-04-mail-attach.md
|
|||
changelog/_unreleased/2024-02-27-added-new-api-route-to-update-order-addresses.md
|
||||
_unreleased/2024-02-27-added-new-api-route-to-update-order-addresses.md
|
||||
2024-02-27-added-new-api-route-to-update-order-addresses.md
|
||||
changelog/_unreleased/2024-01-05-cleanup-product-card-action-html-twig-template.md
|
||||
_unreleased/2024-01-05-cleanup-product-card-action-html-twig-template.md
|
||||
2024-01-05-cleanup-product-card-action-html-twig-template.md
|
||||
changelog/_unreleased/2024-01-30-fix-product-comparison-use-app_url-instead-of-assigned-sales-channel-domain.md
|
||||
_unreleased/2024-01-30-fix-product-comparison-use-app_url-instead-of-assigned-sales-channel-domain.md
|
||||
2024-01-30-fix-product-comparison-use-app_url-instead-of-assigned-sales-channel-domain.md
|
||||
|
|
@ -4647,6 +4650,9 @@ _unreleased/2023-10-13-fixed-setting-of-custom-field-number-type.md
|
|||
changelog/_unreleased/2024-02-05-changed-permissions-for-discount-promotions-in-order.md
|
||||
_unreleased/2024-02-05-changed-permissions-for-discount-promotions-in-order.md
|
||||
2024-02-05-changed-permissions-for-discount-promotions-in-order.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-state-machine-name.md
|
||||
_unreleased/2024-03-25-handle-nullable-state-machine-name.md
|
||||
2024-03-25-handle-nullable-state-machine-name.md
|
||||
changelog/_unreleased/2024-01-25-fix-variant-names-without-dashes-in-bulk-edit.md
|
||||
_unreleased/2024-01-25-fix-variant-names-without-dashes-in-bulk-edit.md
|
||||
2024-01-25-fix-variant-names-without-dashes-in-bulk-edit.md
|
||||
|
|
@ -5019,6 +5025,9 @@ _unreleased/2024-02-27-2024-02-27-gross-customer-group-overview.md
|
|||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2024-03-18-add-assigned-pages-to-cms-list.md
|
||||
_unreleased/2024-03-18-add-assigned-pages-to-cms-list.md
|
||||
2024-03-18-add-assigned-pages-to-cms-list.md
|
||||
changelog/_unreleased/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
|
||||
_unreleased/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
|
||||
2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
|
||||
|
|
@ -5058,6 +5067,9 @@ _unreleased/2024-02-07-fix-many-to-many-serializer-check.md
|
|||
changelog/_unreleased/2024-03-11-allow-vue-compat-mode-removal.md
|
||||
_unreleased/2024-03-11-allow-vue-compat-mode-removal.md
|
||||
2024-03-11-allow-vue-compat-mode-removal.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-tax-status.md
|
||||
_unreleased/2024-03-25-handle-nullable-tax-status.md
|
||||
2024-03-25-handle-nullable-tax-status.md
|
||||
changelog/_unreleased/2024-02-26-change-path-column-in-app-definition.md
|
||||
_unreleased/2024-02-26-change-path-column-in-app-definition.md
|
||||
2024-02-26-change-path-column-in-app-definition.md
|
||||
|
|
@ -15869,6 +15881,11 @@ migration/Core/V6_6/Migration1707064042CartRemoveFKTest.php
|
|||
Core/V6_6/Migration1707064042CartRemoveFKTest.php
|
||||
V6_6/Migration1707064042CartRemoveFKTest.php
|
||||
Migration1707064042CartRemoveFKTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
migration/Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
|
||||
migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
|
||||
Core/V6_6/Migration1703850843FixSearchConfigTest.php
|
||||
|
|
@ -20658,6 +20675,14 @@ Framework/Adapter/Translation/TranslatorCacheInvalidateTest.php
|
|||
Adapter/Translation/TranslatorCacheInvalidateTest.php
|
||||
Translation/TranslatorCacheInvalidateTest.php
|
||||
TranslatorCacheInvalidateTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
unit/Core/Framework/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Core/Framework/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Framework/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Filesystem/Plugin/CopyBatchTest.php
|
||||
Plugin/CopyBatchTest.php
|
||||
CopyBatchTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Adapter/fixtures/keyfile.json
|
||||
unit/Core/Framework/Adapter/Filesystem/Adapter/fixtures/keyfile.json
|
||||
Core/Framework/Adapter/Filesystem/Adapter/fixtures/keyfile.json
|
||||
|
|
@ -20691,6 +20716,27 @@ Adapter/Filesystem/Adapter/AwsS3v3FactoryTest.php
|
|||
Filesystem/Adapter/AwsS3v3FactoryTest.php
|
||||
Adapter/AwsS3v3FactoryTest.php
|
||||
AwsS3v3FactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
unit/Core/Framework/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Core/Framework/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Framework/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
InMemoryFilesystemAdapterTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
unit/Core/Framework/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Core/Framework/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Framework/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Filesystem/FilesystemFactoryTest.php
|
||||
FilesystemFactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
unit/Core/Framework/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Core/Framework/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Framework/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Filesystem/PrefixFilesystemTest.php
|
||||
PrefixFilesystemTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
|
||||
unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
|
||||
Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
|
||||
|
|
@ -20952,6 +20998,13 @@ Core/Framework/Adapter/AdapterExceptionTest.php
|
|||
Framework/Adapter/AdapterExceptionTest.php
|
||||
Adapter/AdapterExceptionTest.php
|
||||
AdapterExceptionTest.php
|
||||
tests/unit/Core/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
unit/Core/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
Core/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
Adapter/Kernel/HttpKernelTest.php
|
||||
Kernel/HttpKernelTest.php
|
||||
HttpKernelTest.php
|
||||
tests/unit/Core/Framework/Adapter/Messenger/MessageBusTest.php
|
||||
unit/Core/Framework/Adapter/Messenger/MessageBusTest.php
|
||||
Core/Framework/Adapter/Messenger/MessageBusTest.php
|
||||
|
|
@ -21019,6 +21072,13 @@ Framework/Log/Monolog/AnnotatePackageProcessorTest.php
|
|||
Log/Monolog/AnnotatePackageProcessorTest.php
|
||||
Monolog/AnnotatePackageProcessorTest.php
|
||||
AnnotatePackageProcessorTest.php
|
||||
tests/unit/Core/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
unit/Core/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
Core/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
TestCaseHelper/ReflectionHelperTest.php
|
||||
ReflectionHelperTest.php
|
||||
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/manifest.xml
|
||||
unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/manifest.xml
|
||||
Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/manifest.xml
|
||||
|
|
@ -21096,6 +21156,12 @@ Framework/Webhook/Hookable/HookableEntityWrittenEventTest.php
|
|||
Webhook/Hookable/HookableEntityWrittenEventTest.php
|
||||
Hookable/HookableEntityWrittenEventTest.php
|
||||
HookableEntityWrittenEventTest.php
|
||||
tests/unit/Core/Framework/Webhook/WebhookExceptionTest.php
|
||||
unit/Core/Framework/Webhook/WebhookExceptionTest.php
|
||||
Core/Framework/Webhook/WebhookExceptionTest.php
|
||||
Framework/Webhook/WebhookExceptionTest.php
|
||||
Webhook/WebhookExceptionTest.php
|
||||
WebhookExceptionTest.php
|
||||
tests/unit/Core/Framework/Demodata/Event/DemodataRequestCreatedEventTest.php
|
||||
unit/Core/Framework/Demodata/Event/DemodataRequestCreatedEventTest.php
|
||||
Core/Framework/Demodata/Event/DemodataRequestCreatedEventTest.php
|
||||
|
|
@ -21476,6 +21542,13 @@ DataAbstractionLayer/Write/FieldException/ExpectedArrayExceptionTest.php
|
|||
Write/FieldException/ExpectedArrayExceptionTest.php
|
||||
FieldException/ExpectedArrayExceptionTest.php
|
||||
ExpectedArrayExceptionTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
unit/Core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
Core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
Write/EntityWriteResultFactoryTest.php
|
||||
EntityWriteResultFactoryTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/WriteInputValidatorTest.php
|
||||
unit/Core/Framework/DataAbstractionLayer/Write/WriteInputValidatorTest.php
|
||||
Core/Framework/DataAbstractionLayer/Write/WriteInputValidatorTest.php
|
||||
|
|
@ -23236,6 +23309,13 @@ Maintenance/System/Command/SystemGenerateJwtSecretCommandTest.php
|
|||
System/Command/SystemGenerateJwtSecretCommandTest.php
|
||||
Command/SystemGenerateJwtSecretCommandTest.php
|
||||
SystemGenerateJwtSecretCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
unit/Core/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
Core/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
System/Command/SystemUpdatePrepareCommandTest.php
|
||||
Command/SystemUpdatePrepareCommandTest.php
|
||||
SystemUpdatePrepareCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemIsInstalledCommandTest.php
|
||||
unit/Core/Maintenance/System/Command/SystemIsInstalledCommandTest.php
|
||||
Core/Maintenance/System/Command/SystemIsInstalledCommandTest.php
|
||||
|
|
@ -23243,6 +23323,13 @@ Maintenance/System/Command/SystemIsInstalledCommandTest.php
|
|||
System/Command/SystemIsInstalledCommandTest.php
|
||||
Command/SystemIsInstalledCommandTest.php
|
||||
SystemIsInstalledCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
unit/Core/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
Core/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
System/Command/SystemUpdateFinishCommandTest.php
|
||||
Command/SystemUpdateFinishCommandTest.php
|
||||
SystemUpdateFinishCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemSetupCommandTest.php
|
||||
unit/Core/Maintenance/System/Command/SystemSetupCommandTest.php
|
||||
Core/Maintenance/System/Command/SystemSetupCommandTest.php
|
||||
|
|
@ -25706,41 +25793,6 @@ unit/Administration/Command/DeleteExtensionLocalPublicFilesCommandTest.php
|
|||
Administration/Command/DeleteExtensionLocalPublicFilesCommandTest.php
|
||||
Command/DeleteExtensionLocalPublicFilesCommandTest.php
|
||||
DeleteExtensionLocalPublicFilesCommandTest.php
|
||||
tests/unit/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
unit/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
Adapter/Kernel/HttpKernelTest.php
|
||||
Kernel/HttpKernelTest.php
|
||||
HttpKernelTest.php
|
||||
tests/unit/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
unit/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
TestCaseHelper/ReflectionHelperTest.php
|
||||
ReflectionHelperTest.php
|
||||
tests/unit/Framework/Webhook/WebhookExceptionTest.php
|
||||
unit/Framework/Webhook/WebhookExceptionTest.php
|
||||
Framework/Webhook/WebhookExceptionTest.php
|
||||
Webhook/WebhookExceptionTest.php
|
||||
WebhookExceptionTest.php
|
||||
tests/unit/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
unit/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
Write/EntityWriteResultFactoryTest.php
|
||||
EntityWriteResultFactoryTest.php
|
||||
tests/unit/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
unit/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
System/Command/SystemUpdatePrepareCommandTest.php
|
||||
Command/SystemUpdatePrepareCommandTest.php
|
||||
SystemUpdatePrepareCommandTest.php
|
||||
tests/unit/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
unit/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
System/Command/SystemUpdateFinishCommandTest.php
|
||||
Command/SystemUpdateFinishCommandTest.php
|
||||
SystemUpdateFinishCommandTest.php
|
||||
tests/unit/Storefront/Controller/AppControllerTest.php
|
||||
unit/Storefront/Controller/AppControllerTest.php
|
||||
Storefront/Controller/AppControllerTest.php
|
||||
|
|
@ -26457,12 +26509,6 @@ Storefront/Theme/ConfigLoader/StaticFileAvailableThemeProviderTest.php
|
|||
Theme/ConfigLoader/StaticFileAvailableThemeProviderTest.php
|
||||
ConfigLoader/StaticFileAvailableThemeProviderTest.php
|
||||
StaticFileAvailableThemeProviderTest.php
|
||||
tests/unit/Storefront/Theme/ConfigLoader/DatabaseAvailableThemeProviderTest.php
|
||||
unit/Storefront/Theme/ConfigLoader/DatabaseAvailableThemeProviderTest.php
|
||||
Storefront/Theme/ConfigLoader/DatabaseAvailableThemeProviderTest.php
|
||||
Theme/ConfigLoader/DatabaseAvailableThemeProviderTest.php
|
||||
ConfigLoader/DatabaseAvailableThemeProviderTest.php
|
||||
DatabaseAvailableThemeProviderTest.php
|
||||
tests/unit/Storefront/Theme/DatabaseSalesChannelThemeLoaderTest.php
|
||||
unit/Storefront/Theme/DatabaseSalesChannelThemeLoaderTest.php
|
||||
Storefront/Theme/DatabaseSalesChannelThemeLoaderTest.php
|
||||
|
|
@ -34155,6 +34201,11 @@ acceptance/tests/Product/VariantGeneration.spec.ts
|
|||
tests/Product/VariantGeneration.spec.ts
|
||||
Product/VariantGeneration.spec.ts
|
||||
VariantGeneration.spec.ts
|
||||
tests/acceptance/tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
acceptance/tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
tests/acceptance/tests/Update/update.spec.ts
|
||||
acceptance/tests/Update/update.spec.ts
|
||||
tests/Update/update.spec.ts
|
||||
|
|
@ -47860,6 +47911,11 @@ Core/Migration/V6_6/Migration1703850843FixSearchConfig.php
|
|||
Migration/V6_6/Migration1703850843FixSearchConfig.php
|
||||
V6_6/Migration1703850843FixSearchConfig.php
|
||||
Migration1703850843FixSearchConfig.php
|
||||
src/Core/Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
Core/Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
|
|
@ -58118,35 +58174,6 @@ Test/Plugin/Composer/PackageProviderTest.php
|
|||
Plugin/Composer/PackageProviderTest.php
|
||||
Composer/PackageProviderTest.php
|
||||
PackageProviderTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Core/Framework/Test/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Framework/Test/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Test/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
Filesystem/Plugin/CopyBatchTest.php
|
||||
Plugin/CopyBatchTest.php
|
||||
CopyBatchTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Core/Framework/Test/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Framework/Test/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Test/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
InMemoryFilesystemAdapterTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Core/Framework/Test/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Framework/Test/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Test/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
Filesystem/FilesystemFactoryTest.php
|
||||
FilesystemFactoryTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Core/Framework/Test/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Framework/Test/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Test/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
Filesystem/PrefixFilesystemTest.php
|
||||
PrefixFilesystemTest.php
|
||||
src/Core/Framework/Test/Adapter/Cache/RedisConnectionFactoryTest.php
|
||||
Core/Framework/Test/Adapter/Cache/RedisConnectionFactoryTest.php
|
||||
Framework/Test/Adapter/Cache/RedisConnectionFactoryTest.php
|
||||
|
|
@ -125856,6 +125883,16 @@ test/plugin/zoom-modal/zoom-modal.plugin.test.js
|
|||
plugin/zoom-modal/zoom-modal.plugin.test.js
|
||||
zoom-modal/zoom-modal.plugin.test.js
|
||||
zoom-modal.plugin.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
Storefront/Resources/app/storefront/test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
Resources/app/storefront/test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
app/storefront/test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
storefront/test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
plugin/google-analytics/event/view-item-list.event.test.js
|
||||
google-analytics/event/view-item-list.event.test.js
|
||||
event/view-item-list.event.test.js
|
||||
view-item-list.event.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/google-analytics/google-analytics.plugin.test.js
|
||||
Storefront/Resources/app/storefront/test/plugin/google-analytics/google-analytics.plugin.test.js
|
||||
Resources/app/storefront/test/plugin/google-analytics/google-analytics.plugin.test.js
|
||||
|
|
@ -133818,6 +133855,9 @@ print_tested_updates.bash
|
|||
.gitlab/bin/sbp_release.sh
|
||||
bin/sbp_release.sh
|
||||
sbp_release.sh
|
||||
.gitlab/bin/compile_deployment_info.sh
|
||||
bin/compile_deployment_info.sh
|
||||
compile_deployment_info.sh
|
||||
.gitlab/bin/commercial_release.bash
|
||||
bin/commercial_release.bash
|
||||
commercial_release.bash
|
||||
|
|
|
|||
|
|
@ -1528,6 +1528,7 @@ changelog/_unreleased/2024-02-07-openapi-wishlist-load-route-response.md
|
|||
changelog/_unreleased/2024-01-12-fix-flow-dispatcher-error-handling-for-nested-transactions.md
|
||||
changelog/_unreleased/2022-07-04-mail-attach.md
|
||||
changelog/_unreleased/2024-02-27-added-new-api-route-to-update-order-addresses.md
|
||||
changelog/_unreleased/2024-01-05-cleanup-product-card-action-html-twig-template.md
|
||||
changelog/_unreleased/2024-01-30-fix-product-comparison-use-app_url-instead-of-assigned-sales-channel-domain.md
|
||||
changelog/_unreleased/2024-03-24-add-sanitize-field-for-cms-text-fields.md
|
||||
changelog/_unreleased/2024-01-26-fix-bug-cannot-upload-3d-file.md
|
||||
|
|
@ -1559,6 +1560,7 @@ changelog/_unreleased/.keep
|
|||
changelog/_unreleased/2024-03-06-fix-form-field-inheritance.md
|
||||
changelog/_unreleased/2023-10-13-fixed-setting-of-custom-field-number-type.md
|
||||
changelog/_unreleased/2024-02-05-changed-permissions-for-discount-promotions-in-order.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-state-machine-name.md
|
||||
changelog/_unreleased/2024-01-25-fix-variant-names-without-dashes-in-bulk-edit.md
|
||||
changelog/_unreleased/2024-01-11-add-missing-fields-to-schema-generation.md
|
||||
changelog/_unreleased/2024-01-23-change-constructor-type.md
|
||||
|
|
@ -1683,6 +1685,7 @@ changelog/_unreleased/2024-02-14-fix-sw-media-modal-v2-target-folder-property.md
|
|||
changelog/_unreleased/2024-03-01-fix-user-email-validation.md
|
||||
changelog/_unreleased/2024-02-27-2024-02-27-gross-customer-group-overview.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2024-03-18-add-assigned-pages-to-cms-list.md
|
||||
changelog/_unreleased/2023-12-15-allow-association_fields-of-media_default_folder-to-be-nullable.md
|
||||
changelog/_unreleased/2024-01-08-replace-single-quotes-around-json-object-attributes-by-double-quotes.md
|
||||
changelog/_unreleased/2024-01-04-remove-html-sanitization-from-mail-header-and-mail-footer-fields.md
|
||||
|
|
@ -1696,6 +1699,7 @@ changelog/_unreleased/2024-01-30-added-delete-restriction-to-sales-channel-domai
|
|||
changelog/_unreleased/2024-02-02-add-ludtwig-composer-commands.md
|
||||
changelog/_unreleased/2024-02-07-fix-many-to-many-serializer-check.md
|
||||
changelog/_unreleased/2024-03-11-allow-vue-compat-mode-removal.md
|
||||
changelog/_unreleased/2024-03-25-handle-nullable-tax-status.md
|
||||
changelog/_unreleased/2024-02-26-change-path-column-in-app-definition.md
|
||||
changelog/_unreleased/2024-02-07-openapi-landing-page.md
|
||||
changelog/_unreleased/2024-02-06-added-correct-favicon-for-marketing-module.md
|
||||
|
|
@ -4859,6 +4863,7 @@ tests/migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
|
|||
tests/migration/Core/V6_6/Migration1691662140MigrateAvailableStockTest.php
|
||||
tests/migration/Core/V6_6/Migration1702982372FixProductCrossSellingSortByPriceTest.php
|
||||
tests/migration/Core/V6_6/Migration1707064042CartRemoveFKTest.php
|
||||
tests/migration/Core/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIdsTest.php
|
||||
tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
|
||||
tests/migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
|
||||
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
|
||||
|
|
@ -5504,10 +5509,14 @@ tests/unit/Core/Framework/Plugin/Composer/FactoryTest.php
|
|||
tests/unit/Core/Framework/Adapter/EntityTemplateLoaderTest.php
|
||||
tests/unit/Core/Framework/Adapter/Translation/TranslatorTest.php
|
||||
tests/unit/Core/Framework/Adapter/Translation/TranslatorCacheInvalidateTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Adapter/fixtures/keyfile.json
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Adapter/LocalFactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Adapter/GoogleStorageFactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/Adapter/AwsS3v3FactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/InvalidateCacheTaskHandlerTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/ReverseProxyCompilerPassTest.php
|
||||
tests/unit/Core/Framework/Adapter/Cache/ReverseProxy/VarnishReverseProxyGatewayTest.php
|
||||
|
|
@ -5543,6 +5552,7 @@ tests/unit/Core/Framework/Adapter/Twig/SwEscapeFilterTest.php
|
|||
tests/unit/Core/Framework/Adapter/Twig/TemplateScopeDetectorTest.php
|
||||
tests/unit/Core/Framework/Adapter/Twig/TwigVariableParserFactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/AdapterExceptionTest.php
|
||||
tests/unit/Core/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
tests/unit/Core/Framework/Adapter/Messenger/MessageBusTest.php
|
||||
tests/unit/Core/Framework/Adapter/Database/MySQLFactoryTest.php
|
||||
tests/unit/Core/Framework/Adapter/Asset/AssetInstallCommandTest.php
|
||||
|
|
@ -5553,6 +5563,7 @@ tests/unit/Core/Framework/Log/Monolog/ExcludeExceptionHandlerTest.php
|
|||
tests/unit/Core/Framework/Log/Monolog/ErrorCodeLogLevelHandlerTest.php
|
||||
tests/unit/Core/Framework/Log/Monolog/DoctrineSQLHandlerTest.php
|
||||
tests/unit/Core/Framework/Log/Monolog/AnnotatePackageProcessorTest.php
|
||||
tests/unit/Core/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/manifest.xml
|
||||
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-function-case/simple-function-case.twig
|
||||
tests/unit/Core/Framework/Test/Script/Execution/_fixtures/simple-function-case/Resources/scripts/simple-service-script/simple-service-script.twig
|
||||
|
|
@ -5562,6 +5573,7 @@ tests/unit/Core/Framework/Webhook/Service/WebhookCleanupTest.php
|
|||
tests/unit/Core/Framework/Webhook/ScheduledTask/CleanupWebhookEventLogTaskHandlerTest.php
|
||||
tests/unit/Core/Framework/Webhook/BusinessEventEncoderTest.php
|
||||
tests/unit/Core/Framework/Webhook/Hookable/HookableEntityWrittenEventTest.php
|
||||
tests/unit/Core/Framework/Webhook/WebhookExceptionTest.php
|
||||
tests/unit/Core/Framework/Demodata/Event/DemodataRequestCreatedEventTest.php
|
||||
tests/unit/Core/Framework/Demodata/Command/DemodataCommandTest.php
|
||||
tests/unit/Core/Framework/Update/_fixtures/responses/extension-red.json
|
||||
|
|
@ -5617,6 +5629,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/Indexing/Subscriber/EntityIndexin
|
|||
tests/unit/Core/Framework/DataAbstractionLayer/Indexing/EntityIndexerRegistryTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/DataAbstractionLayerExceptionTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/FieldException/ExpectedArrayExceptionTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/WriteInputValidatorTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/WriteCommandExtractorTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/Command/WriteTypeIntendExceptionTest.php
|
||||
|
|
@ -5831,7 +5844,9 @@ tests/unit/Core/Maintenance/System/Service/ShopConfiguratorTest.php
|
|||
tests/unit/Core/Maintenance/System/Service/AppUrlVerifierTest.php
|
||||
tests/unit/Core/Maintenance/System/Struct/DatabaseConnectionInformationTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemGenerateJwtSecretCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemIsInstalledCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemSetupCommandTest.php
|
||||
tests/unit/Core/Maintenance/System/Command/SystemInstallCommandTest.php
|
||||
tests/unit/Core/Maintenance/Staging/Handler/StagingMailHandlerTest.php
|
||||
|
|
@ -6183,12 +6198,6 @@ tests/unit/Administration/Snippet/SnippetFinderTest.php
|
|||
tests/unit/Administration/Snippet/SnippetExceptionTest.php
|
||||
tests/unit/Administration/AdministrationTest.php
|
||||
tests/unit/Administration/Command/DeleteExtensionLocalPublicFilesCommandTest.php
|
||||
tests/unit/Framework/Adapter/Kernel/HttpKernelTest.php
|
||||
tests/unit/Framework/Test/TestCaseHelper/ReflectionHelperTest.php
|
||||
tests/unit/Framework/Webhook/WebhookExceptionTest.php
|
||||
tests/unit/Framework/DataAbstractionLayer/Write/EntityWriteResultFactoryTest.php
|
||||
tests/unit/Maintenance/System/Command/SystemUpdatePrepareCommandTest.php
|
||||
tests/unit/Maintenance/System/Command/SystemUpdateFinishCommandTest.php
|
||||
tests/unit/Storefront/Controller/AppControllerTest.php
|
||||
tests/unit/Storefront/Controller/fixtures/TestStorefrontController.php
|
||||
tests/unit/Storefront/Controller/Exception/StorefrontExceptionTest.php
|
||||
|
|
@ -6279,7 +6288,6 @@ tests/unit/Storefront/Theme/ThemeScriptsTest.php
|
|||
tests/unit/Storefront/Theme/Command/ThemeCompileCommandTest.php
|
||||
tests/unit/Storefront/Theme/MockedCacheInvalidator.php
|
||||
tests/unit/Storefront/Theme/ConfigLoader/StaticFileAvailableThemeProviderTest.php
|
||||
tests/unit/Storefront/Theme/ConfigLoader/DatabaseAvailableThemeProviderTest.php
|
||||
tests/unit/Storefront/Theme/DatabaseSalesChannelThemeLoaderTest.php
|
||||
tests/unit/Storefront/Theme/CachedResolvedConfigLoaderInvalidatorTest.php
|
||||
tests/unit/Storefront/Page/Product/Review/ProductReviewLoaderTest.php
|
||||
|
|
@ -7265,6 +7273,7 @@ tests/acceptance/compose.yaml
|
|||
tests/acceptance/tests/Product/ProductAvailabilityWithClearanceSale.spec.ts
|
||||
tests/acceptance/tests/Product/UploadToProductMediaGallery.spec.ts
|
||||
tests/acceptance/tests/Product/VariantGeneration.spec.ts
|
||||
tests/acceptance/tests/Product/ProductWithAdvancedPricingPerQuantity.spec.ts
|
||||
tests/acceptance/tests/Update/update.spec.ts
|
||||
tests/acceptance/tests/Account/CustomerRegistration.spec.ts
|
||||
tests/acceptance/tests/Install/install.spec.ts
|
||||
|
|
@ -9469,6 +9478,7 @@ src/Core/Migration/V6_6/Migration1663402950SetDoubleOptinCustomerActive.php
|
|||
src/Core/Migration/V6_6/Migration1673964565MigrateToReferencedColumns.php
|
||||
src/Core/Migration/V6_6/Migration1679581138RemoveAssociationFields.php
|
||||
src/Core/Migration/V6_6/Migration1703850843FixSearchConfig.php
|
||||
src/Core/Migration/V6_6/Migration1711461572ReplaceSortingOptionKeysWithSortingOptionIds.php
|
||||
src/Core/Migration/V6_6/Migration1676367607RemoveIntegrationWriteAccessColumn.php
|
||||
src/Core/Migration/V6_3/Migration1575451283AddLimitToCrossSelling.php
|
||||
src/Core/Migration/V6_3/Migration1578044453AddedNavigationDepth.php
|
||||
|
|
@ -11074,10 +11084,6 @@ src/Core/Framework/Test/Plugin/PluginLifecycleServiceTest.php
|
|||
src/Core/Framework/Test/Plugin/Composer/_fixture/invalid/composer.json
|
||||
src/Core/Framework/Test/Plugin/Composer/_fixture/valid/composer.json
|
||||
src/Core/Framework/Test/Plugin/Composer/PackageProviderTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/Plugin/CopyBatchTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/InMemoryFilesystemAdapterTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/FilesystemFactoryTest.php
|
||||
src/Core/Framework/Test/Adapter/Filesystem/PrefixFilesystemTest.php
|
||||
src/Core/Framework/Test/Adapter/Cache/RedisConnectionFactoryTest.php
|
||||
src/Core/Framework/Test/Adapter/Cache/Script/_fixtures/InvalidationCases/manifest.xml
|
||||
src/Core/Framework/Test/Adapter/Cache/Script/_fixtures/InvalidationCases/Resources/scripts/cache-invalidation/filter-by-entity.twig
|
||||
|
|
@ -18629,6 +18635,7 @@ src/Storefront/Resources/app/storefront/test/plugin/offcanvas-tabs/offcanvas-tab
|
|||
src/Storefront/Resources/app/storefront/test/plugin/base-slider/base-slider.plugin.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/offcanvas-cart/offcanvas-cart.plugin.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/zoom-modal/zoom-modal.plugin.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/google-analytics/event/view-item-list.event.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/google-analytics/google-analytics.plugin.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/remote-click/remote-click.plugin.test.js
|
||||
src/Storefront/Resources/app/storefront/test/plugin/add-to-cart/add-to-cart.plugin.test.js
|
||||
|
|
@ -19522,6 +19529,7 @@ config-schema.json
|
|||
.gitlab/bin/docker-entrypoint.sh
|
||||
.gitlab/bin/print_tested_updates.bash
|
||||
.gitlab/bin/sbp_release.sh
|
||||
.gitlab/bin/compile_deployment_info.sh
|
||||
.gitlab/bin/commercial_release.bash
|
||||
.gitlab/bin/coverage.bash
|
||||
.gitlab/bin/git_sync.bash
|
||||
|
|
|
|||
|
|
@ -2354,6 +2354,12 @@ Responses/shop/customer/get_customer_response.json
|
|||
shop/customer/get_customer_response.json
|
||||
customer/get_customer_response.json
|
||||
get_customer_response.json
|
||||
tests/Api/Responses/shop/customer/reset_password_validation_response.json
|
||||
Api/Responses/shop/customer/reset_password_validation_response.json
|
||||
Responses/shop/customer/reset_password_validation_response.json
|
||||
shop/customer/reset_password_validation_response.json
|
||||
customer/reset_password_validation_response.json
|
||||
reset_password_validation_response.json
|
||||
tests/Api/Responses/shop/customer/log_in_customer_response.json
|
||||
Api/Responses/shop/customer/log_in_customer_response.json
|
||||
Responses/shop/customer/log_in_customer_response.json
|
||||
|
|
|
|||
|
|
@ -500,6 +500,7 @@ tests/Api/Responses/shop/payment_method/get_payment_method_response.json
|
|||
tests/Api/Responses/shop/channel/get_channels_response.json
|
||||
tests/Api/Responses/shop/channel/get_channel_by_code_response.json
|
||||
tests/Api/Responses/shop/customer/get_customer_response.json
|
||||
tests/Api/Responses/shop/customer/reset_password_validation_response.json
|
||||
tests/Api/Responses/shop/customer/log_in_customer_response.json
|
||||
tests/Api/Responses/shop/customer/put_customer_response.json
|
||||
tests/Api/Responses/shop/product_option/get_product_option.json
|
||||
|
|
|
|||
|
|
@ -212,6 +212,44 @@ tags21.tld
|
|||
test/webapp-2.5/el-as-literal.jsp
|
||||
webapp-2.5/el-as-literal.jsp
|
||||
el-as-literal.jsp
|
||||
test/webapp-6.1/tld-versions.jsp
|
||||
webapp-6.1/tld-versions.jsp
|
||||
tld-versions.jsp
|
||||
test/webapp-6.1/WEB-INF/tags11.tld
|
||||
webapp-6.1/WEB-INF/tags11.tld
|
||||
WEB-INF/tags11.tld
|
||||
tags11.tld
|
||||
test/webapp-6.1/WEB-INF/tags20.tld
|
||||
webapp-6.1/WEB-INF/tags20.tld
|
||||
WEB-INF/tags20.tld
|
||||
tags20.tld
|
||||
test/webapp-6.1/WEB-INF/tags12.tld
|
||||
webapp-6.1/WEB-INF/tags12.tld
|
||||
WEB-INF/tags12.tld
|
||||
tags12.tld
|
||||
test/webapp-6.1/WEB-INF/tags31.tld
|
||||
webapp-6.1/WEB-INF/tags31.tld
|
||||
WEB-INF/tags31.tld
|
||||
tags31.tld
|
||||
test/webapp-6.1/WEB-INF/web.xml
|
||||
webapp-6.1/WEB-INF/web.xml
|
||||
WEB-INF/web.xml
|
||||
web.xml
|
||||
test/webapp-6.1/WEB-INF/tags40.tld
|
||||
webapp-6.1/WEB-INF/tags40.tld
|
||||
WEB-INF/tags40.tld
|
||||
tags40.tld
|
||||
test/webapp-6.1/WEB-INF/tags21.tld
|
||||
webapp-6.1/WEB-INF/tags21.tld
|
||||
WEB-INF/tags21.tld
|
||||
tags21.tld
|
||||
test/webapp-6.1/WEB-INF/tags30.tld
|
||||
webapp-6.1/WEB-INF/tags30.tld
|
||||
WEB-INF/tags30.tld
|
||||
tags30.tld
|
||||
test/webapp-6.1/el-as-literal.jsp
|
||||
webapp-6.1/el-as-literal.jsp
|
||||
el-as-literal.jsp
|
||||
test/webapp-2.4/tld-versions.jsp
|
||||
webapp-2.4/tld-versions.jsp
|
||||
tld-versions.jsp
|
||||
|
|
@ -6822,6 +6860,11 @@ jakarta/servlet/resources/javaee_5.xsd
|
|||
servlet/resources/javaee_5.xsd
|
||||
resources/javaee_5.xsd
|
||||
javaee_5.xsd
|
||||
java/jakarta/servlet/resources/jakartaee_11.xsd
|
||||
jakarta/servlet/resources/jakartaee_11.xsd
|
||||
servlet/resources/jakartaee_11.xsd
|
||||
resources/jakartaee_11.xsd
|
||||
jakartaee_11.xsd
|
||||
java/jakarta/servlet/resources/jsp_3_0.xsd
|
||||
jakarta/servlet/resources/jsp_3_0.xsd
|
||||
servlet/resources/jsp_3_0.xsd
|
||||
|
|
@ -6872,6 +6915,11 @@ jakarta/servlet/resources/web-app_4_0.xsd
|
|||
servlet/resources/web-app_4_0.xsd
|
||||
resources/web-app_4_0.xsd
|
||||
web-app_4_0.xsd
|
||||
java/jakarta/servlet/resources/jsp_4_0.xsd
|
||||
jakarta/servlet/resources/jsp_4_0.xsd
|
||||
servlet/resources/jsp_4_0.xsd
|
||||
resources/jsp_4_0.xsd
|
||||
jsp_4_0.xsd
|
||||
java/jakarta/servlet/resources/javaee_8.xsd
|
||||
jakarta/servlet/resources/javaee_8.xsd
|
||||
servlet/resources/javaee_8.xsd
|
||||
|
|
@ -6912,11 +6960,21 @@ jakarta/servlet/resources/web-app_2_2.dtd
|
|||
servlet/resources/web-app_2_2.dtd
|
||||
resources/web-app_2_2.dtd
|
||||
web-app_2_2.dtd
|
||||
java/jakarta/servlet/resources/web-jsptaglibrary_4_0.xsd
|
||||
jakarta/servlet/resources/web-jsptaglibrary_4_0.xsd
|
||||
servlet/resources/web-jsptaglibrary_4_0.xsd
|
||||
resources/web-jsptaglibrary_4_0.xsd
|
||||
web-jsptaglibrary_4_0.xsd
|
||||
java/jakarta/servlet/resources/jsp_3_1.xsd
|
||||
jakarta/servlet/resources/jsp_3_1.xsd
|
||||
servlet/resources/jsp_3_1.xsd
|
||||
resources/jsp_3_1.xsd
|
||||
jsp_3_1.xsd
|
||||
java/jakarta/servlet/resources/web-fragment_6_1.xsd
|
||||
jakarta/servlet/resources/web-fragment_6_1.xsd
|
||||
servlet/resources/web-fragment_6_1.xsd
|
||||
resources/web-fragment_6_1.xsd
|
||||
web-fragment_6_1.xsd
|
||||
java/jakarta/servlet/resources/web-app_2_3.dtd
|
||||
jakarta/servlet/resources/web-app_2_3.dtd
|
||||
servlet/resources/web-app_2_3.dtd
|
||||
|
|
@ -7007,6 +7065,16 @@ jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
|
|||
servlet/resources/jakartaee_web_services_2_0.xsd
|
||||
resources/jakartaee_web_services_2_0.xsd
|
||||
jakartaee_web_services_2_0.xsd
|
||||
java/jakarta/servlet/resources/web-common_6_1.xsd
|
||||
jakarta/servlet/resources/web-common_6_1.xsd
|
||||
servlet/resources/web-common_6_1.xsd
|
||||
resources/web-common_6_1.xsd
|
||||
web-common_6_1.xsd
|
||||
java/jakarta/servlet/resources/web-app_6_1.xsd
|
||||
jakarta/servlet/resources/web-app_6_1.xsd
|
||||
servlet/resources/web-app_6_1.xsd
|
||||
resources/web-app_6_1.xsd
|
||||
web-app_6_1.xsd
|
||||
java/jakarta/servlet/resources/web-jsptaglibrary_1_1.dtd
|
||||
jakarta/servlet/resources/web-jsptaglibrary_1_1.dtd
|
||||
servlet/resources/web-jsptaglibrary_1_1.dtd
|
||||
|
|
|
|||
|
|
@ -37,6 +37,16 @@ test/webapp-2.5/WEB-INF/tags12.tld
|
|||
test/webapp-2.5/WEB-INF/web.xml
|
||||
test/webapp-2.5/WEB-INF/tags21.tld
|
||||
test/webapp-2.5/el-as-literal.jsp
|
||||
test/webapp-6.1/tld-versions.jsp
|
||||
test/webapp-6.1/WEB-INF/tags11.tld
|
||||
test/webapp-6.1/WEB-INF/tags20.tld
|
||||
test/webapp-6.1/WEB-INF/tags12.tld
|
||||
test/webapp-6.1/WEB-INF/tags31.tld
|
||||
test/webapp-6.1/WEB-INF/web.xml
|
||||
test/webapp-6.1/WEB-INF/tags40.tld
|
||||
test/webapp-6.1/WEB-INF/tags21.tld
|
||||
test/webapp-6.1/WEB-INF/tags30.tld
|
||||
test/webapp-6.1/el-as-literal.jsp
|
||||
test/webapp-2.4/tld-versions.jsp
|
||||
test/webapp-2.4/WEB-INF/tags11.tld
|
||||
test/webapp-2.4/WEB-INF/tags20.tld
|
||||
|
|
@ -1268,6 +1278,7 @@ java/jakarta/servlet/resources/web-jsptaglibrary_3_0.xsd
|
|||
java/jakarta/servlet/resources/javaee_web_services_1_4.xsd
|
||||
java/jakarta/servlet/resources/web-common_3_1.xsd
|
||||
java/jakarta/servlet/resources/javaee_5.xsd
|
||||
java/jakarta/servlet/resources/jakartaee_11.xsd
|
||||
java/jakarta/servlet/resources/jsp_3_0.xsd
|
||||
java/jakarta/servlet/resources/jakartaee_web_services_client_2_0.xsd
|
||||
java/jakarta/servlet/resources/web-app_3_1.xsd
|
||||
|
|
@ -1278,6 +1289,7 @@ java/jakarta/servlet/resources/web-common_4_0.xsd
|
|||
java/jakarta/servlet/resources/web-fragment_6_0.xsd
|
||||
java/jakarta/servlet/resources/javaee_web_services_1_2.xsd
|
||||
java/jakarta/servlet/resources/web-app_4_0.xsd
|
||||
java/jakarta/servlet/resources/jsp_4_0.xsd
|
||||
java/jakarta/servlet/resources/javaee_8.xsd
|
||||
java/jakarta/servlet/resources/web-fragment_3_0.xsd
|
||||
java/jakarta/servlet/resources/web-common_5_0.xsd
|
||||
|
|
@ -1286,7 +1298,9 @@ java/jakarta/servlet/resources/xml.xsd
|
|||
java/jakarta/servlet/resources/web-common_3_0.xsd
|
||||
java/jakarta/servlet/resources/web-app_3_0.xsd
|
||||
java/jakarta/servlet/resources/web-app_2_2.dtd
|
||||
java/jakarta/servlet/resources/web-jsptaglibrary_4_0.xsd
|
||||
java/jakarta/servlet/resources/jsp_3_1.xsd
|
||||
java/jakarta/servlet/resources/web-fragment_6_1.xsd
|
||||
java/jakarta/servlet/resources/web-app_2_3.dtd
|
||||
java/jakarta/servlet/resources/javaee_7.xsd
|
||||
java/jakarta/servlet/resources/javaee_web_services_client_1_2.xsd
|
||||
|
|
@ -1305,6 +1319,8 @@ java/jakarta/servlet/resources/javaee_6.xsd
|
|||
java/jakarta/servlet/resources/web-fragment_5_0.xsd
|
||||
java/jakarta/servlet/resources/web-common_6_0.xsd
|
||||
java/jakarta/servlet/resources/jakartaee_web_services_2_0.xsd
|
||||
java/jakarta/servlet/resources/web-common_6_1.xsd
|
||||
java/jakarta/servlet/resources/web-app_6_1.xsd
|
||||
java/jakarta/servlet/resources/web-jsptaglibrary_1_1.dtd
|
||||
java/jakarta/servlet/resources/javaee_web_services_client_1_3.xsd
|
||||
java/jakarta/servlet/resources/web-app_6_0.xsd
|
||||
|
|
|
|||
|
|
@ -6644,6 +6644,11 @@ js/product-editor/changelog/add-44169-create
|
|||
product-editor/changelog/add-44169-create
|
||||
changelog/add-44169-create
|
||||
add-44169-create
|
||||
packages/js/product-editor/changelog/fix-product-text-area-field-label-a11y
|
||||
js/product-editor/changelog/fix-product-text-area-field-label-a11y
|
||||
product-editor/changelog/fix-product-text-area-field-label-a11y
|
||||
changelog/fix-product-text-area-field-label-a11y
|
||||
fix-product-text-area-field-label-a11y
|
||||
packages/js/product-editor/changelog/update-add-field-textarea-block-doc
|
||||
js/product-editor/changelog/update-add-field-textarea-block-doc
|
||||
product-editor/changelog/update-add-field-textarea-block-doc
|
||||
|
|
@ -6699,6 +6704,11 @@ js/product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new
|
|||
product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new
|
||||
changelog/fix-45388_close_prepublish_panel_before_create_new
|
||||
fix-45388_close_prepublish_panel_before_create_new
|
||||
packages/js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads
|
||||
js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads
|
||||
product-editor/changelog/fix-41761_tracks_event_name_for_downloads
|
||||
changelog/fix-41761_tracks_event_name_for_downloads
|
||||
fix-41761_tracks_event_name_for_downloads
|
||||
packages/js/product-editor/changelog/fix-44572_enable_publish_button_when_draft
|
||||
js/product-editor/changelog/fix-44572_enable_publish_button_when_draft
|
||||
product-editor/changelog/fix-44572_enable_publish_button_when_draft
|
||||
|
|
@ -22238,6 +22248,14 @@ hub/main-content/pages/launch-store-success.tsx
|
|||
main-content/pages/launch-store-success.tsx
|
||||
pages/launch-store-success.tsx
|
||||
launch-store-success.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
hub/main-content/pages/site-preview.scss
|
||||
main-content/pages/site-preview.scss
|
||||
pages/site-preview.scss
|
||||
site-preview.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/xstate.tsx
|
||||
woocommerce-admin/client/launch-your-store/hub/main-content/xstate.tsx
|
||||
client/launch-your-store/hub/main-content/xstate.tsx
|
||||
|
|
@ -51655,6 +51673,10 @@ plugins/woocommerce/changelog/add-test-for-woocommerce_specific_allowed_countrie
|
|||
woocommerce/changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
add-test-for-woocommerce_specific_allowed_countries
|
||||
plugins/woocommerce/changelog/e2e-merchant-shipping-zones
|
||||
woocommerce/changelog/e2e-merchant-shipping-zones
|
||||
changelog/e2e-merchant-shipping-zones
|
||||
e2e-merchant-shipping-zones
|
||||
plugins/woocommerce/changelog/45791-tweak-45790
|
||||
woocommerce/changelog/45791-tweak-45790
|
||||
changelog/45791-tweak-45790
|
||||
|
|
@ -51667,6 +51689,10 @@ plugins/woocommerce/changelog/43267-add-auto-insert-customer-block
|
|||
woocommerce/changelog/43267-add-auto-insert-customer-block
|
||||
changelog/43267-add-auto-insert-customer-block
|
||||
43267-add-auto-insert-customer-block
|
||||
plugins/woocommerce/changelog/45824-add-44400-e2e-test-for-digital-store
|
||||
woocommerce/changelog/45824-add-44400-e2e-test-for-digital-store
|
||||
changelog/45824-add-44400-e2e-test-for-digital-store
|
||||
45824-add-44400-e2e-test-for-digital-store
|
||||
plugins/woocommerce/changelog/dev-xstatev5-inspector
|
||||
woocommerce/changelog/dev-xstatev5-inspector
|
||||
changelog/dev-xstatev5-inspector
|
||||
|
|
@ -51675,6 +51701,14 @@ plugins/woocommerce/changelog/45862-patch-4
|
|||
woocommerce/changelog/45862-patch-4
|
||||
changelog/45862-patch-4
|
||||
45862-patch-4
|
||||
plugins/woocommerce/changelog/fix-43879
|
||||
woocommerce/changelog/fix-43879
|
||||
changelog/fix-43879
|
||||
fix-43879
|
||||
plugins/woocommerce/changelog/fix-additional-fields-validation
|
||||
woocommerce/changelog/fix-additional-fields-validation
|
||||
changelog/fix-additional-fields-validation
|
||||
fix-additional-fields-validation
|
||||
plugins/woocommerce/changelog/e2e-woo-com-connection
|
||||
woocommerce/changelog/e2e-woo-com-connection
|
||||
changelog/e2e-woo-com-connection
|
||||
|
|
@ -51683,6 +51717,14 @@ plugins/woocommerce/changelog/45551-fix-43967-43960-43890
|
|||
woocommerce/changelog/45551-fix-43967-43960-43890
|
||||
changelog/45551-fix-43967-43960-43890
|
||||
45551-fix-43967-43960-43890
|
||||
plugins/woocommerce/changelog/45981-fix-45956-applying-coupons-in-generates-php-deprecated
|
||||
woocommerce/changelog/45981-fix-45956-applying-coupons-in-generates-php-deprecated
|
||||
changelog/45981-fix-45956-applying-coupons-in-generates-php-deprecated
|
||||
45981-fix-45956-applying-coupons-in-generates-php-deprecated
|
||||
plugins/woocommerce/changelog/e2e-add-changes-to-test-projects
|
||||
woocommerce/changelog/e2e-add-changes-to-test-projects
|
||||
changelog/e2e-add-changes-to-test-projects
|
||||
e2e-add-changes-to-test-projects
|
||||
plugins/woocommerce/changelog/add-lys-xstate-url-handling
|
||||
woocommerce/changelog/add-lys-xstate-url-handling
|
||||
changelog/add-lys-xstate-url-handling
|
||||
|
|
@ -51719,6 +51761,10 @@ plugins/woocommerce/changelog/add-use-state-name-in-address-card
|
|||
woocommerce/changelog/add-use-state-name-in-address-card
|
||||
changelog/add-use-state-name-in-address-card
|
||||
add-use-state-name-in-address-card
|
||||
plugins/woocommerce/changelog/add-e2e_tests_for_grouped_product
|
||||
woocommerce/changelog/add-e2e_tests_for_grouped_product
|
||||
changelog/add-e2e_tests_for_grouped_product
|
||||
add-e2e_tests_for_grouped_product
|
||||
plugins/woocommerce/changelog/45773-add-coming-soon-page
|
||||
woocommerce/changelog/45773-add-coming-soon-page
|
||||
changelog/45773-add-coming-soon-page
|
||||
|
|
@ -51739,22 +51785,42 @@ plugins/woocommerce/changelog/45830-add-patterns-title-spacing
|
|||
woocommerce/changelog/45830-add-patterns-title-spacing
|
||||
changelog/45830-add-patterns-title-spacing
|
||||
45830-add-patterns-title-spacing
|
||||
plugins/woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
plugins/woocommerce/changelog/44593-add-wp-env-6.5
|
||||
woocommerce/changelog/44593-add-wp-env-6.5
|
||||
changelog/44593-add-wp-env-6.5
|
||||
44593-add-wp-env-6.5
|
||||
plugins/woocommerce/changelog/fix-analytics_comparison_by_product
|
||||
woocommerce/changelog/fix-analytics_comparison_by_product
|
||||
changelog/fix-analytics_comparison_by_product
|
||||
fix-analytics_comparison_by_product
|
||||
plugins/woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
46022-update-41534-adjust-shipping-calculation-text
|
||||
plugins/woocommerce/changelog/45932-update-lys-task-action-url
|
||||
woocommerce/changelog/45932-update-lys-task-action-url
|
||||
changelog/45932-update-lys-task-action-url
|
||||
45932-update-lys-task-action-url
|
||||
plugins/woocommerce/changelog/fix-payments-tasks-links-when-woopayments-is-connected
|
||||
woocommerce/changelog/fix-payments-tasks-links-when-woopayments-is-connected
|
||||
changelog/fix-payments-tasks-links-when-woopayments-is-connected
|
||||
fix-payments-tasks-links-when-woopayments-is-connected
|
||||
plugins/woocommerce/changelog/e2e-add-merchant-checkout-block-options
|
||||
woocommerce/changelog/e2e-add-merchant-checkout-block-options
|
||||
changelog/e2e-add-merchant-checkout-block-options
|
||||
e2e-add-merchant-checkout-block-options
|
||||
plugins/woocommerce/changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
woocommerce/changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
tools-add-e2e-tests-in-ci-jobs
|
||||
plugins/woocommerce/changelog/update-task-list-progress-title
|
||||
woocommerce/changelog/update-task-list-progress-title
|
||||
changelog/update-task-list-progress-title
|
||||
update-task-list-progress-title
|
||||
plugins/woocommerce/changelog/add-39887_e2e_tests_variations_warning
|
||||
woocommerce/changelog/add-39887_e2e_tests_variations_warning
|
||||
changelog/add-39887_e2e_tests_variations_warning
|
||||
add-39887_e2e_tests_variations_warning
|
||||
plugins/woocommerce/changelog/e2e-reenable-all-e2e-tests
|
||||
woocommerce/changelog/e2e-reenable-all-e2e-tests
|
||||
changelog/e2e-reenable-all-e2e-tests
|
||||
|
|
@ -51775,6 +51841,10 @@ plugins/woocommerce/changelog/fix-40157-styled-post-content
|
|||
woocommerce/changelog/fix-40157-styled-post-content
|
||||
changelog/fix-40157-styled-post-content
|
||||
fix-40157-styled-post-content
|
||||
plugins/woocommerce/changelog/e2e-fix-make-e2e-theme-agnostic
|
||||
woocommerce/changelog/e2e-fix-make-e2e-theme-agnostic
|
||||
changelog/e2e-fix-make-e2e-theme-agnostic
|
||||
e2e-fix-make-e2e-theme-agnostic
|
||||
plugins/woocommerce/changelog/e2e-flaky-test-fixes
|
||||
woocommerce/changelog/e2e-flaky-test-fixes
|
||||
changelog/e2e-flaky-test-fixes
|
||||
|
|
@ -51787,6 +51857,10 @@ plugins/woocommerce/changelog/update-product-editor-register-metadata-block-attr
|
|||
woocommerce/changelog/update-product-editor-register-metadata-block-attribute
|
||||
changelog/update-product-editor-register-metadata-block-attribute
|
||||
update-product-editor-register-metadata-block-attribute
|
||||
plugins/woocommerce/changelog/add-lys-hub-site-preview
|
||||
woocommerce/changelog/add-lys-hub-site-preview
|
||||
changelog/add-lys-hub-site-preview
|
||||
add-lys-hub-site-preview
|
||||
plugins/woocommerce/changelog/dev-36777_update_copy_inventory_management
|
||||
woocommerce/changelog/dev-36777_update_copy_inventory_management
|
||||
changelog/dev-36777_update_copy_inventory_management
|
||||
|
|
@ -51795,10 +51869,22 @@ plugins/woocommerce/changelog/45894-45350-transitional-page-e2e-tests
|
|||
woocommerce/changelog/45894-45350-transitional-page-e2e-tests
|
||||
changelog/45894-45350-transitional-page-e2e-tests
|
||||
45894-45350-transitional-page-e2e-tests
|
||||
plugins/woocommerce/changelog/fix-44080
|
||||
woocommerce/changelog/fix-44080
|
||||
changelog/fix-44080
|
||||
fix-44080
|
||||
plugins/woocommerce/changelog/fix-product-editor-mis-alignment
|
||||
woocommerce/changelog/fix-product-editor-mis-alignment
|
||||
changelog/fix-product-editor-mis-alignment
|
||||
fix-product-editor-mis-alignment
|
||||
plugins/woocommerce/changelog/e2e-fix-create-order-test-fix
|
||||
woocommerce/changelog/e2e-fix-create-order-test-fix
|
||||
changelog/e2e-fix-create-order-test-fix
|
||||
e2e-fix-create-order-test-fix
|
||||
plugins/woocommerce/changelog/re-44879
|
||||
woocommerce/changelog/re-44879
|
||||
changelog/re-44879
|
||||
re-44879
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
|
|
@ -53900,6 +53986,13 @@ e2e-pw/tests/merchant/settings-general.spec.js
|
|||
tests/merchant/settings-general.spec.js
|
||||
merchant/settings-general.spec.js
|
||||
settings-general.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/settings-shipping.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/settings-shipping.spec.js
|
||||
tests/e2e-pw/tests/merchant/settings-shipping.spec.js
|
||||
e2e-pw/tests/merchant/settings-shipping.spec.js
|
||||
tests/merchant/settings-shipping.spec.js
|
||||
merchant/settings-shipping.spec.js
|
||||
settings-shipping.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/order-emails.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/order-emails.spec.js
|
||||
tests/e2e-pw/tests/merchant/order-emails.spec.js
|
||||
|
|
@ -53907,6 +54000,13 @@ e2e-pw/tests/merchant/order-emails.spec.js
|
|||
tests/merchant/order-emails.spec.js
|
||||
merchant/order-emails.spec.js
|
||||
order-emails.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/product-linked-products.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/product-linked-products.spec.js
|
||||
tests/e2e-pw/tests/merchant/product-linked-products.spec.js
|
||||
e2e-pw/tests/merchant/product-linked-products.spec.js
|
||||
tests/merchant/product-linked-products.spec.js
|
||||
merchant/product-linked-products.spec.js
|
||||
product-linked-products.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/users-manage.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/users-manage.spec.js
|
||||
tests/e2e-pw/tests/merchant/users-manage.spec.js
|
||||
|
|
@ -54063,6 +54163,15 @@ merchant/products/block-editor/product-images-block-editor.spec.js
|
|||
products/block-editor/product-images-block-editor.spec.js
|
||||
block-editor/product-images-block-editor.spec.js
|
||||
product-images-block-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
tests/e2e-pw/tests/merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
e2e-pw/tests/merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
tests/merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
block-editor/create-grouped-product-block-editor.spec.js
|
||||
create-grouped-product-block-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/disable-block-product-editor.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/disable-block-product-editor.spec.js
|
||||
tests/e2e-pw/tests/merchant/products/block-editor/disable-block-product-editor.spec.js
|
||||
|
|
@ -54143,13 +54252,6 @@ e2e-pw/tests/merchant/create-restricted-coupons.spec.js
|
|||
tests/merchant/create-restricted-coupons.spec.js
|
||||
merchant/create-restricted-coupons.spec.js
|
||||
create-restricted-coupons.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/product-linked-producs.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/product-linked-producs.spec.js
|
||||
tests/e2e-pw/tests/merchant/product-linked-producs.spec.js
|
||||
e2e-pw/tests/merchant/product-linked-producs.spec.js
|
||||
tests/merchant/product-linked-producs.spec.js
|
||||
merchant/product-linked-producs.spec.js
|
||||
product-linked-producs.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js
|
||||
woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js
|
||||
tests/e2e-pw/tests/merchant/create-cart-block.spec.js
|
||||
|
|
@ -59609,6 +59711,15 @@ php/src/LayoutTemplates/LayoutTemplateRegistryTest.php
|
|||
src/LayoutTemplates/LayoutTemplateRegistryTest.php
|
||||
LayoutTemplates/LayoutTemplateRegistryTest.php
|
||||
LayoutTemplateRegistryTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Domain/Services/Hydration.php
|
||||
woocommerce/tests/php/src/Blocks/Domain/Services/Hydration.php
|
||||
tests/php/src/Blocks/Domain/Services/Hydration.php
|
||||
php/src/Blocks/Domain/Services/Hydration.php
|
||||
src/Blocks/Domain/Services/Hydration.php
|
||||
Blocks/Domain/Services/Hydration.php
|
||||
Domain/Services/Hydration.php
|
||||
Services/Hydration.php
|
||||
Hydration.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Domain/Services/DeleteDraftOrders.php
|
||||
woocommerce/tests/php/src/Blocks/Domain/Services/DeleteDraftOrders.php
|
||||
tests/php/src/Blocks/Domain/Services/DeleteDraftOrders.php
|
||||
|
|
|
|||
|
|
@ -1200,6 +1200,7 @@ packages/js/product-editor/changelog/add-43707_show_prepublish_checks_section
|
|||
packages/js/product-editor/changelog/fix-product-editor-remove-editable-outline
|
||||
packages/js/product-editor/changelog/add-44169-list
|
||||
packages/js/product-editor/changelog/add-44169-create
|
||||
packages/js/product-editor/changelog/fix-product-text-area-field-label-a11y
|
||||
packages/js/product-editor/changelog/update-add-field-textarea-block-doc
|
||||
packages/js/product-editor/changelog/add-44169-remove
|
||||
packages/js/product-editor/changelog/add-wooicons
|
||||
|
|
@ -1211,6 +1212,7 @@ packages/js/product-editor/changelog/add-42015_allow_upload_image_for_variations
|
|||
packages/js/product-editor/changelog/fix-product-editor-quick-update-upload-files
|
||||
packages/js/product-editor/changelog/44838-dev-use-content-hash
|
||||
packages/js/product-editor/changelog/fix-45388_close_prepublish_panel_before_create_new
|
||||
packages/js/product-editor/changelog/fix-41761_tracks_event_name_for_downloads
|
||||
packages/js/product-editor/changelog/fix-44572_enable_publish_button_when_draft
|
||||
packages/js/product-editor/changelog/fix-45668_remove_always_show_preprepublish_panel
|
||||
packages/js/product-editor/changelog/fix-44809_downloads_buttons
|
||||
|
|
@ -3829,6 +3831,7 @@ plugins/woocommerce-admin/client/launch-your-store/hub/styles.scss
|
|||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/loading.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/launch-store-success.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/pages/site-preview.scss
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/main-content/xstate.tsx
|
||||
plugins/woocommerce-admin/client/launch-your-store/hub/index.tsx
|
||||
plugins/woocommerce-admin/client/customize-store/types.ts
|
||||
|
|
@ -7896,13 +7899,19 @@ plugins/woocommerce/changelog/fix-wcpaypromotion-footer-error-on-upgrade-downgra
|
|||
plugins/woocommerce/changelog/performance-update-get-template-paths
|
||||
plugins/woocommerce/changelog/fix-43311-fix-query-id-persistence
|
||||
plugins/woocommerce/changelog/add-test-for-woocommerce_specific_allowed_countries
|
||||
plugins/woocommerce/changelog/e2e-merchant-shipping-zones
|
||||
plugins/woocommerce/changelog/45791-tweak-45790
|
||||
plugins/woocommerce/changelog/45778-fix-44893-shipping-cost-task-input-layout-issue
|
||||
plugins/woocommerce/changelog/43267-add-auto-insert-customer-block
|
||||
plugins/woocommerce/changelog/45824-add-44400-e2e-test-for-digital-store
|
||||
plugins/woocommerce/changelog/dev-xstatev5-inspector
|
||||
plugins/woocommerce/changelog/45862-patch-4
|
||||
plugins/woocommerce/changelog/fix-43879
|
||||
plugins/woocommerce/changelog/fix-additional-fields-validation
|
||||
plugins/woocommerce/changelog/e2e-woo-com-connection
|
||||
plugins/woocommerce/changelog/45551-fix-43967-43960-43890
|
||||
plugins/woocommerce/changelog/45981-fix-45956-applying-coupons-in-generates-php-deprecated
|
||||
plugins/woocommerce/changelog/e2e-add-changes-to-test-projects
|
||||
plugins/woocommerce/changelog/add-lys-xstate-url-handling
|
||||
plugins/woocommerce/changelog/e2e-display-marketing-overview
|
||||
plugins/woocommerce/changelog/45530-fix-45528-single-product-block-restricting-inner-blocks-placement
|
||||
|
|
@ -7912,26 +7921,37 @@ plugins/woocommerce/changelog/e2e-merchant-orders-enhancements
|
|||
plugins/woocommerce/changelog/try-checkout-e2e-fix-opr
|
||||
plugins/woocommerce/changelog/45804-45343-cys-core-e2e-tests-add-coverage-fot-the-loading-page
|
||||
plugins/woocommerce/changelog/add-use-state-name-in-address-card
|
||||
plugins/woocommerce/changelog/add-e2e_tests_for_grouped_product
|
||||
plugins/woocommerce/changelog/45773-add-coming-soon-page
|
||||
plugins/woocommerce/changelog/e2e-fix-create-simple-product-fix
|
||||
plugins/woocommerce/changelog/e2e-fix-customer-payment-page-fix
|
||||
plugins/woocommerce/changelog/fix-phpcs-add-WordPress.WP.Capabilities
|
||||
plugins/woocommerce/changelog/45830-add-patterns-title-spacing
|
||||
plugins/woocommerce/changelog/45933-redirect-to-intro-when-going-to-transitional-but-no-theme-mods
|
||||
plugins/woocommerce/changelog/44593-add-wp-env-6.5
|
||||
plugins/woocommerce/changelog/fix-analytics_comparison_by_product
|
||||
plugins/woocommerce/changelog/46022-update-41534-adjust-shipping-calculation-text
|
||||
plugins/woocommerce/changelog/45932-update-lys-task-action-url
|
||||
plugins/woocommerce/changelog/fix-payments-tasks-links-when-woopayments-is-connected
|
||||
plugins/woocommerce/changelog/e2e-add-merchant-checkout-block-options
|
||||
plugins/woocommerce/changelog/tools-add-e2e-tests-in-ci-jobs
|
||||
plugins/woocommerce/changelog/update-task-list-progress-title
|
||||
plugins/woocommerce/changelog/add-39887_e2e_tests_variations_warning
|
||||
plugins/woocommerce/changelog/e2e-reenable-all-e2e-tests
|
||||
plugins/woocommerce/changelog/45828-fix-44405-disable-shipping-logic
|
||||
plugins/woocommerce/changelog/e2e-new-order-email
|
||||
plugins/woocommerce/changelog/45781-fix-query-non-public-tax
|
||||
plugins/woocommerce/changelog/fix-40157-styled-post-content
|
||||
plugins/woocommerce/changelog/e2e-fix-make-e2e-theme-agnostic
|
||||
plugins/woocommerce/changelog/e2e-flaky-test-fixes
|
||||
plugins/woocommerce/changelog/45926-add-e2e-color-picker
|
||||
plugins/woocommerce/changelog/update-product-editor-register-metadata-block-attribute
|
||||
plugins/woocommerce/changelog/add-lys-hub-site-preview
|
||||
plugins/woocommerce/changelog/dev-36777_update_copy_inventory_management
|
||||
plugins/woocommerce/changelog/45894-45350-transitional-page-e2e-tests
|
||||
plugins/woocommerce/changelog/fix-44080
|
||||
plugins/woocommerce/changelog/fix-product-editor-mis-alignment
|
||||
plugins/woocommerce/changelog/e2e-fix-create-order-test-fix
|
||||
plugins/woocommerce/changelog/re-44879
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/add-phone-number-to-order-preview
|
||||
plugins/woocommerce/changelog/fix-wccom-19988-double-bubble
|
||||
|
|
@ -8253,7 +8273,9 @@ plugins/woocommerce/tests/e2e-pw/tests/merchant/product-settings.spec.js
|
|||
plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-payment-page.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/page-loads.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/settings-general.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/settings-shipping.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/order-emails.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/product-linked-products.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/users-manage.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/customer-list.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/product-reviews.spec.js
|
||||
|
|
@ -8274,6 +8296,7 @@ plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-in
|
|||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-variable-product-block-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/enable-block-product-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-images-block-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/create-grouped-product-block-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/disable-block-product-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-edit-block-editor.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/products/block-editor/product-attributes-block-editor.spec.js
|
||||
|
|
@ -8284,7 +8307,6 @@ plugins/woocommerce/tests/e2e-pw/tests/merchant/order-search.spec.js
|
|||
plugins/woocommerce/tests/e2e-pw/tests/merchant/users-create.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/order-status-filter.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-restricted-coupons.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/product-linked-producs.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/create-cart-block.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/settings-tax.spec.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/merchant/product-images.spec.js
|
||||
|
|
@ -9022,6 +9044,7 @@ plugins/woocommerce/tests/php/src/Caching/ObjectCacheTest.php
|
|||
plugins/woocommerce/tests/php/src/Caching/WPCacheEngineTest.php
|
||||
plugins/woocommerce/tests/php/src/LayoutTemplates/TestLayoutTemplate.php
|
||||
plugins/woocommerce/tests/php/src/LayoutTemplates/LayoutTemplateRegistryTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Domain/Services/Hydration.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Domain/Services/DeleteDraftOrders.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Domain/Package.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Utils/MiniCartUtilsTest.php
|
||||
|
|
|
|||
|
|
@ -30,10 +30,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -41,11 +37,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -55,7 +48,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?z=1
|
||||
/B00M3E1HJY
|
||||
/B00M3E1NYI
|
||||
/B00M3E1Q5Y
|
||||
|
|
@ -74,16 +66,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/album/*/*?i=
|
||||
/api
|
||||
/apis
|
||||
|
|
@ -98,8 +80,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments/*?*sort=
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -126,7 +106,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/liked_by
|
||||
/likes
|
||||
/listing/*/favoriters
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -134,20 +113,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/music/*/Search/
|
||||
/music/*/search/
|
||||
/newsearch/
|
||||
/organize
|
||||
/people/*/circle
|
||||
/people/*/favorites
|
||||
/pinned_flashes
|
||||
/pins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/revisions
|
||||
/rg*/mediaviewer/rm*/tr
|
||||
/rss
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -165,15 +139,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
|
||||
/store/locations/store-locations-sitemap.xml
|
||||
/store/music/groove-music-pass/*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/wiki/Special:
|
||||
/wiki/index.php/Help
|
||||
|
|
@ -242,7 +212,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?order=
|
||||
?pt1=true$
|
||||
?s=
|
||||
?show_error=true
|
||||
?tab=achievements&achievement=
|
||||
?utm_*=
|
||||
?w=address
|
||||
|
|
@ -327,8 +296,6 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -394,8 +361,6 @@ _next/gtm
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -504,7 +469,6 @@ ad_spice
|
|||
ad_syndication_user_tracking
|
||||
ad_visibility
|
||||
addContacts
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
adredir?
|
||||
|
|
@ -526,7 +490,6 @@ adwords/proposal
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
aihub/tfhub
|
||||
ajax
|
||||
ajax/follow_info
|
||||
|
|
@ -564,7 +527,6 @@ api_access_key=
|
|||
app*_
|
||||
app*form_id=
|
||||
app/updates
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -682,7 +644,6 @@ auth/verifychallenge
|
|||
author/following
|
||||
author=
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
b?*node=7454898011
|
||||
b?*node=7454917011
|
||||
|
|
@ -796,11 +757,7 @@ blogs/test
|
|||
blogsearch
|
||||
blogsearch_feeds
|
||||
bn
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmark?
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/about
|
||||
|
|
@ -822,38 +779,17 @@ books?*zoom=1
|
|||
books?*zoom=5
|
||||
booksrightsholders
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
browse/reviews/recent
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buttonlite.js
|
||||
buyside-e2e-monitor
|
||||
buzz/post
|
||||
|
|
@ -1045,7 +981,6 @@ checkout
|
|||
checkout/package
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/browser/mobile/tour
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
|
|
@ -1069,7 +1004,6 @@ client_error
|
|||
client_errors
|
||||
clima/ets
|
||||
clima/sites/registry
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1090,7 +1024,6 @@ commercesearch/images
|
|||
commercesearch/services
|
||||
commission_2010-2014/katainen
|
||||
commits?author=
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1106,32 +1039,24 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
community_s
|
||||
companyDir
|
||||
compare
|
||||
compare/*/apply
|
||||
compressiontest
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
connector
|
||||
consumers/archive
|
||||
contact_me
|
||||
contactus
|
||||
content
|
||||
content-claiming
|
||||
context_referrer=gig_page
|
||||
context_referrer=user_page
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
coop/directory
|
||||
coop/manage
|
||||
copyright-reporting
|
||||
corgi$
|
||||
couchmode
|
||||
counter/*?
|
||||
|
|
@ -1139,13 +1064,7 @@ counters/client-screenview
|
|||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
cse/home
|
||||
cse/manage
|
||||
|
|
@ -1154,9 +1073,7 @@ cse?
|
|||
csp
|
||||
csp_block
|
||||
csp_report_only
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1266,9 +1183,7 @@ de/teams
|
|||
de/transactions
|
||||
de/treasury
|
||||
de/your
|
||||
deactivate-account
|
||||
default
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1318,7 +1233,6 @@ digital-single-market/taxonomy
|
|||
digital-single-market/users
|
||||
directory
|
||||
directory/all
|
||||
discover
|
||||
discussion
|
||||
discussion/comment-permalink
|
||||
discussion/edit-profile
|
||||
|
|
@ -1416,8 +1330,6 @@ ebooks?*zoom=1
|
|||
ebooks?*zoom=5
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
edurec
|
||||
|
|
@ -1429,7 +1341,6 @@ elite?
|
|||
email
|
||||
email-unsubscribe
|
||||
email_actions
|
||||
email_verification_error
|
||||
embed
|
||||
embed/feed/update
|
||||
employment_social/anticipedia/xwiki/bin/attach
|
||||
|
|
@ -1484,7 +1395,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
environment/ets
|
||||
|
|
@ -1587,8 +1497,6 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
|
|
@ -1598,7 +1506,6 @@ facebook
|
|||
facebook_connect
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb.html
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -1678,8 +1585,6 @@ flights
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1790,8 +1695,6 @@ globalmarketfinder
|
|||
globalmarketfinder/*.html
|
||||
go/awards
|
||||
gold?
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
goto
|
||||
gp
|
||||
|
|
@ -1902,7 +1805,6 @@ gview
|
|||
gwt
|
||||
h5games_gamecenter/images
|
||||
handmade
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1977,10 +1879,7 @@ hk-en/teams
|
|||
hk-en/transactions
|
||||
hk-en/treasury
|
||||
hk-en/your
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotelfinder/rpc
|
||||
|
|
@ -2001,9 +1900,6 @@ i/u
|
|||
ia
|
||||
icons
|
||||
id-id.www.cloudflare.com
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie*/listing/*/favoriters
|
||||
|
|
@ -2173,14 +2069,11 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
internalPref
|
||||
intl/*/about/views
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invites/buy
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
|
|
@ -2270,8 +2163,6 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp*/listing/*/favoriters
|
||||
jp*/people/*/circle
|
||||
jp*/people/*/favorites
|
||||
|
|
@ -2334,7 +2225,6 @@ knowmore
|
|||
ko-kr.www.cloudflare.com
|
||||
ko-kr/feedback
|
||||
ko-kr/lp
|
||||
kwanzaa-spotlight
|
||||
labs/popgadget/search
|
||||
lamda/images
|
||||
landing/cmsnext-root
|
||||
|
|
@ -2373,7 +2263,6 @@ li/track
|
|||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
linked
|
||||
linkedin
|
||||
list
|
||||
list/ls*/_ajax
|
||||
|
|
@ -2382,7 +2271,6 @@ listing/*/stubs
|
|||
lite
|
||||
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
|
||||
live
|
||||
live-session
|
||||
live_chat
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
lm/R3HQ5WJSZK6QSO
|
||||
|
|
@ -2414,7 +2302,6 @@ lochp?
|
|||
logging
|
||||
login
|
||||
login$
|
||||
login/?next=
|
||||
login?*=
|
||||
logo-maker/brief
|
||||
logo-maker/choose-variation
|
||||
|
|
@ -2593,7 +2480,6 @@ native
|
|||
nb-no.www.cloudflare.com
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news$
|
||||
news/$
|
||||
news/0
|
||||
|
|
@ -2605,7 +2491,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsroom/notifications
|
||||
|
|
@ -2713,7 +2598,6 @@ no-en/treasury
|
|||
no-en/your
|
||||
nonprofits/account
|
||||
not_recommended_reviews/preview
|
||||
notifications
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
nwshp$
|
||||
|
|
@ -2766,12 +2650,8 @@ nz/teams
|
|||
nz/transactions
|
||||
nz/treasury
|
||||
nz/your
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offsite
|
||||
og
|
||||
onebox/media/sports/logos
|
||||
onebox/media/sports/photos/soccer/wc2018
|
||||
|
|
@ -2802,11 +2682,8 @@ pages?oid=-
|
|||
pagespeed/insights/ui/logo
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2836,39 +2713,8 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping?
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl*/listing/*/favoriters
|
||||
pl*/people/*/circle
|
||||
pl*/people/*/favorites
|
||||
|
|
@ -2919,7 +2765,6 @@ pl/teams
|
|||
pl/transactions
|
||||
pl/treasury
|
||||
pl/your
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2949,7 +2794,6 @@ ppob?
|
|||
pqa
|
||||
preference
|
||||
preferences
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2960,8 +2804,6 @@ private
|
|||
pro
|
||||
pro-resources
|
||||
pro/about
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
productPurchaseDone
|
||||
product_
|
||||
|
|
@ -3039,7 +2881,6 @@ publications
|
|||
publicliterature.PublicLiterature.search.html
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
px.gif
|
||||
|
|
@ -3049,7 +2890,6 @@ qp/batch_fetch_web
|
|||
qr
|
||||
quality_form?
|
||||
query
|
||||
quiz
|
||||
r
|
||||
r/*.rss
|
||||
r/*/comments/*.rss
|
||||
|
|
@ -3074,7 +2914,6 @@ random
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/search
|
||||
|
|
@ -3092,8 +2931,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registration
|
||||
registry/wishlist
|
||||
|
|
@ -3104,20 +2941,13 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
reservations/*/notifyme
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
retail
|
||||
retail/availability
|
||||
retail/availabilitySearch
|
||||
retail/old
|
||||
retail/pickupEligibility
|
||||
return_to=
|
||||
review/common/du
|
||||
review/dynamic/sims-box
|
||||
|
|
@ -3148,7 +2978,6 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
safe-redirect
|
||||
safebrowsing/diagnostic
|
||||
safebrowsing/report_badware
|
||||
safebrowsing/report_error
|
||||
|
|
@ -3243,7 +3072,6 @@ searchhistory
|
|||
sections
|
||||
secure
|
||||
seller_onboarding
|
||||
sendHeaderEarly
|
||||
send_to_friend
|
||||
sendarticle
|
||||
services
|
||||
|
|
@ -3325,7 +3153,6 @@ shop/sign_out
|
|||
shop/signed_in_account
|
||||
shop/store/feeds
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/product
|
||||
shopping/ratings/account/metrics
|
||||
|
|
@ -3619,13 +3446,11 @@ smart/buttons
|
|||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
sounds/player
|
||||
sounds/player$
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -3648,7 +3473,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
start_order
|
||||
|
|
@ -3703,10 +3527,6 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
studios
|
||||
styles/js-on.css$
|
||||
submit
|
||||
|
|
@ -3727,7 +3547,6 @@ support
|
|||
support/content
|
||||
support/forum/search?
|
||||
surprise
|
||||
suspension-appeal
|
||||
sv-se.www.cloudflare.com
|
||||
svc
|
||||
svc/crosswords
|
||||
|
|
@ -3741,14 +3560,12 @@ svc/vertex
|
|||
svc/web
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
syndicate
|
||||
system1/images
|
||||
t/terms
|
||||
tab=
|
||||
tablet
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -3781,10 +3598,8 @@ test
|
|||
testpage-forhomepage
|
||||
tetro
|
||||
th-th.www.cloudflare.com
|
||||
thanksgiving-spotlight
|
||||
thanx?
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
themes/rss
|
||||
things/search
|
||||
things/search$
|
||||
|
|
@ -3859,7 +3674,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
tvschedule
|
||||
twitter
|
||||
|
|
@ -3924,8 +3738,6 @@ uk/teams
|
|||
uk/transactions
|
||||
uk/treasury
|
||||
uk/your
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
updates
|
||||
|
|
@ -4001,8 +3813,6 @@ utils
|
|||
uviewer
|
||||
v1/browser-performance
|
||||
v1/stats
|
||||
v1/urls/count.json
|
||||
v3/pidgets/log
|
||||
v4
|
||||
verify_age
|
||||
vi-vn.www.cloudflare.com
|
||||
|
|
@ -4031,12 +3841,9 @@ watch_queue_ajax
|
|||
webmasters/sitemaps/ping?
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
webstore/search
|
||||
webstore/static/*/wall/js
|
||||
weekly/signup
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget_auth.php
|
||||
|
|
@ -4498,7 +4305,6 @@ xoonboarding
|
|||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
|
|
@ -5339,7 +5339,8 @@ FreeGiftDisplayView
|
|||
Friends
|
||||
Friends/inviteFriends
|
||||
GLOBPICS
|
||||
Generic/Generic/SendPrint/
|
||||
Generic/Generic
|
||||
Generic/IOS/
|
||||
GenericRegistryPortalView
|
||||
Genieo
|
||||
GiftRegistrySearchViewCmd
|
||||
|
|
@ -5357,7 +5358,6 @@ HeadJS/static-2.92
|
|||
Help
|
||||
HelpContent
|
||||
Heritrix
|
||||
HpImageArchive.aspx
|
||||
HubStyle/static-2.309
|
||||
HubStyle/static-2.313
|
||||
HubStyle/static-2.315
|
||||
|
|
@ -5650,7 +5650,6 @@ ProfilesGate
|
|||
Project
|
||||
PromotionDetailsDisplayView
|
||||
PromotionDisplayView
|
||||
Proxy.ashx
|
||||
QUICKNEWS
|
||||
Qinfo
|
||||
Qinfo/cams
|
||||
|
|
@ -5708,7 +5707,6 @@ SOImapPriceDisplayView
|
|||
SametimeWebApp
|
||||
Scripts
|
||||
Search
|
||||
Search
|
||||
Search/*
|
||||
Search/Mail/Public
|
||||
SearchNavigationView
|
||||
|
|
@ -6175,8 +6173,6 @@ ac/
|
|||
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
|
||||
ac2
|
||||
academic-subscriptions
|
||||
academic/profile
|
||||
academic/search
|
||||
academy
|
||||
academy-free-account
|
||||
academy/*/results
|
||||
|
|
@ -6233,7 +6229,6 @@ ach/search
|
|||
ach/user
|
||||
ach/users
|
||||
achievements
|
||||
aclick
|
||||
aclk
|
||||
acoustic
|
||||
acq/nonprofits
|
||||
|
|
@ -6501,7 +6496,6 @@ alexa-top-sites/*
|
|||
alexa-web-search/*
|
||||
alexa/*
|
||||
alexaforbusiness/
|
||||
alink
|
||||
alkali
|
||||
all
|
||||
all-supported-params
|
||||
|
|
@ -6526,7 +6520,6 @@ amp
|
|||
amp$
|
||||
amp-proxy
|
||||
amp-tealium
|
||||
amp/
|
||||
amphtml
|
||||
amphtml/blogs/test
|
||||
amphtml/classic-apps
|
||||
|
|
@ -6599,7 +6592,6 @@ api/http://kobo.com/robots.txt
|
|||
api/internal/analytics/songs
|
||||
api/jobPostings/jobs
|
||||
api/legendary-data/relay
|
||||
api/maps/
|
||||
api/nextsteps/*
|
||||
api/nicorepo/timeline
|
||||
api/programas/69730/audios.rss
|
||||
|
|
@ -7428,7 +7420,6 @@ backgrounds
|
|||
backstage/help/search-results.html
|
||||
badges/profile/create
|
||||
bagon
|
||||
baidu
|
||||
ban-me-i-am-a-robot
|
||||
bandito
|
||||
banmyipforever.cgi
|
||||
|
|
@ -7663,7 +7654,6 @@ betaem
|
|||
bfe/apps/website
|
||||
bfl
|
||||
bfmp
|
||||
bfp/search
|
||||
bg
|
||||
bg-*/
|
||||
bg-bg/
|
||||
|
|
@ -7716,7 +7706,6 @@ bin
|
|||
bin/
|
||||
bin/search.go
|
||||
bin/search.py
|
||||
bing-site-safety
|
||||
bingbot
|
||||
bipolar-disorder/bipolar-depression-management
|
||||
bipolar-disorder/video/bipolar-fatherhood
|
||||
|
|
@ -7862,7 +7851,6 @@ blogs/blogpost/preview
|
|||
blogs/nationals-journal-beta
|
||||
blogs/pad$
|
||||
blogs/pad/$
|
||||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/technology.atom
|
||||
blogs/test
|
||||
|
|
@ -9025,7 +9013,6 @@ civis/posts
|
|||
civis/search
|
||||
civis/threads/*in_iframe=1
|
||||
civis/threads/*wp_data=
|
||||
ck/
|
||||
cl
|
||||
cl2/feeds
|
||||
cl2/ical
|
||||
|
|
@ -9286,7 +9273,6 @@ companies
|
|||
companies/c
|
||||
companies/o
|
||||
companies/search
|
||||
company
|
||||
company/*.rss
|
||||
company/?s=
|
||||
company/add-ons-agreement
|
||||
|
|
@ -9665,16 +9651,13 @@ cp/api/wpa
|
|||
cpds2
|
||||
cpes/
|
||||
cpresources
|
||||
cpro
|
||||
cpropub/univercd
|
||||
cpspa
|
||||
cr
|
||||
cr$
|
||||
cr/
|
||||
cr/$
|
||||
cr/corporate/contact
|
||||
cr/news
|
||||
cr?
|
||||
craft
|
||||
crash
|
||||
crawler4j
|
||||
|
|
@ -11005,9 +10988,6 @@ enterprise/orgs-terms
|
|||
entertain
|
||||
entertainment/article/Minerva-s-horoscope
|
||||
entertainment/bravo
|
||||
entities/search
|
||||
entityexplore$
|
||||
entityexplore?
|
||||
entp
|
||||
entrez
|
||||
entrez/eutils
|
||||
|
|
@ -11550,7 +11530,6 @@ fbl/terms.html
|
|||
fbpostaction.cms?article=
|
||||
fcgi-
|
||||
fckeditor
|
||||
fd/
|
||||
fdbk
|
||||
feature/sf-test
|
||||
feature_nine_browse-bin=
|
||||
|
|
@ -12100,8 +12079,6 @@ full
|
|||
fullscreen
|
||||
fullscreen/ReportLinker
|
||||
fun
|
||||
fun/api/
|
||||
fun/g/
|
||||
fundraiser/charity
|
||||
fundraiser/search
|
||||
fur/forums
|
||||
|
|
@ -12371,7 +12348,7 @@ gl/users
|
|||
glass/images/commerce
|
||||
global
|
||||
global$
|
||||
global-infrastructure/services/get-async/http://baidu.com/robots.txt
|
||||
global-infrastructure/services/get-async/http://bakespace.com/robots.txt
|
||||
global-master
|
||||
global-nav-esi
|
||||
global/RU/
|
||||
|
|
@ -12951,7 +12928,6 @@ homefeed
|
|||
homepage
|
||||
homepage-flash-testing.jsp
|
||||
homepage-video-test
|
||||
homepage/
|
||||
homepage/2013
|
||||
honing.html
|
||||
hooks
|
||||
|
|
@ -12973,14 +12949,12 @@ hosted
|
|||
hosted/images
|
||||
hosting/search
|
||||
hotel/index.hi.
|
||||
hotel/reviews?
|
||||
hotel/us/the-airstream-van.*.html
|
||||
hotel_attractions
|
||||
hotel_rt_onview
|
||||
hotelfinder/rpc
|
||||
hotels
|
||||
hotels/rpc
|
||||
hotels/search
|
||||
hotelsonmap.*.json
|
||||
hotfix/
|
||||
houseads
|
||||
|
|
@ -12996,8 +12970,6 @@ hp/focus-retrocompatibile$
|
|||
hp/video/api
|
||||
hp/video/mystuff
|
||||
hp/video/profiles
|
||||
hpm
|
||||
hpmob
|
||||
hr
|
||||
hr-*/
|
||||
hr-hr/
|
||||
|
|
@ -13493,24 +13465,15 @@ images/
|
|||
images/$
|
||||
images/*
|
||||
images/?
|
||||
images/async/?
|
||||
images/async?
|
||||
images/carBlogsimages
|
||||
images/hosted/?
|
||||
images/hosted/search?
|
||||
images/hosted?
|
||||
images/li.gif
|
||||
images/logging_requests.gif
|
||||
images/ndtvvideo/*
|
||||
images/pad/search?rpt=imageview
|
||||
images/pad/search?text=*&source=morda
|
||||
images/resume
|
||||
images/search%3F
|
||||
images/search/?
|
||||
images/search?
|
||||
images/search?rpt=imageview
|
||||
images/search?text=*&source=morda
|
||||
images/searchbyimage
|
||||
images/showroomimages
|
||||
images/smart/$
|
||||
images/touch/$
|
||||
|
|
@ -13521,7 +13484,6 @@ images/usedcarimages
|
|||
images/userprofileimg
|
||||
images/v$
|
||||
images/viewconfig$
|
||||
images?
|
||||
imagine/
|
||||
imesync
|
||||
img
|
||||
|
|
@ -13646,7 +13608,6 @@ inapp
|
|||
inbox
|
||||
inbox$
|
||||
inbox$
|
||||
inboxcommerce
|
||||
inc5000dev
|
||||
include/
|
||||
includes
|
||||
|
|
@ -13709,7 +13670,6 @@ index.php/ko/node/
|
|||
index.php/magazine/get_comment
|
||||
index.php/media/oembed
|
||||
index.php/members/profile
|
||||
index.php/node
|
||||
index.php/node/add
|
||||
index.php/node/add/
|
||||
index.php/ru/node/
|
||||
|
|
@ -14815,7 +14775,6 @@ liked
|
|||
limit_hits
|
||||
limited-release
|
||||
link
|
||||
link?
|
||||
link_to
|
||||
linked
|
||||
linkedin
|
||||
|
|
@ -14881,7 +14840,6 @@ loader.cfm*
|
|||
loc/volunteers
|
||||
loc=
|
||||
local
|
||||
local
|
||||
local-services-ads
|
||||
local/ajax
|
||||
local/blogsandcolumns/slow-ride-front
|
||||
|
|
@ -15176,7 +15134,6 @@ maps/*?lang=uk$
|
|||
maps/*?lang=uz$
|
||||
maps/*?ll=
|
||||
maps/about
|
||||
maps/adsendpoint
|
||||
maps/api/js
|
||||
maps/api/place/js
|
||||
maps/api/staticmap
|
||||
|
|
@ -15567,7 +15524,6 @@ merchant/directions
|
|||
merchant/imageUploadPreview
|
||||
merchant/loc
|
||||
merchant/moreProducts?
|
||||
merchant/reviews?
|
||||
merchant/update
|
||||
merchantapps
|
||||
mes
|
||||
|
|
@ -16045,6 +16001,7 @@ na101v1/*cover*.png$
|
|||
na102
|
||||
na102/*cover*.jpg$
|
||||
na102/*cover*.png$
|
||||
nabc
|
||||
nabot
|
||||
name/nm*/filmotype
|
||||
name/nm*/mediaviewer/rm*/tr
|
||||
|
|
@ -16543,7 +16500,6 @@ notificarelacionadas
|
|||
notifications
|
||||
notifications
|
||||
notifications$
|
||||
notifications/
|
||||
notifications/*
|
||||
nova
|
||||
now/mt3
|
||||
|
|
@ -16710,8 +16666,6 @@ offers/nonprofits
|
|||
offers/nonprofits$
|
||||
offers/nonprofits%
|
||||
offers/nonprofits?
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offline
|
||||
offlinenotice.xml
|
||||
offsite
|
||||
|
|
@ -16888,8 +16842,6 @@ page/*/?egotecpage
|
|||
page/*/?hc_location=
|
||||
page/*/?iq_id=
|
||||
page/*/?pcd=
|
||||
page/*/?s
|
||||
page/*/?s=
|
||||
page/*/?search=
|
||||
page/account-confirmation-thanks
|
||||
page/html
|
||||
|
|
@ -17815,7 +17767,6 @@ pro-resources
|
|||
pro-site
|
||||
pro/about
|
||||
pro2
|
||||
proFile/history?
|
||||
proMatch
|
||||
proProjects
|
||||
proVideoWidget
|
||||
|
|
@ -17834,7 +17785,6 @@ product-reviews/B0069IY63Y
|
|||
product/electrode/api/logger
|
||||
product/electrode/api/wpa
|
||||
product/recommended
|
||||
product/reviews?
|
||||
productBrand=
|
||||
productId=
|
||||
productPurchaseDone
|
||||
|
|
@ -17882,7 +17832,6 @@ profile/*/followers
|
|||
profile/*/following
|
||||
profile/*/map$
|
||||
profile/downloads_limit
|
||||
profile/history?
|
||||
profile/license
|
||||
profile/payment/getstarted
|
||||
profile/view
|
||||
|
|
@ -18537,16 +18486,12 @@ resources/xml/sitemaps
|
|||
responder
|
||||
rest
|
||||
results
|
||||
results
|
||||
results-export-email-by-search-data
|
||||
results-export-ids
|
||||
results-export-search-by-year
|
||||
results-export-search-data
|
||||
retail
|
||||
retail/availability
|
||||
retail/availabilitySearch
|
||||
retail/old
|
||||
retail/pickupEligibility
|
||||
return-from-share
|
||||
return_to=
|
||||
returnrequest
|
||||
|
|
@ -18587,7 +18532,6 @@ reviews/seller
|
|||
reviews/top-reviewers
|
||||
reviews_page=
|
||||
rewards
|
||||
rewardsapp/
|
||||
rf=*
|
||||
rfcdiff*
|
||||
rh-cong3-fragment
|
||||
|
|
@ -18760,6 +18704,7 @@ rw/kb/*/discuss
|
|||
rw/search
|
||||
rw/user
|
||||
rw/users
|
||||
rwe
|
||||
rweb
|
||||
rye
|
||||
s
|
||||
|
|
@ -18781,7 +18726,6 @@ s2/sitemaps
|
|||
s2/static
|
||||
s3
|
||||
s?
|
||||
s?
|
||||
s?*rh=n%3A1380045031
|
||||
sa
|
||||
sa=
|
||||
|
|
@ -19402,7 +19346,6 @@ set_cookie.pl
|
|||
setbucket
|
||||
setprefs
|
||||
settings
|
||||
settings
|
||||
settings/*
|
||||
settings/deactivated
|
||||
settings/linkaccount
|
||||
|
|
@ -19535,9 +19478,7 @@ sharing/files
|
|||
sharing/folders
|
||||
sheet/help/search-results.html
|
||||
shelf/user_shelves
|
||||
shenghuo
|
||||
shenghuo/search?
|
||||
shifen/
|
||||
shihui
|
||||
shihui?
|
||||
ship
|
||||
|
|
@ -19546,8 +19487,6 @@ shipping-payment
|
|||
shippingassistant
|
||||
shippinginformation
|
||||
shop
|
||||
shop$
|
||||
shop/
|
||||
shop/bag
|
||||
shop/browse/campaigns/mobile_overlay
|
||||
shop/browse/overlay
|
||||
|
|
@ -19561,7 +19500,6 @@ shop/sign_in
|
|||
shop/sign_out
|
||||
shop/signed_in_account
|
||||
shop/store/feeds
|
||||
shop?
|
||||
shop_name_search_service
|
||||
shop_pins
|
||||
shopfront-api
|
||||
|
|
@ -19658,7 +19596,6 @@ sign-in
|
|||
sign-in-6for6Sale
|
||||
sign-out
|
||||
sign-out
|
||||
sign-up
|
||||
sign-up-to-be-contacted-for-research
|
||||
sign-up/?
|
||||
sign/help/search-results.html
|
||||
|
|
@ -20158,7 +20095,6 @@ social-connect/send
|
|||
social/help/search-results.html
|
||||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
social_media
|
||||
socialapp/
|
||||
|
|
@ -20250,7 +20186,6 @@ spanish/thewto_s/minist_s/mc10_s/coordinator_guide_s.pdf
|
|||
spanish/thewto_s/minist_s/mc10_s/participant_guide_s.pdf
|
||||
spartan
|
||||
spatl
|
||||
spbasic
|
||||
spbot
|
||||
spc-source=
|
||||
special-promo/2for1
|
||||
|
|
@ -20329,7 +20264,6 @@ sports/xyz123
|
|||
sports_fp_ms
|
||||
spp/
|
||||
spreadsheet
|
||||
spresults
|
||||
sprint_wml
|
||||
sprint_xhtml
|
||||
sprints/help/search-results.html
|
||||
|
|
@ -20414,7 +20348,6 @@ statement
|
|||
static
|
||||
static-assets/documents/PwnedPasswordsTop100k.txt
|
||||
static-assets/images/collection
|
||||
static/
|
||||
static/button/button1.html
|
||||
static/button/button1.js
|
||||
static/button/button2.html
|
||||
|
|
@ -20531,8 +20464,6 @@ storeclick
|
|||
storefront
|
||||
storepicker
|
||||
storerequest
|
||||
stores$
|
||||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story
|
||||
|
|
@ -21081,7 +21012,6 @@ text
|
|||
textedition
|
||||
tfemail
|
||||
th
|
||||
th$
|
||||
th-*/
|
||||
th-th.www.cloudflare.com
|
||||
th-th/
|
||||
|
|
@ -21103,7 +21033,6 @@ th/solutions/case-studies/
|
|||
th/solutions/case-studies/innovators/innovators-eu/
|
||||
th/user
|
||||
th/users
|
||||
th?
|
||||
th_en
|
||||
th_th/templates/M
|
||||
thank-you
|
||||
|
|
@ -21366,7 +21295,6 @@ translate_static
|
|||
translate_suggestion
|
||||
translate_t
|
||||
translation
|
||||
translator/?ref=
|
||||
transmute/static-1.85
|
||||
transmute/static-2.6
|
||||
transmute/static-2.8
|
||||
|
|
@ -21394,23 +21322,9 @@ travel/
|
|||
travel/2013/aug/22/been-there-readers-competition?
|
||||
travel/8711559/The-Telegraph-Travel-Awards-2011.html
|
||||
travel/clk
|
||||
travel/css
|
||||
travel/flight/flightSearch
|
||||
travel/flight/flightSearchAction
|
||||
travel/flight/search/?
|
||||
travel/flight/search?
|
||||
travel/flights/s
|
||||
travel/hotel-search
|
||||
travel/hotel/e
|
||||
travel/hotel/hotelMiniSearchRequest
|
||||
travel/hotel/hotelSearch
|
||||
travel/hotels/checkout
|
||||
travel/hotels/detail
|
||||
travel/hotels/hotel-finder
|
||||
travel/hotels/search/?
|
||||
travel/hotels/search?
|
||||
travel/scripts
|
||||
travel/secure
|
||||
travelnevadahighway95tc
|
||||
treasury
|
||||
treasury/treasdocuments
|
||||
|
|
@ -21754,7 +21668,6 @@ uk/users
|
|||
uk/ventureone
|
||||
uk/wdc
|
||||
uk/your
|
||||
ulink?
|
||||
ulk/i
|
||||
ulk/sch
|
||||
ulk/usr
|
||||
|
|
@ -21773,7 +21686,6 @@ understanding-c3g
|
|||
understanding-melanoma
|
||||
unfiltered?
|
||||
unfinished.php
|
||||
unicef-component-mosaichttp://unpkg.com/robots.txt
|
||||
unicorn/check
|
||||
unijobs/*/emailjob
|
||||
unijobs/*/jbequicksignup
|
||||
|
|
@ -21879,7 +21791,6 @@ ur/user
|
|||
ur/users
|
||||
urbanag
|
||||
urchin_test
|
||||
url
|
||||
urlinator/static-1.54
|
||||
urlinator/static-1.55
|
||||
urlinator/static-1.57
|
||||
|
|
@ -22382,21 +22293,11 @@ video_passthrough
|
|||
video_passthrough.php
|
||||
videorequest
|
||||
videos
|
||||
videos/?
|
||||
videos/assets
|
||||
videos/browsing
|
||||
videos/e
|
||||
videos/explore
|
||||
videos/favorites
|
||||
videos/feed
|
||||
videos/feedcontent
|
||||
videos/get_video_by_uid/
|
||||
videos/images
|
||||
videos/js
|
||||
videos/music
|
||||
videos/music/
|
||||
videos/music/?
|
||||
videos/music?
|
||||
videos/search.php
|
||||
videos/search.php?filter=*&s=Fight+Compilation$
|
||||
videos/search.php?filter=*&s=Fight+Compilation*&start=*$
|
||||
|
|
@ -22441,13 +22342,8 @@ videos/search.php?s=street+fight$
|
|||
videos/search.php?s=street+fight*&start=*$
|
||||
videos/search.php?s=woman+fight$
|
||||
videos/search.php?s=woman+fight*&start=*$
|
||||
videos/search/?
|
||||
videos/search?
|
||||
videos/trending
|
||||
videos/trendingcontent
|
||||
videos/viewmeta/
|
||||
videos/week
|
||||
videos?
|
||||
videosearch
|
||||
view
|
||||
viewAll=
|
||||
|
|
@ -22539,6 +22435,7 @@ w/api.php?action=mobileview&
|
|||
w/load.php?
|
||||
w/signup
|
||||
w/users/user_hints
|
||||
w3
|
||||
waicent/consultation
|
||||
waicent/faoinfo/agricult/agl/agll/prosoil
|
||||
waicent/forum
|
||||
|
|
@ -22696,10 +22593,6 @@ whysecure
|
|||
whythisad
|
||||
widget
|
||||
widget-landing-page.html
|
||||
widget/cr
|
||||
widget/entity/search/?
|
||||
widget/render
|
||||
widget/snapshot
|
||||
widget_auth.php
|
||||
widget_chunks
|
||||
widgets
|
||||
|
|
@ -23464,7 +23357,6 @@ word/download
|
|||
word/embed
|
||||
wordpress/wp-admin
|
||||
wordpress/wp-admin/admin-ajax.php
|
||||
work
|
||||
work/_
|
||||
work/acceptinvitation
|
||||
work/account
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue