mirror of
https://github.com/danielmiessler/SecLists
synced 2026-02-12 18:44:39 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
cdcc616605
commit
cf2215bb05
20 changed files with 1203 additions and 1000 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1733079786
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1733220242
|
||||
"last_update": 1733306655
|
||||
}
|
||||
}
|
||||
|
|
@ -6187,11 +6187,21 @@ src/database/migrations/20240305A-change-useragent-type.ts
|
|||
database/migrations/20240305A-change-useragent-type.ts
|
||||
migrations/20240305A-change-useragent-type.ts
|
||||
20240305A-change-useragent-type.ts
|
||||
api/src/database/migrations/20240924A-migrate-legacy-comments.ts
|
||||
src/database/migrations/20240924A-migrate-legacy-comments.ts
|
||||
database/migrations/20240924A-migrate-legacy-comments.ts
|
||||
migrations/20240924A-migrate-legacy-comments.ts
|
||||
20240924A-migrate-legacy-comments.ts
|
||||
api/src/database/migrations/20231010A-add-extensions.ts
|
||||
src/database/migrations/20231010A-add-extensions.ts
|
||||
database/migrations/20231010A-add-extensions.ts
|
||||
migrations/20231010A-add-extensions.ts
|
||||
20231010A-add-extensions.ts
|
||||
api/src/database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
src/database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
migrations/20240924B-populate-versioning-deltas.ts
|
||||
20240924B-populate-versioning-deltas.ts
|
||||
api/src/database/migrations/20210929A-rename-login-action.ts
|
||||
src/database/migrations/20210929A-rename-login-action.ts
|
||||
database/migrations/20210929A-rename-login-action.ts
|
||||
|
|
@ -7628,21 +7638,35 @@ src/telemetry/lib/track.ts
|
|||
telemetry/lib/track.ts
|
||||
lib/track.ts
|
||||
track.ts
|
||||
api/src/telemetry/lib/init-telemetry.ts
|
||||
src/telemetry/lib/init-telemetry.ts
|
||||
telemetry/lib/init-telemetry.ts
|
||||
lib/init-telemetry.ts
|
||||
init-telemetry.ts
|
||||
api/src/telemetry/lib/init-telemetry.test.ts
|
||||
src/telemetry/lib/init-telemetry.test.ts
|
||||
telemetry/lib/init-telemetry.test.ts
|
||||
lib/init-telemetry.test.ts
|
||||
init-telemetry.test.ts
|
||||
api/src/telemetry/types/report.ts
|
||||
src/telemetry/types/report.ts
|
||||
telemetry/types/report.ts
|
||||
types/report.ts
|
||||
report.ts
|
||||
api/src/schedules/retention.ts
|
||||
src/schedules/retention.ts
|
||||
schedules/retention.ts
|
||||
retention.ts
|
||||
api/src/schedules/telemetry.test.ts
|
||||
src/schedules/telemetry.test.ts
|
||||
schedules/telemetry.test.ts
|
||||
telemetry.test.ts
|
||||
api/src/schedules/tus.test.ts
|
||||
src/schedules/tus.test.ts
|
||||
schedules/tus.test.ts
|
||||
tus.test.ts
|
||||
api/src/schedules/retention.test.ts
|
||||
src/schedules/retention.test.ts
|
||||
schedules/retention.test.ts
|
||||
retention.test.ts
|
||||
api/src/schedules/telemetry.ts
|
||||
src/schedules/telemetry.ts
|
||||
schedules/telemetry.ts
|
||||
telemetry.ts
|
||||
api/src/schedules/tus.ts
|
||||
src/schedules/tus.ts
|
||||
schedules/tus.ts
|
||||
tus.ts
|
||||
api/src/bus/index.ts
|
||||
src/bus/index.ts
|
||||
bus/index.ts
|
||||
|
|
@ -15626,26 +15650,12 @@ crowdin.yml
|
|||
pnpm-lock.yaml
|
||||
pnpm-workspace.yaml
|
||||
.dockerignore
|
||||
.changeset/little-radios-mix.md
|
||||
little-radios-mix.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/violet-drinks-jump.md
|
||||
violet-drinks-jump.md
|
||||
.changeset/tame-peaches-exist.md
|
||||
tame-peaches-exist.md
|
||||
.changeset/large-months-look.md
|
||||
large-months-look.md
|
||||
.changeset/odd-seas-lick.md
|
||||
odd-seas-lick.md
|
||||
.changeset/twelve-crabs-fail.md
|
||||
twelve-crabs-fail.md
|
||||
.changeset/sweet-steaks-film.md
|
||||
sweet-steaks-film.md
|
||||
.changeset/silent-eagles-arrive.md
|
||||
silent-eagles-arrive.md
|
||||
.changeset/healthy-crews-cover.md
|
||||
healthy-crews-cover.md
|
||||
.changeset/nasty-meals-melt.md
|
||||
nasty-meals-melt.md
|
||||
.changeset/seven-owls-refuse.md
|
||||
seven-owls-refuse.md
|
||||
.vscode/extensions.json
|
||||
extensions.json
|
||||
contributing.md
|
||||
|
|
|
|||
|
|
@ -1319,7 +1319,9 @@ api/src/database/migrations/20210304A-remove-locked-fields.ts
|
|||
api/src/database/migrations/20210927A-replace-fields-group.ts
|
||||
api/src/database/migrations/20211007A-update-presets.ts
|
||||
api/src/database/migrations/20240305A-change-useragent-type.ts
|
||||
api/src/database/migrations/20240924A-migrate-legacy-comments.ts
|
||||
api/src/database/migrations/20231010A-add-extensions.ts
|
||||
api/src/database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
api/src/database/migrations/20210929A-rename-login-action.ts
|
||||
api/src/database/migrations/20210312A-webhooks-collections-text.ts
|
||||
api/src/database/migrations/20240909A-separate-comments.ts
|
||||
|
|
@ -1639,9 +1641,13 @@ api/src/telemetry/lib/get-report.test.ts
|
|||
api/src/telemetry/lib/send-report.test.ts
|
||||
api/src/telemetry/lib/track.test.ts
|
||||
api/src/telemetry/lib/track.ts
|
||||
api/src/telemetry/lib/init-telemetry.ts
|
||||
api/src/telemetry/lib/init-telemetry.test.ts
|
||||
api/src/telemetry/types/report.ts
|
||||
api/src/schedules/retention.ts
|
||||
api/src/schedules/telemetry.test.ts
|
||||
api/src/schedules/tus.test.ts
|
||||
api/src/schedules/retention.test.ts
|
||||
api/src/schedules/telemetry.ts
|
||||
api/src/schedules/tus.ts
|
||||
api/src/bus/index.ts
|
||||
api/src/bus/lib/use-bus.ts
|
||||
api/src/bus/lib/use-bus.test.ts
|
||||
|
|
@ -3167,16 +3173,9 @@ crowdin.yml
|
|||
pnpm-lock.yaml
|
||||
pnpm-workspace.yaml
|
||||
.dockerignore
|
||||
.changeset/little-radios-mix.md
|
||||
.changeset/config.json
|
||||
.changeset/violet-drinks-jump.md
|
||||
.changeset/tame-peaches-exist.md
|
||||
.changeset/large-months-look.md
|
||||
.changeset/odd-seas-lick.md
|
||||
.changeset/twelve-crabs-fail.md
|
||||
.changeset/sweet-steaks-film.md
|
||||
.changeset/silent-eagles-arrive.md
|
||||
.changeset/healthy-crews-cover.md
|
||||
.changeset/nasty-meals-melt.md
|
||||
.changeset/seven-owls-refuse.md
|
||||
.vscode/extensions.json
|
||||
contributing.md
|
||||
ecosystem.config.cjs
|
||||
|
|
|
|||
|
|
@ -3880,6 +3880,12 @@ Drupal/FunctionalTests/Installer/SiteNameTest.php
|
|||
FunctionalTests/Installer/SiteNameTest.php
|
||||
Installer/SiteNameTest.php
|
||||
SiteNameTest.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooks.php
|
||||
tests/Drupal/FunctionalTests/Installer/TestingProfileHooks.php
|
||||
Drupal/FunctionalTests/Installer/TestingProfileHooks.php
|
||||
FunctionalTests/Installer/TestingProfileHooks.php
|
||||
Installer/TestingProfileHooks.php
|
||||
TestingProfileHooks.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
|
||||
tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
|
||||
Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
|
||||
|
|
@ -35596,6 +35602,13 @@ tests/src/Kernel/InstalledPackagesListTest.php
|
|||
src/Kernel/InstalledPackagesListTest.php
|
||||
Kernel/InstalledPackagesListTest.php
|
||||
InstalledPackagesListTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php
|
||||
modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php
|
||||
package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php
|
||||
tests/src/Kernel/StageLoggedOnErrorTest.php
|
||||
src/Kernel/StageLoggedOnErrorTest.php
|
||||
Kernel/StageLoggedOnErrorTest.php
|
||||
StageLoggedOnErrorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
|
||||
package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
|
||||
|
|
@ -35659,6 +35672,13 @@ tests/src/Kernel/WritableFileSystemValidatorTest.php
|
|||
src/Kernel/WritableFileSystemValidatorTest.php
|
||||
Kernel/WritableFileSystemValidatorTest.php
|
||||
WritableFileSystemValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
src/Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
ComposerPluginsValidatorSimpleValidTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/MultisiteValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/MultisiteValidatorTest.php
|
||||
package_manager/tests/src/Kernel/MultisiteValidatorTest.php
|
||||
|
|
@ -35666,6 +35686,20 @@ tests/src/Kernel/MultisiteValidatorTest.php
|
|||
src/Kernel/MultisiteValidatorTest.php
|
||||
Kernel/MultisiteValidatorTest.php
|
||||
MultisiteValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
ComposerPluginsValidatorComplexInvalidTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
|
||||
package_manager/tests/src/Kernel/RsyncValidatorTest.php
|
||||
|
|
@ -35701,6 +35735,13 @@ tests/src/Kernel/StageEventsTest.php
|
|||
src/Kernel/StageEventsTest.php
|
||||
Kernel/StageEventsTest.php
|
||||
StageEventsTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageConflictTest.php
|
||||
modules/package_manager/tests/src/Kernel/StageConflictTest.php
|
||||
package_manager/tests/src/Kernel/StageConflictTest.php
|
||||
tests/src/Kernel/StageConflictTest.php
|
||||
src/Kernel/StageConflictTest.php
|
||||
Kernel/StageConflictTest.php
|
||||
StageConflictTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php
|
||||
modules/package_manager/tests/src/Kernel/TranslatableStringTest.php
|
||||
package_manager/tests/src/Kernel/TranslatableStringTest.php
|
||||
|
|
@ -35835,6 +35876,13 @@ tests/src/Kernel/DuplicateInfoFileValidatorTest.php
|
|||
src/Kernel/DuplicateInfoFileValidatorTest.php
|
||||
Kernel/DuplicateInfoFileValidatorTest.php
|
||||
DuplicateInfoFileValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
src/Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
ComposerPluginsValidatorInsecureTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
|
||||
package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
|
||||
|
|
@ -35870,13 +35918,6 @@ tests/src/Kernel/ComposerValidatorTest.php
|
|||
src/Kernel/ComposerValidatorTest.php
|
||||
Kernel/ComposerValidatorTest.php
|
||||
ComposerValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php
|
||||
package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php
|
||||
tests/src/Kernel/ComposerPluginsValidatorTest.php
|
||||
src/Kernel/ComposerPluginsValidatorTest.php
|
||||
Kernel/ComposerPluginsValidatorTest.php
|
||||
ComposerPluginsValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
|
||||
package_manager/tests/src/Kernel/PhpTufValidatorTest.php
|
||||
|
|
@ -35898,6 +35939,20 @@ tests/src/Kernel/SettingsValidatorTest.php
|
|||
src/Kernel/SettingsValidatorTest.php
|
||||
Kernel/SettingsValidatorTest.php
|
||||
SettingsValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php
|
||||
modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php
|
||||
package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php
|
||||
tests/src/Kernel/ComposerPluginsValidatorTestBase.php
|
||||
src/Kernel/ComposerPluginsValidatorTestBase.php
|
||||
Kernel/ComposerPluginsValidatorTestBase.php
|
||||
ComposerPluginsValidatorTestBase.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php
|
||||
modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php
|
||||
package_manager/tests/src/Kernel/StageCommitExceptionTest.php
|
||||
tests/src/Kernel/StageCommitExceptionTest.php
|
||||
src/Kernel/StageCommitExceptionTest.php
|
||||
Kernel/StageCommitExceptionTest.php
|
||||
StageCommitExceptionTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
|
||||
modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
|
||||
package_manager/tests/src/Kernel/SymlinkValidatorTest.php
|
||||
|
|
@ -38457,6 +38512,20 @@ tests/modules/js_testing_ajax_request_test/js_testing_ajax_request_test.info.yml
|
|||
modules/js_testing_ajax_request_test/js_testing_ajax_request_test.info.yml
|
||||
js_testing_ajax_request_test/js_testing_ajax_request_test.info.yml
|
||||
js_testing_ajax_request_test.info.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
hook_collector_skip_procedural_attribute.info.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
hook_collector_skip_procedural_attribute.module
|
||||
core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.info.yml
|
||||
modules/system/tests/modules/update_test_last_removed/update_test_last_removed.info.yml
|
||||
system/tests/modules/update_test_last_removed/update_test_last_removed.info.yml
|
||||
|
|
@ -38641,6 +38710,27 @@ tests/modules/pgsql_test/pgsql_test.install
|
|||
modules/pgsql_test/pgsql_test.install
|
||||
pgsql_test/pgsql_test.install
|
||||
pgsql_test.install
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
hook_collector_skip_procedural.services.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
hook_collector_skip_procedural.info.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
hook_collector_skip_procedural.module
|
||||
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml
|
||||
modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml
|
||||
system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml
|
||||
|
|
@ -67455,6 +67545,14 @@ tests/src/Kernel/NavigationMenuMarkupTest.php
|
|||
src/Kernel/NavigationMenuMarkupTest.php
|
||||
Kernel/NavigationMenuMarkupTest.php
|
||||
NavigationMenuMarkupTest.php
|
||||
core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
AddNavigationBlockConfigActionTest.php
|
||||
core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php
|
||||
modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php
|
||||
navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php
|
||||
|
|
@ -67634,6 +67732,13 @@ src/Plugin/Block/NavigationShortcutsBlock.php
|
|||
Plugin/Block/NavigationShortcutsBlock.php
|
||||
Block/NavigationShortcutsBlock.php
|
||||
NavigationShortcutsBlock.php
|
||||
core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
|
||||
modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
|
||||
navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
|
||||
src/Plugin/ConfigAction/AddNavigationBlock.php
|
||||
Plugin/ConfigAction/AddNavigationBlock.php
|
||||
ConfigAction/AddNavigationBlock.php
|
||||
AddNavigationBlock.php
|
||||
core/modules/navigation/src/TopBarItemManager.php
|
||||
modules/navigation/src/TopBarItemManager.php
|
||||
navigation/src/TopBarItemManager.php
|
||||
|
|
@ -85689,6 +85794,23 @@ nightwatch_a11y_testing/config/install/node.type.page.yml
|
|||
config/install/node.type.page.yml
|
||||
install/node.type.page.yml
|
||||
node.type.page.yml
|
||||
core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php
|
||||
profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php
|
||||
tests/testing_hooks/src/Hook/TestingHooksProfile.php
|
||||
testing_hooks/src/Hook/TestingHooksProfile.php
|
||||
src/Hook/TestingHooksProfile.php
|
||||
Hook/TestingHooksProfile.php
|
||||
TestingHooksProfile.php
|
||||
core/profiles/tests/testing_hooks/testing_hooks.profile
|
||||
profiles/tests/testing_hooks/testing_hooks.profile
|
||||
tests/testing_hooks/testing_hooks.profile
|
||||
testing_hooks/testing_hooks.profile
|
||||
testing_hooks.profile
|
||||
core/profiles/tests/testing_hooks/testing_hooks.info.yml
|
||||
profiles/tests/testing_hooks/testing_hooks.info.yml
|
||||
tests/testing_hooks/testing_hooks.info.yml
|
||||
testing_hooks/testing_hooks.info.yml
|
||||
testing_hooks.info.yml
|
||||
core/profiles/tests/test_language_negotiation/test_language_negotiation.info.yml
|
||||
profiles/tests/test_language_negotiation/test_language_negotiation.info.yml
|
||||
tests/test_language_negotiation/test_language_negotiation.info.yml
|
||||
|
|
@ -125394,6 +125516,13 @@ Drupal/Core/Hook/HookCollectorPass.php
|
|||
Core/Hook/HookCollectorPass.php
|
||||
Hook/HookCollectorPass.php
|
||||
HookCollectorPass.php
|
||||
core/lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php
|
||||
lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php
|
||||
Drupal/Core/Hook/Attribute/StopProceduralHookScan.php
|
||||
Core/Hook/Attribute/StopProceduralHookScan.php
|
||||
Hook/Attribute/StopProceduralHookScan.php
|
||||
Attribute/StopProceduralHookScan.php
|
||||
StopProceduralHookScan.php
|
||||
core/lib/Drupal/Core/Hook/Attribute/Hook.php
|
||||
lib/Drupal/Core/Hook/Attribute/Hook.php
|
||||
Drupal/Core/Hook/Attribute/Hook.php
|
||||
|
|
|
|||
|
|
@ -672,6 +672,7 @@ core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationMultipleLanguage
|
|||
core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryMultilingualTest.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/InstallerNonDefaultDatabaseDriverTest.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/TestingProfileHooks.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationExistingFileTest.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/DistributionProfileTest.php
|
||||
core/tests/Drupal/FunctionalTests/Installer/InstallerNonEnglishProfileWithoutLocaleModuleTest.php
|
||||
|
|
@ -5258,6 +5259,7 @@ core/modules/package_manager/tests/src/Unit/StageBaseTest.php
|
|||
core/modules/package_manager/tests/src/Unit/LoggingStagerTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StatusCheckTraitTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/InstalledPackagesListTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageLoggedOnErrorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerInspectorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/FailureMarkerTest.php
|
||||
|
|
@ -5267,12 +5269,16 @@ core/modules/package_manager/tests/src/Kernel/FakeSiteFixtureTest.php
|
|||
core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/LockFileValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/WritableFileSystemValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/MultisiteValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageOwnershipTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/EnvironmentSupportValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ProjectInfoTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageEventsTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageConflictTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/AllowedScaffoldPackagesValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/PathExcluder/UnknownPathExcluderTest.php
|
||||
|
|
@ -5291,15 +5297,17 @@ core/modules/package_manager/tests/src/Kernel/FixtureManipulatorTest.php
|
|||
core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/BaseRequirementsFulfilledValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/DuplicateInfoFileValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/OverwriteExistingPackagesValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ServicesTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ChangeLoggerTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/SettingsValidatorTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php
|
||||
core/modules/package_manager/tests/src/Kernel/StageCommitExceptionTest.php
|
||||
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php
|
||||
core/modules/package_manager/tests/fixtures/post_update.php
|
||||
core/modules/package_manager/tests/fixtures/build_test_projects/alpha/1.0.0/alpha.info.yml.hide
|
||||
|
|
@ -5627,6 +5635,8 @@ core/modules/system/tests/modules/js_testing_ajax_request_test/src/Hook/JsTestin
|
|||
core/modules/system/tests/modules/js_testing_ajax_request_test/js_testing_ajax_request_test.libraries.yml
|
||||
core/modules/system/tests/modules/js_testing_ajax_request_test/js/js_testing_ajax_request_test.js
|
||||
core/modules/system/tests/modules/js_testing_ajax_request_test/js_testing_ajax_request_test.info.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.info.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural_attribute/hook_collector_skip_procedural_attribute.module
|
||||
core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.info.yml
|
||||
core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install
|
||||
core/modules/system/tests/modules/module_install_class_loader_test2/module_install_class_loader_test2.services.yml
|
||||
|
|
@ -5651,6 +5661,9 @@ core/modules/system/tests/modules/phpunit_test/src/PhpUnitTestDummyClass.php
|
|||
core/modules/system/tests/modules/phpunit_test/phpunit_test.info.yml
|
||||
core/modules/system/tests/modules/pgsql_test/pgsql_test.info.yml
|
||||
core/modules/system/tests/modules/pgsql_test/pgsql_test.install
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.services.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.info.yml
|
||||
core/modules/system/tests/modules/hook_collector_skip_procedural/hook_collector_skip_procedural.module
|
||||
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.info.yml
|
||||
core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
|
||||
core/modules/system/tests/modules/render_array_non_html_subscriber_test/render_array_non_html_subscriber_test.routing.yml
|
||||
|
|
@ -9607,6 +9620,7 @@ core/modules/navigation/tests/src/Unit/TopBarItemManagerTest.php
|
|||
core/modules/navigation/tests/src/Unit/TopBarItemBaseTest.php
|
||||
core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php
|
||||
core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php
|
||||
core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
|
||||
core/modules/navigation/tests/navigation_test/src/Plugin/TopBarItem/TopBarItemInstantiation.php
|
||||
core/modules/navigation/tests/navigation_test/src/Hook/NavigationTestHooks.php
|
||||
core/modules/navigation/tests/navigation_test/navigation_test.module
|
||||
|
|
@ -9636,6 +9650,7 @@ core/modules/navigation/src/Plugin/Block/NavigationUserBlock.php
|
|||
core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php
|
||||
core/modules/navigation/src/Plugin/Block/NavigationLinkBlock.php
|
||||
core/modules/navigation/src/Plugin/Block/NavigationShortcutsBlock.php
|
||||
core/modules/navigation/src/Plugin/ConfigAction/AddNavigationBlock.php
|
||||
core/modules/navigation/src/TopBarItemManager.php
|
||||
core/modules/navigation/src/TopBarItemManagerInterface.php
|
||||
core/modules/navigation/src/Attribute/TopBarItem.php
|
||||
|
|
@ -12141,6 +12156,9 @@ core/profiles/tests/nightwatch_a11y_testing/config/install/node.settings.yml
|
|||
core/profiles/tests/nightwatch_a11y_testing/config/install/field.field.node.article.field_image.yml
|
||||
core/profiles/tests/nightwatch_a11y_testing/config/install/field.storage.node.field_tags.yml
|
||||
core/profiles/tests/nightwatch_a11y_testing/config/install/node.type.page.yml
|
||||
core/profiles/tests/testing_hooks/src/Hook/TestingHooksProfile.php
|
||||
core/profiles/tests/testing_hooks/testing_hooks.profile
|
||||
core/profiles/tests/testing_hooks/testing_hooks.info.yml
|
||||
core/profiles/tests/test_language_negotiation/test_language_negotiation.info.yml
|
||||
core/profiles/tests/test_language_negotiation/config/install/language.types.yml
|
||||
core/profiles/tests/nightwatch_testing/config/optional/locale.settings.yml
|
||||
|
|
@ -18145,6 +18163,7 @@ core/lib/Drupal/Core/Action/Attribute/Action.php
|
|||
core/lib/Drupal/Core/Locale/CountryManager.php
|
||||
core/lib/Drupal/Core/Locale/CountryManagerInterface.php
|
||||
core/lib/Drupal/Core/Hook/HookCollectorPass.php
|
||||
core/lib/Drupal/Core/Hook/Attribute/StopProceduralHookScan.php
|
||||
core/lib/Drupal/Core/Hook/Attribute/Hook.php
|
||||
core/lib/Drupal/Core/Hook/Attribute/LegacyHook.php
|
||||
core/lib/Drupal/Core/TypedData/ListDataDefinition.php
|
||||
|
|
|
|||
|
|
@ -8809,6 +8809,13 @@ e2e-api/admin/__snapshots__/tiers.test.js.snap
|
|||
admin/__snapshots__/tiers.test.js.snap
|
||||
__snapshots__/tiers.test.js.snap
|
||||
tiers.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/comments.test.js.snap
|
||||
core/test/e2e-api/admin/__snapshots__/comments.test.js.snap
|
||||
test/e2e-api/admin/__snapshots__/comments.test.js.snap
|
||||
e2e-api/admin/__snapshots__/comments.test.js.snap
|
||||
admin/__snapshots__/comments.test.js.snap
|
||||
__snapshots__/comments.test.js.snap
|
||||
comments.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/members-edit-subscriptions.test.js.snap
|
||||
core/test/e2e-api/admin/__snapshots__/members-edit-subscriptions.test.js.snap
|
||||
test/e2e-api/admin/__snapshots__/members-edit-subscriptions.test.js.snap
|
||||
|
|
|
|||
|
|
@ -1509,6 +1509,7 @@ ghost/core/test/e2e-api/admin/__snapshots__/members-exporter.test.js.snap
|
|||
ghost/core/test/e2e-api/admin/__snapshots__/stats.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/recommendations.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/tiers.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/comments.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/members-edit-subscriptions.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/mail-events.test.js.snap
|
||||
ghost/core/test/e2e-api/admin/__snapshots__/site.test.js.snap
|
||||
|
|
|
|||
|
|
@ -5470,6 +5470,9 @@ _unreleased/2024-11-26-fix-product-availabel-set-to-0-if-is-closeout-is-null.md
|
|||
changelog/_unreleased/2024-11-26-unify-cache-state-and-cookie-constants.md
|
||||
_unreleased/2024-11-26-unify-cache-state-and-cookie-constants.md
|
||||
2024-11-26-unify-cache-state-and-cookie-constants.md
|
||||
changelog/_unreleased/2024-11-26-fix-forms-labels-conflict.md
|
||||
_unreleased/2024-11-26-fix-forms-labels-conflict.md
|
||||
2024-11-26-fix-forms-labels-conflict.md
|
||||
changelog/_unreleased/2024-10-27-add-option-to-exclude-hidden-products-from-sitemap.md
|
||||
_unreleased/2024-10-27-add-option-to-exclude-hidden-products-from-sitemap.md
|
||||
2024-10-27-add-option-to-exclude-hidden-products-from-sitemap.md
|
||||
|
|
@ -5497,6 +5500,9 @@ _unreleased/2024-11-23-remove-deprecated-autoload-true-associations.md
|
|||
changelog/_unreleased/2024-10-27-add-criteria-filter-types-to-sw-string-filter.md
|
||||
_unreleased/2024-10-27-add-criteria-filter-types-to-sw-string-filter.md
|
||||
2024-10-27-add-criteria-filter-types-to-sw-string-filter.md
|
||||
changelog/_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
|
||||
_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
|
||||
2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
|
||||
changelog/_unreleased/2024-11-18-required-foreign-key-many-to-many-associations.md
|
||||
_unreleased/2024-11-18-required-foreign-key-many-to-many-associations.md
|
||||
2024-11-18-required-foreign-key-many-to-many-associations.md
|
||||
|
|
@ -5620,6 +5626,9 @@ _unreleased/2024-11-28-deprecate-messenger-bus-shopware-service.md
|
|||
changelog/_unreleased/2024-10-25-fixed-belgian-vat-id-pattern.md
|
||||
_unreleased/2024-10-25-fixed-belgian-vat-id-pattern.md
|
||||
2024-10-25-fixed-belgian-vat-id-pattern.md
|
||||
changelog/_unreleased/2024-11-28-fix-draco-encoders-path.md
|
||||
_unreleased/2024-11-28-fix-draco-encoders-path.md
|
||||
2024-11-28-fix-draco-encoders-path.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
|
||||
|
|
@ -5767,6 +5776,9 @@ _unreleased/2024-11-18-fix-elasticsearch-indexing-exception-on-order-updates.md
|
|||
changelog/_unreleased/2024-11-05-add-missing-registration-of-guest-customer-deletion-task.md
|
||||
_unreleased/2024-11-05-add-missing-registration-of-guest-customer-deletion-task.md
|
||||
2024-11-05-add-missing-registration-of-guest-customer-deletion-task.md
|
||||
changelog/_unreleased/2024-12-02-add-h1-to-listing-layouts.md
|
||||
_unreleased/2024-12-02-add-h1-to-listing-layouts.md
|
||||
2024-12-02-add-h1-to-listing-layouts.md
|
||||
changelog/_unreleased/2024-11-08-add-elasticsearch-explain-mode.md
|
||||
_unreleased/2024-11-08-add-elasticsearch-explain-mode.md
|
||||
2024-11-08-add-elasticsearch-explain-mode.md
|
||||
|
|
@ -44055,6 +44067,11 @@ migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
|||
Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
tests/migration/Core/V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
migration/Core/V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
Core/V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
|
||||
migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
|
||||
Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
|
||||
|
|
@ -49520,91 +49537,6 @@ app/storefront/vendor/.gitkeep
|
|||
storefront/vendor/.gitkeep
|
||||
vendor/.gitkeep
|
||||
.gitkeep
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_decoder.js
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/draco_decoder.js
|
||||
Resources/app/storefront/dist/assets/draco/draco_decoder.js
|
||||
app/storefront/dist/assets/draco/draco_decoder.js
|
||||
storefront/dist/assets/draco/draco_decoder.js
|
||||
dist/assets/draco/draco_decoder.js
|
||||
assets/draco/draco_decoder.js
|
||||
draco/draco_decoder.js
|
||||
draco_decoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_encoder.js
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/draco_encoder.js
|
||||
Resources/app/storefront/dist/assets/draco/draco_encoder.js
|
||||
app/storefront/dist/assets/draco/draco_encoder.js
|
||||
storefront/dist/assets/draco/draco_encoder.js
|
||||
dist/assets/draco/draco_encoder.js
|
||||
assets/draco/draco_encoder.js
|
||||
draco/draco_encoder.js
|
||||
draco_encoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_wasm_wrapper.js
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/draco_wasm_wrapper.js
|
||||
Resources/app/storefront/dist/assets/draco/draco_wasm_wrapper.js
|
||||
app/storefront/dist/assets/draco/draco_wasm_wrapper.js
|
||||
storefront/dist/assets/draco/draco_wasm_wrapper.js
|
||||
dist/assets/draco/draco_wasm_wrapper.js
|
||||
assets/draco/draco_wasm_wrapper.js
|
||||
draco/draco_wasm_wrapper.js
|
||||
draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_decoder.wasm
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/draco_decoder.wasm
|
||||
Resources/app/storefront/dist/assets/draco/draco_decoder.wasm
|
||||
app/storefront/dist/assets/draco/draco_decoder.wasm
|
||||
storefront/dist/assets/draco/draco_decoder.wasm
|
||||
dist/assets/draco/draco_decoder.wasm
|
||||
assets/draco/draco_decoder.wasm
|
||||
draco/draco_decoder.wasm
|
||||
draco_decoder.wasm
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/README.md
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/README.md
|
||||
Resources/app/storefront/dist/assets/draco/README.md
|
||||
app/storefront/dist/assets/draco/README.md
|
||||
storefront/dist/assets/draco/README.md
|
||||
dist/assets/draco/README.md
|
||||
assets/draco/README.md
|
||||
draco/README.md
|
||||
README.md
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.js
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.js
|
||||
Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.js
|
||||
app/storefront/dist/assets/draco/gltf/draco_decoder.js
|
||||
storefront/dist/assets/draco/gltf/draco_decoder.js
|
||||
dist/assets/draco/gltf/draco_decoder.js
|
||||
assets/draco/gltf/draco_decoder.js
|
||||
draco/gltf/draco_decoder.js
|
||||
gltf/draco_decoder.js
|
||||
draco_decoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_encoder.js
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_encoder.js
|
||||
Resources/app/storefront/dist/assets/draco/gltf/draco_encoder.js
|
||||
app/storefront/dist/assets/draco/gltf/draco_encoder.js
|
||||
storefront/dist/assets/draco/gltf/draco_encoder.js
|
||||
dist/assets/draco/gltf/draco_encoder.js
|
||||
assets/draco/gltf/draco_encoder.js
|
||||
draco/gltf/draco_encoder.js
|
||||
gltf/draco_encoder.js
|
||||
draco_encoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
Resources/app/storefront/dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
app/storefront/dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
storefront/dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
assets/draco/gltf/draco_wasm_wrapper.js
|
||||
draco/gltf/draco_wasm_wrapper.js
|
||||
gltf/draco_wasm_wrapper.js
|
||||
draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.wasm
|
||||
Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.wasm
|
||||
Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.wasm
|
||||
app/storefront/dist/assets/draco/gltf/draco_decoder.wasm
|
||||
storefront/dist/assets/draco/gltf/draco_decoder.wasm
|
||||
dist/assets/draco/gltf/draco_decoder.wasm
|
||||
assets/draco/gltf/draco_decoder.wasm
|
||||
draco/gltf/draco_decoder.wasm
|
||||
gltf/draco_decoder.wasm
|
||||
draco_decoder.wasm
|
||||
src/Storefront/Resources/app/storefront/dist/assets/font/Inter-Variable-Roman-Greek.woff2
|
||||
Storefront/Resources/app/storefront/dist/assets/font/Inter-Variable-Roman-Greek.woff2
|
||||
Resources/app/storefront/dist/assets/font/Inter-Variable-Roman-Greek.woff2
|
||||
|
|
@ -53291,24 +53223,12 @@ assets/icon/default/drag-horizontal.svg
|
|||
icon/default/drag-horizontal.svg
|
||||
default/drag-horizontal.svg
|
||||
drag-horizontal.svg
|
||||
src/Storefront/Resources/app/storefront/createlighthouserc.js
|
||||
Storefront/Resources/app/storefront/createlighthouserc.js
|
||||
Resources/app/storefront/createlighthouserc.js
|
||||
app/storefront/createlighthouserc.js
|
||||
storefront/createlighthouserc.js
|
||||
createlighthouserc.js
|
||||
src/Storefront/Resources/app/storefront/package-lock.json
|
||||
Storefront/Resources/app/storefront/package-lock.json
|
||||
Resources/app/storefront/package-lock.json
|
||||
app/storefront/package-lock.json
|
||||
storefront/package-lock.json
|
||||
package-lock.json
|
||||
src/Storefront/Resources/app/storefront/lighthouse-puppeteer.js
|
||||
Storefront/Resources/app/storefront/lighthouse-puppeteer.js
|
||||
Resources/app/storefront/lighthouse-puppeteer.js
|
||||
app/storefront/lighthouse-puppeteer.js
|
||||
storefront/lighthouse-puppeteer.js
|
||||
lighthouse-puppeteer.js
|
||||
src/Storefront/Resources/app/storefront/.eslintrc.js
|
||||
Storefront/Resources/app/storefront/.eslintrc.js
|
||||
Resources/app/storefront/.eslintrc.js
|
||||
|
|
@ -53321,12 +53241,6 @@ Resources/app/storefront/copy-to-vendor.js
|
|||
app/storefront/copy-to-vendor.js
|
||||
storefront/copy-to-vendor.js
|
||||
copy-to-vendor.js
|
||||
src/Storefront/Resources/app/storefront/lighthouse-tests.js
|
||||
Storefront/Resources/app/storefront/lighthouse-tests.js
|
||||
Resources/app/storefront/lighthouse-tests.js
|
||||
app/storefront/lighthouse-tests.js
|
||||
storefront/lighthouse-tests.js
|
||||
lighthouse-tests.js
|
||||
src/Storefront/Resources/app/administration/package.json
|
||||
Storefront/Resources/app/administration/package.json
|
||||
Resources/app/administration/package.json
|
||||
|
|
@ -53707,6 +53621,82 @@ administration/src/init/api-service.init.js
|
|||
src/init/api-service.init.js
|
||||
init/api-service.init.js
|
||||
api-service.init.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_decoder.js
|
||||
Storefront/Resources/public/static/js/draco/draco_decoder.js
|
||||
Resources/public/static/js/draco/draco_decoder.js
|
||||
public/static/js/draco/draco_decoder.js
|
||||
static/js/draco/draco_decoder.js
|
||||
js/draco/draco_decoder.js
|
||||
draco/draco_decoder.js
|
||||
draco_decoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_encoder.js
|
||||
Storefront/Resources/public/static/js/draco/draco_encoder.js
|
||||
Resources/public/static/js/draco/draco_encoder.js
|
||||
public/static/js/draco/draco_encoder.js
|
||||
static/js/draco/draco_encoder.js
|
||||
js/draco/draco_encoder.js
|
||||
draco/draco_encoder.js
|
||||
draco_encoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_wasm_wrapper.js
|
||||
Storefront/Resources/public/static/js/draco/draco_wasm_wrapper.js
|
||||
Resources/public/static/js/draco/draco_wasm_wrapper.js
|
||||
public/static/js/draco/draco_wasm_wrapper.js
|
||||
static/js/draco/draco_wasm_wrapper.js
|
||||
js/draco/draco_wasm_wrapper.js
|
||||
draco/draco_wasm_wrapper.js
|
||||
draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_decoder.wasm
|
||||
Storefront/Resources/public/static/js/draco/draco_decoder.wasm
|
||||
Resources/public/static/js/draco/draco_decoder.wasm
|
||||
public/static/js/draco/draco_decoder.wasm
|
||||
static/js/draco/draco_decoder.wasm
|
||||
js/draco/draco_decoder.wasm
|
||||
draco/draco_decoder.wasm
|
||||
draco_decoder.wasm
|
||||
src/Storefront/Resources/public/static/js/draco/README.md
|
||||
Storefront/Resources/public/static/js/draco/README.md
|
||||
Resources/public/static/js/draco/README.md
|
||||
public/static/js/draco/README.md
|
||||
static/js/draco/README.md
|
||||
js/draco/README.md
|
||||
draco/README.md
|
||||
README.md
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_decoder.js
|
||||
Storefront/Resources/public/static/js/draco/gltf/draco_decoder.js
|
||||
Resources/public/static/js/draco/gltf/draco_decoder.js
|
||||
public/static/js/draco/gltf/draco_decoder.js
|
||||
static/js/draco/gltf/draco_decoder.js
|
||||
js/draco/gltf/draco_decoder.js
|
||||
draco/gltf/draco_decoder.js
|
||||
gltf/draco_decoder.js
|
||||
draco_decoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_encoder.js
|
||||
Storefront/Resources/public/static/js/draco/gltf/draco_encoder.js
|
||||
Resources/public/static/js/draco/gltf/draco_encoder.js
|
||||
public/static/js/draco/gltf/draco_encoder.js
|
||||
static/js/draco/gltf/draco_encoder.js
|
||||
js/draco/gltf/draco_encoder.js
|
||||
draco/gltf/draco_encoder.js
|
||||
gltf/draco_encoder.js
|
||||
draco_encoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_wasm_wrapper.js
|
||||
Storefront/Resources/public/static/js/draco/gltf/draco_wasm_wrapper.js
|
||||
Resources/public/static/js/draco/gltf/draco_wasm_wrapper.js
|
||||
public/static/js/draco/gltf/draco_wasm_wrapper.js
|
||||
static/js/draco/gltf/draco_wasm_wrapper.js
|
||||
js/draco/gltf/draco_wasm_wrapper.js
|
||||
draco/gltf/draco_wasm_wrapper.js
|
||||
gltf/draco_wasm_wrapper.js
|
||||
draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_decoder.wasm
|
||||
Storefront/Resources/public/static/js/draco/gltf/draco_decoder.wasm
|
||||
Resources/public/static/js/draco/gltf/draco_decoder.wasm
|
||||
public/static/js/draco/gltf/draco_decoder.wasm
|
||||
static/js/draco/gltf/draco_decoder.wasm
|
||||
js/draco/gltf/draco_decoder.wasm
|
||||
draco/gltf/draco_decoder.wasm
|
||||
gltf/draco_decoder.wasm
|
||||
draco_decoder.wasm
|
||||
src/Storefront/Resources/config/packages/framework.yaml
|
||||
Storefront/Resources/config/packages/framework.yaml
|
||||
Resources/config/packages/framework.yaml
|
||||
|
|
@ -62895,6 +62885,11 @@ Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.p
|
|||
Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
src/Core/Migration/V6_7/Migration1717572627RemoveImportExportProfileName.php
|
||||
Core/Migration/V6_7/Migration1717572627RemoveImportExportProfileName.php
|
||||
Migration/V6_7/Migration1717572627RemoveImportExportProfileName.php
|
||||
|
|
|
|||
|
|
@ -1822,6 +1822,7 @@ changelog/_unreleased/2024-11-21-theme-dump-interactive-part-should-be-optional.
|
|||
changelog/_unreleased/2024-11-04-fix-unknown-redis-connection-adapter-exception-message.md
|
||||
changelog/_unreleased/2024-11-26-fix-product-availabel-set-to-0-if-is-closeout-is-null.md
|
||||
changelog/_unreleased/2024-11-26-unify-cache-state-and-cookie-constants.md
|
||||
changelog/_unreleased/2024-11-26-fix-forms-labels-conflict.md
|
||||
changelog/_unreleased/2024-10-27-add-option-to-exclude-hidden-products-from-sitemap.md
|
||||
changelog/_unreleased/2024-11-07-open-correct-image-in-pdp-zoom-modal.md
|
||||
changelog/_unreleased/2024-10-29-default-not_specified-salutation-is-invalid.md
|
||||
|
|
@ -1831,6 +1832,7 @@ changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
|
|||
changelog/_unreleased/2024-10-25-cart-duplicates-when-restored-by-token.md
|
||||
changelog/_unreleased/2024-11-23-remove-deprecated-autoload-true-associations.md
|
||||
changelog/_unreleased/2024-10-27-add-criteria-filter-types-to-sw-string-filter.md
|
||||
changelog/_unreleased/2024-11-28-a11y-display-remove-from-wishlist-on-hover.md
|
||||
changelog/_unreleased/2024-11-18-required-foreign-key-many-to-many-associations.md
|
||||
changelog/_unreleased/2024-11-26-add-aria-label-to-price-field-currency-link.md
|
||||
changelog/_unreleased/2024-10-28-fix-session-persistent-sw-imitating-user-id.md
|
||||
|
|
@ -1872,6 +1874,7 @@ changelog/_unreleased/2024-07-04-enforce-timezone-utc-for-database-connections.m
|
|||
changelog/_unreleased/2024-11-05-fix-admin-vite-for-cluster-setups.md
|
||||
changelog/_unreleased/2024-11-28-deprecate-messenger-bus-shopware-service.md
|
||||
changelog/_unreleased/2024-10-25-fixed-belgian-vat-id-pattern.md
|
||||
changelog/_unreleased/2024-11-28-fix-draco-encoders-path.md
|
||||
changelog/_unreleased/2024-10-29-Increase-button-link-outline-contrast.md
|
||||
changelog/_unreleased/2024-11-13-fix-exception-in-elasticsearch-indexer.md
|
||||
changelog/_unreleased/2024-11-04-the-filtering-of-variant-list-are-not-working-correctly.md
|
||||
|
|
@ -1921,6 +1924,7 @@ changelog/_unreleased/2024-11-19-fix-navbar-category-image-width.md
|
|||
changelog/_unreleased/2024-11-12-fix-symfony-scheduler-bridge-for-tasks-with-long-interval.md
|
||||
changelog/_unreleased/2024-11-18-fix-elasticsearch-indexing-exception-on-order-updates.md
|
||||
changelog/_unreleased/2024-11-05-add-missing-registration-of-guest-customer-deletion-task.md
|
||||
changelog/_unreleased/2024-12-02-add-h1-to-listing-layouts.md
|
||||
changelog/_unreleased/2024-11-08-add-elasticsearch-explain-mode.md
|
||||
changelog/_unreleased/2024-11-27-fix-payment-method-active-toggle.md
|
||||
changelog/_unreleased/2022-07-04-mail-attach.md
|
||||
|
|
@ -8833,6 +8837,7 @@ tests/migration/Core/V6_7/Migration1717572627RemoveImportExportProfileNameTest.p
|
|||
tests/migration/Core/V6_7/Migration1717573310ImportExportTechnicalNameRequiredTest.php
|
||||
tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodFlowsTest.php
|
||||
tests/migration/Core/V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
||||
tests/migration/Core/V6_7/Migration1720603803RemoveDefaultPaymentMethodRuleTest.php
|
||||
tests/migration/Core/MigrationLoaderTest.php
|
||||
tests/migration/Core/DateTimeTest.php
|
||||
|
|
@ -9714,15 +9719,6 @@ src/Storefront/Resources/app/storefront/src/main.js
|
|||
src/Storefront/Resources/app/storefront/src/vendor/.gitkeep
|
||||
src/Storefront/Resources/app/storefront/webpack.config.js
|
||||
src/Storefront/Resources/app/storefront/vendor/.gitkeep
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_decoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_encoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/draco_decoder.wasm
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/README.md
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_encoder.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/app/storefront/dist/assets/draco/gltf/draco_decoder.wasm
|
||||
src/Storefront/Resources/app/storefront/dist/assets/font/Inter-Variable-Roman-Greek.woff2
|
||||
src/Storefront/Resources/app/storefront/dist/assets/font/Inter-Regular-Roman.woff2
|
||||
src/Storefront/Resources/app/storefront/dist/assets/font/Inter-Variable-Italic-GreekExt.woff2
|
||||
|
|
@ -10094,12 +10090,9 @@ src/Storefront/Resources/app/storefront/dist/assets/icon/default/arrow-turn-righ
|
|||
src/Storefront/Resources/app/storefront/dist/assets/icon/default/briefcase.svg
|
||||
src/Storefront/Resources/app/storefront/dist/assets/icon/default/speech-bubbles.svg
|
||||
src/Storefront/Resources/app/storefront/dist/assets/icon/default/drag-horizontal.svg
|
||||
src/Storefront/Resources/app/storefront/createlighthouserc.js
|
||||
src/Storefront/Resources/app/storefront/package-lock.json
|
||||
src/Storefront/Resources/app/storefront/lighthouse-puppeteer.js
|
||||
src/Storefront/Resources/app/storefront/.eslintrc.js
|
||||
src/Storefront/Resources/app/storefront/copy-to-vendor.js
|
||||
src/Storefront/Resources/app/storefront/lighthouse-tests.js
|
||||
src/Storefront/Resources/app/administration/package.json
|
||||
src/Storefront/Resources/app/administration/src/modules/sw-settings-storefront/snippet/en-GB.json
|
||||
src/Storefront/Resources/app/administration/src/modules/sw-settings-storefront/snippet/de-DE.json
|
||||
|
|
@ -10137,6 +10130,15 @@ src/Storefront/Resources/app/administration/src/app/snippet/en-GB.json
|
|||
src/Storefront/Resources/app/administration/src/app/snippet/de-DE.json
|
||||
src/Storefront/Resources/app/administration/src/main.js
|
||||
src/Storefront/Resources/app/administration/src/init/api-service.init.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_decoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_encoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/public/static/js/draco/draco_decoder.wasm
|
||||
src/Storefront/Resources/public/static/js/draco/README.md
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_decoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_encoder.js
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_wasm_wrapper.js
|
||||
src/Storefront/Resources/public/static/js/draco/gltf/draco_decoder.wasm
|
||||
src/Storefront/Resources/config/packages/framework.yaml
|
||||
src/Storefront/Resources/config/packages/storefront.yaml
|
||||
src/Storefront/Resources/config/packages/test/framework.yaml
|
||||
|
|
@ -11702,6 +11704,7 @@ src/Core/Migration/V6_6/Migration1718635021AddIntraCommunityLabelDocumentConfigT
|
|||
src/Core/Migration/V6_6/Migration1730191192UpdateDefaultSalutation.php
|
||||
src/Core/Migration/V6_7/Migration1717573310ImportExportTechnicalNameRequired.php
|
||||
src/Core/Migration/V6_7/Migration1697112044PaymentAndShippingTechnicalNameRequired.php
|
||||
src/Core/Migration/V6_7/Migration1733136208AddH1ToCmsCategoryListing.php
|
||||
src/Core/Migration/V6_7/Migration1717572627RemoveImportExportProfileName.php
|
||||
src/Core/Migration/V6_7/Migration1720603803RemoveDefaultPaymentMethodRule.php
|
||||
src/Core/Migration/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomer.php
|
||||
|
|
|
|||
|
|
@ -25991,6 +25991,13 @@ ApiBundle/Serializer/ContextBuilder/AbstractInputContextBuilder.php
|
|||
Serializer/ContextBuilder/AbstractInputContextBuilder.php
|
||||
ContextBuilder/AbstractInputContextBuilder.php
|
||||
AbstractInputContextBuilder.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
Bundle/ApiBundle/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
ApiBundle/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
PaymentRequestActionAwareContextBuilder.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/HttpRequestMethodTypeContextBuilder.php
|
||||
Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/HttpRequestMethodTypeContextBuilder.php
|
||||
Bundle/ApiBundle/Serializer/ContextBuilder/HttpRequestMethodTypeContextBuilder.php
|
||||
|
|
@ -31555,6 +31562,14 @@ Bundle/ApiBundle/Applicator/ArchivingPromotionApplicatorInterface.php
|
|||
ApiBundle/Applicator/ArchivingPromotionApplicatorInterface.php
|
||||
Applicator/ArchivingPromotionApplicatorInterface.php
|
||||
ArchivingPromotionApplicatorInterface.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
Sylius/Bundle/ApiBundle/Tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
Bundle/ApiBundle/Tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
ApiBundle/Tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
Tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
PaymentRequestActionAwareContextBuilderTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/ApiPlatform/Routing/ApiLoaderTest.php
|
||||
Sylius/Bundle/ApiBundle/Tests/ApiPlatform/Routing/ApiLoaderTest.php
|
||||
Bundle/ApiBundle/Tests/ApiPlatform/Routing/ApiLoaderTest.php
|
||||
|
|
@ -31570,6 +31585,14 @@ ApiBundle/Tests/Resolver/PathPrefixBasedOperationResolverTest.php
|
|||
Tests/Resolver/PathPrefixBasedOperationResolverTest.php
|
||||
Resolver/PathPrefixBasedOperationResolverTest.php
|
||||
PathPrefixBasedOperationResolverTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
Sylius/Bundle/ApiBundle/Tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
Bundle/ApiBundle/Tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
ApiBundle/Tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
Tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/OpenApi/Documentation/NotPrefixedRoutesRemovalDocumentationModifierTest.php
|
||||
Sylius/Bundle/ApiBundle/Tests/OpenApi/Documentation/NotPrefixedRoutesRemovalDocumentationModifierTest.php
|
||||
Bundle/ApiBundle/Tests/OpenApi/Documentation/NotPrefixedRoutesRemovalDocumentationModifierTest.php
|
||||
|
|
@ -32645,6 +32668,12 @@ Bundle/ApiBundle/Attribute/AsDocumentationModifier.php
|
|||
ApiBundle/Attribute/AsDocumentationModifier.php
|
||||
Attribute/AsDocumentationModifier.php
|
||||
AsDocumentationModifier.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/PaymentRequestActionAware.php
|
||||
Sylius/Bundle/ApiBundle/Attribute/PaymentRequestActionAware.php
|
||||
Bundle/ApiBundle/Attribute/PaymentRequestActionAware.php
|
||||
ApiBundle/Attribute/PaymentRequestActionAware.php
|
||||
Attribute/PaymentRequestActionAware.php
|
||||
PaymentRequestActionAware.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/LocaleCodeAware.php
|
||||
Sylius/Bundle/ApiBundle/Attribute/LocaleCodeAware.php
|
||||
Bundle/ApiBundle/Attribute/LocaleCodeAware.php
|
||||
|
|
@ -60283,6 +60312,13 @@ PaymentBundle/Tests/Stub/GatewayConfigurationTypeStub.php
|
|||
Tests/Stub/GatewayConfigurationTypeStub.php
|
||||
Stub/GatewayConfigurationTypeStub.php
|
||||
GatewayConfigurationTypeStub.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/Provider/DefaultActionProviderTest.php
|
||||
Sylius/Bundle/PaymentBundle/Tests/Provider/DefaultActionProviderTest.php
|
||||
Bundle/PaymentBundle/Tests/Provider/DefaultActionProviderTest.php
|
||||
PaymentBundle/Tests/Provider/DefaultActionProviderTest.php
|
||||
Tests/Provider/DefaultActionProviderTest.php
|
||||
Provider/DefaultActionProviderTest.php
|
||||
DefaultActionProviderTest.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/DependencyInjection/ConfigurationTest.php
|
||||
Sylius/Bundle/PaymentBundle/Tests/DependencyInjection/ConfigurationTest.php
|
||||
Bundle/PaymentBundle/Tests/DependencyInjection/ConfigurationTest.php
|
||||
|
|
|
|||
|
|
@ -3847,6 +3847,7 @@ src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ProductNormalizer.php
|
|||
src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/GeneratedPromotionCouponsNormalizer.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/Normalizer/ProductOptionValueNormalizer.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/AbstractInputContextBuilder.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilder.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/HttpRequestMethodTypeContextBuilder.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/ChannelCodeAwareContextBuilder.php
|
||||
src/Sylius/Bundle/ApiBundle/Serializer/ContextBuilder/LocaleCodeAwareContextBuilder.php
|
||||
|
|
@ -4531,8 +4532,10 @@ src/Sylius/Bundle/ApiBundle/Applicator/ArchivingShippingMethodApplicatorInterfac
|
|||
src/Sylius/Bundle/ApiBundle/Applicator/ProductReviewStateMachineTransitionApplicatorInterface.php
|
||||
src/Sylius/Bundle/ApiBundle/Applicator/ArchivingPromotionApplicator.php
|
||||
src/Sylius/Bundle/ApiBundle/Applicator/ArchivingPromotionApplicatorInterface.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/Serializer/ContextBuilder/PaymentRequestActionAwareContextBuilderTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/ApiPlatform/Routing/ApiLoaderTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/Resolver/PathPrefixBasedOperationResolverTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/Validator/Constraints/ChosenPaymentRequestActionEligibilityValidatorTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/OpenApi/Documentation/NotPrefixedRoutesRemovalDocumentationModifierTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/CommandHandler/ChangeAddressOrderHandlerTest.php
|
||||
src/Sylius/Bundle/ApiBundle/Tests/CommandHandler/AddPaymentRequestHandlerTest.php
|
||||
|
|
@ -4665,6 +4668,7 @@ src/Sylius/Bundle/ApiBundle/Doctrine/ORM/QueryExtension/Common/NonArchivedExtens
|
|||
src/Sylius/Bundle/ApiBundle/PropertyInfo/Extractor/EmptyPropertyListExtractor.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/ShopUserIdAware.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/AsDocumentationModifier.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/PaymentRequestActionAware.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/LocaleCodeAware.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/AsPaymentConfigurationProvider.php
|
||||
src/Sylius/Bundle/ApiBundle/Attribute/ChannelCodeAware.php
|
||||
|
|
@ -7854,6 +7858,7 @@ src/Sylius/Bundle/PaymentBundle/Tests/Processor/NotifyPayloadProcessorTest.php
|
|||
src/Sylius/Bundle/PaymentBundle/Tests/Stub/NotifyPaymentProviderStub.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/Stub/PaymentMethodsResolverStub.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/Stub/GatewayConfigurationTypeStub.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/Provider/DefaultActionProviderTest.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/DependencyInjection/ConfigurationTest.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/DependencyInjection/SyliusPaymentExtensionTest.php
|
||||
src/Sylius/Bundle/PaymentBundle/Tests/DependencyInjection/Compiler/RegisterGatewayConfigTypePassTest.php
|
||||
|
|
|
|||
|
|
@ -5378,6 +5378,12 @@ apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java
|
|||
catalina/loader/TestWebappClassLoaderMemoryLeak.java
|
||||
loader/TestWebappClassLoaderMemoryLeak.java
|
||||
TestWebappClassLoaderMemoryLeak.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerFileStore.java
|
||||
org/apache/catalina/session/TestPersistentManagerFileStore.java
|
||||
apache/catalina/session/TestPersistentManagerFileStore.java
|
||||
catalina/session/TestPersistentManagerFileStore.java
|
||||
session/TestPersistentManagerFileStore.java
|
||||
TestPersistentManagerFileStore.java
|
||||
test/org/apache/catalina/session/TestStandardSessionAccessor.java
|
||||
org/apache/catalina/session/TestStandardSessionAccessor.java
|
||||
apache/catalina/session/TestStandardSessionAccessor.java
|
||||
|
|
@ -5402,6 +5408,12 @@ apache/catalina/session/TestStandardSessionIntegration.java
|
|||
catalina/session/TestStandardSessionIntegration.java
|
||||
session/TestStandardSessionIntegration.java
|
||||
TestStandardSessionIntegration.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerDataSourceStore.java
|
||||
org/apache/catalina/session/TestPersistentManagerDataSourceStore.java
|
||||
apache/catalina/session/TestPersistentManagerDataSourceStore.java
|
||||
catalina/session/TestPersistentManagerDataSourceStore.java
|
||||
session/TestPersistentManagerDataSourceStore.java
|
||||
TestPersistentManagerDataSourceStore.java
|
||||
test/org/apache/catalina/session/TesterStore.java
|
||||
org/apache/catalina/session/TesterStore.java
|
||||
apache/catalina/session/TesterStore.java
|
||||
|
|
|
|||
|
|
@ -853,10 +853,12 @@ test/org/apache/catalina/loader/TestWebappClassLoaderExecutorMemoryLeak.java
|
|||
test/org/apache/catalina/loader/TestWebappClassLoaderWeaving.java
|
||||
test/org/apache/catalina/loader/MyAnnotatedServlet.java
|
||||
test/org/apache/catalina/loader/TestWebappClassLoaderMemoryLeak.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerFileStore.java
|
||||
test/org/apache/catalina/session/TestStandardSessionAccessor.java
|
||||
test/org/apache/catalina/session/TestStandardSession.java
|
||||
test/org/apache/catalina/session/TestPersistentManager.java
|
||||
test/org/apache/catalina/session/TestStandardSessionIntegration.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerDataSourceStore.java
|
||||
test/org/apache/catalina/session/TesterStore.java
|
||||
test/org/apache/catalina/session/TestPersistentManagerIntegration.java
|
||||
test/org/apache/catalina/session/FileStoreTest.java
|
||||
|
|
|
|||
|
|
@ -8883,6 +8883,11 @@ js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-
|
|||
data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
|
||||
changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
|
||||
48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
|
||||
packages/js/data/changelog/53270-add-categories-to-setting-page
|
||||
js/data/changelog/53270-add-categories-to-setting-page
|
||||
data/changelog/53270-add-categories-to-setting-page
|
||||
changelog/53270-add-categories-to-setting-page
|
||||
53270-add-categories-to-setting-page
|
||||
packages/js/data/changelog/fix-misspelling-in-crud-reducer
|
||||
js/data/changelog/fix-misspelling-in-crud-reducer
|
||||
data/changelog/fix-misspelling-in-crud-reducer
|
||||
|
|
@ -38889,6 +38894,46 @@ js/blocks/add-to-cart-with-options/block.json
|
|||
blocks/add-to-cart-with-options/block.json
|
||||
add-to-cart-with-options/block.json
|
||||
block.json
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
blocks/add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
quantity-selector/edit.tsx
|
||||
edit.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
|
||||
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
|
||||
assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
|
||||
js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
|
||||
blocks/add-to-cart-with-options/quantity-selector/index.tsx
|
||||
add-to-cart-with-options/quantity-selector/index.tsx
|
||||
quantity-selector/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/block.json
|
||||
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/block.json
|
||||
assets/js/blocks/add-to-cart-with-options/quantity-selector/block.json
|
||||
js/blocks/add-to-cart-with-options/quantity-selector/block.json
|
||||
blocks/add-to-cart-with-options/quantity-selector/block.json
|
||||
add-to-cart-with-options/quantity-selector/block.json
|
||||
quantity-selector/block.json
|
||||
block.json
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/editor.scss
|
||||
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/editor.scss
|
||||
assets/js/blocks/add-to-cart-with-options/quantity-selector/editor.scss
|
||||
js/blocks/add-to-cart-with-options/quantity-selector/editor.scss
|
||||
blocks/add-to-cart-with-options/quantity-selector/editor.scss
|
||||
add-to-cart-with-options/quantity-selector/editor.scss
|
||||
quantity-selector/editor.scss
|
||||
editor.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
|
||||
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
|
||||
assets/js/blocks/add-to-cart-with-options/quantity-selector/style.scss
|
||||
js/blocks/add-to-cart-with-options/quantity-selector/style.scss
|
||||
blocks/add-to-cart-with-options/quantity-selector/style.scss
|
||||
add-to-cart-with-options/quantity-selector/style.scss
|
||||
quantity-selector/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/constants.ts
|
||||
woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/constants.ts
|
||||
assets/js/blocks/add-to-cart-with-options/constants.ts
|
||||
|
|
@ -41349,6 +41394,10 @@ plugins/woocommerce/changelog/52666-update-52622-product-collection-move-display
|
|||
woocommerce/changelog/52666-update-52622-product-collection-move-display-layout-menu-from-toolbar-to-inspector-controls
|
||||
changelog/52666-update-52622-product-collection-move-display-layout-menu-from-toolbar-to-inspector-controls
|
||||
52666-update-52622-product-collection-move-display-layout-menu-from-toolbar-to-inspector-controls
|
||||
plugins/woocommerce/changelog/52310-add-cart-image-filtering
|
||||
woocommerce/changelog/52310-add-cart-image-filtering
|
||||
changelog/52310-add-cart-image-filtering
|
||||
52310-add-cart-image-filtering
|
||||
plugins/woocommerce/changelog/cfe-fix-52699
|
||||
woocommerce/changelog/cfe-fix-52699
|
||||
changelog/cfe-fix-52699
|
||||
|
|
@ -41381,6 +41430,10 @@ plugins/woocommerce/changelog/53122-dev-loadable-states
|
|||
woocommerce/changelog/53122-dev-loadable-states
|
||||
changelog/53122-dev-loadable-states
|
||||
53122-dev-loadable-states
|
||||
plugins/woocommerce/changelog/53350-frosso-patch-1
|
||||
woocommerce/changelog/53350-frosso-patch-1
|
||||
changelog/53350-frosso-patch-1
|
||||
53350-frosso-patch-1
|
||||
plugins/woocommerce/changelog/add-52343-pr-alert
|
||||
woocommerce/changelog/add-52343-pr-alert
|
||||
changelog/add-52343-pr-alert
|
||||
|
|
@ -41433,6 +41486,10 @@ plugins/woocommerce/changelog/52928-patch-1
|
|||
woocommerce/changelog/52928-patch-1
|
||||
changelog/52928-patch-1
|
||||
52928-patch-1
|
||||
plugins/woocommerce/changelog/fix-51924
|
||||
woocommerce/changelog/fix-51924
|
||||
changelog/fix-51924
|
||||
fix-51924
|
||||
plugins/woocommerce/changelog/update-docs-template-structure-paths
|
||||
woocommerce/changelog/update-docs-template-structure-paths
|
||||
changelog/update-docs-template-structure-paths
|
||||
|
|
@ -41465,10 +41522,18 @@ plugins/woocommerce/changelog/52909-fix-improve-wp-6-6-e2e-tests
|
|||
woocommerce/changelog/52909-fix-improve-wp-6-6-e2e-tests
|
||||
changelog/52909-fix-improve-wp-6-6-e2e-tests
|
||||
52909-fix-improve-wp-6-6-e2e-tests
|
||||
plugins/woocommerce/changelog/update-47694_replace_FeatureGating_use_with_get_environment_type
|
||||
woocommerce/changelog/update-47694_replace_FeatureGating_use_with_get_environment_type
|
||||
changelog/update-47694_replace_FeatureGating_use_with_get_environment_type
|
||||
update-47694_replace_FeatureGating_use_with_get_environment_type
|
||||
plugins/woocommerce/changelog/52715-fix-52511
|
||||
woocommerce/changelog/52715-fix-52511
|
||||
changelog/52715-fix-52511
|
||||
52715-fix-52511
|
||||
plugins/woocommerce/changelog/fix-remove-unnecessary-set-state
|
||||
woocommerce/changelog/fix-remove-unnecessary-set-state
|
||||
changelog/fix-remove-unnecessary-set-state
|
||||
fix-remove-unnecessary-set-state
|
||||
plugins/woocommerce/changelog/add-unify-togglegroupcontrol-styling
|
||||
woocommerce/changelog/add-unify-togglegroupcontrol-styling
|
||||
changelog/add-unify-togglegroupcontrol-styling
|
||||
|
|
@ -41609,6 +41674,14 @@ plugins/woocommerce/changelog/53090-52999-patterns-unable-to-change-product-bein
|
|||
woocommerce/changelog/53090-52999-patterns-unable-to-change-product-being-shown-in-product-hero-pattern
|
||||
changelog/53090-52999-patterns-unable-to-change-product-being-shown-in-product-hero-pattern
|
||||
53090-52999-patterns-unable-to-change-product-being-shown-in-product-hero-pattern
|
||||
plugins/woocommerce/changelog/update-52738-woopayments-incentives-refac-and-api
|
||||
woocommerce/changelog/update-52738-woopayments-incentives-refac-and-api
|
||||
changelog/update-52738-woopayments-incentives-refac-and-api
|
||||
update-52738-woopayments-incentives-refac-and-api
|
||||
plugins/woocommerce/changelog/add-quantity-selector-block
|
||||
woocommerce/changelog/add-quantity-selector-block
|
||||
changelog/add-quantity-selector-block
|
||||
add-quantity-selector-block
|
||||
plugins/woocommerce/changelog/add-croatian-countries
|
||||
woocommerce/changelog/add-croatian-countries
|
||||
changelog/add-croatian-countries
|
||||
|
|
@ -41625,6 +41698,10 @@ plugins/woocommerce/changelog/53126-fix-52910-reports_charts-filter
|
|||
woocommerce/changelog/53126-fix-52910-reports_charts-filter
|
||||
changelog/53126-fix-52910-reports_charts-filter
|
||||
53126-fix-52910-reports_charts-filter
|
||||
plugins/woocommerce/changelog/53343-add-trigger-on-change-event-stepper
|
||||
woocommerce/changelog/53343-add-trigger-on-change-event-stepper
|
||||
changelog/53343-add-trigger-on-change-event-stepper
|
||||
53343-add-trigger-on-change-event-stepper
|
||||
plugins/woocommerce/changelog/dev-52417_implement_collection_handler_registry_class
|
||||
woocommerce/changelog/dev-52417_implement_collection_handler_registry_class
|
||||
changelog/dev-52417_implement_collection_handler_registry_class
|
||||
|
|
@ -41693,6 +41770,10 @@ plugins/woocommerce/changelog/add-coming-soon-template-left-image
|
|||
woocommerce/changelog/add-coming-soon-template-left-image
|
||||
changelog/add-coming-soon-template-left-image
|
||||
add-coming-soon-template-left-image
|
||||
plugins/woocommerce/changelog/53270-add-categories-to-setting-page
|
||||
woocommerce/changelog/53270-add-categories-to-setting-page
|
||||
changelog/53270-add-categories-to-setting-page
|
||||
53270-add-categories-to-setting-page
|
||||
plugins/woocommerce/changelog/add-payment-settings-drag-and-drop-2
|
||||
woocommerce/changelog/add-payment-settings-drag-and-drop-2
|
||||
changelog/add-payment-settings-drag-and-drop-2
|
||||
|
|
@ -41741,10 +41822,18 @@ plugins/woocommerce/changelog/52729-enhance-embedded-layout-render
|
|||
woocommerce/changelog/52729-enhance-embedded-layout-render
|
||||
changelog/52729-enhance-embedded-layout-render
|
||||
52729-enhance-embedded-layout-render
|
||||
plugins/woocommerce/changelog/update-improve-block-tempplate-of-add-to-cart
|
||||
woocommerce/changelog/update-improve-block-tempplate-of-add-to-cart
|
||||
changelog/update-improve-block-tempplate-of-add-to-cart
|
||||
update-improve-block-tempplate-of-add-to-cart
|
||||
plugins/woocommerce/changelog/fix-core-profiler-opt-in-respect-user-choice
|
||||
woocommerce/changelog/fix-core-profiler-opt-in-respect-user-choice
|
||||
changelog/fix-core-profiler-opt-in-respect-user-choice
|
||||
fix-core-profiler-opt-in-respect-user-choice
|
||||
plugins/woocommerce/changelog/53173-dev-51452-test-drive-onboarding-flow
|
||||
woocommerce/changelog/53173-dev-51452-test-drive-onboarding-flow
|
||||
changelog/53173-dev-51452-test-drive-onboarding-flow
|
||||
53173-dev-51452-test-drive-onboarding-flow
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
|
|
@ -41769,6 +41858,10 @@ plugins/woocommerce/changelog/fix-43256-tablecard-columns-popover
|
|||
woocommerce/changelog/fix-43256-tablecard-columns-popover
|
||||
changelog/fix-43256-tablecard-columns-popover
|
||||
fix-43256-tablecard-columns-popover
|
||||
plugins/woocommerce/changelog/pr-53167
|
||||
woocommerce/changelog/pr-53167
|
||||
changelog/pr-53167
|
||||
pr-53167
|
||||
plugins/woocommerce/changelog/fix-51242
|
||||
woocommerce/changelog/fix-51242
|
||||
changelog/fix-51242
|
||||
|
|
@ -41805,6 +41898,10 @@ plugins/woocommerce/changelog/53176-tests-enable-brands-tests
|
|||
woocommerce/changelog/53176-tests-enable-brands-tests
|
||||
changelog/53176-tests-enable-brands-tests
|
||||
53176-tests-enable-brands-tests
|
||||
plugins/woocommerce/changelog/fix-53149-2
|
||||
woocommerce/changelog/fix-53149-2
|
||||
changelog/fix-53149-2
|
||||
fix-53149-2
|
||||
plugins/woocommerce/changelog/experiment-product-summary-ssr-more-features
|
||||
woocommerce/changelog/experiment-product-summary-ssr-more-features
|
||||
changelog/experiment-product-summary-ssr-more-features
|
||||
|
|
@ -41825,6 +41922,10 @@ plugins/woocommerce/changelog/fix-51831
|
|||
woocommerce/changelog/fix-51831
|
||||
changelog/fix-51831
|
||||
fix-51831
|
||||
plugins/woocommerce/changelog/53277-fix-use-correct-option-type
|
||||
woocommerce/changelog/53277-fix-use-correct-option-type
|
||||
changelog/53277-fix-use-correct-option-type
|
||||
53277-fix-use-correct-option-type
|
||||
plugins/woocommerce/changelog/53028-52946-add-downloadable-param
|
||||
woocommerce/changelog/53028-52946-add-downloadable-param
|
||||
changelog/53028-52946-add-downloadable-param
|
||||
|
|
@ -43690,6 +43791,36 @@ Internal/Admin/BlockTemplates/CustomBlockTemplate.php
|
|||
Admin/BlockTemplates/CustomBlockTemplate.php
|
||||
BlockTemplates/CustomBlockTemplate.php
|
||||
CustomBlockTemplate.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
tests/php/src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
php/src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
Suggestions/Mocks/FakeIncentive.php
|
||||
Mocks/FakeIncentive.php
|
||||
FakeIncentive.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
tests/php/src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
php/src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
Suggestions/Incentives/WooPaymentsTest.php
|
||||
Incentives/WooPaymentsTest.php
|
||||
WooPaymentsTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
tests/php/src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
php/src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
Suggestions/Incentives/IncentiveTest.php
|
||||
Incentives/IncentiveTest.php
|
||||
IncentiveTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionsTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionsTest.php
|
||||
tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionsTest.php
|
||||
|
|
@ -43699,6 +43830,15 @@ Internal/Admin/Suggestions/PaymentExtensionSuggestionsTest.php
|
|||
Admin/Suggestions/PaymentExtensionSuggestionsTest.php
|
||||
Suggestions/PaymentExtensionSuggestionsTest.php
|
||||
PaymentExtensionSuggestionsTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
woocommerce/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
PaymentExtensionSuggestionIncentivesTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php
|
||||
woocommerce/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php
|
||||
tests/php/src/Internal/Utilities/HtmlSanitizerTest.php
|
||||
|
|
@ -69765,6 +69905,29 @@ Internal/Admin/Onboarding/OnboardingMailchimp.php
|
|||
Admin/Onboarding/OnboardingMailchimp.php
|
||||
Onboarding/OnboardingMailchimp.php
|
||||
OnboardingMailchimp.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/Incentives/Incentive.php
|
||||
woocommerce/src/Internal/Admin/Suggestions/Incentives/Incentive.php
|
||||
src/Internal/Admin/Suggestions/Incentives/Incentive.php
|
||||
Internal/Admin/Suggestions/Incentives/Incentive.php
|
||||
Admin/Suggestions/Incentives/Incentive.php
|
||||
Suggestions/Incentives/Incentive.php
|
||||
Incentives/Incentive.php
|
||||
Incentive.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/Incentives/WooPayments.php
|
||||
woocommerce/src/Internal/Admin/Suggestions/Incentives/WooPayments.php
|
||||
src/Internal/Admin/Suggestions/Incentives/WooPayments.php
|
||||
Internal/Admin/Suggestions/Incentives/WooPayments.php
|
||||
Admin/Suggestions/Incentives/WooPayments.php
|
||||
Suggestions/Incentives/WooPayments.php
|
||||
Incentives/WooPayments.php
|
||||
WooPayments.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
woocommerce/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
Admin/Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
PaymentExtensionSuggestionIncentives.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentExtensionSuggestions.php
|
||||
woocommerce/src/Internal/Admin/Suggestions/PaymentExtensionSuggestions.php
|
||||
src/Internal/Admin/Suggestions/PaymentExtensionSuggestions.php
|
||||
|
|
@ -70120,6 +70283,12 @@ src/Blocks/BlockTypes/ProductNew.php
|
|||
Blocks/BlockTypes/ProductNew.php
|
||||
BlockTypes/ProductNew.php
|
||||
ProductNew.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.php
|
||||
woocommerce/src/Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.php
|
||||
src/Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.php
|
||||
Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.php
|
||||
BlockTypes/AddToCartWithOptionsQuantitySelector.php
|
||||
AddToCartWithOptionsQuantitySelector.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php
|
||||
woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php
|
||||
src/Blocks/BlockTypes/CheckoutFieldsBlock.php
|
||||
|
|
|
|||
|
|
@ -1324,6 +1324,7 @@ packages/js/data/changelog/50828-dev-constrain-pnpm-version
|
|||
packages/js/data/changelog/47614-tweak-google-extension-rename
|
||||
packages/js/data/changelog/fix-remove-help-panel-user-meta
|
||||
packages/js/data/changelog/48699-tweak-dont-recommend-wcservices-in-tax-task-with-wcship-or-wctax-active
|
||||
packages/js/data/changelog/53270-add-categories-to-setting-page
|
||||
packages/js/data/changelog/fix-misspelling-in-crud-reducer
|
||||
packages/js/data/changelog/add-payment-settings-drag-and-drop-2
|
||||
packages/js/data/changelog/53033-add-51448-handle-ellipsis-menu-items
|
||||
|
|
@ -5876,6 +5877,11 @@ plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/edit.tsx
|
|||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/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/block.json
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/edit.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/index.tsx
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/block.json
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/quantity-selector/editor.scss
|
||||
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/constants.ts
|
||||
plugins/woocommerce-blocks/assets/js/blocks/add-to-cart-with-options/style.scss
|
||||
plugins/woocommerce-blocks/assets/js/blocks/product-results-count/edit.tsx
|
||||
|
|
@ -6211,6 +6217,7 @@ plugins/woocommerce-blocks/.prettierrc.js
|
|||
plugins/woocommerce/changelog/53193-dev-53179-adjust-client-to-providers-api
|
||||
plugins/woocommerce/changelog/53016-fix-settings-modern-route-update
|
||||
plugins/woocommerce/changelog/52666-update-52622-product-collection-move-display-layout-menu-from-toolbar-to-inspector-controls
|
||||
plugins/woocommerce/changelog/52310-add-cart-image-filtering
|
||||
plugins/woocommerce/changelog/cfe-fix-52699
|
||||
plugins/woocommerce/changelog/fix-40455-properly-break-from-note-loop
|
||||
plugins/woocommerce/changelog/fix-product-filters-data-with-attribute-filter
|
||||
|
|
@ -6219,6 +6226,7 @@ plugins/woocommerce/changelog/53026-fix-escape-attribute
|
|||
plugins/woocommerce/changelog/fix-apply-fix-from-52726
|
||||
plugins/woocommerce/changelog/52658-dev--shipping-calculator-panel
|
||||
plugins/woocommerce/changelog/53122-dev-loadable-states
|
||||
plugins/woocommerce/changelog/53350-frosso-patch-1
|
||||
plugins/woocommerce/changelog/add-52343-pr-alert
|
||||
plugins/woocommerce/changelog/add-transform-settings-data
|
||||
plugins/woocommerce/changelog/ci-include-i18n-folder-in-api-core-tests-changes
|
||||
|
|
@ -6232,6 +6240,7 @@ plugins/woocommerce/changelog/53106-fix-52479-marketplace-no-locale-passed-to-se
|
|||
plugins/woocommerce/changelog/52223-email-color-settings
|
||||
plugins/woocommerce/changelog/52604-dev-alignment-on-mobile-order-summary-48899
|
||||
plugins/woocommerce/changelog/52928-patch-1
|
||||
plugins/woocommerce/changelog/fix-51924
|
||||
plugins/woocommerce/changelog/update-docs-template-structure-paths
|
||||
plugins/woocommerce/changelog/update-migrate-php-blocks-to-api-version-3
|
||||
plugins/woocommerce/changelog/add-52933-payment-provider-ordering-api
|
||||
|
|
@ -6240,7 +6249,9 @@ plugins/woocommerce/changelog/try-env-tests-mapping
|
|||
plugins/woocommerce/changelog/53217-53195-registerblocksingleproducttemplate-register-blocks-twice-in-posts
|
||||
plugins/woocommerce/changelog/remove-dead-lys-state-action
|
||||
plugins/woocommerce/changelog/52909-fix-improve-wp-6-6-e2e-tests
|
||||
plugins/woocommerce/changelog/update-47694_replace_FeatureGating_use_with_get_environment_type
|
||||
plugins/woocommerce/changelog/52715-fix-52511
|
||||
plugins/woocommerce/changelog/fix-remove-unnecessary-set-state
|
||||
plugins/woocommerce/changelog/add-unify-togglegroupcontrol-styling
|
||||
plugins/woocommerce/changelog/53022-fix-53020-php-csv-export-allow-negative-numbers-unescaped
|
||||
plugins/woocommerce/changelog/fix-52396_product_sku_styles
|
||||
|
|
@ -6276,10 +6287,13 @@ plugins/woocommerce/changelog/52887-update-52875-offer-jpc-for-all-eligible-plug
|
|||
plugins/woocommerce/changelog/fix-coming-soon-entire-site-template
|
||||
plugins/woocommerce/changelog/add-53008_add_to_cart_wrapper_block
|
||||
plugins/woocommerce/changelog/53090-52999-patterns-unable-to-change-product-being-shown-in-product-hero-pattern
|
||||
plugins/woocommerce/changelog/update-52738-woopayments-incentives-refac-and-api
|
||||
plugins/woocommerce/changelog/add-quantity-selector-block
|
||||
plugins/woocommerce/changelog/add-croatian-countries
|
||||
plugins/woocommerce/changelog/fix-52883-order-details-failed
|
||||
plugins/woocommerce/changelog/add-product-summary-typography-supports
|
||||
plugins/woocommerce/changelog/53126-fix-52910-reports_charts-filter
|
||||
plugins/woocommerce/changelog/53343-add-trigger-on-change-event-stepper
|
||||
plugins/woocommerce/changelog/dev-52417_implement_collection_handler_registry_class
|
||||
plugins/woocommerce/changelog/e2e-api-core-tests-fix-orders-test-for-multiple-runs
|
||||
plugins/woocommerce/changelog/fix-53131-hover-extension-cursor-pointer
|
||||
|
|
@ -6297,6 +6311,7 @@ plugins/woocommerce/changelog/feat-filter-apply-button-server-context
|
|||
plugins/woocommerce/changelog/52757-update-settings-sidebar-components
|
||||
plugins/woocommerce/changelog/52226-email-preview-setting
|
||||
plugins/woocommerce/changelog/add-coming-soon-template-left-image
|
||||
plugins/woocommerce/changelog/53270-add-categories-to-setting-page
|
||||
plugins/woocommerce/changelog/add-payment-settings-drag-and-drop-2
|
||||
plugins/woocommerce/changelog/53033-add-51448-handle-ellipsis-menu-items
|
||||
plugins/woocommerce/changelog/53002-52945-add-virtual-param
|
||||
|
|
@ -6309,13 +6324,16 @@ plugins/woocommerce/changelog/dev-52414_implement_productQueryBuilder_class
|
|||
plugins/woocommerce/changelog/52898-52773-add-exclude-status-param
|
||||
plugins/woocommerce/changelog/e2e-api-checks-add-extra-check-user-response
|
||||
plugins/woocommerce/changelog/52729-enhance-embedded-layout-render
|
||||
plugins/woocommerce/changelog/update-improve-block-tempplate-of-add-to-cart
|
||||
plugins/woocommerce/changelog/fix-core-profiler-opt-in-respect-user-choice
|
||||
plugins/woocommerce/changelog/53173-dev-51452-test-drive-onboarding-flow
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/52971-fix-52879-analytics-scroll
|
||||
plugins/woocommerce/changelog/52691-add-settings-sidebar-items
|
||||
plugins/woocommerce/changelog/53083-update-enable-brands
|
||||
plugins/woocommerce/changelog/53192-update-refactor-merged-packages-activation
|
||||
plugins/woocommerce/changelog/fix-43256-tablecard-columns-popover
|
||||
plugins/woocommerce/changelog/pr-53167
|
||||
plugins/woocommerce/changelog/fix-51242
|
||||
plugins/woocommerce/changelog/pr-52817
|
||||
plugins/woocommerce/changelog/52227-preview-email-types
|
||||
|
|
@ -6325,11 +6343,13 @@ plugins/woocommerce/changelog/fix-delayed-account-mobile-styles-52717
|
|||
plugins/woocommerce/changelog/update-define-use-collection-data-types
|
||||
plugins/woocommerce/changelog/fix-52700_gropued_products_styles_twenty_twenty_five
|
||||
plugins/woocommerce/changelog/53176-tests-enable-brands-tests
|
||||
plugins/woocommerce/changelog/fix-53149-2
|
||||
plugins/woocommerce/changelog/experiment-product-summary-ssr-more-features
|
||||
plugins/woocommerce/changelog/52423-email-preview-subject
|
||||
plugins/woocommerce/changelog/51922-dev-using-order-status-constants-in-the-main-files
|
||||
plugins/woocommerce/changelog/52649-fix-22178-fix-market-place-connect-for-multi-sites
|
||||
plugins/woocommerce/changelog/fix-51831
|
||||
plugins/woocommerce/changelog/53277-fix-use-correct-option-type
|
||||
plugins/woocommerce/changelog/53028-52946-add-downloadable-param
|
||||
plugins/woocommerce/changelog/pr-52551
|
||||
plugins/woocommerce/changelog/52806-fix-settings-typings
|
||||
|
|
@ -6588,7 +6608,11 @@ plugins/woocommerce/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockInter
|
|||
plugins/woocommerce/tests/php/src/Internal/Admin/BlockTemplates/BlockTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/BlockTemplates/CustomBlock.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/BlockTemplates/CustomBlockTemplate.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/Mocks/FakeIncentive.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/Incentives/WooPaymentsTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/Incentives/IncentiveTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionsTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentivesTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Utilities/HtmlSanitizerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Utilities/UsersTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Utilities/COTMigrationUtilTest.php
|
||||
|
|
@ -10132,6 +10156,9 @@ plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingProducts.php
|
|||
plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingSetupWizard.php
|
||||
plugins/woocommerce/src/Internal/Admin/Onboarding/Onboarding.php
|
||||
plugins/woocommerce/src/Internal/Admin/Onboarding/OnboardingMailchimp.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/Incentives/Incentive.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/Incentives/WooPayments.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentExtensionSuggestionIncentives.php
|
||||
plugins/woocommerce/src/Internal/Admin/Suggestions/PaymentExtensionSuggestions.php
|
||||
plugins/woocommerce/src/Internal/Admin/Marketing.php
|
||||
plugins/woocommerce/src/Internal/McStats.php
|
||||
|
|
@ -10193,6 +10220,7 @@ plugins/woocommerce/src/Blocks/BlockTypes/ProductSummary.php
|
|||
plugins/woocommerce/src/Blocks/BlockTypes/ProductFilterCheckboxList.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CartOrderSummaryTaxesBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductNew.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/AddToCartWithOptionsQuantitySelector.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/CheckoutFieldsBlock.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductTitle.php
|
||||
plugins/woocommerce/src/Blocks/BlockTypes/ProductButton.php
|
||||
|
|
|
|||
|
|
@ -6025,6 +6025,12 @@ files/pgp/mail/mail-attached.message.part2.box
|
|||
pgp/mail/mail-attached.message.part2.box
|
||||
mail/mail-attached.message.part2.box
|
||||
mail-attached.message.part2.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.message.box
|
||||
fixtures/files/pgp/mail/mail-decrypt-bcc.message.box
|
||||
files/pgp/mail/mail-decrypt-bcc.message.box
|
||||
pgp/mail/mail-decrypt-bcc.message.box
|
||||
mail/mail-decrypt-bcc.message.box
|
||||
mail-decrypt-bcc.message.box
|
||||
spec/fixtures/files/pgp/mail/mail-expired.part1.box
|
||||
fixtures/files/pgp/mail/mail-expired.part1.box
|
||||
files/pgp/mail/mail-expired.part1.box
|
||||
|
|
@ -6055,6 +6061,12 @@ files/pgp/mail/mail-attached.part1.box
|
|||
pgp/mail/mail-attached.part1.box
|
||||
mail/mail-attached.part1.box
|
||||
mail-attached.part1.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.box
|
||||
fixtures/files/pgp/mail/mail-decrypt-bcc.box
|
||||
files/pgp/mail/mail-decrypt-bcc.box
|
||||
pgp/mail/mail-decrypt-bcc.box
|
||||
mail/mail-decrypt-bcc.box
|
||||
mail-decrypt-bcc.box
|
||||
spec/fixtures/files/pgp/mail/mail-ocb.part1.box
|
||||
fixtures/files/pgp/mail/mail-ocb.part1.box
|
||||
files/pgp/mail/mail-ocb.part1.box
|
||||
|
|
@ -6115,6 +6127,12 @@ files/pgp/mail/mail-detached.message.part3.box
|
|||
pgp/mail/mail-detached.message.part3.box
|
||||
mail/mail-detached.message.part3.box
|
||||
mail-detached.message.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.part3.box
|
||||
fixtures/files/pgp/mail/mail-decrypt-bcc.part3.box
|
||||
files/pgp/mail/mail-decrypt-bcc.part3.box
|
||||
pgp/mail/mail-decrypt-bcc.part3.box
|
||||
mail/mail-decrypt-bcc.part3.box
|
||||
mail-decrypt-bcc.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-ocb.part3.box
|
||||
fixtures/files/pgp/mail/mail-ocb.part3.box
|
||||
files/pgp/mail/mail-ocb.part3.box
|
||||
|
|
@ -6223,6 +6241,12 @@ files/pgp/mail/mail-combined.box
|
|||
pgp/mail/mail-combined.box
|
||||
mail/mail-combined.box
|
||||
mail-combined.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.part1.box
|
||||
fixtures/files/pgp/mail/mail-decrypt-bcc.part1.box
|
||||
files/pgp/mail/mail-decrypt-bcc.part1.box
|
||||
pgp/mail/mail-decrypt-bcc.part1.box
|
||||
mail/mail-decrypt-bcc.part1.box
|
||||
mail-decrypt-bcc.part1.box
|
||||
spec/fixtures/files/pgp/mail/mail-detached.message.part5.box
|
||||
fixtures/files/pgp/mail/mail-detached.message.part5.box
|
||||
files/pgp/mail/mail-detached.message.part5.box
|
||||
|
|
|
|||
|
|
@ -1344,11 +1344,13 @@ spec/fixtures/files/pgp/pgp2@example.com.passphrase
|
|||
spec/fixtures/files/pgp/zammad@localhost.revuid.created_at
|
||||
spec/fixtures/files/pgp/nicole.braun@zammad.org.expires_at
|
||||
spec/fixtures/files/pgp/mail/mail-attached.message.part2.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.message.box
|
||||
spec/fixtures/files/pgp/mail/mail-expired.part1.box
|
||||
spec/fixtures/files/pgp/mail/mail-expired.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-expired.message.box
|
||||
spec/fixtures/files/pgp/mail/mail-expired.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-attached.part1.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.box
|
||||
spec/fixtures/files/pgp/mail/mail-ocb.part1.box
|
||||
spec/fixtures/files/pgp/mail/mail-detached.box
|
||||
spec/fixtures/files/pgp/mail/mail-detached.message.part1.box
|
||||
|
|
@ -1359,6 +1361,7 @@ spec/fixtures/files/pgp/mail/mail-attached.box
|
|||
spec/fixtures/files/pgp/mail/mail-ocb.message.box
|
||||
spec/fixtures/files/pgp/mail/mail-attached.message.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-detached.message.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-ocb.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-attached.message.part5.box
|
||||
spec/fixtures/files/pgp/mail/mail-combined.part2.box
|
||||
|
|
@ -1377,6 +1380,7 @@ spec/fixtures/files/pgp/mail/mail-attached.message.part1.box
|
|||
spec/fixtures/files/pgp/mail/mail-expired.part2.box
|
||||
spec/fixtures/files/pgp/mail/mail-attached.part3.box
|
||||
spec/fixtures/files/pgp/mail/mail-combined.box
|
||||
spec/fixtures/files/pgp/mail/mail-decrypt-bcc.part1.box
|
||||
spec/fixtures/files/pgp/mail/mail-detached.message.part5.box
|
||||
spec/fixtures/files/pgp/pgp2@example.com-other.passphrase
|
||||
spec/fixtures/files/pgp/zammad@localhost.revuid.pub.asc
|
||||
|
|
|
|||
|
|
@ -2675,8 +2675,8 @@ hotelfinder/rpc
|
|||
hotels/rpc
|
||||
hp/video
|
||||
hpc/*/supported-applications.aspx?
|
||||
http://archive.org/robots.txt
|
||||
http://wp.me/robots.txt
|
||||
http://ec.europa.eu/robots.txt
|
||||
http://microsoft.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -5033,7 +5033,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://bit.ly/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
|
|
@ -2379,6 +2379,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/account
|
||||
/account-information
|
||||
/account/cls
|
||||
/accredited-business-directory/*?
|
||||
/acq
|
||||
/action
|
||||
/actions_panel
|
||||
|
|
@ -2487,6 +2488,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/badge
|
||||
/badges
|
||||
/base/logout
|
||||
/bbb-reports-on
|
||||
/bbw
|
||||
/bbw.html
|
||||
/beaconBase$
|
||||
|
|
@ -2551,6 +2553,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/capital/consumer/invoice/merchants
|
||||
/cars/marketplace/product/*
|
||||
/cart
|
||||
/cart
|
||||
/cas-redirect
|
||||
/cast-list
|
||||
/castr
|
||||
|
|
@ -2568,6 +2571,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/chats/
|
||||
/checkin
|
||||
/checkout
|
||||
/checkout
|
||||
/cinema-entertainment/*
|
||||
/citations
|
||||
/citedby
|
||||
|
|
@ -2627,6 +2631,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/confirmation/
|
||||
/connected-living/content-library
|
||||
/connections/*
|
||||
/consumer
|
||||
/contact-form
|
||||
/contact/menu*
|
||||
/contact/partner*
|
||||
/contactformulier
|
||||
|
|
@ -3008,6 +3014,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/login
|
||||
/login$
|
||||
/login*/search?
|
||||
/login/
|
||||
/login/verify-email
|
||||
/login?
|
||||
/loginpage
|
||||
|
|
@ -3073,6 +3080,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/muslim-sexy-video
|
||||
/muslim-sexy-videos.html
|
||||
/mvopinions/*
|
||||
/my-account
|
||||
/my_account/register
|
||||
/mychannel
|
||||
/naboo
|
||||
|
|
@ -3238,6 +3246,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/profileshow
|
||||
/promoassets
|
||||
/public/fc-assets/locales
|
||||
/public/insights/share/anniversary*?
|
||||
/pull
|
||||
/pvData$
|
||||
/pvid$
|
||||
|
|
@ -3263,6 +3272,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/recommendations/products
|
||||
/references
|
||||
/referrer$
|
||||
/register/
|
||||
/registration-confirmation/
|
||||
/related
|
||||
/related
|
||||
|
|
@ -3489,6 +3499,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/structures
|
||||
/studio
|
||||
/submit
|
||||
/submit-review-expiration
|
||||
/submitted
|
||||
/subscribedto
|
||||
/subscribers$
|
||||
|
|
@ -3592,6 +3603,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/vejr/
|
||||
/vendorActivityManager
|
||||
/vendorLeadTime
|
||||
/verify-sms
|
||||
/version!libs
|
||||
/video
|
||||
/video-
|
||||
|
|
@ -5657,6 +5669,7 @@ LocationPhotosSearch
|
|||
LocationTab
|
||||
LocationWidget
|
||||
LogMediaClick
|
||||
Login.html
|
||||
LogonForm
|
||||
MAINTAINERS.txt
|
||||
MAPS
|
||||
|
|
@ -6174,7 +6187,6 @@ ReportBug
|
|||
ReportIAP
|
||||
ReportPost
|
||||
ReputationManager
|
||||
Request-activation-link.html
|
||||
ReservationAjax
|
||||
ResponsibleDisclosure
|
||||
RestaurantAdsManager
|
||||
|
|
@ -6319,6 +6331,7 @@ SponsoredListingCommerce
|
|||
SpotlightDemo
|
||||
SpotlightHome
|
||||
StartBooking
|
||||
Starten/Page-Projekt-anlegen.html
|
||||
StaticPage
|
||||
StaticVelocityPage
|
||||
StaticVelocityXmlPage
|
||||
|
|
@ -6821,10 +6834,7 @@ about/createfeedback.html
|
|||
about/dtf_org.pdf
|
||||
about/faq/station-finder/?state-text=
|
||||
about/faq/station-finder/?zip-text=
|
||||
about/report-violation.html
|
||||
about/team_member
|
||||
about/terms-of-use/api.html
|
||||
about/terms-of-use/starters-2018.html
|
||||
about/views
|
||||
about?
|
||||
abs
|
||||
|
|
@ -7025,6 +7035,7 @@ addtocart
|
|||
adell-mutfak
|
||||
adfox
|
||||
adframe
|
||||
adfs/
|
||||
admanager
|
||||
admantx
|
||||
admin
|
||||
|
|
@ -7169,6 +7180,7 @@ ak/users
|
|||
ak6759.com
|
||||
ak6767com
|
||||
ak_action=
|
||||
aktivierungslink-anfordern.html
|
||||
al
|
||||
alacarta/*&order=
|
||||
alacarta/*&orderCriteria
|
||||
|
|
@ -7392,6 +7404,7 @@ appliance
|
|||
applicant-eligibility
|
||||
apply
|
||||
apply/*
|
||||
apply/thank-you
|
||||
apps
|
||||
apps*&tags=
|
||||
apps/*/integrations/*/landing
|
||||
|
|
@ -7452,6 +7465,10 @@ archives
|
|||
archivos
|
||||
arcio/fact-checker
|
||||
areas/
|
||||
argos
|
||||
argos$
|
||||
argos.*$
|
||||
argos.html$
|
||||
aristotelian-society/
|
||||
art
|
||||
art/gallery/
|
||||
|
|
@ -7927,8 +7944,10 @@ banking
|
|||
banmyipforever.cgi
|
||||
banner.pl
|
||||
baroness
|
||||
barzahlung.html
|
||||
bas
|
||||
base/login
|
||||
basicapi/
|
||||
basie
|
||||
basket
|
||||
bcard
|
||||
|
|
@ -8557,6 +8576,7 @@ buscar/
|
|||
business
|
||||
business-insider$
|
||||
business-name-generator/list
|
||||
business-reviews
|
||||
business-school/search_results/
|
||||
business/ad_create
|
||||
business/adshare
|
||||
|
|
@ -8934,6 +8954,7 @@ ca/search*search_type=
|
|||
ca/search*ship_to=
|
||||
ca/share
|
||||
ca/shop_name_search_service
|
||||
ca/storage
|
||||
ca/strumenti/creatore-di-logo/onboarding
|
||||
ca/teams
|
||||
ca/technology.atom
|
||||
|
|
@ -9172,6 +9193,7 @@ capacity4dev/user/register
|
|||
capacity4dev/users
|
||||
capacity4dev/xmlrpc.php
|
||||
captcha
|
||||
captchaPerimeterX
|
||||
captchas
|
||||
car-search-sitemap
|
||||
card/panel
|
||||
|
|
@ -9230,7 +9252,6 @@ cart?
|
|||
cartoon
|
||||
carts
|
||||
cashout
|
||||
cashpayment.html
|
||||
cassette.axd/manifest.xml
|
||||
cassette.axd/script/
|
||||
cassette.axd/stylesheet/
|
||||
|
|
@ -9308,6 +9329,7 @@ cdn-cgi
|
|||
cdn-cgi/
|
||||
cdn-cgi/bm/cv
|
||||
cdn-cgi/challenge-platform
|
||||
cdn-cgi/http://mediapost.com/robots.txt
|
||||
cdn-cgi/rum
|
||||
cdn-cgi/zaraz/s.js
|
||||
cdn-cgi/zaraz/t
|
||||
|
|
@ -9679,7 +9701,7 @@ co/users
|
|||
co/ventureone
|
||||
code
|
||||
code/*
|
||||
code/http://wa.me/robots.txt
|
||||
code/http://w3techs.com/robots.txt
|
||||
codeCoverage
|
||||
codesamples/
|
||||
coin*mid=
|
||||
|
|
@ -10146,6 +10168,24 @@ corporate/microsites/tysabri/ms-assessment-tool-pageresults.html
|
|||
corporate/microsites/tysabri/ms-assessment-tool.html
|
||||
corporate/request
|
||||
couchmode
|
||||
council/Business-Search/email
|
||||
council/Business-Search/matched
|
||||
council/Business-Search/name
|
||||
council/Business-Search/phone
|
||||
council/Business-Search/type
|
||||
council/Business-Search/url
|
||||
council/Charity-Reviews/email
|
||||
council/Charity-Reviews/matched
|
||||
council/Charity-Reviews/name
|
||||
council/Charity-Reviews/phone
|
||||
council/Charity-Reviews/type
|
||||
council/Charity-Reviews/url
|
||||
council/Find-Business-Reviews/email
|
||||
council/Find-Business-Reviews/matched
|
||||
council/Find-Business-Reviews/name
|
||||
council/Find-Business-Reviews/phone
|
||||
council/Find-Business-Reviews/type
|
||||
council/Find-Business-Reviews/url
|
||||
count.php
|
||||
countdown/create?
|
||||
countdown/eclipse?
|
||||
|
|
@ -11082,6 +11122,7 @@ drive-and-listen/
|
|||
drmn/embed
|
||||
droidguard
|
||||
drop
|
||||
dropbox/
|
||||
drugs/2/search
|
||||
drugs/ReportAbuse.aspx
|
||||
dsb/android/collections
|
||||
|
|
@ -11107,6 +11148,8 @@ dupuytrens/what-to-expect
|
|||
dvi
|
||||
dw
|
||||
dynamic-offer
|
||||
dynamic-seal
|
||||
dynamic/
|
||||
dynamiccontent/webapi
|
||||
dynamiclogic
|
||||
dynamics/
|
||||
|
|
@ -11483,6 +11526,7 @@ eo/users
|
|||
ep-live/
|
||||
epaper
|
||||
epilepsy-seizures-rapid-rescue-single-treatment
|
||||
episerver
|
||||
episode_times
|
||||
erasmus-plus/404_en.htm
|
||||
erid=
|
||||
|
|
@ -12159,10 +12203,12 @@ fichas/gestor
|
|||
ficmanagers
|
||||
field_article
|
||||
file
|
||||
file-a-complaint
|
||||
file/new?try-plugin-id=
|
||||
file_download.php
|
||||
fileadmin/user_upload/PermRep
|
||||
fileadmin/user_upload/en
|
||||
filedrop/
|
||||
files
|
||||
files/advertising
|
||||
files/developer
|
||||
|
|
@ -12776,6 +12822,10 @@ get-galleryfragment
|
|||
get-giftmodule
|
||||
get-hired
|
||||
get-instant-confirmation/index.
|
||||
get-listed/business
|
||||
get-listed/consumer
|
||||
get-listed/form
|
||||
get-listed/success
|
||||
get-started
|
||||
getCallUsInfoData
|
||||
getMoreSimilarGalleriesAjax
|
||||
|
|
@ -13202,13 +13252,11 @@ help-v1
|
|||
help/*
|
||||
help/*/answers
|
||||
help/*/ask
|
||||
help/assistent.html
|
||||
help/cnnx.html
|
||||
help/feedback
|
||||
help/forgot_login
|
||||
help/kindlecloudreader
|
||||
help/kindlefire
|
||||
help/live/launch-day/launch-day-videoupload.html
|
||||
help/maps/indoormaps/partners
|
||||
help/maps/streetview/partners/welcome
|
||||
help/requests/new?app_id=
|
||||
|
|
@ -13245,6 +13293,8 @@ hide?
|
|||
highereducation/higheddocs
|
||||
highlights
|
||||
highwire
|
||||
hilfe/assistent.html
|
||||
hilfe/fundingdetail.html
|
||||
hims-hard-mints
|
||||
hinweis/datenleck
|
||||
hire/browse
|
||||
|
|
@ -14186,7 +14236,10 @@ info
|
|||
info-pages/advertising-guidelines
|
||||
info-pages/custom-services-agreement-23-10
|
||||
info-pages/terms-of-use/custom-services-agreement-23-10
|
||||
info/agb/api.html
|
||||
info/agb/starter-2018.html
|
||||
info/tech-feedback
|
||||
info/verstoss-melden.html
|
||||
informa
|
||||
information/feedback.html?
|
||||
information/privacy.html
|
||||
|
|
@ -15092,6 +15145,9 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
learnmore
|
||||
leave-a-review/no-bid
|
||||
leave-a-review/no-bid/expiration
|
||||
leave-a-review/no-bid/thank-you
|
||||
lecture
|
||||
lees/gids/exclusief
|
||||
lees/gids/exclusief$
|
||||
|
|
@ -15525,6 +15581,7 @@ makeorder
|
|||
malformed
|
||||
manage
|
||||
manage-listing
|
||||
manage-location
|
||||
manage/*
|
||||
manage/global
|
||||
manage_friend.pl
|
||||
|
|
@ -16384,6 +16441,7 @@ mx/search*ship_to=
|
|||
mx/sell
|
||||
mx/share
|
||||
mx/shop_name_search_service
|
||||
mx/storage
|
||||
mx/strumenti/creatore-di-logo/onboarding
|
||||
mx/teams
|
||||
mx/technology.atom
|
||||
|
|
@ -16464,6 +16522,7 @@ my_reports/reports
|
|||
my_videos
|
||||
my_videos_upload
|
||||
myaccount
|
||||
myaccount/
|
||||
myb
|
||||
mybooking.html
|
||||
mybookoflists
|
||||
|
|
@ -17697,6 +17756,7 @@ parliament/public/transltraineeship/secured
|
|||
partNumber=
|
||||
participate/conferences.xml
|
||||
partner
|
||||
partner-articles
|
||||
partner-content/*
|
||||
partner-locator/partner-details
|
||||
partner/*?
|
||||
|
|
@ -17937,6 +17997,7 @@ ping
|
|||
ping?
|
||||
pingback
|
||||
pingdom
|
||||
pinnwand.html
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
|
|
@ -20345,7 +20406,7 @@ showdependency
|
|||
shows/
|
||||
showtag
|
||||
showtime/.requestinvite.html.swp
|
||||
showtimes/location/*http://images-na.ssl-images-amazon.com/robots.txt
|
||||
showtimes/location/*http://j.mp/robots.txt
|
||||
shr*
|
||||
shutterstock
|
||||
si
|
||||
|
|
@ -20821,70 +20882,11 @@ smclient=
|
|||
smcot
|
||||
sme
|
||||
smevi
|
||||
sn-demokratie.html
|
||||
sn-demokratie/sn-demonstration.html
|
||||
sn-drogerie.html
|
||||
sn-drogerie/sn-drogerie-sonstiges.html
|
||||
sn-drogerie/sn-gesicht.html
|
||||
sn-drogerie/sn-haare.html
|
||||
sn-drogerie/sn-intimes.html
|
||||
sn-drogerie/sn-koerper.html
|
||||
sn-drogerie/sn-zaehne.html
|
||||
sn-erlebnisse.html
|
||||
sn-erlebnisse/sn-erlebnisse-sonstiges.html
|
||||
sn-erlebnisse/sn-events.html
|
||||
sn-erlebnisse/sn-konzert.html
|
||||
sn-erlebnisse/sn-locations.html
|
||||
sn-erlebnisse/sn-meet-greet.html
|
||||
sn-erlebnisse/sn-urlaub.html
|
||||
sn-fashion.html
|
||||
sn-fashion/sn-accessoires.html
|
||||
sn-fashion/sn-fashion-sonstiges.html
|
||||
sn-fashion/sn-kleidung.html
|
||||
sn-fashion/sn-schmuck-uhren.html
|
||||
sn-fashion/sn-schuhe.html
|
||||
sn-fashion/sn-taschen-rucksaecke.html
|
||||
sn-gutscheine.html
|
||||
sn-gutscheine/sn-gastronomie.html
|
||||
sn-gutscheine/sn-gutscheine-sonstiges.html
|
||||
sn-gutscheine/sn-shop.html
|
||||
sn-lebensmittel.html
|
||||
sn-lebensmittel/sn-alkoholisches.html
|
||||
sn-lebensmittel/sn-getraenke.html
|
||||
sn-lebensmittel/sn-kaffee-tee.html
|
||||
sn-lebensmittel/sn-kraeuter-gewuerze.html
|
||||
sn-lebensmittel/sn-lebensmittel-sonstiges.html
|
||||
sn-lebensmittel/sn-snacks.html
|
||||
sn-lebensmittel/sn-superfood.html
|
||||
sn-lebensmittel/sn-vegan.html
|
||||
sn-lifestyle.html
|
||||
sn-lifestyle/outdoor.html
|
||||
sn-lifestyle/sn-kunsthandwerk.html
|
||||
sn-lifestyle/sn-lifestyle-sonstiges.html
|
||||
sn-lifestyle/sn-mobilitaet.html
|
||||
sn-lifestyle/sn-reisen.html
|
||||
sn-lifestyle/sn-sportartikel.html
|
||||
sn-lifestyle/sn-tierbedarf.html
|
||||
sn-symbolisches.html
|
||||
sn-symbolisches/sn-karma.html
|
||||
sn-symbolisches/sn-patenschaft.html
|
||||
sn-symbolisches/sn-symbolisches-sonstiges.html
|
||||
sn-technik.html
|
||||
sn-technik/sn-gadgets.html
|
||||
sn-technik/sn-software-apps.html
|
||||
sn-technik/sn-technik-sonstiges.html
|
||||
sn-wohnen.html
|
||||
sn-wohnen/sn-gemuetlichkeit.html
|
||||
sn-wohnen/sn-kuechenutensilien.html
|
||||
sn-wohnen/sn-reinigung.html
|
||||
sn-wohnen/sn-saatgut.html
|
||||
sn-wohnen/sn-wohnen-sonstiges.html
|
||||
snap
|
||||
sndmsg?
|
||||
snoop
|
||||
snp
|
||||
sns-ap
|
||||
snuugl.html
|
||||
soap/
|
||||
soc
|
||||
social
|
||||
|
|
@ -20919,6 +20921,8 @@ software/gnun/reports
|
|||
software/gnun/test
|
||||
software/winboard/whats_new
|
||||
sogou
|
||||
solr
|
||||
solrSearch
|
||||
solutions
|
||||
solutions/$
|
||||
solutions/case-studies/
|
||||
|
|
@ -20973,11 +20977,6 @@ sources/refund
|
|||
sources/sepa_mandate
|
||||
sources/test_klarna
|
||||
sources/test_source
|
||||
sp-spiele.html
|
||||
sp-spiele/sn-brettspiele.html
|
||||
sp-spiele/sn-kartenspiele.html
|
||||
sp-spiele/sn-online-games.html
|
||||
sp-spiele/sn-spiele-sonstiges.html
|
||||
sp/2for1
|
||||
sp/3for2
|
||||
sp=
|
||||
|
|
@ -21104,7 +21103,6 @@ stamp_ranking
|
|||
standards
|
||||
starbuckspartners
|
||||
start
|
||||
start-project/Page-Projekt-anlegen.html
|
||||
start-session
|
||||
start-ups/challenge/
|
||||
start-ups/loft/hack/
|
||||
|
|
@ -21318,6 +21316,7 @@ subject
|
|||
subject=
|
||||
subjects
|
||||
submit
|
||||
submit-review-thank-you
|
||||
submitlink?
|
||||
submitstory
|
||||
submitted/review
|
||||
|
|
@ -21751,6 +21750,7 @@ templatepackage/modules
|
|||
templatepackage/subtopic
|
||||
templatepackage/templates
|
||||
templates
|
||||
templates/
|
||||
templates/*/*/?uid=
|
||||
templates/*/MA
|
||||
templates/?uid=
|
||||
|
|
@ -21787,6 +21787,7 @@ test-2
|
|||
test-2$
|
||||
test-2.*$
|
||||
test-2.html$
|
||||
test-all-page
|
||||
test-kick-tires
|
||||
test-v1-page-template
|
||||
test.html
|
||||
|
|
@ -22636,6 +22637,7 @@ unsupported-browser
|
|||
unternehmen/c
|
||||
unternehmen/o
|
||||
unternehmen/suche
|
||||
unterstuetzer.html
|
||||
until=
|
||||
update-your-browser
|
||||
update.php
|
||||
|
|
@ -22835,6 +22837,7 @@ us/internal
|
|||
us/node/add
|
||||
us/payroll/v1/help/
|
||||
us/search
|
||||
us/storage
|
||||
us/support/service/agent
|
||||
us/trade-in/program-violation
|
||||
us/user
|
||||
|
|
@ -23020,6 +23023,7 @@ usr/*/followers
|
|||
usuarios
|
||||
usuarios/addToFavorite.shtml
|
||||
usuarios/addToPlayList.shtml
|
||||
util
|
||||
util/ClientLogger.htm
|
||||
utils
|
||||
utl/
|
||||
|
|
@ -24375,6 +24379,7 @@ wp-admin
|
|||
wp-admin/
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.php
|
||||
wp-admin/admin-ajax.phphttp://aljazeera.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://fool.com/robots.txt
|
||||
wp-admin/admin-ajax.phphttp://openstreetmap.org/robots.txt
|
||||
wp-admin/load-scripts.php
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue