mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-11 17:49:02 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
e7a9b2eb16
commit
aeba3e251f
32 changed files with 2141 additions and 3231 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1753945577
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1753869886
|
||||
"last_update": 1753956255
|
||||
}
|
||||
}
|
||||
|
|
@ -3605,6 +3605,18 @@ packages/composables/src/use-custom-selection.ts
|
|||
composables/src/use-custom-selection.ts
|
||||
src/use-custom-selection.ts
|
||||
use-custom-selection.ts
|
||||
packages/composables/src/use-filter-fields.test.ts
|
||||
composables/src/use-filter-fields.test.ts
|
||||
src/use-filter-fields.test.ts
|
||||
use-filter-fields.test.ts
|
||||
packages/composables/src/use-sync.test.ts
|
||||
composables/src/use-sync.test.ts
|
||||
src/use-sync.test.ts
|
||||
use-sync.test.ts
|
||||
packages/composables/src/use-layout.test.ts
|
||||
composables/src/use-layout.test.ts
|
||||
src/use-layout.test.ts
|
||||
use-layout.test.ts
|
||||
packages/composables/src/index.ts
|
||||
composables/src/index.ts
|
||||
src/index.ts
|
||||
|
|
@ -3617,6 +3629,18 @@ packages/composables/src/use-layout.ts
|
|||
composables/src/use-layout.ts
|
||||
src/use-layout.ts
|
||||
use-layout.ts
|
||||
packages/composables/src/use-system.test.ts
|
||||
composables/src/use-system.test.ts
|
||||
src/use-system.test.ts
|
||||
use-system.test.ts
|
||||
packages/composables/src/use-collection.test.ts
|
||||
composables/src/use-collection.test.ts
|
||||
src/use-collection.test.ts
|
||||
use-collection.test.ts
|
||||
packages/composables/src/use-custom-selection.test.ts
|
||||
composables/src/use-custom-selection.test.ts
|
||||
src/use-custom-selection.test.ts
|
||||
use-custom-selection.test.ts
|
||||
packages/composables/src/use-collection.ts
|
||||
composables/src/use-collection.ts
|
||||
src/use-collection.ts
|
||||
|
|
@ -3629,6 +3653,14 @@ packages/composables/src/use-items.ts
|
|||
composables/src/use-items.ts
|
||||
src/use-items.ts
|
||||
use-items.ts
|
||||
packages/composables/src/use-element-size.test.ts
|
||||
composables/src/use-element-size.test.ts
|
||||
src/use-element-size.test.ts
|
||||
use-element-size.test.ts
|
||||
packages/composables/src/use-size-class.test.ts
|
||||
composables/src/use-size-class.test.ts
|
||||
src/use-size-class.test.ts
|
||||
use-size-class.test.ts
|
||||
packages/composables/src/use-groupable.ts
|
||||
composables/src/use-groupable.ts
|
||||
src/use-groupable.ts
|
||||
|
|
@ -3637,10 +3669,17 @@ packages/composables/src/use-sync.ts
|
|||
composables/src/use-sync.ts
|
||||
src/use-sync.ts
|
||||
use-sync.ts
|
||||
packages/composables/src/use-groupable.test.ts
|
||||
composables/src/use-groupable.test.ts
|
||||
src/use-groupable.test.ts
|
||||
use-groupable.test.ts
|
||||
packages/composables/src/use-size-class.ts
|
||||
composables/src/use-size-class.ts
|
||||
src/use-size-class.ts
|
||||
use-size-class.ts
|
||||
packages/composables/vitest.config.ts
|
||||
composables/vitest.config.ts
|
||||
vitest.config.ts
|
||||
packages/composables/readme.md
|
||||
composables/readme.md
|
||||
readme.md
|
||||
|
|
@ -3912,6 +3951,9 @@ license
|
|||
packages/extensions/package.json
|
||||
extensions/package.json
|
||||
package.json
|
||||
packages/create-directus-extension/vitest.config.js
|
||||
create-directus-extension/vitest.config.js
|
||||
vitest.config.js
|
||||
packages/create-directus-extension/readme.md
|
||||
create-directus-extension/readme.md
|
||||
readme.md
|
||||
|
|
@ -3925,6 +3967,10 @@ packages/create-directus-extension/lib/index.js
|
|||
create-directus-extension/lib/index.js
|
||||
lib/index.js
|
||||
index.js
|
||||
packages/create-directus-extension/lib/index.test.js
|
||||
create-directus-extension/lib/index.test.js
|
||||
lib/index.test.js
|
||||
index.test.js
|
||||
packages/random/src/sequence.test.ts
|
||||
random/src/sequence.test.ts
|
||||
src/sequence.test.ts
|
||||
|
|
@ -17706,6 +17752,8 @@ crazy-waves-post.md
|
|||
curvy-hands-judge.md
|
||||
.changeset/lemon-aliens-hide.md
|
||||
lemon-aliens-hide.md
|
||||
.changeset/brave-rules-strive.md
|
||||
brave-rules-strive.md
|
||||
.changeset/hip-jokes-cheat.md
|
||||
hip-jokes-cheat.md
|
||||
.changeset/social-queens-like.md
|
||||
|
|
@ -17720,6 +17768,8 @@ brown-pandas-attack.md
|
|||
ten-ideas-feel.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/all-lands-take.md
|
||||
all-lands-take.md
|
||||
.changeset/spotty-facts-stand.md
|
||||
spotty-facts-stand.md
|
||||
.changeset/rare-doors-notice.md
|
||||
|
|
|
|||
|
|
@ -750,15 +750,25 @@ packages/schema/tsconfig.json
|
|||
packages/composables/src/use-items.test.ts
|
||||
packages/composables/src/use-system.ts
|
||||
packages/composables/src/use-custom-selection.ts
|
||||
packages/composables/src/use-filter-fields.test.ts
|
||||
packages/composables/src/use-sync.test.ts
|
||||
packages/composables/src/use-layout.test.ts
|
||||
packages/composables/src/index.ts
|
||||
packages/composables/src/use-filter-fields.ts
|
||||
packages/composables/src/use-layout.ts
|
||||
packages/composables/src/use-system.test.ts
|
||||
packages/composables/src/use-collection.test.ts
|
||||
packages/composables/src/use-custom-selection.test.ts
|
||||
packages/composables/src/use-collection.ts
|
||||
packages/composables/src/use-element-size.ts
|
||||
packages/composables/src/use-items.ts
|
||||
packages/composables/src/use-element-size.test.ts
|
||||
packages/composables/src/use-size-class.test.ts
|
||||
packages/composables/src/use-groupable.ts
|
||||
packages/composables/src/use-sync.ts
|
||||
packages/composables/src/use-groupable.test.ts
|
||||
packages/composables/src/use-size-class.ts
|
||||
packages/composables/vitest.config.ts
|
||||
packages/composables/readme.md
|
||||
packages/composables/license
|
||||
packages/composables/package.json
|
||||
|
|
@ -814,10 +824,12 @@ packages/extensions/src/tsconfig.json
|
|||
packages/extensions/readme.md
|
||||
packages/extensions/license
|
||||
packages/extensions/package.json
|
||||
packages/create-directus-extension/vitest.config.js
|
||||
packages/create-directus-extension/readme.md
|
||||
packages/create-directus-extension/license
|
||||
packages/create-directus-extension/package.json
|
||||
packages/create-directus-extension/lib/index.js
|
||||
packages/create-directus-extension/lib/index.test.js
|
||||
packages/random/src/sequence.test.ts
|
||||
packages/random/src/alpha.ts
|
||||
packages/random/src/array.test.ts
|
||||
|
|
@ -3545,6 +3557,7 @@ codecov.yaml
|
|||
.changeset/crazy-waves-post.md
|
||||
.changeset/curvy-hands-judge.md
|
||||
.changeset/lemon-aliens-hide.md
|
||||
.changeset/brave-rules-strive.md
|
||||
.changeset/hip-jokes-cheat.md
|
||||
.changeset/social-queens-like.md
|
||||
.changeset/twelve-pugs-play.md
|
||||
|
|
@ -3552,6 +3565,7 @@ codecov.yaml
|
|||
.changeset/brown-pandas-attack.md
|
||||
.changeset/ten-ideas-feel.md
|
||||
.changeset/config.json
|
||||
.changeset/all-lands-take.md
|
||||
.changeset/spotty-facts-stand.md
|
||||
.changeset/rare-doors-notice.md
|
||||
.changeset/eight-symbols-grow.md
|
||||
|
|
|
|||
|
|
@ -107193,14 +107193,6 @@ Tests/Core/Form/SubformStateTest.php
|
|||
Core/Form/SubformStateTest.php
|
||||
Form/SubformStateTest.php
|
||||
SubformStateTest.php
|
||||
core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc
|
||||
tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc
|
||||
Drupal/Tests/Core/Form/fixtures/form_base_test.inc
|
||||
Tests/Core/Form/fixtures/form_base_test.inc
|
||||
Core/Form/fixtures/form_base_test.inc
|
||||
Form/fixtures/form_base_test.inc
|
||||
fixtures/form_base_test.inc
|
||||
form_base_test.inc
|
||||
core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
|
||||
tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
|
||||
Drupal/Tests/Core/Form/FormSubmitterTest.php
|
||||
|
|
|
|||
|
|
@ -15291,7 +15291,6 @@ core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php
|
|||
core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
|
||||
core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php
|
||||
core/tests/Drupal/Tests/Core/Form/SubformStateTest.php
|
||||
core/tests/Drupal/Tests/Core/Form/fixtures/form_base_test.inc
|
||||
core/tests/Drupal/Tests/Core/Form/FormSubmitterTest.php
|
||||
core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
|
||||
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
|
||||
|
|
|
|||
|
|
@ -2626,6 +2626,12 @@ views/settings/fields/fiscal-year-shift.js
|
|||
settings/fields/fiscal-year-shift.js
|
||||
fields/fiscal-year-shift.js
|
||||
fiscal-year-shift.js
|
||||
client/src/views/settings/fields/time-zone.js
|
||||
src/views/settings/fields/time-zone.js
|
||||
views/settings/fields/time-zone.js
|
||||
settings/fields/time-zone.js
|
||||
fields/time-zone.js
|
||||
time-zone.js
|
||||
client/src/views/settings/fields/auth-two-fa-method-list.js
|
||||
src/views/settings/fields/auth-two-fa-method-list.js
|
||||
views/settings/fields/auth-two-fa-method-list.js
|
||||
|
|
|
|||
|
|
@ -458,6 +458,7 @@ client/src/views/settings/edit.js
|
|||
client/src/views/settings/record/edit.js
|
||||
client/src/views/settings/fields/oidc-redirect-uri.js
|
||||
client/src/views/settings/fields/fiscal-year-shift.js
|
||||
client/src/views/settings/fields/time-zone.js
|
||||
client/src/views/settings/fields/auth-two-fa-method-list.js
|
||||
client/src/views/settings/fields/currency-list.js
|
||||
client/src/views/settings/fields/assignment-email-notifications-entity-list.js
|
||||
|
|
|
|||
|
|
@ -34038,6 +34038,11 @@ admin-x-activitypub/src/hooks/use-activity-pub-queries.ts
|
|||
src/hooks/use-activity-pub-queries.ts
|
||||
hooks/use-activity-pub-queries.ts
|
||||
use-activity-pub-queries.ts
|
||||
apps/admin-x-activitypub/src/hooks/use-activity-pub-queries.test.ts
|
||||
admin-x-activitypub/src/hooks/use-activity-pub-queries.test.ts
|
||||
src/hooks/use-activity-pub-queries.test.ts
|
||||
hooks/use-activity-pub-queries.test.ts
|
||||
use-activity-pub-queries.test.ts
|
||||
apps/admin-x-activitypub/src/hooks/use-reply-chain-data.ts
|
||||
admin-x-activitypub/src/hooks/use-reply-chain-data.ts
|
||||
src/hooks/use-reply-chain-data.ts
|
||||
|
|
|
|||
|
|
@ -5229,6 +5229,7 @@ apps/admin-x-activitypub/src/api/activitypub.test.ts
|
|||
apps/admin-x-activitypub/src/hooks/use-active-route.ts
|
||||
apps/admin-x-activitypub/src/hooks/use-keyboard-shortcuts.tsx
|
||||
apps/admin-x-activitypub/src/hooks/use-activity-pub-queries.ts
|
||||
apps/admin-x-activitypub/src/hooks/use-activity-pub-queries.test.ts
|
||||
apps/admin-x-activitypub/src/hooks/use-reply-chain-data.ts
|
||||
apps/admin-x-activitypub/src/components/global/EmptyViewIndicator.tsx
|
||||
apps/admin-x-activitypub/src/components/global/Separator.tsx
|
||||
|
|
|
|||
|
|
@ -22324,6 +22324,12 @@ Tests/Functional/Command/CreateCustomFieldCommandTest.php
|
|||
Functional/Command/CreateCustomFieldCommandTest.php
|
||||
Command/CreateCustomFieldCommandTest.php
|
||||
CreateCustomFieldCommandTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/DncSearchFunctionalTest.php
|
||||
bundles/LeadBundle/Tests/Functional/DncSearchFunctionalTest.php
|
||||
LeadBundle/Tests/Functional/DncSearchFunctionalTest.php
|
||||
Tests/Functional/DncSearchFunctionalTest.php
|
||||
Functional/DncSearchFunctionalTest.php
|
||||
DncSearchFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
|
||||
bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
|
||||
LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
|
||||
|
|
|
|||
|
|
@ -3935,6 +3935,7 @@ app/bundles/LeadBundle/Tests/Functional/AbstractSearchTestCase.php
|
|||
app/bundles/LeadBundle/Tests/Functional/ContactExportLimitFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/Command/ImportCommandTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/Command/CreateCustomFieldCommandTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/DncSearchFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/EventListener/CompanySubscriberFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/EventListener/CampaignSubscriberTest.php
|
||||
app/bundles/LeadBundle/Tests/Functional/EventListener/SegmentSubscriberTest.php
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -4469,261 +4469,7 @@ upload/admin/model/marketing/coupon.php
|
|||
upload/admin/model/marketing/affiliate.php
|
||||
upload/admin/model/marketing/marketing.php
|
||||
upload/admin/view/data/en-gb/customer/customer_group.json
|
||||
upload/admin/view/data/en-gb/localisation/country-147.json
|
||||
upload/admin/view/data/en-gb/localisation/country-185.json
|
||||
upload/admin/view/data/en-gb/localisation/country-179.json
|
||||
upload/admin/view/data/en-gb/localisation/country-49.json
|
||||
upload/admin/view/data/en-gb/localisation/country-190.json
|
||||
upload/admin/view/data/en-gb/localisation/country-156.json
|
||||
upload/admin/view/data/en-gb/localisation/country-218.json
|
||||
upload/admin/view/data/en-gb/localisation/country-79.json
|
||||
upload/admin/view/data/en-gb/localisation/country-29.json
|
||||
upload/admin/view/data/en-gb/localisation/country-178.json
|
||||
upload/admin/view/data/en-gb/localisation/country-163.json
|
||||
upload/admin/view/data/en-gb/localisation/country-86.json
|
||||
upload/admin/view/data/en-gb/localisation/country-206.json
|
||||
upload/admin/view/data/en-gb/localisation/country-137.json
|
||||
upload/admin/view/data/en-gb/localisation/country-208.json
|
||||
upload/admin/view/data/en-gb/localisation/country-246.json
|
||||
upload/admin/view/data/en-gb/localisation/country-126.json
|
||||
upload/admin/view/data/en-gb/localisation/country-64.json
|
||||
upload/admin/view/data/en-gb/localisation/country-17.json
|
||||
upload/admin/view/data/en-gb/localisation/country-157.json
|
||||
upload/admin/view/data/en-gb/localisation/country-3.json
|
||||
upload/admin/view/data/en-gb/localisation/country-161.json
|
||||
upload/admin/view/data/en-gb/localisation/country-145.json
|
||||
upload/admin/view/data/en-gb/localisation/country-26.json
|
||||
upload/admin/view/data/en-gb/localisation/country-231.json
|
||||
upload/admin/view/data/en-gb/localisation/country-44.json
|
||||
upload/admin/view/data/en-gb/localisation/country-164.json
|
||||
upload/admin/view/data/en-gb/localisation/country-20.json
|
||||
upload/admin/view/data/en-gb/localisation/country-123.json
|
||||
upload/admin/view/data/en-gb/localisation/country-107.json
|
||||
upload/admin/view/data/en-gb/localisation/country-55.json
|
||||
upload/admin/view/data/en-gb/localisation/country-117.json
|
||||
upload/admin/view/data/en-gb/localisation/country-181.json
|
||||
upload/admin/view/data/en-gb/localisation/country-67.json
|
||||
upload/admin/view/data/en-gb/localisation/country-77.json
|
||||
upload/admin/view/data/en-gb/localisation/country-187.json
|
||||
upload/admin/view/data/en-gb/localisation/country-75.json
|
||||
upload/admin/view/data/en-gb/localisation/country-201.json
|
||||
upload/admin/view/data/en-gb/localisation/country-68.json
|
||||
upload/admin/view/data/en-gb/localisation/country-177.json
|
||||
upload/admin/view/data/en-gb/localisation/country-152.json
|
||||
upload/admin/view/data/en-gb/localisation/country-195.json
|
||||
upload/admin/view/data/en-gb/localisation/country-54.json
|
||||
upload/admin/view/data/en-gb/localisation/country-215.json
|
||||
upload/admin/view/data/en-gb/localisation/country-173.json
|
||||
upload/admin/view/data/en-gb/localisation/country-252.json
|
||||
upload/admin/view/data/en-gb/localisation/country-143.json
|
||||
upload/admin/view/data/en-gb/localisation/country-60.json
|
||||
upload/admin/view/data/en-gb/localisation/country-116.json
|
||||
upload/admin/view/data/en-gb/localisation/country-94.json
|
||||
upload/admin/view/data/en-gb/localisation/country-88.json
|
||||
upload/admin/view/data/en-gb/localisation/currency.json
|
||||
upload/admin/view/data/en-gb/localisation/country-200.json
|
||||
upload/admin/view/data/en-gb/localisation/country-120.json
|
||||
upload/admin/view/data/en-gb/localisation/country-158.json
|
||||
upload/admin/view/data/en-gb/localisation/country-19.json
|
||||
upload/admin/view/data/en-gb/localisation/country-124.json
|
||||
upload/admin/view/data/en-gb/localisation/country-221.json
|
||||
upload/admin/view/data/en-gb/localisation/country-43.json
|
||||
upload/admin/view/data/en-gb/localisation/country-96.json
|
||||
upload/admin/view/data/en-gb/localisation/country-37.json
|
||||
upload/admin/view/data/en-gb/localisation/country-28.json
|
||||
upload/admin/view/data/en-gb/localisation/country-100.json
|
||||
upload/admin/view/data/en-gb/localisation/country-232.json
|
||||
upload/admin/view/data/en-gb/localisation/country-216.json
|
||||
upload/admin/view/data/en-gb/localisation/country-38.json
|
||||
upload/admin/view/data/en-gb/localisation/country-98.json
|
||||
upload/admin/view/data/en-gb/localisation/country-87.json
|
||||
upload/admin/view/data/en-gb/localisation/country-194.json
|
||||
upload/admin/view/data/en-gb/localisation/country-9.json
|
||||
upload/admin/view/data/en-gb/localisation/country-11.json
|
||||
upload/admin/view/data/en-gb/localisation/country-183.json
|
||||
upload/admin/view/data/en-gb/localisation/country-197.json
|
||||
upload/admin/view/data/en-gb/localisation/country-93.json
|
||||
upload/admin/view/data/en-gb/localisation/country-226.json
|
||||
upload/admin/view/data/en-gb/localisation/country-220.json
|
||||
upload/admin/view/data/en-gb/localisation/country-8.json
|
||||
upload/admin/view/data/en-gb/localisation/country-74.json
|
||||
upload/admin/view/data/en-gb/localisation/country-230.json
|
||||
upload/admin/view/data/en-gb/localisation/country-256.json
|
||||
upload/admin/view/data/en-gb/localisation/country-172.json
|
||||
upload/admin/view/data/en-gb/localisation/country-27.json
|
||||
upload/admin/view/data/en-gb/localisation/country-114.json
|
||||
upload/admin/view/data/en-gb/localisation/country-138.json
|
||||
upload/admin/view/data/en-gb/localisation/country-191.json
|
||||
upload/admin/view/data/en-gb/localisation/country-104.json
|
||||
upload/admin/view/data/en-gb/localisation/country-234.json
|
||||
upload/admin/view/data/en-gb/localisation/country-13.json
|
||||
upload/admin/view/data/en-gb/localisation/country-24.json
|
||||
upload/admin/view/data/en-gb/localisation/country-45.json
|
||||
upload/admin/view/data/en-gb/localisation/country-207.json
|
||||
upload/admin/view/data/en-gb/localisation/country-169.json
|
||||
upload/admin/view/data/en-gb/localisation/country-25.json
|
||||
upload/admin/view/data/en-gb/localisation/country-148.json
|
||||
upload/admin/view/data/en-gb/localisation/country-15.json
|
||||
upload/admin/view/data/en-gb/localisation/country-7.json
|
||||
upload/admin/view/data/en-gb/localisation/country-165.json
|
||||
upload/admin/view/data/en-gb/localisation/country-196.json
|
||||
upload/admin/view/data/en-gb/localisation/country-257.json
|
||||
upload/admin/view/data/en-gb/localisation/country-35.json
|
||||
upload/admin/view/data/en-gb/localisation/country-133.json
|
||||
upload/admin/view/data/en-gb/localisation/country-33.json
|
||||
upload/admin/view/data/en-gb/localisation/country-160.json
|
||||
upload/admin/view/data/en-gb/localisation/country-52.json
|
||||
upload/admin/view/data/en-gb/localisation/country-193.json
|
||||
upload/admin/view/data/en-gb/localisation/country-99.json
|
||||
upload/admin/view/data/en-gb/localisation/country-103.json
|
||||
upload/admin/view/data/en-gb/localisation/country-188.json
|
||||
upload/admin/view/data/en-gb/localisation/country-255.json
|
||||
upload/admin/view/data/en-gb/localisation/country-228.json
|
||||
upload/admin/view/data/en-gb/localisation/country-95.json
|
||||
upload/admin/view/data/en-gb/localisation/country-40.json
|
||||
upload/admin/view/data/en-gb/localisation/country-129.json
|
||||
upload/admin/view/data/en-gb/localisation/country-47.json
|
||||
upload/admin/view/data/en-gb/localisation/country-39.json
|
||||
upload/admin/view/data/en-gb/localisation/country-53.json
|
||||
upload/admin/view/data/en-gb/localisation/country-31.json
|
||||
upload/admin/view/data/en-gb/localisation/country-2.json
|
||||
upload/admin/view/data/en-gb/localisation/country-149.json
|
||||
upload/admin/view/data/en-gb/localisation/country-225.json
|
||||
upload/admin/view/data/en-gb/localisation/country-113.json
|
||||
upload/admin/view/data/en-gb/localisation/country-90.json
|
||||
upload/admin/view/data/en-gb/localisation/country-23.json
|
||||
upload/admin/view/data/en-gb/localisation/country-83.json
|
||||
upload/admin/view/data/en-gb/localisation/country-119.json
|
||||
upload/admin/view/data/en-gb/localisation/country-245.json
|
||||
upload/admin/view/data/en-gb/localisation/country-189.json
|
||||
upload/admin/view/data/en-gb/localisation/country-227.json
|
||||
upload/admin/view/data/en-gb/localisation/country-219.json
|
||||
upload/admin/view/data/en-gb/localisation/country-14.json
|
||||
upload/admin/view/data/en-gb/localisation/country-180.json
|
||||
upload/admin/view/data/en-gb/localisation/country-118.json
|
||||
upload/admin/view/data/en-gb/localisation/country-176.json
|
||||
upload/admin/view/data/en-gb/localisation/country-166.json
|
||||
upload/admin/view/data/en-gb/localisation/country-85.json
|
||||
upload/admin/view/data/en-gb/localisation/country-150.json
|
||||
upload/admin/view/data/en-gb/localisation/country-249.json
|
||||
upload/admin/view/data/en-gb/localisation/country-22.json
|
||||
upload/admin/view/data/en-gb/localisation/country-50.json
|
||||
upload/admin/view/data/en-gb/localisation/country-30.json
|
||||
upload/admin/view/data/en-gb/localisation/country-115.json
|
||||
upload/admin/view/data/en-gb/localisation/country-144.json
|
||||
upload/admin/view/data/en-gb/localisation/country-233.json
|
||||
upload/admin/view/data/en-gb/localisation/country-192.json
|
||||
upload/admin/view/data/en-gb/localisation/country-229.json
|
||||
upload/admin/view/data/en-gb/localisation/country-237.json
|
||||
upload/admin/view/data/en-gb/localisation/country-153.json
|
||||
upload/admin/view/data/en-gb/localisation/country-71.json
|
||||
upload/admin/view/data/en-gb/localisation/country-6.json
|
||||
upload/admin/view/data/en-gb/localisation/country.json
|
||||
upload/admin/view/data/en-gb/localisation/country-109.json
|
||||
upload/admin/view/data/en-gb/localisation/country-102.json
|
||||
upload/admin/view/data/en-gb/localisation/country-92.json
|
||||
upload/admin/view/data/en-gb/localisation/country-224.json
|
||||
upload/admin/view/data/en-gb/localisation/country-175.json
|
||||
upload/admin/view/data/en-gb/localisation/country-91.json
|
||||
upload/admin/view/data/en-gb/localisation/country-58.json
|
||||
upload/admin/view/data/en-gb/localisation/country-101.json
|
||||
upload/admin/view/data/en-gb/localisation/country-69.json
|
||||
upload/admin/view/data/en-gb/localisation/country-127.json
|
||||
upload/admin/view/data/en-gb/localisation/country-214.json
|
||||
upload/admin/view/data/en-gb/localisation/country-4.json
|
||||
upload/admin/view/data/en-gb/localisation/country-162.json
|
||||
upload/admin/view/data/en-gb/localisation/country-36.json
|
||||
upload/admin/view/data/en-gb/localisation/country-250.json
|
||||
upload/admin/view/data/en-gb/localisation/country-146.json
|
||||
upload/admin/view/data/en-gb/localisation/country-198.json
|
||||
upload/admin/view/data/en-gb/localisation/country-111.json
|
||||
upload/admin/view/data/en-gb/localisation/country-70.json
|
||||
upload/admin/view/data/en-gb/localisation/country-72.json
|
||||
upload/admin/view/data/en-gb/localisation/country-48.json
|
||||
upload/admin/view/data/en-gb/localisation/country-167.json
|
||||
upload/admin/view/data/en-gb/localisation/country-108.json
|
||||
upload/admin/view/data/en-gb/localisation/country-130.json
|
||||
upload/admin/view/data/en-gb/localisation/country-42.json
|
||||
upload/admin/view/data/en-gb/localisation/country-97.json
|
||||
upload/admin/view/data/en-gb/localisation/country-134.json
|
||||
upload/admin/view/data/en-gb/localisation/country-151.json
|
||||
upload/admin/view/data/en-gb/localisation/country-122.json
|
||||
upload/admin/view/data/en-gb/localisation/country-59.json
|
||||
upload/admin/view/data/en-gb/localisation/country-10.json
|
||||
upload/admin/view/data/en-gb/localisation/country-112.json
|
||||
upload/admin/view/data/en-gb/localisation/country-12.json
|
||||
upload/admin/view/data/en-gb/localisation/country-89.json
|
||||
upload/admin/view/data/en-gb/localisation/country-136.json
|
||||
upload/admin/view/data/en-gb/localisation/country-5.json
|
||||
upload/admin/view/data/en-gb/localisation/country-21.json
|
||||
upload/admin/view/data/en-gb/localisation/country-211.json
|
||||
upload/admin/view/data/en-gb/localisation/country-253.json
|
||||
upload/admin/view/data/en-gb/localisation/country-203.json
|
||||
upload/admin/view/data/en-gb/localisation/country-159.json
|
||||
upload/admin/view/data/en-gb/localisation/country-57.json
|
||||
upload/admin/view/data/en-gb/localisation/country-184.json
|
||||
upload/admin/view/data/en-gb/localisation/country-105.json
|
||||
upload/admin/view/data/en-gb/localisation/country-62.json
|
||||
upload/admin/view/data/en-gb/localisation/country-217.json
|
||||
upload/admin/view/data/en-gb/localisation/country-174.json
|
||||
upload/admin/view/data/en-gb/localisation/country-121.json
|
||||
upload/admin/view/data/en-gb/localisation/country-171.json
|
||||
upload/admin/view/data/en-gb/localisation/country-78.json
|
||||
upload/admin/view/data/en-gb/localisation/country-139.json
|
||||
upload/admin/view/data/en-gb/localisation/country-132.json
|
||||
upload/admin/view/data/en-gb/localisation/country-251.json
|
||||
upload/admin/view/data/en-gb/localisation/country-247.json
|
||||
upload/admin/view/data/en-gb/localisation/country-209.json
|
||||
upload/admin/view/data/en-gb/localisation/country-243.json
|
||||
upload/admin/view/data/en-gb/localisation/country-244.json
|
||||
upload/admin/view/data/en-gb/localisation/country-140.json
|
||||
upload/admin/view/data/en-gb/localisation/country-41.json
|
||||
upload/admin/view/data/en-gb/localisation/country-239.json
|
||||
upload/admin/view/data/en-gb/localisation/country-106.json
|
||||
upload/admin/view/data/en-gb/localisation/country-125.json
|
||||
upload/admin/view/data/en-gb/localisation/country-142.json
|
||||
upload/admin/view/data/en-gb/localisation/country-16.json
|
||||
upload/admin/view/data/en-gb/localisation/country-65.json
|
||||
upload/admin/view/data/en-gb/localisation/country-141.json
|
||||
upload/admin/view/data/en-gb/localisation/country-213.json
|
||||
upload/admin/view/data/en-gb/localisation/country-210.json
|
||||
upload/admin/view/data/en-gb/localisation/country-170.json
|
||||
upload/admin/view/data/en-gb/localisation/country-63.json
|
||||
upload/admin/view/data/en-gb/localisation/country-222.json
|
||||
upload/admin/view/data/en-gb/localisation/country-128.json
|
||||
upload/admin/view/data/en-gb/localisation/country-61.json
|
||||
upload/admin/view/data/en-gb/localisation/country-56.json
|
||||
upload/admin/view/data/en-gb/localisation/country-154.json
|
||||
upload/admin/view/data/en-gb/localisation/country-32.json
|
||||
upload/admin/view/data/en-gb/localisation/country-235.json
|
||||
upload/admin/view/data/en-gb/localisation/country-66.json
|
||||
upload/admin/view/data/en-gb/localisation/country-242.json
|
||||
upload/admin/view/data/en-gb/localisation/country-46.json
|
||||
upload/admin/view/data/en-gb/localisation/country-34.json
|
||||
upload/admin/view/data/en-gb/localisation/country-135.json
|
||||
upload/admin/view/data/en-gb/localisation/country-81.json
|
||||
upload/admin/view/data/en-gb/localisation/country-182.json
|
||||
upload/admin/view/data/en-gb/localisation/country-110.json
|
||||
upload/admin/view/data/en-gb/localisation/country-51.json
|
||||
upload/admin/view/data/en-gb/localisation/country-204.json
|
||||
upload/admin/view/data/en-gb/localisation/country-80.json
|
||||
upload/admin/view/data/en-gb/localisation/country-238.json
|
||||
upload/admin/view/data/en-gb/localisation/country-131.json
|
||||
upload/admin/view/data/en-gb/localisation/country-168.json
|
||||
upload/admin/view/data/en-gb/localisation/country-155.json
|
||||
upload/admin/view/data/en-gb/localisation/country-248.json
|
||||
upload/admin/view/data/en-gb/localisation/country-76.json
|
||||
upload/admin/view/data/en-gb/localisation/country-82.json
|
||||
upload/admin/view/data/en-gb/localisation/country-202.json
|
||||
upload/admin/view/data/en-gb/localisation/country-212.json
|
||||
upload/admin/view/data/en-gb/localisation/country-205.json
|
||||
upload/admin/view/data/en-gb/localisation/country-84.json
|
||||
upload/admin/view/data/en-gb/localisation/country-223.json
|
||||
upload/admin/view/data/en-gb/localisation/country-186.json
|
||||
upload/admin/view/data/en-gb/localisation/country-254.json
|
||||
upload/admin/view/data/en-gb/localisation/country-1.json
|
||||
upload/admin/view/data/en-gb/localisation/country-199.json
|
||||
upload/admin/view/data/en-gb/localisation/country-18.json
|
||||
upload/admin/view/template/cms/comment_list.twig
|
||||
upload/admin/view/template/cms/topic_list.twig
|
||||
upload/admin/view/template/cms/antispam.twig
|
||||
|
|
@ -6311,6 +6057,7 @@ upload/admin/controller/task/catalog/article.php
|
|||
upload/admin/controller/task/admin/subscription.php
|
||||
upload/admin/controller/task/admin/security.php
|
||||
upload/admin/controller/task/admin/country.php
|
||||
upload/admin/controller/task/admin/return_status.php
|
||||
upload/admin/controller/task/admin/length_class.php
|
||||
upload/admin/controller/task/admin/language.php
|
||||
upload/admin/controller/task/admin/currency.php
|
||||
|
|
@ -6318,8 +6065,8 @@ upload/admin/controller/task/admin/restore.php
|
|||
upload/admin/controller/task/admin/order_status.php
|
||||
upload/admin/controller/task/admin/product_sale.php
|
||||
upload/admin/controller/task/admin/weight_class.php
|
||||
upload/admin/controller/task/admin/return_action.php
|
||||
upload/admin/controller/task/admin/option.php
|
||||
upload/admin/controller/task/admin/gdpr.php
|
||||
upload/admin/controller/task/admin/mail.php
|
||||
upload/admin/controller/task/admin/sass.php
|
||||
upload/admin/controller/task/admin/order_sale.php
|
||||
|
|
|
|||
|
|
@ -887,6 +887,11 @@ Database/Migrations/sqlscripts/3.3.0_indiagst2.sql
|
|||
Migrations/sqlscripts/3.3.0_indiagst2.sql
|
||||
sqlscripts/3.3.0_indiagst2.sql
|
||||
3.3.0_indiagst2.sql
|
||||
app/Database/Migrations/sqlscripts/3.4.2_nullable_tax_category_id.sql
|
||||
Database/Migrations/sqlscripts/3.4.2_nullable_tax_category_id.sql
|
||||
Migrations/sqlscripts/3.4.2_nullable_tax_category_id.sql
|
||||
sqlscripts/3.4.2_nullable_tax_category_id.sql
|
||||
3.4.2_nullable_tax_category_id.sql
|
||||
app/Database/Migrations/sqlscripts/3.3.0_refundtracking.sql
|
||||
Database/Migrations/sqlscripts/3.3.0_refundtracking.sql
|
||||
Migrations/sqlscripts/3.3.0_refundtracking.sql
|
||||
|
|
@ -1082,6 +1087,10 @@ app/Database/Migrations/20200202000000_taxamount.php
|
|||
Database/Migrations/20200202000000_taxamount.php
|
||||
Migrations/20200202000000_taxamount.php
|
||||
20200202000000_taxamount.php
|
||||
app/Database/Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
Database/Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
20250729170000_NullableTaxCategoryId.php
|
||||
app/Database/Migrations/20210714140000_move_expenses_categories.php
|
||||
Database/Migrations/20210714140000_move_expenses_categories.php
|
||||
Migrations/20210714140000_move_expenses_categories.php
|
||||
|
|
|
|||
|
|
@ -262,6 +262,7 @@ app/Database/Migrations/20190502100000_refundtracking.php
|
|||
app/Database/Migrations/20200125100000_saleschangeprice.php
|
||||
app/Database/Migrations/sqlscripts/3.3.2_saleschangeprice.sql
|
||||
app/Database/Migrations/sqlscripts/3.3.0_indiagst2.sql
|
||||
app/Database/Migrations/sqlscripts/3.4.2_nullable_tax_category_id.sql
|
||||
app/Database/Migrations/sqlscripts/3.3.0_refundtracking.sql
|
||||
app/Database/Migrations/sqlscripts/3.4.1_attribute_links_unique_constraint.sql
|
||||
app/Database/Migrations/sqlscripts/pre-3.0.2/2.0_to_2.1.sql
|
||||
|
|
@ -299,6 +300,7 @@ app/Database/Migrations/sqlscripts/3.4.0_ci4_conversion.sql
|
|||
app/Database/Migrations/sqlscripts/3.4.0_attribute_links_unique_constraint.sql
|
||||
app/Database/Migrations/20230412000000_add_missing_config.php
|
||||
app/Database/Migrations/20200202000000_taxamount.php
|
||||
app/Database/Migrations/20250729170000_NullableTaxCategoryId.php
|
||||
app/Database/Migrations/20210714140000_move_expenses_categories.php
|
||||
app/Database/Migrations/20220127000000_convert_to_ci4.php
|
||||
app/Database/Migrations/20170502221506_sales_tax_data.php
|
||||
|
|
|
|||
|
|
@ -9827,10 +9827,10 @@ console/user/fixtures/config.xml
|
|||
user/fixtures/config.xml
|
||||
fixtures/config.xml
|
||||
config.xml
|
||||
tests/console/user/delete_id_test.php
|
||||
console/user/delete_id_test.php
|
||||
user/delete_id_test.php
|
||||
delete_id_test.php
|
||||
tests/console/user/delete_ids_test.php
|
||||
console/user/delete_ids_test.php
|
||||
user/delete_ids_test.php
|
||||
delete_ids_test.php
|
||||
tests/console/user/activate_test.php
|
||||
console/user/activate_test.php
|
||||
user/activate_test.php
|
||||
|
|
@ -10449,9 +10449,9 @@ config.xml
|
|||
tests/config/db_test.php
|
||||
config/db_test.php
|
||||
db_test.php
|
||||
tests/version/version_test.php
|
||||
version/version_test.php
|
||||
version_test.php
|
||||
tests/version/version_helper_test.php
|
||||
version/version_helper_test.php
|
||||
version_helper_test.php
|
||||
tests/version/version_helper_remote_test.php
|
||||
version/version_helper_remote_test.php
|
||||
version_helper_remote_test.php
|
||||
|
|
@ -11161,9 +11161,6 @@ error_collector_test.php
|
|||
tests/session/append_sid_test.php
|
||||
session/append_sid_test.php
|
||||
append_sid_test.php
|
||||
tests/session/session_key_test.php
|
||||
session/session_key_test.php
|
||||
session_key_test.php
|
||||
tests/session/check_isvalid_test.php
|
||||
session/check_isvalid_test.php
|
||||
check_isvalid_test.php
|
||||
|
|
@ -11173,6 +11170,9 @@ unset_admin_test.php
|
|||
tests/session/testable_factory.php
|
||||
session/testable_factory.php
|
||||
testable_factory.php
|
||||
tests/session/session_login_keys_test.php
|
||||
session/session_login_keys_test.php
|
||||
session_login_keys_test.php
|
||||
tests/session/fixtures/sessions_empty.xml
|
||||
session/fixtures/sessions_empty.xml
|
||||
fixtures/sessions_empty.xml
|
||||
|
|
@ -12585,9 +12585,9 @@ phpbb_forums.xml
|
|||
tests/tree/nestedset_forum_base.php
|
||||
tree/nestedset_forum_base.php
|
||||
nestedset_forum_base.php
|
||||
tests/tree/nestedset_forum_insert_delete_test.php
|
||||
tree/nestedset_forum_insert_delete_test.php
|
||||
nestedset_forum_insert_delete_test.php
|
||||
tests/tree/nestedset_forum_add_remove_test.php
|
||||
tree/nestedset_forum_add_remove_test.php
|
||||
nestedset_forum_add_remove_test.php
|
||||
tests/tree/nestedset_forum_test.php
|
||||
tree/nestedset_forum_test.php
|
||||
nestedset_forum_test.php
|
||||
|
|
@ -13239,6 +13239,9 @@ deactivated_super_global_test.php
|
|||
tests/request/type_cast_helper_test.php
|
||||
request/type_cast_helper_test.php
|
||||
type_cast_helper_test.php
|
||||
tests/cache/memcached_driver_test.php
|
||||
cache/memcached_driver_test.php
|
||||
memcached_driver_test.php
|
||||
tests/cache/apcu_driver_test.php
|
||||
cache/apcu_driver_test.php
|
||||
apcu_driver_test.php
|
||||
|
|
@ -13262,9 +13265,6 @@ file_driver_test.php
|
|||
tests/cache/dummy_driver_test.php
|
||||
cache/dummy_driver_test.php
|
||||
dummy_driver_test.php
|
||||
tests/cache/memcached_test.php
|
||||
cache/memcached_test.php
|
||||
memcached_test.php
|
||||
tests/cache/cache_memory_test.php
|
||||
cache/cache_memory_test.php
|
||||
cache_memory_test.php
|
||||
|
|
|
|||
|
|
@ -1955,7 +1955,7 @@ tests/console/thumbnail_test.php
|
|||
tests/console/user/base.php
|
||||
tests/console/user/delete_test.php
|
||||
tests/console/user/fixtures/config.xml
|
||||
tests/console/user/delete_id_test.php
|
||||
tests/console/user/delete_ids_test.php
|
||||
tests/console/user/activate_test.php
|
||||
tests/console/user/add_test.php
|
||||
tests/console/user/reclean_test.php
|
||||
|
|
@ -2107,7 +2107,7 @@ tests/config/db_text_test.php
|
|||
tests/config/fixtures/config_text.xml
|
||||
tests/config/fixtures/config.xml
|
||||
tests/config/db_test.php
|
||||
tests/version/version_test.php
|
||||
tests/version/version_helper_test.php
|
||||
tests/version/version_helper_remote_test.php
|
||||
tests/version/version_fetch_test.php
|
||||
tests/version/fixture/30x.txt
|
||||
|
|
@ -2294,10 +2294,10 @@ tests/controller/ext/vendor2/foo/subfolder/config/routing.yml
|
|||
tests/controller/phpbb/controller/foo.php
|
||||
tests/error_collector_test.php
|
||||
tests/session/append_sid_test.php
|
||||
tests/session/session_key_test.php
|
||||
tests/session/check_isvalid_test.php
|
||||
tests/session/unset_admin_test.php
|
||||
tests/session/testable_factory.php
|
||||
tests/session/session_login_keys_test.php
|
||||
tests/session/fixtures/sessions_empty.xml
|
||||
tests/session/fixtures/sessions_full.xml
|
||||
tests/session/fixtures/sessions_key.xml
|
||||
|
|
@ -2622,7 +2622,7 @@ tests/tree/nestedset_forum_get_data_test.php
|
|||
tests/tree/nestedset_forum_move_test.php
|
||||
tests/tree/fixtures/phpbb_forums.xml
|
||||
tests/tree/nestedset_forum_base.php
|
||||
tests/tree/nestedset_forum_insert_delete_test.php
|
||||
tests/tree/nestedset_forum_add_remove_test.php
|
||||
tests/tree/nestedset_forum_test.php
|
||||
tests/update/controller_test.php
|
||||
tests/update/get_updates_test.php
|
||||
|
|
@ -2762,6 +2762,7 @@ tests/request/request_var_test.php
|
|||
tests/request/request_test.php
|
||||
tests/request/deactivated_super_global_test.php
|
||||
tests/request/type_cast_helper_test.php
|
||||
tests/cache/memcached_driver_test.php
|
||||
tests/cache/apcu_driver_test.php
|
||||
tests/cache/cache_memory.php
|
||||
tests/cache/fixtures/cache_memory.xml
|
||||
|
|
@ -2769,7 +2770,6 @@ tests/cache/fixtures/config.xml
|
|||
tests/cache/common_test_case.php
|
||||
tests/cache/file_driver_test.php
|
||||
tests/cache/dummy_driver_test.php
|
||||
tests/cache/memcached_test.php
|
||||
tests/cache/cache_memory_test.php
|
||||
tests/cache/redis_driver_test.php
|
||||
build/build_announcement.php
|
||||
|
|
|
|||
|
|
@ -68220,6 +68220,17 @@ BO/03_catalog/07_discounts/01_cartRules/02_sortAndPaginationCartRule.ts
|
|||
07_discounts/01_cartRules/02_sortAndPaginationCartRule.ts
|
||||
01_cartRules/02_sortAndPaginationCartRule.ts
|
||||
02_sortAndPaginationCartRule.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
09_applyDiscountToSelectedProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/03_applyDiscountPercent.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/03_applyDiscountPercent.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/03_applyDiscountPercent.ts
|
||||
|
|
@ -68297,6 +68308,17 @@ BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDisco
|
|||
01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
07_applyDiscountToSpecificProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
03_actions/10_excludeDiscountedProducts.ts
|
||||
10_excludeDiscountedProducts.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
|
|
|
|||
|
|
@ -11265,6 +11265,7 @@ tests/UI/campaigns/functional/BO/03_catalog/05_brandsAndSuppliers/suppliers/02_f
|
|||
tests/UI/campaigns/functional/BO/03_catalog/05_brandsAndSuppliers/suppliers/04_paginationSortAndBulkActions.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/05_brandsAndSuppliers/suppliers/01_CRUDSupplier.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/02_sortAndPaginationCartRule.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/09_applyDiscountToSelectedProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/03_applyDiscountPercent.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/04_applyDiscountAmount.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/02_freeShipping.ts
|
||||
|
|
@ -11272,6 +11273,7 @@ tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCar
|
|||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/08_applyDiscountToCheapestProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/05_applyDiscountNone.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/10_excludeDiscountedProducts.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/06_applyDiscountToOrderWithoutShipping.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/01_information/02_enableDisablePartialUse.ts
|
||||
tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/01_information/01_withAndWithoutCode.ts
|
||||
|
|
|
|||
|
|
@ -36021,6 +36021,11 @@ Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
|||
Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
Migration1740563553AddAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
Core/Migration/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
Migration/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
src/Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
|
|
@ -101121,6 +101126,12 @@ UserConfigController.php
|
|||
src/Administration/README.md
|
||||
Administration/README.md
|
||||
README.md
|
||||
src/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriber.php
|
||||
Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriber.php
|
||||
Framework/App/Subscriber/SystemLanguageChangedSubscriber.php
|
||||
App/Subscriber/SystemLanguageChangedSubscriber.php
|
||||
Subscriber/SystemLanguageChangedSubscriber.php
|
||||
SystemLanguageChangedSubscriber.php
|
||||
src/Administration/Framework/Marketing/Schema/general-campaign-types-1.0.xsd
|
||||
Administration/Framework/Marketing/Schema/general-campaign-types-1.0.xsd
|
||||
Framework/Marketing/Schema/general-campaign-types-1.0.xsd
|
||||
|
|
@ -114737,6 +114748,13 @@ integration/Administration/Controller/AdminProductStreamControllerTest.php
|
|||
Administration/Controller/AdminProductStreamControllerTest.php
|
||||
Controller/AdminProductStreamControllerTest.php
|
||||
AdminProductStreamControllerTest.php
|
||||
tests/integration/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
integration/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
SystemLanguageChangedSubscriberTest.php
|
||||
tests/integration/Administration/Dashboard/OrderAmountServiceTest.php
|
||||
integration/Administration/Dashboard/OrderAmountServiceTest.php
|
||||
Administration/Dashboard/OrderAmountServiceTest.php
|
||||
|
|
@ -114995,6 +115013,11 @@ migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.
|
|||
Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
tests/migration/Core/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
|
||||
migration/Core/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
|
||||
Core/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
|
||||
V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
|
||||
Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
|
||||
tests/migration/Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php
|
||||
migration/Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php
|
||||
Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php
|
||||
|
|
@ -116398,6 +116421,13 @@ Core/Content/Seo/SeoResolverTest.php
|
|||
Content/Seo/SeoResolverTest.php
|
||||
Seo/SeoResolverTest.php
|
||||
SeoResolverTest.php
|
||||
tests/unit/Core/Content/Seo/SalesChannel/SeoResolverDataTest.php
|
||||
unit/Core/Content/Seo/SalesChannel/SeoResolverDataTest.php
|
||||
Core/Content/Seo/SalesChannel/SeoResolverDataTest.php
|
||||
Content/Seo/SalesChannel/SeoResolverDataTest.php
|
||||
Seo/SalesChannel/SeoResolverDataTest.php
|
||||
SalesChannel/SeoResolverDataTest.php
|
||||
SeoResolverDataTest.php
|
||||
tests/unit/Core/Content/Seo/SalesChannel/StoreApiSeoResolverTest.php
|
||||
unit/Core/Content/Seo/SalesChannel/StoreApiSeoResolverTest.php
|
||||
Core/Content/Seo/SalesChannel/StoreApiSeoResolverTest.php
|
||||
|
|
@ -120512,6 +120542,13 @@ Checkout/Cart/Order/CartTest.php
|
|||
Cart/Order/CartTest.php
|
||||
Order/CartTest.php
|
||||
CartTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
Checkout/Cart/Order/CartPersisterTest.php
|
||||
Cart/Order/CartPersisterTest.php
|
||||
Order/CartPersisterTest.php
|
||||
CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
unit/Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
|
|
@ -130808,6 +130845,13 @@ unit/Administration/Controller/AdminTagControllerTest.php
|
|||
Administration/Controller/AdminTagControllerTest.php
|
||||
Controller/AdminTagControllerTest.php
|
||||
AdminTagControllerTest.php
|
||||
tests/unit/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
unit/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
SystemLanguageChangedSubscriberTest.php
|
||||
tests/unit/Administration/Framework/Twig/ViteFileAccessorDecoratorTest.php
|
||||
unit/Administration/Framework/Twig/ViteFileAccessorDecoratorTest.php
|
||||
Administration/Framework/Twig/ViteFileAccessorDecoratorTest.php
|
||||
|
|
@ -139860,6 +139904,9 @@ _unreleased/2025-06-26-fix-media-item-quickinfo-update-after-save.md
|
|||
changelog/_unreleased/2025-07-14-restore-kernel-handle-resetinterface.md
|
||||
_unreleased/2025-07-14-restore-kernel-handle-resetinterface.md
|
||||
2025-07-14-restore-kernel-handle-resetinterface.md
|
||||
changelog/_unreleased/2025-07-29-fix-inconsistent-seourls-for-cross-selling-products.md
|
||||
_unreleased/2025-07-29-fix-inconsistent-seourls-for-cross-selling-products.md
|
||||
2025-07-29-fix-inconsistent-seourls-for-cross-selling-products.md
|
||||
changelog/_unreleased/2025-07-03-add-canonical-redirect-extension.md
|
||||
_unreleased/2025-07-03-add-canonical-redirect-extension.md
|
||||
2025-07-03-add-canonical-redirect-extension.md
|
||||
|
|
@ -139899,6 +139946,15 @@ _unreleased/2025-06-23-media-upload-api-v2.md
|
|||
changelog/_unreleased/2025-03-14-add-acl-hook-service.md
|
||||
_unreleased/2025-03-14-add-acl-hook-service.md
|
||||
2025-03-14-add-acl-hook-service.md
|
||||
changelog/_unreleased/2025-07-16-copy-app-snippets-after-system-language-change.md
|
||||
_unreleased/2025-07-16-copy-app-snippets-after-system-language-change.md
|
||||
2025-07-16-copy-app-snippets-after-system-language-change.md
|
||||
changelog/_unreleased/2025-07-25-use-sw-text-editor-instead-of-mt-text-editor.md
|
||||
_unreleased/2025-07-25-use-sw-text-editor-instead-of-mt-text-editor.md
|
||||
2025-07-25-use-sw-text-editor-instead-of-mt-text-editor.md
|
||||
changelog/_unreleased/2025-07-29-fix-primary-connection-is-not-working-when-replica-configured.md
|
||||
_unreleased/2025-07-29-fix-primary-connection-is-not-working-when-replica-configured.md
|
||||
2025-07-29-fix-primary-connection-is-not-working-when-replica-configured.md
|
||||
changelog/_unreleased/2025-01-04-add-an-explicit-configurable-robots-txt.md
|
||||
_unreleased/2025-01-04-add-an-explicit-configurable-robots-txt.md
|
||||
2025-01-04-add-an-explicit-configurable-robots-txt.md
|
||||
|
|
@ -140199,6 +140255,9 @@ _unreleased/2025-06-18-improve-app-uninstalls-with-custom-entities.md
|
|||
changelog/_unreleased/2025-04-14-truncate-long-custom-field-descriptions-in-rulebuilder.md
|
||||
_unreleased/2025-04-14-truncate-long-custom-field-descriptions-in-rulebuilder.md
|
||||
2025-04-14-truncate-long-custom-field-descriptions-in-rulebuilder.md
|
||||
changelog/_unreleased/2025-07-29-reset-active-apps-after-service-update.md
|
||||
_unreleased/2025-07-29-reset-active-apps-after-service-update.md
|
||||
2025-07-29-reset-active-apps-after-service-update.md
|
||||
changelog/_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
|
||||
_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
|
||||
2025-03-17-add-twig-block-around-filter-columns.md
|
||||
|
|
@ -140268,6 +140327,9 @@ _unreleased/2025-07-21-fix-reviews-not-activated.md
|
|||
changelog/_unreleased/2025-07-04-added-deduplicatablemessageinterface.md
|
||||
_unreleased/2025-07-04-added-deduplicatablemessageinterface.md
|
||||
2025-07-04-added-deduplicatablemessageinterface.md
|
||||
changelog/_unreleased/2025-07-29-fix-backward-compatibility-of-mediathumbnailentity.md
|
||||
_unreleased/2025-07-29-fix-backward-compatibility-of-mediathumbnailentity.md
|
||||
2025-07-29-fix-backward-compatibility-of-mediathumbnailentity.md
|
||||
changelog/_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
|
||||
_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
|
||||
2025-01-07-fix-gallery-thumbnail-slider.md
|
||||
|
|
@ -140391,6 +140453,9 @@ _unreleased/2025-07-12-implement-soft-purge-http-cache.md
|
|||
changelog/_unreleased/2025-07-24-skip-persisting-admin-snippets-for-non-existing-locales.md
|
||||
_unreleased/2025-07-24-skip-persisting-admin-snippets-for-non-existing-locales.md
|
||||
2025-07-24-skip-persisting-admin-snippets-for-non-existing-locales.md
|
||||
changelog/_unreleased/2025-07-21-min-search-term-is-now-configurable.md
|
||||
_unreleased/2025-07-21-min-search-term-is-now-configurable.md
|
||||
2025-07-21-min-search-term-is-now-configurable.md
|
||||
changelog/_unreleased/2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
_unreleased/2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
|
|
@ -140400,6 +140465,9 @@ _unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
|
|||
changelog/_unreleased/2025-07-15-added-locking-to-cart-mutating-routes.md
|
||||
_unreleased/2025-07-15-added-locking-to-cart-mutating-routes.md
|
||||
2025-07-15-added-locking-to-cart-mutating-routes.md
|
||||
changelog/_unreleased/2025-07-22-fix-media-thumbnail-sizes-with-media-thumbnail-size-id.md
|
||||
_unreleased/2025-07-22-fix-media-thumbnail-sizes-with-media-thumbnail-size-id.md
|
||||
2025-07-22-fix-media-thumbnail-sizes-with-media-thumbnail-size-id.md
|
||||
changelog/_unreleased/2025-07-03-use-created-at-for-product-list-sort.md
|
||||
_unreleased/2025-07-03-use-created-at-for-product-list-sort.md
|
||||
2025-07-03-use-created-at-for-product-list-sort.md
|
||||
|
|
@ -140469,6 +140537,9 @@ _unreleased/2025-06-06-added-price-calculation-extension.md
|
|||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2025-07-28-symfony-components-updated.md
|
||||
_unreleased/2025-07-28-symfony-components-updated.md
|
||||
2025-07-28-symfony-components-updated.md
|
||||
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
|
|
@ -140484,6 +140555,9 @@ _unreleased/2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
|||
changelog/_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
changelog/_unreleased/2025-07-28-increased-minimum-required-version-of-mysql-database.md
|
||||
_unreleased/2025-07-28-increased-minimum-required-version-of-mysql-database.md
|
||||
2025-07-28-increased-minimum-required-version-of-mysql-database.md
|
||||
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
|
|
|
|||
|
|
@ -5769,6 +5769,7 @@ src/Core/Migration/V6_7/Migration1742568836CreateThemeRuntimeConfigTable.php
|
|||
src/Core/Migration/V6_7/Migration1728119898AddRobotsTxt.php
|
||||
src/Core/Migration/V6_7/Migration1737430168RemoveFileTypeOfDocumentTable.php
|
||||
src/Core/Migration/V6_7/Migration1740563553AddAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnail.php
|
||||
src/Core/Migration/V6_7/Migration1752499887UpdateAppRequestedPrivileges.php
|
||||
src/Core/Migration/V6_7/Migration1742199552SalesChannelMeasurementUnits.php
|
||||
src/Core/Migration/V6_7/Migration1742302302RenamePaidTransitionActions.php
|
||||
|
|
@ -12320,6 +12321,7 @@ src/Administration/Controller/AdminTagController.php
|
|||
src/Administration/Controller/NotificationController.php
|
||||
src/Administration/Controller/UserConfigController.php
|
||||
src/Administration/README.md
|
||||
src/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriber.php
|
||||
src/Administration/Framework/Marketing/Schema/general-campaign-types-1.0.xsd
|
||||
src/Administration/Framework/Twig/ViteFileAccessorDecorator.php
|
||||
src/Administration/Framework/Routing/AdministrationRouteScope.php
|
||||
|
|
@ -14189,6 +14191,7 @@ tests/integration/Administration/Controller/AdminSearchControllerTest.php
|
|||
tests/integration/Administration/Controller/AdminExtensionApiControllerTest.php
|
||||
tests/integration/Administration/Controller/AdministrationControllerTest.php
|
||||
tests/integration/Administration/Controller/AdminProductStreamControllerTest.php
|
||||
tests/integration/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
tests/integration/Administration/Dashboard/OrderAmountServiceTest.php
|
||||
tests/integration/Administration/RateLimiter/RateLimiterTest.php
|
||||
tests/integration/Administration/Snippet/fixtures/caseBundleLoading/bundle/Resources/app/administration/en-GB.json
|
||||
|
|
@ -14235,6 +14238,7 @@ tests/migration/Core/V6_7/Migration1733136208AddH1ToCmsCategoryListingTest.php
|
|||
tests/migration/Core/V6_7/Migration1742199552SalesChannelMeasurementUnitsTest.php
|
||||
tests/migration/Core/V6_7/Migration1739197440ChangeCmsBlockDefaultMarginTest.php
|
||||
tests/migration/Core/V6_7/Migration1745319883AddDefaultConfigForMeasurementSystemTest.php
|
||||
tests/migration/Core/V6_7/Migration1753191228AddMediaThumbnailSizeIdToMediaThumbnailTest.php
|
||||
tests/migration/Core/V6_7/Migration1740563553AddAppRequestedPrivilegesTest.php
|
||||
tests/migration/Core/V6_7/Migration1717572627RemoveImportExportProfileNameTest.php
|
||||
tests/migration/Core/V6_7/Migration1742568836CreateThemeRuntimeConfigTableTest.php
|
||||
|
|
@ -14471,6 +14475,7 @@ tests/unit/Core/Content/ProductExport/Service/ProductExportRendererTest.php
|
|||
tests/unit/Core/Content/ProductExport/Service/ProductExportGeneratorTest.php
|
||||
tests/unit/Core/Content/ProductExport/ProductExportExceptionTest.php
|
||||
tests/unit/Core/Content/Seo/SeoResolverTest.php
|
||||
tests/unit/Core/Content/Seo/SalesChannel/SeoResolverDataTest.php
|
||||
tests/unit/Core/Content/Seo/SalesChannel/StoreApiSeoResolverTest.php
|
||||
tests/unit/Core/Content/Seo/SalesChannel/MockSeoUrlAwareExtension.php
|
||||
tests/unit/Core/Content/Seo/SeoUrlUpdaterTest.php
|
||||
|
|
@ -15024,6 +15029,7 @@ tests/unit/Core/Checkout/Cart/Order/OrderPersisterTest.php
|
|||
tests/unit/Core/Checkout/Cart/Order/TestError.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RecalculationServiceTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RedisCartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/ValidatorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/Api/OrderConverterControllerTest.php
|
||||
|
|
@ -16367,6 +16373,7 @@ tests/unit/Administration/Controller/AdministrationControllerTest.php
|
|||
tests/unit/Administration/Controller/AdminProductStreamControllerTest.php
|
||||
tests/unit/Administration/Controller/DashboardControllerTest.php
|
||||
tests/unit/Administration/Controller/AdminTagControllerTest.php
|
||||
tests/unit/Administration/Framework/App/Subscriber/SystemLanguageChangedSubscriberTest.php
|
||||
tests/unit/Administration/Framework/Twig/ViteFileAccessorDecoratorTest.php
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/entrypoints.json
|
||||
tests/unit/Administration/Framework/Twig/Fixtures/TestBundle/Resources/public/administration/.vite/manifest.json
|
||||
|
|
@ -19358,6 +19365,7 @@ changelog/_unreleased/2025-05-19-bsfg-compliant-alt-tag-for-decorative-images.md
|
|||
changelog/_unreleased/2025-05-07-deprecated-theme-translations-to-use-admin-snippets.md
|
||||
changelog/_unreleased/2025-06-26-fix-media-item-quickinfo-update-after-save.md
|
||||
changelog/_unreleased/2025-07-14-restore-kernel-handle-resetinterface.md
|
||||
changelog/_unreleased/2025-07-29-fix-inconsistent-seourls-for-cross-selling-products.md
|
||||
changelog/_unreleased/2025-07-03-add-canonical-redirect-extension.md
|
||||
changelog/_unreleased/2025-06-16-allow-empty-alt-with-sw_thumbnails.md
|
||||
changelog/_unreleased/2024-07-16-remove-manual-override-for-state-machine.md
|
||||
|
|
@ -19371,6 +19379,9 @@ changelog/_unreleased/2025-06-27-fix-document-number-customization.md
|
|||
changelog/_unreleased/2024-07-26-fix-variant-listing-config-when-cloning-products-or-deleting-variants.md
|
||||
changelog/_unreleased/2025-06-23-media-upload-api-v2.md
|
||||
changelog/_unreleased/2025-03-14-add-acl-hook-service.md
|
||||
changelog/_unreleased/2025-07-16-copy-app-snippets-after-system-language-change.md
|
||||
changelog/_unreleased/2025-07-25-use-sw-text-editor-instead-of-mt-text-editor.md
|
||||
changelog/_unreleased/2025-07-29-fix-primary-connection-is-not-working-when-replica-configured.md
|
||||
changelog/_unreleased/2025-01-04-add-an-explicit-configurable-robots-txt.md
|
||||
changelog/_unreleased/2025-07-22-allow-child-classes-for-getting-extension-of-type.md
|
||||
changelog/_unreleased/2025-06-27-cleanup-styles-of-the-sw-category-module.md
|
||||
|
|
@ -19471,6 +19482,7 @@ changelog/_unreleased/2025-06-17-es-should-work-correctly-with-scorequery.md
|
|||
changelog/_unreleased/2025-03-25-fix-show-product-name-for-variants-in-admin-category-products.md
|
||||
changelog/_unreleased/2025-06-18-improve-app-uninstalls-with-custom-entities.md
|
||||
changelog/_unreleased/2025-04-14-truncate-long-custom-field-descriptions-in-rulebuilder.md
|
||||
changelog/_unreleased/2025-07-29-reset-active-apps-after-service-update.md
|
||||
changelog/_unreleased/2025-03-17-add-twig-block-around-filter-columns.md
|
||||
changelog/_unreleased/2025-06-05-products-with-variants-should-return-the-variant-that-match-the-search-term-in-the-product-detail-page.md
|
||||
changelog/_unreleased/2025-04-29-deprecated-carts-alerts.md
|
||||
|
|
@ -19494,6 +19506,7 @@ changelog/_unreleased/2025-05-09-remove-first-level-app-snippet-restriction.md
|
|||
changelog/_unreleased/2025-07-03-esi-url-instead-of-path.md
|
||||
changelog/_unreleased/2025-07-21-fix-reviews-not-activated.md
|
||||
changelog/_unreleased/2025-07-04-added-deduplicatablemessageinterface.md
|
||||
changelog/_unreleased/2025-07-29-fix-backward-compatibility-of-mediathumbnailentity.md
|
||||
changelog/_unreleased/2025-01-07-fix-gallery-thumbnail-slider.md
|
||||
changelog/_unreleased/2024-08-05-metrics-abstraction.md
|
||||
changelog/_unreleased/2024-05-22-navbar-for-main-navigation.md
|
||||
|
|
@ -19535,9 +19548,11 @@ changelog/_unreleased/2025-06-28-fix-credit-note-order-version.md
|
|||
changelog/_unreleased/2024-09-13-deprecate-force-option-from-es-index-cleanup-command.md
|
||||
changelog/_unreleased/2025-07-12-implement-soft-purge-http-cache.md
|
||||
changelog/_unreleased/2025-07-24-skip-persisting-admin-snippets-for-non-existing-locales.md
|
||||
changelog/_unreleased/2025-07-21-min-search-term-is-now-configurable.md
|
||||
changelog/_unreleased/2025-07-21-fix-sidebar-sdk-handlers-sw-meteor-page.md
|
||||
changelog/_unreleased/2025-03-26-remove-non-existing-imports-from-admin-module-stub.md
|
||||
changelog/_unreleased/2025-07-15-added-locking-to-cart-mutating-routes.md
|
||||
changelog/_unreleased/2025-07-22-fix-media-thumbnail-sizes-with-media-thumbnail-size-id.md
|
||||
changelog/_unreleased/2025-07-03-use-created-at-for-product-list-sort.md
|
||||
changelog/_unreleased/2025-07-10-add-error-handling-to-youtube-cms-element-link-parsing.md
|
||||
changelog/_unreleased/2025-06-12-spatial-asset-caching.md
|
||||
|
|
@ -19561,11 +19576,13 @@ changelog/_unreleased/2025-06-02-added-es-response-to-searched-event.md
|
|||
changelog/_unreleased/2025-05-08-add-sw-settings-measurement-module.md
|
||||
changelog/_unreleased/2025-06-06-added-price-calculation-extension.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2025-07-28-symfony-components-updated.md
|
||||
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
changelog/_unreleased/2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
changelog/_unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
changelog/_unreleased/2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
||||
changelog/_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
changelog/_unreleased/2025-07-28-increased-minimum-required-version-of-mysql-database.md
|
||||
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
changelog/_unreleased/2025-05-28-add-recalculated-custom-line-items-to-delivery.md
|
||||
changelog/release-6-4-17-0/2022-10-04-fix-storefront-presentation-sorting.md
|
||||
|
|
|
|||
|
|
@ -29762,6 +29762,12 @@ docs/01-core/content-releases/01-backend.md
|
|||
01-core/content-releases/01-backend.md
|
||||
content-releases/01-backend.md
|
||||
01-backend.md
|
||||
docs/docs/docs/01-core/admin/05-guided-tour.md
|
||||
docs/docs/01-core/admin/05-guided-tour.md
|
||||
docs/01-core/admin/05-guided-tour.md
|
||||
01-core/admin/05-guided-tour.md
|
||||
admin/05-guided-tour.md
|
||||
05-guided-tour.md
|
||||
docs/docs/docs/01-core/admin/01-ee/02-audit-logs.md
|
||||
docs/docs/01-core/admin/01-ee/02-audit-logs.md
|
||||
docs/01-core/admin/01-ee/02-audit-logs.md
|
||||
|
|
@ -30315,10 +30321,6 @@ docs/docs/guides/01-code-of-conduct.md
|
|||
docs/guides/01-code-of-conduct.md
|
||||
guides/01-code-of-conduct.md
|
||||
01-code-of-conduct.md
|
||||
docs/docs/guides/06-guided-tour.md
|
||||
docs/guides/06-guided-tour.md
|
||||
guides/06-guided-tour.md
|
||||
06-guided-tour.md
|
||||
docs/docs/guides/04-fe-coding-guidelines.mdx
|
||||
docs/guides/04-fe-coding-guidelines.mdx
|
||||
guides/04-fe-coding-guidelines.mdx
|
||||
|
|
|
|||
|
|
@ -4148,6 +4148,7 @@ docs/docs/docs/01-core/content-releases/02-frontend/02-release-details-page.mdx
|
|||
docs/docs/docs/01-core/content-releases/00-intro.md
|
||||
docs/docs/docs/01-core/content-releases/_category_.json
|
||||
docs/docs/docs/01-core/content-releases/01-backend.md
|
||||
docs/docs/docs/01-core/admin/05-guided-tour.md
|
||||
docs/docs/docs/01-core/admin/01-ee/02-audit-logs.md
|
||||
docs/docs/docs/01-core/admin/01-ee/03-hooks/use-license-limits.mdx
|
||||
docs/docs/docs/01-core/admin/01-ee/03-hooks/_category_.json
|
||||
|
|
@ -4234,7 +4235,6 @@ docs/docs/api/components/type.jsx
|
|||
docs/docs/api/api.mdx
|
||||
docs/docs/guides/03-typescript.md
|
||||
docs/docs/guides/01-code-of-conduct.md
|
||||
docs/docs/guides/06-guided-tour.md
|
||||
docs/docs/guides/04-fe-coding-guidelines.mdx
|
||||
docs/docs/guides/00-contributing.md
|
||||
docs/docs/guides/05-type-system/index.md
|
||||
|
|
|
|||
|
|
@ -58666,6 +58666,11 @@ Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-conte
|
|||
examples/workspace-context-counter/counter-workspace-context.ts
|
||||
workspace-context-counter/counter-workspace-context.ts
|
||||
counter-workspace-context.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-status-footer-app.element.ts
|
||||
Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-status-footer-app.element.ts
|
||||
examples/workspace-context-counter/counter-status-footer-app.element.ts
|
||||
workspace-context-counter/counter-status-footer-app.element.ts
|
||||
counter-status-footer-app.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/incrementor-workspace-action.ts
|
||||
Umbraco.Web.UI.Client/examples/workspace-context-counter/incrementor-workspace-action.ts
|
||||
examples/workspace-context-counter/incrementor-workspace-action.ts
|
||||
|
|
@ -58686,6 +58691,11 @@ Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-view.
|
|||
examples/workspace-context-counter/counter-workspace-view.ts
|
||||
workspace-context-counter/counter-workspace-view.ts
|
||||
counter-workspace-view.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/reset-counter-menu-item.action.ts
|
||||
Umbraco.Web.UI.Client/examples/workspace-context-counter/reset-counter-menu-item.action.ts
|
||||
examples/workspace-context-counter/reset-counter-menu-item.action.ts
|
||||
workspace-context-counter/reset-counter-menu-item.action.ts
|
||||
reset-counter-menu-item.action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/dashboard-with-property-dataset/dataset-dashboard.ts
|
||||
Umbraco.Web.UI.Client/examples/dashboard-with-property-dataset/dataset-dashboard.ts
|
||||
examples/dashboard-with-property-dataset/dataset-dashboard.ts
|
||||
|
|
|
|||
|
|
@ -7289,10 +7289,12 @@ src/Umbraco.Web.UI.Client/examples/manipulate-document-property-value-permission
|
|||
src/Umbraco.Web.UI.Client/examples/manipulate-document-property-value-permissions/manipulate-property-view-permissions-action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/manipulate-document-property-value-permissions/manipulate-property-write-complex-permissions-action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-context.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-status-footer-app.element.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/incrementor-workspace-action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/README.md
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/counter-workspace-view.ts
|
||||
src/Umbraco.Web.UI.Client/examples/workspace-context-counter/reset-counter-menu-item.action.ts
|
||||
src/Umbraco.Web.UI.Client/examples/dashboard-with-property-dataset/dataset-dashboard.ts
|
||||
src/Umbraco.Web.UI.Client/examples/dashboard-with-property-dataset/index.ts
|
||||
src/Umbraco.Web.UI.Client/examples/dashboard-with-property-dataset/README.md
|
||||
|
|
|
|||
|
|
@ -47043,6 +47043,57 @@ js/types/type-defs/utils.ts
|
|||
types/type-defs/utils.ts
|
||||
type-defs/utils.ts
|
||||
utils.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/types.ts
|
||||
woocommerce/client/blocks/assets/js/entities/types.ts
|
||||
client/blocks/assets/js/entities/types.ts
|
||||
blocks/assets/js/entities/types.ts
|
||||
assets/js/entities/types.ts
|
||||
js/entities/types.ts
|
||||
entities/types.ts
|
||||
types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/register-entities.ts
|
||||
woocommerce/client/blocks/assets/js/entities/register-entities.ts
|
||||
client/blocks/assets/js/entities/register-entities.ts
|
||||
blocks/assets/js/entities/register-entities.ts
|
||||
assets/js/entities/register-entities.ts
|
||||
js/entities/register-entities.ts
|
||||
entities/register-entities.ts
|
||||
register-entities.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/index.ts
|
||||
woocommerce/client/blocks/assets/js/entities/index.ts
|
||||
client/blocks/assets/js/entities/index.ts
|
||||
blocks/assets/js/entities/index.ts
|
||||
assets/js/entities/index.ts
|
||||
js/entities/index.ts
|
||||
entities/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/product/index.ts
|
||||
woocommerce/client/blocks/assets/js/entities/product/index.ts
|
||||
client/blocks/assets/js/entities/product/index.ts
|
||||
blocks/assets/js/entities/product/index.ts
|
||||
assets/js/entities/product/index.ts
|
||||
js/entities/product/index.ts
|
||||
entities/product/index.ts
|
||||
product/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/product/hooks.ts
|
||||
woocommerce/client/blocks/assets/js/entities/product/hooks.ts
|
||||
client/blocks/assets/js/entities/product/hooks.ts
|
||||
blocks/assets/js/entities/product/hooks.ts
|
||||
assets/js/entities/product/hooks.ts
|
||||
js/entities/product/hooks.ts
|
||||
entities/product/hooks.ts
|
||||
product/hooks.ts
|
||||
hooks.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/product/constants.ts
|
||||
woocommerce/client/blocks/assets/js/entities/product/constants.ts
|
||||
client/blocks/assets/js/entities/product/constants.ts
|
||||
blocks/assets/js/entities/product/constants.ts
|
||||
assets/js/entities/product/constants.ts
|
||||
js/entities/product/constants.ts
|
||||
entities/product/constants.ts
|
||||
product/constants.ts
|
||||
constants.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/index.js
|
||||
woocommerce/client/blocks/assets/js/index.js
|
||||
client/blocks/assets/js/index.js
|
||||
|
|
@ -89834,6 +89885,10 @@ plugins/woocommerce/includes/class-wc-customer.php
|
|||
woocommerce/includes/class-wc-customer.php
|
||||
includes/class-wc-customer.php
|
||||
class-wc-customer.php
|
||||
plugins/woocommerce/changelog/fix-abstract-address-loading
|
||||
woocommerce/changelog/fix-abstract-address-loading
|
||||
changelog/fix-abstract-address-loading
|
||||
fix-abstract-address-loading
|
||||
plugins/woocommerce/changelog/wooplug-5090-custom-email-templates-in-theme-not-being-pulled-in
|
||||
woocommerce/changelog/wooplug-5090-custom-email-templates-in-theme-not-being-pulled-in
|
||||
changelog/wooplug-5090-custom-email-templates-in-theme-not-being-pulled-in
|
||||
|
|
@ -89866,6 +89921,10 @@ plugins/woocommerce/changelog/60012-fix-issue-60011
|
|||
woocommerce/changelog/60012-fix-issue-60011
|
||||
changelog/60012-fix-issue-60011
|
||||
60012-fix-issue-60011
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
plugins/woocommerce/changelog/59843-migrator-test-fetcher
|
||||
woocommerce/changelog/59843-migrator-test-fetcher
|
||||
changelog/59843-migrator-test-fetcher
|
||||
|
|
@ -89946,6 +90005,10 @@ plugins/woocommerce/changelog/remove-add-to-cart-with-options-stepper-feature-fl
|
|||
woocommerce/changelog/remove-add-to-cart-with-options-stepper-feature-flag
|
||||
changelog/remove-add-to-cart-with-options-stepper-feature-flag
|
||||
remove-add-to-cart-with-options-stepper-feature-flag
|
||||
plugins/woocommerce/changelog/fix-57686
|
||||
woocommerce/changelog/fix-57686
|
||||
changelog/fix-57686
|
||||
fix-57686
|
||||
plugins/woocommerce/changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
woocommerce/changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
|
|
@ -89958,6 +90021,10 @@ plugins/woocommerce/changelog/remove-54976-allows-modifying-template-parts-test
|
|||
woocommerce/changelog/remove-54976-allows-modifying-template-parts-test
|
||||
changelog/remove-54976-allows-modifying-template-parts-test
|
||||
remove-54976-allows-modifying-template-parts-test
|
||||
plugins/woocommerce/changelog/fix-59283-add-to-cart-with-options-button-animation-ajax-disabled
|
||||
woocommerce/changelog/fix-59283-add-to-cart-with-options-button-animation-ajax-disabled
|
||||
changelog/fix-59283-add-to-cart-with-options-button-animation-ajax-disabled
|
||||
fix-59283-add-to-cart-with-options-button-animation-ajax-disabled
|
||||
plugins/woocommerce/changelog/59878-wooplug-4918-support-hierarchy
|
||||
woocommerce/changelog/59878-wooplug-4918-support-hierarchy
|
||||
changelog/59878-wooplug-4918-support-hierarchy
|
||||
|
|
@ -89998,6 +90065,10 @@ plugins/woocommerce/changelog/.gitkeep
|
|||
woocommerce/changelog/.gitkeep
|
||||
changelog/.gitkeep
|
||||
.gitkeep
|
||||
plugins/woocommerce/changelog/fix-aspect-ratio-product-gallery-2
|
||||
woocommerce/changelog/fix-aspect-ratio-product-gallery-2
|
||||
changelog/fix-aspect-ratio-product-gallery-2
|
||||
fix-aspect-ratio-product-gallery-2
|
||||
plugins/woocommerce/changelog/59780-feat-shopify-platform
|
||||
woocommerce/changelog/59780-feat-shopify-platform
|
||||
changelog/59780-feat-shopify-platform
|
||||
|
|
@ -90006,6 +90077,10 @@ plugins/woocommerce/changelog/fix-handle-empty-attribute-term-filter
|
|||
woocommerce/changelog/fix-handle-empty-attribute-term-filter
|
||||
changelog/fix-handle-empty-attribute-term-filter
|
||||
fix-handle-empty-attribute-term-filter
|
||||
plugins/woocommerce/changelog/60067-fix-wooplug-5205-rest-api-unexpected-response-when-creating-an-invalid-coupon
|
||||
woocommerce/changelog/60067-fix-wooplug-5205-rest-api-unexpected-response-when-creating-an-invalid-coupon
|
||||
changelog/60067-fix-wooplug-5205-rest-api-unexpected-response-when-creating-an-invalid-coupon
|
||||
60067-fix-wooplug-5205-rest-api-unexpected-response-when-creating-an-invalid-coupon
|
||||
plugins/woocommerce/changelog/wooplug-4213-cart-block-enable-progressive-rendering
|
||||
woocommerce/changelog/wooplug-4213-cart-block-enable-progressive-rendering
|
||||
changelog/wooplug-4213-cart-block-enable-progressive-rendering
|
||||
|
|
@ -90014,6 +90089,10 @@ plugins/woocommerce/changelog/59969-fix-remove-product-description-inline-editin
|
|||
woocommerce/changelog/59969-fix-remove-product-description-inline-editing
|
||||
changelog/59969-fix-remove-product-description-inline-editing
|
||||
59969-fix-remove-product-description-inline-editing
|
||||
plugins/woocommerce/changelog/60074-add-entity-product-gallery
|
||||
woocommerce/changelog/60074-add-entity-product-gallery
|
||||
changelog/60074-add-entity-product-gallery
|
||||
60074-add-entity-product-gallery
|
||||
plugins/woocommerce/changelog/59775-feat-list-command
|
||||
woocommerce/changelog/59775-feat-list-command
|
||||
changelog/59775-feat-list-command
|
||||
|
|
|
|||
|
|
@ -6545,6 +6545,12 @@ plugins/woocommerce/client/blocks/assets/js/types/type-defs/api-response.ts
|
|||
plugins/woocommerce/client/blocks/assets/js/types/type-defs/contexts.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/types/type-defs/payments.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/types/type-defs/utils.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/register-entities.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/product/index.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/product/hooks.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/entities/product/constants.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/index.js
|
||||
plugins/woocommerce/client/blocks/assets/js/middleware/remove-user-locale.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/middleware/store-api-cart-hash.js
|
||||
|
|
@ -12225,6 +12231,7 @@ plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php
|
|||
plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php
|
||||
plugins/woocommerce/includes/class-wc-meta-data.php
|
||||
plugins/woocommerce/includes/class-wc-customer.php
|
||||
plugins/woocommerce/changelog/fix-abstract-address-loading
|
||||
plugins/woocommerce/changelog/wooplug-5090-custom-email-templates-in-theme-not-being-pulled-in
|
||||
plugins/woocommerce/changelog/wooplug-4986-extract-next-prev-buttons
|
||||
plugins/woocommerce/changelog/56158-fix-46484-flush-cache-when-plugin-is-deactivated-removed
|
||||
|
|
@ -12233,6 +12240,7 @@ plugins/woocommerce/changelog/add-mobile-screens-lys
|
|||
plugins/woocommerce/changelog/fix-49102
|
||||
plugins/woocommerce/changelog/feat-init-wc-migrator
|
||||
plugins/woocommerce/changelog/60012-fix-issue-60011
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
plugins/woocommerce/changelog/59843-migrator-test-fetcher
|
||||
plugins/woocommerce/changelog/59967-fix-eslint-unit-test
|
||||
plugins/woocommerce/changelog/59729-theme-37-woocommerce-store-notice-doesnt-show-up
|
||||
|
|
@ -12253,9 +12261,11 @@ plugins/woocommerce/changelog/wooplug-5180-add-pattern-filtering-by-post-type
|
|||
plugins/woocommerce/changelog/fix-59902-mini-cart-badge-transparent-in-some-themes
|
||||
plugins/woocommerce/changelog/add-product-image-improvements
|
||||
plugins/woocommerce/changelog/remove-add-to-cart-with-options-stepper-feature-flag
|
||||
plugins/woocommerce/changelog/fix-57686
|
||||
plugins/woocommerce/changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-variable-products-notice
|
||||
plugins/woocommerce/changelog/remove-54976-allows-modifying-template-parts-test
|
||||
plugins/woocommerce/changelog/fix-59283-add-to-cart-with-options-button-animation-ajax-disabled
|
||||
plugins/woocommerce/changelog/59878-wooplug-4918-support-hierarchy
|
||||
plugins/woocommerce/changelog/update-product-gallery-css-variables
|
||||
plugins/woocommerce/changelog/fix-default-timestamp-mysql-compat
|
||||
|
|
@ -12266,10 +12276,13 @@ plugins/woocommerce/changelog/fix-product-gallery-inner-blocks-registration
|
|||
plugins/woocommerce/changelog/59753-wooplug-5046-js-error-in-woocommerce-admin-settings-due-to-missing-class
|
||||
plugins/woocommerce/changelog/59898-wooplug-5021-remove-taxonomy-setting-in-favor-of-variations-and-transform
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
plugins/woocommerce/changelog/fix-aspect-ratio-product-gallery-2
|
||||
plugins/woocommerce/changelog/59780-feat-shopify-platform
|
||||
plugins/woocommerce/changelog/fix-handle-empty-attribute-term-filter
|
||||
plugins/woocommerce/changelog/60067-fix-wooplug-5205-rest-api-unexpected-response-when-creating-an-invalid-coupon
|
||||
plugins/woocommerce/changelog/wooplug-4213-cart-block-enable-progressive-rendering
|
||||
plugins/woocommerce/changelog/59969-fix-remove-product-description-inline-editing
|
||||
plugins/woocommerce/changelog/60074-add-entity-product-gallery
|
||||
plugins/woocommerce/changelog/59775-feat-list-command
|
||||
plugins/woocommerce/changelog/fix-product-gallery-cropping
|
||||
plugins/woocommerce/changelog/59784-migrator-tests
|
||||
|
|
|
|||
|
|
@ -27554,6 +27554,12 @@ ai/agent/type/custom_ai_agent.rb
|
|||
agent/type/custom_ai_agent.rb
|
||||
type/custom_ai_agent.rb
|
||||
custom_ai_agent.rb
|
||||
app/models/ai/agent/type/ticket_title_rewriter.rb
|
||||
models/ai/agent/type/ticket_title_rewriter.rb
|
||||
ai/agent/type/ticket_title_rewriter.rb
|
||||
agent/type/ticket_title_rewriter.rb
|
||||
type/ticket_title_rewriter.rb
|
||||
ticket_title_rewriter.rb
|
||||
app/models/ai/agent/assets.rb
|
||||
models/ai/agent/assets.rb
|
||||
ai/agent/assets.rb
|
||||
|
|
|
|||
|
|
@ -5118,6 +5118,7 @@ app/models/overview.rb
|
|||
app/models/ai/stored_result.rb
|
||||
app/models/ai/agent/type/ticket_group_dispatcher.rb
|
||||
app/models/ai/agent/type/custom_ai_agent.rb
|
||||
app/models/ai/agent/type/ticket_title_rewriter.rb
|
||||
app/models/ai/agent/assets.rb
|
||||
app/models/ai/agent/type.rb
|
||||
app/models/ai/agent.rb
|
||||
|
|
|
|||
|
|
@ -87,10 +87,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -98,12 +94,9 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -113,24 +106,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*source=
|
||||
/.git
|
||||
//wiki/skins
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/UserAuthentication/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/api
|
||||
|
|
@ -152,12 +132,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/comments
|
||||
/commits/*?author
|
||||
/commits/*?path
|
||||
/communities
|
||||
/contact/menu*
|
||||
/contact/partner*
|
||||
/contactus/mwaas*
|
||||
/directory
|
||||
/discovered
|
||||
/docs/product
|
||||
/download
|
||||
/download/Browse.aspx?
|
||||
|
|
@ -187,7 +165,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -200,13 +177,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/newest/*rss
|
||||
/newest/*xml
|
||||
/newsearch/
|
||||
/organize
|
||||
/partials
|
||||
/pins
|
||||
/plugins
|
||||
/podcast/*/*?i=
|
||||
/print$
|
||||
/profile-about
|
||||
/raw
|
||||
/report_abuse
|
||||
/revisions
|
||||
|
|
@ -214,8 +188,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -244,15 +216,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/store/new/*?*&*&*
|
||||
/store/top-free/*?*&*&*
|
||||
/store/top-paid/*?*&*&*
|
||||
/story_pins
|
||||
/tagged
|
||||
/tarball
|
||||
/tree
|
||||
/tried
|
||||
/tv-season/*/*?i=
|
||||
/unsubscribe/
|
||||
/video-
|
||||
/video_pins
|
||||
/wal/
|
||||
/widget_
|
||||
/wiki/Special:
|
||||
|
|
@ -373,7 +341,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -499,8 +466,6 @@ WebObjects/MZStoreElements.woa
|
|||
[_0-9a-zA-Z]+/status/[0-9]+/likes
|
||||
[_0-9a-zA-Z]+/status/[0-9]+/retweets
|
||||
_
|
||||
_/_
|
||||
_/_/pixel
|
||||
_/aihub_pod
|
||||
_/ain/_/js
|
||||
_/alkali-learn
|
||||
|
|
@ -565,8 +530,6 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -664,12 +627,10 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -680,7 +641,6 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -737,9 +697,7 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -818,7 +776,6 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -876,10 +833,6 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -901,38 +854,17 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
business
|
||||
business/ad_create
|
||||
business/adshare
|
||||
business/adshare/faqs
|
||||
business/blahblah
|
||||
business/business-access
|
||||
business/business-hierarchy
|
||||
business/business-manager
|
||||
business/catalogs
|
||||
business/commerce-integrations
|
||||
business/community-information
|
||||
business/convert
|
||||
business/create
|
||||
business/create-linked-account
|
||||
business/feedback
|
||||
business/hub
|
||||
business/invite
|
||||
business/leads/jsplayer_show_lead_form.html
|
||||
business/leads/show_form.html
|
||||
business/learning/blog
|
||||
business/onboarding
|
||||
business/pin_create
|
||||
business/premium/is_payment_pending
|
||||
business/promotion
|
||||
business/referral
|
||||
business/sales/blog
|
||||
business/site
|
||||
business/switch-account
|
||||
business/top-ads
|
||||
business/update
|
||||
business/verified-merchant/status
|
||||
buyside-e2e-monitor
|
||||
cai
|
||||
call
|
||||
|
|
@ -961,7 +893,6 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -982,7 +913,6 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -1001,7 +931,6 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -1018,14 +947,11 @@ community/category/*
|
|||
community/comments
|
||||
community/feed
|
||||
community/trackback
|
||||
community_comment
|
||||
community_post
|
||||
companyDir
|
||||
compare
|
||||
compressiontest
|
||||
concussion/HeadsUp/training/
|
||||
config.js
|
||||
connect
|
||||
connections
|
||||
consumers/archive
|
||||
contact/menu*
|
||||
|
|
@ -1033,15 +959,9 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -1059,18 +979,10 @@ covid19/mobility
|
|||
cr$
|
||||
cr?
|
||||
create
|
||||
create_pin
|
||||
creative-europe/404_en.htm
|
||||
creative-studio
|
||||
creative_editor
|
||||
creator-spotlight
|
||||
creator_hub/_earn
|
||||
creator_hub/_partnerships
|
||||
creatorhub
|
||||
csp
|
||||
csrf_error
|
||||
ct
|
||||
ct.html
|
||||
ct/log_list
|
||||
culturalinstitute/images
|
||||
culturalinstitute/sitemaps
|
||||
|
|
@ -1095,10 +1007,8 @@ de/integrations
|
|||
de/ott
|
||||
de/solutions
|
||||
de/upload
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1186,8 +1096,6 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1200,7 +1108,6 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1262,7 +1169,6 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1347,18 +1253,14 @@ exec/obidos/subst/marketplace/sell-your-collection.html
|
|||
exec/obidos/subst/marketplace/sell-your-stuff.html
|
||||
exec/obidos/subst/partners/friends/access.html
|
||||
exec/obidos/tg/cm/member
|
||||
explore
|
||||
explore/*/?p=
|
||||
explore/*/lightbox
|
||||
external
|
||||
external/overture
|
||||
external_hosted
|
||||
f/healthcheck
|
||||
facebook
|
||||
faves-i_love_u_get_away_from_me
|
||||
favorite
|
||||
fb
|
||||
fb.html
|
||||
fbml/ajax/dialog
|
||||
fd/
|
||||
fe=true
|
||||
|
|
@ -1395,8 +1297,6 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1477,8 +1377,6 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1594,7 +1492,6 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1618,12 +1515,9 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1635,7 +1529,7 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://w3.org/robots.txt
|
||||
http://microsoft.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1649,9 +1543,6 @@ id-id.www.cloudflare.com
|
|||
id-id/feedback
|
||||
id-id/lp
|
||||
id-id/searchresults
|
||||
idea-ads-tool
|
||||
idea-pin-builder
|
||||
idea-pin-invite
|
||||
identity/accountsettingsactivityweb
|
||||
identity/accountsettingssyaf
|
||||
ie/ie40/
|
||||
|
|
@ -1698,17 +1589,14 @@ info/customerror.htm*
|
|||
info/smart404.asp*
|
||||
info/tech-feedback
|
||||
inproduct_help/chatsupport
|
||||
install-shuffles
|
||||
integrations
|
||||
internalPref
|
||||
intl
|
||||
intl/*/search/?
|
||||
intl/*/search?
|
||||
intlkb/
|
||||
invite
|
||||
inviteFromProfile
|
||||
inviteMany
|
||||
invited
|
||||
invoice/est
|
||||
invoice/estimate/buyerView
|
||||
invoice/estimate/buyerView/attachments
|
||||
|
|
@ -1745,8 +1633,6 @@ johnhancock
|
|||
johnhancock/in-a-lifetime-healthcare
|
||||
johnhancock/in-a-lifetime-sustainability
|
||||
johnhancock/in-a-lifetime-work
|
||||
join/?next=
|
||||
join/signup/?next=
|
||||
jp/$
|
||||
jp/about
|
||||
jp/blog
|
||||
|
|
@ -1787,7 +1673,6 @@ ko/integrations
|
|||
ko/ott
|
||||
ko/solutions
|
||||
ko/upload
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1824,15 +1709,12 @@ learning/settings
|
|||
learning/settings$
|
||||
learning/settings?
|
||||
legal
|
||||
lens-search
|
||||
li/track
|
||||
library/devices
|
||||
licensing-syndication
|
||||
limited-release
|
||||
link
|
||||
linked
|
||||
lite
|
||||
live-session
|
||||
live_chat
|
||||
llms.txt
|
||||
lm/R1XIHQVKXSKBNJ
|
||||
|
|
@ -2008,7 +1890,6 @@ narrative-
|
|||
native
|
||||
nbubumblebee
|
||||
network
|
||||
new_invite
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference
|
||||
news-events/events-calendar/2018/03/ninth-annual-african-consumer-protection-dialogue-conference/RSVP
|
||||
news-events/events-calendar/2019/05/tenth-annual-african-consumer-protection-dialogue-conference
|
||||
|
|
@ -2018,7 +1899,6 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -2032,7 +1912,6 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -2040,15 +1919,11 @@ nwshp$
|
|||
o/di
|
||||
o/dt
|
||||
oas/
|
||||
oauth/line
|
||||
oauth/login
|
||||
oauth/v2
|
||||
oauth2
|
||||
oauth2/v2
|
||||
oauth_error
|
||||
offers/proxy/dealsserver/api/log
|
||||
offers/proxy/dealsserver/buy
|
||||
offsite
|
||||
og
|
||||
okxbet.com
|
||||
onebox/media/sports/logos
|
||||
|
|
@ -2079,12 +1954,9 @@ pagespeed/insights/ui/logo
|
|||
panel
|
||||
pantheon
|
||||
pantheon-platform
|
||||
parental-consent/confirmation
|
||||
parental-passcode
|
||||
participate/conferences.xml
|
||||
partner-program
|
||||
partners
|
||||
password/reset
|
||||
password_expired
|
||||
patent-search/frontend
|
||||
patents/download
|
||||
|
|
@ -2115,46 +1987,12 @@ photos/gbachelie
|
|||
photos/i_love_u_get_away_from_me
|
||||
photos/tags/*/page
|
||||
photos/youpy
|
||||
pin
|
||||
pin-builder
|
||||
pin-communities
|
||||
pin-creation-tool
|
||||
pin-editor
|
||||
pin/*/activities
|
||||
pin/*/activity
|
||||
pin/*/analytics
|
||||
pin/*/brand-catalog
|
||||
pin/*/comments
|
||||
pin/*/email
|
||||
pin/*/feedback
|
||||
pin/*/idea-pin/related-products
|
||||
pin/*/likes
|
||||
pin/*/promote
|
||||
pin/*/reaction
|
||||
pin/*/related-products
|
||||
pin/*/repin
|
||||
pin/*/repins
|
||||
pin/*/sent
|
||||
pin/*/share
|
||||
pin/*/shop-the-look
|
||||
pin/*/tag
|
||||
pin/*/takes
|
||||
pin/*/visual-search
|
||||
pin/*/visual-shop
|
||||
pin/create
|
||||
pin/find
|
||||
pin/find?url=
|
||||
pin_shop
|
||||
ping
|
||||
pingback
|
||||
pinterest-predicts
|
||||
pinterest-wellbeing
|
||||
pinterestwellbeing
|
||||
pl-pl.www.cloudflare.com
|
||||
pl-pl/feedback
|
||||
pl-pl/lp
|
||||
pl-pl/searchresults
|
||||
place
|
||||
plan=
|
||||
platform-telemetry
|
||||
play/store/web
|
||||
|
|
@ -2204,7 +2042,6 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2213,8 +2050,6 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2269,14 +2104,12 @@ pt-br/upload
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2285,7 +2118,6 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2302,9 +2134,6 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2312,13 +2141,9 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2357,7 +2182,6 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2402,7 +2226,6 @@ sections/health-shots/2013/03/11/173816690/new-voices-for-the-voiceless-syntheti
|
|||
sections/ombudsman/2008/01/frequently_asked_questions_1.html
|
||||
sections/parallels/2016/08/15/480128005/for-french-teens-smoking-still-has-more-allure-than-stigma
|
||||
secure
|
||||
sendHeaderEarly
|
||||
sendarticle
|
||||
services
|
||||
services/oauth
|
||||
|
|
@ -2438,7 +2261,6 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2742,12 +2564,10 @@ social/photosui/images
|
|||
social/photosui/sitemap
|
||||
social/search?
|
||||
social/social-security-directory/cai
|
||||
socialmanager
|
||||
solutions
|
||||
sounds/search
|
||||
sounds/search$
|
||||
sounds/search?
|
||||
source
|
||||
source=
|
||||
source_repo=
|
||||
spain/empresas/
|
||||
|
|
@ -2769,7 +2589,6 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2828,10 +2647,6 @@ stores$
|
|||
stores/
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2857,7 +2672,6 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2875,7 +2689,6 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2883,7 +2696,6 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2931,9 +2743,7 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -3027,7 +2837,6 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -3044,14 +2853,9 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -3069,11 +2873,9 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -3129,9 +2931,6 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3437,7 +3236,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://docs.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3651,7 +3450,6 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/promos
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue