mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-17 04:21:41 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
371fdaea97
commit
c47bb88bd6
26 changed files with 4030 additions and 2064 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1772870998
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1772878066
|
||||
"last_update": 1772964510
|
||||
}
|
||||
}
|
||||
|
|
@ -839,6 +839,10 @@ tests/unit/web/ViewTest.php
|
|||
unit/web/ViewTest.php
|
||||
web/ViewTest.php
|
||||
ViewTest.php
|
||||
tests/unit/filters/IpRateLimitIdentityTest.php
|
||||
unit/filters/IpRateLimitIdentityTest.php
|
||||
filters/IpRateLimitIdentityTest.php
|
||||
IpRateLimitIdentityTest.php
|
||||
tests/.env.example.pgsql
|
||||
.env.example.pgsql
|
||||
tests/.env.example.mysql
|
||||
|
|
@ -28879,6 +28883,9 @@ CpModalResponseBehavior.php
|
|||
src/filters/Headers.php
|
||||
filters/Headers.php
|
||||
Headers.php
|
||||
src/filters/IpRateLimitIdentity.php
|
||||
filters/IpRateLimitIdentity.php
|
||||
IpRateLimitIdentity.php
|
||||
src/filters/ConditionalFilterTrait.php
|
||||
filters/ConditionalFilterTrait.php
|
||||
ConditionalFilterTrait.php
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@ tests/unit/web/twig/FieldTest.php
|
|||
tests/unit/web/ControllerTest.php
|
||||
tests/unit/web/ErrorHandlerTest.php
|
||||
tests/unit/web/ViewTest.php
|
||||
tests/unit/filters/IpRateLimitIdentityTest.php
|
||||
tests/.env.example.pgsql
|
||||
tests/.env.example.mysql
|
||||
tests/unit.suite.yml
|
||||
|
|
@ -6657,6 +6658,7 @@ src/web/CsvResponseFormatter.php
|
|||
src/web/Controller.php
|
||||
src/web/CpModalResponseBehavior.php
|
||||
src/filters/Headers.php
|
||||
src/filters/IpRateLimitIdentity.php
|
||||
src/filters/ConditionalFilterTrait.php
|
||||
src/filters/Cors.php
|
||||
src/filters/BasicHttpAuthTrait.php
|
||||
|
|
|
|||
|
|
@ -1,9 +1,21 @@
|
|||
.changeset/ninety-ghosts-sip.md
|
||||
ninety-ghosts-sip.md
|
||||
.changeset/bumpy-lamps-flash.md
|
||||
bumpy-lamps-flash.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/witty-clowns-rush.md
|
||||
witty-clowns-rush.md
|
||||
.changeset/olive-dots-search.md
|
||||
olive-dots-search.md
|
||||
.changeset/fix-file-interface-folder-state.md
|
||||
fix-file-interface-folder-state.md
|
||||
.changeset/crisp-bobcats-clap.md
|
||||
crisp-bobcats-clap.md
|
||||
.changeset/khaki-buses-joke.md
|
||||
khaki-buses-joke.md
|
||||
.changeset/wild-yaks-post.md
|
||||
wild-yaks-post.md
|
||||
.vscode/settings.json
|
||||
settings.json
|
||||
.vscode/extensions.json
|
||||
|
|
@ -8641,18 +8653,6 @@ modules/visual/composables/use-visual-editor-urls.test.ts
|
|||
visual/composables/use-visual-editor-urls.test.ts
|
||||
composables/use-visual-editor-urls.test.ts
|
||||
use-visual-editor-urls.test.ts
|
||||
app/src/modules/visual/utils/normalize-url.ts
|
||||
src/modules/visual/utils/normalize-url.ts
|
||||
modules/visual/utils/normalize-url.ts
|
||||
visual/utils/normalize-url.ts
|
||||
utils/normalize-url.ts
|
||||
normalize-url.ts
|
||||
app/src/modules/visual/utils/normalize-url.test.ts
|
||||
src/modules/visual/utils/normalize-url.test.ts
|
||||
modules/visual/utils/normalize-url.test.ts
|
||||
visual/utils/normalize-url.test.ts
|
||||
utils/normalize-url.test.ts
|
||||
normalize-url.test.ts
|
||||
app/src/modules/visual/utils/get-url-route.ts
|
||||
src/modules/visual/utils/get-url-route.ts
|
||||
modules/visual/utils/get-url-route.ts
|
||||
|
|
@ -14302,6 +14302,12 @@ views/private/components/share-item.vue
|
|||
private/components/share-item.vue
|
||||
components/share-item.vue
|
||||
share-item.vue
|
||||
app/src/views/private/components/drawer-files.test.ts
|
||||
src/views/private/components/drawer-files.test.ts
|
||||
views/private/components/drawer-files.test.ts
|
||||
private/components/drawer-files.test.ts
|
||||
components/drawer-files.test.ts
|
||||
drawer-files.test.ts
|
||||
app/src/views/private/components/module-bar.vue
|
||||
src/views/private/components/module-bar.vue
|
||||
views/private/components/module-bar.vue
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
.changeset/ninety-ghosts-sip.md
|
||||
.changeset/bumpy-lamps-flash.md
|
||||
.changeset/config.json
|
||||
.changeset/witty-clowns-rush.md
|
||||
.changeset/olive-dots-search.md
|
||||
.changeset/fix-file-interface-folder-state.md
|
||||
.changeset/crisp-bobcats-clap.md
|
||||
.changeset/khaki-buses-joke.md
|
||||
.changeset/wild-yaks-post.md
|
||||
.vscode/settings.json
|
||||
.vscode/extensions.json
|
||||
.stylelintrc.json
|
||||
|
|
@ -1588,8 +1594,6 @@ app/src/modules/content/routes/collection-or-item.vue
|
|||
app/src/modules/visual/index.ts
|
||||
app/src/modules/visual/composables/use-visual-editor-urls.ts
|
||||
app/src/modules/visual/composables/use-visual-editor-urls.test.ts
|
||||
app/src/modules/visual/utils/normalize-url.ts
|
||||
app/src/modules/visual/utils/normalize-url.test.ts
|
||||
app/src/modules/visual/utils/get-url-route.ts
|
||||
app/src/modules/visual/utils/version-url.test.ts
|
||||
app/src/modules/visual/utils/same-origin.test.ts
|
||||
|
|
@ -2734,6 +2738,7 @@ app/src/views/private/components/revisions-sidebar-detail.vue
|
|||
app/src/views/private/components/notification-dialogs.vue
|
||||
app/src/views/private/components/revisions-date-group.vue
|
||||
app/src/views/private/components/share-item.vue
|
||||
app/src/views/private/components/drawer-files.test.ts
|
||||
app/src/views/private/components/module-bar.vue
|
||||
app/src/views/private/components/bookmark-add.vue
|
||||
app/src/views/private/components/module-bar-logo.vue
|
||||
|
|
|
|||
|
|
@ -5894,13 +5894,6 @@ modules/views_ui/src/ViewFormBase.php
|
|||
views_ui/src/ViewFormBase.php
|
||||
src/ViewFormBase.php
|
||||
ViewFormBase.php
|
||||
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php
|
||||
modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php
|
||||
views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php
|
||||
src/ProxyClass/ParamConverter/ViewUIConverter.php
|
||||
ProxyClass/ParamConverter/ViewUIConverter.php
|
||||
ParamConverter/ViewUIConverter.php
|
||||
ViewUIConverter.php
|
||||
core/modules/views_ui/src/ViewAddForm.php
|
||||
modules/views_ui/src/ViewAddForm.php
|
||||
views_ui/src/ViewAddForm.php
|
||||
|
|
@ -16147,13 +16140,6 @@ src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php
|
|||
Functional/Rest/EntityTestLabelXmlBasicAuthTest.php
|
||||
Rest/EntityTestLabelXmlBasicAuthTest.php
|
||||
EntityTestLabelXmlBasicAuthTest.php
|
||||
core/modules/system/tests/modules/entity_test/entity_test.module
|
||||
modules/system/tests/modules/entity_test/entity_test.module
|
||||
system/tests/modules/entity_test/entity_test.module
|
||||
tests/modules/entity_test/entity_test.module
|
||||
modules/entity_test/entity_test.module
|
||||
entity_test/entity_test.module
|
||||
entity_test.module
|
||||
core/modules/system/tests/modules/entity_test/entity_test.info.yml
|
||||
modules/system/tests/modules/entity_test/entity_test.info.yml
|
||||
system/tests/modules/entity_test/entity_test.info.yml
|
||||
|
|
@ -27098,10 +27084,6 @@ core/modules/system/system.module
|
|||
modules/system/system.module
|
||||
system/system.module
|
||||
system.module
|
||||
core/modules/system/system.admin.inc
|
||||
modules/system/system.admin.inc
|
||||
system/system.admin.inc
|
||||
system.admin.inc
|
||||
core/modules/system/system.links.task.yml
|
||||
modules/system/system.links.task.yml
|
||||
system/system.links.task.yml
|
||||
|
|
@ -28076,6 +28058,14 @@ modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid
|
|||
taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml
|
||||
test_views/views.view.test_filter_taxonomy_index_tid.yml
|
||||
views.view.test_filter_taxonomy_index_tid.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
tests/modules/taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
modules/taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
test_views/views.view.test_argument_tid_from_node.yml
|
||||
views.view.test_argument_tid_from_node.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
|
||||
modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
|
||||
taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
|
||||
|
|
@ -28553,6 +28543,14 @@ src/Functional/Views/TermNameFieldTest.php
|
|||
Functional/Views/TermNameFieldTest.php
|
||||
Views/TermNameFieldTest.php
|
||||
TermNameFieldTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
TaxonomyTermArgumentTidFromNodeTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
|
||||
modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
|
||||
taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
|
||||
|
|
@ -35757,12 +35755,6 @@ src/Plugin/Condition/Language.php
|
|||
Plugin/Condition/Language.php
|
||||
Condition/Language.php
|
||||
Language.php
|
||||
core/modules/language/src/ProxyClass/LanguageConverter.php
|
||||
modules/language/src/ProxyClass/LanguageConverter.php
|
||||
language/src/ProxyClass/LanguageConverter.php
|
||||
src/ProxyClass/LanguageConverter.php
|
||||
ProxyClass/LanguageConverter.php
|
||||
LanguageConverter.php
|
||||
core/modules/language/src/Attribute/LanguageNegotiation.php
|
||||
modules/language/src/Attribute/LanguageNegotiation.php
|
||||
language/src/Attribute/LanguageNegotiation.php
|
||||
|
|
@ -49723,13 +49715,6 @@ src/Plugin/views/UidRevisionTrait.php
|
|||
Plugin/views/UidRevisionTrait.php
|
||||
views/UidRevisionTrait.php
|
||||
UidRevisionTrait.php
|
||||
core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php
|
||||
modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php
|
||||
node/src/ProxyClass/ParamConverter/NodePreviewConverter.php
|
||||
src/ProxyClass/ParamConverter/NodePreviewConverter.php
|
||||
ProxyClass/ParamConverter/NodePreviewConverter.php
|
||||
ParamConverter/NodePreviewConverter.php
|
||||
NodePreviewConverter.php
|
||||
core/modules/node/src/NodeGrantDatabaseStorage.php
|
||||
modules/node/src/NodeGrantDatabaseStorage.php
|
||||
node/src/NodeGrantDatabaseStorage.php
|
||||
|
|
@ -82960,13 +82945,6 @@ Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
|
|||
DependencyInjection/Compiler/StackedSessionHandlerPass.php
|
||||
Compiler/StackedSessionHandlerPass.php
|
||||
StackedSessionHandlerPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
|
||||
lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
|
||||
Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
|
||||
Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
|
||||
DependencyInjection/Compiler/RegisterStreamWrappersPass.php
|
||||
Compiler/RegisterStreamWrappersPass.php
|
||||
RegisterStreamWrappersPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
|
||||
lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
|
||||
Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
|
||||
|
|
@ -83038,20 +83016,6 @@ Core/ProxyClass/Routing/MatcherDumper.php
|
|||
ProxyClass/Routing/MatcherDumper.php
|
||||
Routing/MatcherDumper.php
|
||||
MatcherDumper.php
|
||||
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
|
||||
lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
|
||||
Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
|
||||
Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
|
||||
ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
|
||||
ParamConverter/AdminPathConfigEntityConverter.php
|
||||
AdminPathConfigEntityConverter.php
|
||||
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php
|
||||
lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php
|
||||
Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php
|
||||
Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php
|
||||
ProxyClass/ParamConverter/MenuLinkPluginConverter.php
|
||||
ParamConverter/MenuLinkPluginConverter.php
|
||||
MenuLinkPluginConverter.php
|
||||
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
|
||||
lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
|
||||
Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
|
||||
|
|
@ -117147,10 +117111,6 @@ core/themes/starterkit_theme/README.md
|
|||
themes/starterkit_theme/README.md
|
||||
starterkit_theme/README.md
|
||||
README.md
|
||||
core/themes/starterkit_theme/starterkit_theme.theme
|
||||
themes/starterkit_theme/starterkit_theme.theme
|
||||
starterkit_theme/starterkit_theme.theme
|
||||
starterkit_theme.theme
|
||||
core/themes/starterkit_theme/starterkit_theme.info.yml
|
||||
themes/starterkit_theme/starterkit_theme.info.yml
|
||||
starterkit_theme/starterkit_theme.info.yml
|
||||
|
|
@ -117164,6 +117124,12 @@ themes/starterkit_theme/src/StarterKit.php
|
|||
starterkit_theme/src/StarterKit.php
|
||||
src/StarterKit.php
|
||||
StarterKit.php
|
||||
core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php
|
||||
themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php
|
||||
starterkit_theme/src/Hook/StarterkitThemeHooks.php
|
||||
src/Hook/StarterkitThemeHooks.php
|
||||
Hook/StarterkitThemeHooks.php
|
||||
StarterkitThemeHooks.php
|
||||
core/themes/claro/config/optional/block.block.claro_help.yml
|
||||
themes/claro/config/optional/block.block.claro_help.yml
|
||||
claro/config/optional/block.block.claro_help.yml
|
||||
|
|
|
|||
|
|
@ -871,7 +871,6 @@ core/modules/views_ui/views_ui.links.task.yml
|
|||
core/modules/views_ui/views_ui.info.yml
|
||||
core/modules/views_ui/src/Controller/ViewsUIController.php
|
||||
core/modules/views_ui/src/ViewFormBase.php
|
||||
core/modules/views_ui/src/ProxyClass/ParamConverter/ViewUIConverter.php
|
||||
core/modules/views_ui/src/ViewAddForm.php
|
||||
core/modules/views_ui/src/Form/AdvancedSettingsForm.php
|
||||
core/modules/views_ui/src/Form/BasicSettingsForm.php
|
||||
|
|
@ -2304,7 +2303,6 @@ core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTe
|
|||
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestBundleJsonBasicAuthTest.php
|
||||
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestJsonBasicAuthTest.php
|
||||
core/modules/system/tests/modules/entity_test/tests/src/Functional/Rest/EntityTestLabelXmlBasicAuthTest.php
|
||||
core/modules/system/tests/modules/entity_test/entity_test.module
|
||||
core/modules/system/tests/modules/entity_test/entity_test.info.yml
|
||||
core/modules/system/tests/modules/entity_test/entity_test.services.yml
|
||||
core/modules/system/tests/modules/entity_test/entity_test.install
|
||||
|
|
@ -3659,7 +3657,6 @@ core/modules/system/templates/system-admin-index.html.twig
|
|||
core/modules/system/templates/maintenance-task-list.html.twig
|
||||
core/modules/system/templates/block--local-actions-block.html.twig
|
||||
core/modules/system/system.module
|
||||
core/modules/system/system.admin.inc
|
||||
core/modules/system/system.links.task.yml
|
||||
core/modules/system/system.permissions.yml
|
||||
core/modules/system/system.routing.yml
|
||||
|
|
@ -3815,6 +3812,7 @@ core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.te
|
|||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_term_show_entity.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_index_tid_depth.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_tid_from_node.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_argument_taxonomy_vocabulary.yml
|
||||
core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.taxonomy_all_terms_test.yml
|
||||
|
|
@ -3878,6 +3876,7 @@ core/modules/taxonomy/tests/src/Functional/Views/TermTranslationViewsTest.php
|
|||
core/modules/taxonomy/tests/src/Functional/Views/TermDisplayConfigurableTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TermNameFieldTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentTidFromNodeTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyRelationshipTest.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
|
||||
core/modules/taxonomy/tests/src/Functional/Views/TaxonomyParentUITest.php
|
||||
|
|
@ -4958,7 +4957,6 @@ core/modules/language/src/Plugin/migrate/destination/DefaultLangcode.php
|
|||
core/modules/language/src/Plugin/Derivative/LanguageBlock.php
|
||||
core/modules/language/src/Plugin/Block/LanguageBlock.php
|
||||
core/modules/language/src/Plugin/Condition/Language.php
|
||||
core/modules/language/src/ProxyClass/LanguageConverter.php
|
||||
core/modules/language/src/Attribute/LanguageNegotiation.php
|
||||
core/modules/language/src/Form/NegotiationBrowserDeleteForm.php
|
||||
core/modules/language/src/Form/LanguageDeleteForm.php
|
||||
|
|
@ -6990,7 +6988,6 @@ core/modules/node/src/Plugin/views/argument/UidRevision.php
|
|||
core/modules/node/src/Plugin/views/argument/Nid.php
|
||||
core/modules/node/src/Plugin/views/argument/Type.php
|
||||
core/modules/node/src/Plugin/views/UidRevisionTrait.php
|
||||
core/modules/node/src/ProxyClass/ParamConverter/NodePreviewConverter.php
|
||||
core/modules/node/src/NodeGrantDatabaseStorage.php
|
||||
core/modules/node/src/NodeStorageSchema.php
|
||||
core/modules/node/src/NodeTypeListBuilder.php
|
||||
|
|
@ -11721,7 +11718,6 @@ core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php
|
|||
core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/StackedSessionHandlerPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/TwigExtensionPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
|
||||
core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php
|
||||
|
|
@ -11732,8 +11728,6 @@ core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
|
|||
core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php
|
||||
core/lib/Drupal/Core/ProxyClass/Routing/RouteBuilder.php
|
||||
core/lib/Drupal/Core/ProxyClass/Routing/MatcherDumper.php
|
||||
core/lib/Drupal/Core/ProxyClass/ParamConverter/AdminPathConfigEntityConverter.php
|
||||
core/lib/Drupal/Core/ProxyClass/ParamConverter/MenuLinkPluginConverter.php
|
||||
core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
|
||||
core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php
|
||||
core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php
|
||||
|
|
@ -16888,10 +16882,10 @@ core/themes/starterkit_theme/templates/views/views-mini-pager.html.twig
|
|||
core/themes/starterkit_theme/templates/views/views-view.html.twig
|
||||
core/themes/starterkit_theme/starterkit_theme.libraries.yml
|
||||
core/themes/starterkit_theme/README.md
|
||||
core/themes/starterkit_theme/starterkit_theme.theme
|
||||
core/themes/starterkit_theme/starterkit_theme.info.yml
|
||||
core/themes/starterkit_theme/starterkit_theme.starterkit.yml
|
||||
core/themes/starterkit_theme/src/StarterKit.php
|
||||
core/themes/starterkit_theme/src/Hook/StarterkitThemeHooks.php
|
||||
core/themes/claro/config/optional/block.block.claro_help.yml
|
||||
core/themes/claro/config/optional/block.block.claro_messages.yml
|
||||
core/themes/claro/config/optional/block.block.claro_secondary_local_tasks.yml
|
||||
|
|
|
|||
|
|
@ -10134,6 +10134,11 @@ assets/framework/component/country.js
|
|||
framework/component/country.js
|
||||
component/country.js
|
||||
country.js
|
||||
upload/assets/framework/component/link.js
|
||||
assets/framework/component/link.js
|
||||
framework/component/link.js
|
||||
component/link.js
|
||||
link.js
|
||||
upload/assets/framework/component/alert.js
|
||||
assets/framework/component/alert.js
|
||||
framework/component/alert.js
|
||||
|
|
|
|||
|
|
@ -2350,6 +2350,7 @@ upload/assets/framework/component/button.js
|
|||
upload/assets/framework/component/weight.js
|
||||
upload/assets/framework/component/date.js
|
||||
upload/assets/framework/component/country.js
|
||||
upload/assets/framework/component/link.js
|
||||
upload/assets/framework/component/alert.js
|
||||
upload/assets/framework/component/zone.js
|
||||
upload/assets/framework/component/pagination.js
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
INSTALL.md
|
||||
tests/.htaccess
|
||||
.htaccess
|
||||
tests/Models/Reports/Summary_discounts_test.php
|
||||
Models/Reports/Summary_discounts_test.php
|
||||
Reports/Summary_discounts_test.php
|
||||
Summary_discounts_test.php
|
||||
tests/Models/EmployeeTest.php
|
||||
Models/EmployeeTest.php
|
||||
EmployeeTest.php
|
||||
|
|
@ -254,6 +258,10 @@ app/Database/Migrations/20201108100000_cashrounding.php
|
|||
Database/Migrations/20201108100000_cashrounding.php
|
||||
Migrations/20201108100000_cashrounding.php
|
||||
20201108100000_cashrounding.php
|
||||
app/Database/Migrations/20250521000000_FixImageFilenameSpaces.php
|
||||
Database/Migrations/20250521000000_FixImageFilenameSpaces.php
|
||||
Migrations/20250521000000_FixImageFilenameSpaces.php
|
||||
20250521000000_FixImageFilenameSpaces.php
|
||||
app/Database/Migrations/20200508000000_image_upload_defaults.php
|
||||
Database/Migrations/20200508000000_image_upload_defaults.php
|
||||
Migrations/20200508000000_image_upload_defaults.php
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
INSTALL.md
|
||||
tests/.htaccess
|
||||
tests/Models/Reports/Summary_discounts_test.php
|
||||
tests/Models/EmployeeTest.php
|
||||
tests/README.md
|
||||
tests/Controllers/HomeTest.php
|
||||
|
|
@ -106,6 +107,7 @@ app/Database/Migrations/20240826000000_fix_duplicate_attributes.php
|
|||
app/Database/Migrations/20190111270000_upgrade_to_3_3_0.php
|
||||
app/Database/Migrations/20230307000000_int_to_tinyint.php
|
||||
app/Database/Migrations/20201108100000_cashrounding.php
|
||||
app/Database/Migrations/20250521000000_FixImageFilenameSpaces.php
|
||||
app/Database/Migrations/20200508000000_image_upload_defaults.php
|
||||
app/Database/Migrations/20181015100000_attributes.php
|
||||
app/Database/Migrations/20250519000000_MigrationOptimizationIndices.php
|
||||
|
|
|
|||
|
|
@ -7199,6 +7199,14 @@ Scenario/Discount/FO/discount_priority_compatible.feature
|
|||
Discount/FO/discount_priority_compatible.feature
|
||||
FO/discount_priority_compatible.feature
|
||||
discount_priority_compatible.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_validity_date_range.feature
|
||||
Integration/Behaviour/Features/Scenario/Discount/FO/discount_validity_date_range.feature
|
||||
Behaviour/Features/Scenario/Discount/FO/discount_validity_date_range.feature
|
||||
Features/Scenario/Discount/FO/discount_validity_date_range.feature
|
||||
Scenario/Discount/FO/discount_validity_date_range.feature
|
||||
Discount/FO/discount_validity_date_range.feature
|
||||
FO/discount_validity_date_range.feature
|
||||
discount_validity_date_range.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_priority_incompatible.feature
|
||||
Integration/Behaviour/Features/Scenario/Discount/FO/discount_priority_incompatible.feature
|
||||
Behaviour/Features/Scenario/Discount/FO/discount_priority_incompatible.feature
|
||||
|
|
@ -21270,6 +21278,12 @@ new-theme/scss/components/_twitter_typeahead.scss
|
|||
scss/components/_twitter_typeahead.scss
|
||||
components/_twitter_typeahead.scss
|
||||
_twitter_typeahead.scss
|
||||
admin-dev/themes/new-theme/scss/components/_badges.scss
|
||||
themes/new-theme/scss/components/_badges.scss
|
||||
new-theme/scss/components/_badges.scss
|
||||
scss/components/_badges.scss
|
||||
components/_badges.scss
|
||||
_badges.scss
|
||||
admin-dev/themes/new-theme/scss/components/_grid.scss
|
||||
themes/new-theme/scss/components/_grid.scss
|
||||
new-theme/scss/components/_grid.scss
|
||||
|
|
@ -47653,6 +47667,10 @@ src/Core/ConstraintValidator/PositiveOrZeroValidator.php
|
|||
Core/ConstraintValidator/PositiveOrZeroValidator.php
|
||||
ConstraintValidator/PositiveOrZeroValidator.php
|
||||
PositiveOrZeroValidator.php
|
||||
src/Core/ConstraintValidator/DiscountAmountValidator.php
|
||||
Core/ConstraintValidator/DiscountAmountValidator.php
|
||||
ConstraintValidator/DiscountAmountValidator.php
|
||||
DiscountAmountValidator.php
|
||||
src/Core/ConstraintValidator/ExistingCustomerEmailValidator.php
|
||||
Core/ConstraintValidator/ExistingCustomerEmailValidator.php
|
||||
ConstraintValidator/ExistingCustomerEmailValidator.php
|
||||
|
|
@ -47674,6 +47692,11 @@ src/Core/ConstraintValidator/NotCustomizableProductValidator.php
|
|||
Core/ConstraintValidator/NotCustomizableProductValidator.php
|
||||
ConstraintValidator/NotCustomizableProductValidator.php
|
||||
NotCustomizableProductValidator.php
|
||||
src/Core/ConstraintValidator/Constraints/DiscountAmount.php
|
||||
Core/ConstraintValidator/Constraints/DiscountAmount.php
|
||||
ConstraintValidator/Constraints/DiscountAmount.php
|
||||
Constraints/DiscountAmount.php
|
||||
DiscountAmount.php
|
||||
src/Core/ConstraintValidator/Constraints/PositiveOrZero.php
|
||||
Core/ConstraintValidator/Constraints/PositiveOrZero.php
|
||||
ConstraintValidator/Constraints/PositiveOrZero.php
|
||||
|
|
@ -49873,6 +49896,12 @@ Grid/Data/Factory/ProfileGridDataFactoryDecorator.php
|
|||
Data/Factory/ProfileGridDataFactoryDecorator.php
|
||||
Factory/ProfileGridDataFactoryDecorator.php
|
||||
ProfileGridDataFactoryDecorator.php
|
||||
src/Core/Grid/Data/Factory/DiscountGridDataFactoryDecorator.php
|
||||
Core/Grid/Data/Factory/DiscountGridDataFactoryDecorator.php
|
||||
Grid/Data/Factory/DiscountGridDataFactoryDecorator.php
|
||||
Data/Factory/DiscountGridDataFactoryDecorator.php
|
||||
Factory/DiscountGridDataFactoryDecorator.php
|
||||
DiscountGridDataFactoryDecorator.php
|
||||
src/Core/Grid/Data/Factory/LogDataFactory.php
|
||||
Core/Grid/Data/Factory/LogDataFactory.php
|
||||
Grid/Data/Factory/LogDataFactory.php
|
||||
|
|
@ -50850,6 +50879,11 @@ Adapter/Form/ChoiceProvider/OrderCountriesChoiceProvider.php
|
|||
Form/ChoiceProvider/OrderCountriesChoiceProvider.php
|
||||
ChoiceProvider/OrderCountriesChoiceProvider.php
|
||||
OrderCountriesChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/DiscountTypeChoiceProvider.php
|
||||
Adapter/Form/ChoiceProvider/DiscountTypeChoiceProvider.php
|
||||
Form/ChoiceProvider/DiscountTypeChoiceProvider.php
|
||||
ChoiceProvider/DiscountTypeChoiceProvider.php
|
||||
DiscountTypeChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/RiskByIdChoiceProvider.php
|
||||
Adapter/Form/ChoiceProvider/RiskByIdChoiceProvider.php
|
||||
Form/ChoiceProvider/RiskByIdChoiceProvider.php
|
||||
|
|
@ -57103,6 +57137,13 @@ views/Admin/TwigTemplateForm/bootstrap_4_layout.html.twig
|
|||
Admin/TwigTemplateForm/bootstrap_4_layout.html.twig
|
||||
TwigTemplateForm/bootstrap_4_layout.html.twig
|
||||
bootstrap_4_layout.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/currency_money.html.twig
|
||||
PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/currency_money.html.twig
|
||||
Resources/views/Admin/TwigTemplateForm/currency_money.html.twig
|
||||
views/Admin/TwigTemplateForm/currency_money.html.twig
|
||||
Admin/TwigTemplateForm/currency_money.html.twig
|
||||
TwigTemplateForm/currency_money.html.twig
|
||||
currency_money.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/form_max_length.html.twig
|
||||
PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/form_max_length.html.twig
|
||||
Resources/views/Admin/TwigTemplateForm/form_max_length.html.twig
|
||||
|
|
@ -58685,6 +58726,16 @@ Sell/Catalog/Discount/create_discount_modal.html.twig
|
|||
Catalog/Discount/create_discount_modal.html.twig
|
||||
Discount/create_discount_modal.html.twig
|
||||
create_discount_modal.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
Resources/views/Admin/Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
views/Admin/Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
Admin/Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
Discount/FormTheme/discount_value.html.twig
|
||||
FormTheme/discount_value.html.twig
|
||||
discount_value.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/compatibility_form_theme.html.twig
|
||||
PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/compatibility_form_theme.html.twig
|
||||
Resources/views/Admin/Sell/Catalog/Discount/FormTheme/compatibility_form_theme.html.twig
|
||||
|
|
@ -62166,6 +62217,16 @@ Grid/Blocks/EmptyState/_default.html.twig
|
|||
Blocks/EmptyState/_default.html.twig
|
||||
EmptyState/_default.html.twig
|
||||
_default.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
Resources/views/Admin/Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
views/Admin/Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
Admin/Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
Grid/Blocks/EmptyState/discount.html.twig
|
||||
Blocks/EmptyState/discount.html.twig
|
||||
EmptyState/discount.html.twig
|
||||
discount.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/order.html.twig
|
||||
PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/order.html.twig
|
||||
Resources/views/Admin/Common/Grid/Blocks/EmptyState/order.html.twig
|
||||
|
|
@ -63948,6 +64009,12 @@ src/PrestaShopBundle/Form/FormBuilderModifier.php
|
|||
PrestaShopBundle/Form/FormBuilderModifier.php
|
||||
Form/FormBuilderModifier.php
|
||||
FormBuilderModifier.php
|
||||
src/PrestaShopBundle/Form/Admin/Type/CurrencyMoneyType.php
|
||||
PrestaShopBundle/Form/Admin/Type/CurrencyMoneyType.php
|
||||
Form/Admin/Type/CurrencyMoneyType.php
|
||||
Admin/Type/CurrencyMoneyType.php
|
||||
Type/CurrencyMoneyType.php
|
||||
CurrencyMoneyType.php
|
||||
src/PrestaShopBundle/Form/Admin/Type/TaggedItemType.php
|
||||
PrestaShopBundle/Form/Admin/Type/TaggedItemType.php
|
||||
Form/Admin/Type/TaggedItemType.php
|
||||
|
|
@ -64753,6 +64820,13 @@ Admin/Sell/Catalog/FeatureType.php
|
|||
Sell/Catalog/FeatureType.php
|
||||
Catalog/FeatureType.php
|
||||
FeatureType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountSearchAndResetType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Discount/DiscountSearchAndResetType.php
|
||||
Form/Admin/Sell/Discount/DiscountSearchAndResetType.php
|
||||
Admin/Sell/Discount/DiscountSearchAndResetType.php
|
||||
Sell/Discount/DiscountSearchAndResetType.php
|
||||
Discount/DiscountSearchAndResetType.php
|
||||
DiscountSearchAndResetType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountUsabilityType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Discount/DiscountUsabilityType.php
|
||||
Form/Admin/Sell/Discount/DiscountUsabilityType.php
|
||||
|
|
@ -64760,6 +64834,13 @@ Admin/Sell/Discount/DiscountUsabilityType.php
|
|||
Sell/Discount/DiscountUsabilityType.php
|
||||
Discount/DiscountUsabilityType.php
|
||||
DiscountUsabilityType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountTypeChoiceType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Discount/DiscountTypeChoiceType.php
|
||||
Form/Admin/Sell/Discount/DiscountTypeChoiceType.php
|
||||
Admin/Sell/Discount/DiscountTypeChoiceType.php
|
||||
Sell/Discount/DiscountTypeChoiceType.php
|
||||
Discount/DiscountTypeChoiceType.php
|
||||
DiscountTypeChoiceType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountCustomerEligibilityType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Discount/DiscountCustomerEligibilityType.php
|
||||
Form/Admin/Sell/Discount/DiscountCustomerEligibilityType.php
|
||||
|
|
@ -64795,6 +64876,13 @@ Admin/Sell/Discount/DiscountInformationType.php
|
|||
Sell/Discount/DiscountInformationType.php
|
||||
Discount/DiscountInformationType.php
|
||||
DiscountInformationType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountAmountType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Discount/DiscountAmountType.php
|
||||
Form/Admin/Sell/Discount/DiscountAmountType.php
|
||||
Admin/Sell/Discount/DiscountAmountType.php
|
||||
Sell/Discount/DiscountAmountType.php
|
||||
Discount/DiscountAmountType.php
|
||||
DiscountAmountType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountTypeSelectorType.php
|
||||
PrestaShopBundle/Form/Admin/Sell/Discount/DiscountTypeSelectorType.php
|
||||
Form/Admin/Sell/Discount/DiscountTypeSelectorType.php
|
||||
|
|
|
|||
|
|
@ -1237,6 +1237,7 @@ tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_with_restrict
|
|||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_with_condition_minimum_quantity.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_with_condition_minimum_amount.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_priority_compatible.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_validity_date_range.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/discount_priority_incompatible.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Discount/FO/full_user_experience_test_with_discount_cart_level.feature
|
||||
tests/Integration/Behaviour/Features/Scenario/Webservice/webservice_key_management.feature
|
||||
|
|
@ -3211,6 +3212,7 @@ admin-dev/themes/new-theme/scss/components/_delta_quantity.scss
|
|||
admin-dev/themes/new-theme/scss/components/_multistore-dropdown.scss
|
||||
admin-dev/themes/new-theme/scss/components/_category_tree.scss
|
||||
admin-dev/themes/new-theme/scss/components/_twitter_typeahead.scss
|
||||
admin-dev/themes/new-theme/scss/components/_badges.scss
|
||||
admin-dev/themes/new-theme/scss/components/_grid.scss
|
||||
admin-dev/themes/new-theme/scss/components/_multishop-selector.scss
|
||||
admin-dev/themes/new-theme/scss/components/_unavailable-feature.scss
|
||||
|
|
@ -7665,11 +7667,13 @@ src/Core/ConstraintValidator/InstalledApiResourceScopeValidator.php
|
|||
src/Core/ConstraintValidator/AddressZipCodeValidator.php
|
||||
src/Core/ConstraintValidator/UniqueStateIsoCodeValidator.php
|
||||
src/Core/ConstraintValidator/PositiveOrZeroValidator.php
|
||||
src/Core/ConstraintValidator/DiscountAmountValidator.php
|
||||
src/Core/ConstraintValidator/ExistingCustomerEmailValidator.php
|
||||
src/Core/ConstraintValidator/Factory/CustomerNameValidatorFactory.php
|
||||
src/Core/ConstraintValidator/IsUrlRewriteValidator.php
|
||||
src/Core/ConstraintValidator/DefaultLanguageValidator.php
|
||||
src/Core/ConstraintValidator/NotCustomizableProductValidator.php
|
||||
src/Core/ConstraintValidator/Constraints/DiscountAmount.php
|
||||
src/Core/ConstraintValidator/Constraints/PositiveOrZero.php
|
||||
src/Core/ConstraintValidator/Constraints/AddressZipCode.php
|
||||
src/Core/ConstraintValidator/Constraints/DefaultLanguage.php
|
||||
|
|
@ -8053,6 +8057,7 @@ src/Core/Grid/Data/Factory/AbstractCategoryDataFactory.php
|
|||
src/Core/Grid/Data/Factory/CustomerGridDataFactoryDecorator.php
|
||||
src/Core/Grid/Data/Factory/ShipmentGridDataFactory.php
|
||||
src/Core/Grid/Data/Factory/ProfileGridDataFactoryDecorator.php
|
||||
src/Core/Grid/Data/Factory/DiscountGridDataFactoryDecorator.php
|
||||
src/Core/Grid/Data/Factory/LogDataFactory.php
|
||||
src/Core/Grid/Data/Factory/OrderGridDataFactory.php
|
||||
src/Core/Grid/Data/Factory/CustomerCartGridDataFactoryDecorator.php
|
||||
|
|
@ -8258,6 +8263,7 @@ src/Adapter/Form/ChoiceProvider/ManufacturerNameByIdChoiceProvider.php
|
|||
src/Adapter/Form/ChoiceProvider/CurrencySymbolByIdChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/OrderReturnStateChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/OrderCountriesChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/DiscountTypeChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/RiskByIdChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/FeatureValuesChoiceProvider.php
|
||||
src/Adapter/Form/ChoiceProvider/CategoryTreeChoiceProvider.php
|
||||
|
|
@ -9354,6 +9360,7 @@ src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/translatable_choice.
|
|||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/prestashop_ui_kit.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/entity_search_input.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/bootstrap_4_layout.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/currency_money.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/form_max_length.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/TwigTemplateForm/multishop.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Component/MultiShop/shop_icon.html.twig
|
||||
|
|
@ -9515,6 +9522,7 @@ src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/AttributeGroup/index.htm
|
|||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/create.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/form.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/create_discount_modal.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/discount_value.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/compatibility_form_theme.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/minimum_amount.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Sell/Catalog/Discount/FormTheme/discount_usage_preview.html.twig
|
||||
|
|
@ -9892,6 +9900,7 @@ src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/bulk_actions.html.
|
|||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/supplier.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/attachment.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/_default.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/discount.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/order.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/credit_slip.html.twig
|
||||
src/PrestaShopBundle/Resources/views/Admin/Common/Grid/Blocks/EmptyState/product.html.twig
|
||||
|
|
@ -10157,6 +10166,7 @@ src/PrestaShopBundle/Form/Extension/AlertExtension.php
|
|||
src/PrestaShopBundle/Form/Extension/IntegerTypeExtension.php
|
||||
src/PrestaShopBundle/Form/Extension/NumberTypeExtension.php
|
||||
src/PrestaShopBundle/Form/FormBuilderModifier.php
|
||||
src/PrestaShopBundle/Form/Admin/Type/CurrencyMoneyType.php
|
||||
src/PrestaShopBundle/Form/Admin/Type/TaggedItemType.php
|
||||
src/PrestaShopBundle/Form/Admin/Type/ImageWithPreviewType.php
|
||||
src/PrestaShopBundle/Form/Admin/Type/ResizableTextType.php
|
||||
|
|
@ -10280,12 +10290,15 @@ src/PrestaShopBundle/Form/Admin/Sell/Catalog/AttributeType.php
|
|||
src/PrestaShopBundle/Form/Admin/Sell/Catalog/AttributeGroupType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Catalog/FeatureValueType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Catalog/FeatureType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountSearchAndResetType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountUsabilityType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountTypeChoiceType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountCustomerEligibilityType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountSupplierType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountCustomerEligibilityChoiceType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountPeriodType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountInformationType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountAmountType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountTypeSelectorType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/CartConditionsType.php
|
||||
src/PrestaShopBundle/Form/Admin/Sell/Discount/DiscountProductSegmentType.php
|
||||
|
|
|
|||
|
|
@ -49380,6 +49380,11 @@ acceptance/tests/Account/CommercialCustomerRegistration.spec.ts
|
|||
tests/Account/CommercialCustomerRegistration.spec.ts
|
||||
Account/CommercialCustomerRegistration.spec.ts
|
||||
CommercialCustomerRegistration.spec.ts
|
||||
tests/acceptance/tests/Account/CustomerAddresses.spec.ts
|
||||
acceptance/tests/Account/CustomerAddresses.spec.ts
|
||||
tests/Account/CustomerAddresses.spec.ts
|
||||
Account/CustomerAddresses.spec.ts
|
||||
CustomerAddresses.spec.ts
|
||||
tests/acceptance/tests/Account/ChangeCustomerCredentials.spec.ts
|
||||
acceptance/tests/Account/ChangeCustomerCredentials.spec.ts
|
||||
tests/Account/ChangeCustomerCredentials.spec.ts
|
||||
|
|
|
|||
|
|
@ -10055,6 +10055,7 @@ tests/acceptance/tests/Account/CustomerRegistration.spec.ts
|
|||
tests/acceptance/tests/Account/ChangeOrderPaymentMethod.spec.ts
|
||||
tests/acceptance/tests/Account/RepeatOrder.spec.ts
|
||||
tests/acceptance/tests/Account/CommercialCustomerRegistration.spec.ts
|
||||
tests/acceptance/tests/Account/CustomerAddresses.spec.ts
|
||||
tests/acceptance/tests/Account/ChangeCustomerCredentials.spec.ts
|
||||
tests/acceptance/tests/Account/GeoBlockingNonShippableCountry.spec.ts
|
||||
tests/acceptance/tests/Account/CancelOrder.spec.ts
|
||||
|
|
|
|||
|
|
@ -41095,6 +41095,9 @@ AssetObserver.php
|
|||
app/Observers/ComponentObserver.php
|
||||
Observers/ComponentObserver.php
|
||||
ComponentObserver.php
|
||||
app/Observers/LocationObserver.php
|
||||
Observers/LocationObserver.php
|
||||
LocationObserver.php
|
||||
app/Observers/UserObserver.php
|
||||
Observers/UserObserver.php
|
||||
UserObserver.php
|
||||
|
|
|
|||
|
|
@ -7920,6 +7920,7 @@ app/Mail/BulkAssetCheckoutMail.php
|
|||
app/Enums/ActionType.php
|
||||
app/Observers/AssetObserver.php
|
||||
app/Observers/ComponentObserver.php
|
||||
app/Observers/LocationObserver.php
|
||||
app/Observers/UserObserver.php
|
||||
app/Observers/MaintenanceObserver.php
|
||||
app/Observers/LicenseObserver.php
|
||||
|
|
|
|||
|
|
@ -839,6 +839,10 @@ tests/unit/web/ViewTest.php
|
|||
unit/web/ViewTest.php
|
||||
web/ViewTest.php
|
||||
ViewTest.php
|
||||
tests/unit/filters/IpRateLimitIdentityTest.php
|
||||
unit/filters/IpRateLimitIdentityTest.php
|
||||
filters/IpRateLimitIdentityTest.php
|
||||
IpRateLimitIdentityTest.php
|
||||
tests/.env.example.pgsql
|
||||
.env.example.pgsql
|
||||
tests/.env.example.mysql
|
||||
|
|
@ -28879,6 +28883,9 @@ CpModalResponseBehavior.php
|
|||
src/filters/Headers.php
|
||||
filters/Headers.php
|
||||
Headers.php
|
||||
src/filters/IpRateLimitIdentity.php
|
||||
filters/IpRateLimitIdentity.php
|
||||
IpRateLimitIdentity.php
|
||||
src/filters/ConditionalFilterTrait.php
|
||||
filters/ConditionalFilterTrait.php
|
||||
ConditionalFilterTrait.php
|
||||
|
|
|
|||
|
|
@ -203,6 +203,7 @@ tests/unit/web/twig/FieldTest.php
|
|||
tests/unit/web/ControllerTest.php
|
||||
tests/unit/web/ErrorHandlerTest.php
|
||||
tests/unit/web/ViewTest.php
|
||||
tests/unit/filters/IpRateLimitIdentityTest.php
|
||||
tests/.env.example.pgsql
|
||||
tests/.env.example.mysql
|
||||
tests/unit.suite.yml
|
||||
|
|
@ -6657,6 +6658,7 @@ src/web/CsvResponseFormatter.php
|
|||
src/web/Controller.php
|
||||
src/web/CpModalResponseBehavior.php
|
||||
src/filters/Headers.php
|
||||
src/filters/IpRateLimitIdentity.php
|
||||
src/filters/ConditionalFilterTrait.php
|
||||
src/filters/Cors.php
|
||||
src/filters/BasicHttpAuthTrait.php
|
||||
|
|
|
|||
|
|
@ -3465,6 +3465,10 @@ plugins/woocommerce/changelog/update-pay-506-always-show-payment-radio
|
|||
woocommerce/changelog/update-pay-506-always-show-payment-radio
|
||||
changelog/update-pay-506-always-show-payment-radio
|
||||
update-pay-506-always-show-payment-radio
|
||||
plugins/woocommerce/changelog/fix-58213
|
||||
woocommerce/changelog/fix-58213
|
||||
changelog/fix-58213
|
||||
fix-58213
|
||||
plugins/woocommerce/changelog/wooplug-6264-cache-products-last-modified
|
||||
woocommerce/changelog/wooplug-6264-cache-products-last-modified
|
||||
changelog/wooplug-6264-cache-products-last-modified
|
||||
|
|
@ -3489,6 +3493,10 @@ plugins/woocommerce/changelog/63422-wooplug-6340-missing-nonce-validation-in-woo
|
|||
woocommerce/changelog/63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
changelog/63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
plugins/woocommerce/changelog/fix-62340-ces
|
||||
woocommerce/changelog/fix-62340-ces
|
||||
changelog/fix-62340-ces
|
||||
fix-62340-ces
|
||||
plugins/woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
changelog/62293-fix-cart-sold-individually-validation
|
||||
|
|
@ -3505,6 +3513,10 @@ plugins/woocommerce/changelog/fix-add-to-cart-with-options-variation-with-any
|
|||
woocommerce/changelog/fix-add-to-cart-with-options-variation-with-any
|
||||
changelog/fix-add-to-cart-with-options-variation-with-any
|
||||
fix-add-to-cart-with-options-variation-with-any
|
||||
plugins/woocommerce/changelog/63313-update-53125-implement-preview-mode-flag-cart-checkout
|
||||
woocommerce/changelog/63313-update-53125-implement-preview-mode-flag-cart-checkout
|
||||
changelog/63313-update-53125-implement-preview-mode-flag-cart-checkout
|
||||
63313-update-53125-implement-preview-mode-flag-cart-checkout
|
||||
plugins/woocommerce/changelog/63295-fix_recorded_sales_warning
|
||||
woocommerce/changelog/63295-fix_recorded_sales_warning
|
||||
changelog/63295-fix_recorded_sales_warning
|
||||
|
|
@ -3513,6 +3525,10 @@ plugins/woocommerce/changelog/fix-e2e-tests-wp70-beta3
|
|||
woocommerce/changelog/fix-e2e-tests-wp70-beta3
|
||||
changelog/fix-e2e-tests-wp70-beta3
|
||||
fix-e2e-tests-wp70-beta3
|
||||
plugins/woocommerce/changelog/wooprd-1577-checkout-textarea-fields-do-not-inherit-global-text-color
|
||||
woocommerce/changelog/wooprd-1577-checkout-textarea-fields-do-not-inherit-global-text-color
|
||||
changelog/wooprd-1577-checkout-textarea-fields-do-not-inherit-global-text-color
|
||||
wooprd-1577-checkout-textarea-fields-do-not-inherit-global-text-color
|
||||
plugins/woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
|
|
@ -3573,10 +3589,18 @@ plugins/woocommerce/changelog/63439-add-wooplug-6347-core-profiler-shipping-trac
|
|||
woocommerce/changelog/63439-add-wooplug-6347-core-profiler-shipping-tracks
|
||||
changelog/63439-add-wooplug-6347-core-profiler-shipping-tracks
|
||||
63439-add-wooplug-6347-core-profiler-shipping-tracks
|
||||
plugins/woocommerce/changelog/dev-WOOSUBS-1439-cart-hooks-trunk
|
||||
woocommerce/changelog/dev-WOOSUBS-1439-cart-hooks-trunk
|
||||
changelog/dev-WOOSUBS-1439-cart-hooks-trunk
|
||||
dev-WOOSUBS-1439-cart-hooks-trunk
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
changelog/e2e-pw-ts-conversion-09
|
||||
e2e-pw-ts-conversion-09
|
||||
plugins/woocommerce/changelog/63335-fix-63310-session-cookie-guest-to-user
|
||||
woocommerce/changelog/63335-fix-63310-session-cookie-guest-to-user
|
||||
changelog/63335-fix-63310-session-cookie-guest-to-user
|
||||
63335-fix-63310-session-cookie-guest-to-user
|
||||
plugins/woocommerce/changelog/63196-update-paypal-standard-logo-classic-checkout
|
||||
woocommerce/changelog/63196-update-paypal-standard-logo-classic-checkout
|
||||
changelog/63196-update-paypal-standard-logo-classic-checkout
|
||||
|
|
@ -3617,6 +3641,14 @@ plugins/woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
|||
woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
||||
changelog/woomob-2161-pos-bookings-receipts
|
||||
woomob-2161-pos-bookings-receipts
|
||||
plugins/woocommerce/changelog/fix-move-notice-to-frontend
|
||||
woocommerce/changelog/fix-move-notice-to-frontend
|
||||
changelog/fix-move-notice-to-frontend
|
||||
fix-move-notice-to-frontend
|
||||
plugins/woocommerce/changelog/63232-fix-customer-reports-datastore-include-exclude-params
|
||||
woocommerce/changelog/63232-fix-customer-reports-datastore-include-exclude-params
|
||||
changelog/63232-fix-customer-reports-datastore-include-exclude-params
|
||||
63232-fix-customer-reports-datastore-include-exclude-params
|
||||
plugins/woocommerce/changelog/stomail-7817-refine-order-notification-email-styling
|
||||
woocommerce/changelog/stomail-7817-refine-order-notification-email-styling
|
||||
changelog/stomail-7817-refine-order-notification-email-styling
|
||||
|
|
@ -3661,6 +3693,10 @@ plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-pa
|
|||
woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
plugins/woocommerce/changelog/fix-62340
|
||||
woocommerce/changelog/fix-62340
|
||||
changelog/fix-62340
|
||||
fix-62340
|
||||
plugins/woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
|
||||
woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
|
||||
changelog/63405-add-store-api-formatted-weight-dimensions
|
||||
|
|
@ -3681,6 +3717,10 @@ plugins/woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-d
|
|||
woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
plugins/woocommerce/changelog/63404-fix-delete-cart-coupons-performance
|
||||
woocommerce/changelog/63404-fix-delete-cart-coupons-performance
|
||||
changelog/63404-fix-delete-cart-coupons-performance
|
||||
63404-fix-delete-cart-coupons-performance
|
||||
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
|
||||
woocommerce/changelog/deprecate-hpos-sync-on-read
|
||||
changelog/deprecate-hpos-sync-on-read
|
||||
|
|
@ -3689,6 +3729,10 @@ plugins/woocommerce/changelog/63203-fix-handle-paypal-satndard-duplicate-invoice
|
|||
woocommerce/changelog/63203-fix-handle-paypal-satndard-duplicate-invoice-id-error
|
||||
changelog/63203-fix-handle-paypal-satndard-duplicate-invoice-id-error
|
||||
63203-fix-handle-paypal-satndard-duplicate-invoice-id-error
|
||||
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
|
||||
woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
|
||||
changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
|
||||
wooprd-1726-customer-creation-issue-depending-on-password-settings
|
||||
plugins/woocommerce/changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
|
||||
woocommerce/changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
|
||||
changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
|
||||
|
|
@ -3697,6 +3741,10 @@ plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6
|
|||
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6
|
||||
changelog/performance-63118-reduce-sqls-number-iteration-6
|
||||
performance-63118-reduce-sqls-number-iteration-6
|
||||
plugins/woocommerce/changelog/issues-63089-cart-item-row-data-key
|
||||
woocommerce/changelog/issues-63089-cart-item-row-data-key
|
||||
changelog/issues-63089-cart-item-row-data-key
|
||||
issues-63089-cart-item-row-data-key
|
||||
plugins/woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
||||
woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
||||
changelog/fix-selectwoo-layered-nav-dropdown
|
||||
|
|
@ -11502,6 +11550,14 @@ src/Blocks/BlockTypes/ProductGallery.php
|
|||
Blocks/BlockTypes/ProductGallery.php
|
||||
BlockTypes/ProductGallery.php
|
||||
ProductGallery.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
woocommerce/tests/php/src/Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
tests/php/src/Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
php/src/Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
src/Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
CartCheckoutIncompatibleExtensionsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsGroupedProductItemSelectorMock.php
|
||||
woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsGroupedProductItemSelectorMock.php
|
||||
tests/php/src/Blocks/Mocks/AddToCartWithOptionsGroupedProductItemSelectorMock.php
|
||||
|
|
@ -39615,6 +39671,15 @@ js/blocks/coupon-code/types.ts
|
|||
blocks/coupon-code/types.ts
|
||||
coupon-code/types.ts
|
||||
types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
client/blocks/assets/js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
blocks/assets/js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
assets/js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
incompatible-extensions-notice.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/icon.js
|
||||
woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/icon.js
|
||||
client/blocks/assets/js/blocks/cart-checkout-shared/icon.js
|
||||
|
|
@ -39624,6 +39689,16 @@ js/blocks/cart-checkout-shared/icon.js
|
|||
blocks/cart-checkout-shared/icon.js
|
||||
cart-checkout-shared/icon.js
|
||||
icon.js
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
client/blocks/assets/js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
blocks/assets/js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
assets/js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
test/incompatible-extensions-notice.tsx
|
||||
incompatible-extensions-notice.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.tsx
|
||||
woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.tsx
|
||||
client/blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.tsx
|
||||
|
|
@ -41883,6 +41958,15 @@ js/base/hooks/use-style-props.ts
|
|||
base/hooks/use-style-props.ts
|
||||
hooks/use-style-props.ts
|
||||
use-style-props.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/hooks/use-preview-mode.ts
|
||||
woocommerce/client/blocks/assets/js/base/hooks/use-preview-mode.ts
|
||||
client/blocks/assets/js/base/hooks/use-preview-mode.ts
|
||||
blocks/assets/js/base/hooks/use-preview-mode.ts
|
||||
assets/js/base/hooks/use-preview-mode.ts
|
||||
js/base/hooks/use-preview-mode.ts
|
||||
base/hooks/use-preview-mode.ts
|
||||
hooks/use-preview-mode.ts
|
||||
use-preview-mode.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/context/event-emit/emitters.ts
|
||||
woocommerce/client/blocks/assets/js/base/context/event-emit/emitters.ts
|
||||
client/blocks/assets/js/base/context/event-emit/emitters.ts
|
||||
|
|
@ -73438,6 +73522,11 @@ js/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-op
|
|||
customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/customer-effort-score/changelog/fix-62340-ces
|
||||
js/customer-effort-score/changelog/fix-62340-ces
|
||||
customer-effort-score/changelog/fix-62340-ces
|
||||
changelog/fix-62340-ces
|
||||
fix-62340-ces
|
||||
packages/js/customer-effort-score/changelog/54996-chore-update-wireit
|
||||
js/customer-effort-score/changelog/54996-chore-update-wireit
|
||||
customer-effort-score/changelog/54996-chore-update-wireit
|
||||
|
|
|
|||
|
|
@ -785,18 +785,22 @@ plugins/woocommerce-beta-tester/composer.lock
|
|||
plugins/woocommerce-beta-tester/composer.json
|
||||
plugins/woocommerce-beta-tester/package.json
|
||||
plugins/woocommerce/changelog/update-pay-506-always-show-payment-radio
|
||||
plugins/woocommerce/changelog/fix-58213
|
||||
plugins/woocommerce/changelog/wooplug-6264-cache-products-last-modified
|
||||
plugins/woocommerce/changelog/woothme-277-order-again-button-appears-on-confirmation
|
||||
plugins/woocommerce/changelog/update-tests-delete-users
|
||||
plugins/woocommerce/changelog/stomail-7801-payment-gateway-enabled-email-styling
|
||||
plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api
|
||||
plugins/woocommerce/changelog/63422-wooplug-6340-missing-nonce-validation-in-woocommerce-admin-ajax-ordering
|
||||
plugins/woocommerce/changelog/fix-62340-ces
|
||||
plugins/woocommerce/changelog/62293-fix-cart-sold-individually-validation
|
||||
plugins/woocommerce/changelog/62602-add-paypal-standard-e2e-tests
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-4
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-variation-with-any
|
||||
plugins/woocommerce/changelog/63313-update-53125-implement-preview-mode-flag-cart-checkout
|
||||
plugins/woocommerce/changelog/63295-fix_recorded_sales_warning
|
||||
plugins/woocommerce/changelog/fix-e2e-tests-wp70-beta3
|
||||
plugins/woocommerce/changelog/wooprd-1577-checkout-textarea-fields-do-not-inherit-global-text-color
|
||||
plugins/woocommerce/changelog/62892-wooplug-6129-iapi-cart-store-refresh-cart-on-page-load-and-store-fresh
|
||||
plugins/woocommerce/changelog/fix-56511-deprecated-refund-hook-names
|
||||
plugins/woocommerce/changelog/62964-fix-template-override-detection
|
||||
|
|
@ -812,7 +816,9 @@ plugins/woocommerce/changelog/fix-wooprd-2567-pos-store-name-skip-initial-save
|
|||
plugins/woocommerce/changelog/fix-31404
|
||||
plugins/woocommerce/changelog/63464-fix-paypal-standard-404-prevent-duplicate-order-details-requests
|
||||
plugins/woocommerce/changelog/63439-add-wooplug-6347-core-profiler-shipping-tracks
|
||||
plugins/woocommerce/changelog/dev-WOOSUBS-1439-cart-hooks-trunk
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
plugins/woocommerce/changelog/63335-fix-63310-session-cookie-guest-to-user
|
||||
plugins/woocommerce/changelog/63196-update-paypal-standard-logo-classic-checkout
|
||||
plugins/woocommerce/changelog/add-preview-email-subject-filter
|
||||
plugins/woocommerce/changelog/change-product-cache-default-compatibility
|
||||
|
|
@ -823,6 +829,8 @@ plugins/woocommerce/changelog/63544-fix-wooprd-2912-remove-duplicate-save-meta-d
|
|||
plugins/woocommerce/changelog/62982-add-paypal-standard-e2e-tests-onboarding
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
|
||||
plugins/woocommerce/changelog/woomob-2161-pos-bookings-receipts
|
||||
plugins/woocommerce/changelog/fix-move-notice-to-frontend
|
||||
plugins/woocommerce/changelog/63232-fix-customer-reports-datastore-include-exclude-params
|
||||
plugins/woocommerce/changelog/stomail-7817-refine-order-notification-email-styling
|
||||
plugins/woocommerce/changelog/63419-WOOPRD-2474-there-is-a-short-vertical-line-in-the-email
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3
|
||||
|
|
@ -834,15 +842,19 @@ plugins/woocommerce/changelog/63241-wooprd-1445-rework-spacings-between-informat
|
|||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/63014-fix-mini-cart-badge-iapi-navigation
|
||||
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
|
||||
plugins/woocommerce/changelog/fix-62340
|
||||
plugins/woocommerce/changelog/63405-add-store-api-formatted-weight-dimensions
|
||||
plugins/woocommerce/changelog/62603-add-issue-62601
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/wooprd-2432-on-hold-emails-for-services
|
||||
plugins/woocommerce/changelog/63301-wooplug-6258-customer-account-block-enable-dropdown-navigation
|
||||
plugins/woocommerce/changelog/63404-fix-delete-cart-coupons-performance
|
||||
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
|
||||
plugins/woocommerce/changelog/63203-fix-handle-paypal-satndard-duplicate-invoice-id-error
|
||||
plugins/woocommerce/changelog/wooprd-1726-customer-creation-issue-depending-on-password-settings
|
||||
plugins/woocommerce/changelog/63485-update-wooplug-6287-order-fulfillments-use-wc_data_store-to-register
|
||||
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-6
|
||||
plugins/woocommerce/changelog/issues-63089-cart-item-row-data-key
|
||||
plugins/woocommerce/changelog/fix-selectwoo-layered-nav-dropdown
|
||||
plugins/woocommerce/changelog/fix_false_notices_quantity_changed
|
||||
plugins/woocommerce/uninstall.php
|
||||
|
|
@ -1914,6 +1926,7 @@ plugins/woocommerce/tests/php/src/Blocks/BlockTypes/MiniCart.php
|
|||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/BlockHooksTests.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductFilters.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/ProductGallery.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/BlockTypes/CartCheckoutIncompatibleExtensionsTest.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsGroupedProductItemSelectorMock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Mocks/AddToCartWithOptionsVariationSelectorAttributeOptionsMock.php
|
||||
plugins/woocommerce/tests/php/src/Blocks/Mocks/CheckoutMock.php
|
||||
|
|
@ -5411,7 +5424,9 @@ plugins/woocommerce/client/blocks/assets/js/blocks/coupon-code/save.tsx
|
|||
plugins/woocommerce/client/blocks/assets/js/blocks/coupon-code/block.json
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/coupon-code/edit.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/coupon-code/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/incompatible-extensions-notice.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/icon.js
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/test/incompatible-extensions-notice.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/payment-methods/express-payment-methods.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/payment-methods/payment-method-error-boundary.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/blocks/cart-checkout-shared/payment-methods/style-legacy.scss
|
||||
|
|
@ -5639,6 +5654,7 @@ plugins/woocommerce/client/blocks/assets/js/base/hooks/use-update-preferred-auto
|
|||
plugins/woocommerce/client/blocks/assets/js/base/hooks/use-position-relative-to-viewport.js
|
||||
plugins/woocommerce/client/blocks/assets/js/base/hooks/use-spoken-message.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/hooks/use-style-props.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/hooks/use-preview-mode.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/context/event-emit/emitters.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/context/event-emit/reducer.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/base/context/event-emit/test/emitters.js
|
||||
|
|
@ -9453,6 +9469,7 @@ packages/js/customer-effort-score/changelog/52499-fix-52369-ces-modal-style-issu
|
|||
packages/js/customer-effort-score/changelog/52815-dev-lock-dependencies
|
||||
packages/js/customer-effort-score/changelog/55095-dev-rewrite-wireit-deps-update
|
||||
packages/js/customer-effort-score/changelog/dev-ci-jobs-clean-up-cascading-keys-config-option
|
||||
packages/js/customer-effort-score/changelog/fix-62340-ces
|
||||
packages/js/customer-effort-score/changelog/54996-chore-update-wireit
|
||||
packages/js/customer-effort-score/changelog/53531-dev-react-18-ghidorah
|
||||
packages/js/customer-effort-score/changelog/dev-ci-lint-monorepo-job-update
|
||||
|
|
|
|||
|
|
@ -26160,12 +26160,12 @@ shared/form/features/formLocaleDir.ts
|
|||
form/features/formLocaleDir.ts
|
||||
features/formLocaleDir.ts
|
||||
formLocaleDir.ts
|
||||
app/frontend/shared/form/features/addMissingEntityObjectOption.ts
|
||||
frontend/shared/form/features/addMissingEntityObjectOption.ts
|
||||
shared/form/features/addMissingEntityObjectOption.ts
|
||||
form/features/addMissingEntityObjectOption.ts
|
||||
features/addMissingEntityObjectOption.ts
|
||||
addMissingEntityObjectOption.ts
|
||||
app/frontend/shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
frontend/shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
features/addOrRemoveMissingEntityObjectOption.ts
|
||||
addOrRemoveMissingEntityObjectOption.ts
|
||||
app/frontend/shared/form/features/addSubmitEvent.ts
|
||||
frontend/shared/form/features/addSubmitEvent.ts
|
||||
shared/form/features/addSubmitEvent.ts
|
||||
|
|
@ -26945,6 +26945,25 @@ Form/fields/FieldButton/types.ts
|
|||
fields/FieldButton/types.ts
|
||||
FieldButton/types.ts
|
||||
types.ts
|
||||
app/frontend/shared/components/Form/fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
frontend/shared/components/Form/fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
shared/components/Form/fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
components/Form/fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
Form/fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
__tests__/useFlatSelectOptions.spec.ts
|
||||
useFlatSelectOptions.spec.ts
|
||||
app/frontend/shared/components/Form/fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
frontend/shared/components/Form/fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
shared/components/Form/fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
components/Form/fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
Form/fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
composables/useFlatSelectOptions.ts
|
||||
useFlatSelectOptions.ts
|
||||
app/frontend/shared/components/Form/fields/FieldTreeSelect/types.ts
|
||||
frontend/shared/components/Form/fields/FieldTreeSelect/types.ts
|
||||
shared/components/Form/fields/FieldTreeSelect/types.ts
|
||||
|
|
@ -44553,15 +44572,6 @@ fields/FieldTreeSelect/__tests__/FieldTreeSelect.spec.ts
|
|||
FieldTreeSelect/__tests__/FieldTreeSelect.spec.ts
|
||||
__tests__/FieldTreeSelect.spec.ts
|
||||
FieldTreeSelect.spec.ts
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
frontend/apps/desktop/components/Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
apps/desktop/components/Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
desktop/components/Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
components/Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
FieldTreeSelect/useFlatSelectOptions.ts
|
||||
useFlatSelectOptions.ts
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/index.ts
|
||||
frontend/apps/desktop/components/Form/fields/FieldTreeSelect/index.ts
|
||||
apps/desktop/components/Form/fields/FieldTreeSelect/index.ts
|
||||
|
|
|
|||
|
|
@ -5567,7 +5567,7 @@ app/frontend/shared/form/features/__tests__/formUpdaterTrigger.spec.ts
|
|||
app/frontend/shared/form/features/__tests__/hideField.spec.ts
|
||||
app/frontend/shared/form/features/formUpdaterTrigger.ts
|
||||
app/frontend/shared/form/features/formLocaleDir.ts
|
||||
app/frontend/shared/form/features/addMissingEntityObjectOption.ts
|
||||
app/frontend/shared/form/features/addOrRemoveMissingEntityObjectOption.ts
|
||||
app/frontend/shared/form/features/addSubmitEvent.ts
|
||||
app/frontend/shared/form/features/defaultEmptyValueString.ts
|
||||
app/frontend/shared/form/features/translateWrapperProps.ts
|
||||
|
|
@ -5678,6 +5678,8 @@ app/frontend/shared/components/Form/fields/FieldSearch/FieldSearchInput.vue
|
|||
app/frontend/shared/components/Form/fields/FieldButton/__tests__/FieldButton.spec.ts
|
||||
app/frontend/shared/components/Form/fields/FieldButton/index.ts
|
||||
app/frontend/shared/components/Form/fields/FieldButton/types.ts
|
||||
app/frontend/shared/components/Form/fields/FieldTreeSelect/composables/__tests__/useFlatSelectOptions.spec.ts
|
||||
app/frontend/shared/components/Form/fields/FieldTreeSelect/composables/useFlatSelectOptions.ts
|
||||
app/frontend/shared/components/Form/fields/FieldTreeSelect/types.ts
|
||||
app/frontend/shared/components/Form/fields/FieldDate/useDateTime.ts
|
||||
app/frontend/shared/components/Form/fields/FieldDate/useDateFnsLocale.ts
|
||||
|
|
@ -7779,7 +7781,6 @@ app/frontend/apps/desktop/components/Form/fields/FieldSelect/__tests__/FieldSele
|
|||
app/frontend/apps/desktop/components/Form/fields/FieldSelect/index.ts
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldSelect/FieldSelectInput.vue
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/__tests__/FieldTreeSelect.spec.ts
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/useFlatSelectOptions.ts
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/index.ts
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdownItem.vue
|
||||
app/frontend/apps/desktop/components/Form/fields/FieldTreeSelect/FieldTreeSelectInputDropdown.vue
|
||||
|
|
|
|||
|
|
@ -112,7 +112,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/_/rsrc
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/analytics
|
||||
/api
|
||||
/api$
|
||||
/api?
|
||||
|
|
@ -310,8 +309,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?intc=
|
||||
?items_per_page=
|
||||
?keywords=
|
||||
?lang=
|
||||
?lang=en-ss
|
||||
?list=wall
|
||||
?location=
|
||||
?ls=
|
||||
|
|
@ -331,7 +328,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?pt1=true$
|
||||
?radius=
|
||||
?reactions_opened
|
||||
?ref_src=
|
||||
?reply=
|
||||
?returnPage=
|
||||
?s=
|
||||
|
|
@ -345,7 +341,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?source=
|
||||
?state=
|
||||
?success=
|
||||
?t=
|
||||
?tab=achievements&achievement=
|
||||
?utf8=
|
||||
?utm_*=
|
||||
|
|
@ -425,11 +420,6 @@ WebObjects/MZFinance.woa
|
|||
WebObjects/MZPersonalizer.woa
|
||||
WebObjects/MZStore.woa/wa/viewMultiRoom?
|
||||
WebObjects/MZStoreElements.woa
|
||||
[_0-9a-zA-Z]+/likes
|
||||
[_0-9a-zA-Z]+/media
|
||||
[_0-9a-zA-Z]+/photo
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
|
|
@ -548,7 +538,6 @@ academic/search
|
|||
account
|
||||
account-login
|
||||
account/
|
||||
account/deactivated
|
||||
accounts/ClientAuth
|
||||
accounts/ClientAuth
|
||||
accounts/ClientLogin
|
||||
|
|
@ -1449,7 +1438,6 @@ gtp/stir
|
|||
guidebooks
|
||||
gview
|
||||
h5games_gamecenter/images
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
headline.txt
|
||||
|
|
@ -1486,17 +1474,15 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://calendar.google.com/robots.txt
|
||||
http://cdc.gov/robots.txt
|
||||
http://archive.org/robots.txt
|
||||
http://m.youtube.com/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
http://support.cloudflare.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
hz/leaderboard/hall-of-fame
|
||||
hz/leaderboard/top-reviewers
|
||||
i/api
|
||||
i/u
|
||||
ia
|
||||
icdp
|
||||
icons
|
||||
|
|
@ -2159,7 +2145,6 @@ search*sort=
|
|||
search-ar-dev
|
||||
search-console/scfe
|
||||
search/
|
||||
search/*/grid
|
||||
search/?
|
||||
search/?term=
|
||||
search/about
|
||||
|
|
@ -2167,15 +2152,12 @@ search/advanced
|
|||
search/default.aspx?*
|
||||
search/howsearchworks
|
||||
search/live?
|
||||
search/realtime
|
||||
search/user?q=
|
||||
search/users
|
||||
search/video?
|
||||
search?
|
||||
search?*tbm=map
|
||||
search?q$
|
||||
search?q=
|
||||
search?q=%23
|
||||
search\?
|
||||
search_history
|
||||
searchresults
|
||||
|
|
@ -2190,7 +2172,6 @@ services/oauth
|
|||
setprefs
|
||||
settings
|
||||
settings
|
||||
settings/deactivated
|
||||
settings/loid-email-unsubscribe
|
||||
settings/loid-email-unsubscribe-router
|
||||
setup_organization=
|
||||
|
|
@ -3254,7 +3235,7 @@ wiki/Wikipedia_Diskussion:Checkuser%2F
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://lh3.googleusercontent.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue