mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-19 21:42:48 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
d22f740722
commit
3c2c1aac36
18 changed files with 2304 additions and 3913 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1734634998
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1734602635
|
||||
"last_update": 1734689025
|
||||
}
|
||||
}
|
||||
|
|
@ -8845,10 +8845,6 @@ ecosystem.config.cjs
|
|||
Dockerfile
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/pretty-bags-design.md
|
||||
pretty-bags-design.md
|
||||
.changeset/wild-frogs-carry.md
|
||||
wild-frogs-carry.md
|
||||
pnpm-workspace.yaml
|
||||
sdk/readme.md
|
||||
readme.md
|
||||
|
|
|
|||
|
|
@ -1885,8 +1885,6 @@ code_of_conduct.md
|
|||
ecosystem.config.cjs
|
||||
Dockerfile
|
||||
.changeset/config.json
|
||||
.changeset/pretty-bags-design.md
|
||||
.changeset/wild-frogs-carry.md
|
||||
pnpm-workspace.yaml
|
||||
sdk/readme.md
|
||||
sdk/tsconfig.json
|
||||
|
|
|
|||
|
|
@ -1588,6 +1588,9 @@ AbstractRestAPITest.php
|
|||
test/phpunit/WebservicesThirdpartyTest.php
|
||||
phpunit/WebservicesThirdpartyTest.php
|
||||
WebservicesThirdpartyTest.php
|
||||
test/phpunit/SecurityLoginTest.php
|
||||
phpunit/SecurityLoginTest.php
|
||||
SecurityLoginTest.php
|
||||
test/phpunit/functional/TakePosFunctionalTest.php
|
||||
phpunit/functional/TakePosFunctionalTest.php
|
||||
functional/TakePosFunctionalTest.php
|
||||
|
|
|
|||
|
|
@ -387,6 +387,7 @@ test/phpunit/CommonObjectTest.php
|
|||
test/phpunit/XCalLibTest.php
|
||||
test/phpunit/AbstractRestAPITest.php
|
||||
test/phpunit/WebservicesThirdpartyTest.php
|
||||
test/phpunit/SecurityLoginTest.php
|
||||
test/phpunit/functional/TakePosFunctionalTest.php
|
||||
test/phpunit/functional/README.md
|
||||
test/phpunit/functional/InstallTest.php
|
||||
|
|
|
|||
|
|
@ -42212,6 +42212,10 @@ core/modules/field_layout/field_layout.install
|
|||
modules/field_layout/field_layout.install
|
||||
field_layout/field_layout.install
|
||||
field_layout.install
|
||||
core/modules/field_layout/field_layout.services.yml
|
||||
modules/field_layout/field_layout.services.yml
|
||||
field_layout/field_layout.services.yml
|
||||
field_layout.services.yml
|
||||
core/modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml
|
||||
modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml
|
||||
field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml
|
||||
|
|
@ -43880,6 +43884,10 @@ core/modules/datetime_range/datetime_range.post_update.php
|
|||
modules/datetime_range/datetime_range.post_update.php
|
||||
datetime_range/datetime_range.post_update.php
|
||||
datetime_range.post_update.php
|
||||
core/modules/datetime_range/datetime_range.services.yml
|
||||
modules/datetime_range/datetime_range.services.yml
|
||||
datetime_range/datetime_range.services.yml
|
||||
datetime_range.services.yml
|
||||
core/modules/datetime_range/datetime_range.info.yml
|
||||
modules/datetime_range/datetime_range.info.yml
|
||||
datetime_range/datetime_range.info.yml
|
||||
|
|
@ -44054,6 +44062,10 @@ core/modules/history/history.routing.yml
|
|||
modules/history/history.routing.yml
|
||||
history/history.routing.yml
|
||||
history.routing.yml
|
||||
core/modules/history/history.services.yml
|
||||
modules/history/history.services.yml
|
||||
history/history.services.yml
|
||||
history.services.yml
|
||||
core/modules/history/config/schema/history.views.schema.yml
|
||||
modules/history/config/schema/history.views.schema.yml
|
||||
history/config/schema/history.views.schema.yml
|
||||
|
|
@ -50747,13 +50759,6 @@ tests/modules/field_ui_test/field_ui_test.info.yml
|
|||
modules/field_ui_test/field_ui_test.info.yml
|
||||
field_ui_test/field_ui_test.info.yml
|
||||
field_ui_test.info.yml
|
||||
core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module
|
||||
modules/field_ui/tests/modules/field_ui_test/field_ui_test.module
|
||||
field_ui/tests/modules/field_ui_test/field_ui_test.module
|
||||
tests/modules/field_ui_test/field_ui_test.module
|
||||
modules/field_ui_test/field_ui_test.module
|
||||
field_ui_test/field_ui_test.module
|
||||
field_ui_test.module
|
||||
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php
|
||||
modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php
|
||||
field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php
|
||||
|
|
@ -54814,6 +54819,13 @@ navigation/components/toolbar-button/toolbar-button.component.yml
|
|||
components/toolbar-button/toolbar-button.component.yml
|
||||
toolbar-button/toolbar-button.component.yml
|
||||
toolbar-button.component.yml
|
||||
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
|
||||
modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
|
||||
navigation/tests/src/FunctionalJavascript/PerformanceTest.php
|
||||
tests/src/FunctionalJavascript/PerformanceTest.php
|
||||
src/FunctionalJavascript/PerformanceTest.php
|
||||
FunctionalJavascript/PerformanceTest.php
|
||||
PerformanceTest.php
|
||||
core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
|
||||
modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
|
||||
navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
|
||||
|
|
@ -55504,6 +55516,10 @@ path/config/optional/language.content_settings.path_alias.path_alias.yml
|
|||
config/optional/language.content_settings.path_alias.path_alias.yml
|
||||
optional/language.content_settings.path_alias.path_alias.yml
|
||||
language.content_settings.path_alias.path_alias.yml
|
||||
core/modules/path/path.services.yml
|
||||
modules/path/path.services.yml
|
||||
path/path.services.yml
|
||||
path.services.yml
|
||||
core/modules/path/path.permissions.yml
|
||||
modules/path/path.permissions.yml
|
||||
path/path.permissions.yml
|
||||
|
|
@ -57119,12 +57135,6 @@ config/tests/config_import_test/config_import_test.info.yml
|
|||
tests/config_import_test/config_import_test.info.yml
|
||||
config_import_test/config_import_test.info.yml
|
||||
config_import_test.info.yml
|
||||
core/modules/config/tests/config_import_test/config_import_test.module
|
||||
modules/config/tests/config_import_test/config_import_test.module
|
||||
config/tests/config_import_test/config_import_test.module
|
||||
tests/config_import_test/config_import_test.module
|
||||
config_import_test/config_import_test.module
|
||||
config_import_test.module
|
||||
core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php
|
||||
modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php
|
||||
config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php
|
||||
|
|
@ -60636,13 +60646,6 @@ tests/modules/image_module_test/image_module_test.info.yml
|
|||
modules/image_module_test/image_module_test.info.yml
|
||||
image_module_test/image_module_test.info.yml
|
||||
image_module_test.info.yml
|
||||
core/modules/image/tests/modules/image_module_test/image_module_test.module
|
||||
modules/image/tests/modules/image_module_test/image_module_test.module
|
||||
image/tests/modules/image_module_test/image_module_test.module
|
||||
tests/modules/image_module_test/image_module_test.module
|
||||
modules/image_module_test/image_module_test.module
|
||||
image_module_test/image_module_test.module
|
||||
image_module_test.module
|
||||
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
|
||||
modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
|
||||
image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
|
||||
|
|
@ -61424,6 +61427,10 @@ responsive_image/config/schema/responsive_image.schema.yml
|
|||
config/schema/responsive_image.schema.yml
|
||||
schema/responsive_image.schema.yml
|
||||
responsive_image.schema.yml
|
||||
core/modules/responsive_image/responsive_image.services.yml
|
||||
modules/responsive_image/responsive_image.services.yml
|
||||
responsive_image/responsive_image.services.yml
|
||||
responsive_image.services.yml
|
||||
core/modules/responsive_image/responsive_image.links.menu.yml
|
||||
modules/responsive_image/responsive_image.links.menu.yml
|
||||
responsive_image/responsive_image.links.menu.yml
|
||||
|
|
@ -61749,6 +61756,10 @@ automated_cron/src/Hook/AutomatedCronHooks.php
|
|||
src/Hook/AutomatedCronHooks.php
|
||||
Hook/AutomatedCronHooks.php
|
||||
AutomatedCronHooks.php
|
||||
core/modules/options/options.services.yml
|
||||
modules/options/options.services.yml
|
||||
options/options.services.yml
|
||||
options.services.yml
|
||||
core/modules/options/options.api.php
|
||||
modules/options/options.api.php
|
||||
options/options.api.php
|
||||
|
|
@ -64280,13 +64291,6 @@ tests/modules/content_translation_test/content_translation_test.info.yml
|
|||
modules/content_translation_test/content_translation_test.info.yml
|
||||
content_translation_test/content_translation_test.info.yml
|
||||
content_translation_test.info.yml
|
||||
core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module
|
||||
modules/content_translation/tests/modules/content_translation_test/content_translation_test.module
|
||||
content_translation/tests/modules/content_translation_test/content_translation_test.module
|
||||
tests/modules/content_translation_test/content_translation_test.module
|
||||
modules/content_translation_test/content_translation_test.module
|
||||
content_translation_test/content_translation_test.module
|
||||
content_translation_test.module
|
||||
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php
|
||||
modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php
|
||||
content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php
|
||||
|
|
@ -91780,6 +91784,10 @@ link/config/schema/link.schema.yml
|
|||
config/schema/link.schema.yml
|
||||
schema/link.schema.yml
|
||||
link.schema.yml
|
||||
core/modules/link/link.services.yml
|
||||
modules/link/link.services.yml
|
||||
link/link.services.yml
|
||||
link.services.yml
|
||||
core/modules/link/link.libraries.yml
|
||||
modules/link/link.libraries.yml
|
||||
link/link.libraries.yml
|
||||
|
|
@ -95484,6 +95492,10 @@ sqlite/src/Hook/SqliteHooks.php
|
|||
src/Hook/SqliteHooks.php
|
||||
Hook/SqliteHooks.php
|
||||
SqliteHooks.php
|
||||
core/modules/menu_link_content/menu_link_content.services.yml
|
||||
modules/menu_link_content/menu_link_content.services.yml
|
||||
menu_link_content/menu_link_content.services.yml
|
||||
menu_link_content.services.yml
|
||||
core/modules/menu_link_content/menu_link_content.links.menu.yml
|
||||
modules/menu_link_content/menu_link_content.links.menu.yml
|
||||
menu_link_content/menu_link_content.links.menu.yml
|
||||
|
|
@ -99254,6 +99266,13 @@ tests/src/Unit/LoggingCommitterTest.php
|
|||
src/Unit/LoggingCommitterTest.php
|
||||
Unit/LoggingCommitterTest.php
|
||||
LoggingCommitterTest.php
|
||||
core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php
|
||||
modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php
|
||||
package_manager/tests/src/Build/PackageInstallSubmoduleTest.php
|
||||
tests/src/Build/PackageInstallSubmoduleTest.php
|
||||
src/Build/PackageInstallSubmoduleTest.php
|
||||
Build/PackageInstallSubmoduleTest.php
|
||||
PackageInstallSubmoduleTest.php
|
||||
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
|
||||
modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
|
||||
package_manager/tests/src/Build/TemplateProjectTestBase.php
|
||||
|
|
@ -102469,6 +102488,10 @@ core/modules/contextual/contextual.api.php
|
|||
modules/contextual/contextual.api.php
|
||||
contextual/contextual.api.php
|
||||
contextual.api.php
|
||||
core/modules/contextual/contextual.services.yml
|
||||
modules/contextual/contextual.services.yml
|
||||
contextual/contextual.services.yml
|
||||
contextual.services.yml
|
||||
core/modules/contextual/js/contextual.js
|
||||
modules/contextual/js/contextual.js
|
||||
contextual/js/contextual.js
|
||||
|
|
@ -104731,6 +104754,13 @@ tests/src/Kernel/UserSaveStatusTest.php
|
|||
src/Kernel/UserSaveStatusTest.php
|
||||
Kernel/UserSaveStatusTest.php
|
||||
UserSaveStatusTest.php
|
||||
core/modules/user/tests/src/Kernel/UserRequirementsTest.php
|
||||
modules/user/tests/src/Kernel/UserRequirementsTest.php
|
||||
user/tests/src/Kernel/UserRequirementsTest.php
|
||||
tests/src/Kernel/UserRequirementsTest.php
|
||||
src/Kernel/UserRequirementsTest.php
|
||||
Kernel/UserRequirementsTest.php
|
||||
UserRequirementsTest.php
|
||||
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
|
||||
modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
|
||||
user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
|
||||
|
|
@ -108327,6 +108357,10 @@ core/modules/text/text.module
|
|||
modules/text/text.module
|
||||
text/text.module
|
||||
text.module
|
||||
core/modules/text/text.services.yml
|
||||
modules/text/text.services.yml
|
||||
text/text.services.yml
|
||||
text.services.yml
|
||||
core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
|
||||
modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
|
||||
text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
|
||||
|
|
@ -108527,6 +108561,10 @@ core/modules/text/text.libraries.yml
|
|||
modules/text/text.libraries.yml
|
||||
text/text.libraries.yml
|
||||
text.libraries.yml
|
||||
core/modules/inline_form_errors/inline_form_errors.services.yml
|
||||
modules/inline_form_errors/inline_form_errors.services.yml
|
||||
inline_form_errors/inline_form_errors.services.yml
|
||||
inline_form_errors.services.yml
|
||||
core/modules/inline_form_errors/inline_form_errors.info.yml
|
||||
modules/inline_form_errors/inline_form_errors.info.yml
|
||||
inline_form_errors/inline_form_errors.info.yml
|
||||
|
|
@ -111014,6 +111052,12 @@ file/src/Upload/InputStreamUploadedFile.php
|
|||
src/Upload/InputStreamUploadedFile.php
|
||||
Upload/InputStreamUploadedFile.php
|
||||
InputStreamUploadedFile.php
|
||||
core/modules/file/src/Upload/FileUploadHandlerInterface.php
|
||||
modules/file/src/Upload/FileUploadHandlerInterface.php
|
||||
file/src/Upload/FileUploadHandlerInterface.php
|
||||
src/Upload/FileUploadHandlerInterface.php
|
||||
Upload/FileUploadHandlerInterface.php
|
||||
FileUploadHandlerInterface.php
|
||||
core/modules/file/src/Upload/FileUploadResult.php
|
||||
modules/file/src/Upload/FileUploadResult.php
|
||||
file/src/Upload/FileUploadResult.php
|
||||
|
|
@ -111062,12 +111106,30 @@ file/src/Hook/FileHooks.php
|
|||
src/Hook/FileHooks.php
|
||||
Hook/FileHooks.php
|
||||
FileHooks.php
|
||||
core/modules/file/src/Hook/CronHook.php
|
||||
modules/file/src/Hook/CronHook.php
|
||||
file/src/Hook/CronHook.php
|
||||
src/Hook/CronHook.php
|
||||
Hook/CronHook.php
|
||||
CronHook.php
|
||||
core/modules/file/src/Hook/FileViewsHooks.php
|
||||
modules/file/src/Hook/FileViewsHooks.php
|
||||
file/src/Hook/FileViewsHooks.php
|
||||
src/Hook/FileViewsHooks.php
|
||||
Hook/FileViewsHooks.php
|
||||
FileViewsHooks.php
|
||||
core/modules/file/src/Hook/FileDownloadHook.php
|
||||
modules/file/src/Hook/FileDownloadHook.php
|
||||
file/src/Hook/FileDownloadHook.php
|
||||
src/Hook/FileDownloadHook.php
|
||||
Hook/FileDownloadHook.php
|
||||
FileDownloadHook.php
|
||||
core/modules/file/src/Hook/TokenHooks.php
|
||||
modules/file/src/Hook/TokenHooks.php
|
||||
file/src/Hook/TokenHooks.php
|
||||
src/Hook/TokenHooks.php
|
||||
Hook/TokenHooks.php
|
||||
TokenHooks.php
|
||||
core/modules/file/src/Validation/FileValidationEvent.php
|
||||
modules/file/src/Validation/FileValidationEvent.php
|
||||
file/src/Validation/FileValidationEvent.php
|
||||
|
|
@ -111177,6 +111239,10 @@ datetime/migrations/state/datetime.migrate_drupal.yml
|
|||
migrations/state/datetime.migrate_drupal.yml
|
||||
state/datetime.migrate_drupal.yml
|
||||
datetime.migrate_drupal.yml
|
||||
core/modules/datetime/datetime.services.yml
|
||||
modules/datetime/datetime.services.yml
|
||||
datetime/datetime.services.yml
|
||||
datetime.services.yml
|
||||
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml
|
||||
modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml
|
||||
datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml
|
||||
|
|
@ -111795,12 +111861,6 @@ language/tests/language_test/language_test.routing.yml
|
|||
tests/language_test/language_test.routing.yml
|
||||
language_test/language_test.routing.yml
|
||||
language_test.routing.yml
|
||||
core/modules/language/tests/language_test/language_test.module
|
||||
modules/language/tests/language_test/language_test.module
|
||||
language/tests/language_test/language_test.module
|
||||
tests/language_test/language_test.module
|
||||
language_test/language_test.module
|
||||
language_test.module
|
||||
core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
|
||||
modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
|
||||
language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
|
||||
|
|
@ -119904,6 +119964,13 @@ KernelTests/Core/Entity/EntityKeysTest.php
|
|||
Core/Entity/EntityKeysTest.php
|
||||
Entity/EntityKeysTest.php
|
||||
EntityKeysTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php
|
||||
tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php
|
||||
Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php
|
||||
KernelTests/Core/Entity/EntityOriginalDeprecationTest.php
|
||||
Core/Entity/EntityOriginalDeprecationTest.php
|
||||
Entity/EntityOriginalDeprecationTest.php
|
||||
EntityOriginalDeprecationTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
|
||||
tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
|
||||
Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
|
||||
|
|
|
|||
|
|
@ -6465,6 +6465,7 @@ core/install.php
|
|||
core/modules/field_layout/field_layout.info.yml
|
||||
core/modules/field_layout/config/schema/field_layout.schema.yml
|
||||
core/modules/field_layout/field_layout.install
|
||||
core/modules/field_layout/field_layout.services.yml
|
||||
core/modules/field_layout/tests/modules/field_layout_test/config/schema/field_layout_test.schema.yml
|
||||
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.info.yml
|
||||
core/modules/field_layout/tests/modules/field_layout_test/field_layout_test.routing.yml
|
||||
|
|
@ -6714,6 +6715,7 @@ core/modules/jsonapi/src/Controller/FileUpload.php
|
|||
core/modules/jsonapi/src/Controller/EntityResource.php
|
||||
core/modules/datetime_range/config/schema/datetime_range.schema.yml
|
||||
core/modules/datetime_range/datetime_range.post_update.php
|
||||
core/modules/datetime_range/datetime_range.services.yml
|
||||
core/modules/datetime_range/datetime_range.info.yml
|
||||
core/modules/datetime_range/tests/modules/datetime_range_test/datetime_range_test.info.yml
|
||||
core/modules/datetime_range/tests/modules/datetime_range_test/src/Hook/DatetimeRangeTestHooks.php
|
||||
|
|
@ -6739,6 +6741,7 @@ core/modules/datetime_range/src/Hook/DatetimeRangeHooks.php
|
|||
core/modules/datetime_range/src/Hook/DatetimeRangeViewsHooks.php
|
||||
core/modules/history/history.install
|
||||
core/modules/history/history.routing.yml
|
||||
core/modules/history/history.services.yml
|
||||
core/modules/history/config/schema/history.views.schema.yml
|
||||
core/modules/history/history.module
|
||||
core/modules/history/history.libraries.yml
|
||||
|
|
@ -7744,7 +7747,6 @@ core/modules/field_ui/help_topics/field_ui.manage_form.html.twig
|
|||
core/modules/field_ui/field_ui.module
|
||||
core/modules/field_ui/field_ui.info.yml
|
||||
core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.info.yml
|
||||
core/modules/field_ui/tests/modules/field_ui_test/field_ui_test.module
|
||||
core/modules/field_ui/tests/modules/field_ui_test/src/Hook/FieldUiTestHooks.php
|
||||
core/modules/field_ui/tests/modules/field_ui_test_deprecated/field_ui_test_deprecated.info.yml
|
||||
core/modules/field_ui/tests/modules/field_ui_test_deprecated/src/Hook/FieldUiTestDeprecatedHooks.php
|
||||
|
|
@ -8299,6 +8301,7 @@ core/modules/navigation/components/toolbar-button/assets/return-left.svg
|
|||
core/modules/navigation/components/toolbar-button/assets/media.svg
|
||||
core/modules/navigation/components/toolbar-button/toolbar-button.twig
|
||||
core/modules/navigation/components/toolbar-button/toolbar-button.component.yml
|
||||
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
|
||||
core/modules/navigation/tests/src/FunctionalJavascript/NavigationBlockUiTest.php
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/a11yTest.js
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js
|
||||
|
|
@ -8400,6 +8403,7 @@ core/modules/telephone/src/Hook/TelephoneHooks.php
|
|||
core/modules/path/path.install
|
||||
core/modules/path/config/schema/path.schema.yml
|
||||
core/modules/path/config/optional/language.content_settings.path_alias.path_alias.yml
|
||||
core/modules/path/path.services.yml
|
||||
core/modules/path/path.permissions.yml
|
||||
core/modules/path/path.libraries.yml
|
||||
core/modules/path/path.post_update.php
|
||||
|
|
@ -8640,7 +8644,6 @@ core/modules/config/tests/config_exclude_test/config/install/system.menu.exclude
|
|||
core/modules/config/tests/config_exclude_test/config/install/system.menu.indirect-exclude-test.yml
|
||||
core/modules/config/tests/config_import_test/config_import_test.services.yml
|
||||
core/modules/config/tests/config_import_test/config_import_test.info.yml
|
||||
core/modules/config/tests/config_import_test/config_import_test.module
|
||||
core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php
|
||||
core/modules/config/tests/config_import_test/src/EventSubscriber.php
|
||||
core/modules/config/tests/config_test_language/config/install/config_test.dynamic.dotted.english.yml
|
||||
|
|
@ -9144,7 +9147,6 @@ core/modules/image/tests/modules/image_access_test_hidden/image_access_test_hidd
|
|||
core/modules/image/tests/modules/image_access_test_hidden/src/Hook/ImageAccessTestHiddenHooks.php
|
||||
core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml
|
||||
core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
|
||||
core/modules/image/tests/modules/image_module_test/image_module_test.module
|
||||
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
|
||||
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
|
||||
core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
|
||||
|
|
@ -9253,6 +9255,7 @@ core/modules/image/images/upload.svg
|
|||
core/modules/image/images/error.svg
|
||||
core/modules/responsive_image/responsive_image.permissions.yml
|
||||
core/modules/responsive_image/config/schema/responsive_image.schema.yml
|
||||
core/modules/responsive_image/responsive_image.services.yml
|
||||
core/modules/responsive_image/responsive_image.links.menu.yml
|
||||
core/modules/responsive_image/templates/responsive-image.html.twig
|
||||
core/modules/responsive_image/templates/responsive-image-formatter.html.twig
|
||||
|
|
@ -9304,6 +9307,7 @@ core/modules/automated_cron/automated_cron.info.yml
|
|||
core/modules/automated_cron/tests/src/Functional/GenericTest.php
|
||||
core/modules/automated_cron/src/EventSubscriber/AutomatedCron.php
|
||||
core/modules/automated_cron/src/Hook/AutomatedCronHooks.php
|
||||
core/modules/options/options.services.yml
|
||||
core/modules/options/options.api.php
|
||||
core/modules/options/options.field_type_categories.yml
|
||||
core/modules/options/config/schema/options.schema.yml
|
||||
|
|
@ -9679,7 +9683,6 @@ core/modules/content_translation/content_translation.info.yml
|
|||
core/modules/content_translation/tests/modules/content_translation_test/config/install/entity_test.entity_test_bundle.test.yml
|
||||
core/modules/content_translation/tests/modules/content_translation_test/config/install/language.content_settings.entity_test_with_bundle.test.yml
|
||||
core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.info.yml
|
||||
core/modules/content_translation/tests/modules/content_translation_test/content_translation_test.module
|
||||
core/modules/content_translation/tests/modules/content_translation_test/src/Hook/ContentTranslationTestHooks.php
|
||||
core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableNoUISkip.php
|
||||
core/modules/content_translation/tests/modules/content_translation_test/src/Entity/EntityTestTranslatableUISkip.php
|
||||
|
|
@ -13291,6 +13294,7 @@ core/modules/system/src/Controller/PerformanceController.php
|
|||
core/modules/system/src/Controller/LinksetController.php
|
||||
core/modules/link/link.module
|
||||
core/modules/link/config/schema/link.schema.yml
|
||||
core/modules/link/link.services.yml
|
||||
core/modules/link/link.libraries.yml
|
||||
core/modules/link/templates/link-formatter-link-separate.html.twig
|
||||
core/modules/link/link.info.yml
|
||||
|
|
@ -13853,6 +13857,7 @@ core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
|
|||
core/modules/sqlite/src/Driver/Database/sqlite/Merge.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Update.php
|
||||
core/modules/sqlite/src/Hook/SqliteHooks.php
|
||||
core/modules/menu_link_content/menu_link_content.services.yml
|
||||
core/modules/menu_link_content/menu_link_content.links.menu.yml
|
||||
core/modules/menu_link_content/menu_link_content.info.yml
|
||||
core/modules/menu_link_content/menu_link_content.module
|
||||
|
|
@ -14365,6 +14370,7 @@ core/modules/package_manager/tests/src/Unit/StageNotInActiveValidatorTest.php
|
|||
core/modules/package_manager/tests/src/Unit/LoggingBeginnerTest.php
|
||||
core/modules/package_manager/tests/src/Unit/ExecutableFinderTest.php
|
||||
core/modules/package_manager/tests/src/Unit/LoggingCommitterTest.php
|
||||
core/modules/package_manager/tests/src/Build/PackageInstallSubmoduleTest.php
|
||||
core/modules/package_manager/tests/src/Build/TemplateProjectTestBase.php
|
||||
core/modules/package_manager/tests/src/Build/PackageInstallTest.php
|
||||
core/modules/package_manager/tests/src/Build/PackageUpdateTest.php
|
||||
|
|
@ -14844,6 +14850,7 @@ core/modules/contextual/contextual.info.yml
|
|||
core/modules/contextual/config/schema/contextual.views.schema.yml
|
||||
core/modules/contextual/contextual.module
|
||||
core/modules/contextual/contextual.api.php
|
||||
core/modules/contextual/contextual.services.yml
|
||||
core/modules/contextual/js/contextual.js
|
||||
core/modules/contextual/js/toolbar/models/StateModel.js
|
||||
core/modules/contextual/js/toolbar/views/AuralView.js
|
||||
|
|
@ -15196,6 +15203,7 @@ core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php
|
|||
core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
|
||||
core/modules/user/tests/src/Kernel/Views/UserDataTest.php
|
||||
core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
|
||||
core/modules/user/tests/src/Kernel/UserRequirementsTest.php
|
||||
core/modules/user/tests/src/Kernel/UserAccountFormPasswordResetTest.php
|
||||
core/modules/user/tests/src/Kernel/ModulePermissionsLinkHelperTest.php
|
||||
core/modules/user/tests/src/Kernel/UserValidationTest.php
|
||||
|
|
@ -15705,6 +15713,7 @@ core/modules/text/js/text.js
|
|||
core/modules/text/migrations/state/text.migrate_drupal.yml
|
||||
core/modules/text/migrations/text_settings.yml
|
||||
core/modules/text/text.module
|
||||
core/modules/text/text.services.yml
|
||||
core/modules/text/tests/src/FunctionalJavascript/TextareaWithSummaryTest.php
|
||||
core/modules/text/tests/src/Kernel/TextFormatterTest.php
|
||||
core/modules/text/tests/src/Kernel/TextItemBaseTest.php
|
||||
|
|
@ -15731,6 +15740,7 @@ core/modules/text/src/Plugin/migrate/field/d7/TextField.php
|
|||
core/modules/text/src/TextProcessed.php
|
||||
core/modules/text/src/Hook/TextHooks.php
|
||||
core/modules/text/text.libraries.yml
|
||||
core/modules/inline_form_errors/inline_form_errors.services.yml
|
||||
core/modules/inline_form_errors/inline_form_errors.info.yml
|
||||
core/modules/inline_form_errors/inline_form_errors.module
|
||||
core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditor5Test.php
|
||||
|
|
@ -16086,6 +16096,7 @@ core/modules/file/src/FileStorageSchema.php
|
|||
core/modules/file/src/Upload/FileUploadHandler.php
|
||||
core/modules/file/src/Upload/ContentDispositionFilenameParser.php
|
||||
core/modules/file/src/Upload/InputStreamUploadedFile.php
|
||||
core/modules/file/src/Upload/FileUploadHandlerInterface.php
|
||||
core/modules/file/src/Upload/FileUploadResult.php
|
||||
core/modules/file/src/Upload/FormUploadedFile.php
|
||||
core/modules/file/src/Upload/InputStreamFileWriterInterface.php
|
||||
|
|
@ -16094,7 +16105,10 @@ core/modules/file/src/Upload/FileValidationException.php
|
|||
core/modules/file/src/Upload/InputStreamFileWriter.php
|
||||
core/modules/file/src/Upload/FileUploadLocationTrait.php
|
||||
core/modules/file/src/Hook/FileHooks.php
|
||||
core/modules/file/src/Hook/CronHook.php
|
||||
core/modules/file/src/Hook/FileViewsHooks.php
|
||||
core/modules/file/src/Hook/FileDownloadHook.php
|
||||
core/modules/file/src/Hook/TokenHooks.php
|
||||
core/modules/file/src/Validation/FileValidationEvent.php
|
||||
core/modules/file/src/Validation/FileValidatorInterface.php
|
||||
core/modules/file/src/Validation/RecursiveValidatorFactory.php
|
||||
|
|
@ -16114,6 +16128,7 @@ core/modules/datetime/config/schema/datetime.schema.yml
|
|||
core/modules/datetime/datetime.info.yml
|
||||
core/modules/datetime/datetime.views.inc
|
||||
core/modules/datetime/migrations/state/datetime.migrate_drupal.yml
|
||||
core/modules/datetime/datetime.services.yml
|
||||
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_argument_datetime.yml
|
||||
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_exposed_filter_datetime.yml
|
||||
core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_sort_datetime.yml
|
||||
|
|
@ -16208,7 +16223,6 @@ core/modules/language/tests/language_entity_field_access_test/src/Hook/LanguageE
|
|||
core/modules/language/tests/language_test/language_test.info.yml
|
||||
core/modules/language/tests/language_test/config/optional/views.view.no_entity_translation_view.yml
|
||||
core/modules/language/tests/language_test/language_test.routing.yml
|
||||
core/modules/language/tests/language_test/language_test.module
|
||||
core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php
|
||||
core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php
|
||||
core/modules/language/tests/language_test/src/Hook/LanguageTestHooks.php
|
||||
|
|
@ -17433,6 +17447,7 @@ core/tests/Drupal/KernelTests/Core/Entity/EntityFormDisplayValidationTest.php
|
|||
core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityKeysTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityOriginalDeprecationTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityViewBuilderTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Entity/BundleConstraintValidatorTest.php
|
||||
|
|
|
|||
|
|
@ -1117,6 +1117,11 @@ admin-x-framework/src/test/render.tsx
|
|||
src/test/render.tsx
|
||||
test/render.tsx
|
||||
render.tsx
|
||||
apps/admin-x-framework/src/test/render-shade.tsx
|
||||
admin-x-framework/src/test/render-shade.tsx
|
||||
src/test/render-shade.tsx
|
||||
test/render-shade.tsx
|
||||
render-shade.tsx
|
||||
apps/admin-x-framework/src/playwright.ts
|
||||
admin-x-framework/src/playwright.ts
|
||||
src/playwright.ts
|
||||
|
|
@ -1174,6 +1179,91 @@ RoutingProvider.tsx
|
|||
apps/admin-x-framework/.eslintrc.cjs
|
||||
admin-x-framework/.eslintrc.cjs
|
||||
.eslintrc.cjs
|
||||
apps/posts/tsconfig.json
|
||||
posts/tsconfig.json
|
||||
tsconfig.json
|
||||
apps/posts/test/.eslintrc.cjs
|
||||
posts/test/.eslintrc.cjs
|
||||
test/.eslintrc.cjs
|
||||
.eslintrc.cjs
|
||||
apps/posts/package.json
|
||||
posts/package.json
|
||||
package.json
|
||||
apps/posts/vite.config.mjs
|
||||
posts/vite.config.mjs
|
||||
vite.config.mjs
|
||||
apps/posts/index.html
|
||||
posts/index.html
|
||||
index.html
|
||||
apps/posts/playwright.config.mjs
|
||||
posts/playwright.config.mjs
|
||||
playwright.config.mjs
|
||||
apps/posts/tailwind.config.cjs
|
||||
posts/tailwind.config.cjs
|
||||
tailwind.config.cjs
|
||||
apps/posts/postcss.config.cjs
|
||||
posts/postcss.config.cjs
|
||||
postcss.config.cjs
|
||||
apps/posts/src/App.tsx
|
||||
posts/src/App.tsx
|
||||
src/App.tsx
|
||||
App.tsx
|
||||
apps/posts/src/index.tsx
|
||||
posts/src/index.tsx
|
||||
src/index.tsx
|
||||
index.tsx
|
||||
apps/posts/src/pages/PostAnalytics.tsx
|
||||
posts/src/pages/PostAnalytics.tsx
|
||||
src/pages/PostAnalytics.tsx
|
||||
pages/PostAnalytics.tsx
|
||||
PostAnalytics.tsx
|
||||
apps/posts/src/components/layout/Header.tsx
|
||||
posts/src/components/layout/Header.tsx
|
||||
src/components/layout/Header.tsx
|
||||
components/layout/Header.tsx
|
||||
layout/Header.tsx
|
||||
Header.tsx
|
||||
apps/posts/src/components/post-analytics/overview/Conversions.tsx
|
||||
posts/src/components/post-analytics/overview/Conversions.tsx
|
||||
src/components/post-analytics/overview/Conversions.tsx
|
||||
components/post-analytics/overview/Conversions.tsx
|
||||
post-analytics/overview/Conversions.tsx
|
||||
overview/Conversions.tsx
|
||||
Conversions.tsx
|
||||
apps/posts/src/components/post-analytics/overview/NewsletterPerformance.tsx
|
||||
posts/src/components/post-analytics/overview/NewsletterPerformance.tsx
|
||||
src/components/post-analytics/overview/NewsletterPerformance.tsx
|
||||
components/post-analytics/overview/NewsletterPerformance.tsx
|
||||
post-analytics/overview/NewsletterPerformance.tsx
|
||||
overview/NewsletterPerformance.tsx
|
||||
NewsletterPerformance.tsx
|
||||
apps/posts/src/components/post-analytics/overview/ClickPerformance.tsx
|
||||
posts/src/components/post-analytics/overview/ClickPerformance.tsx
|
||||
src/components/post-analytics/overview/ClickPerformance.tsx
|
||||
components/post-analytics/overview/ClickPerformance.tsx
|
||||
post-analytics/overview/ClickPerformance.tsx
|
||||
overview/ClickPerformance.tsx
|
||||
ClickPerformance.tsx
|
||||
apps/posts/src/components/post-analytics/overview/Feedback.tsx
|
||||
posts/src/components/post-analytics/overview/Feedback.tsx
|
||||
src/components/post-analytics/overview/Feedback.tsx
|
||||
components/post-analytics/overview/Feedback.tsx
|
||||
post-analytics/overview/Feedback.tsx
|
||||
overview/Feedback.tsx
|
||||
Feedback.tsx
|
||||
apps/posts/src/components/post-analytics/Overview.tsx
|
||||
posts/src/components/post-analytics/Overview.tsx
|
||||
src/components/post-analytics/Overview.tsx
|
||||
components/post-analytics/Overview.tsx
|
||||
post-analytics/Overview.tsx
|
||||
Overview.tsx
|
||||
apps/posts/src/standalone.tsx
|
||||
posts/src/standalone.tsx
|
||||
src/standalone.tsx
|
||||
standalone.tsx
|
||||
apps/posts/.eslintrc.cjs
|
||||
posts/.eslintrc.cjs
|
||||
.eslintrc.cjs
|
||||
apps/sodo-search/LICENSE
|
||||
sodo-search/LICENSE
|
||||
LICENSE
|
||||
|
|
@ -2882,12 +2972,42 @@ src/components/ui/icon.ts
|
|||
components/ui/icon.ts
|
||||
ui/icon.ts
|
||||
icon.ts
|
||||
apps/shade/src/components/ui/card.tsx
|
||||
shade/src/components/ui/card.tsx
|
||||
src/components/ui/card.tsx
|
||||
components/ui/card.tsx
|
||||
ui/card.tsx
|
||||
card.tsx
|
||||
apps/shade/src/components/ui/icon.stories.tsx
|
||||
shade/src/components/ui/icon.stories.tsx
|
||||
src/components/ui/icon.stories.tsx
|
||||
components/ui/icon.stories.tsx
|
||||
ui/icon.stories.tsx
|
||||
icon.stories.tsx
|
||||
apps/shade/src/components/ui/card.stories.tsx
|
||||
shade/src/components/ui/card.stories.tsx
|
||||
src/components/ui/card.stories.tsx
|
||||
components/ui/card.stories.tsx
|
||||
ui/card.stories.tsx
|
||||
card.stories.tsx
|
||||
apps/shade/src/components/ui/breadcrumb.tsx
|
||||
shade/src/components/ui/breadcrumb.tsx
|
||||
src/components/ui/breadcrumb.tsx
|
||||
components/ui/breadcrumb.tsx
|
||||
ui/breadcrumb.tsx
|
||||
breadcrumb.tsx
|
||||
apps/shade/src/components/ui/dropdown-menu.tsx
|
||||
shade/src/components/ui/dropdown-menu.tsx
|
||||
src/components/ui/dropdown-menu.tsx
|
||||
components/ui/dropdown-menu.tsx
|
||||
ui/dropdown-menu.tsx
|
||||
dropdown-menu.tsx
|
||||
apps/shade/src/components/ui/tabs.stories.tsx
|
||||
shade/src/components/ui/tabs.stories.tsx
|
||||
src/components/ui/tabs.stories.tsx
|
||||
components/ui/tabs.stories.tsx
|
||||
ui/tabs.stories.tsx
|
||||
tabs.stories.tsx
|
||||
apps/shade/src/components/ui/lucide-icon.stories.tsx
|
||||
shade/src/components/ui/lucide-icon.stories.tsx
|
||||
src/components/ui/lucide-icon.stories.tsx
|
||||
|
|
@ -2900,12 +3020,54 @@ src/components/ui/button.stories.tsx
|
|||
components/ui/button.stories.tsx
|
||||
ui/button.stories.tsx
|
||||
button.stories.tsx
|
||||
apps/shade/src/components/ui/breadcrumb.stories.tsx
|
||||
shade/src/components/ui/breadcrumb.stories.tsx
|
||||
src/components/ui/breadcrumb.stories.tsx
|
||||
components/ui/breadcrumb.stories.tsx
|
||||
ui/breadcrumb.stories.tsx
|
||||
breadcrumb.stories.tsx
|
||||
apps/shade/src/components/ui/button.tsx
|
||||
shade/src/components/ui/button.tsx
|
||||
src/components/ui/button.tsx
|
||||
components/ui/button.tsx
|
||||
ui/button.tsx
|
||||
button.tsx
|
||||
apps/shade/src/components/ui/tabs.tsx
|
||||
shade/src/components/ui/tabs.tsx
|
||||
src/components/ui/tabs.tsx
|
||||
components/ui/tabs.tsx
|
||||
ui/tabs.tsx
|
||||
tabs.tsx
|
||||
apps/shade/src/components/ui/dropdown-menu.stories.tsx
|
||||
shade/src/components/ui/dropdown-menu.stories.tsx
|
||||
src/components/ui/dropdown-menu.stories.tsx
|
||||
components/ui/dropdown-menu.stories.tsx
|
||||
ui/dropdown-menu.stories.tsx
|
||||
dropdown-menu.stories.tsx
|
||||
apps/shade/src/components/layout/heading.tsx
|
||||
shade/src/components/layout/heading.tsx
|
||||
src/components/layout/heading.tsx
|
||||
components/layout/heading.tsx
|
||||
layout/heading.tsx
|
||||
heading.tsx
|
||||
apps/shade/src/components/layout/page.stories.tsx
|
||||
shade/src/components/layout/page.stories.tsx
|
||||
src/components/layout/page.stories.tsx
|
||||
components/layout/page.stories.tsx
|
||||
layout/page.stories.tsx
|
||||
page.stories.tsx
|
||||
apps/shade/src/components/layout/heading.stories.tsx
|
||||
shade/src/components/layout/heading.stories.tsx
|
||||
src/components/layout/heading.stories.tsx
|
||||
components/layout/heading.stories.tsx
|
||||
layout/heading.stories.tsx
|
||||
heading.stories.tsx
|
||||
apps/shade/src/components/layout/page.tsx
|
||||
shade/src/components/layout/page.tsx
|
||||
src/components/layout/page.tsx
|
||||
components/layout/page.tsx
|
||||
layout/page.tsx
|
||||
page.tsx
|
||||
apps/shade/src/providers/ShadeProvider.tsx
|
||||
shade/src/providers/ShadeProvider.tsx
|
||||
src/providers/ShadeProvider.tsx
|
||||
|
|
@ -7812,6 +7974,10 @@ ghost/tinybird/tests/filter_browser_chrome_top_pages.test.result
|
|||
tinybird/tests/filter_browser_chrome_top_pages.test.result
|
||||
tests/filter_browser_chrome_top_pages.test.result
|
||||
filter_browser_chrome_top_pages.test.result
|
||||
ghost/tinybird/tests/date_range_one_day_kpis.test
|
||||
tinybird/tests/date_range_one_day_kpis.test
|
||||
tests/date_range_one_day_kpis.test
|
||||
date_range_one_day_kpis.test
|
||||
ghost/tinybird/tests/filter_source_bing_top_browsers.test.result
|
||||
tinybird/tests/filter_source_bing_top_browsers.test.result
|
||||
tests/filter_source_bing_top_browsers.test.result
|
||||
|
|
@ -7820,6 +7986,10 @@ ghost/tinybird/tests/all_top_browsers.test.result
|
|||
tinybird/tests/all_top_browsers.test.result
|
||||
tests/all_top_browsers.test.result
|
||||
all_top_browsers.test.result
|
||||
ghost/tinybird/tests/date_range_one_day_kpis.test.result
|
||||
tinybird/tests/date_range_one_day_kpis.test.result
|
||||
tests/date_range_one_day_kpis.test.result
|
||||
date_range_one_day_kpis.test.result
|
||||
ghost/tinybird/tests/all_top_sources.test
|
||||
tinybird/tests/all_top_sources.test
|
||||
tests/all_top_sources.test
|
||||
|
|
@ -9153,6 +9323,36 @@ i18n/locales/de/search.json
|
|||
locales/de/search.json
|
||||
de/search.json
|
||||
search.json
|
||||
ghost/i18n/locales/lv/newsletter.json
|
||||
i18n/locales/lv/newsletter.json
|
||||
locales/lv/newsletter.json
|
||||
lv/newsletter.json
|
||||
newsletter.json
|
||||
ghost/i18n/locales/lv/comments.json
|
||||
i18n/locales/lv/comments.json
|
||||
locales/lv/comments.json
|
||||
lv/comments.json
|
||||
comments.json
|
||||
ghost/i18n/locales/lv/ghost.json
|
||||
i18n/locales/lv/ghost.json
|
||||
locales/lv/ghost.json
|
||||
lv/ghost.json
|
||||
ghost.json
|
||||
ghost/i18n/locales/lv/signup-form.json
|
||||
i18n/locales/lv/signup-form.json
|
||||
locales/lv/signup-form.json
|
||||
lv/signup-form.json
|
||||
signup-form.json
|
||||
ghost/i18n/locales/lv/portal.json
|
||||
i18n/locales/lv/portal.json
|
||||
locales/lv/portal.json
|
||||
lv/portal.json
|
||||
portal.json
|
||||
ghost/i18n/locales/lv/search.json
|
||||
i18n/locales/lv/search.json
|
||||
locales/lv/search.json
|
||||
lv/search.json
|
||||
search.json
|
||||
ghost/i18n/locales/sl/newsletter.json
|
||||
i18n/locales/sl/newsletter.json
|
||||
locales/sl/newsletter.json
|
||||
|
|
@ -28197,6 +28397,11 @@ admin/app/controllers/members.js
|
|||
app/controllers/members.js
|
||||
controllers/members.js
|
||||
members.js
|
||||
ghost/admin/app/controllers/posts-x.js
|
||||
admin/app/controllers/posts-x.js
|
||||
app/controllers/posts-x.js
|
||||
controllers/posts-x.js
|
||||
posts-x.js
|
||||
ghost/admin/app/controllers/lexical-editor/edit-loading.js
|
||||
admin/app/controllers/lexical-editor/edit-loading.js
|
||||
app/controllers/lexical-editor/edit-loading.js
|
||||
|
|
@ -28854,6 +29059,11 @@ admin/app/templates/posts-loading.hbs
|
|||
app/templates/posts-loading.hbs
|
||||
templates/posts-loading.hbs
|
||||
posts-loading.hbs
|
||||
ghost/admin/app/templates/posts-x.hbs
|
||||
admin/app/templates/posts-x.hbs
|
||||
app/templates/posts-x.hbs
|
||||
templates/posts-x.hbs
|
||||
posts-x.hbs
|
||||
ghost/admin/app/templates/posts.hbs
|
||||
admin/app/templates/posts.hbs
|
||||
app/templates/posts.hbs
|
||||
|
|
@ -29427,6 +29637,11 @@ admin/app/routes/members.js
|
|||
app/routes/members.js
|
||||
routes/members.js
|
||||
members.js
|
||||
ghost/admin/app/routes/posts-x.js
|
||||
admin/app/routes/posts-x.js
|
||||
app/routes/posts-x.js
|
||||
routes/posts-x.js
|
||||
posts-x.js
|
||||
ghost/admin/app/routes/lexical-editor/index.js
|
||||
admin/app/routes/lexical-editor/index.js
|
||||
app/routes/lexical-editor/index.js
|
||||
|
|
@ -32702,12 +32917,24 @@ admin/app/components/koenig-image-editor.hbs
|
|||
app/components/koenig-image-editor.hbs
|
||||
components/koenig-image-editor.hbs
|
||||
koenig-image-editor.hbs
|
||||
ghost/admin/app/components/admin-x/posts.js
|
||||
admin/app/components/admin-x/posts.js
|
||||
app/components/admin-x/posts.js
|
||||
components/admin-x/posts.js
|
||||
admin-x/posts.js
|
||||
posts.js
|
||||
ghost/admin/app/components/admin-x/settings.js
|
||||
admin/app/components/admin-x/settings.js
|
||||
app/components/admin-x/settings.js
|
||||
components/admin-x/settings.js
|
||||
admin-x/settings.js
|
||||
settings.js
|
||||
ghost/admin/app/components/admin-x/posts.hbs
|
||||
admin/app/components/admin-x/posts.hbs
|
||||
app/components/admin-x/posts.hbs
|
||||
components/admin-x/posts.hbs
|
||||
admin-x/posts.hbs
|
||||
posts.hbs
|
||||
ghost/admin/app/components/admin-x/admin-x-component.js
|
||||
admin/app/components/admin-x/admin-x-component.js
|
||||
app/components/admin-x/admin-x-component.js
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@ apps/admin-x-framework/src/test/responses/newsletters.json
|
|||
apps/admin-x-framework/src/test/responses/invites.json
|
||||
apps/admin-x-framework/src/test/responses/incoming_recommendations.json
|
||||
apps/admin-x-framework/src/test/render.tsx
|
||||
apps/admin-x-framework/src/test/render-shade.tsx
|
||||
apps/admin-x-framework/src/playwright.ts
|
||||
apps/admin-x-framework/src/routing.ts
|
||||
apps/admin-x-framework/src/index.ts
|
||||
|
|
@ -216,6 +217,25 @@ apps/admin-x-framework/src/hooks.ts
|
|||
apps/admin-x-framework/src/providers/FrameworkProvider.tsx
|
||||
apps/admin-x-framework/src/providers/RoutingProvider.tsx
|
||||
apps/admin-x-framework/.eslintrc.cjs
|
||||
apps/posts/tsconfig.json
|
||||
apps/posts/test/.eslintrc.cjs
|
||||
apps/posts/package.json
|
||||
apps/posts/vite.config.mjs
|
||||
apps/posts/index.html
|
||||
apps/posts/playwright.config.mjs
|
||||
apps/posts/tailwind.config.cjs
|
||||
apps/posts/postcss.config.cjs
|
||||
apps/posts/src/App.tsx
|
||||
apps/posts/src/index.tsx
|
||||
apps/posts/src/pages/PostAnalytics.tsx
|
||||
apps/posts/src/components/layout/Header.tsx
|
||||
apps/posts/src/components/post-analytics/overview/Conversions.tsx
|
||||
apps/posts/src/components/post-analytics/overview/NewsletterPerformance.tsx
|
||||
apps/posts/src/components/post-analytics/overview/ClickPerformance.tsx
|
||||
apps/posts/src/components/post-analytics/overview/Feedback.tsx
|
||||
apps/posts/src/components/post-analytics/Overview.tsx
|
||||
apps/posts/src/standalone.tsx
|
||||
apps/posts/.eslintrc.cjs
|
||||
apps/sodo-search/LICENSE
|
||||
apps/sodo-search/package.json
|
||||
apps/sodo-search/.yarnrc
|
||||
|
|
@ -551,10 +571,22 @@ apps/shade/src/boilerplate.tsx
|
|||
apps/shade/src/hooks/useGlobalDirtyState.tsx
|
||||
apps/shade/src/boilerplate.stories.tsx
|
||||
apps/shade/src/components/ui/icon.ts
|
||||
apps/shade/src/components/ui/card.tsx
|
||||
apps/shade/src/components/ui/icon.stories.tsx
|
||||
apps/shade/src/components/ui/card.stories.tsx
|
||||
apps/shade/src/components/ui/breadcrumb.tsx
|
||||
apps/shade/src/components/ui/dropdown-menu.tsx
|
||||
apps/shade/src/components/ui/tabs.stories.tsx
|
||||
apps/shade/src/components/ui/lucide-icon.stories.tsx
|
||||
apps/shade/src/components/ui/button.stories.tsx
|
||||
apps/shade/src/components/ui/breadcrumb.stories.tsx
|
||||
apps/shade/src/components/ui/button.tsx
|
||||
apps/shade/src/components/ui/tabs.tsx
|
||||
apps/shade/src/components/ui/dropdown-menu.stories.tsx
|
||||
apps/shade/src/components/layout/heading.tsx
|
||||
apps/shade/src/components/layout/page.stories.tsx
|
||||
apps/shade/src/components/layout/heading.stories.tsx
|
||||
apps/shade/src/components/layout/page.tsx
|
||||
apps/shade/src/providers/ShadeProvider.tsx
|
||||
apps/shade/.eslintrc.cjs
|
||||
apps/signup-form/.storybook/preview.tsx
|
||||
|
|
@ -1526,8 +1558,10 @@ ghost/tinybird/tests/filter_source_bing_top_pages.test.result
|
|||
ghost/tinybird/tests/filter_browser_chrome_kpis.test
|
||||
ghost/tinybird/tests/all_kpis.test
|
||||
ghost/tinybird/tests/filter_browser_chrome_top_pages.test.result
|
||||
ghost/tinybird/tests/date_range_one_day_kpis.test
|
||||
ghost/tinybird/tests/filter_source_bing_top_browsers.test.result
|
||||
ghost/tinybird/tests/all_top_browsers.test.result
|
||||
ghost/tinybird/tests/date_range_one_day_kpis.test.result
|
||||
ghost/tinybird/tests/all_top_sources.test
|
||||
ghost/tinybird/tests/all_top_sources.test.result
|
||||
ghost/tinybird/tests/filter_source_bing_top_pages.test
|
||||
|
|
@ -1805,6 +1839,12 @@ ghost/i18n/locales/de/ghost.json
|
|||
ghost/i18n/locales/de/signup-form.json
|
||||
ghost/i18n/locales/de/portal.json
|
||||
ghost/i18n/locales/de/search.json
|
||||
ghost/i18n/locales/lv/newsletter.json
|
||||
ghost/i18n/locales/lv/comments.json
|
||||
ghost/i18n/locales/lv/ghost.json
|
||||
ghost/i18n/locales/lv/signup-form.json
|
||||
ghost/i18n/locales/lv/portal.json
|
||||
ghost/i18n/locales/lv/search.json
|
||||
ghost/i18n/locales/sl/newsletter.json
|
||||
ghost/i18n/locales/sl/comments.json
|
||||
ghost/i18n/locales/sl/ghost.json
|
||||
|
|
@ -4597,6 +4637,7 @@ ghost/admin/app/controllers/signin-verify.js
|
|||
ghost/admin/app/controllers/site.js
|
||||
ghost/admin/app/controllers/posts.js
|
||||
ghost/admin/app/controllers/members.js
|
||||
ghost/admin/app/controllers/posts-x.js
|
||||
ghost/admin/app/controllers/lexical-editor/edit-loading.js
|
||||
ghost/admin/app/controllers/signin.js
|
||||
ghost/admin/app/controllers/whatsnew.js
|
||||
|
|
@ -4727,6 +4768,7 @@ ghost/admin/app/templates/designsandbox.hbs
|
|||
ghost/admin/app/templates/restore-posts.hbs
|
||||
ghost/admin/app/templates/members.hbs
|
||||
ghost/admin/app/templates/posts-loading.hbs
|
||||
ghost/admin/app/templates/posts-x.hbs
|
||||
ghost/admin/app/templates/posts.hbs
|
||||
ghost/admin/app/templates/lexical-editor.hbs
|
||||
ghost/admin/app/templates/settings-x.hbs
|
||||
|
|
@ -4842,6 +4884,7 @@ ghost/admin/app/routes/signin-verify.js
|
|||
ghost/admin/app/routes/site.js
|
||||
ghost/admin/app/routes/posts.js
|
||||
ghost/admin/app/routes/members.js
|
||||
ghost/admin/app/routes/posts-x.js
|
||||
ghost/admin/app/routes/lexical-editor/index.js
|
||||
ghost/admin/app/routes/lexical-editor/new.js
|
||||
ghost/admin/app/routes/lexical-editor/edit.js
|
||||
|
|
@ -5404,7 +5447,9 @@ ghost/admin/app/components/gh-member-single-label-input.hbs
|
|||
ghost/admin/app/components/gh-mobile-nav-bar.js
|
||||
ghost/admin/app/components/gh-members-filter-count.js
|
||||
ghost/admin/app/components/koenig-image-editor.hbs
|
||||
ghost/admin/app/components/admin-x/posts.js
|
||||
ghost/admin/app/components/admin-x/settings.js
|
||||
ghost/admin/app/components/admin-x/posts.hbs
|
||||
ghost/admin/app/components/admin-x/admin-x-component.js
|
||||
ghost/admin/app/components/admin-x/demo.js
|
||||
ghost/admin/app/components/admin-x/activitypub.js
|
||||
|
|
|
|||
|
|
@ -22406,6 +22406,11 @@ tests/Resources/download/.gitkeep
|
|||
Resources/download/.gitkeep
|
||||
download/.gitkeep
|
||||
.gitkeep
|
||||
tests/Resources/ApiPlatform/Resources/LocalizedResource.php
|
||||
Resources/ApiPlatform/Resources/LocalizedResource.php
|
||||
ApiPlatform/Resources/LocalizedResource.php
|
||||
Resources/LocalizedResource.php
|
||||
LocalizedResource.php
|
||||
tests/Resources/ApiPlatform/Resources/ApiTest.php
|
||||
Resources/ApiPlatform/Resources/ApiTest.php
|
||||
ApiPlatform/Resources/ApiTest.php
|
||||
|
|
@ -25655,6 +25660,10 @@ tests/Integration/Controllers/AdminSearchControllerCoreTest.php
|
|||
Integration/Controllers/AdminSearchControllerCoreTest.php
|
||||
Controllers/AdminSearchControllerCoreTest.php
|
||||
AdminSearchControllerCoreTest.php
|
||||
tests/Integration/Utility/LanguageTrait.php
|
||||
Integration/Utility/LanguageTrait.php
|
||||
Utility/LanguageTrait.php
|
||||
LanguageTrait.php
|
||||
tests/Integration/Utility/PageVoter.php
|
||||
Integration/Utility/PageVoter.php
|
||||
Utility/PageVoter.php
|
||||
|
|
@ -32952,15 +32961,6 @@ BO/13_shopParameters/07_search/01_search/02_filterSortPaginationAndBulkActions.t
|
|||
07_search/01_search/02_filterSortPaginationAndBulkActions.ts
|
||||
01_search/02_filterSortPaginationAndBulkActions.ts
|
||||
02_filterSortPaginationAndBulkActions.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
campaigns/functional/BO/13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
functional/BO/13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
BO/13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
07_search/01_search/06_quickEditStatus.ts
|
||||
01_search/06_quickEditStatus.ts
|
||||
06_quickEditStatus.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/01_editSearchSettings/03_fuzzySearch.ts
|
||||
UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/01_editSearchSettings/03_fuzzySearch.ts
|
||||
campaigns/functional/BO/13_shopParameters/07_search/01_search/01_editSearchSettings/03_fuzzySearch.ts
|
||||
|
|
@ -37401,6 +37401,12 @@ PrestaShopBundle/ApiPlatform/Metadata/CQRSDeleteTest.php
|
|||
ApiPlatform/Metadata/CQRSDeleteTest.php
|
||||
Metadata/CQRSDeleteTest.php
|
||||
CQRSDeleteTest.php
|
||||
tests/Unit/PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizerTest.php
|
||||
Unit/PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizerTest.php
|
||||
PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizerTest.php
|
||||
ApiPlatform/Normalizer/ValueObjectNormalizerTest.php
|
||||
Normalizer/ValueObjectNormalizerTest.php
|
||||
ValueObjectNormalizerTest.php
|
||||
tests/Unit/PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
|
||||
Unit/PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
|
||||
PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
|
||||
|
|
@ -51496,6 +51502,11 @@ PrestaShopBundle/ApiPlatform/Metadata/CQRSCreate.php
|
|||
ApiPlatform/Metadata/CQRSCreate.php
|
||||
Metadata/CQRSCreate.php
|
||||
CQRSCreate.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/LocalizedValue.php
|
||||
PrestaShopBundle/ApiPlatform/Metadata/LocalizedValue.php
|
||||
ApiPlatform/Metadata/LocalizedValue.php
|
||||
Metadata/LocalizedValue.php
|
||||
LocalizedValue.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSGetCollection.php
|
||||
PrestaShopBundle/ApiPlatform/Metadata/CQRSGetCollection.php
|
||||
ApiPlatform/Metadata/CQRSGetCollection.php
|
||||
|
|
@ -51506,6 +51517,11 @@ PrestaShopBundle/ApiPlatform/Exception/GridDataFactoryNotFoundException.php
|
|||
ApiPlatform/Exception/GridDataFactoryNotFoundException.php
|
||||
Exception/GridDataFactoryNotFoundException.php
|
||||
GridDataFactoryNotFoundException.php
|
||||
src/PrestaShopBundle/ApiPlatform/Exception/LocaleNotFoundException.php
|
||||
PrestaShopBundle/ApiPlatform/Exception/LocaleNotFoundException.php
|
||||
ApiPlatform/Exception/LocaleNotFoundException.php
|
||||
Exception/LocaleNotFoundException.php
|
||||
LocaleNotFoundException.php
|
||||
src/PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
|
||||
PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
|
||||
ApiPlatform/Exception/CQRSCommandNotFoundException.php
|
||||
|
|
@ -51546,6 +51562,11 @@ PrestaShopBundle/ApiPlatform/Normalizer/DateTimeImmutableNormalizer.php
|
|||
ApiPlatform/Normalizer/DateTimeImmutableNormalizer.php
|
||||
Normalizer/DateTimeImmutableNormalizer.php
|
||||
DateTimeImmutableNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizer.php
|
||||
PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizer.php
|
||||
ApiPlatform/Normalizer/ValueObjectNormalizer.php
|
||||
Normalizer/ValueObjectNormalizer.php
|
||||
ValueObjectNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/CQRSApiNormalizer.php
|
||||
PrestaShopBundle/ApiPlatform/Normalizer/CQRSApiNormalizer.php
|
||||
ApiPlatform/Normalizer/CQRSApiNormalizer.php
|
||||
|
|
|
|||
|
|
@ -4282,6 +4282,7 @@ tests/Resources/config/routes.yml
|
|||
tests/Resources/config/services.yml
|
||||
tests/Resources/DummyMultistoreConfiguration.php
|
||||
tests/Resources/download/.gitkeep
|
||||
tests/Resources/ApiPlatform/Resources/LocalizedResource.php
|
||||
tests/Resources/ApiPlatform/Resources/ApiTest.php
|
||||
tests/Resources/sql/install_testable_object.sql
|
||||
tests/Resources/MailDevClient.php
|
||||
|
|
@ -4789,6 +4790,7 @@ tests/Integration/ApiPlatform/EndPoint/ApiClientEndpointTest.php
|
|||
tests/Integration/ApiPlatform/EndPoint/ApiTestCase.php
|
||||
tests/Integration/ApiPlatform/Serializer/DomainSerializerTest.php
|
||||
tests/Integration/Controllers/AdminSearchControllerCoreTest.php
|
||||
tests/Integration/Utility/LanguageTrait.php
|
||||
tests/Integration/Utility/PageVoter.php
|
||||
tests/Integration/Utility/CsrfTokenStorage.php
|
||||
tests/Integration/Utility/CartOld.php
|
||||
|
|
@ -5774,7 +5776,6 @@ tests/UI/campaigns/functional/BO/13_shopParameters/01_general/general/11_enableD
|
|||
tests/UI/campaigns/functional/BO/13_shopParameters/01_general/maintenance/01_enableDisableShop.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/05_weight.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/02_filterSortPaginationAndBulkActions.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/06_quickEditStatus.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/01_editSearchSettings/03_fuzzySearch.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/01_editSearchSettings/06_minimumWordLength.ts
|
||||
tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/01_editSearchSettings/01_searchWithinWord.ts
|
||||
|
|
@ -6327,6 +6328,7 @@ tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSCommandTest.php
|
|||
tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSGetTest.php
|
||||
tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSPartialUpdateTest.php
|
||||
tests/Unit/PrestaShopBundle/ApiPlatform/Metadata/CQRSDeleteTest.php
|
||||
tests/Unit/PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizerTest.php
|
||||
tests/Unit/PrestaShopBundle/ApiPlatform/StateProvider/QueryProviderTest.php
|
||||
tests/Unit/PrestaShopBundle/EventListener/ContextEventListenerTestCase.php
|
||||
tests/Unit/PrestaShopBundle/EventListener/API/Context/ApiClientContextListenerTest.php
|
||||
|
|
@ -8186,8 +8188,10 @@ src/PrestaShopBundle/ApiPlatform/Metadata/Resource/Factory/ExperimentalOperation
|
|||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSCommand.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSUpdate.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSCreate.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/LocalizedValue.php
|
||||
src/PrestaShopBundle/ApiPlatform/Metadata/CQRSGetCollection.php
|
||||
src/PrestaShopBundle/ApiPlatform/Exception/GridDataFactoryNotFoundException.php
|
||||
src/PrestaShopBundle/ApiPlatform/Exception/LocaleNotFoundException.php
|
||||
src/PrestaShopBundle/ApiPlatform/Exception/CQRSCommandNotFoundException.php
|
||||
src/PrestaShopBundle/ApiPlatform/Exception/CQRSQueryNotFoundException.php
|
||||
src/PrestaShopBundle/ApiPlatform/Encoder/MultipartDecoder.php
|
||||
|
|
@ -8196,6 +8200,7 @@ src/PrestaShopBundle/ApiPlatform/Pagination/PaginationElements.php
|
|||
src/PrestaShopBundle/ApiPlatform/Normalizer/ShopConstraintNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/UploadedFileNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/DateTimeImmutableNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/ValueObjectNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/CQRSApiNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/Normalizer/DecimalNumberNormalizer.php
|
||||
src/PrestaShopBundle/ApiPlatform/QueryResultSerializerTrait.php
|
||||
|
|
|
|||
|
|
@ -4203,6 +4203,9 @@ _unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
|||
changelog/_unreleased/2024-11-13-a11y-change-styling-for-promotion-submit-button.md
|
||||
_unreleased/2024-11-13-a11y-change-styling-for-promotion-submit-button.md
|
||||
2024-11-13-a11y-change-styling-for-promotion-submit-button.md
|
||||
changelog/_unreleased/2024-12-11-added-oauth-support-for-mail-authentication.md
|
||||
_unreleased/2024-12-11-added-oauth-support-for-mail-authentication.md
|
||||
2024-12-11-added-oauth-support-for-mail-authentication.md
|
||||
changelog/_unreleased/2024-11-05-dynamic-content-replacement-with-custom-fields.md
|
||||
_unreleased/2024-11-05-dynamic-content-replacement-with-custom-fields.md
|
||||
2024-11-05-dynamic-content-replacement-with-custom-fields.md
|
||||
|
|
@ -4410,6 +4413,9 @@ _unreleased/2024-11-25-improve-open-ar-btn-for-voiceover.md
|
|||
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
|
||||
_unreleased/2024-05-22-navbar-for-main-navigation.md
|
||||
2024-05-22-navbar-for-main-navigation.md
|
||||
changelog/_unreleased/2024-12-05-don-t-consider-user-given-limits-in-storefront.md
|
||||
_unreleased/2024-12-05-don-t-consider-user-given-limits-in-storefront.md
|
||||
2024-12-05-don-t-consider-user-given-limits-in-storefront.md
|
||||
changelog/_unreleased/2024-10-29-Increase-button-link-outline-contrast.md
|
||||
_unreleased/2024-10-29-Increase-button-link-outline-contrast.md
|
||||
2024-10-29-Increase-button-link-outline-contrast.md
|
||||
|
|
@ -21735,6 +21741,13 @@ Core/Framework/DataAbstractionLayer/VersionManagerTest.php
|
|||
Framework/DataAbstractionLayer/VersionManagerTest.php
|
||||
DataAbstractionLayer/VersionManagerTest.php
|
||||
VersionManagerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
unit/Core/Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
Core/Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
Validation/EntityNotExistsTest.php
|
||||
EntityNotExistsTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/FieldException/ExpectedArrayExceptionTest.php
|
||||
unit/Core/Framework/DataAbstractionLayer/Write/FieldException/ExpectedArrayExceptionTest.php
|
||||
Core/Framework/DataAbstractionLayer/Write/FieldException/ExpectedArrayExceptionTest.php
|
||||
|
|
@ -26567,6 +26580,34 @@ Content/Product/Stock/LoadProductStockSubscriberTest.php
|
|||
Product/Stock/LoadProductStockSubscriberTest.php
|
||||
Stock/LoadProductStockSubscriberTest.php
|
||||
LoadProductStockSubscriberTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
unit/Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
Content/Mail/Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
Mail/Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
SmtpOauthTransportFactoryDecoratorTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/MailerTransportLoaderTest.php
|
||||
unit/Core/Content/Mail/Transport/MailerTransportLoaderTest.php
|
||||
Core/Content/Mail/Transport/MailerTransportLoaderTest.php
|
||||
Content/Mail/Transport/MailerTransportLoaderTest.php
|
||||
Mail/Transport/MailerTransportLoaderTest.php
|
||||
Transport/MailerTransportLoaderTest.php
|
||||
MailerTransportLoaderTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/MailerTransportDecoratorTest.php
|
||||
unit/Core/Content/Mail/Transport/MailerTransportDecoratorTest.php
|
||||
Core/Content/Mail/Transport/MailerTransportDecoratorTest.php
|
||||
Content/Mail/Transport/MailerTransportDecoratorTest.php
|
||||
Mail/Transport/MailerTransportDecoratorTest.php
|
||||
Transport/MailerTransportDecoratorTest.php
|
||||
MailerTransportDecoratorTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/SmtpOauthTokenProviderTest.php
|
||||
unit/Core/Content/Mail/Transport/SmtpOauthTokenProviderTest.php
|
||||
Core/Content/Mail/Transport/SmtpOauthTokenProviderTest.php
|
||||
Content/Mail/Transport/SmtpOauthTokenProviderTest.php
|
||||
Mail/Transport/SmtpOauthTokenProviderTest.php
|
||||
Transport/SmtpOauthTokenProviderTest.php
|
||||
SmtpOauthTokenProviderTest.php
|
||||
tests/unit/Core/Content/Mail/MailerConfigurationCompilerPassTest.php
|
||||
unit/Core/Content/Mail/MailerConfigurationCompilerPassTest.php
|
||||
Core/Content/Mail/MailerConfigurationCompilerPassTest.php
|
||||
|
|
@ -26587,13 +26628,6 @@ Content/Mail/Service/MailAttachmentsConfigTest.php
|
|||
Mail/Service/MailAttachmentsConfigTest.php
|
||||
Service/MailAttachmentsConfigTest.php
|
||||
MailAttachmentsConfigTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailerTransportLoaderTest.php
|
||||
unit/Core/Content/Mail/Service/MailerTransportLoaderTest.php
|
||||
Core/Content/Mail/Service/MailerTransportLoaderTest.php
|
||||
Content/Mail/Service/MailerTransportLoaderTest.php
|
||||
Mail/Service/MailerTransportLoaderTest.php
|
||||
Service/MailerTransportLoaderTest.php
|
||||
MailerTransportLoaderTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailFactoryTest.php
|
||||
unit/Core/Content/Mail/Service/MailFactoryTest.php
|
||||
Core/Content/Mail/Service/MailFactoryTest.php
|
||||
|
|
@ -26601,13 +26635,6 @@ Content/Mail/Service/MailFactoryTest.php
|
|||
Mail/Service/MailFactoryTest.php
|
||||
Service/MailFactoryTest.php
|
||||
MailFactoryTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailerTransportDecoratorTest.php
|
||||
unit/Core/Content/Mail/Service/MailerTransportDecoratorTest.php
|
||||
Core/Content/Mail/Service/MailerTransportDecoratorTest.php
|
||||
Content/Mail/Service/MailerTransportDecoratorTest.php
|
||||
Mail/Service/MailerTransportDecoratorTest.php
|
||||
Service/MailerTransportDecoratorTest.php
|
||||
MailerTransportDecoratorTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailAttachmentsBuilderTest.php
|
||||
unit/Core/Content/Mail/Service/MailAttachmentsBuilderTest.php
|
||||
Core/Content/Mail/Service/MailAttachmentsBuilderTest.php
|
||||
|
|
@ -26635,6 +26662,13 @@ Core/Content/Mail/MailExceptionTest.php
|
|||
Content/Mail/MailExceptionTest.php
|
||||
Mail/MailExceptionTest.php
|
||||
MailExceptionTest.php
|
||||
tests/unit/Core/Content/Mail/Subscriber/FailedMessageSubscriberTest.php
|
||||
unit/Core/Content/Mail/Subscriber/FailedMessageSubscriberTest.php
|
||||
Core/Content/Mail/Subscriber/FailedMessageSubscriberTest.php
|
||||
Content/Mail/Subscriber/FailedMessageSubscriberTest.php
|
||||
Mail/Subscriber/FailedMessageSubscriberTest.php
|
||||
Subscriber/FailedMessageSubscriberTest.php
|
||||
FailedMessageSubscriberTest.php
|
||||
tests/unit/Core/Content/Mail/Message/SendMailHandlerTest.php
|
||||
unit/Core/Content/Mail/Message/SendMailHandlerTest.php
|
||||
Core/Content/Mail/Message/SendMailHandlerTest.php
|
||||
|
|
@ -129717,6 +129751,36 @@ Content/Product/Stock/AbstractStockStorage.php
|
|||
Product/Stock/AbstractStockStorage.php
|
||||
Stock/AbstractStockStorage.php
|
||||
AbstractStockStorage.php
|
||||
src/Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecorator.php
|
||||
Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecorator.php
|
||||
Content/Mail/Transport/SmtpOauthTransportFactoryDecorator.php
|
||||
Mail/Transport/SmtpOauthTransportFactoryDecorator.php
|
||||
Transport/SmtpOauthTransportFactoryDecorator.php
|
||||
SmtpOauthTransportFactoryDecorator.php
|
||||
src/Core/Content/Mail/Transport/MailerTransportDecorator.php
|
||||
Core/Content/Mail/Transport/MailerTransportDecorator.php
|
||||
Content/Mail/Transport/MailerTransportDecorator.php
|
||||
Mail/Transport/MailerTransportDecorator.php
|
||||
Transport/MailerTransportDecorator.php
|
||||
MailerTransportDecorator.php
|
||||
src/Core/Content/Mail/Transport/SmtpOauthAuthenticator.php
|
||||
Core/Content/Mail/Transport/SmtpOauthAuthenticator.php
|
||||
Content/Mail/Transport/SmtpOauthAuthenticator.php
|
||||
Mail/Transport/SmtpOauthAuthenticator.php
|
||||
Transport/SmtpOauthAuthenticator.php
|
||||
SmtpOauthAuthenticator.php
|
||||
src/Core/Content/Mail/Transport/SmtpOauthTokenProvider.php
|
||||
Core/Content/Mail/Transport/SmtpOauthTokenProvider.php
|
||||
Content/Mail/Transport/SmtpOauthTokenProvider.php
|
||||
Mail/Transport/SmtpOauthTokenProvider.php
|
||||
Transport/SmtpOauthTokenProvider.php
|
||||
SmtpOauthTokenProvider.php
|
||||
src/Core/Content/Mail/Transport/MailerTransportLoader.php
|
||||
Core/Content/Mail/Transport/MailerTransportLoader.php
|
||||
Content/Mail/Transport/MailerTransportLoader.php
|
||||
Mail/Transport/MailerTransportLoader.php
|
||||
Transport/MailerTransportLoader.php
|
||||
MailerTransportLoader.php
|
||||
src/Core/Content/Mail/MailException.php
|
||||
Core/Content/Mail/MailException.php
|
||||
Content/Mail/MailException.php
|
||||
|
|
@ -129740,12 +129804,6 @@ Content/Mail/Service/AbstractMailService.php
|
|||
Mail/Service/AbstractMailService.php
|
||||
Service/AbstractMailService.php
|
||||
AbstractMailService.php
|
||||
src/Core/Content/Mail/Service/MailerTransportDecorator.php
|
||||
Core/Content/Mail/Service/MailerTransportDecorator.php
|
||||
Content/Mail/Service/MailerTransportDecorator.php
|
||||
Mail/Service/MailerTransportDecorator.php
|
||||
Service/MailerTransportDecorator.php
|
||||
MailerTransportDecorator.php
|
||||
src/Core/Content/Mail/Service/MailAttachmentsBuilder.php
|
||||
Core/Content/Mail/Service/MailAttachmentsBuilder.php
|
||||
Content/Mail/Service/MailAttachmentsBuilder.php
|
||||
|
|
@ -129794,12 +129852,12 @@ Content/Mail/Service/MailFactory.php
|
|||
Mail/Service/MailFactory.php
|
||||
Service/MailFactory.php
|
||||
MailFactory.php
|
||||
src/Core/Content/Mail/Service/MailerTransportLoader.php
|
||||
Core/Content/Mail/Service/MailerTransportLoader.php
|
||||
Content/Mail/Service/MailerTransportLoader.php
|
||||
Mail/Service/MailerTransportLoader.php
|
||||
Service/MailerTransportLoader.php
|
||||
MailerTransportLoader.php
|
||||
src/Core/Content/Mail/Subscriber/FailedMessageSubscriber.php
|
||||
Core/Content/Mail/Subscriber/FailedMessageSubscriber.php
|
||||
Content/Mail/Subscriber/FailedMessageSubscriber.php
|
||||
Mail/Subscriber/FailedMessageSubscriber.php
|
||||
Subscriber/FailedMessageSubscriber.php
|
||||
FailedMessageSubscriber.php
|
||||
src/Core/Content/Mail/Message/SendMailMessage.php
|
||||
Core/Content/Mail/Message/SendMailMessage.php
|
||||
Content/Mail/Message/SendMailMessage.php
|
||||
|
|
|
|||
|
|
@ -1400,6 +1400,7 @@ changelog/_unreleased/2024-10-02-fix-custom-field-content-in-flow-builder.md
|
|||
changelog/_unreleased/2024-11-11-remove-duplicated-sortedproperties-from-saleschannelproductdefinition.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2024-11-13-a11y-change-styling-for-promotion-submit-button.md
|
||||
changelog/_unreleased/2024-12-11-added-oauth-support-for-mail-authentication.md
|
||||
changelog/_unreleased/2024-11-05-dynamic-content-replacement-with-custom-fields.md
|
||||
changelog/_unreleased/2024-11-26-improve-checkout-order-placed-event.md
|
||||
changelog/_unreleased/2024-12-02-add-h1-to-listing-layouts.md
|
||||
|
|
@ -1469,6 +1470,7 @@ changelog/_unreleased/2024-11-22-unwrap-messages-when-routing.md
|
|||
changelog/_unreleased/2024-10-28-fix-address-handling-does-not-work-properly.md
|
||||
changelog/_unreleased/2024-11-25-improve-open-ar-btn-for-voiceover.md
|
||||
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
|
||||
changelog/_unreleased/2024-12-05-don-t-consider-user-given-limits-in-storefront.md
|
||||
changelog/_unreleased/2024-10-29-Increase-button-link-outline-contrast.md
|
||||
changelog/_unreleased/2024-11-27-fix-payment-method-active-toggle.md
|
||||
changelog/_unreleased/2024-11-06-remain-original-admin-api-sales-channel-source.md
|
||||
|
|
@ -6129,6 +6131,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/TechnicalNameExceptionHandlerTest
|
|||
tests/unit/Core/Framework/DataAbstractionLayer/MigrationQueryGeneratorTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/DataAbstractionLayerExceptionTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/VersionManagerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Validation/EntityNotExistsTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/FieldException/ExpectedArrayExceptionTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/Command/WriteTypeIntendExceptionTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/Write/Command/ChangeSetTest.php
|
||||
|
|
@ -6728,16 +6731,19 @@ tests/unit/Core/Content/Product/Stock/OrderStockSubscriberTest.php
|
|||
tests/unit/Core/Content/Product/Stock/StockDataTest.php
|
||||
tests/unit/Core/Content/Product/Stock/StockLoadRequestTest.php
|
||||
tests/unit/Core/Content/Product/Stock/LoadProductStockSubscriberTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecoratorTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/MailerTransportLoaderTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/MailerTransportDecoratorTest.php
|
||||
tests/unit/Core/Content/Mail/Transport/SmtpOauthTokenProviderTest.php
|
||||
tests/unit/Core/Content/Mail/MailerConfigurationCompilerPassTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailAttachmentsConfigTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailerTransportLoaderTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailFactoryTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailerTransportDecoratorTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailAttachmentsBuilderTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailSenderTest.php
|
||||
tests/unit/Core/Content/Mail/Service/MailServiceTest.php
|
||||
tests/unit/Core/Content/Mail/MailExceptionTest.php
|
||||
tests/unit/Core/Content/Mail/Subscriber/FailedMessageSubscriberTest.php
|
||||
tests/unit/Core/Content/Mail/Message/SendMailHandlerTest.php
|
||||
tests/unit/Core/Content/Media/Thumbnail/ThumbnailSizeCalculatorTest.php
|
||||
tests/unit/Core/Content/Media/Thumbnail/ThumbnailServiceTest.php
|
||||
|
|
@ -18787,11 +18793,15 @@ src/Core/Content/Product/Stock/AvailableStockMirrorSubscriber.php
|
|||
src/Core/Content/Product/Stock/StockAlteration.php
|
||||
src/Core/Content/Product/Stock/StockDataCollection.php
|
||||
src/Core/Content/Product/Stock/AbstractStockStorage.php
|
||||
src/Core/Content/Mail/Transport/SmtpOauthTransportFactoryDecorator.php
|
||||
src/Core/Content/Mail/Transport/MailerTransportDecorator.php
|
||||
src/Core/Content/Mail/Transport/SmtpOauthAuthenticator.php
|
||||
src/Core/Content/Mail/Transport/SmtpOauthTokenProvider.php
|
||||
src/Core/Content/Mail/Transport/MailerTransportLoader.php
|
||||
src/Core/Content/Mail/MailException.php
|
||||
src/Core/Content/Mail/Service/AbstractMailSender.php
|
||||
src/Core/Content/Mail/Service/SendMailTemplate.php
|
||||
src/Core/Content/Mail/Service/AbstractMailService.php
|
||||
src/Core/Content/Mail/Service/MailerTransportDecorator.php
|
||||
src/Core/Content/Mail/Service/MailAttachmentsBuilder.php
|
||||
src/Core/Content/Mail/Service/SendMailTemplateParams.php
|
||||
src/Core/Content/Mail/Service/AbstractMailFactory.php
|
||||
|
|
@ -18800,7 +18810,7 @@ src/Core/Content/Mail/Service/MailService.php
|
|||
src/Core/Content/Mail/Service/Mail.php
|
||||
src/Core/Content/Mail/Service/MailAttachmentsConfig.php
|
||||
src/Core/Content/Mail/Service/MailFactory.php
|
||||
src/Core/Content/Mail/Service/MailerTransportLoader.php
|
||||
src/Core/Content/Mail/Subscriber/FailedMessageSubscriber.php
|
||||
src/Core/Content/Mail/Message/SendMailMessage.php
|
||||
src/Core/Content/Mail/Message/SendMailHandler.php
|
||||
src/Core/Content/Mail/MailerConfigurationCompilerPass.php
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -3816,324 +3816,39 @@ bin/pre-push.sh
|
|||
plugins/woocommerce/.gitattributes
|
||||
plugins/woocommerce/.phpunit-watcher.yml
|
||||
plugins/woocommerce/.distignore
|
||||
plugins/woocommerce/changelog/e2e-api-core-tests-fix-orders-test-for-multiple-runs
|
||||
plugins/woocommerce/changelog/update-product-editor-css
|
||||
plugins/woocommerce/changelog/53669-add-add-recurring-payments-icon
|
||||
plugins/woocommerce/changelog/add-croatian-countries
|
||||
plugins/woocommerce/changelog/dev-e2e-fix-gutenberg-nightly-page-title
|
||||
plugins/woocommerce/changelog/pr-52764
|
||||
plugins/woocommerce/changelog/52887-update-52875-offer-jpc-for-all-eligible-plugins
|
||||
plugins/woocommerce/changelog/feat-add-product-review-autocomplete-fields
|
||||
plugins/woocommerce/changelog/add-data-flow-overview
|
||||
plugins/woocommerce/changelog/52761-fix-ci-jobs
|
||||
plugins/woocommerce/changelog/dev-fix-wireit-cache-bloating
|
||||
plugins/woocommerce/changelog/update-default-coming-soon-value
|
||||
plugins/woocommerce/changelog/53002-52945-add-virtual-param
|
||||
plugins/woocommerce/changelog/52928-patch-1
|
||||
plugins/woocommerce/changelog/52757-update-settings-sidebar-components
|
||||
plugins/woocommerce/changelog/fix-51796
|
||||
plugins/woocommerce/changelog/tweak-speedup-bought-product-function
|
||||
plugins/woocommerce/changelog/tests-52957
|
||||
plugins/woocommerce/changelog/52666-update-52622-product-collection-move-display-layout-menu-from-toolbar-to-inspector-controls
|
||||
plugins/woocommerce/changelog/fix-52827-wc-admin-product-image-aspect-ratio
|
||||
plugins/woocommerce/changelog/fix-51901
|
||||
plugins/woocommerce/changelog/52650-add-52444-newsletter-extension-hint-panel-mailpoet2
|
||||
plugins/woocommerce/changelog/update-add-feature-flag-for-add-to-cart
|
||||
plugins/woocommerce/changelog/53575-email-preview-subject
|
||||
plugins/woocommerce/changelog/update-select-simple-product-initially
|
||||
plugins/woocommerce/changelog/pr-53167
|
||||
plugins/woocommerce/changelog/fix-51242
|
||||
plugins/woocommerce/changelog/e2e-fix-shop-search-browse-sort-home-category
|
||||
plugins/woocommerce/changelog/dev-update-wp-env-10.14-and-remove-patch
|
||||
plugins/woocommerce/changelog/52779-fix-flaky-api-orders-search-test
|
||||
plugins/woocommerce/changelog/dev-bump-action-scheduler-to-3.9.0
|
||||
plugins/woocommerce/changelog/feat-filter-apply-button-server-context
|
||||
plugins/woocommerce/changelog/dev-52416_implement_product_renderer_class
|
||||
plugins/woocommerce/changelog/53612-dev-update-cod-copy
|
||||
plugins/woocommerce/changelog/update-default-measurements
|
||||
plugins/woocommerce/changelog/update-jetpack-connection
|
||||
plugins/woocommerce/changelog/52729-enhance-embedded-layout-render
|
||||
plugins/woocommerce/changelog/update-rating-star-component
|
||||
plugins/woocommerce/changelog/fix-53149-2
|
||||
plugins/woocommerce/changelog/e2e-improve-shopper-product-variation-test
|
||||
plugins/woocommerce/changelog/53717-fix-show-additional-fields-when-0
|
||||
plugins/woocommerce/changelog/pr-52937
|
||||
plugins/woocommerce/changelog/update-handle-custom-view
|
||||
plugins/woocommerce/changelog/fix-mini-cart-api-request-50793
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/52691-add-settings-sidebar-items
|
||||
plugins/woocommerce/changelog/ci-run-extra-e2e-checks-for-e2e-tests-updates
|
||||
plugins/woocommerce/changelog/52756-add-51186-action-buttons-to-order-details-template
|
||||
plugins/woocommerce/changelog/update-define-use-collection-data-types
|
||||
plugins/woocommerce/changelog/fix-quantity-selector-parent
|
||||
plugins/woocommerce/changelog/53173-dev-51452-test-drive-onboarding-flow
|
||||
plugins/woocommerce/changelog/fix-additional-fields-locations
|
||||
plugins/woocommerce/changelog/51921-dev-using-order-status-constants-in-legacy-tests
|
||||
plugins/woocommerce/changelog/e2e-fix-search-url-extra-character
|
||||
plugins/woocommerce/changelog/fix-53131-hover-extension-cursor-pointer
|
||||
plugins/woocommerce/changelog/fix-51799
|
||||
plugins/woocommerce/changelog/e2e-tests-audit-tag-shopper-folder
|
||||
plugins/woocommerce/changelog/dev-incentives-updates
|
||||
plugins/woocommerce/changelog/52715-fix-52511
|
||||
plugins/woocommerce/changelog/53473-add-disconenct-from-wccom-endpoint
|
||||
plugins/woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
|
||||
plugins/woocommerce/changelog/53468-update-settings-data-custom-type
|
||||
plugins/woocommerce/changelog/53774-add-coming-soon-template-right-image
|
||||
plugins/woocommerce/changelog/52806-fix-settings-typings
|
||||
plugins/woocommerce/changelog/fix-e2e-tests-wp-6-6
|
||||
plugins/woocommerce/changelog/53165-dev-ts-5-7-2
|
||||
plugins/woocommerce/changelog/fix-51903
|
||||
plugins/woocommerce/changelog/e2e-update-readme-fix-api-tests-instructions
|
||||
plugins/woocommerce/changelog/51185-JQUERY_ON_DOCUMENT
|
||||
plugins/woocommerce/changelog/53459-fix-cyprus-state-requirement
|
||||
plugins/woocommerce/changelog/dev-build-validate-blocks-manifests
|
||||
plugins/woocommerce/changelog/fix-53604
|
||||
plugins/woocommerce/changelog/53657-update-issue-53635
|
||||
plugins/woocommerce/changelog/add-recommended-payment-methods-page-wrapper
|
||||
plugins/woocommerce/changelog/fix-51927
|
||||
plugins/woocommerce/changelog/add-order-statuses-rest-api-endpoint
|
||||
plugins/woocommerce/changelog/dev-52920_move_product_collection_utils
|
||||
plugins/woocommerce/changelog/fix-import-product-card
|
||||
plugins/woocommerce/changelog/pr-53308
|
||||
plugins/woocommerce/changelog/53476-update-22261-in-app-search-badge-update
|
||||
plugins/woocommerce/changelog/52424-email-preview-live-changes
|
||||
plugins/woocommerce/changelog/53690-support-future-in-status-params
|
||||
plugins/woocommerce/changelog/e2e-update-urls-for-multisite-setup-comptibility
|
||||
plugins/woocommerce/changelog/add-53011_stock_notice_in_single_product_block
|
||||
plugins/woocommerce/changelog/53217-53195-registerblocksingleproducttemplate-register-blocks-twice-in-posts
|
||||
plugins/woocommerce/changelog/fix-51837
|
||||
plugins/woocommerce/changelog/dev-e2e-review-admin-marketing-folder
|
||||
plugins/woocommerce/changelog/update-register-block-single-product-template
|
||||
plugins/woocommerce/changelog/fix-51041
|
||||
plugins/woocommerce/changelog/dev-e2e-audit-activate-and-setup-folder
|
||||
plugins/woocommerce/changelog/53313-improve-hardening-measure-review-comment
|
||||
plugins/woocommerce/changelog/e2e-api-checks-add-extra-check-user-response
|
||||
plugins/woocommerce/changelog/53548-dev-editable-summary-total-heading
|
||||
plugins/woocommerce/changelog/update-product-variation-transient-management-further
|
||||
plugins/woocommerce/changelog/dev-nox-drag-and-drop-updates
|
||||
plugins/woocommerce/changelog/52433-dev-using-new-legacy-status-constants-in-tests
|
||||
plugins/woocommerce/changelog/52223-email-color-settings
|
||||
plugins/woocommerce/changelog/fix-53460_errors_in_stock_status
|
||||
plugins/woocommerce/changelog/52676-dev-unify-decodeEntity
|
||||
plugins/woocommerce/changelog/52217-improve-email-logo-settings
|
||||
plugins/woocommerce/changelog/update-improve-block-tempplate-of-add-to-cart
|
||||
plugins/woocommerce/changelog/fix-52396_product_sku_styles
|
||||
plugins/woocommerce/changelog/53033-add-51448-handle-ellipsis-menu-items
|
||||
plugins/woocommerce/changelog/fix-feature-compatibility-remote-logging
|
||||
plugins/woocommerce/changelog/53341-trunk
|
||||
plugins/woocommerce/changelog/53544-dev-editable-summary-subtotal-heading
|
||||
plugins/woocommerce/changelog/try-env-tests-mapping
|
||||
plugins/woocommerce/changelog/dev-52417_implement_collection_handler_registry_class
|
||||
plugins/woocommerce/changelog/pr-53699
|
||||
plugins/woocommerce/changelog/dev-poc_delete_reference_assignment_operator
|
||||
plugins/woocommerce/changelog/fix-40455-properly-break-from-note-loop
|
||||
plugins/woocommerce/changelog/fix-52700_gropued_products_styles_twenty_twenty_five
|
||||
plugins/woocommerce/changelog/e2e-improve-shop-search-browse-sort-test
|
||||
plugins/woocommerce/changelog/53270-add-categories-to-setting-page
|
||||
plugins/woocommerce/changelog/fix-51832
|
||||
plugins/woocommerce/changelog/update-ptk-warning-log-once-a-day
|
||||
plugins/woocommerce/changelog/e2e-skip-third-test-scenario-in-loading-screen
|
||||
plugins/woocommerce/changelog/53667-e2e-audit-admin-tasks
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-grouped-products-tests
|
||||
plugins/woocommerce/changelog/fix-core-profiler-industry
|
||||
plugins/woocommerce/changelog/51549-fix-wrong-default-param-type-51548
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-form-untranslatable-string
|
||||
plugins/woocommerce/changelog/enhance-page-coming-soon-minimal-left-image
|
||||
plugins/woocommerce/changelog/52423-email-preview-subject
|
||||
plugins/woocommerce/changelog/53697-email-preview-code-cleanup
|
||||
plugins/woocommerce/changelog/52815-dev-lock-dependencies
|
||||
plugins/woocommerce/changelog/52227-preview-email-types
|
||||
plugins/woocommerce/changelog/53120-update-52895-coming-soon-store-only-incorrectly-flag-url
|
||||
plugins/woocommerce/changelog/52678-fix-51636-refactor-product-filters
|
||||
plugins/woocommerce/changelog/update-51470-route-onboarding-modes-based-on-context
|
||||
plugins/woocommerce/changelog/fix-51924
|
||||
plugins/woocommerce/changelog/53702-fix-improve-compatibility-layer-documentation
|
||||
plugins/woocommerce/changelog/update-53379-link-payments-menu-and-task-to-nox
|
||||
plugins/woocommerce/changelog/52081-nullable-rin
|
||||
plugins/woocommerce/changelog/add-payments-settings-soft-routing
|
||||
plugins/woocommerce/changelog/dev-53668-post-test-drive-setup-modal
|
||||
plugins/woocommerce/changelog/52604-dev-alignment-on-mobile-order-summary-48899
|
||||
plugins/woocommerce/changelog/53052-52626-add-to-cart-button-block-has-different-style-on-the-frontend-side-and-editor-side
|
||||
plugins/woocommerce/changelog/dev-e2e-review-admin-analytics-folder
|
||||
plugins/woocommerce/changelog/fix-51690-harden-wc-get-order-status-name
|
||||
plugins/woocommerce/changelog/fix-incorrect-payment-action-param
|
||||
plugins/woocommerce/changelog/53342-fix-i18n-fix-german-case
|
||||
plugins/woocommerce/changelog/46069-fix-taxes-in-order
|
||||
plugins/woocommerce/changelog/53203-fix-fix-typo-wither-to-either
|
||||
plugins/woocommerce/changelog/53343-add-trigger-on-change-event-stepper
|
||||
plugins/woocommerce/changelog/52421-email-colors-reset-resync
|
||||
plugins/woocommerce/changelog/52993-dev-52933-payments-settings-api-refactor
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-e2e-test-can-connect-wccom
|
||||
plugins/woocommerce/changelog/e2e-skip-api-key-setup
|
||||
plugins/woocommerce/changelog/add-product-summary-typography-supports
|
||||
plugins/woocommerce/changelog/pr-53471
|
||||
plugins/woocommerce/changelog/fix-43256-tablecard-columns-popover
|
||||
plugins/woocommerce/changelog/add-52343-pr-alert
|
||||
plugins/woocommerce/changelog/fix-52846
|
||||
plugins/woocommerce/changelog/fix-wc-get-cart-url-xss
|
||||
plugins/woocommerce/changelog/add-53194-gateway-recommended-payment-methods
|
||||
plugins/woocommerce/changelog/add-51586_add_tests_for_hand_picked_collection
|
||||
plugins/woocommerce/changelog/53106-fix-52479-marketplace-no-locale-passed-to-search
|
||||
plugins/woocommerce/changelog/e2e-cleanup-unused-pw-config
|
||||
plugins/woocommerce/changelog/52081-nullable-admin
|
||||
plugins/woocommerce/changelog/add-save_method_to_add_to_cart_with_options
|
||||
plugins/woocommerce/changelog/fix-variation-selector-alignment
|
||||
plugins/woocommerce/changelog/53176-tests-enable-brands-tests
|
||||
plugins/woocommerce/changelog/fix-hide-lys-newsletter-panel
|
||||
plugins/woocommerce/changelog/update-coming-soon-cache-doc
|
||||
plugins/woocommerce/changelog/e2e-api-core-tests-update-all-urls-for-multisite-compatibility
|
||||
plugins/woocommerce/changelog/53184-52998-add-exclude-types-param
|
||||
plugins/woocommerce/changelog/dev-nox-integrate-incentives
|
||||
plugins/woocommerce/changelog/add-transform-settings-data
|
||||
plugins/woocommerce/changelog/52980-dev-52807
|
||||
plugins/woocommerce/changelog/add-unify-togglegroupcontrol-styling
|
||||
plugins/woocommerce/changelog/email-preview-rest-not-found
|
||||
plugins/woocommerce/changelog/fix-51794
|
||||
plugins/woocommerce/changelog/add-53008_add_to_cart_wrapper_block
|
||||
plugins/woocommerce/changelog/fix-52803
|
||||
plugins/woocommerce/changelog/fix-account-settings-order-52985
|
||||
plugins/woocommerce/changelog/fix-doc-links
|
||||
plugins/woocommerce/changelog/add-coming-soon-template-left-image
|
||||
plugins/woocommerce/changelog/add-52330-nox-payment-methods-list
|
||||
plugins/woocommerce/changelog/fix-51926
|
||||
plugins/woocommerce/changelog/52222-email-font-and-footer-settings
|
||||
plugins/woocommerce/changelog/53350-frosso-patch-1
|
||||
plugins/woocommerce/changelog/53453-dev-51473-switch-to-live-account
|
||||
plugins/woocommerce/changelog/fix-local-pickup-buttons-wpcom
|
||||
plugins/woocommerce/changelog/ci-add-unique-events-for-test-jobs
|
||||
plugins/woocommerce/changelog/fix-53015
|
||||
plugins/woocommerce/changelog/53773-update-settings-transformer-relax-rules
|
||||
plugins/woocommerce/changelog/51437-51436
|
||||
plugins/woocommerce/changelog/53507-dev-53381-remove-recommended-payment-methods-for-react-settings-page
|
||||
plugins/woocommerce/changelog/add-payment-settings-drag-and-drop-2
|
||||
plugins/woocommerce/changelog/53361-e2e-store-customer-password
|
||||
plugins/woocommerce/changelog/e2e-fix-page-loads-test-coupons-main-element
|
||||
plugins/woocommerce/changelog/52226-email-preview-setting
|
||||
plugins/woocommerce/changelog/53505-add-update-countries-when-dropdown-select
|
||||
plugins/woocommerce/changelog/53535-e2e-fix-brand-restricted-coupon-test
|
||||
plugins/woocommerce/changelog/52229-send-preview-email
|
||||
plugins/woocommerce/changelog/fix-45652-doc-bug-process_payment-return-on-failure
|
||||
plugins/woocommerce/changelog/pr-52551
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-store-dispatches
|
||||
plugins/woocommerce/changelog/rebranding-53373-core-profiler-and-lys-success
|
||||
plugins/woocommerce/changelog/fix-51834
|
||||
plugins/woocommerce/changelog/update-impplement-product-type-selector
|
||||
plugins/woocommerce/changelog/update-swtich-product-type-from-block-toolbar
|
||||
plugins/woocommerce/changelog/fix-51831
|
||||
plugins/woocommerce/changelog/fix-class-wc-structured-data
|
||||
plugins/woocommerce/changelog/53785-fix-53287-product-collection-registerproductcollection-does-not-recognize-align-layout-attributes
|
||||
plugins/woocommerce/changelog/perf-do-not-load-admin-features-frontend
|
||||
plugins/woocommerce/changelog/update-product-variation-transient-management
|
||||
plugins/woocommerce/changelog/update-docs-template-structure-paths
|
||||
plugins/woocommerce/changelog/fix-52733-product-filters-style-settings
|
||||
plugins/woocommerce/changelog/e2e-analytics-report-e2e
|
||||
plugins/woocommerce/changelog/53588-fix-are-you-sure-refresh
|
||||
plugins/woocommerce/changelog/fix-53130-janky-core-profiler
|
||||
plugins/woocommerce/changelog/fix-51892
|
||||
plugins/woocommerce/changelog/e2e-fixes-for-api-core-tests-customer-crud
|
||||
plugins/woocommerce/changelog/e2e-update-base-url-to-always-end-in-fw-slash
|
||||
plugins/woocommerce/changelog/52983-fix-issue-52722
|
||||
plugins/woocommerce/changelog/53707-fix-53524-minor-issues-in-woocommerce
|
||||
plugins/woocommerce/changelog/51922-dev-using-order-status-constants-in-the-main-files
|
||||
plugins/woocommerce/changelog/e2e-remove-all-networkidle
|
||||
plugins/woocommerce/changelog/53619-dev-update-wp-scripts-in-blocks
|
||||
plugins/woocommerce/changelog/fix-coming-soon-entire-site-template
|
||||
plugins/woocommerce/changelog/e2e-improve-create-account-test-data
|
||||
plugins/woocommerce/changelog/update-52738-woopayments-incentives-refac-and-api
|
||||
plugins/woocommerce/changelog/fix-prevent-guest-checkout-on-store-api-endpoint-when-guest-checkout-is-disabled
|
||||
plugins/woocommerce/changelog/add-experimental-prefix-docs
|
||||
plugins/woocommerce/changelog/pr-53716
|
||||
plugins/woocommerce/changelog/53362-dev-improve-error-notice-dismissal
|
||||
plugins/woocommerce/changelog/add-22378-streamline-wccom-connection
|
||||
plugins/woocommerce/changelog/add-should-show-notice-filters
|
||||
plugins/woocommerce/changelog/add-52933-payment-provider-ordering-api
|
||||
plugins/woocommerce/changelog/52898-52773-add-exclude-status-param
|
||||
plugins/woocommerce/changelog/update-delayed-account-email-text-52986
|
||||
plugins/woocommerce/changelog/update-53493-suppress-wp-admin-notices-on-payments-nox-page
|
||||
plugins/woocommerce/changelog/52925-update-52876-persist-user-admin-color-scheme-on-wpcom-jpc
|
||||
plugins/woocommerce/changelog/53083-update-enable-brands
|
||||
plugins/woocommerce/changelog/52909-fix-improve-wp-6-6-e2e-tests
|
||||
plugins/woocommerce/changelog/e2e-fix-notice-check-when-creating-order
|
||||
plugins/woocommerce/changelog/53711-add-rate-limit-opt-out-checkout
|
||||
plugins/woocommerce/changelog/e2e-improve-test-data-customer-list-spec
|
||||
plugins/woocommerce/changelog/fix-52883-order-details-failed
|
||||
plugins/woocommerce/changelog/fix-core-profiler-jetpack-pre-installed
|
||||
plugins/woocommerce/changelog/update-47694_replace_FeatureGating_use_with_get_environment_type
|
||||
plugins/woocommerce/changelog/update-53563-handle-beta-testing-plugin-installs
|
||||
plugins/woocommerce/changelog/52824-add-pull-the-data-via-ui
|
||||
plugins/woocommerce/changelog/add-52982
|
||||
plugins/woocommerce/changelog/fix-53443-core-profiler-crash-with-specific-locale
|
||||
plugins/woocommerce/changelog/add-coming-soon-social-links
|
||||
plugins/woocommerce/changelog/add-confirm-select-control
|
||||
plugins/woocommerce/changelog/53227-enhancement-optimize_merge_of_locale_fields
|
||||
plugins/woocommerce/changelog/fix-apply-fix-from-52726
|
||||
plugins/woocommerce/changelog/add-42325
|
||||
plugins/woocommerce/changelog/e2e-remove-unnecesarry-pw-tags
|
||||
plugins/woocommerce/changelog/fix-51024-api-stock-adjustments
|
||||
plugins/woocommerce/changelog/53193-dev-53179-adjust-client-to-providers-api
|
||||
plugins/woocommerce/changelog/update-link-payments-task-to-task-page-when-new-payments-settings-feature-flag
|
||||
plugins/woocommerce/changelog/e2e-tests-audit-tag-merchant-folder
|
||||
plugins/woocommerce/changelog/sql-syntax-error-53023
|
||||
plugins/woocommerce/changelog/53122-dev-loadable-states
|
||||
plugins/woocommerce/changelog/tweak-forminp-relative
|
||||
plugins/woocommerce/changelog/add-coming-soon-modern-black
|
||||
plugins/woocommerce/changelog/update-remote-logging-feature
|
||||
plugins/woocommerce/changelog/52293-preview-specific-email
|
||||
plugins/woocommerce/changelog/fix-remove-unnecessary-set-state
|
||||
plugins/woocommerce/changelog/52782-fix-52111-additional-field-0
|
||||
plugins/woocommerce/changelog/fix-product-filters-data-with-attribute-filter
|
||||
plugins/woocommerce/changelog/52770-dev-using-order-internal-status-constants-in-main-files
|
||||
plugins/woocommerce/changelog/ci-add-daily-checks-for-blocks-e2e-with-wp-l-1
|
||||
plugins/woocommerce/changelog/add-quantity-selector-block
|
||||
plugins/woocommerce/changelog/53022-fix-53020-php-csv-export-allow-negative-numbers-unescaped
|
||||
plugins/woocommerce/changelog/dev-52414_implement_productQueryBuilder_class
|
||||
plugins/woocommerce/changelog/52994-52944-add-include-types-param
|
||||
plugins/woocommerce/changelog/53145-product-gallery-fix-console-error
|
||||
plugins/woocommerce/changelog/53696-live-preview-manage-email
|
||||
plugins/woocommerce/changelog/e2e-fix-add-new-coupon-btn-text
|
||||
plugins/woocommerce/changelog/e2e-update-tags-in-page-loads-spec
|
||||
plugins/woocommerce/changelog/fix-core-profiler-jetpack-auth-not-showing
|
||||
plugins/woocommerce/changelog/53016-fix-settings-modern-route-update
|
||||
plugins/woocommerce/changelog/52625-fix-broken-docs-links-52587
|
||||
plugins/woocommerce/changelog/52780-52773-add-include-status-param
|
||||
plugins/woocommerce/changelog/add-trigger-on-change-event-stepper-quantity-selector
|
||||
plugins/woocommerce/changelog/53656-fix-product-collection-widget-area
|
||||
plugins/woocommerce/changelog/52785-react-payment-settings
|
||||
plugins/woocommerce/changelog/e2e-improve-handling-of-dotenv-files
|
||||
plugins/woocommerce/changelog/ci-include-i18n-folder-in-api-core-tests-changes
|
||||
plugins/woocommerce/changelog/fix-core-profiler-opt-in-respect-user-choice
|
||||
plugins/woocommerce/changelog/fix-45550-cache-orders-at-datastore-layer
|
||||
plugins/woocommerce/changelog/52658-dev--shipping-calculator-panel
|
||||
plugins/woocommerce/changelog/update-add-to-cart-introduce-template-state
|
||||
plugins/woocommerce/changelog/update-dont-show-type-selector-when-product-defined
|
||||
plugins/woocommerce/changelog/e2e-update-changes-list-for-api-core-include-setup-files
|
||||
plugins/woocommerce/changelog/51851-patch-1
|
||||
plugins/woocommerce/changelog/e2e-improve-order-edit-test
|
||||
plugins/woocommerce/changelog/dev-53851_move_product_type_store_to_shared
|
||||
plugins/woocommerce/changelog/53795-fix-php-81-static-variable
|
||||
plugins/woocommerce/changelog/e2e-remove-the-extra-e2e-checks-for-prs
|
||||
plugins/woocommerce/changelog/fix-51829
|
||||
plugins/woocommerce/changelog/53754-e2e-audit-customize-store
|
||||
plugins/woocommerce/changelog/52927-add-settings-section-tabs
|
||||
plugins/woocommerce/changelog/fix-sirt-woo-2024-11-xss-admin
|
||||
plugins/woocommerce/changelog/53028-52946-add-downloadable-param
|
||||
plugins/woocommerce/changelog/53160-product-gallery-gallery-images-disappears-mobile
|
||||
plugins/woocommerce/changelog/update-product-editor-css-remove-add-new
|
||||
plugins/woocommerce/changelog/53782-fix-53359-stepper-input-style-is-corrupted-when-form-has-additional-fields
|
||||
plugins/woocommerce/changelog/remove-dead-lys-state-action
|
||||
plugins/woocommerce/changelog/update-53364-limit-core-profiler-extensions-8-maximum
|
||||
plugins/woocommerce/changelog/woo-core-test-patch
|
||||
plugins/woocommerce/changelog/53513-update-wccom-22106-22107-in-app-images
|
||||
plugins/woocommerce/changelog/52422-floating-email-preview
|
||||
plugins/woocommerce/changelog/e2e-update-external-envs-pw-configs
|
||||
plugins/woocommerce/changelog/53590-dev-53376-add-reset-account-popup-to-settings-page
|
||||
plugins/woocommerce/changelog/add-fix-tests-with-croatia
|
||||
plugins/woocommerce/changelog/53090-52999-patterns-unable-to-change-product-being-shown-in-product-hero-pattern
|
||||
plugins/woocommerce/changelog/e2e-improve-checkout-login-unique-test-data
|
||||
plugins/woocommerce/changelog/email-preview-deprecation-warning
|
||||
plugins/woocommerce/changelog/fix-gravatar-url-sha256
|
||||
plugins/woocommerce/changelog/53648-update-blueprint-settings
|
||||
plugins/woocommerce/changelog/experiment-product-summary-ssr-more-features
|
||||
plugins/woocommerce/changelog/52649-fix-22178-fix-market-place-connect-for-multi-sites
|
||||
plugins/woocommerce/changelog/53475-dev-52482-ellipsis-menu-styling
|
||||
plugins/woocommerce/changelog/update-add-product-type-sidebar-panel
|
||||
plugins/woocommerce/changelog/add-52816_global_unique_id_to_variations_endpoint
|
||||
plugins/woocommerce/changelog/add-checkout-field-entities-42773
|
||||
plugins/woocommerce/changelog/fix-php-undefined-prop-warning
|
||||
plugins/woocommerce/changelog/52310-add-cart-image-filtering
|
||||
plugins/woocommerce/changelog/dev-51470-refactor-payment-providers
|
||||
plugins/woocommerce/changelog/update-add-to-cart-not-register-behind-flag
|
||||
plugins/woocommerce/changelog/fix-52976
|
||||
plugins/woocommerce/changelog/e2e-hide-task-list
|
||||
plugins/woocommerce/changelog/52216-improve-email-sender-options
|
||||
plugins/woocommerce/changelog/e2e-fix-flaky-gutenberg-customize-store-header-footer
|
||||
plugins/woocommerce/changelog/53073-patch-1
|
||||
plugins/woocommerce/changelog/add-disable-next-prev
|
||||
plugins/woocommerce/packages/README.md
|
||||
plugins/woocommerce/packages/woocommerce-admin/woocommerce-admin.php
|
||||
plugins/woocommerce/tsconfig.json
|
||||
|
|
@ -9388,6 +9103,7 @@ plugins/woocommerce-blocks/assets/js/utils/test/products.js
|
|||
plugins/woocommerce-blocks/assets/js/utils/test/trim-words.ts
|
||||
plugins/woocommerce-blocks/assets/js/utils/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/utils/sanitize-html.ts
|
||||
plugins/woocommerce-blocks/assets/js/utils/get-product-type-options.ts
|
||||
plugins/woocommerce-blocks/assets/js/utils/filters.ts
|
||||
plugins/woocommerce-blocks/assets/js/utils/is-widget-editor-page.ts
|
||||
plugins/woocommerce-blocks/assets/js/utils/attributes.ts
|
||||
|
|
@ -9601,6 +9317,7 @@ plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/cart-line-ite
|
|||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/render-package-rate-option.tsx
|
||||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/package-rates.tsx
|
||||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/package-items.tsx
|
||||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/types.ts
|
||||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/shipping-rates-control-package/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/index.ts
|
||||
|
|
@ -10320,7 +10037,6 @@ plugins/woocommerce-blocks/assets/js/blocks/customer-account/block.json
|
|||
plugins/woocommerce-blocks/assets/js/blocks/customer-account/sidebar-settings.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/customer-account/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/shared/styles/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/utils/get-product-types/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/frontend.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/edit.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/hooks/use-product-type-selector/index.ts
|
||||
|
|
@ -10336,12 +10052,8 @@ plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-se
|
|||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/components/toolbar-type-product-selector-group/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/store/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/store/Readme.md
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/store/constants.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/plugins/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/settings.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/constants.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/checkbox-filter.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/block.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/frontend.ts
|
||||
|
|
@ -10979,6 +10691,7 @@ plugins/woocommerce-blocks/assets/js/hocs/with-product-variations.tsx
|
|||
plugins/woocommerce-blocks/assets/js/hocs/with-category.js
|
||||
plugins/woocommerce-blocks/assets/js/templates/revert-button/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/templates/revert-button/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/middleware/store-api-cart-hash.js
|
||||
plugins/woocommerce-blocks/assets/js/middleware/index.js
|
||||
plugins/woocommerce-blocks/assets/js/middleware/store-api-nonce.js
|
||||
plugins/woocommerce-blocks/assets/js/middleware/remove-user-locale.ts
|
||||
|
|
@ -10989,6 +10702,9 @@ plugins/woocommerce-blocks/assets/js/shared/context/inner-block-layout-context.t
|
|||
plugins/woocommerce-blocks/assets/js/shared/hocs/index.js
|
||||
plugins/woocommerce-blocks/assets/js/shared/hocs/with-product-data-context.js
|
||||
plugins/woocommerce-blocks/assets/js/shared/hocs/with-filtered-attributes.js
|
||||
plugins/woocommerce-blocks/assets/js/shared/store/index.ts
|
||||
plugins/woocommerce-blocks/assets/js/shared/store/Readme.md
|
||||
plugins/woocommerce-blocks/assets/js/shared/store/constants.ts
|
||||
plugins/woocommerce-blocks/assets/js/atomic/utils/render-standalone-blocks.js
|
||||
plugins/woocommerce-blocks/assets/js/atomic/utils/index.js
|
||||
plugins/woocommerce-blocks/assets/js/atomic/utils/blocks-registration-manager/blocks-with-restriction.ts
|
||||
|
|
@ -11233,6 +10949,7 @@ plugins/woocommerce-blocks/assets/js/data/cart/action-types.ts
|
|||
plugins/woocommerce-blocks/assets/js/data/cart/thunks.ts
|
||||
plugins/woocommerce-blocks/assets/js/data/cart/utils.ts
|
||||
plugins/woocommerce-blocks/assets/js/data/cart/push-changes.ts
|
||||
plugins/woocommerce-blocks/assets/js/data/cart/persistence-layer.ts
|
||||
plugins/woocommerce-blocks/assets/js/data/cart/constants.ts
|
||||
plugins/woocommerce-blocks/assets/js/data/cart/selectors.ts
|
||||
plugins/woocommerce-blocks/assets/js/data/checkout/default-state.ts
|
||||
|
|
|
|||
|
|
@ -355,6 +355,7 @@ Fragment/SysConfig
|
|||
Germany/kleinunternehmen/euga/detail.mspx?
|
||||
Germany/kleinunternehmen/euga/results.mspx?
|
||||
GoogleInternetAuthority
|
||||
HpImageArchive.aspx
|
||||
HpOptOut=true$
|
||||
IEB/ToolBox/SB
|
||||
IntegrationCenter
|
||||
|
|
@ -367,6 +368,7 @@ People/all
|
|||
People/domain
|
||||
Present
|
||||
Project
|
||||
Proxy.ashx
|
||||
RDF/Validator/ARPServlet
|
||||
RDF/Validator/ARPServlet?
|
||||
RDF/Validator/rdfval
|
||||
|
|
@ -375,6 +377,7 @@ REST/auth/CSRFTicket
|
|||
ReportBug
|
||||
SAGE
|
||||
SNP
|
||||
Search
|
||||
Search/Mail/Public
|
||||
ServiceDesks/
|
||||
Structure
|
||||
|
|
@ -550,8 +553,11 @@ abuse
|
|||
ac
|
||||
ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search
|
||||
ac2
|
||||
academic/profile
|
||||
academic/search
|
||||
account
|
||||
account-login
|
||||
account/
|
||||
account/deactivated
|
||||
accounts/ClientAuth
|
||||
accounts/ClientAuth
|
||||
|
|
@ -561,6 +567,7 @@ accounts/activate
|
|||
accounts/force-by-email
|
||||
accounts/o8
|
||||
accounts/o8/id
|
||||
aclick
|
||||
aclk
|
||||
action=accessorysearch&
|
||||
action=accessorysearch&page=2$
|
||||
|
|
@ -629,9 +636,11 @@ alerts
|
|||
alerts/$
|
||||
alerts/manage
|
||||
alerts/remove
|
||||
alink
|
||||
alkali
|
||||
ambry
|
||||
amp
|
||||
amp/
|
||||
amphtml
|
||||
amphtml/blogs/test
|
||||
amphtml/classic-apps
|
||||
|
|
@ -649,8 +658,10 @@ android/market_images
|
|||
answers
|
||||
ap/signin
|
||||
api
|
||||
api/
|
||||
api/?
|
||||
api/jobPostings/jobs
|
||||
api/maps/
|
||||
api/rest_v1/?doc
|
||||
api/v3/creator-quality-signal/organizer
|
||||
api/v3/destination/search/log_requests
|
||||
|
|
@ -747,8 +758,10 @@ bePatron
|
|||
bePatronDone
|
||||
best-countries-for-business/list
|
||||
bfe/apps/website
|
||||
bfp/search
|
||||
bin/search.go
|
||||
bin/search.py
|
||||
bing-site-safety
|
||||
bitesize/my
|
||||
bitesize/my$
|
||||
bitesize/search
|
||||
|
|
@ -784,6 +797,7 @@ blog/wp-includes/*.xml
|
|||
blog/xmlrpc.php
|
||||
blogs
|
||||
blogs/nationals-journal-beta
|
||||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
blogsearch
|
||||
|
|
@ -866,6 +880,7 @@ citations?*cstart=
|
|||
citations?user=
|
||||
citations?view_op=new_profile
|
||||
citations?view_op=top_venues
|
||||
ck/
|
||||
cl2/feeds
|
||||
cl2/ical
|
||||
claim-money?
|
||||
|
|
@ -940,6 +955,8 @@ couchmode
|
|||
coupons/visit
|
||||
covid19
|
||||
covid19/mobility
|
||||
cr$
|
||||
cr?
|
||||
creative-europe/404_en.htm
|
||||
creatorhub
|
||||
cse/home
|
||||
|
|
@ -1131,6 +1148,9 @@ en/security/
|
|||
endorsements
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
entities/search
|
||||
entityexplore$
|
||||
entityexplore?
|
||||
entrez
|
||||
entrez/eutils
|
||||
entrez/sutils
|
||||
|
|
@ -1202,6 +1222,7 @@ f/healthcheck
|
|||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fd/
|
||||
fe=true
|
||||
feature/sf-test
|
||||
feed
|
||||
|
|
@ -1269,6 +1290,8 @@ from_id=
|
|||
frommers
|
||||
frontend-track
|
||||
fullscreen/ReportLinker
|
||||
fun/api/
|
||||
fun/g/
|
||||
fundraiser/charity
|
||||
ga/p
|
||||
ga_exp.js
|
||||
|
|
@ -1431,17 +1454,22 @@ help/verify_email
|
|||
help/vodafone
|
||||
help/zendesk_sso
|
||||
hex
|
||||
history
|
||||
history/static
|
||||
home
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
hotelfinder/rpc
|
||||
hotels/rpc
|
||||
hotels/search
|
||||
hotfix/
|
||||
hp/video
|
||||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://support.microsoft.com/robots.txt
|
||||
http://x.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1462,6 +1490,19 @@ ie?
|
|||
il/cart
|
||||
im?
|
||||
images
|
||||
images/async/?
|
||||
images/async?
|
||||
images/hosted/?
|
||||
images/hosted/search?
|
||||
images/hosted?
|
||||
images/search%3F
|
||||
images/search%5C
|
||||
images/search/?
|
||||
images/search?
|
||||
images/searchbyimage
|
||||
images?
|
||||
images?*mmbaseline*
|
||||
images?*nr*
|
||||
imaginecup/*
|
||||
imesync
|
||||
imgres
|
||||
|
|
@ -1470,6 +1511,7 @@ imode/search?
|
|||
imode?
|
||||
inapp
|
||||
inbox
|
||||
inboxcommerce
|
||||
includes
|
||||
incontext
|
||||
index.html?
|
||||
|
|
@ -1587,6 +1629,7 @@ lm/R3HQ5WJSZK6QSO
|
|||
loadHelpcenterDecouplePage
|
||||
loc=
|
||||
local
|
||||
local
|
||||
local/ajax
|
||||
local/blogsandcolumns/slow-ride-front
|
||||
local/blogsandcolumns/slow-ride-story-achenblog
|
||||
|
|
@ -1627,6 +1670,7 @@ maphp?
|
|||
mapprint?
|
||||
maps
|
||||
maps/about
|
||||
maps/adsendpoint
|
||||
maps/api/js
|
||||
maps/api/place/js
|
||||
maps/api/staticmap
|
||||
|
|
@ -1669,6 +1713,7 @@ media-manager
|
|||
meetup_api/?
|
||||
meetup_api?
|
||||
memberInvite
|
||||
merchant/reviews?
|
||||
merchantapps
|
||||
message
|
||||
messaging
|
||||
|
|
@ -1753,6 +1798,7 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
nwshp$
|
||||
|
|
@ -1762,6 +1808,8 @@ oas/
|
|||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -1821,6 +1869,7 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
ping
|
||||
ping?
|
||||
pingback
|
||||
pl-pl.www.cloudflare.com
|
||||
|
|
@ -1882,7 +1931,9 @@ preview
|
|||
previewtemplate
|
||||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
product_
|
||||
production-monitoring
|
||||
|
|
@ -1890,6 +1941,7 @@ products;
|
|||
products?
|
||||
products_
|
||||
profile
|
||||
profile/history?
|
||||
profile/view
|
||||
profiles
|
||||
profiles/
|
||||
|
|
@ -1962,6 +2014,7 @@ requestList
|
|||
requests
|
||||
research/participants/cofund
|
||||
results
|
||||
results
|
||||
retail
|
||||
retail/old
|
||||
return_to=
|
||||
|
|
@ -1974,6 +2027,7 @@ reviews/iframe
|
|||
reviews/polls
|
||||
reviews/search?
|
||||
reviews/top-reviewers
|
||||
rewardsapp/
|
||||
row
|
||||
rss
|
||||
rss/people/*/reviews
|
||||
|
|
@ -2010,6 +2064,7 @@ scripts
|
|||
sdch
|
||||
sdk/js
|
||||
search
|
||||
search
|
||||
search$
|
||||
search*&*&*&
|
||||
search*offset=
|
||||
|
|
@ -2047,6 +2102,7 @@ services
|
|||
services/oauth
|
||||
setprefs
|
||||
settings
|
||||
settings
|
||||
settings/deactivated
|
||||
settings/loid-email-unsubscribe
|
||||
settings/loid-email-unsubscribe-router
|
||||
|
|
@ -2058,12 +2114,17 @@ shareArticle
|
|||
sharing
|
||||
sharing/files
|
||||
sharing/folders
|
||||
shenghuo
|
||||
shenghuo/search?
|
||||
shihui
|
||||
shihui?
|
||||
shop$
|
||||
shop/
|
||||
shop/browse/overlay
|
||||
shop/collections
|
||||
shop/iphone/payments/overlay
|
||||
shop/view/product
|
||||
shop?
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2361,6 +2422,7 @@ smart/buttons
|
|||
snp
|
||||
social/photosui/images
|
||||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
sounds/search
|
||||
sounds/search$
|
||||
|
|
@ -2369,11 +2431,13 @@ source=
|
|||
source_repo=
|
||||
spain/empresas/
|
||||
spain/medianaempresa/
|
||||
spbasic
|
||||
sport/404_en.htm
|
||||
sport/alpha
|
||||
sport/olympics/2008/events
|
||||
sport/olympics/2008/medals
|
||||
spreadsheet
|
||||
spresults
|
||||
sprint_wml
|
||||
sprint_xhtml
|
||||
squared/api
|
||||
|
|
@ -2388,6 +2452,7 @@ stadia/gamers
|
|||
start
|
||||
stat
|
||||
static
|
||||
static/
|
||||
static/css
|
||||
static/images
|
||||
static/js
|
||||
|
|
@ -2436,6 +2501,8 @@ store/xhr/getdevicepermissions
|
|||
store/xhr/install
|
||||
storefront
|
||||
storepicker
|
||||
stores$
|
||||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
storyworks/preview
|
||||
|
|
@ -2524,10 +2591,12 @@ templates/search
|
|||
test
|
||||
testpage-forhomepage
|
||||
tetro
|
||||
th$
|
||||
th-th.www.cloudflare.com
|
||||
th-th/feedback
|
||||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
themacallan/worlds-together
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
|
|
@ -2555,6 +2624,7 @@ transcripts/470280334
|
|||
transcripts/480128005
|
||||
transcripts/830237502
|
||||
transit?
|
||||
translator/?ref=
|
||||
transparency
|
||||
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
|
||||
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
|
||||
|
|
@ -2574,12 +2644,29 @@ travel-frontend/images
|
|||
travel-vacations
|
||||
travel/
|
||||
travel/2013/aug/22/been-there-readers-competition?
|
||||
travel/api
|
||||
travel/clk
|
||||
travel/css
|
||||
travel/entity
|
||||
travel/flight-search
|
||||
travel/flight/flightSearch
|
||||
travel/flight/flightSearchAction
|
||||
travel/flight/search/?
|
||||
travel/flight/search?
|
||||
travel/flights
|
||||
travel/flights/s
|
||||
travel/hotel-search
|
||||
travel/hotel/hotelMiniSearchRequest
|
||||
travel/hotel/hotelSearch
|
||||
travel/hotels/checkout
|
||||
travel/hotels/detail
|
||||
travel/hotels/entity
|
||||
travel/hotels/search/?
|
||||
travel/hotels/search?
|
||||
travel/hotels/stories
|
||||
travel/scripts
|
||||
travel/search
|
||||
travel/secure
|
||||
trending
|
||||
trends
|
||||
trends/api
|
||||
|
|
@ -2619,6 +2706,7 @@ until=
|
|||
upload
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
user
|
||||
user.php
|
||||
user/login
|
||||
|
|
@ -2640,6 +2728,24 @@ vi-vn/lp
|
|||
vi-vn/searchresults
|
||||
video/embedded
|
||||
videos
|
||||
videos/?
|
||||
videos/browsing
|
||||
videos/explore
|
||||
videos/favorites
|
||||
videos/feed
|
||||
videos/feedcontent
|
||||
videos/music
|
||||
videos/music/
|
||||
videos/music/?
|
||||
videos/music?
|
||||
videos/riverview/relatedvideo
|
||||
videos/riverview/relatedvideo/?
|
||||
videos/riverview/relatedvideo?
|
||||
videos/search/?
|
||||
videos/search?
|
||||
videos/trending
|
||||
videos/trendingcontent
|
||||
videos?
|
||||
viewer
|
||||
viewlocale=zh_CN
|
||||
viewvc
|
||||
|
|
@ -2671,6 +2777,10 @@ webscr
|
|||
websearch
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
widget/entity/search/?
|
||||
widget/render
|
||||
widget/snapshot
|
||||
widget_auth.php
|
||||
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5%3ASearch
|
||||
wiki/%D0%A1%D0%BF%D0%B5%D1%86%D0%B8%D0%B0%D0%BB%D1%8C%D0%BD%D1%8B%D0%B5:Search
|
||||
|
|
@ -2970,7 +3080,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3117,6 +3227,7 @@ wml/?
|
|||
wml/search?
|
||||
wml?
|
||||
wondermissive/interest
|
||||
work
|
||||
work/_
|
||||
work/acceptinvitation
|
||||
work/account
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue