mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-06 08:53:59 +01:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
bd5a018b3a
commit
c271a9f331
24 changed files with 6235 additions and 1954 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1761964631
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1761991594
|
||||
"last_update": 1762077986
|
||||
}
|
||||
}
|
||||
|
|
@ -4755,6 +4755,8 @@ activity-item-display-fix.md
|
|||
dull-berries-bake.md
|
||||
.changeset/legal-cloths-drive.md
|
||||
legal-cloths-drive.md
|
||||
.changeset/free-trains-clap.md
|
||||
free-trains-clap.md
|
||||
.changeset/shiny-bottles-see.md
|
||||
shiny-bottles-see.md
|
||||
.changeset/brave-zebras-slide.md
|
||||
|
|
@ -4779,6 +4781,8 @@ proud-years-attack.md
|
|||
warm-chefs-draw.md
|
||||
.changeset/petite-pears-make.md
|
||||
petite-pears-make.md
|
||||
.changeset/new-walls-tickle.md
|
||||
new-walls-tickle.md
|
||||
.changeset/puny-fans-guess.md
|
||||
puny-fans-guess.md
|
||||
.changeset/gold-mice-double.md
|
||||
|
|
@ -4801,6 +4805,8 @@ clear-moments-sell.md
|
|||
khaki-plums-enjoy.md
|
||||
.changeset/replace-node-schedule-with-cron.md
|
||||
replace-node-schedule-with-cron.md
|
||||
.changeset/wicked-plums-trade.md
|
||||
wicked-plums-trade.md
|
||||
.changeset/silly-walls-open.md
|
||||
silly-walls-open.md
|
||||
.changeset/hungry-dingos-move.md
|
||||
|
|
@ -7056,6 +7062,10 @@ api/src/services/shares.ts
|
|||
src/services/shares.ts
|
||||
services/shares.ts
|
||||
shares.ts
|
||||
api/src/services/collections.test.ts
|
||||
src/services/collections.test.ts
|
||||
services/collections.test.ts
|
||||
collections.test.ts
|
||||
api/src/services/webhooks.ts
|
||||
src/services/webhooks.ts
|
||||
services/webhooks.ts
|
||||
|
|
@ -7128,6 +7138,10 @@ api/src/services/websocket.test.ts
|
|||
src/services/websocket.test.ts
|
||||
services/websocket.test.ts
|
||||
websocket.test.ts
|
||||
api/src/services/fields.test.ts
|
||||
src/services/fields.test.ts
|
||||
services/fields.test.ts
|
||||
fields.test.ts
|
||||
api/src/services/files.ts
|
||||
src/services/files.ts
|
||||
services/files.ts
|
||||
|
|
@ -9059,6 +9073,13 @@ helpers/schema/dialects/postgres.ts
|
|||
schema/dialects/postgres.ts
|
||||
dialects/postgres.ts
|
||||
postgres.ts
|
||||
api/src/database/helpers/schema/dialects/mysql.test.ts
|
||||
src/database/helpers/schema/dialects/mysql.test.ts
|
||||
database/helpers/schema/dialects/mysql.test.ts
|
||||
helpers/schema/dialects/mysql.test.ts
|
||||
schema/dialects/mysql.test.ts
|
||||
dialects/mysql.test.ts
|
||||
mysql.test.ts
|
||||
api/src/database/helpers/schema/dialects/mssql.ts
|
||||
src/database/helpers/schema/dialects/mssql.ts
|
||||
database/helpers/schema/dialects/mssql.ts
|
||||
|
|
@ -9066,6 +9087,20 @@ helpers/schema/dialects/mssql.ts
|
|||
schema/dialects/mssql.ts
|
||||
dialects/mssql.ts
|
||||
mssql.ts
|
||||
api/src/database/helpers/schema/dialects/mssql.test.ts
|
||||
src/database/helpers/schema/dialects/mssql.test.ts
|
||||
database/helpers/schema/dialects/mssql.test.ts
|
||||
helpers/schema/dialects/mssql.test.ts
|
||||
schema/dialects/mssql.test.ts
|
||||
dialects/mssql.test.ts
|
||||
mssql.test.ts
|
||||
api/src/database/helpers/schema/dialects/oracle.test.ts
|
||||
src/database/helpers/schema/dialects/oracle.test.ts
|
||||
database/helpers/schema/dialects/oracle.test.ts
|
||||
helpers/schema/dialects/oracle.test.ts
|
||||
schema/dialects/oracle.test.ts
|
||||
dialects/oracle.test.ts
|
||||
oracle.test.ts
|
||||
api/src/database/helpers/schema/dialects/oracle.ts
|
||||
src/database/helpers/schema/dialects/oracle.ts
|
||||
database/helpers/schema/dialects/oracle.ts
|
||||
|
|
@ -9080,6 +9115,13 @@ helpers/schema/dialects/cockroachdb.ts
|
|||
schema/dialects/cockroachdb.ts
|
||||
dialects/cockroachdb.ts
|
||||
cockroachdb.ts
|
||||
api/src/database/helpers/schema/dialects/sqlite.test.ts
|
||||
src/database/helpers/schema/dialects/sqlite.test.ts
|
||||
database/helpers/schema/dialects/sqlite.test.ts
|
||||
helpers/schema/dialects/sqlite.test.ts
|
||||
schema/dialects/sqlite.test.ts
|
||||
dialects/sqlite.test.ts
|
||||
sqlite.test.ts
|
||||
api/src/database/helpers/schema/dialects/default.ts
|
||||
src/database/helpers/schema/dialects/default.ts
|
||||
database/helpers/schema/dialects/default.ts
|
||||
|
|
@ -9087,6 +9129,27 @@ helpers/schema/dialects/default.ts
|
|||
schema/dialects/default.ts
|
||||
dialects/default.ts
|
||||
default.ts
|
||||
api/src/database/helpers/schema/dialects/cockroachdb.test.ts
|
||||
src/database/helpers/schema/dialects/cockroachdb.test.ts
|
||||
database/helpers/schema/dialects/cockroachdb.test.ts
|
||||
helpers/schema/dialects/cockroachdb.test.ts
|
||||
schema/dialects/cockroachdb.test.ts
|
||||
dialects/cockroachdb.test.ts
|
||||
cockroachdb.test.ts
|
||||
api/src/database/helpers/schema/dialects/default.test.ts
|
||||
src/database/helpers/schema/dialects/default.test.ts
|
||||
database/helpers/schema/dialects/default.test.ts
|
||||
helpers/schema/dialects/default.test.ts
|
||||
schema/dialects/default.test.ts
|
||||
dialects/default.test.ts
|
||||
default.test.ts
|
||||
api/src/database/helpers/schema/dialects/postgres.test.ts
|
||||
src/database/helpers/schema/dialects/postgres.test.ts
|
||||
database/helpers/schema/dialects/postgres.test.ts
|
||||
helpers/schema/dialects/postgres.test.ts
|
||||
schema/dialects/postgres.test.ts
|
||||
dialects/postgres.test.ts
|
||||
postgres.test.ts
|
||||
api/src/database/helpers/schema/utils/prep-query-params.ts
|
||||
src/database/helpers/schema/utils/prep-query-params.ts
|
||||
database/helpers/schema/utils/prep-query-params.ts
|
||||
|
|
@ -9101,6 +9164,12 @@ helpers/schema/utils/prep-query-params.test.ts
|
|||
schema/utils/prep-query-params.test.ts
|
||||
utils/prep-query-params.test.ts
|
||||
prep-query-params.test.ts
|
||||
api/src/database/helpers/schema/types.test.ts
|
||||
src/database/helpers/schema/types.test.ts
|
||||
database/helpers/schema/types.test.ts
|
||||
helpers/schema/types.test.ts
|
||||
schema/types.test.ts
|
||||
types.test.ts
|
||||
api/src/database/helpers/schema/types.ts
|
||||
src/database/helpers/schema/types.ts
|
||||
database/helpers/schema/types.ts
|
||||
|
|
@ -9385,6 +9454,11 @@ src/database/migrations/20210831A-remove-limit-column.ts
|
|||
database/migrations/20210831A-remove-limit-column.ts
|
||||
migrations/20210831A-remove-limit-column.ts
|
||||
20210831A-remove-limit-column.ts
|
||||
api/src/database/migrations/20251028A-add-retention-indexes.ts
|
||||
src/database/migrations/20251028A-add-retention-indexes.ts
|
||||
database/migrations/20251028A-add-retention-indexes.ts
|
||||
migrations/20251028A-add-retention-indexes.ts
|
||||
20251028A-add-retention-indexes.ts
|
||||
api/src/database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
src/database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
|
|
@ -10577,6 +10651,38 @@ emitter.ts
|
|||
api/src/start.ts
|
||||
src/start.ts
|
||||
start.ts
|
||||
api/src/test-utils/cache.ts
|
||||
src/test-utils/cache.ts
|
||||
test-utils/cache.ts
|
||||
cache.ts
|
||||
api/src/test-utils/schema.ts
|
||||
src/test-utils/schema.ts
|
||||
test-utils/schema.ts
|
||||
schema.ts
|
||||
api/src/test-utils/fields-service.ts
|
||||
src/test-utils/fields-service.ts
|
||||
test-utils/fields-service.ts
|
||||
fields-service.ts
|
||||
api/src/test-utils/README.md
|
||||
src/test-utils/README.md
|
||||
test-utils/README.md
|
||||
README.md
|
||||
api/src/test-utils/database.ts
|
||||
src/test-utils/database.ts
|
||||
test-utils/database.ts
|
||||
database.ts
|
||||
api/src/test-utils/knex.ts
|
||||
src/test-utils/knex.ts
|
||||
test-utils/knex.ts
|
||||
knex.ts
|
||||
api/src/test-utils/emitter.ts
|
||||
src/test-utils/emitter.ts
|
||||
test-utils/emitter.ts
|
||||
emitter.ts
|
||||
api/src/test-utils/items-service.ts
|
||||
src/test-utils/items-service.ts
|
||||
test-utils/items-service.ts
|
||||
items-service.ts
|
||||
api/src/auth/drivers/oauth2.ts
|
||||
src/auth/drivers/oauth2.ts
|
||||
auth/drivers/oauth2.ts
|
||||
|
|
@ -11024,6 +11130,10 @@ app/src/utils/get-related-collection.test.ts
|
|||
src/utils/get-related-collection.test.ts
|
||||
utils/get-related-collection.test.ts
|
||||
get-related-collection.test.ts
|
||||
app/src/utils/get-version-display-name.ts
|
||||
src/utils/get-version-display-name.ts
|
||||
utils/get-version-display-name.ts
|
||||
get-version-display-name.ts
|
||||
app/src/utils/get-fields-in-group.test.ts
|
||||
src/utils/get-fields-in-group.test.ts
|
||||
utils/get-fields-in-group.test.ts
|
||||
|
|
@ -11147,6 +11257,10 @@ app/src/utils/parse-date.ts
|
|||
src/utils/parse-date.ts
|
||||
utils/parse-date.ts
|
||||
parse-date.ts
|
||||
app/src/utils/get-revision-fields.ts
|
||||
src/utils/get-revision-fields.ts
|
||||
utils/get-revision-fields.ts
|
||||
get-revision-fields.ts
|
||||
app/src/utils/is-hex.test.ts
|
||||
src/utils/is-hex.test.ts
|
||||
utils/is-hex.test.ts
|
||||
|
|
@ -11194,6 +11308,10 @@ app/src/utils/jwt-payload.ts
|
|||
src/utils/jwt-payload.ts
|
||||
utils/jwt-payload.ts
|
||||
jwt-payload.ts
|
||||
app/src/utils/field-utils.test.ts
|
||||
src/utils/field-utils.test.ts
|
||||
utils/field-utils.test.ts
|
||||
field-utils.test.ts
|
||||
app/src/utils/query-to-gql-string.test.ts
|
||||
src/utils/query-to-gql-string.test.ts
|
||||
utils/query-to-gql-string.test.ts
|
||||
|
|
@ -11274,6 +11392,10 @@ app/src/utils/get-special-for-type.ts
|
|||
src/utils/get-special-for-type.ts
|
||||
utils/get-special-for-type.ts
|
||||
get-special-for-type.ts
|
||||
app/src/utils/get-version-display-name.test.ts
|
||||
src/utils/get-version-display-name.test.ts
|
||||
utils/get-version-display-name.test.ts
|
||||
get-version-display-name.test.ts
|
||||
app/src/utils/translate-shortcut.test.ts
|
||||
src/utils/translate-shortcut.test.ts
|
||||
utils/translate-shortcut.test.ts
|
||||
|
|
@ -11290,6 +11412,10 @@ app/src/utils/get-asset-url.ts
|
|||
src/utils/get-asset-url.ts
|
||||
utils/get-asset-url.ts
|
||||
get-asset-url.ts
|
||||
app/src/utils/field-utils.ts
|
||||
src/utils/field-utils.ts
|
||||
utils/field-utils.ts
|
||||
field-utils.ts
|
||||
app/src/utils/point-on-line.ts
|
||||
src/utils/point-on-line.ts
|
||||
utils/point-on-line.ts
|
||||
|
|
@ -11426,6 +11552,10 @@ app/src/utils/get-groups.ts
|
|||
src/utils/get-groups.ts
|
||||
utils/get-groups.ts
|
||||
get-groups.ts
|
||||
app/src/utils/get-revision-fields.test.ts
|
||||
src/utils/get-revision-fields.test.ts
|
||||
utils/get-revision-fields.test.ts
|
||||
get-revision-fields.test.ts
|
||||
app/src/utils/jwt-payload.test.ts
|
||||
src/utils/jwt-payload.test.ts
|
||||
utils/jwt-payload.test.ts
|
||||
|
|
@ -11817,12 +11947,6 @@ views/private/components/users-invite.vue
|
|||
private/components/users-invite.vue
|
||||
components/users-invite.vue
|
||||
users-invite.vue
|
||||
app/src/views/private/components/revisions-drawer-updates-change.vue
|
||||
src/views/private/components/revisions-drawer-updates-change.vue
|
||||
views/private/components/revisions-drawer-updates-change.vue
|
||||
private/components/revisions-drawer-updates-change.vue
|
||||
components/revisions-drawer-updates-change.vue
|
||||
revisions-drawer-updates-change.vue
|
||||
app/src/views/private/components/overlay-item-content.vue
|
||||
src/views/private/components/overlay-item-content.vue
|
||||
views/private/components/overlay-item-content.vue
|
||||
|
|
@ -11859,18 +11983,18 @@ views/private/components/notifications-group.vue
|
|||
private/components/notifications-group.vue
|
||||
components/notifications-group.vue
|
||||
notifications-group.vue
|
||||
app/src/views/private/components/revisions-drawer-preview.vue
|
||||
src/views/private/components/revisions-drawer-preview.vue
|
||||
views/private/components/revisions-drawer-preview.vue
|
||||
private/components/revisions-drawer-preview.vue
|
||||
components/revisions-drawer-preview.vue
|
||||
revisions-drawer-preview.vue
|
||||
app/src/views/private/components/render-template.vue
|
||||
src/views/private/components/render-template.vue
|
||||
views/private/components/render-template.vue
|
||||
private/components/render-template.vue
|
||||
components/render-template.vue
|
||||
render-template.vue
|
||||
app/src/views/private/components/revisions-sidebar-detail.vue
|
||||
src/views/private/components/revisions-sidebar-detail.vue
|
||||
views/private/components/revisions-sidebar-detail.vue
|
||||
private/components/revisions-sidebar-detail.vue
|
||||
components/revisions-sidebar-detail.vue
|
||||
revisions-sidebar-detail.vue
|
||||
app/src/views/private/components/value-null.vue
|
||||
src/views/private/components/value-null.vue
|
||||
views/private/components/value-null.vue
|
||||
|
|
@ -11973,12 +12097,6 @@ views/private/components/license-banner.vue
|
|||
private/components/license-banner.vue
|
||||
components/license-banner.vue
|
||||
license-banner.vue
|
||||
app/src/views/private/components/revisions-drawer.vue
|
||||
src/views/private/components/revisions-drawer.vue
|
||||
views/private/components/revisions-drawer.vue
|
||||
private/components/revisions-drawer.vue
|
||||
components/revisions-drawer.vue
|
||||
revisions-drawer.vue
|
||||
app/src/views/private/components/share-item.vue
|
||||
src/views/private/components/share-item.vue
|
||||
views/private/components/share-item.vue
|
||||
|
|
@ -12069,12 +12187,6 @@ views/private/components/module-bar-avatar.vue
|
|||
private/components/module-bar-avatar.vue
|
||||
components/module-bar-avatar.vue
|
||||
module-bar-avatar.vue
|
||||
app/src/views/private/components/revisions-drawer-updates.vue
|
||||
src/views/private/components/revisions-drawer-updates.vue
|
||||
views/private/components/revisions-drawer-updates.vue
|
||||
private/components/revisions-drawer-updates.vue
|
||||
components/revisions-drawer-updates.vue
|
||||
revisions-drawer-updates.vue
|
||||
app/src/views/private/components/comment-item-header.vue
|
||||
src/views/private/components/comment-item-header.vue
|
||||
views/private/components/comment-item-header.vue
|
||||
|
|
@ -12099,12 +12211,6 @@ views/private/components/notifications-drawer.vue
|
|||
private/components/notifications-drawer.vue
|
||||
components/notifications-drawer.vue
|
||||
notifications-drawer.vue
|
||||
app/src/views/private/components/revisions-drawer-detail.vue
|
||||
src/views/private/components/revisions-drawer-detail.vue
|
||||
views/private/components/revisions-drawer-detail.vue
|
||||
private/components/revisions-drawer-detail.vue
|
||||
components/revisions-drawer-detail.vue
|
||||
revisions-drawer-detail.vue
|
||||
app/src/views/private/components/notification-item.vue
|
||||
src/views/private/components/notification-item.vue
|
||||
views/private/components/notification-item.vue
|
||||
|
|
@ -12129,12 +12235,6 @@ views/private/components/comment-item.vue
|
|||
private/components/comment-item.vue
|
||||
components/comment-item.vue
|
||||
comment-item.vue
|
||||
app/src/views/private/components/revisions-drawer-picker.vue
|
||||
src/views/private/components/revisions-drawer-picker.vue
|
||||
views/private/components/revisions-drawer-picker.vue
|
||||
private/components/revisions-drawer-picker.vue
|
||||
components/revisions-drawer-picker.vue
|
||||
revisions-drawer-picker.vue
|
||||
app/src/views/private/components/search-input.vue
|
||||
src/views/private/components/search-input.vue
|
||||
views/private/components/search-input.vue
|
||||
|
|
@ -12147,6 +12247,41 @@ views/private/components/sidebar-detail-group.vue
|
|||
private/components/sidebar-detail-group.vue
|
||||
components/sidebar-detail-group.vue
|
||||
sidebar-detail-group.vue
|
||||
app/src/views/private/components/comparison/types.ts
|
||||
src/views/private/components/comparison/types.ts
|
||||
views/private/components/comparison/types.ts
|
||||
private/components/comparison/types.ts
|
||||
components/comparison/types.ts
|
||||
comparison/types.ts
|
||||
types.ts
|
||||
app/src/views/private/components/comparison/comparison-modal.vue
|
||||
src/views/private/components/comparison/comparison-modal.vue
|
||||
views/private/components/comparison/comparison-modal.vue
|
||||
private/components/comparison/comparison-modal.vue
|
||||
components/comparison/comparison-modal.vue
|
||||
comparison/comparison-modal.vue
|
||||
comparison-modal.vue
|
||||
app/src/views/private/components/comparison/comparison-header.vue
|
||||
src/views/private/components/comparison/comparison-header.vue
|
||||
views/private/components/comparison/comparison-header.vue
|
||||
private/components/comparison/comparison-header.vue
|
||||
components/comparison/comparison-header.vue
|
||||
comparison/comparison-header.vue
|
||||
comparison-header.vue
|
||||
app/src/views/private/components/comparison/use-comparison.ts
|
||||
src/views/private/components/comparison/use-comparison.ts
|
||||
views/private/components/comparison/use-comparison.ts
|
||||
private/components/comparison/use-comparison.ts
|
||||
components/comparison/use-comparison.ts
|
||||
comparison/use-comparison.ts
|
||||
use-comparison.ts
|
||||
app/src/views/private/components/comparison/use-comparison.test.ts
|
||||
src/views/private/components/comparison/use-comparison.test.ts
|
||||
views/private/components/comparison/use-comparison.test.ts
|
||||
private/components/comparison/use-comparison.test.ts
|
||||
components/comparison/use-comparison.test.ts
|
||||
comparison/use-comparison.test.ts
|
||||
use-comparison.test.ts
|
||||
app/src/views/private/index.ts
|
||||
src/views/private/index.ts
|
||||
views/private/index.ts
|
||||
|
|
@ -15380,12 +15515,6 @@ modules/content/components/navigation-item-content.vue
|
|||
content/components/navigation-item-content.vue
|
||||
components/navigation-item-content.vue
|
||||
navigation-item-content.vue
|
||||
app/src/modules/content/components/version-promote-drawer.vue
|
||||
src/modules/content/components/version-promote-drawer.vue
|
||||
modules/content/components/version-promote-drawer.vue
|
||||
content/components/version-promote-drawer.vue
|
||||
components/version-promote-drawer.vue
|
||||
version-promote-drawer.vue
|
||||
app/src/modules/content/index.ts
|
||||
src/modules/content/index.ts
|
||||
modules/content/index.ts
|
||||
|
|
|
|||
|
|
@ -978,6 +978,7 @@ tests/blackbox/setup/global.ts
|
|||
.changeset/activity-item-display-fix.md
|
||||
.changeset/dull-berries-bake.md
|
||||
.changeset/legal-cloths-drive.md
|
||||
.changeset/free-trains-clap.md
|
||||
.changeset/shiny-bottles-see.md
|
||||
.changeset/brave-zebras-slide.md
|
||||
.changeset/wild-taxis-wash.md
|
||||
|
|
@ -990,6 +991,7 @@ tests/blackbox/setup/global.ts
|
|||
.changeset/proud-years-attack.md
|
||||
.changeset/warm-chefs-draw.md
|
||||
.changeset/petite-pears-make.md
|
||||
.changeset/new-walls-tickle.md
|
||||
.changeset/puny-fans-guess.md
|
||||
.changeset/gold-mice-double.md
|
||||
.changeset/wet-weeks-buy.md
|
||||
|
|
@ -1001,6 +1003,7 @@ tests/blackbox/setup/global.ts
|
|||
.changeset/clear-moments-sell.md
|
||||
.changeset/khaki-plums-enjoy.md
|
||||
.changeset/replace-node-schedule-with-cron.md
|
||||
.changeset/wicked-plums-trade.md
|
||||
.changeset/silly-walls-open.md
|
||||
.changeset/hungry-dingos-move.md
|
||||
.changeset/loud-pianos-clean.md
|
||||
|
|
@ -1492,6 +1495,7 @@ api/src/services/revisions.ts
|
|||
api/src/services/utils.ts
|
||||
api/src/services/payload.ts
|
||||
api/src/services/shares.ts
|
||||
api/src/services/collections.test.ts
|
||||
api/src/services/webhooks.ts
|
||||
api/src/services/relations.ts
|
||||
api/src/services/specifications.ts
|
||||
|
|
@ -1510,6 +1514,7 @@ api/src/services/schema.test.ts
|
|||
api/src/services/presets.ts
|
||||
api/src/services/roles.test.ts
|
||||
api/src/services/websocket.test.ts
|
||||
api/src/services/fields.test.ts
|
||||
api/src/services/files.ts
|
||||
api/src/services/folders.ts
|
||||
api/src/services/access.ts
|
||||
|
|
@ -1853,12 +1858,20 @@ api/src/database/helpers/index.ts
|
|||
api/src/database/helpers/schema/dialects/mysql.ts
|
||||
api/src/database/helpers/schema/dialects/sqlite.ts
|
||||
api/src/database/helpers/schema/dialects/postgres.ts
|
||||
api/src/database/helpers/schema/dialects/mysql.test.ts
|
||||
api/src/database/helpers/schema/dialects/mssql.ts
|
||||
api/src/database/helpers/schema/dialects/mssql.test.ts
|
||||
api/src/database/helpers/schema/dialects/oracle.test.ts
|
||||
api/src/database/helpers/schema/dialects/oracle.ts
|
||||
api/src/database/helpers/schema/dialects/cockroachdb.ts
|
||||
api/src/database/helpers/schema/dialects/sqlite.test.ts
|
||||
api/src/database/helpers/schema/dialects/default.ts
|
||||
api/src/database/helpers/schema/dialects/cockroachdb.test.ts
|
||||
api/src/database/helpers/schema/dialects/default.test.ts
|
||||
api/src/database/helpers/schema/dialects/postgres.test.ts
|
||||
api/src/database/helpers/schema/utils/prep-query-params.ts
|
||||
api/src/database/helpers/schema/utils/prep-query-params.test.ts
|
||||
api/src/database/helpers/schema/types.test.ts
|
||||
api/src/database/helpers/schema/types.ts
|
||||
api/src/database/helpers/schema/index.ts
|
||||
api/src/database/helpers/sequence/dialects/postgres.ts
|
||||
|
|
@ -1913,6 +1926,7 @@ api/src/database/migrations/20240909B-consolidate-content-versioning.ts
|
|||
api/src/database/migrations/20210525A-add-insights.ts
|
||||
api/src/database/migrations/20210927A-replace-fields-group.ts
|
||||
api/src/database/migrations/20210831A-remove-limit-column.ts
|
||||
api/src/database/migrations/20251028A-add-retention-indexes.ts
|
||||
api/src/database/migrations/20240924B-populate-versioning-deltas.ts
|
||||
api/src/database/migrations/20250609A-license-banner.ts
|
||||
api/src/database/migrations/20231010A-add-extensions.ts
|
||||
|
|
@ -2155,6 +2169,14 @@ api/src/operations/sleep/index.ts
|
|||
api/src/operations/sleep/index.test.ts
|
||||
api/src/emitter.ts
|
||||
api/src/start.ts
|
||||
api/src/test-utils/cache.ts
|
||||
api/src/test-utils/schema.ts
|
||||
api/src/test-utils/fields-service.ts
|
||||
api/src/test-utils/README.md
|
||||
api/src/test-utils/database.ts
|
||||
api/src/test-utils/knex.ts
|
||||
api/src/test-utils/emitter.ts
|
||||
api/src/test-utils/items-service.ts
|
||||
api/src/auth/drivers/oauth2.ts
|
||||
api/src/auth/drivers/local.ts
|
||||
api/src/auth/drivers/saml.ts
|
||||
|
|
@ -2253,6 +2275,7 @@ app/src/utils/is-css-var.test.ts
|
|||
app/src/utils/hide-drag-image.test.ts
|
||||
app/src/utils/add-related-primary-key-to-fields.test.ts
|
||||
app/src/utils/get-related-collection.test.ts
|
||||
app/src/utils/get-version-display-name.ts
|
||||
app/src/utils/get-fields-in-group.test.ts
|
||||
app/src/utils/md.ts
|
||||
app/src/utils/get-default-values-from-fields.test.ts
|
||||
|
|
@ -2283,6 +2306,7 @@ app/src/utils/parse-filter.test.ts
|
|||
app/src/utils/get-related-collection.ts
|
||||
app/src/utils/apply-conditions.ts
|
||||
app/src/utils/parse-date.ts
|
||||
app/src/utils/get-revision-fields.ts
|
||||
app/src/utils/is-hex.test.ts
|
||||
app/src/utils/query-to-gql-string.ts
|
||||
app/src/utils/percentage.ts
|
||||
|
|
@ -2294,6 +2318,7 @@ app/src/utils/is-hex.ts
|
|||
app/src/utils/get-root-path.ts
|
||||
app/src/utils/localized-format-distance-strict.ts
|
||||
app/src/utils/jwt-payload.ts
|
||||
app/src/utils/field-utils.test.ts
|
||||
app/src/utils/query-to-gql-string.test.ts
|
||||
app/src/utils/get-literal-interpolated-translation.ts
|
||||
app/src/utils/unexpected-error.ts
|
||||
|
|
@ -2314,10 +2339,12 @@ app/src/utils/localized-format.ts
|
|||
app/src/utils/flatten-field-groups.test.ts
|
||||
app/src/utils/validate-item.test.ts
|
||||
app/src/utils/get-special-for-type.ts
|
||||
app/src/utils/get-version-display-name.test.ts
|
||||
app/src/utils/translate-shortcut.test.ts
|
||||
app/src/utils/md.test.ts
|
||||
app/src/utils/extract-field-from-function.test.ts
|
||||
app/src/utils/get-asset-url.ts
|
||||
app/src/utils/field-utils.ts
|
||||
app/src/utils/point-on-line.ts
|
||||
app/src/utils/get-vue-component-name.ts
|
||||
app/src/utils/parse-preset.ts
|
||||
|
|
@ -2352,6 +2379,7 @@ app/src/utils/get-fullcalendar-locale.ts
|
|||
app/src/utils/get-js-type.ts
|
||||
app/src/utils/upload-files.ts
|
||||
app/src/utils/get-groups.ts
|
||||
app/src/utils/get-revision-fields.test.ts
|
||||
app/src/utils/jwt-payload.test.ts
|
||||
app/src/utils/format-field-function.test.ts
|
||||
app/src/utils/format-date.ts
|
||||
|
|
@ -2431,15 +2459,14 @@ app/src/views/private/components/files-navigation.vue
|
|||
app/src/views/private/components/render-display.vue
|
||||
app/src/views/private/components/header-bar.vue
|
||||
app/src/views/private/components/users-invite.vue
|
||||
app/src/views/private/components/revisions-drawer-updates-change.vue
|
||||
app/src/views/private/components/overlay-item-content.vue
|
||||
app/src/views/private/components/drawer-collection.vue
|
||||
app/src/views/private/components/notifications-preview.vue
|
||||
app/src/views/private/components/notification-dialogs.vue
|
||||
app/src/views/private/components/drawer-item.vue
|
||||
app/src/views/private/components/notifications-group.vue
|
||||
app/src/views/private/components/revisions-drawer-preview.vue
|
||||
app/src/views/private/components/render-template.vue
|
||||
app/src/views/private/components/revisions-sidebar-detail.vue
|
||||
app/src/views/private/components/value-null.vue
|
||||
app/src/views/private/components/revisions-date-group.vue
|
||||
app/src/views/private/components/bookmark-add.vue
|
||||
|
|
@ -2457,7 +2484,6 @@ app/src/views/private/components/basic-import-sidebar-detail.vue
|
|||
app/src/views/private/components/skip-menu.vue
|
||||
app/src/views/private/components/refresh-sidebar-detail.vue
|
||||
app/src/views/private/components/license-banner.vue
|
||||
app/src/views/private/components/revisions-drawer.vue
|
||||
app/src/views/private/components/share-item.vue
|
||||
app/src/views/private/components/files-navigation-folder.vue
|
||||
app/src/views/private/components/skip-menu.test.ts
|
||||
|
|
@ -2473,19 +2499,21 @@ app/src/views/private/components/drawer-files.vue
|
|||
app/src/views/private/components/import-error-dialog.vue
|
||||
app/src/views/private/components/folder-picker-list-item.vue
|
||||
app/src/views/private/components/module-bar-avatar.vue
|
||||
app/src/views/private/components/revisions-drawer-updates.vue
|
||||
app/src/views/private/components/comment-item-header.vue
|
||||
app/src/views/private/components/file-lightbox.vue
|
||||
app/src/views/private/components/image-editor.vue
|
||||
app/src/views/private/components/notifications-drawer.vue
|
||||
app/src/views/private/components/revisions-drawer-detail.vue
|
||||
app/src/views/private/components/notification-item.vue
|
||||
app/src/views/private/components/export-sidebar-detail.vue
|
||||
app/src/views/private/components/file-preview.vue
|
||||
app/src/views/private/components/comment-item.vue
|
||||
app/src/views/private/components/revisions-drawer-picker.vue
|
||||
app/src/views/private/components/search-input.vue
|
||||
app/src/views/private/components/sidebar-detail-group.vue
|
||||
app/src/views/private/components/comparison/types.ts
|
||||
app/src/views/private/components/comparison/comparison-modal.vue
|
||||
app/src/views/private/components/comparison/comparison-header.vue
|
||||
app/src/views/private/components/comparison/use-comparison.ts
|
||||
app/src/views/private/components/comparison/use-comparison.test.ts
|
||||
app/src/views/private/index.ts
|
||||
app/src/views/private/private-view.vue
|
||||
app/src/views/private/readme.md
|
||||
|
|
@ -3147,7 +3175,6 @@ app/src/modules/content/components/navigation.vue
|
|||
app/src/modules/content/components/navigation-bookmark.vue
|
||||
app/src/modules/content/components/version-promote-field.vue
|
||||
app/src/modules/content/components/navigation-item-content.vue
|
||||
app/src/modules/content/components/version-promote-drawer.vue
|
||||
app/src/modules/content/index.ts
|
||||
app/src/modules/activity/routes/collection.vue
|
||||
app/src/modules/activity/routes/item.vue
|
||||
|
|
|
|||
|
|
@ -33871,6 +33871,12 @@ Drupal/Core/Config/StorageException.php
|
|||
Core/Config/StorageException.php
|
||||
Config/StorageException.php
|
||||
StorageException.php
|
||||
core/lib/Drupal/Core/Config/ConfigImporterFactory.php
|
||||
lib/Drupal/Core/Config/ConfigImporterFactory.php
|
||||
Drupal/Core/Config/ConfigImporterFactory.php
|
||||
Core/Config/ConfigImporterFactory.php
|
||||
Config/ConfigImporterFactory.php
|
||||
ConfigImporterFactory.php
|
||||
core/lib/Drupal/Core/Config/InstallStorage.php
|
||||
lib/Drupal/Core/Config/InstallStorage.php
|
||||
Drupal/Core/Config/InstallStorage.php
|
||||
|
|
|
|||
|
|
@ -5207,6 +5207,7 @@ core/lib/Drupal/Core/Config/NullStorage.php
|
|||
core/lib/Drupal/Core/Config/ConfigManagerInterface.php
|
||||
core/lib/Drupal/Core/Config/ReadOnlyStorage.php
|
||||
core/lib/Drupal/Core/Config/StorageException.php
|
||||
core/lib/Drupal/Core/Config/ConfigImporterFactory.php
|
||||
core/lib/Drupal/Core/Config/InstallStorage.php
|
||||
core/lib/Drupal/Core/Config/ConfigCrudEvent.php
|
||||
core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php
|
||||
|
|
|
|||
|
|
@ -4186,6 +4186,8 @@ bin/restore
|
|||
restore
|
||||
bin/composer.phar
|
||||
composer.phar
|
||||
bin/build-test-update.php
|
||||
build-test-update.php
|
||||
assets/.gitkeep
|
||||
.gitkeep
|
||||
.dependencies
|
||||
|
|
|
|||
|
|
@ -719,6 +719,7 @@ bin/plugin
|
|||
bin/gpm
|
||||
bin/restore
|
||||
bin/composer.phar
|
||||
bin/build-test-update.php
|
||||
assets/.gitkeep
|
||||
.dependencies
|
||||
.travis.yml
|
||||
|
|
|
|||
|
|
@ -66702,6 +66702,15 @@ Magento/Framework/Locale/README.md
|
|||
Framework/Locale/README.md
|
||||
Locale/README.md
|
||||
README.md
|
||||
lib/internal/Magento/Framework/Locale/Test/Unit/Helper/CurrencyTestHelper.php
|
||||
internal/Magento/Framework/Locale/Test/Unit/Helper/CurrencyTestHelper.php
|
||||
Magento/Framework/Locale/Test/Unit/Helper/CurrencyTestHelper.php
|
||||
Framework/Locale/Test/Unit/Helper/CurrencyTestHelper.php
|
||||
Locale/Test/Unit/Helper/CurrencyTestHelper.php
|
||||
Test/Unit/Helper/CurrencyTestHelper.php
|
||||
Unit/Helper/CurrencyTestHelper.php
|
||||
Helper/CurrencyTestHelper.php
|
||||
CurrencyTestHelper.php
|
||||
lib/internal/Magento/Framework/Locale/Test/Unit/CurrencyTest.php
|
||||
internal/Magento/Framework/Locale/Test/Unit/CurrencyTest.php
|
||||
Magento/Framework/Locale/Test/Unit/CurrencyTest.php
|
||||
|
|
@ -69209,6 +69218,15 @@ Utility/_files/foo/one.txt
|
|||
_files/foo/one.txt
|
||||
foo/one.txt
|
||||
one.txt
|
||||
lib/internal/Magento/Framework/App/Test/Unit/Helper/ResponseTestHelper.php
|
||||
internal/Magento/Framework/App/Test/Unit/Helper/ResponseTestHelper.php
|
||||
Magento/Framework/App/Test/Unit/Helper/ResponseTestHelper.php
|
||||
Framework/App/Test/Unit/Helper/ResponseTestHelper.php
|
||||
App/Test/Unit/Helper/ResponseTestHelper.php
|
||||
Test/Unit/Helper/ResponseTestHelper.php
|
||||
Unit/Helper/ResponseTestHelper.php
|
||||
Helper/ResponseTestHelper.php
|
||||
ResponseTestHelper.php
|
||||
lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfigTest.php
|
||||
internal/Magento/Framework/App/Test/Unit/DeploymentConfigTest.php
|
||||
Magento/Framework/App/Test/Unit/DeploymentConfigTest.php
|
||||
|
|
@ -72175,6 +72193,15 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Helper/AmountTestHelper.php
|
||||
internal/Magento/Framework/Pricing/Test/Unit/Helper/AmountTestHelper.php
|
||||
Magento/Framework/Pricing/Test/Unit/Helper/AmountTestHelper.php
|
||||
Framework/Pricing/Test/Unit/Helper/AmountTestHelper.php
|
||||
Pricing/Test/Unit/Helper/AmountTestHelper.php
|
||||
Test/Unit/Helper/AmountTestHelper.php
|
||||
Unit/Helper/AmountTestHelper.php
|
||||
Helper/AmountTestHelper.php
|
||||
AmountTestHelper.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Render/PriceBoxTest.php
|
||||
internal/Magento/Framework/Pricing/Test/Unit/Render/PriceBoxTest.php
|
||||
Magento/Framework/Pricing/Test/Unit/Render/PriceBoxTest.php
|
||||
|
|
@ -75109,6 +75136,17 @@ Data/Form/Element/Factory.php
|
|||
Form/Element/Factory.php
|
||||
Element/Factory.php
|
||||
Factory.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
internal/Magento/Framework/Data/Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
Magento/Framework/Data/Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
Framework/Data/Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
Data/Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
Test/Unit/Helper/SelectTestHelper.php
|
||||
Unit/Helper/SelectTestHelper.php
|
||||
Helper/SelectTestHelper.php
|
||||
SelectTestHelper.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Imagefile.php
|
||||
internal/Magento/Framework/Data/Form/Element/Imagefile.php
|
||||
Magento/Framework/Data/Form/Element/Imagefile.php
|
||||
|
|
@ -78826,6 +78864,24 @@ Magento/Framework/Model/ExecuteCommitCallbacks.php
|
|||
Framework/Model/ExecuteCommitCallbacks.php
|
||||
Model/ExecuteCommitCallbacks.php
|
||||
ExecuteCommitCallbacks.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
internal/Magento/Framework/Model/Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
Magento/Framework/Model/Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
Framework/Model/Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
Model/Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
Unit/Helper/AbstractCollectionTestHelper.php
|
||||
Helper/AbstractCollectionTestHelper.php
|
||||
AbstractCollectionTestHelper.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
internal/Magento/Framework/Model/Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
Magento/Framework/Model/Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
Framework/Model/Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
Model/Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
Unit/Helper/AbstractModelTestHelper.php
|
||||
Helper/AbstractModelTestHelper.php
|
||||
AbstractModelTestHelper.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/EntitySnapshot/AttributeProviderTest.php
|
||||
internal/Magento/Framework/Model/Test/Unit/EntitySnapshot/AttributeProviderTest.php
|
||||
Magento/Framework/Model/Test/Unit/EntitySnapshot/AttributeProviderTest.php
|
||||
|
|
@ -86539,6 +86595,15 @@ Unit/Helper/SecureHtmlRenderer/HtmlRendererTest.php
|
|||
Helper/SecureHtmlRenderer/HtmlRendererTest.php
|
||||
SecureHtmlRenderer/HtmlRendererTest.php
|
||||
HtmlRendererTest.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
internal/Magento/Framework/View/Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
Magento/Framework/View/Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
Framework/View/Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
View/Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
Unit/Helper/AbstractBlockTestHelper.php
|
||||
Helper/AbstractBlockTestHelper.php
|
||||
AbstractBlockTestHelper.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/TemplateEngine/PhpTest.php
|
||||
internal/Magento/Framework/View/Test/Unit/TemplateEngine/PhpTest.php
|
||||
Magento/Framework/View/Test/Unit/TemplateEngine/PhpTest.php
|
||||
|
|
@ -89704,6 +89769,22 @@ Framework/Test/Unit/PhraseTest.php
|
|||
Test/Unit/PhraseTest.php
|
||||
Unit/PhraseTest.php
|
||||
PhraseTest.php
|
||||
lib/internal/Magento/Framework/Test/Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
internal/Magento/Framework/Test/Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
Magento/Framework/Test/Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
Framework/Test/Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
Test/Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
HttpResponseJsonRepresentTestHelper.php
|
||||
lib/internal/Magento/Framework/Test/Unit/Helper/ResultJsonTestHelper.php
|
||||
internal/Magento/Framework/Test/Unit/Helper/ResultJsonTestHelper.php
|
||||
Magento/Framework/Test/Unit/Helper/ResultJsonTestHelper.php
|
||||
Framework/Test/Unit/Helper/ResultJsonTestHelper.php
|
||||
Test/Unit/Helper/ResultJsonTestHelper.php
|
||||
Unit/Helper/ResultJsonTestHelper.php
|
||||
Helper/ResultJsonTestHelper.php
|
||||
ResultJsonTestHelper.php
|
||||
lib/internal/Magento/Framework/Test/Unit/App/BootstrapTest.php
|
||||
internal/Magento/Framework/Test/Unit/App/BootstrapTest.php
|
||||
Magento/Framework/Test/Unit/App/BootstrapTest.php
|
||||
|
|
@ -91505,6 +91586,15 @@ Magento/Framework/Event/README.md
|
|||
Framework/Event/README.md
|
||||
Event/README.md
|
||||
README.md
|
||||
lib/internal/Magento/Framework/Event/Test/Unit/Helper/EventTestHelper.php
|
||||
internal/Magento/Framework/Event/Test/Unit/Helper/EventTestHelper.php
|
||||
Magento/Framework/Event/Test/Unit/Helper/EventTestHelper.php
|
||||
Framework/Event/Test/Unit/Helper/EventTestHelper.php
|
||||
Event/Test/Unit/Helper/EventTestHelper.php
|
||||
Test/Unit/Helper/EventTestHelper.php
|
||||
Unit/Helper/EventTestHelper.php
|
||||
Helper/EventTestHelper.php
|
||||
EventTestHelper.php
|
||||
lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
|
||||
internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
|
||||
Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
|
||||
|
|
@ -97954,6 +98044,15 @@ Test/Unit/Helper/AbstractHelperTest.php
|
|||
Unit/Helper/AbstractHelperTest.php
|
||||
Helper/AbstractHelperTest.php
|
||||
AbstractHelperTest.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/Helper/MysqlTestHelper.php
|
||||
internal/Magento/Framework/DB/Test/Unit/Helper/MysqlTestHelper.php
|
||||
Magento/Framework/DB/Test/Unit/Helper/MysqlTestHelper.php
|
||||
Framework/DB/Test/Unit/Helper/MysqlTestHelper.php
|
||||
DB/Test/Unit/Helper/MysqlTestHelper.php
|
||||
Test/Unit/Helper/MysqlTestHelper.php
|
||||
Unit/Helper/MysqlTestHelper.php
|
||||
Helper/MysqlTestHelper.php
|
||||
MysqlTestHelper.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/AbstractMapperTest.php
|
||||
internal/Magento/Framework/DB/Test/Unit/AbstractMapperTest.php
|
||||
Magento/Framework/DB/Test/Unit/AbstractMapperTest.php
|
||||
|
|
@ -100614,6 +100713,15 @@ Magento/Framework/DataObject/Factory.php
|
|||
Framework/DataObject/Factory.php
|
||||
DataObject/Factory.php
|
||||
Factory.php
|
||||
lib/internal/Magento/Framework/DataObject/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
internal/Magento/Framework/DataObject/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Magento/Framework/DataObject/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Framework/DataObject/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
DataObject/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Unit/Helper/DataObjectTestHelper.php
|
||||
Helper/DataObjectTestHelper.php
|
||||
DataObjectTestHelper.php
|
||||
lib/internal/Magento/Framework/DataObject/Test/Unit/CacheTest.php
|
||||
internal/Magento/Framework/DataObject/Test/Unit/CacheTest.php
|
||||
Magento/Framework/DataObject/Test/Unit/CacheTest.php
|
||||
|
|
@ -101220,6 +101328,15 @@ Framework/Filter/VariableResolver/StrictResolver.php
|
|||
Filter/VariableResolver/StrictResolver.php
|
||||
VariableResolver/StrictResolver.php
|
||||
StrictResolver.php
|
||||
lib/internal/Magento/Framework/Filter/Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
internal/Magento/Framework/Filter/Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
Magento/Framework/Filter/Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
Framework/Filter/Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
Filter/Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
Unit/Helper/FilterManagerTestHelper.php
|
||||
Helper/FilterManagerTestHelper.php
|
||||
FilterManagerTestHelper.php
|
||||
lib/internal/Magento/Framework/Filter/Test/Unit/TranslitUrlTest.php
|
||||
internal/Magento/Framework/Filter/Test/Unit/TranslitUrlTest.php
|
||||
Magento/Framework/Filter/Test/Unit/TranslitUrlTest.php
|
||||
|
|
@ -112946,6 +113063,14 @@ Magento/Checkout/Api/TotalsInformationManagementInterface.php
|
|||
Checkout/Api/TotalsInformationManagementInterface.php
|
||||
Api/TotalsInformationManagementInterface.php
|
||||
TotalsInformationManagementInterface.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
Magento/Checkout/Test/Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
Checkout/Test/Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
Test/Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
Helper/TotalsInterfaceTestHelper.php
|
||||
TotalsInterfaceTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/DataTest.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/DataTest.php
|
||||
Magento/Checkout/Test/Unit/Helper/DataTest.php
|
||||
|
|
@ -112954,6 +113079,30 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/SessionOrderIdTestHelper.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/SessionOrderIdTestHelper.php
|
||||
Magento/Checkout/Test/Unit/Helper/SessionOrderIdTestHelper.php
|
||||
Checkout/Test/Unit/Helper/SessionOrderIdTestHelper.php
|
||||
Test/Unit/Helper/SessionOrderIdTestHelper.php
|
||||
Unit/Helper/SessionOrderIdTestHelper.php
|
||||
Helper/SessionOrderIdTestHelper.php
|
||||
SessionOrderIdTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
Magento/Checkout/Test/Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
Checkout/Test/Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
Test/Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
Helper/ShippingMethodManagementTestHelper.php
|
||||
ShippingMethodManagementTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
Magento/Checkout/Test/Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
Checkout/Test/Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
Test/Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
SessionQuoteLastAddedProductTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/ExpressRedirectTest.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/ExpressRedirectTest.php
|
||||
Magento/Checkout/Test/Unit/Helper/ExpressRedirectTest.php
|
||||
|
|
@ -112970,6 +113119,22 @@ Test/Unit/Helper/CartTest.php
|
|||
Unit/Helper/CartTest.php
|
||||
Helper/CartTest.php
|
||||
CartTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/CheckoutSessionTestHelper.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/CheckoutSessionTestHelper.php
|
||||
Magento/Checkout/Test/Unit/Helper/CheckoutSessionTestHelper.php
|
||||
Checkout/Test/Unit/Helper/CheckoutSessionTestHelper.php
|
||||
Test/Unit/Helper/CheckoutSessionTestHelper.php
|
||||
Unit/Helper/CheckoutSessionTestHelper.php
|
||||
Helper/CheckoutSessionTestHelper.php
|
||||
CheckoutSessionTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
code/Magento/Checkout/Test/Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
Magento/Checkout/Test/Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
Checkout/Test/Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
Test/Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
Helper/ExtensionAttributesTestHelper.php
|
||||
ExtensionAttributesTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Plugin/ResetQuoteAddressesTest.php
|
||||
code/Magento/Checkout/Test/Unit/Plugin/ResetQuoteAddressesTest.php
|
||||
Magento/Checkout/Test/Unit/Plugin/ResetQuoteAddressesTest.php
|
||||
|
|
@ -117845,6 +118010,14 @@ CheckoutAgreements/Api/Data/AgreementInterface.php
|
|||
Api/Data/AgreementInterface.php
|
||||
Data/AgreementInterface.php
|
||||
AgreementInterface.php
|
||||
app/code/Magento/CheckoutAgreements/Test/Unit/Helper/AgreementModelTestHelper.php
|
||||
code/Magento/CheckoutAgreements/Test/Unit/Helper/AgreementModelTestHelper.php
|
||||
Magento/CheckoutAgreements/Test/Unit/Helper/AgreementModelTestHelper.php
|
||||
CheckoutAgreements/Test/Unit/Helper/AgreementModelTestHelper.php
|
||||
Test/Unit/Helper/AgreementModelTestHelper.php
|
||||
Unit/Helper/AgreementModelTestHelper.php
|
||||
Helper/AgreementModelTestHelper.php
|
||||
AgreementModelTestHelper.php
|
||||
app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsProviderTest.php
|
||||
code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsProviderTest.php
|
||||
Magento/CheckoutAgreements/Test/Unit/Model/AgreementsProviderTest.php
|
||||
|
|
@ -143944,6 +144117,14 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
app/code/Magento/Eav/Test/Unit/Helper/AttributeTestHelper.php
|
||||
code/Magento/Eav/Test/Unit/Helper/AttributeTestHelper.php
|
||||
Magento/Eav/Test/Unit/Helper/AttributeTestHelper.php
|
||||
Eav/Test/Unit/Helper/AttributeTestHelper.php
|
||||
Test/Unit/Helper/AttributeTestHelper.php
|
||||
Unit/Helper/AttributeTestHelper.php
|
||||
Helper/AttributeTestHelper.php
|
||||
AttributeTestHelper.php
|
||||
app/code/Magento/Eav/Test/Unit/Plugin/Model/ResourceModel/Entity/AttributeTest.php
|
||||
code/Magento/Eav/Test/Unit/Plugin/Model/ResourceModel/Entity/AttributeTest.php
|
||||
Magento/Eav/Test/Unit/Plugin/Model/ResourceModel/Entity/AttributeTest.php
|
||||
|
|
@ -144978,6 +145159,14 @@ code/Magento/GraphQl/README.md
|
|||
Magento/GraphQl/README.md
|
||||
GraphQl/README.md
|
||||
README.md
|
||||
app/code/Magento/GraphQl/Test/Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
code/Magento/GraphQl/Test/Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
Magento/GraphQl/Test/Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
GraphQl/Test/Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
Test/Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
Helper/ContextExtensionGetStoreTestHelper.php
|
||||
ContextExtensionGetStoreTestHelper.php
|
||||
app/code/Magento/GraphQl/Test/Unit/Helper/Error/AggregateExceptionMessageFormatterTest.php
|
||||
code/Magento/GraphQl/Test/Unit/Helper/Error/AggregateExceptionMessageFormatterTest.php
|
||||
Magento/GraphQl/Test/Unit/Helper/Error/AggregateExceptionMessageFormatterTest.php
|
||||
|
|
@ -146228,6 +146417,14 @@ Magento/CatalogInventory/Api/StockRegistryInterface.php
|
|||
CatalogInventory/Api/StockRegistryInterface.php
|
||||
Api/StockRegistryInterface.php
|
||||
StockRegistryInterface.php
|
||||
app/code/Magento/CatalogInventory/Test/Unit/Helper/ItemTestHelper.php
|
||||
code/Magento/CatalogInventory/Test/Unit/Helper/ItemTestHelper.php
|
||||
Magento/CatalogInventory/Test/Unit/Helper/ItemTestHelper.php
|
||||
CatalogInventory/Test/Unit/Helper/ItemTestHelper.php
|
||||
Test/Unit/Helper/ItemTestHelper.php
|
||||
Unit/Helper/ItemTestHelper.php
|
||||
Helper/ItemTestHelper.php
|
||||
ItemTestHelper.php
|
||||
app/code/Magento/CatalogInventory/Test/Unit/Helper/StockTest.php
|
||||
code/Magento/CatalogInventory/Test/Unit/Helper/StockTest.php
|
||||
Magento/CatalogInventory/Test/Unit/Helper/StockTest.php
|
||||
|
|
@ -155373,6 +155570,14 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/OrderTestHelper.php
|
||||
code/Magento/Sales/Test/Unit/Helper/OrderTestHelper.php
|
||||
Magento/Sales/Test/Unit/Helper/OrderTestHelper.php
|
||||
Sales/Test/Unit/Helper/OrderTestHelper.php
|
||||
Test/Unit/Helper/OrderTestHelper.php
|
||||
Unit/Helper/OrderTestHelper.php
|
||||
Helper/OrderTestHelper.php
|
||||
OrderTestHelper.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/GuestTest.php
|
||||
code/Magento/Sales/Test/Unit/Helper/GuestTest.php
|
||||
Magento/Sales/Test/Unit/Helper/GuestTest.php
|
||||
|
|
@ -155397,6 +155602,22 @@ Test/Unit/Helper/AdminTest.php
|
|||
Unit/Helper/AdminTest.php
|
||||
Helper/AdminTest.php
|
||||
AdminTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/ItemTestHelper.php
|
||||
code/Magento/Sales/Test/Unit/Helper/ItemTestHelper.php
|
||||
Magento/Sales/Test/Unit/Helper/ItemTestHelper.php
|
||||
Sales/Test/Unit/Helper/ItemTestHelper.php
|
||||
Test/Unit/Helper/ItemTestHelper.php
|
||||
Unit/Helper/ItemTestHelper.php
|
||||
Helper/ItemTestHelper.php
|
||||
ItemTestHelper.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
code/Magento/Sales/Test/Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
Magento/Sales/Test/Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
Sales/Test/Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
Test/Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
Helper/OrderInterfaceFactoryTestHelper.php
|
||||
OrderInterfaceFactoryTestHelper.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/SalesEntityCommentValidatorTest.php
|
||||
code/Magento/Sales/Test/Unit/Helper/SalesEntityCommentValidatorTest.php
|
||||
Magento/Sales/Test/Unit/Helper/SalesEntityCommentValidatorTest.php
|
||||
|
|
@ -185914,6 +186135,14 @@ Test/Unit/Helper/JsTest.php
|
|||
Unit/Helper/JsTest.php
|
||||
Helper/JsTest.php
|
||||
JsTest.php
|
||||
app/code/Magento/Backend/Test/Unit/Helper/ButtonTestHelper.php
|
||||
code/Magento/Backend/Test/Unit/Helper/ButtonTestHelper.php
|
||||
Magento/Backend/Test/Unit/Helper/ButtonTestHelper.php
|
||||
Backend/Test/Unit/Helper/ButtonTestHelper.php
|
||||
Test/Unit/Helper/ButtonTestHelper.php
|
||||
Unit/Helper/ButtonTestHelper.php
|
||||
Helper/ButtonTestHelper.php
|
||||
ButtonTestHelper.php
|
||||
app/code/Magento/Backend/Test/Unit/App/Response/Http/FileFactoryTest.php
|
||||
code/Magento/Backend/Test/Unit/App/Response/Http/FileFactoryTest.php
|
||||
Magento/Backend/Test/Unit/App/Response/Http/FileFactoryTest.php
|
||||
|
|
@ -196877,6 +197106,14 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/ConfigurableTestHelper.php
|
||||
code/Magento/ConfigurableProduct/Test/Unit/Helper/ConfigurableTestHelper.php
|
||||
Magento/ConfigurableProduct/Test/Unit/Helper/ConfigurableTestHelper.php
|
||||
ConfigurableProduct/Test/Unit/Helper/ConfigurableTestHelper.php
|
||||
Test/Unit/Helper/ConfigurableTestHelper.php
|
||||
Unit/Helper/ConfigurableTestHelper.php
|
||||
Helper/ConfigurableTestHelper.php
|
||||
ConfigurableTestHelper.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Configuration/PluginTest.php
|
||||
code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Configuration/PluginTest.php
|
||||
Magento/ConfigurableProduct/Test/Unit/Helper/Product/Configuration/PluginTest.php
|
||||
|
|
@ -203658,6 +203895,22 @@ Magento/Downloadable/Api/LinkRepositoryInterface.php
|
|||
Downloadable/Api/LinkRepositoryInterface.php
|
||||
Api/LinkRepositoryInterface.php
|
||||
LinkRepositoryInterface.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/SampleTestHelper.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/SampleTestHelper.php
|
||||
Magento/Downloadable/Test/Unit/Helper/SampleTestHelper.php
|
||||
Downloadable/Test/Unit/Helper/SampleTestHelper.php
|
||||
Test/Unit/Helper/SampleTestHelper.php
|
||||
Unit/Helper/SampleTestHelper.php
|
||||
Helper/SampleTestHelper.php
|
||||
SampleTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/LinkTestHelper.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/LinkTestHelper.php
|
||||
Magento/Downloadable/Test/Unit/Helper/LinkTestHelper.php
|
||||
Downloadable/Test/Unit/Helper/LinkTestHelper.php
|
||||
Test/Unit/Helper/LinkTestHelper.php
|
||||
Unit/Helper/LinkTestHelper.php
|
||||
Helper/LinkTestHelper.php
|
||||
LinkTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/DataTest.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/DataTest.php
|
||||
Magento/Downloadable/Test/Unit/Helper/DataTest.php
|
||||
|
|
@ -203666,6 +203919,14 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/TypeTestHelper.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/TypeTestHelper.php
|
||||
Magento/Downloadable/Test/Unit/Helper/TypeTestHelper.php
|
||||
Downloadable/Test/Unit/Helper/TypeTestHelper.php
|
||||
Test/Unit/Helper/TypeTestHelper.php
|
||||
Unit/Helper/TypeTestHelper.php
|
||||
Helper/TypeTestHelper.php
|
||||
TypeTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/DownloadTest.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/DownloadTest.php
|
||||
Magento/Downloadable/Test/Unit/Helper/DownloadTest.php
|
||||
|
|
@ -203674,6 +203935,14 @@ Test/Unit/Helper/DownloadTest.php
|
|||
Unit/Helper/DownloadTest.php
|
||||
Helper/DownloadTest.php
|
||||
DownloadTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/ItemTestHelper.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/ItemTestHelper.php
|
||||
Magento/Downloadable/Test/Unit/Helper/ItemTestHelper.php
|
||||
Downloadable/Test/Unit/Helper/ItemTestHelper.php
|
||||
Test/Unit/Helper/ItemTestHelper.php
|
||||
Unit/Helper/ItemTestHelper.php
|
||||
Helper/ItemTestHelper.php
|
||||
ItemTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
Magento/Downloadable/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
|
|
@ -203692,6 +203961,14 @@ Test/Unit/Helper/FileTest.php
|
|||
Unit/Helper/FileTest.php
|
||||
Helper/FileTest.php
|
||||
FileTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/PurchasedTestHelper.php
|
||||
code/Magento/Downloadable/Test/Unit/Helper/PurchasedTestHelper.php
|
||||
Magento/Downloadable/Test/Unit/Helper/PurchasedTestHelper.php
|
||||
Downloadable/Test/Unit/Helper/PurchasedTestHelper.php
|
||||
Test/Unit/Helper/PurchasedTestHelper.php
|
||||
Unit/Helper/PurchasedTestHelper.php
|
||||
Helper/PurchasedTestHelper.php
|
||||
PurchasedTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Pricing/Price/LinkPriceTest.php
|
||||
code/Magento/Downloadable/Test/Unit/Pricing/Price/LinkPriceTest.php
|
||||
Magento/Downloadable/Test/Unit/Pricing/Price/LinkPriceTest.php
|
||||
|
|
@ -219798,6 +220075,302 @@ Magento/Quote/Api/GuestCartTotalManagementInterface.php
|
|||
Quote/Api/GuestCartTotalManagementInterface.php
|
||||
Api/GuestCartTotalManagementInterface.php
|
||||
GuestCartTotalManagementInterface.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/PaymentTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/PaymentTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/PaymentTestHelper.php
|
||||
Quote/Test/Unit/Helper/PaymentTestHelper.php
|
||||
Test/Unit/Helper/PaymentTestHelper.php
|
||||
Unit/Helper/PaymentTestHelper.php
|
||||
Helper/PaymentTestHelper.php
|
||||
PaymentTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteAddressTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteAddressTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteAddressTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteAddressTestHelper.php
|
||||
Test/Unit/Helper/QuoteAddressTestHelper.php
|
||||
Unit/Helper/QuoteAddressTestHelper.php
|
||||
Helper/QuoteAddressTestHelper.php
|
||||
QuoteAddressTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
Quote/Test/Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
Test/Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
Helper/ProductForShippingTestHelperStockItem.php
|
||||
ProductForShippingTestHelperStockItem.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/OptionTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/OptionTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/OptionTestHelper.php
|
||||
Quote/Test/Unit/Helper/OptionTestHelper.php
|
||||
Test/Unit/Helper/OptionTestHelper.php
|
||||
Unit/Helper/OptionTestHelper.php
|
||||
Helper/OptionTestHelper.php
|
||||
OptionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
Quote/Test/Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
Test/Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
Helper/OptionRelatedProductsTestHelper.php
|
||||
OptionRelatedProductsTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/PaymentExtensionTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/PaymentExtensionTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/PaymentExtensionTestHelper.php
|
||||
Quote/Test/Unit/Helper/PaymentExtensionTestHelper.php
|
||||
Test/Unit/Helper/PaymentExtensionTestHelper.php
|
||||
Unit/Helper/PaymentExtensionTestHelper.php
|
||||
Helper/PaymentExtensionTestHelper.php
|
||||
PaymentExtensionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteTestHelper.php
|
||||
Test/Unit/Helper/QuoteTestHelper.php
|
||||
Unit/Helper/QuoteTestHelper.php
|
||||
Helper/QuoteTestHelper.php
|
||||
QuoteTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
Test/Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
Test/Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
Helper/QuoteItemUpdaterTestHelper.php
|
||||
QuoteItemUpdaterTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteItemTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteItemTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteItemTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteItemTestHelper.php
|
||||
Test/Unit/Helper/QuoteItemTestHelper.php
|
||||
Unit/Helper/QuoteItemTestHelper.php
|
||||
Helper/QuoteItemTestHelper.php
|
||||
QuoteItemTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
Quote/Test/Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
Test/Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
CustomerInterfaceFactoryTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
Quote/Test/Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
Test/Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
Helper/AddressShippingInfoTestHelper.php
|
||||
AddressShippingInfoTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
Quote/Test/Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
Test/Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
ProductExtensionForSubtotalTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
Quote/Test/Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
Test/Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
Helper/AbstractModelPriceTestHelper.php
|
||||
AbstractModelPriceTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AbstractItemTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/AbstractItemTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/AbstractItemTestHelper.php
|
||||
Quote/Test/Unit/Helper/AbstractItemTestHelper.php
|
||||
Test/Unit/Helper/AbstractItemTestHelper.php
|
||||
Unit/Helper/AbstractItemTestHelper.php
|
||||
Helper/AbstractItemTestHelper.php
|
||||
AbstractItemTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteCouponTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteCouponTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteCouponTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteCouponTestHelper.php
|
||||
Test/Unit/Helper/QuoteCouponTestHelper.php
|
||||
Unit/Helper/QuoteCouponTestHelper.php
|
||||
Helper/QuoteCouponTestHelper.php
|
||||
QuoteCouponTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
Quote/Test/Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
Test/Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
Helper/ProductOptionExtensionTestHelper.php
|
||||
ProductOptionExtensionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/EventTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/EventTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/EventTestHelper.php
|
||||
Quote/Test/Unit/Helper/EventTestHelper.php
|
||||
Test/Unit/Helper/EventTestHelper.php
|
||||
Unit/Helper/EventTestHelper.php
|
||||
Helper/EventTestHelper.php
|
||||
EventTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteCollectionTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteCollectionTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteCollectionTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteCollectionTestHelper.php
|
||||
Test/Unit/Helper/QuoteCollectionTestHelper.php
|
||||
Unit/Helper/QuoteCollectionTestHelper.php
|
||||
Helper/QuoteCollectionTestHelper.php
|
||||
QuoteCollectionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
Test/Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
Helper/QuoteItemIsVirtualTestHelper.php
|
||||
QuoteItemIsVirtualTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteFixtureTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteFixtureTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteFixtureTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteFixtureTestHelper.php
|
||||
Test/Unit/Helper/QuoteFixtureTestHelper.php
|
||||
Unit/Helper/QuoteFixtureTestHelper.php
|
||||
Helper/QuoteFixtureTestHelper.php
|
||||
QuoteFixtureTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AddressRelationModelTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/AddressRelationModelTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/AddressRelationModelTestHelper.php
|
||||
Quote/Test/Unit/Helper/AddressRelationModelTestHelper.php
|
||||
Test/Unit/Helper/AddressRelationModelTestHelper.php
|
||||
Unit/Helper/AddressRelationModelTestHelper.php
|
||||
Helper/AddressRelationModelTestHelper.php
|
||||
AddressRelationModelTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductOptionTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ProductOptionTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/ProductOptionTestHelper.php
|
||||
Quote/Test/Unit/Helper/ProductOptionTestHelper.php
|
||||
Test/Unit/Helper/ProductOptionTestHelper.php
|
||||
Unit/Helper/ProductOptionTestHelper.php
|
||||
Helper/ProductOptionTestHelper.php
|
||||
ProductOptionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelper.php
|
||||
Quote/Test/Unit/Helper/ProductForShippingTestHelper.php
|
||||
Test/Unit/Helper/ProductForShippingTestHelper.php
|
||||
Unit/Helper/ProductForShippingTestHelper.php
|
||||
Helper/ProductForShippingTestHelper.php
|
||||
ProductForShippingTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Quote/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Test/Unit/Helper/DataObjectTestHelper.php
|
||||
Unit/Helper/DataObjectTestHelper.php
|
||||
Helper/DataObjectTestHelper.php
|
||||
DataObjectTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/TotalTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/TotalTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/TotalTestHelper.php
|
||||
Quote/Test/Unit/Helper/TotalTestHelper.php
|
||||
Test/Unit/Helper/TotalTestHelper.php
|
||||
Unit/Helper/TotalTestHelper.php
|
||||
Helper/TotalTestHelper.php
|
||||
TotalTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/RateTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/RateTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/RateTestHelper.php
|
||||
Quote/Test/Unit/Helper/RateTestHelper.php
|
||||
Test/Unit/Helper/RateTestHelper.php
|
||||
Unit/Helper/RateTestHelper.php
|
||||
Helper/RateTestHelper.php
|
||||
RateTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/OptionCompareTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/OptionCompareTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/OptionCompareTestHelper.php
|
||||
Quote/Test/Unit/Helper/OptionCompareTestHelper.php
|
||||
Test/Unit/Helper/OptionCompareTestHelper.php
|
||||
Unit/Helper/OptionCompareTestHelper.php
|
||||
Helper/OptionCompareTestHelper.php
|
||||
OptionCompareTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ObserverTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ObserverTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/ObserverTestHelper.php
|
||||
Quote/Test/Unit/Helper/ObserverTestHelper.php
|
||||
Test/Unit/Helper/ObserverTestHelper.php
|
||||
Unit/Helper/ObserverTestHelper.php
|
||||
Helper/ObserverTestHelper.php
|
||||
ObserverTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
Test/Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
Helper/QuoteIdMaskTestHelper.php
|
||||
QuoteIdMaskTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/CartItemForShippingTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/CartItemForShippingTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/CartItemForShippingTestHelper.php
|
||||
Quote/Test/Unit/Helper/CartItemForShippingTestHelper.php
|
||||
Test/Unit/Helper/CartItemForShippingTestHelper.php
|
||||
Unit/Helper/CartItemForShippingTestHelper.php
|
||||
Helper/CartItemForShippingTestHelper.php
|
||||
CartItemForShippingTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php
|
||||
Quote/Test/Unit/Helper/CartExtensionTestHelper.php
|
||||
Test/Unit/Helper/CartExtensionTestHelper.php
|
||||
Unit/Helper/CartExtensionTestHelper.php
|
||||
Helper/CartExtensionTestHelper.php
|
||||
CartExtensionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
Quote/Test/Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
Test/Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
Helper/RateCollectorForAddressTestHelper.php
|
||||
RateCollectorForAddressTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/RateRequestTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/RateRequestTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/RateRequestTestHelper.php
|
||||
Quote/Test/Unit/Helper/RateRequestTestHelper.php
|
||||
Test/Unit/Helper/RateRequestTestHelper.php
|
||||
Unit/Helper/RateRequestTestHelper.php
|
||||
Helper/RateRequestTestHelper.php
|
||||
RateRequestTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
Quote/Test/Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
Test/Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
Helper/QuoteMutableFlagsTestHelper.php
|
||||
QuoteMutableFlagsTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
Quote/Test/Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
Test/Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
ProductForShippingTestHelperExtensionAttributes.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AbstractItemForTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Helper/AbstractItemForTestHelper.php
|
||||
Magento/Quote/Test/Unit/Helper/AbstractItemForTestHelper.php
|
||||
Quote/Test/Unit/Helper/AbstractItemForTestHelper.php
|
||||
Test/Unit/Helper/AbstractItemForTestHelper.php
|
||||
Unit/Helper/AbstractItemForTestHelper.php
|
||||
Helper/AbstractItemForTestHelper.php
|
||||
AbstractItemForTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Plugin/SendOrderNotificationTest.php
|
||||
code/Magento/Quote/Test/Unit/Plugin/SendOrderNotificationTest.php
|
||||
Magento/Quote/Test/Unit/Plugin/SendOrderNotificationTest.php
|
||||
|
|
@ -220322,6 +220895,15 @@ Unit/Model/GuestCart/GuestCouponManagementTest.php
|
|||
Model/GuestCart/GuestCouponManagementTest.php
|
||||
GuestCart/GuestCouponManagementTest.php
|
||||
GuestCouponManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
Quote/Test/Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
Test/Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
QuoteIdMaskFactoryTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingAddressManagementTest.php
|
||||
code/Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingAddressManagementTest.php
|
||||
Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingAddressManagementTest.php
|
||||
|
|
@ -220367,6 +220949,15 @@ Unit/Model/GuestCart/GuestShippingMethodManagementTest.php
|
|||
Model/GuestCart/GuestShippingMethodManagementTest.php
|
||||
GuestCart/GuestShippingMethodManagementTest.php
|
||||
GuestShippingMethodManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
code/Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
Quote/Test/Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
Test/Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
GuestCart/QuoteIdMaskTestHelper.php
|
||||
QuoteIdMaskTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTotalRepositoryTest.php
|
||||
code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTotalRepositoryTest.php
|
||||
Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTotalRepositoryTest.php
|
||||
|
|
@ -233942,6 +234533,14 @@ Magento/Customer/Api/SessionCleanerInterface.php
|
|||
Customer/Api/SessionCleanerInterface.php
|
||||
Api/SessionCleanerInterface.php
|
||||
SessionCleanerInterface.php
|
||||
app/code/Magento/Customer/Test/Unit/Helper/CustomerTestHelper.php
|
||||
code/Magento/Customer/Test/Unit/Helper/CustomerTestHelper.php
|
||||
Magento/Customer/Test/Unit/Helper/CustomerTestHelper.php
|
||||
Customer/Test/Unit/Helper/CustomerTestHelper.php
|
||||
Test/Unit/Helper/CustomerTestHelper.php
|
||||
Unit/Helper/CustomerTestHelper.php
|
||||
Helper/CustomerTestHelper.php
|
||||
CustomerTestHelper.php
|
||||
app/code/Magento/Customer/Test/Unit/Helper/AddressTest.php
|
||||
code/Magento/Customer/Test/Unit/Helper/AddressTest.php
|
||||
Magento/Customer/Test/Unit/Helper/AddressTest.php
|
||||
|
|
@ -254613,6 +255212,22 @@ Magento/Catalog/Api/ProductCustomOptionTypeListInterface.php
|
|||
Catalog/Api/ProductCustomOptionTypeListInterface.php
|
||||
Api/ProductCustomOptionTypeListInterface.php
|
||||
ProductCustomOptionTypeListInterface.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/OptionTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/OptionTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/OptionTestHelper.php
|
||||
Catalog/Test/Unit/Helper/OptionTestHelper.php
|
||||
Test/Unit/Helper/OptionTestHelper.php
|
||||
Unit/Helper/OptionTestHelper.php
|
||||
Helper/OptionTestHelper.php
|
||||
OptionTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductLinkTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductLinkTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductLinkTestHelper.php
|
||||
Catalog/Test/Unit/Helper/ProductLinkTestHelper.php
|
||||
Test/Unit/Helper/ProductLinkTestHelper.php
|
||||
Unit/Helper/ProductLinkTestHelper.php
|
||||
Helper/ProductLinkTestHelper.php
|
||||
ProductLinkTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/CategoryTest.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/CategoryTest.php
|
||||
Magento/Catalog/Test/Unit/Helper/CategoryTest.php
|
||||
|
|
@ -254629,6 +255244,46 @@ Test/Unit/Helper/ImageTest.php
|
|||
Unit/Helper/ImageTest.php
|
||||
Helper/ImageTest.php
|
||||
ImageTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/PriceInfoTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/PriceInfoTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/PriceInfoTestHelper.php
|
||||
Catalog/Test/Unit/Helper/PriceInfoTestHelper.php
|
||||
Test/Unit/Helper/PriceInfoTestHelper.php
|
||||
Unit/Helper/PriceInfoTestHelper.php
|
||||
Helper/PriceInfoTestHelper.php
|
||||
PriceInfoTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
Catalog/Test/Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
Test/Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
ProductLinkExtensionInterfaceTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
Catalog/Test/Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
Test/Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
Helper/ProductResourceLinkTestHelper.php
|
||||
ProductResourceLinkTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/PriceTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/PriceTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/PriceTestHelper.php
|
||||
Catalog/Test/Unit/Helper/PriceTestHelper.php
|
||||
Test/Unit/Helper/PriceTestHelper.php
|
||||
Unit/Helper/PriceTestHelper.php
|
||||
Helper/PriceTestHelper.php
|
||||
PriceTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductExtensionTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductExtensionTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductExtensionTestHelper.php
|
||||
Catalog/Test/Unit/Helper/ProductExtensionTestHelper.php
|
||||
Test/Unit/Helper/ProductExtensionTestHelper.php
|
||||
Unit/Helper/ProductExtensionTestHelper.php
|
||||
Helper/ProductExtensionTestHelper.php
|
||||
ProductExtensionTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTest.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductTest.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductTest.php
|
||||
|
|
@ -254694,6 +255349,30 @@ Product/Edit/Action/AttributeTest.php
|
|||
Edit/Action/AttributeTest.php
|
||||
Action/AttributeTest.php
|
||||
AttributeTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/BasePriceTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/BasePriceTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/BasePriceTestHelper.php
|
||||
Catalog/Test/Unit/Helper/BasePriceTestHelper.php
|
||||
Test/Unit/Helper/BasePriceTestHelper.php
|
||||
Unit/Helper/BasePriceTestHelper.php
|
||||
Helper/BasePriceTestHelper.php
|
||||
BasePriceTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
Catalog/Test/Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
Test/Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
Helper/ProductTypeSimpleTestHelper.php
|
||||
ProductTypeSimpleTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTestHelper.php
|
||||
code/Magento/Catalog/Test/Unit/Helper/ProductTestHelper.php
|
||||
Magento/Catalog/Test/Unit/Helper/ProductTestHelper.php
|
||||
Catalog/Test/Unit/Helper/ProductTestHelper.php
|
||||
Test/Unit/Helper/ProductTestHelper.php
|
||||
Unit/Helper/ProductTestHelper.php
|
||||
Helper/ProductTestHelper.php
|
||||
ProductTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/Render/FinalPriceBoxTest.php
|
||||
code/Magento/Catalog/Test/Unit/Pricing/Render/FinalPriceBoxTest.php
|
||||
Magento/Catalog/Test/Unit/Pricing/Render/FinalPriceBoxTest.php
|
||||
|
|
@ -276163,6 +276842,30 @@ Magento/Store/Api/StoreWebsiteRelationInterface.php
|
|||
Store/Api/StoreWebsiteRelationInterface.php
|
||||
Api/StoreWebsiteRelationInterface.php
|
||||
StoreWebsiteRelationInterface.php
|
||||
app/code/Magento/Store/Test/Unit/Helper/StoreIdGetterTestHelper.php
|
||||
code/Magento/Store/Test/Unit/Helper/StoreIdGetterTestHelper.php
|
||||
Magento/Store/Test/Unit/Helper/StoreIdGetterTestHelper.php
|
||||
Store/Test/Unit/Helper/StoreIdGetterTestHelper.php
|
||||
Test/Unit/Helper/StoreIdGetterTestHelper.php
|
||||
Unit/Helper/StoreIdGetterTestHelper.php
|
||||
Helper/StoreIdGetterTestHelper.php
|
||||
StoreIdGetterTestHelper.php
|
||||
app/code/Magento/Store/Test/Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
code/Magento/Store/Test/Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
Magento/Store/Test/Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
Store/Test/Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
Test/Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
Helper/StoreWebsiteIdTestHelper.php
|
||||
StoreWebsiteIdTestHelper.php
|
||||
app/code/Magento/Store/Test/Unit/Helper/StoreTestHelper.php
|
||||
code/Magento/Store/Test/Unit/Helper/StoreTestHelper.php
|
||||
Magento/Store/Test/Unit/Helper/StoreTestHelper.php
|
||||
Store/Test/Unit/Helper/StoreTestHelper.php
|
||||
Test/Unit/Helper/StoreTestHelper.php
|
||||
Unit/Helper/StoreTestHelper.php
|
||||
Helper/StoreTestHelper.php
|
||||
StoreTestHelper.php
|
||||
app/code/Magento/Store/Test/Unit/App/Response/RedirectTest.php
|
||||
code/Magento/Store/Test/Unit/App/Response/RedirectTest.php
|
||||
Magento/Store/Test/Unit/App/Response/RedirectTest.php
|
||||
|
|
@ -296305,6 +297008,14 @@ Magento/Bundle/Api/ProductOptionRepositoryInterface.php
|
|||
Bundle/Api/ProductOptionRepositoryInterface.php
|
||||
Api/ProductOptionRepositoryInterface.php
|
||||
ProductOptionRepositoryInterface.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/SelectionTestHelper.php
|
||||
code/Magento/Bundle/Test/Unit/Helper/SelectionTestHelper.php
|
||||
Magento/Bundle/Test/Unit/Helper/SelectionTestHelper.php
|
||||
Bundle/Test/Unit/Helper/SelectionTestHelper.php
|
||||
Test/Unit/Helper/SelectionTestHelper.php
|
||||
Unit/Helper/SelectionTestHelper.php
|
||||
Helper/SelectionTestHelper.php
|
||||
SelectionTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/DataTest.php
|
||||
code/Magento/Bundle/Test/Unit/Helper/DataTest.php
|
||||
Magento/Bundle/Test/Unit/Helper/DataTest.php
|
||||
|
|
@ -296313,6 +297024,30 @@ Test/Unit/Helper/DataTest.php
|
|||
Unit/Helper/DataTest.php
|
||||
Helper/DataTest.php
|
||||
DataTest.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/OptionTestHelper.php
|
||||
code/Magento/Bundle/Test/Unit/Helper/OptionTestHelper.php
|
||||
Magento/Bundle/Test/Unit/Helper/OptionTestHelper.php
|
||||
Bundle/Test/Unit/Helper/OptionTestHelper.php
|
||||
Test/Unit/Helper/OptionTestHelper.php
|
||||
Unit/Helper/OptionTestHelper.php
|
||||
Helper/OptionTestHelper.php
|
||||
OptionTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/TypeTestHelper.php
|
||||
code/Magento/Bundle/Test/Unit/Helper/TypeTestHelper.php
|
||||
Magento/Bundle/Test/Unit/Helper/TypeTestHelper.php
|
||||
Bundle/Test/Unit/Helper/TypeTestHelper.php
|
||||
Test/Unit/Helper/TypeTestHelper.php
|
||||
Unit/Helper/TypeTestHelper.php
|
||||
Helper/TypeTestHelper.php
|
||||
TypeTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/CollectionTestHelper.php
|
||||
code/Magento/Bundle/Test/Unit/Helper/CollectionTestHelper.php
|
||||
Magento/Bundle/Test/Unit/Helper/CollectionTestHelper.php
|
||||
Bundle/Test/Unit/Helper/CollectionTestHelper.php
|
||||
Test/Unit/Helper/CollectionTestHelper.php
|
||||
Unit/Helper/CollectionTestHelper.php
|
||||
Helper/CollectionTestHelper.php
|
||||
CollectionTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
code/Magento/Bundle/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
Magento/Bundle/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
|
|
@ -300238,6 +300973,14 @@ Test/Unit/Helper/RssTest.php
|
|||
Unit/Helper/RssTest.php
|
||||
Helper/RssTest.php
|
||||
RssTest.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Helper/ItemTestHelper.php
|
||||
code/Magento/Wishlist/Test/Unit/Helper/ItemTestHelper.php
|
||||
Magento/Wishlist/Test/Unit/Helper/ItemTestHelper.php
|
||||
Wishlist/Test/Unit/Helper/ItemTestHelper.php
|
||||
Test/Unit/Helper/ItemTestHelper.php
|
||||
Unit/Helper/ItemTestHelper.php
|
||||
Helper/ItemTestHelper.php
|
||||
ItemTestHelper.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Pricing/Render/ConfiguredPriceBoxTest.php
|
||||
code/Magento/Wishlist/Test/Unit/Pricing/Render/ConfiguredPriceBoxTest.php
|
||||
Magento/Wishlist/Test/Unit/Pricing/Render/ConfiguredPriceBoxTest.php
|
||||
|
|
|
|||
|
|
@ -7278,6 +7278,7 @@ lib/internal/Magento/Framework/Locale/ResolverInterface.php
|
|||
lib/internal/Magento/Framework/Locale/TranslatedLists.php
|
||||
lib/internal/Magento/Framework/Locale/AvailableLocalesInterface.php
|
||||
lib/internal/Magento/Framework/Locale/README.md
|
||||
lib/internal/Magento/Framework/Locale/Test/Unit/Helper/CurrencyTestHelper.php
|
||||
lib/internal/Magento/Framework/Locale/Test/Unit/CurrencyTest.php
|
||||
lib/internal/Magento/Framework/Locale/Test/Unit/FormatTest.php
|
||||
lib/internal/Magento/Framework/Locale/Test/Unit/TranslatedListsTest.php
|
||||
|
|
@ -7622,6 +7623,7 @@ lib/internal/Magento/Framework/App/Test/Unit/Utility/_files/foo/two.txt
|
|||
lib/internal/Magento/Framework/App/Test/Unit/Utility/_files/foo/baz/two.txt
|
||||
lib/internal/Magento/Framework/App/Test/Unit/Utility/_files/foo/baz/one.txt
|
||||
lib/internal/Magento/Framework/App/Test/Unit/Utility/_files/foo/one.txt
|
||||
lib/internal/Magento/Framework/App/Test/Unit/Helper/ResponseTestHelper.php
|
||||
lib/internal/Magento/Framework/App/Test/Unit/DeploymentConfigTest.php
|
||||
lib/internal/Magento/Framework/App/Test/Unit/Filesystem/DirectoryResolverTest.php
|
||||
lib/internal/Magento/Framework/App/Test/Unit/Filesystem/DirectoryListTest.php
|
||||
|
|
@ -7979,6 +7981,7 @@ lib/internal/Magento/Framework/Pricing/Price/Pool.php
|
|||
lib/internal/Magento/Framework/Pricing/Price/AbstractPrice.php
|
||||
lib/internal/Magento/Framework/Pricing/SaleableInterface.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Helper/DataTest.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Helper/AmountTestHelper.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Render/PriceBoxTest.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Render/AbstractAdjustmentTest.php
|
||||
lib/internal/Magento/Framework/Pricing/Test/Unit/Render/AmountTest.php
|
||||
|
|
@ -8351,6 +8354,7 @@ lib/internal/Magento/Framework/Data/Form/Element/Image.php
|
|||
lib/internal/Magento/Framework/Data/Form/Element/Submit.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Note.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Factory.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Test/Unit/Helper/SelectTestHelper.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Imagefile.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Checkboxes.php
|
||||
lib/internal/Magento/Framework/Data/Form/Element/Checkbox.php
|
||||
|
|
@ -8846,6 +8850,8 @@ lib/internal/Magento/Framework/Model/Entity/ScopeInterface.php
|
|||
lib/internal/Magento/Framework/Model/Entity/ScopeResolver.php
|
||||
lib/internal/Magento/Framework/Model/README.md
|
||||
lib/internal/Magento/Framework/Model/ExecuteCommitCallbacks.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/Helper/AbstractCollectionTestHelper.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/Helper/AbstractModelTestHelper.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/EntitySnapshot/AttributeProviderTest.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/AbstractExtensibleModelTest.php
|
||||
lib/internal/Magento/Framework/Model/Test/Unit/ResourceModel/Type/Db/ConnectionFactoryTest.php
|
||||
|
|
@ -9769,6 +9775,7 @@ lib/internal/Magento/Framework/View/Layout.php
|
|||
lib/internal/Magento/Framework/View/Test/Unit/Helper/JsTest.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/Helper/PathPatternTest.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/Helper/SecureHtmlRenderer/HtmlRendererTest.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/Helper/AbstractBlockTestHelper.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/TemplateEngine/PhpTest.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/TemplateEngine/Xhtml/TemplateTest.php
|
||||
lib/internal/Magento/Framework/View/Test/Unit/TemplateEngine/_files/simple.phtml
|
||||
|
|
@ -10136,6 +10143,8 @@ lib/internal/Magento/Framework/Api/CustomAttributesDataInterface.php
|
|||
lib/internal/Magento/Framework/Profiler.php
|
||||
lib/internal/Magento/Framework/Test/Unit/Locale/LocaleFormatterTest.php
|
||||
lib/internal/Magento/Framework/Test/Unit/PhraseTest.php
|
||||
lib/internal/Magento/Framework/Test/Unit/Helper/HttpResponseJsonRepresentTestHelper.php
|
||||
lib/internal/Magento/Framework/Test/Unit/Helper/ResultJsonTestHelper.php
|
||||
lib/internal/Magento/Framework/Test/Unit/App/BootstrapTest.php
|
||||
lib/internal/Magento/Framework/Test/Unit/App/Scope/SourceTest.php
|
||||
lib/internal/Magento/Framework/Test/Unit/App/ResourceConnectionTest.php
|
||||
|
|
@ -10357,6 +10366,7 @@ lib/internal/Magento/Framework/Event/ObserverInterface.php
|
|||
lib/internal/Magento/Framework/Event/Manager.php
|
||||
lib/internal/Magento/Framework/Event/InvokerInterface.php
|
||||
lib/internal/Magento/Framework/Event/README.md
|
||||
lib/internal/Magento/Framework/Event/Test/Unit/Helper/EventTestHelper.php
|
||||
lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php
|
||||
lib/internal/Magento/Framework/Event/Test/Unit/Invoker/ObserverExample.php
|
||||
lib/internal/Magento/Framework/Event/Test/Unit/Observer/CronTest.php
|
||||
|
|
@ -11186,6 +11196,7 @@ lib/internal/Magento/Framework/DB/Test/Unit/Sql/UnionExpressionTest.php
|
|||
lib/internal/Magento/Framework/DB/Test/Unit/Sql/LimitExpressionTest.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/Helper/Mysql/FulltextTest.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/Helper/AbstractHelperTest.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/Helper/MysqlTestHelper.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/AbstractMapperTest.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/DataConverter/SerializedToJsonTest.php
|
||||
lib/internal/Magento/Framework/DB/Test/Unit/SelectFactoryTest.php
|
||||
|
|
@ -11500,6 +11511,7 @@ lib/internal/Magento/Framework/DataObject/IdentityValidator.php
|
|||
lib/internal/Magento/Framework/DataObject/Mapper.php
|
||||
lib/internal/Magento/Framework/DataObject/README.md
|
||||
lib/internal/Magento/Framework/DataObject/Factory.php
|
||||
lib/internal/Magento/Framework/DataObject/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
lib/internal/Magento/Framework/DataObject/Test/Unit/CacheTest.php
|
||||
lib/internal/Magento/Framework/DataObject/Test/Unit/MapperTest.php
|
||||
lib/internal/Magento/Framework/DataObject/Test/Unit/Copy/ConfigTest.php
|
||||
|
|
@ -11585,6 +11597,7 @@ lib/internal/Magento/Framework/Filter/TruncateFilter/Result.php
|
|||
lib/internal/Magento/Framework/Filter/Email.php
|
||||
lib/internal/Magento/Framework/Filter/Factory.php
|
||||
lib/internal/Magento/Framework/Filter/VariableResolver/StrictResolver.php
|
||||
lib/internal/Magento/Framework/Filter/Test/Unit/Helper/FilterManagerTestHelper.php
|
||||
lib/internal/Magento/Framework/Filter/Test/Unit/TranslitUrlTest.php
|
||||
lib/internal/Magento/Framework/Filter/Test/Unit/SplitWordsTest.php
|
||||
lib/internal/Magento/Framework/Filter/Test/Unit/RemoveAccentsTest.php
|
||||
|
|
@ -13081,9 +13094,15 @@ app/code/Magento/Checkout/Api/Exception/PaymentProcessingRateLimitExceededExcept
|
|||
app/code/Magento/Checkout/Api/GuestShippingInformationManagementInterface.php
|
||||
app/code/Magento/Checkout/Api/PaymentSavingRateLimiterInterface.php
|
||||
app/code/Magento/Checkout/Api/TotalsInformationManagementInterface.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/TotalsInterfaceTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/SessionOrderIdTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/ShippingMethodManagementTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/SessionQuoteLastAddedProductTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/ExpressRedirectTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/CartTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/CheckoutSessionTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Helper/ExtensionAttributesTestHelper.php
|
||||
app/code/Magento/Checkout/Test/Unit/Plugin/ResetQuoteAddressesTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Observer/LoadCustomerQuoteObserverTest.php
|
||||
app/code/Magento/Checkout/Test/Unit/Observer/UnsetAllObserverTest.php
|
||||
|
|
@ -13710,6 +13729,7 @@ app/code/Magento/CheckoutAgreements/Block/Agreements.php
|
|||
app/code/Magento/CheckoutAgreements/Api/CheckoutAgreementsRepositoryInterface.php
|
||||
app/code/Magento/CheckoutAgreements/Api/CheckoutAgreementsListInterface.php
|
||||
app/code/Magento/CheckoutAgreements/Api/Data/AgreementInterface.php
|
||||
app/code/Magento/CheckoutAgreements/Test/Unit/Helper/AgreementModelTestHelper.php
|
||||
app/code/Magento/CheckoutAgreements/Test/Unit/Model/AgreementsProviderTest.php
|
||||
app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/ValidationTest.php
|
||||
app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/GuestValidationTest.php
|
||||
|
|
@ -17063,6 +17083,7 @@ app/code/Magento/Eav/Api/AttributeRepositoryInterface.php
|
|||
app/code/Magento/Eav/Api/AttributeSetRepositoryInterface.php
|
||||
app/code/Magento/Eav/Api/AttributeOptionUpdateInterface.php
|
||||
app/code/Magento/Eav/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Eav/Test/Unit/Helper/AttributeTestHelper.php
|
||||
app/code/Magento/Eav/Test/Unit/Plugin/Model/ResourceModel/Entity/AttributeTest.php
|
||||
app/code/Magento/Eav/Test/Unit/Model/AttributeRepositoryTest.php
|
||||
app/code/Magento/Eav/Test/Unit/Model/AttributeSetManagementTest.php
|
||||
|
|
@ -17180,6 +17201,7 @@ app/code/Magento/GraphQl/Model/Mutation/BatchResult.php
|
|||
app/code/Magento/GraphQl/Model/Mutation/Resolver/ErrorTypeResolver.php
|
||||
app/code/Magento/GraphQl/Model/Config/DisableSession.php
|
||||
app/code/Magento/GraphQl/README.md
|
||||
app/code/Magento/GraphQl/Test/Unit/Helper/ContextExtensionGetStoreTestHelper.php
|
||||
app/code/Magento/GraphQl/Test/Unit/Helper/Error/AggregateExceptionMessageFormatterTest.php
|
||||
app/code/Magento/GraphQl/Test/Unit/Plugin/DisableSessionTest.php
|
||||
app/code/Magento/GraphQl/Test/Unit/Model/Backpressure/BackpressureContextFactoryTest.php
|
||||
|
|
@ -17354,6 +17376,7 @@ app/code/Magento/CatalogInventory/Api/StockRepositoryInterface.php
|
|||
app/code/Magento/CatalogInventory/Api/StockIndexInterface.php
|
||||
app/code/Magento/CatalogInventory/Api/StockManagementInterface.php
|
||||
app/code/Magento/CatalogInventory/Api/StockRegistryInterface.php
|
||||
app/code/Magento/CatalogInventory/Test/Unit/Helper/ItemTestHelper.php
|
||||
app/code/Magento/CatalogInventory/Test/Unit/Helper/StockTest.php
|
||||
app/code/Magento/CatalogInventory/Test/Unit/Helper/MinsaleqtyTest.php
|
||||
app/code/Magento/CatalogInventory/Test/Unit/Observer/AddStockItemsObserverTest.php
|
||||
|
|
@ -18454,9 +18477,12 @@ app/code/Magento/Sales/Api/ShipmentCommentRepositoryInterface.php
|
|||
app/code/Magento/Sales/Api/OrderAddressRepositoryInterface.php
|
||||
app/code/Magento/Sales/Api/ShipmentItemRepositoryInterface.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/OrderTestHelper.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/GuestTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/ReorderTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/AdminTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/ItemTestHelper.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/OrderInterfaceFactoryTestHelper.php
|
||||
app/code/Magento/Sales/Test/Unit/Helper/SalesEntityCommentValidatorTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Plugin/Model/Service/Invoice/AddTransactionCommentAfterCaptureTest.php
|
||||
app/code/Magento/Sales/Test/Unit/Plugin/Model/Export/OrderGridExportFilterColumnTest.php
|
||||
|
|
@ -22236,6 +22262,7 @@ app/code/Magento/Backend/Block/Widget/Context.php
|
|||
app/code/Magento/Backend/Test/Unit/Helper/Dashboard/DataTest.php
|
||||
app/code/Magento/Backend/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Backend/Test/Unit/Helper/JsTest.php
|
||||
app/code/Magento/Backend/Test/Unit/Helper/ButtonTestHelper.php
|
||||
app/code/Magento/Backend/Test/Unit/App/Response/Http/FileFactoryTest.php
|
||||
app/code/Magento/Backend/Test/Unit/App/Router/NoRouteHandlerTest.php
|
||||
app/code/Magento/Backend/Test/Unit/App/Area/Request/PathInfoProcessorTest.php
|
||||
|
|
@ -23602,6 +23629,7 @@ app/code/Magento/ConfigurableProduct/Api/Data/OptionInterface.php
|
|||
app/code/Magento/ConfigurableProduct/Api/LinkManagementInterface.php
|
||||
app/code/Magento/ConfigurableProduct/Api/ConfigurableProductManagementInterface.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/ConfigurableTestHelper.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Configuration/PluginTest.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Options/LoaderTest.php
|
||||
app/code/Magento/ConfigurableProduct/Test/Unit/Helper/Product/Options/FactoryTest.php
|
||||
|
|
@ -24380,10 +24408,15 @@ app/code/Magento/Downloadable/Api/Data/File/ContentUploaderInterface.php
|
|||
app/code/Magento/Downloadable/Api/SampleRepositoryInterface.php
|
||||
app/code/Magento/Downloadable/Api/DomainManagerInterface.php
|
||||
app/code/Magento/Downloadable/Api/LinkRepositoryInterface.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/SampleTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/LinkTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/TypeTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/DownloadTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/ItemTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/FileTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Helper/PurchasedTestHelper.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Pricing/Price/LinkPriceTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Observer/IsAllowedGuestCheckoutObserverTest.php
|
||||
app/code/Magento/Downloadable/Test/Unit/Observer/SetHasDownloadableProductsObserverTest.php
|
||||
|
|
@ -26356,6 +26389,43 @@ app/code/Magento/Quote/Api/CartManagementInterface.php
|
|||
app/code/Magento/Quote/Api/GuestShipmentEstimationInterface.php
|
||||
app/code/Magento/Quote/Api/GuestShippingMethodManagementInterface.php
|
||||
app/code/Magento/Quote/Api/GuestCartTotalManagementInterface.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/PaymentTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteAddressTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperStockItem.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/OptionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/OptionRelatedProductsTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/PaymentExtensionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteIdMaskLoadByMaskedIdTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteItemUpdaterTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteItemTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/CustomerInterfaceFactoryTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AddressShippingInfoTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductExtensionForSubtotalTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AbstractModelPriceTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AbstractItemTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteCouponTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductOptionExtensionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/EventTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteCollectionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteItemIsVirtualTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteFixtureTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AddressRelationModelTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductOptionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/DataObjectTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/TotalTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/RateTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/OptionCompareTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ObserverTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteIdMaskTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/CartItemForShippingTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/CartExtensionTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/RateCollectorForAddressTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/RateRequestTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/QuoteMutableFlagsTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/ProductForShippingTestHelperExtensionAttributes.php
|
||||
app/code/Magento/Quote/Test/Unit/Helper/AbstractItemForTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Plugin/SendOrderNotificationTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Plugin/Webapi/ValidateProductWebsiteAssignmentTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Observer/Frontend/Quote/Address/VatValidatorTest.php
|
||||
|
|
@ -26412,11 +26482,13 @@ app/code/Magento/Quote/Test/Unit/Model/BillingAddressManagementTest.php
|
|||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestBillingAddressManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartRepositoryTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCouponManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskFactoryTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingAddressManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartItemRepositoryTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestPaymentMethodManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestShippingMethodManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/QuoteIdMaskTestHelper.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartTotalRepositoryTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCart/GuestCartManagementTest.php
|
||||
app/code/Magento/Quote/Test/Unit/Model/GuestCartManagement/Plugin/AuthorizationTest.php
|
||||
|
|
@ -28239,6 +28311,7 @@ app/code/Magento/Customer/Api/AccountManagementInterface.php
|
|||
app/code/Magento/Customer/Api/CustomerMetadataManagementInterface.php
|
||||
app/code/Magento/Customer/Api/CustomerGroupConfigInterface.php
|
||||
app/code/Magento/Customer/Api/SessionCleanerInterface.php
|
||||
app/code/Magento/Customer/Test/Unit/Helper/CustomerTestHelper.php
|
||||
app/code/Magento/Customer/Test/Unit/Helper/AddressTest.php
|
||||
app/code/Magento/Customer/Test/Unit/Helper/Session/CurrentCustomerAddressTest.php
|
||||
app/code/Magento/Customer/Test/Unit/Helper/Session/CurrentCustomerTest.php
|
||||
|
|
@ -30686,8 +30759,15 @@ app/code/Magento/Catalog/Api/AttributeSetFinderInterface.php
|
|||
app/code/Magento/Catalog/Api/ProductAttributeOptionUpdateInterface.php
|
||||
app/code/Magento/Catalog/Api/CategoryManagementInterface.php
|
||||
app/code/Magento/Catalog/Api/ProductCustomOptionTypeListInterface.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/OptionTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductLinkTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/CategoryTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ImageTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/PriceInfoTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductLinkExtensionInterfaceTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductResourceLinkTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/PriceTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductExtensionTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/Product/ConfigurationPoolTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/Product/CompareTest.php
|
||||
|
|
@ -30695,6 +30775,9 @@ app/code/Magento/Catalog/Test/Unit/Helper/Product/Flat/IndexerTest.php
|
|||
app/code/Magento/Catalog/Test/Unit/Helper/Product/ProductListTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/Product/ConfigurationTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/Product/Edit/Action/AttributeTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/BasePriceTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTypeSimpleTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Helper/ProductTestHelper.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/Render/FinalPriceBoxTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/Render/PriceBoxTest.php
|
||||
app/code/Magento/Catalog/Test/Unit/Pricing/Price/TierPriceTest.php
|
||||
|
|
@ -33262,6 +33345,9 @@ app/code/Magento/Store/Api/WebsiteRepositoryInterface.php
|
|||
app/code/Magento/Store/Api/StoreRepositoryInterface.php
|
||||
app/code/Magento/Store/Api/StoreCookieManagerInterface.php
|
||||
app/code/Magento/Store/Api/StoreWebsiteRelationInterface.php
|
||||
app/code/Magento/Store/Test/Unit/Helper/StoreIdGetterTestHelper.php
|
||||
app/code/Magento/Store/Test/Unit/Helper/StoreWebsiteIdTestHelper.php
|
||||
app/code/Magento/Store/Test/Unit/Helper/StoreTestHelper.php
|
||||
app/code/Magento/Store/Test/Unit/App/Response/RedirectTest.php
|
||||
app/code/Magento/Store/Test/Unit/App/FrontController/Plugin/RequestPreprocessorTest.php
|
||||
app/code/Magento/Store/Test/Unit/App/Request/StorePathInfoValidatorTest.php
|
||||
|
|
@ -35731,7 +35817,11 @@ app/code/Magento/Bundle/Api/ProductOptionManagementInterface.php
|
|||
app/code/Magento/Bundle/Api/ProductLinkManagementAddChildrenInterface.php
|
||||
app/code/Magento/Bundle/Api/ProductOptionTypeListInterface.php
|
||||
app/code/Magento/Bundle/Api/ProductOptionRepositoryInterface.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/SelectionTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/OptionTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/TypeTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/CollectionTestHelper.php
|
||||
app/code/Magento/Bundle/Test/Unit/Helper/Catalog/Product/ConfigurationTest.php
|
||||
app/code/Magento/Bundle/Test/Unit/Pricing/Render/FinalPriceBoxTest.php
|
||||
app/code/Magento/Bundle/Test/Unit/Pricing/Price/TierPriceTest.php
|
||||
|
|
@ -36195,6 +36285,7 @@ app/code/Magento/Wishlist/Block/Item/Configure.php
|
|||
app/code/Magento/Wishlist/Block/AbstractBlock.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Helper/DataTest.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Helper/RssTest.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Helper/ItemTestHelper.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Pricing/Render/ConfiguredPriceBoxTest.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Pricing/ConfiguredPrice/DownloadableTest.php
|
||||
app/code/Magento/Wishlist/Test/Unit/Pricing/ConfiguredPrice/ConfigurableProductTest.php
|
||||
|
|
|
|||
|
|
@ -4562,6 +4562,12 @@ Resources/views/Project/details.html.twig
|
|||
views/Project/details.html.twig
|
||||
Project/details.html.twig
|
||||
details.html.twig
|
||||
app/bundles/ProjectBundle/Translations/en_US/validators.ini
|
||||
bundles/ProjectBundle/Translations/en_US/validators.ini
|
||||
ProjectBundle/Translations/en_US/validators.ini
|
||||
Translations/en_US/validators.ini
|
||||
en_US/validators.ini
|
||||
validators.ini
|
||||
app/bundles/ProjectBundle/Translations/en_US/messages.ini
|
||||
bundles/ProjectBundle/Translations/en_US/messages.ini
|
||||
ProjectBundle/Translations/en_US/messages.ini
|
||||
|
|
@ -4604,6 +4610,18 @@ ProjectBundle/Security/Permissions/ProjectPermissions.php
|
|||
Security/Permissions/ProjectPermissions.php
|
||||
Permissions/ProjectPermissions.php
|
||||
ProjectPermissions.php
|
||||
app/bundles/ProjectBundle/Validator/Constraints/UniqueName.php
|
||||
bundles/ProjectBundle/Validator/Constraints/UniqueName.php
|
||||
ProjectBundle/Validator/Constraints/UniqueName.php
|
||||
Validator/Constraints/UniqueName.php
|
||||
Constraints/UniqueName.php
|
||||
UniqueName.php
|
||||
app/bundles/ProjectBundle/Validator/Constraints/UniqueNameValidator.php
|
||||
bundles/ProjectBundle/Validator/Constraints/UniqueNameValidator.php
|
||||
ProjectBundle/Validator/Constraints/UniqueNameValidator.php
|
||||
Validator/Constraints/UniqueNameValidator.php
|
||||
Constraints/UniqueNameValidator.php
|
||||
UniqueNameValidator.php
|
||||
app/bundles/ProjectBundle/Entity/ProjectRepository.php
|
||||
bundles/ProjectBundle/Entity/ProjectRepository.php
|
||||
ProjectBundle/Entity/ProjectRepository.php
|
||||
|
|
@ -4654,6 +4672,13 @@ bundles/ProjectBundle/Service/ProjectEntityLoaderService.php
|
|||
ProjectBundle/Service/ProjectEntityLoaderService.php
|
||||
Service/ProjectEntityLoaderService.php
|
||||
ProjectEntityLoaderService.php
|
||||
app/bundles/ProjectBundle/Tests/Functional/Validator/UniqueNameValidatorFunctionalTest.php
|
||||
bundles/ProjectBundle/Tests/Functional/Validator/UniqueNameValidatorFunctionalTest.php
|
||||
ProjectBundle/Tests/Functional/Validator/UniqueNameValidatorFunctionalTest.php
|
||||
Tests/Functional/Validator/UniqueNameValidatorFunctionalTest.php
|
||||
Functional/Validator/UniqueNameValidatorFunctionalTest.php
|
||||
Validator/UniqueNameValidatorFunctionalTest.php
|
||||
UniqueNameValidatorFunctionalTest.php
|
||||
app/bundles/ProjectBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
bundles/ProjectBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
ProjectBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
|
|
@ -15736,6 +15761,12 @@ CoreBundle/Form/DataTransformer/ArrayStringTransformer.php
|
|||
Form/DataTransformer/ArrayStringTransformer.php
|
||||
DataTransformer/ArrayStringTransformer.php
|
||||
ArrayStringTransformer.php
|
||||
app/bundles/CoreBundle/Form/Extension/NormalizeFormExtension.php
|
||||
bundles/CoreBundle/Form/Extension/NormalizeFormExtension.php
|
||||
CoreBundle/Form/Extension/NormalizeFormExtension.php
|
||||
Form/Extension/NormalizeFormExtension.php
|
||||
Extension/NormalizeFormExtension.php
|
||||
NormalizeFormExtension.php
|
||||
app/bundles/CoreBundle/Security/Permissions/AbstractPermissions.php
|
||||
bundles/CoreBundle/Security/Permissions/AbstractPermissions.php
|
||||
CoreBundle/Security/Permissions/AbstractPermissions.php
|
||||
|
|
@ -32450,6 +32481,9 @@ Version20250409150450.php
|
|||
app/migrations/Version20240725105507.php
|
||||
migrations/Version20240725105507.php
|
||||
Version20240725105507.php
|
||||
app/migrations/Version20250909202247.php
|
||||
migrations/Version20250909202247.php
|
||||
Version20250909202247.php
|
||||
app/migrations/Version20240320081612.php
|
||||
migrations/Version20240320081612.php
|
||||
Version20240320081612.php
|
||||
|
|
|
|||
|
|
@ -1063,6 +1063,7 @@ app/bundles/ProjectBundle/Resources/views/Project/list.html.twig
|
|||
app/bundles/ProjectBundle/Resources/views/Project/select_entity_type_modal.html.twig
|
||||
app/bundles/ProjectBundle/Resources/views/Project/_entity_list.html.twig
|
||||
app/bundles/ProjectBundle/Resources/views/Project/details.html.twig
|
||||
app/bundles/ProjectBundle/Translations/en_US/validators.ini
|
||||
app/bundles/ProjectBundle/Translations/en_US/messages.ini
|
||||
app/bundles/ProjectBundle/Translations/en_US/flashes.ini
|
||||
app/bundles/ProjectBundle/Form/Type/ProjectListEntityType.php
|
||||
|
|
@ -1070,6 +1071,8 @@ app/bundles/ProjectBundle/Form/Type/ProjectType.php
|
|||
app/bundles/ProjectBundle/Form/Type/ProjectAddEntityType.php
|
||||
app/bundles/ProjectBundle/Form/Type/ProjectEntityType.php
|
||||
app/bundles/ProjectBundle/Security/Permissions/ProjectPermissions.php
|
||||
app/bundles/ProjectBundle/Validator/Constraints/UniqueName.php
|
||||
app/bundles/ProjectBundle/Validator/Constraints/UniqueNameValidator.php
|
||||
app/bundles/ProjectBundle/Entity/ProjectRepository.php
|
||||
app/bundles/ProjectBundle/Entity/ProjectRepositoryTrait.php
|
||||
app/bundles/ProjectBundle/Entity/Project.php
|
||||
|
|
@ -1080,6 +1083,7 @@ app/bundles/ProjectBundle/Controller/AjaxController.php
|
|||
app/bundles/ProjectBundle/Event/EntityTypeModelMappingEvent.php
|
||||
app/bundles/ProjectBundle/Event/EntityTypeNormalizationEvent.php
|
||||
app/bundles/ProjectBundle/Service/ProjectEntityLoaderService.php
|
||||
app/bundles/ProjectBundle/Tests/Functional/Validator/UniqueNameValidatorFunctionalTest.php
|
||||
app/bundles/ProjectBundle/Tests/Functional/Controller/AjaxControllerTest.php
|
||||
app/bundles/ProjectBundle/Tests/Functional/Controller/ProjectControllerTest.php
|
||||
app/bundles/ProjectBundle/Tests/Functional/Controller/ProjectAddEntityTest.php
|
||||
|
|
@ -2862,6 +2866,7 @@ app/bundles/CoreBundle/Form/DataTransformer/SortableListTransformer.php
|
|||
app/bundles/CoreBundle/Form/DataTransformer/BarStringTransformer.php
|
||||
app/bundles/CoreBundle/Form/DataTransformer/IdToEntityModelTransformer.php
|
||||
app/bundles/CoreBundle/Form/DataTransformer/ArrayStringTransformer.php
|
||||
app/bundles/CoreBundle/Form/Extension/NormalizeFormExtension.php
|
||||
app/bundles/CoreBundle/Security/Permissions/AbstractPermissions.php
|
||||
app/bundles/CoreBundle/Security/Permissions/CorePermissions.php
|
||||
app/bundles/CoreBundle/Security/Permissions/VirtualPermissions.php
|
||||
|
|
@ -5655,6 +5660,7 @@ app/migrations/Version20240226114528.php
|
|||
app/migrations/Version20190524124819.php
|
||||
app/migrations/Version20250409150450.php
|
||||
app/migrations/Version20240725105507.php
|
||||
app/migrations/Version20250909202247.php
|
||||
app/migrations/Version20240320081612.php
|
||||
app/migrations/Version20201007003589.php
|
||||
app/migrations/Version20230311195347.php
|
||||
|
|
|
|||
|
|
@ -2348,6 +2348,11 @@ admin/view/javascript/category.js
|
|||
view/javascript/category.js
|
||||
javascript/category.js
|
||||
category.js
|
||||
upload/admin/view/javascript/country.js
|
||||
admin/view/javascript/country.js
|
||||
view/javascript/country.js
|
||||
javascript/country.js
|
||||
country.js
|
||||
upload/admin/view/javascript/task.js
|
||||
admin/view/javascript/task.js
|
||||
view/javascript/task.js
|
||||
|
|
|
|||
|
|
@ -384,6 +384,7 @@ upload/admin/view/sass/scss/_images.scss
|
|||
upload/admin/view/javascript/article.js
|
||||
upload/admin/view/javascript/subscription.js
|
||||
upload/admin/view/javascript/category.js
|
||||
upload/admin/view/javascript/country.js
|
||||
upload/admin/view/javascript/task.js
|
||||
upload/admin/view/javascript/order.js
|
||||
upload/admin/view/javascript/review.js
|
||||
|
|
|
|||
|
|
@ -41875,6 +41875,9 @@ _unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
|||
changelog/_unreleased/2025-10-17-add-possibility-to-set-fetchpriority-high-on-cms-image-elements.md
|
||||
_unreleased/2025-10-17-add-possibility-to-set-fetchpriority-high-on-cms-image-elements.md
|
||||
2025-10-17-add-possibility-to-set-fetchpriority-high-on-cms-image-elements.md
|
||||
changelog/_unreleased/2025-10-23-cms-content-override-indicator.md
|
||||
_unreleased/2025-10-23-cms-content-override-indicator.md
|
||||
2025-10-23-cms-content-override-indicator.md
|
||||
changelog/_unreleased/2025-10-09-clearance-sale-stock-handling-is-ignored-as-soon-as-a-product-is-in-the-cart.md
|
||||
_unreleased/2025-10-09-clearance-sale-stock-handling-is-ignored-as-soon-as-a-product-is-in-the-cart.md
|
||||
2025-10-09-clearance-sale-stock-handling-is-ignored-as-soon-as-a-product-is-in-the-cart.md
|
||||
|
|
@ -69022,17 +69025,6 @@ sw-category/view/sw-category-detail-cms/sw-category-detail-cms.html.twig
|
|||
view/sw-category-detail-cms/sw-category-detail-cms.html.twig
|
||||
sw-category-detail-cms/sw-category-detail-cms.html.twig
|
||||
sw-category-detail-cms.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
Resources/app/administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
app/administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
sw-category-detail-cms.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-custom-entity/sw-category-detail-custom-entity.html.twig
|
||||
Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-custom-entity/sw-category-detail-custom-entity.html.twig
|
||||
Resources/app/administration/src/module/sw-category/view/sw-category-detail-custom-entity/sw-category-detail-custom-entity.html.twig
|
||||
|
|
@ -69143,17 +69135,6 @@ sw-category/view/sw-landing-page-detail-cms/index.js
|
|||
view/sw-landing-page-detail-cms/index.js
|
||||
sw-landing-page-detail-cms/index.js
|
||||
index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
sw-landing-page-detail-cms.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.html.twig
|
||||
Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.html.twig
|
||||
Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.html.twig
|
||||
|
|
@ -72441,6 +72422,17 @@ elements/image/component/sw-cms-el-image.scss
|
|||
image/component/sw-cms-el-image.scss
|
||||
component/sw-cms-el-image.scss
|
||||
sw-cms-el-image.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/config.constant.ts
|
||||
Administration/Resources/app/administration/src/module/sw-cms/elements/image/config.constant.ts
|
||||
Resources/app/administration/src/module/sw-cms/elements/image/config.constant.ts
|
||||
app/administration/src/module/sw-cms/elements/image/config.constant.ts
|
||||
administration/src/module/sw-cms/elements/image/config.constant.ts
|
||||
src/module/sw-cms/elements/image/config.constant.ts
|
||||
module/sw-cms/elements/image/config.constant.ts
|
||||
sw-cms/elements/image/config.constant.ts
|
||||
elements/image/config.constant.ts
|
||||
image/config.constant.ts
|
||||
config.constant.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/image.spec.js
|
||||
Administration/Resources/app/administration/src/module/sw-cms/elements/image/image.spec.js
|
||||
Resources/app/administration/src/module/sw-cms/elements/image/image.spec.js
|
||||
|
|
@ -78357,6 +78349,28 @@ module/sw-cms/init/cmsPageTypes.init.ts
|
|||
sw-cms/init/cmsPageTypes.init.ts
|
||||
init/cmsPageTypes.init.ts
|
||||
cmsPageTypes.init.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
app/administration/src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
administration/src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
sw-cms/component/sw-cms-form-sync/index.ts
|
||||
component/sw-cms-form-sync/index.ts
|
||||
sw-cms-form-sync/index.ts
|
||||
index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
app/administration/src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
administration/src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
sw-cms-form-sync.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-product-box-preview/index.ts
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-product-box-preview/index.ts
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-product-box-preview/index.ts
|
||||
|
|
@ -78434,6 +78448,50 @@ sw-cms/component/sw-cms-visibility-config/index.ts
|
|||
component/sw-cms-visibility-config/index.ts
|
||||
sw-cms-visibility-config/index.ts
|
||||
index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
sw-cms-reset-inheritance.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
sw-cms-reset-inheritance.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
sw-cms-reset-inheritance.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
administration/src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
component/sw-cms-reset-inheritance/index.ts
|
||||
sw-cms-reset-inheritance/index.ts
|
||||
index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-layout-modal/sw-cms-layout-modal.html.twig
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-layout-modal/sw-cms-layout-modal.html.twig
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-layout-modal/sw-cms-layout-modal.html.twig
|
||||
|
|
@ -79397,6 +79455,50 @@ sw-cms/component/sw-cms-missing-element-modal/sw-cms-missing-element-modal.spec.
|
|||
component/sw-cms-missing-element-modal/sw-cms-missing-element-modal.spec.js
|
||||
sw-cms-missing-element-modal/sw-cms-missing-element-modal.spec.js
|
||||
sw-cms-missing-element-modal.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
sw-cms-inherit-wrapper.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
component/sw-cms-inherit-wrapper/index.ts
|
||||
sw-cms-inherit-wrapper/index.ts
|
||||
index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
sw-cms-inherit-wrapper.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
sw-cms-inherit-wrapper.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/default-search-configuration.ts
|
||||
Administration/Resources/app/administration/src/module/sw-cms/default-search-configuration.ts
|
||||
Resources/app/administration/src/module/sw-cms/default-search-configuration.ts
|
||||
|
|
|
|||
|
|
@ -7839,6 +7839,7 @@ changelog/_unreleased/2025-09-17-improve-url-assembling-in-listing-js-plugin.md
|
|||
changelog/_unreleased/2025-10-20-add-events-when-fetching-entities-for-the-sitemap.md
|
||||
changelog/_unreleased/2022-05-18-abstract-and-reduce-rule-condition-components.md
|
||||
changelog/_unreleased/2025-10-17-add-possibility-to-set-fetchpriority-high-on-cms-image-elements.md
|
||||
changelog/_unreleased/2025-10-23-cms-content-override-indicator.md
|
||||
changelog/_unreleased/2025-10-09-clearance-sale-stock-handling-is-ignored-as-soon-as-a-product-is-in-the-cart.md
|
||||
changelog/_unreleased/2025-10-04-fix-proper-display-of-the-administrator-switch-in-the-user-create.md
|
||||
changelog/_unreleased/2025-10-22-fix-vite-bundling-for-symfony-bundles.md
|
||||
|
|
@ -12114,7 +12115,6 @@ src/Administration/Resources/app/administration/src/module/sw-settings-country/p
|
|||
src/Administration/Resources/app/administration/src/module/sw-category/error-config.json
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-cms/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-cms/sw-category-detail-cms.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-custom-entity/sw-category-detail-custom-entity.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-custom-entity/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-custom-entity/sw-category-detail-custom-entity.spec.js
|
||||
|
|
@ -12125,7 +12125,6 @@ src/Administration/Resources/app/administration/src/module/sw-category/view/sw-l
|
|||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-seo/sw-category-detail-seo.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-seo/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-landing-page-detail-cms/sw-landing-page-detail-cms.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-products/sw-category-detail-products.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-category/view/sw-category-detail-products/sw-category-detail-products.html.twig
|
||||
|
|
@ -12424,6 +12423,7 @@ src/Administration/Resources/app/administration/src/module/sw-cms/elements/image
|
|||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/component/component.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/component/sw-cms-el-image.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/component/sw-cms-el-image.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/config.constant.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/image/image.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/location-renderer/preview/sw-cms-el-preview-location-renderer.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/elements/location-renderer/preview/index.ts
|
||||
|
|
@ -12903,6 +12903,8 @@ src/Administration/Resources/app/administration/src/module/sw-cms/service/cms-el
|
|||
src/Administration/Resources/app/administration/src/module/sw-cms/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/init/cmsPageTypes.init.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/init/cmsPageTypes.init.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-form-sync/sw-cms-form-sync.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-product-box-preview/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-product-box-preview/sw-cms-product-box-preview.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-product-box-preview/sw-cms-product-box-preview.html.twig
|
||||
|
|
@ -12910,6 +12912,10 @@ src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-c
|
|||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-visibility-config/sw-cms-visibility-config.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-visibility-config/sw-cms-visibility-config.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-visibility-config/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/sw-cms-reset-inheritance.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-reset-inheritance/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-layout-modal/sw-cms-layout-modal.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-layout-modal/index.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-layout-modal/sw-cms-layout-modal.spec.js
|
||||
|
|
@ -12996,6 +13002,10 @@ src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-c
|
|||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-missing-element-modal/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-missing-element-modal/sw-cms-missing-element-modal.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-missing-element-modal/sw-cms-missing-element-modal.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.html.twig
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/index.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.scss
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/component/sw-cms-inherit-wrapper/sw-cms-inherit-wrapper.spec.js
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/default-search-configuration.ts
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/snippet/en.json
|
||||
src/Administration/Resources/app/administration/src/module/sw-cms/snippet/de.json
|
||||
|
|
|
|||
|
|
@ -3705,6 +3705,12 @@ apache/tomcat/jni/SSLContext.java
|
|||
tomcat/jni/SSLContext.java
|
||||
jni/SSLContext.java
|
||||
SSLContext.java
|
||||
java/org/apache/tomcat/jni/AprStatus.java
|
||||
org/apache/tomcat/jni/AprStatus.java
|
||||
apache/tomcat/jni/AprStatus.java
|
||||
tomcat/jni/AprStatus.java
|
||||
jni/AprStatus.java
|
||||
AprStatus.java
|
||||
java/org/apache/tomcat/jni/Library.java
|
||||
org/apache/tomcat/jni/Library.java
|
||||
apache/tomcat/jni/Library.java
|
||||
|
|
|
|||
|
|
@ -706,6 +706,7 @@ java/org/apache/tomcat/jni/Sockaddr.java
|
|||
java/org/apache/tomcat/jni/Pool.java
|
||||
java/org/apache/tomcat/jni/LibraryNotFoundError.java
|
||||
java/org/apache/tomcat/jni/SSLContext.java
|
||||
java/org/apache/tomcat/jni/AprStatus.java
|
||||
java/org/apache/tomcat/jni/Library.java
|
||||
java/org/apache/tomcat/jni/Buffer.java
|
||||
java/org/apache/tomcat/PeriodicEventListener.java
|
||||
|
|
|
|||
|
|
@ -27656,6 +27656,12 @@ tests/php/includes/class-wc-orders-tracking-test.php
|
|||
php/includes/class-wc-orders-tracking-test.php
|
||||
includes/class-wc-orders-tracking-test.php
|
||||
class-wc-orders-tracking-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-countries-test.php
|
||||
woocommerce/tests/php/includes/class-wc-countries-test.php
|
||||
tests/php/includes/class-wc-countries-test.php
|
||||
php/includes/class-wc-countries-test.php
|
||||
includes/class-wc-countries-test.php
|
||||
class-wc-countries-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-woocommerce-test.php
|
||||
woocommerce/tests/php/includes/class-woocommerce-test.php
|
||||
tests/php/includes/class-woocommerce-test.php
|
||||
|
|
@ -77582,10 +77588,6 @@ plugins/woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product
|
|||
woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
plugins/woocommerce/changelog/61706-fix-improving-postal-code-and-city-validations-for-paypal
|
||||
woocommerce/changelog/61706-fix-improving-postal-code-and-city-validations-for-paypal
|
||||
changelog/61706-fix-improving-postal-code-and-city-validations-for-paypal
|
||||
61706-fix-improving-postal-code-and-city-validations-for-paypal
|
||||
plugins/woocommerce/changelog/fix-58866
|
||||
woocommerce/changelog/fix-58866
|
||||
changelog/fix-58866
|
||||
|
|
@ -77606,10 +77608,6 @@ plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-mor
|
|||
woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
plugins/woocommerce/changelog/update-script-prefixes-remove-deprecation-notices
|
||||
woocommerce/changelog/update-script-prefixes-remove-deprecation-notices
|
||||
changelog/update-script-prefixes-remove-deprecation-notices
|
||||
update-script-prefixes-remove-deprecation-notices
|
||||
plugins/woocommerce/changelog/qao-127-output-junit-style-report
|
||||
woocommerce/changelog/qao-127-output-junit-style-report
|
||||
changelog/qao-127-output-junit-style-report
|
||||
|
|
@ -77670,10 +77668,6 @@ plugins/woocommerce/changelog/fix-feature-product-deprecation
|
|||
woocommerce/changelog/fix-feature-product-deprecation
|
||||
changelog/fix-feature-product-deprecation
|
||||
fix-feature-product-deprecation
|
||||
plugins/woocommerce/changelog/fix-prevent-loading-autocomplete-if-disabled
|
||||
woocommerce/changelog/fix-prevent-loading-autocomplete-if-disabled
|
||||
changelog/fix-prevent-loading-autocomplete-if-disabled
|
||||
fix-prevent-loading-autocomplete-if-disabled
|
||||
plugins/woocommerce/changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
woocommerce/changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
|
|
@ -77686,10 +77680,6 @@ plugins/woocommerce/changelog/fix-entity-registration
|
|||
woocommerce/changelog/fix-entity-registration
|
||||
changelog/fix-entity-registration
|
||||
fix-entity-registration
|
||||
plugins/woocommerce/changelog/61573-fix-paypal-locale-code
|
||||
woocommerce/changelog/61573-fix-paypal-locale-code
|
||||
changelog/61573-fix-paypal-locale-code
|
||||
61573-fix-paypal-locale-code
|
||||
plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
changelog/dev-move-v4-rest-to-internal-dir
|
||||
|
|
@ -77702,10 +77692,6 @@ plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
|||
woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
changelog/update-agentic-commerce-protocol-webhooks
|
||||
update-agentic-commerce-protocol-webhooks
|
||||
plugins/woocommerce/changelog/61576-fix-paypal-country-code-two-letter-format
|
||||
woocommerce/changelog/61576-fix-paypal-country-code-two-letter-format
|
||||
changelog/61576-fix-paypal-country-code-two-letter-format
|
||||
61576-fix-paypal-country-code-two-letter-format
|
||||
plugins/woocommerce/changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
woocommerce/changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
|
|
@ -77762,14 +77748,14 @@ plugins/woocommerce/changelog/fix-53307
|
|||
woocommerce/changelog/fix-53307
|
||||
changelog/fix-53307
|
||||
fix-53307
|
||||
plugins/woocommerce/changelog/fix-css-selector-too-broad
|
||||
woocommerce/changelog/fix-css-selector-too-broad
|
||||
changelog/fix-css-selector-too-broad
|
||||
fix-css-selector-too-broad
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
fix-add-to-cart-with-options-multiple-products-quantity
|
||||
plugins/woocommerce/changelog/61634-fix-shipping-callback-config-not-supported
|
||||
woocommerce/changelog/61634-fix-shipping-callback-config-not-supported
|
||||
changelog/61634-fix-shipping-callback-config-not-supported
|
||||
61634-fix-shipping-callback-config-not-supported
|
||||
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
|
|
@ -77834,6 +77820,10 @@ plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indica
|
|||
woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
plugins/woocommerce/changelog/60049-patch-1
|
||||
woocommerce/changelog/60049-patch-1
|
||||
changelog/60049-patch-1
|
||||
60049-patch-1
|
||||
plugins/woocommerce/changelog/improve-instructions-for-claude
|
||||
woocommerce/changelog/improve-instructions-for-claude
|
||||
changelog/improve-instructions-for-claude
|
||||
|
|
@ -77866,6 +77856,10 @@ plugins/woocommerce/changelog/61459-fix-61458-revert-46887
|
|||
woocommerce/changelog/61459-fix-61458-revert-46887
|
||||
changelog/61459-fix-61458-revert-46887
|
||||
61459-fix-61458-revert-46887
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js
|
||||
woocommerce/changelog/27512-deprecate-wc_print_js
|
||||
changelog/27512-deprecate-wc_print_js
|
||||
27512-deprecate-wc_print_js
|
||||
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
|
||||
woocommerce/changelog/dev-v4-payment-methods-api-take-2
|
||||
changelog/dev-v4-payment-methods-api-take-2
|
||||
|
|
@ -77878,6 +77872,10 @@ plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
|||
woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
changelog/fix-grouped-product-inner-blocks-no-products
|
||||
fix-grouped-product-inner-blocks-no-products
|
||||
plugins/woocommerce/changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
woocommerce/changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
plugins/woocommerce/changelog/add-customers-v4-rest-api
|
||||
woocommerce/changelog/add-customers-v4-rest-api
|
||||
changelog/add-customers-v4-rest-api
|
||||
|
|
@ -77910,10 +77908,6 @@ plugins/woocommerce/changelog/fix-56609
|
|||
woocommerce/changelog/fix-56609
|
||||
changelog/fix-56609
|
||||
fix-56609
|
||||
plugins/woocommerce/changelog/61703-fix-paypal-order-items-with-negative-amounts
|
||||
woocommerce/changelog/61703-fix-paypal-order-items-with-negative-amounts
|
||||
changelog/61703-fix-paypal-order-items-with-negative-amounts
|
||||
61703-fix-paypal-order-items-with-negative-amounts
|
||||
plugins/woocommerce/changelog/pr-61307
|
||||
woocommerce/changelog/pr-61307
|
||||
changelog/pr-61307
|
||||
|
|
@ -77938,6 +77932,10 @@ plugins/woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect
|
|||
woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
plugins/woocommerce/changelog/pr-61694
|
||||
woocommerce/changelog/pr-61694
|
||||
changelog/pr-61694
|
||||
pr-61694
|
||||
plugins/woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
|
|
@ -77966,10 +77964,6 @@ plugins/woocommerce/changelog/fix-package-conflict-part-one
|
|||
woocommerce/changelog/fix-package-conflict-part-one
|
||||
changelog/fix-package-conflict-part-one
|
||||
fix-package-conflict-part-one
|
||||
plugins/woocommerce/changelog/61638-fix-unifying-sum-of-items-amount
|
||||
woocommerce/changelog/61638-fix-unifying-sum-of-items-amount
|
||||
changelog/61638-fix-unifying-sum-of-items-amount
|
||||
61638-fix-unifying-sum-of-items-amount
|
||||
plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||
woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||
changelog/61448-fix-uae-singapore-onboarding
|
||||
|
|
@ -82289,6 +82283,65 @@ Component/CssSelector/Node/ClassNode.php
|
|||
CssSelector/Node/ClassNode.php
|
||||
Node/ClassNode.php
|
||||
ClassNode.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166DataProvider.php
|
||||
woocommerce/lib/packages/League/ISO3166/ISO3166DataProvider.php
|
||||
lib/packages/League/ISO3166/ISO3166DataProvider.php
|
||||
packages/League/ISO3166/ISO3166DataProvider.php
|
||||
League/ISO3166/ISO3166DataProvider.php
|
||||
ISO3166/ISO3166DataProvider.php
|
||||
ISO3166DataProvider.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166WithAliases.php
|
||||
woocommerce/lib/packages/League/ISO3166/ISO3166WithAliases.php
|
||||
lib/packages/League/ISO3166/ISO3166WithAliases.php
|
||||
packages/League/ISO3166/ISO3166WithAliases.php
|
||||
League/ISO3166/ISO3166WithAliases.php
|
||||
ISO3166/ISO3166WithAliases.php
|
||||
ISO3166WithAliases.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166DataValidator.php
|
||||
woocommerce/lib/packages/League/ISO3166/ISO3166DataValidator.php
|
||||
lib/packages/League/ISO3166/ISO3166DataValidator.php
|
||||
packages/League/ISO3166/ISO3166DataValidator.php
|
||||
League/ISO3166/ISO3166DataValidator.php
|
||||
ISO3166/ISO3166DataValidator.php
|
||||
ISO3166DataValidator.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166.php
|
||||
woocommerce/lib/packages/League/ISO3166/ISO3166.php
|
||||
lib/packages/League/ISO3166/ISO3166.php
|
||||
packages/League/ISO3166/ISO3166.php
|
||||
League/ISO3166/ISO3166.php
|
||||
ISO3166/ISO3166.php
|
||||
ISO3166.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Exception/ISO3166Exception.php
|
||||
woocommerce/lib/packages/League/ISO3166/Exception/ISO3166Exception.php
|
||||
lib/packages/League/ISO3166/Exception/ISO3166Exception.php
|
||||
packages/League/ISO3166/Exception/ISO3166Exception.php
|
||||
League/ISO3166/Exception/ISO3166Exception.php
|
||||
ISO3166/Exception/ISO3166Exception.php
|
||||
Exception/ISO3166Exception.php
|
||||
ISO3166Exception.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Exception/DomainException.php
|
||||
woocommerce/lib/packages/League/ISO3166/Exception/DomainException.php
|
||||
lib/packages/League/ISO3166/Exception/DomainException.php
|
||||
packages/League/ISO3166/Exception/DomainException.php
|
||||
League/ISO3166/Exception/DomainException.php
|
||||
ISO3166/Exception/DomainException.php
|
||||
Exception/DomainException.php
|
||||
DomainException.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Exception/OutOfBoundsException.php
|
||||
woocommerce/lib/packages/League/ISO3166/Exception/OutOfBoundsException.php
|
||||
lib/packages/League/ISO3166/Exception/OutOfBoundsException.php
|
||||
packages/League/ISO3166/Exception/OutOfBoundsException.php
|
||||
League/ISO3166/Exception/OutOfBoundsException.php
|
||||
ISO3166/Exception/OutOfBoundsException.php
|
||||
Exception/OutOfBoundsException.php
|
||||
OutOfBoundsException.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Guards.php
|
||||
woocommerce/lib/packages/League/ISO3166/Guards.php
|
||||
lib/packages/League/ISO3166/Guards.php
|
||||
packages/League/ISO3166/Guards.php
|
||||
League/ISO3166/Guards.php
|
||||
ISO3166/Guards.php
|
||||
Guards.php
|
||||
plugins/woocommerce/lib/packages/Sabberworm/CSS/Value/RuleValueList.php
|
||||
woocommerce/lib/packages/Sabberworm/CSS/Value/RuleValueList.php
|
||||
lib/packages/Sabberworm/CSS/Value/RuleValueList.php
|
||||
|
|
|
|||
|
|
@ -4388,6 +4388,7 @@ plugins/woocommerce/tests/php/includes/wc-stock-functions-tests.php
|
|||
plugins/woocommerce/tests/php/includes/wc-update-functions-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-privacy-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-orders-tracking-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-countries-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-woocommerce-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-ajax-test.php
|
||||
plugins/woocommerce/tests/php/includes/class-wc-validation-test.php
|
||||
|
|
@ -9945,13 +9946,11 @@ plugins/woocommerce/changelog/qao-113-woocommerce-core-e2e-disable-block-based-p
|
|||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-hide-quantity-selector-and-button-in-out-of-stock-variations
|
||||
plugins/woocommerce/changelog/wooprd-942-make-sure-reply-to-address-and-name-are-used
|
||||
plugins/woocommerce/changelog/WOOPLUG-5655-defer-term-counting-for-batch-product-editing
|
||||
plugins/woocommerce/changelog/61706-fix-improving-postal-code-and-city-validations-for-paypal
|
||||
plugins/woocommerce/changelog/fix-58866
|
||||
plugins/woocommerce/changelog/remove-product-collection-to-products-downgrade
|
||||
plugins/woocommerce/changelog/wooplug-5618-total-amount-overflowing-order-summary-in-checkout
|
||||
plugins/woocommerce/changelog/fix-wooplug-3519-flaky-test-can-upload-the-csv-file-and-import-products
|
||||
plugins/woocommerce/changelog/61334-update-wccom-1704-show-connected-account-more-clearly-in-in-app
|
||||
plugins/woocommerce/changelog/update-script-prefixes-remove-deprecation-notices
|
||||
plugins/woocommerce/changelog/qao-127-output-junit-style-report
|
||||
plugins/woocommerce/changelog/fix-use-theme-support-to-control-legacy-script-loading-block-theme
|
||||
plugins/woocommerce/changelog/dev-temp-skip-blocks-e2e-wp-6.9
|
||||
|
|
@ -9967,15 +9966,12 @@ plugins/woocommerce/changelog/update-agentic-commerce-protocol-settings
|
|||
plugins/woocommerce/changelog/add-v4-update-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/61377-fix-price-floating-point-precision
|
||||
plugins/woocommerce/changelog/fix-feature-product-deprecation
|
||||
plugins/woocommerce/changelog/fix-prevent-loading-autocomplete-if-disabled
|
||||
plugins/woocommerce/changelog/61656-wooplug-5720-featured-items-blocks-allow-all-inner-blocks
|
||||
plugins/woocommerce/changelog/61419-replace-foreign-since-variable
|
||||
plugins/woocommerce/changelog/fix-entity-registration
|
||||
plugins/woocommerce/changelog/61573-fix-paypal-locale-code
|
||||
plugins/woocommerce/changelog/dev-move-v4-rest-to-internal-dir
|
||||
plugins/woocommerce/changelog/wooprd-815-add-email-for-marketing-confirmation
|
||||
plugins/woocommerce/changelog/update-agentic-commerce-protocol-webhooks
|
||||
plugins/woocommerce/changelog/61576-fix-paypal-country-code-two-letter-format
|
||||
plugins/woocommerce/changelog/dev-fix-ci-config-for-blocks-e2e-with
|
||||
plugins/woocommerce/changelog/update-60950-3
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js_part_1
|
||||
|
|
@ -9990,8 +9986,8 @@ plugins/woocommerce/changelog/fix-52837
|
|||
plugins/woocommerce/changelog/61347-update-paypal-standard-method-desc
|
||||
plugins/woocommerce/changelog/pr-61472
|
||||
plugins/woocommerce/changelog/fix-53307
|
||||
plugins/woocommerce/changelog/fix-css-selector-too-broad
|
||||
plugins/woocommerce/changelog/fix-add-to-cart-with-options-multiple-products-quantity
|
||||
plugins/woocommerce/changelog/61634-fix-shipping-callback-config-not-supported
|
||||
plugins/woocommerce/changelog/WOOPLUG-2074-load-wc-admin-api-on-demand
|
||||
plugins/woocommerce/changelog/add-v4-create-shipping-zone-endpoint
|
||||
plugins/woocommerce/changelog/rest-orders-v2-controller-perf
|
||||
|
|
@ -10008,6 +10004,7 @@ plugins/woocommerce/changelog/fix-e2e-tests-wp-69
|
|||
plugins/woocommerce/changelog/WOOMOB-1455-pos-catalog-api-skeleton
|
||||
plugins/woocommerce/changelog/fix-61444-too-aggressive-event-listener
|
||||
plugins/woocommerce/changelog/WOOPLUG-3100-optimize-analytics-performance-indicator-endpoints
|
||||
plugins/woocommerce/changelog/60049-patch-1
|
||||
plugins/woocommerce/changelog/improve-instructions-for-claude
|
||||
plugins/woocommerce/changelog/update-template-and-add-to-cart-with-options-old-comments
|
||||
plugins/woocommerce/changelog/dev-re-balance-ci-jobs-shards
|
||||
|
|
@ -10016,9 +10013,11 @@ plugins/woocommerce/changelog/fix-50085-part-2
|
|||
plugins/woocommerce/changelog/e2e-qao-127-enhance-playwright-junit-report
|
||||
plugins/woocommerce/changelog/fix-orders-v4-pagination
|
||||
plugins/woocommerce/changelog/61459-fix-61458-revert-46887
|
||||
plugins/woocommerce/changelog/27512-deprecate-wc_print_js
|
||||
plugins/woocommerce/changelog/dev-v4-payment-methods-api-take-2
|
||||
plugins/woocommerce/changelog/add-support-agentic-commerce
|
||||
plugins/woocommerce/changelog/fix-grouped-product-inner-blocks-no-products
|
||||
plugins/woocommerce/changelog/61657-wooplug-5571-brands-css-is-loaded-on-any-page
|
||||
plugins/woocommerce/changelog/add-customers-v4-rest-api
|
||||
plugins/woocommerce/changelog/disable-cys-tests-with-gb-nightly
|
||||
plugins/woocommerce/changelog/update-move-hpos-datastore-caching-out-of-experimental
|
||||
|
|
@ -10027,13 +10026,13 @@ plugins/woocommerce/changelog/fix-abilities-api-wp69-hooks
|
|||
plugins/woocommerce/changelog/update-agentic-checkout-auth
|
||||
plugins/woocommerce/changelog/dev-make-all-wp-pre-release-jobs-optional
|
||||
plugins/woocommerce/changelog/fix-56609
|
||||
plugins/woocommerce/changelog/61703-fix-paypal-order-items-with-negative-amounts
|
||||
plugins/woocommerce/changelog/pr-61307
|
||||
plugins/woocommerce/changelog/fix-category-title-description-style
|
||||
plugins/woocommerce/changelog/fix-isdiscount-check
|
||||
plugins/woocommerce/changelog/wooprd-928-consolidate-api-for-email-design-settings
|
||||
plugins/woocommerce/changelog/pr-61635
|
||||
plugins/woocommerce/changelog/61362-fix-WOOPLUG-5667-fix-php-notice-for-indirect-modification-of-overloaded-property-in-wc-tracks
|
||||
plugins/woocommerce/changelog/pr-61694
|
||||
plugins/woocommerce/changelog/61424-update-agentic-commerce-webhook-textdomain-warning
|
||||
plugins/woocommerce/changelog/fix-BlockTemplatesController-conditionally-call-run_hooks_on_block_templates
|
||||
plugins/woocommerce/changelog/.gitkeep
|
||||
|
|
@ -10041,7 +10040,6 @@ plugins/woocommerce/changelog/61245-fix-61186-json-encode-script-tags
|
|||
plugins/woocommerce/changelog/61528-wooplug-5430-fcb-overlay-settings-should-be-in-style-tab
|
||||
plugins/woocommerce/changelog/wooplug-5715-product-gallery-thumbnails-are-rendered-out-of-place-when
|
||||
plugins/woocommerce/changelog/fix-package-conflict-part-one
|
||||
plugins/woocommerce/changelog/61638-fix-unifying-sum-of-items-amount
|
||||
plugins/woocommerce/changelog/61448-fix-uae-singapore-onboarding
|
||||
plugins/woocommerce/changelog/e2e-update-js-monitor-count-test-wp-6.9
|
||||
plugins/woocommerce/changelog/fix-package-conflict-part-two
|
||||
|
|
@ -10779,6 +10777,14 @@ plugins/woocommerce/lib/packages/Symfony/Component/CssSelector/Node/FunctionNode
|
|||
plugins/woocommerce/lib/packages/Symfony/Component/CssSelector/Node/AttributeNode.php
|
||||
plugins/woocommerce/lib/packages/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php
|
||||
plugins/woocommerce/lib/packages/Symfony/Component/CssSelector/Node/ClassNode.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166DataProvider.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166WithAliases.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166DataValidator.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/ISO3166.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Exception/ISO3166Exception.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Exception/DomainException.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Exception/OutOfBoundsException.php
|
||||
plugins/woocommerce/lib/packages/League/ISO3166/Guards.php
|
||||
plugins/woocommerce/lib/packages/Sabberworm/CSS/Value/RuleValueList.php
|
||||
plugins/woocommerce/lib/packages/Sabberworm/CSS/Value/URL.php
|
||||
plugins/woocommerce/lib/packages/Sabberworm/CSS/Value/CalcRuleValueList.php
|
||||
|
|
|
|||
|
|
@ -461,6 +461,8 @@ rubocop_zammad.rb
|
|||
coffeelint/rules/detect_translatable_string.coffee
|
||||
rules/detect_translatable_string.coffee
|
||||
detect_translatable_string.coffee
|
||||
.dev/ai-agent-instructions.md
|
||||
ai-agent-instructions.md
|
||||
.graphql_code_generator.js
|
||||
vite.config.mjs
|
||||
.gitlab/environment_info.sh
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ tmp/README.md
|
|||
.dev/rubocop/todo.rspec.yml
|
||||
.dev/rubocop/rubocop_zammad.rb
|
||||
.dev/coffeelint/rules/detect_translatable_string.coffee
|
||||
.dev/ai-agent-instructions.md
|
||||
.graphql_code_generator.js
|
||||
vite.config.mjs
|
||||
.gitlab/environment_info.sh
|
||||
|
|
|
|||
|
|
@ -88,6 +88,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
.well-known
|
||||
.well-known/assetlinks.json
|
||||
.xml
|
||||
/*/*/_tools
|
||||
/*/*/more_ideas
|
||||
/*/_tools
|
||||
/*/activity
|
||||
/*/branches
|
||||
/*/commits
|
||||
/*/compare
|
||||
|
|
@ -95,9 +99,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/edit$
|
||||
/*/forks
|
||||
/*/graphs
|
||||
/*/group
|
||||
/*/invite
|
||||
/*/issues/new
|
||||
/*/issues/search
|
||||
/*/milestones/new
|
||||
/*/more_ideas
|
||||
/*/network
|
||||
/*/projects
|
||||
/*/pulse
|
||||
|
|
@ -106,10 +113,23 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/*/watchers
|
||||
/*source=
|
||||
/.git
|
||||
/?*amp_client_id
|
||||
/?z=1
|
||||
/MANUALS/*.pdf$
|
||||
/Search/
|
||||
/_
|
||||
/_/rsrc
|
||||
/__wishlist__
|
||||
/_activities
|
||||
/_activity
|
||||
/_community
|
||||
/_created
|
||||
/_followers
|
||||
/_following
|
||||
/_quick_saves
|
||||
/_saved
|
||||
/_shop
|
||||
/_shopping_list
|
||||
/_widget
|
||||
/album/*/*?i=
|
||||
/analytics
|
||||
|
|
@ -132,10 +152,12 @@ $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?
|
||||
|
|
@ -165,6 +187,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/layout/
|
||||
/leads/*/jsplayer_show_lead_form.html
|
||||
/leads/*/show_form.html
|
||||
/likes
|
||||
/login
|
||||
/lookup?
|
||||
/mediaapi/
|
||||
|
|
@ -177,10 +200,13 @@ $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
|
||||
|
|
@ -188,6 +214,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
/rsvps/*atom
|
||||
/rsvps/*rss
|
||||
/rsvps/*xml
|
||||
/scheduled-pin
|
||||
/scheduled-pins
|
||||
/search
|
||||
/search/
|
||||
/search/*?q=
|
||||
|
|
@ -216,11 +244,15 @@ $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/*/edit
|
||||
|
|
@ -351,6 +383,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
|
|||
?search_forum=
|
||||
?set_mobile=
|
||||
?showAllGroups=
|
||||
?show_error=true
|
||||
?slogin
|
||||
?sort=
|
||||
?sortBy=
|
||||
|
|
@ -476,6 +509,8 @@ 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
|
||||
|
|
@ -540,6 +575,8 @@ _next/data
|
|||
_next/jwt
|
||||
_next/title
|
||||
_next/viewer
|
||||
_ngjs/resource
|
||||
_ngjs/resource/*/get
|
||||
_nimbusJson.json
|
||||
_nimbusJsonp.js
|
||||
_nimbusJsonpStatic.js
|
||||
|
|
@ -637,10 +674,12 @@ actions/news/rss
|
|||
ad_id=
|
||||
addContacts
|
||||
add_favorite
|
||||
addboard
|
||||
addressBookExport
|
||||
admin
|
||||
admin/
|
||||
ads
|
||||
ads.txt
|
||||
ads/gpa/vidgen
|
||||
ads/learn
|
||||
ads/local
|
||||
|
|
@ -651,6 +690,7 @@ advisor/*zx1fa
|
|||
adx/bin
|
||||
affil
|
||||
affil/pal
|
||||
age-appeal
|
||||
agreements/approve
|
||||
ai-sandbox-internal/generated_images
|
||||
aihub/tfhub
|
||||
|
|
@ -707,7 +747,9 @@ api?
|
|||
api_access_key=
|
||||
app*_
|
||||
app*form_id=
|
||||
app-ads.txt
|
||||
app/
|
||||
appealed-pin
|
||||
apple-app-site-association
|
||||
apps
|
||||
apps*&tags=
|
||||
|
|
@ -785,6 +827,7 @@ author/following
|
|||
author=
|
||||
authoring/
|
||||
authwall
|
||||
autocomplete
|
||||
away.php
|
||||
awmp/data/images
|
||||
b?*node=7454898011
|
||||
|
|
@ -842,6 +885,10 @@ blogs/nationals-journal-beta
|
|||
blogs/search/
|
||||
blogs/slow-ride
|
||||
blogs/test
|
||||
board
|
||||
board_activity
|
||||
board_activity_comment
|
||||
bookmarklet
|
||||
bookmarks
|
||||
books
|
||||
books/NBK
|
||||
|
|
@ -863,19 +910,40 @@ books?*zoom=
|
|||
books?*zoom=1
|
||||
books?*zoom=5
|
||||
boutique/sitemaps
|
||||
branded-pins
|
||||
bricks/image
|
||||
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/pos-system/shop
|
||||
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
|
||||
|
|
@ -904,6 +972,7 @@ checkout
|
|||
checkout-external
|
||||
checkoutnow
|
||||
checkpoint
|
||||
christmas-spotlight
|
||||
chrome/crlset
|
||||
chrome/webstore/images
|
||||
chwilio
|
||||
|
|
@ -924,6 +993,7 @@ clickthru
|
|||
clima/ets
|
||||
clima/sites/registry
|
||||
clone/library/genomic/organisms
|
||||
close-account
|
||||
cloud-launcher/sitemap
|
||||
cloudsourcetools/images
|
||||
cms_content
|
||||
|
|
@ -942,6 +1012,7 @@ commission_2010-2014/katainen
|
|||
commits?author=
|
||||
common/
|
||||
common/survey.aspx*
|
||||
communities
|
||||
communities/bin.aspx?
|
||||
communities/blogs/PortalResults.mspx?
|
||||
communities/eventdetails.mspx?
|
||||
|
|
@ -958,11 +1029,14 @@ 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*
|
||||
|
|
@ -970,12 +1044,18 @@ contact/partner*
|
|||
contact_importer
|
||||
contactus
|
||||
contactus/mwaas*
|
||||
content-claiming
|
||||
content-guest/rss/channels
|
||||
control
|
||||
conversation
|
||||
conversations
|
||||
convert-business
|
||||
convert-personal
|
||||
copilot
|
||||
copilot/c
|
||||
copilotsearch?q=
|
||||
copy-conductor/crawled
|
||||
copyright-reporting
|
||||
core/
|
||||
core/*.css$
|
||||
core/*.css?
|
||||
|
|
@ -993,10 +1073,18 @@ 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
|
||||
|
|
@ -1022,8 +1110,10 @@ de/ott
|
|||
de/solutions
|
||||
de/upload
|
||||
de/vimeo-academy
|
||||
deactivate-account
|
||||
default.aspx/kb/
|
||||
default.aspx/ph/
|
||||
delete_post
|
||||
delight
|
||||
dell/cities-transformed
|
||||
dell/cloud-future-of-medicine
|
||||
|
|
@ -1111,6 +1201,8 @@ earth/social
|
|||
ebook
|
||||
ece
|
||||
eclas
|
||||
edit
|
||||
editorial/*
|
||||
edu/cs4hs
|
||||
education/404_en.htm
|
||||
education/blocks
|
||||
|
|
@ -1123,6 +1215,7 @@ ekansa/Open-Context-Data
|
|||
ekansa/opencontext-
|
||||
email
|
||||
email-unsubscribe
|
||||
email_verification_error
|
||||
embed
|
||||
embed/@
|
||||
embed/curated
|
||||
|
|
@ -1184,6 +1277,7 @@ en/microsoft-viva/
|
|||
en/security
|
||||
en/security/
|
||||
endorsements
|
||||
engagement
|
||||
enterprise
|
||||
enterprise-jobs
|
||||
enterprise-partner-search/sitemaps
|
||||
|
|
@ -1269,14 +1363,18 @@ 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
|
||||
|
|
@ -1313,6 +1411,8 @@ flu/espanol/
|
|||
flutter-canvaskit
|
||||
folder
|
||||
follow
|
||||
follow_board
|
||||
follow_user
|
||||
following
|
||||
food/archive
|
||||
food/favourites
|
||||
|
|
@ -1394,6 +1494,8 @@ global$
|
|||
gog
|
||||
google.internal.maps.gmpsdksbackend.v1.GmpSdksBackendService
|
||||
google.internal.maps.mapsjs.v1.MapsJsInternalService
|
||||
google_gdn.html
|
||||
google_search.html
|
||||
googlebooks/images
|
||||
gorf
|
||||
gp
|
||||
|
|
@ -1509,6 +1611,7 @@ guidebooks
|
|||
gview
|
||||
gwt
|
||||
h5games_gamecenter/images
|
||||
hanukkah-spotlight
|
||||
hashtag/*?src=
|
||||
hd
|
||||
header/channels
|
||||
|
|
@ -1532,9 +1635,12 @@ help/zendesk_sso
|
|||
hex
|
||||
history
|
||||
history/static
|
||||
holiday-spotlight
|
||||
holidays-celebrations
|
||||
home
|
||||
home$
|
||||
home?
|
||||
homefeed
|
||||
homepage-video-test
|
||||
hosted/images
|
||||
hotel/reviews?
|
||||
|
|
@ -1546,10 +1652,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://amazon.com/robots.txt
|
||||
http://cdn.jsdelivr.net/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
http://cdc.gov/robots.txt
|
||||
http://de.wikipedia.org/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://web.archive.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -1564,6 +1670,9 @@ 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/
|
||||
|
|
@ -1608,14 +1717,17 @@ 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
|
||||
|
|
@ -1652,6 +1764,8 @@ 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
|
||||
|
|
@ -1694,6 +1808,7 @@ ko/ott
|
|||
ko/solutions
|
||||
ko/upload
|
||||
ko/vimeo-academy
|
||||
kwanzaa-spotlight
|
||||
l.php
|
||||
labs-code
|
||||
labs/pmc
|
||||
|
|
@ -1730,12 +1845,15 @@ 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
|
||||
|
|
@ -1912,6 +2030,7 @@ 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
|
||||
|
|
@ -1921,6 +2040,7 @@ news/test
|
|||
news/test-liveblog
|
||||
news?viewArticle
|
||||
newsArticle
|
||||
news_hub
|
||||
newsletter
|
||||
newsroom/dae
|
||||
newsround
|
||||
|
|
@ -1934,6 +2054,7 @@ nl-nl/lp
|
|||
nl-nl/searchresults
|
||||
node/add/
|
||||
nonprofits/account
|
||||
notifications
|
||||
notifications/
|
||||
ns/hydra/console/?
|
||||
nus-trk
|
||||
|
|
@ -1941,11 +2062,15 @@ 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
|
||||
|
|
@ -1976,9 +2101,12 @@ 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
|
||||
|
|
@ -2011,12 +2139,46 @@ 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
|
||||
|
|
@ -2066,6 +2228,7 @@ ppob/?
|
|||
ppob?
|
||||
pqa
|
||||
preference
|
||||
prefs
|
||||
present
|
||||
presentation
|
||||
prettyearth/assets
|
||||
|
|
@ -2074,6 +2237,8 @@ previewtemplate
|
|||
print
|
||||
private
|
||||
proFile/history?
|
||||
product-catalogs
|
||||
product-feed
|
||||
product-reviews/B0069IY63Y
|
||||
product/reviews?
|
||||
productPurchaseDone
|
||||
|
|
@ -2129,12 +2294,14 @@ pt-br/vimeo-academy
|
|||
publications
|
||||
purchases
|
||||
puzzles/leaderboards/invite
|
||||
pw
|
||||
pwapi-proxy/pwproxy
|
||||
pwapiv2
|
||||
q=
|
||||
qnasearch?
|
||||
qr
|
||||
quality_form?
|
||||
quiz
|
||||
r
|
||||
rackspace/elevating-performance
|
||||
radio/imda
|
||||
|
|
@ -2143,6 +2310,7 @@ rating
|
|||
rd/search
|
||||
rd/search$
|
||||
rd/search?
|
||||
recently-viewed
|
||||
recharge/dashboard/car
|
||||
recharge/dashboard/static
|
||||
recipes/*?q=
|
||||
|
|
@ -2159,6 +2327,9 @@ refer
|
|||
refer/pal
|
||||
referrals
|
||||
referrer=
|
||||
refresh_stored_accounts
|
||||
refresh_token
|
||||
register
|
||||
registry/wishlist
|
||||
remotelogout
|
||||
rep=hc
|
||||
|
|
@ -2166,9 +2337,13 @@ report
|
|||
report-abuse?report=
|
||||
report=
|
||||
report_abuse.gne
|
||||
reports-and-violations
|
||||
request-data
|
||||
requestList
|
||||
requests
|
||||
research/participants/cofund
|
||||
resource
|
||||
resource/*/get
|
||||
results
|
||||
results
|
||||
retail
|
||||
|
|
@ -2209,6 +2384,7 @@ s2/search/social
|
|||
s2/sitemaps
|
||||
s2/static
|
||||
s?
|
||||
safe-redirect
|
||||
safety
|
||||
safetycheck
|
||||
salary-explorer/api
|
||||
|
|
@ -2254,6 +2430,7 @@ 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
|
||||
|
|
@ -2289,6 +2466,7 @@ shop/productpage
|
|||
shop/topics
|
||||
shop/view/product
|
||||
shop?
|
||||
shop_pins
|
||||
shopping-content-api/product_images
|
||||
shopping/deals
|
||||
shopping/product
|
||||
|
|
@ -2592,10 +2770,12 @@ 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/
|
||||
|
|
@ -2617,6 +2797,7 @@ ss
|
|||
ss/customer-reviews/lighthouse
|
||||
ss/twister/ajax
|
||||
sslsingle
|
||||
sso
|
||||
stadia/gamers
|
||||
start
|
||||
stat
|
||||
|
|
@ -2676,6 +2857,10 @@ storefront
|
|||
storepicker
|
||||
stores/page/*visitId=
|
||||
stories
|
||||
story-pin-builder
|
||||
story-pin-invite
|
||||
story_feed
|
||||
story_pins
|
||||
storyworks/preview
|
||||
styles/js-on.css$
|
||||
subscribe/braintree
|
||||
|
|
@ -2701,6 +2886,7 @@ support/content
|
|||
support/forum/search?
|
||||
sureroute
|
||||
surprise
|
||||
suspension-appeal
|
||||
sutils
|
||||
sv-se.www.cloudflare.com
|
||||
sv-se/feedback
|
||||
|
|
@ -2718,6 +2904,7 @@ svc/strands
|
|||
svc/sudoku
|
||||
svc/wordle
|
||||
svpRecommendations
|
||||
sw-shell.html
|
||||
swg
|
||||
system1/images
|
||||
t/privacy
|
||||
|
|
@ -2725,6 +2912,7 @@ t/terms
|
|||
tab=
|
||||
tablet
|
||||
tag
|
||||
taggingtool
|
||||
tagmanager/containers/xo
|
||||
tagmanager/pptm.js
|
||||
talk
|
||||
|
|
@ -2772,7 +2960,9 @@ th-th/feedback
|
|||
th-th/lp
|
||||
th-th/searchresults
|
||||
th?
|
||||
thanksgiving-spotlight
|
||||
themacallan/worlds-together
|
||||
theme
|
||||
tickets-external?
|
||||
timedtext_video
|
||||
title
|
||||
|
|
@ -2868,6 +3058,7 @@ trustedstores/js
|
|||
trustedstores/s
|
||||
trustedstores/tm2
|
||||
trustedstores/verify
|
||||
tv
|
||||
tv/thumb
|
||||
typeahead
|
||||
u
|
||||
|
|
@ -2884,9 +3075,14 @@ ugc$
|
|||
ugcsupport
|
||||
ugcsupport$
|
||||
ui
|
||||
unauth-profile
|
||||
unlink
|
||||
unsub
|
||||
until=
|
||||
upload
|
||||
upload-image-lens-history
|
||||
upload-lens-image
|
||||
upload-shuffle-draft
|
||||
uploads
|
||||
urchin_test
|
||||
url
|
||||
|
|
@ -2904,9 +3100,11 @@ using
|
|||
utils
|
||||
uviewer
|
||||
v1
|
||||
v1/urls/count.json
|
||||
v2
|
||||
v3
|
||||
v3/openapi
|
||||
v3/pidgets/log
|
||||
valkyrie-playground
|
||||
verified-authors
|
||||
verify_age
|
||||
|
|
@ -2952,6 +3150,9 @@ webapps/xo/html/cookiecheck.html
|
|||
webapps/xoonboarding
|
||||
webscr
|
||||
websearch
|
||||
website/confirm
|
||||
website/confirm/download
|
||||
welcome
|
||||
whats-next/planes-trains-and-analytics
|
||||
whsmiths
|
||||
widget/cr
|
||||
|
|
@ -3262,7 +3463,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://policies.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://drive.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
@ -3481,6 +3682,7 @@ xhtml?
|
|||
xml?
|
||||
xoplatform/logger/api/logger
|
||||
xorouter
|
||||
your-shop
|
||||
youth/404_en.htm
|
||||
youtube/fonts
|
||||
youtube/img/branding/favicon
|
||||
|
|
|
|||
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