[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2026-02-25 10:23:14 +00:00
parent ade27ae4bb
commit bc7e97cba4
28 changed files with 2603 additions and 2370 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1771828237 "last_update": 1771828237
}, },
"Trickest wordlist update": { "Trickest wordlist update": {
"last_update": 1771928495 "last_update": 1772014984
} }
} }

View file

@ -4,20 +4,30 @@ geometry-performance-fix.md
soft-maps-watch.md soft-maps-watch.md
.changeset/silly-readers-fetch.md .changeset/silly-readers-fetch.md
silly-readers-fetch.md silly-readers-fetch.md
.changeset/fix-filter-type-mismatch.md
fix-filter-type-mismatch.md
.changeset/fix-iptc-metadata-casing.md .changeset/fix-iptc-metadata-casing.md
fix-iptc-metadata-casing.md fix-iptc-metadata-casing.md
.changeset/mighty-garlics-rush.md .changeset/mighty-garlics-rush.md
mighty-garlics-rush.md mighty-garlics-rush.md
.changeset/spicy-pears-enjoy.md
spicy-pears-enjoy.md
.changeset/big-turtles-clap.md .changeset/big-turtles-clap.md
big-turtles-clap.md big-turtles-clap.md
.changeset/config.json .changeset/config.json
config.json config.json
.changeset/tough-comics-nail.md .changeset/tough-comics-nail.md
tough-comics-nail.md tough-comics-nail.md
.changeset/fix-password-reset-external-provider.md
fix-password-reset-external-provider.md
.changeset/kind-jeans-laugh.md .changeset/kind-jeans-laugh.md
kind-jeans-laugh.md kind-jeans-laugh.md
.changeset/cold-pots-show.md .changeset/cold-pots-show.md
cold-pots-show.md cold-pots-show.md
.changeset/every-falcons-notice.md
every-falcons-notice.md
.changeset/floppy-ads-say.md
floppy-ads-say.md
.changeset/calm-ducks-thank.md .changeset/calm-ducks-thank.md
calm-ducks-thank.md calm-ducks-thank.md
.changeset/wild-showers-push.md .changeset/wild-showers-push.md
@ -10364,6 +10374,11 @@ src/interfaces/list-o2m/list-o2m.vue
interfaces/list-o2m/list-o2m.vue interfaces/list-o2m/list-o2m.vue
list-o2m/list-o2m.vue list-o2m/list-o2m.vue
list-o2m.vue list-o2m.vue
app/src/interfaces/list-o2m/list-o2m.test.ts
src/interfaces/list-o2m/list-o2m.test.ts
interfaces/list-o2m/list-o2m.test.ts
list-o2m/list-o2m.test.ts
list-o2m.test.ts
app/src/interfaces/select-icon/icons.json app/src/interfaces/select-icon/icons.json
src/interfaces/select-icon/icons.json src/interfaces/select-icon/icons.json
interfaces/select-icon/icons.json interfaces/select-icon/icons.json
@ -11676,6 +11691,11 @@ src/interfaces/list-m2m/index.ts
interfaces/list-m2m/index.ts interfaces/list-m2m/index.ts
list-m2m/index.ts list-m2m/index.ts
index.ts index.ts
app/src/interfaces/list-m2m/list-m2m.test.ts
src/interfaces/list-m2m/list-m2m.test.ts
interfaces/list-m2m/list-m2m.test.ts
list-m2m/list-m2m.test.ts
list-m2m.test.ts
app/src/interfaces/list-m2m/preview.svg app/src/interfaces/list-m2m/preview.svg
src/interfaces/list-m2m/preview.svg src/interfaces/list-m2m/preview.svg
interfaces/list-m2m/preview.svg interfaces/list-m2m/preview.svg

View file

@ -1,13 +1,18 @@
.changeset/geometry-performance-fix.md .changeset/geometry-performance-fix.md
.changeset/soft-maps-watch.md .changeset/soft-maps-watch.md
.changeset/silly-readers-fetch.md .changeset/silly-readers-fetch.md
.changeset/fix-filter-type-mismatch.md
.changeset/fix-iptc-metadata-casing.md .changeset/fix-iptc-metadata-casing.md
.changeset/mighty-garlics-rush.md .changeset/mighty-garlics-rush.md
.changeset/spicy-pears-enjoy.md
.changeset/big-turtles-clap.md .changeset/big-turtles-clap.md
.changeset/config.json .changeset/config.json
.changeset/tough-comics-nail.md .changeset/tough-comics-nail.md
.changeset/fix-password-reset-external-provider.md
.changeset/kind-jeans-laugh.md .changeset/kind-jeans-laugh.md
.changeset/cold-pots-show.md .changeset/cold-pots-show.md
.changeset/every-falcons-notice.md
.changeset/floppy-ads-say.md
.changeset/calm-ducks-thank.md .changeset/calm-ducks-thank.md
.changeset/wild-showers-push.md .changeset/wild-showers-push.md
.changeset/pretty-tools-design.md .changeset/pretty-tools-design.md
@ -1975,6 +1980,7 @@ app/src/interfaces/index.test.ts
app/src/interfaces/list-o2m/index.ts app/src/interfaces/list-o2m/index.ts
app/src/interfaces/list-o2m/preview.svg app/src/interfaces/list-o2m/preview.svg
app/src/interfaces/list-o2m/list-o2m.vue app/src/interfaces/list-o2m/list-o2m.vue
app/src/interfaces/list-o2m/list-o2m.test.ts
app/src/interfaces/select-icon/icons.json app/src/interfaces/select-icon/icons.json
app/src/interfaces/select-icon/index.ts app/src/interfaces/select-icon/index.ts
app/src/interfaces/select-icon/preview.svg app/src/interfaces/select-icon/preview.svg
@ -2216,6 +2222,7 @@ app/src/interfaces/input-rich-text-html/toolbar-default.ts
app/src/interfaces/input-rich-text-html/get-editor-styles.ts app/src/interfaces/input-rich-text-html/get-editor-styles.ts
app/src/interfaces/list-m2m/list-m2m.vue app/src/interfaces/list-m2m/list-m2m.vue
app/src/interfaces/list-m2m/index.ts app/src/interfaces/list-m2m/index.ts
app/src/interfaces/list-m2m/list-m2m.test.ts
app/src/interfaces/list-m2m/preview.svg app/src/interfaces/list-m2m/preview.svg
app/src/interfaces/list-m2a/index.ts app/src/interfaces/list-m2a/index.ts
app/src/interfaces/list-m2a/list-m2a.vue app/src/interfaces/list-m2a/list-m2a.vue

View file

@ -36034,6 +36034,26 @@ cron/info.php
info.php info.php
htdocs/security.txt htdocs/security.txt
security.txt security.txt
htdocs/public/includes/dolibarr-js-context/dolibarr-context.umd.js
public/includes/dolibarr-js-context/dolibarr-context.umd.js
includes/dolibarr-js-context/dolibarr-context.umd.js
dolibarr-js-context/dolibarr-context.umd.js
dolibarr-context.umd.js
htdocs/public/includes/dolibarr-js-context/dolibarr-tool.seteventmessage.js
public/includes/dolibarr-js-context/dolibarr-tool.seteventmessage.js
includes/dolibarr-js-context/dolibarr-tool.seteventmessage.js
dolibarr-js-context/dolibarr-tool.seteventmessage.js
dolibarr-tool.seteventmessage.js
htdocs/public/includes/dolibarr-js-context/dolibarr-context.mock.js
public/includes/dolibarr-js-context/dolibarr-context.mock.js
includes/dolibarr-js-context/dolibarr-context.mock.js
dolibarr-js-context/dolibarr-context.mock.js
dolibarr-context.mock.js
htdocs/public/includes/dolibarr-js-context/dolibarr-tool.langs.js
public/includes/dolibarr-js-context/dolibarr-tool.langs.js
includes/dolibarr-js-context/dolibarr-tool.langs.js
dolibarr-js-context/dolibarr-tool.langs.js
dolibarr-tool.langs.js
htdocs/public/includes/ckeditor/UPGRADE.md htdocs/public/includes/ckeditor/UPGRADE.md
public/includes/ckeditor/UPGRADE.md public/includes/ckeditor/UPGRADE.md
includes/ckeditor/UPGRADE.md includes/ckeditor/UPGRADE.md
@ -39438,6 +39458,10 @@ htdocs/public/ticket/index.php
public/ticket/index.php public/ticket/index.php
ticket/index.php ticket/index.php
index.php index.php
htdocs/public/langs/langs-tool-interface.php
public/langs/langs-tool-interface.php
langs/langs-tool-interface.php
langs-tool-interface.php
htdocs/public/clicktodial/cidlookup.php htdocs/public/clicktodial/cidlookup.php
public/clicktodial/cidlookup.php public/clicktodial/cidlookup.php
clicktodial/cidlookup.php clicktodial/cidlookup.php
@ -44009,66 +44033,6 @@ tools/ui/class/documentation.class.php
ui/class/documentation.class.php ui/class/documentation.class.php
class/documentation.class.php class/documentation.class.php
documentation.class.php documentation.class.php
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.umd.js
admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.umd.js
tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.umd.js
ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.umd.js
experimental/experiments/dolibarr-context/assets/dolibarr-context.umd.js
experiments/dolibarr-context/assets/dolibarr-context.umd.js
dolibarr-context/assets/dolibarr-context.umd.js
assets/dolibarr-context.umd.js
dolibarr-context.umd.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
experimental/experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
dolibarr-context/assets/dolibarr-tool.seteventmessage.js
assets/dolibarr-tool.seteventmessage.js
dolibarr-tool.seteventmessage.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.mock.js
admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.mock.js
tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.mock.js
ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.mock.js
experimental/experiments/dolibarr-context/assets/dolibarr-context.mock.js
experiments/dolibarr-context/assets/dolibarr-context.mock.js
dolibarr-context/assets/dolibarr-context.mock.js
assets/dolibarr-context.mock.js
dolibarr-context.mock.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.langs.js
admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.langs.js
tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.langs.js
ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.langs.js
experimental/experiments/dolibarr-context/assets/dolibarr-tool.langs.js
experiments/dolibarr-context/assets/dolibarr-tool.langs.js
dolibarr-context/assets/dolibarr-tool.langs.js
assets/dolibarr-tool.langs.js
dolibarr-tool.langs.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/langs-tool.php
admin/tools/ui/experimental/experiments/dolibarr-context/langs-tool.php
tools/ui/experimental/experiments/dolibarr-context/langs-tool.php
ui/experimental/experiments/dolibarr-context/langs-tool.php
experimental/experiments/dolibarr-context/langs-tool.php
experiments/dolibarr-context/langs-tool.php
dolibarr-context/langs-tool.php
langs-tool.php
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/index.php
admin/tools/ui/experimental/experiments/dolibarr-context/index.php
tools/ui/experimental/experiments/dolibarr-context/index.php
ui/experimental/experiments/dolibarr-context/index.php
experimental/experiments/dolibarr-context/index.php
experiments/dolibarr-context/index.php
dolibarr-context/index.php
index.php
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/langs-tool-interface.php
admin/tools/ui/experimental/experiments/dolibarr-context/langs-tool-interface.php
tools/ui/experimental/experiments/dolibarr-context/langs-tool-interface.php
ui/experimental/experiments/dolibarr-context/langs-tool-interface.php
experimental/experiments/dolibarr-context/langs-tool-interface.php
experiments/dolibarr-context/langs-tool-interface.php
dolibarr-context/langs-tool-interface.php
langs-tool-interface.php
htdocs/admin/tools/ui/experimental/index.php htdocs/admin/tools/ui/experimental/index.php
admin/tools/ui/experimental/index.php admin/tools/ui/experimental/index.php
tools/ui/experimental/index.php tools/ui/experimental/index.php
@ -44194,6 +44158,18 @@ tools/ui/template/documentation_page.php
ui/template/documentation_page.php ui/template/documentation_page.php
template/documentation_page.php template/documentation_page.php
documentation_page.php documentation_page.php
htdocs/admin/tools/ui/dolibarr-context/langs-tool.php
admin/tools/ui/dolibarr-context/langs-tool.php
tools/ui/dolibarr-context/langs-tool.php
ui/dolibarr-context/langs-tool.php
dolibarr-context/langs-tool.php
langs-tool.php
htdocs/admin/tools/ui/dolibarr-context/index.php
admin/tools/ui/dolibarr-context/index.php
tools/ui/dolibarr-context/index.php
ui/dolibarr-context/index.php
dolibarr-context/index.php
index.php
htdocs/admin/tools/ui/js/documentation.js htdocs/admin/tools/ui/js/documentation.js
admin/tools/ui/js/documentation.js admin/tools/ui/js/documentation.js
tools/ui/js/documentation.js tools/ui/js/documentation.js

View file

@ -6007,6 +6007,10 @@ htdocs/cron/card.php
htdocs/cron/admin/cron.php htdocs/cron/admin/cron.php
htdocs/cron/info.php htdocs/cron/info.php
htdocs/security.txt htdocs/security.txt
htdocs/public/includes/dolibarr-js-context/dolibarr-context.umd.js
htdocs/public/includes/dolibarr-js-context/dolibarr-tool.seteventmessage.js
htdocs/public/includes/dolibarr-js-context/dolibarr-context.mock.js
htdocs/public/includes/dolibarr-js-context/dolibarr-tool.langs.js
htdocs/public/includes/ckeditor/UPGRADE.md htdocs/public/includes/ckeditor/UPGRADE.md
htdocs/public/includes/ckeditor/ckeditor/skins/moono-lisa/readme.md htdocs/public/includes/ckeditor/ckeditor/skins/moono-lisa/readme.md
htdocs/public/includes/ckeditor/ckeditor/LICENSE.md htdocs/public/includes/ckeditor/ckeditor/LICENSE.md
@ -6429,6 +6433,7 @@ htdocs/public/ticket/list.php
htdocs/public/ticket/view.php htdocs/public/ticket/view.php
htdocs/public/ticket/ajax/ajax.php htdocs/public/ticket/ajax/ajax.php
htdocs/public/ticket/index.php htdocs/public/ticket/index.php
htdocs/public/langs/langs-tool-interface.php
htdocs/public/clicktodial/cidlookup.php htdocs/public/clicktodial/cidlookup.php
htdocs/public/bookcal/bookcalAjax.php htdocs/public/bookcal/bookcalAjax.php
htdocs/public/bookcal/index.php htdocs/public/bookcal/index.php
@ -7533,13 +7538,6 @@ htdocs/admin/tools/export.php
htdocs/admin/tools/update.php htdocs/admin/tools/update.php
htdocs/admin/tools/index.php htdocs/admin/tools/index.php
htdocs/admin/tools/ui/class/documentation.class.php htdocs/admin/tools/ui/class/documentation.class.php
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.umd.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.seteventmessage.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-context.mock.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/assets/dolibarr-tool.langs.js
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/langs-tool.php
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/index.php
htdocs/admin/tools/ui/experimental/experiments/dolibarr-context/langs-tool-interface.php
htdocs/admin/tools/ui/experimental/index.php htdocs/admin/tools/ui/experimental/index.php
htdocs/admin/tools/ui/resources/contributing.php htdocs/admin/tools/ui/resources/contributing.php
htdocs/admin/tools/ui/resources/index.php htdocs/admin/tools/ui/resources/index.php
@ -7561,6 +7559,8 @@ htdocs/admin/tools/ui/components/test_buttons.php
htdocs/admin/tools/ui/components/badges.php htdocs/admin/tools/ui/components/badges.php
htdocs/admin/tools/ui/components/inputs.php htdocs/admin/tools/ui/components/inputs.php
htdocs/admin/tools/ui/template/documentation_page.php htdocs/admin/tools/ui/template/documentation_page.php
htdocs/admin/tools/ui/dolibarr-context/langs-tool.php
htdocs/admin/tools/ui/dolibarr-context/index.php
htdocs/admin/tools/ui/js/documentation.js htdocs/admin/tools/ui/js/documentation.js
htdocs/admin/supplierorderdet_extrafields.php htdocs/admin/supplierorderdet_extrafields.php
htdocs/admin/fckeditor.php htdocs/admin/fckeditor.php

View file

@ -3339,10 +3339,6 @@ core/modules/dblog/dblog.info.yml
modules/dblog/dblog.info.yml modules/dblog/dblog.info.yml
dblog/dblog.info.yml dblog/dblog.info.yml
dblog.info.yml dblog.info.yml
core/modules/dblog/dblog.admin.inc
modules/dblog/dblog.admin.inc
dblog/dblog.admin.inc
dblog.admin.inc
core/modules/dblog/dblog.routing.yml core/modules/dblog/dblog.routing.yml
modules/dblog/dblog.routing.yml modules/dblog/dblog.routing.yml
dblog/dblog.routing.yml dblog/dblog.routing.yml
@ -24989,6 +24985,13 @@ tests/fixtures/update/remove-description-from-user-register-form-mode.php
fixtures/update/remove-description-from-user-register-form-mode.php fixtures/update/remove-description-from-user-register-form-mode.php
update/remove-description-from-user-register-form-mode.php update/remove-description-from-user-register-form-mode.php
remove-description-from-user-register-form-mode.php remove-description-from-user-register-form-mode.php
core/modules/system/tests/fixtures/update/uninstall-ban.php
modules/system/tests/fixtures/update/uninstall-ban.php
system/tests/fixtures/update/uninstall-ban.php
tests/fixtures/update/uninstall-ban.php
fixtures/update/uninstall-ban.php
update/uninstall-ban.php
uninstall-ban.php
core/modules/system/tests/https.php core/modules/system/tests/https.php
modules/system/tests/https.php modules/system/tests/https.php
system/tests/https.php system/tests/https.php
@ -32601,10 +32604,6 @@ core/modules/navigation/navigation.libraries.yml
modules/navigation/navigation.libraries.yml modules/navigation/navigation.libraries.yml
navigation/navigation.libraries.yml navigation/navigation.libraries.yml
navigation.libraries.yml navigation.libraries.yml
core/modules/navigation/navigation.module
modules/navigation/navigation.module
navigation/navigation.module
navigation.module
core/modules/navigation/components/title/title.twig core/modules/navigation/components/title/title.twig
modules/navigation/components/title/title.twig modules/navigation/components/title/title.twig
navigation/components/title/title.twig navigation/components/title/title.twig
@ -35271,10 +35270,6 @@ core/modules/contextual/contextual.services.yml
modules/contextual/contextual.services.yml modules/contextual/contextual.services.yml
contextual/contextual.services.yml contextual/contextual.services.yml
contextual.services.yml contextual.services.yml
core/modules/contextual/contextual.module
modules/contextual/contextual.module
contextual/contextual.module
contextual.module
core/modules/contextual/contextual.post_update.php core/modules/contextual/contextual.post_update.php
modules/contextual/contextual.post_update.php modules/contextual/contextual.post_update.php
contextual/contextual.post_update.php contextual/contextual.post_update.php
@ -48937,10 +48932,6 @@ core/modules/search/search.post_update.php
modules/search/search.post_update.php modules/search/search.post_update.php
search/search.post_update.php search/search.post_update.php
search.post_update.php search.post_update.php
core/modules/search/search.pages.inc
modules/search/search.pages.inc
search/search.pages.inc
search.pages.inc
core/modules/search/search.services.yml core/modules/search/search.services.yml
modules/search/search.services.yml modules/search/search.services.yml
search/search.services.yml search/search.services.yml
@ -63967,144 +63958,6 @@ core/modules/jsonapi/jsonapi.links.task.yml
modules/jsonapi/jsonapi.links.task.yml modules/jsonapi/jsonapi.links.task.yml
jsonapi/jsonapi.links.task.yml jsonapi/jsonapi.links.task.yml
jsonapi.links.task.yml jsonapi.links.task.yml
core/modules/ban/ban.routing.yml
modules/ban/ban.routing.yml
ban/ban.routing.yml
ban.routing.yml
core/modules/ban/tests/src/Functional/GenericTest.php
modules/ban/tests/src/Functional/GenericTest.php
ban/tests/src/Functional/GenericTest.php
tests/src/Functional/GenericTest.php
src/Functional/GenericTest.php
Functional/GenericTest.php
GenericTest.php
core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
Plugin/migrate/source/d7/BlockedIpsTest.php
migrate/source/d7/BlockedIpsTest.php
source/d7/BlockedIpsTest.php
d7/BlockedIpsTest.php
BlockedIpsTest.php
core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
Kernel/Migrate/d7/MigrateBlockedIpsTest.php
Migrate/d7/MigrateBlockedIpsTest.php
d7/MigrateBlockedIpsTest.php
MigrateBlockedIpsTest.php
core/modules/ban/tests/src/Kernel/BanIpTest.php
modules/ban/tests/src/Kernel/BanIpTest.php
ban/tests/src/Kernel/BanIpTest.php
tests/src/Kernel/BanIpTest.php
src/Kernel/BanIpTest.php
Kernel/BanIpTest.php
BanIpTest.php
core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
modules/ban/tests/src/Unit/BanMiddlewareTest.php
ban/tests/src/Unit/BanMiddlewareTest.php
tests/src/Unit/BanMiddlewareTest.php
src/Unit/BanMiddlewareTest.php
Unit/BanMiddlewareTest.php
BanMiddlewareTest.php
core/modules/ban/tests/src/Unit/BanAdminTest.php
modules/ban/tests/src/Unit/BanAdminTest.php
ban/tests/src/Unit/BanAdminTest.php
tests/src/Unit/BanAdminTest.php
src/Unit/BanAdminTest.php
Unit/BanAdminTest.php
BanAdminTest.php
core/modules/ban/ban.services.yml
modules/ban/ban.services.yml
ban/ban.services.yml
ban.services.yml
core/modules/ban/ban.install
modules/ban/ban.install
ban/ban.install
ban.install
core/modules/ban/ban.links.menu.yml
modules/ban/ban.links.menu.yml
ban/ban.links.menu.yml
ban.links.menu.yml
core/modules/ban/src/BanIpManagerInterface.php
modules/ban/src/BanIpManagerInterface.php
ban/src/BanIpManagerInterface.php
src/BanIpManagerInterface.php
BanIpManagerInterface.php
core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
modules/ban/src/Plugin/migrate/destination/BlockedIp.php
ban/src/Plugin/migrate/destination/BlockedIp.php
src/Plugin/migrate/destination/BlockedIp.php
Plugin/migrate/destination/BlockedIp.php
migrate/destination/BlockedIp.php
destination/BlockedIp.php
BlockedIp.php
core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
ban/src/Plugin/migrate/source/d7/BlockedIps.php
src/Plugin/migrate/source/d7/BlockedIps.php
Plugin/migrate/source/d7/BlockedIps.php
migrate/source/d7/BlockedIps.php
source/d7/BlockedIps.php
d7/BlockedIps.php
BlockedIps.php
core/modules/ban/src/BanIpManager.php
modules/ban/src/BanIpManager.php
ban/src/BanIpManager.php
src/BanIpManager.php
BanIpManager.php
core/modules/ban/src/Form/BanDelete.php
modules/ban/src/Form/BanDelete.php
ban/src/Form/BanDelete.php
src/Form/BanDelete.php
Form/BanDelete.php
BanDelete.php
core/modules/ban/src/Form/BanAdmin.php
modules/ban/src/Form/BanAdmin.php
ban/src/Form/BanAdmin.php
src/Form/BanAdmin.php
Form/BanAdmin.php
BanAdmin.php
core/modules/ban/src/Hook/BanHooks.php
modules/ban/src/Hook/BanHooks.php
ban/src/Hook/BanHooks.php
src/Hook/BanHooks.php
Hook/BanHooks.php
BanHooks.php
core/modules/ban/src/BanMiddleware.php
modules/ban/src/BanMiddleware.php
ban/src/BanMiddleware.php
src/BanMiddleware.php
BanMiddleware.php
core/modules/ban/help_topics/ban.banning_ips.html.twig
modules/ban/help_topics/ban.banning_ips.html.twig
ban/help_topics/ban.banning_ips.html.twig
help_topics/ban.banning_ips.html.twig
ban.banning_ips.html.twig
core/modules/ban/migrations/d7_blocked_ips.yml
modules/ban/migrations/d7_blocked_ips.yml
ban/migrations/d7_blocked_ips.yml
migrations/d7_blocked_ips.yml
d7_blocked_ips.yml
core/modules/ban/migrations/state/ban.migrate_drupal.yml
modules/ban/migrations/state/ban.migrate_drupal.yml
ban/migrations/state/ban.migrate_drupal.yml
migrations/state/ban.migrate_drupal.yml
state/ban.migrate_drupal.yml
ban.migrate_drupal.yml
core/modules/ban/ban.permissions.yml
modules/ban/ban.permissions.yml
ban/ban.permissions.yml
ban.permissions.yml
core/modules/ban/ban.info.yml
modules/ban/ban.info.yml
ban/ban.info.yml
ban.info.yml
core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml
modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml
menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml
@ -64410,10 +64263,6 @@ core/modules/menu_link_content/menu_link_content.post_update.php
modules/menu_link_content/menu_link_content.post_update.php modules/menu_link_content/menu_link_content.post_update.php
menu_link_content/menu_link_content.post_update.php menu_link_content/menu_link_content.post_update.php
menu_link_content.post_update.php menu_link_content.post_update.php
core/modules/menu_link_content/menu_link_content.module
modules/menu_link_content/menu_link_content.module
menu_link_content/menu_link_content.module
menu_link_content.module
core/modules/menu_link_content/menu_link_content.install core/modules/menu_link_content/menu_link_content.install
modules/menu_link_content/menu_link_content.install modules/menu_link_content/menu_link_content.install
menu_link_content/menu_link_content.install menu_link_content/menu_link_content.install

View file

@ -486,7 +486,6 @@ core/modules/dblog/tests/src/Kernel/DbLogTest.php
core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
core/modules/dblog/dblog.services.yml core/modules/dblog/dblog.services.yml
core/modules/dblog/dblog.info.yml core/modules/dblog/dblog.info.yml
core/modules/dblog/dblog.admin.inc
core/modules/dblog/dblog.routing.yml core/modules/dblog/dblog.routing.yml
core/modules/dblog/src/Controller/DbLogController.php core/modules/dblog/src/Controller/DbLogController.php
core/modules/dblog/src/Plugin/rest/resource/DbLogResource.php core/modules/dblog/src/Plugin/rest/resource/DbLogResource.php
@ -3377,6 +3376,7 @@ core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-e
core/modules/system/tests/fixtures/update/uninstall-history.php core/modules/system/tests/fixtures/update/uninstall-history.php
core/modules/system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz core/modules/system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz
core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php core/modules/system/tests/fixtures/update/remove-description-from-user-register-form-mode.php
core/modules/system/tests/fixtures/update/uninstall-ban.php
core/modules/system/tests/https.php core/modules/system/tests/https.php
core/modules/system/tests/http.php core/modules/system/tests/http.php
core/modules/system/tests/logo.svgz core/modules/system/tests/logo.svgz
@ -4441,7 +4441,6 @@ core/modules/navigation/navigation.links.menu.yml
core/modules/navigation/navigation.api.php core/modules/navigation/navigation.api.php
core/modules/navigation/navigation.routing.yml core/modules/navigation/navigation.routing.yml
core/modules/navigation/navigation.libraries.yml core/modules/navigation/navigation.libraries.yml
core/modules/navigation/navigation.module
core/modules/navigation/components/title/title.twig core/modules/navigation/components/title/title.twig
core/modules/navigation/components/title/title.component.yml core/modules/navigation/components/title/title.component.yml
core/modules/navigation/components/badge/badge.twig core/modules/navigation/components/badge/badge.twig
@ -4851,7 +4850,6 @@ core/modules/contextual/contextual.permissions.yml
core/modules/contextual/contextual.libraries.yml core/modules/contextual/contextual.libraries.yml
core/modules/contextual/contextual.info.yml core/modules/contextual/contextual.info.yml
core/modules/contextual/contextual.services.yml core/modules/contextual/contextual.services.yml
core/modules/contextual/contextual.module
core/modules/contextual/contextual.post_update.php core/modules/contextual/contextual.post_update.php
core/modules/contextual/src/Element/ContextualLinks.php core/modules/contextual/src/Element/ContextualLinks.php
core/modules/contextual/src/Element/ContextualLinksPlaceholder.php core/modules/contextual/src/Element/ContextualLinksPlaceholder.php
@ -6814,7 +6812,6 @@ core/modules/search/search.links.menu.yml
core/modules/search/search.permissions.yml core/modules/search/search.permissions.yml
core/modules/search/search.links.task.yml core/modules/search/search.links.task.yml
core/modules/search/search.post_update.php core/modules/search/search.post_update.php
core/modules/search/search.pages.inc
core/modules/search/search.services.yml core/modules/search/search.services.yml
core/modules/search/src/Controller/SearchController.php core/modules/search/src/Controller/SearchController.php
core/modules/search/src/SearchPageInterface.php core/modules/search/src/SearchPageInterface.php
@ -8951,29 +8948,6 @@ core/modules/jsonapi/src/Access/TemporaryQueryGuard.php
core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php core/modules/jsonapi/src/Access/RelationshipRouteAccessCheck.php
core/modules/jsonapi/jsonapi.routing.yml core/modules/jsonapi/jsonapi.routing.yml
core/modules/jsonapi/jsonapi.links.task.yml core/modules/jsonapi/jsonapi.links.task.yml
core/modules/ban/ban.routing.yml
core/modules/ban/tests/src/Functional/GenericTest.php
core/modules/ban/tests/src/Kernel/Plugin/migrate/source/d7/BlockedIpsTest.php
core/modules/ban/tests/src/Kernel/Migrate/d7/MigrateBlockedIpsTest.php
core/modules/ban/tests/src/Kernel/BanIpTest.php
core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
core/modules/ban/tests/src/Unit/BanAdminTest.php
core/modules/ban/ban.services.yml
core/modules/ban/ban.install
core/modules/ban/ban.links.menu.yml
core/modules/ban/src/BanIpManagerInterface.php
core/modules/ban/src/Plugin/migrate/destination/BlockedIp.php
core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php
core/modules/ban/src/BanIpManager.php
core/modules/ban/src/Form/BanDelete.php
core/modules/ban/src/Form/BanAdmin.php
core/modules/ban/src/Hook/BanHooks.php
core/modules/ban/src/BanMiddleware.php
core/modules/ban/help_topics/ban.banning_ips.html.twig
core/modules/ban/migrations/d7_blocked_ips.yml
core/modules/ban/migrations/state/ban.migrate_drupal.yml
core/modules/ban/ban.permissions.yml
core/modules/ban/ban.info.yml
core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.info.yml
core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php
core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml core/modules/menu_link_content/tests/outbound_processing_test/outbound_processing_test.info.yml
@ -9013,7 +8987,6 @@ core/modules/menu_link_content/tests/src/Kernel/PathAliasMenuLinkContentTest.php
core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php
core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php core/modules/menu_link_content/tests/src/Unit/MenuLinkContentEntityAccessTest.php
core/modules/menu_link_content/menu_link_content.post_update.php core/modules/menu_link_content/menu_link_content.post_update.php
core/modules/menu_link_content/menu_link_content.module
core/modules/menu_link_content/menu_link_content.install core/modules/menu_link_content/menu_link_content.install
core/modules/menu_link_content/menu_link_content.info.yml core/modules/menu_link_content/menu_link_content.info.yml
core/modules/menu_link_content/menu_link_content.links.menu.yml core/modules/menu_link_content/menu_link_content.links.menu.yml

View file

@ -1326,6 +1326,11 @@ manufacturing/doctype/bom_item/bom_item.py
doctype/bom_item/bom_item.py doctype/bom_item/bom_item.py
bom_item/bom_item.py bom_item/bom_item.py
bom_item.py bom_item.py
erpnext/manufacturing/module_onboarding/manufacturing_onboarding/manufacturing_onboarding.json
manufacturing/module_onboarding/manufacturing_onboarding/manufacturing_onboarding.json
module_onboarding/manufacturing_onboarding/manufacturing_onboarding.json
manufacturing_onboarding/manufacturing_onboarding.json
manufacturing_onboarding.json
erpnext/manufacturing/report/open_work_orders/__init__.py erpnext/manufacturing/report/open_work_orders/__init__.py
manufacturing/report/open_work_orders/__init__.py manufacturing/report/open_work_orders/__init__.py
report/open_work_orders/__init__.py report/open_work_orders/__init__.py
@ -1808,6 +1813,41 @@ erpnext/manufacturing/notification/__init__.py
manufacturing/notification/__init__.py manufacturing/notification/__init__.py
notification/__init__.py notification/__init__.py
__init__.py __init__.py
erpnext/manufacturing/onboarding_step/create_bill_of_materials/create_bill_of_materials.json
manufacturing/onboarding_step/create_bill_of_materials/create_bill_of_materials.json
onboarding_step/create_bill_of_materials/create_bill_of_materials.json
create_bill_of_materials/create_bill_of_materials.json
create_bill_of_materials.json
erpnext/manufacturing/onboarding_step/create_raw_materials/create_raw_materials.json
manufacturing/onboarding_step/create_raw_materials/create_raw_materials.json
onboarding_step/create_raw_materials/create_raw_materials.json
create_raw_materials/create_raw_materials.json
create_raw_materials.json
erpnext/manufacturing/onboarding_step/view_work_order_summary_report/view_work_order_summary_report.json
manufacturing/onboarding_step/view_work_order_summary_report/view_work_order_summary_report.json
onboarding_step/view_work_order_summary_report/view_work_order_summary_report.json
view_work_order_summary_report/view_work_order_summary_report.json
view_work_order_summary_report.json
erpnext/manufacturing/onboarding_step/review_manufacturing_settings/review_manufacturing_settings.json
manufacturing/onboarding_step/review_manufacturing_settings/review_manufacturing_settings.json
onboarding_step/review_manufacturing_settings/review_manufacturing_settings.json
review_manufacturing_settings/review_manufacturing_settings.json
review_manufacturing_settings.json
erpnext/manufacturing/onboarding_step/create_work_order/create_work_order.json
manufacturing/onboarding_step/create_work_order/create_work_order.json
onboarding_step/create_work_order/create_work_order.json
create_work_order/create_work_order.json
create_work_order.json
erpnext/manufacturing/onboarding_step/create_operations/create_operations.json
manufacturing/onboarding_step/create_operations/create_operations.json
onboarding_step/create_operations/create_operations.json
create_operations/create_operations.json
create_operations.json
erpnext/manufacturing/onboarding_step/create_finished_goods/create_finished_goods.json
manufacturing/onboarding_step/create_finished_goods/create_finished_goods.json
onboarding_step/create_finished_goods/create_finished_goods.json
create_finished_goods/create_finished_goods.json
create_finished_goods.json
erpnext/tests/test_init.py erpnext/tests/test_init.py
tests/test_init.py tests/test_init.py
test_init.py test_init.py
@ -4027,6 +4067,11 @@ dispatch_notification_template.html
erpnext/stock/stock_ledger.py erpnext/stock/stock_ledger.py
stock/stock_ledger.py stock/stock_ledger.py
stock_ledger.py stock_ledger.py
erpnext/stock/module_onboarding/stock_onboarding/stock_onboarding.json
stock/module_onboarding/stock_onboarding/stock_onboarding.json
module_onboarding/stock_onboarding/stock_onboarding.json
stock_onboarding/stock_onboarding.json
stock_onboarding.json
erpnext/stock/report/delayed_order_report/delayed_order_report.json erpnext/stock/report/delayed_order_report/delayed_order_report.json
stock/report/delayed_order_report/delayed_order_report.json stock/report/delayed_order_report/delayed_order_report.json
report/delayed_order_report/delayed_order_report.json report/delayed_order_report/delayed_order_report.json
@ -5008,6 +5053,41 @@ valuation.py
erpnext/stock/serial_batch_bundle.py erpnext/stock/serial_batch_bundle.py
stock/serial_batch_bundle.py stock/serial_batch_bundle.py
serial_batch_bundle.py serial_batch_bundle.py
erpnext/stock/onboarding_step/create_item/create_item.json
stock/onboarding_step/create_item/create_item.json
onboarding_step/create_item/create_item.json
create_item/create_item.json
create_item.json
erpnext/stock/onboarding_step/create_transfer_entry/create_transfer_entry.json
stock/onboarding_step/create_transfer_entry/create_transfer_entry.json
onboarding_step/create_transfer_entry/create_transfer_entry.json
create_transfer_entry/create_transfer_entry.json
create_transfer_entry.json
erpnext/stock/onboarding_step/setup_warehouse/setup_warehouse.json
stock/onboarding_step/setup_warehouse/setup_warehouse.json
onboarding_step/setup_warehouse/setup_warehouse.json
setup_warehouse/setup_warehouse.json
setup_warehouse.json
erpnext/stock/onboarding_step/create_purchase_receipt/create_purchase_receipt.json
stock/onboarding_step/create_purchase_receipt/create_purchase_receipt.json
onboarding_step/create_purchase_receipt/create_purchase_receipt.json
create_purchase_receipt/create_purchase_receipt.json
create_purchase_receipt.json
erpnext/stock/onboarding_step/create_delivery_note/create_delivery_note.json
stock/onboarding_step/create_delivery_note/create_delivery_note.json
onboarding_step/create_delivery_note/create_delivery_note.json
create_delivery_note/create_delivery_note.json
create_delivery_note.json
erpnext/stock/onboarding_step/review_stock_settings/review_stock_settings.json
stock/onboarding_step/review_stock_settings/review_stock_settings.json
onboarding_step/review_stock_settings/review_stock_settings.json
review_stock_settings/review_stock_settings.json
review_stock_settings.json
erpnext/stock/onboarding_step/view_stock_balance_report/view_stock_balance_report.json
stock/onboarding_step/view_stock_balance_report/view_stock_balance_report.json
onboarding_step/view_stock_balance_report/view_stock_balance_report.json
view_stock_balance_report/view_stock_balance_report.json
view_stock_balance_report.json
erpnext/startup/__init__.py erpnext/startup/__init__.py
startup/__init__.py startup/__init__.py
__init__.py __init__.py
@ -5305,6 +5385,11 @@ subcontracting/doctype/subcontracting_inward_order_received_item/subcontracting_
doctype/subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.py doctype/subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.py
subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.py subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.py
subcontracting_inward_order_received_item.py subcontracting_inward_order_received_item.py
erpnext/subcontracting/module_onboarding/subcontracting_onboarding/subcontracting_onboarding.json
subcontracting/module_onboarding/subcontracting_onboarding/subcontracting_onboarding.json
module_onboarding/subcontracting_onboarding/subcontracting_onboarding.json
subcontracting_onboarding/subcontracting_onboarding.json
subcontracting_onboarding.json
erpnext/subcontracting/number_card/active_subcontracted_items/active_subcontracted_items.json erpnext/subcontracting/number_card/active_subcontracted_items/active_subcontracted_items.json
subcontracting/number_card/active_subcontracted_items/active_subcontracted_items.json subcontracting/number_card/active_subcontracted_items/active_subcontracted_items.json
number_card/active_subcontracted_items/active_subcontracted_items.json number_card/active_subcontracted_items/active_subcontracted_items.json
@ -5320,6 +5405,41 @@ subcontracting/number_card/subcontracting_outward_order_count/subcontracting_out
number_card/subcontracting_outward_order_count/subcontracting_outward_order_count.json number_card/subcontracting_outward_order_count/subcontracting_outward_order_count.json
subcontracting_outward_order_count/subcontracting_outward_order_count.json subcontracting_outward_order_count/subcontracting_outward_order_count.json
subcontracting_outward_order_count.json subcontracting_outward_order_count.json
erpnext/subcontracting/onboarding_step/create_bill_of_materials/create_bill_of_materials.json
subcontracting/onboarding_step/create_bill_of_materials/create_bill_of_materials.json
onboarding_step/create_bill_of_materials/create_bill_of_materials.json
create_bill_of_materials/create_bill_of_materials.json
create_bill_of_materials.json
erpnext/subcontracting/onboarding_step/create_subcontracting_po/create_subcontracting_po.json
subcontracting/onboarding_step/create_subcontracting_po/create_subcontracting_po.json
onboarding_step/create_subcontracting_po/create_subcontracting_po.json
create_subcontracting_po/create_subcontracting_po.json
create_subcontracting_po.json
erpnext/subcontracting/onboarding_step/create_service_item/create_service_item.json
subcontracting/onboarding_step/create_service_item/create_service_item.json
onboarding_step/create_service_item/create_service_item.json
create_service_item/create_service_item.json
create_service_item.json
erpnext/subcontracting/onboarding_step/learn_subcontracting/learn_subcontracting.json
subcontracting/onboarding_step/learn_subcontracting/learn_subcontracting.json
onboarding_step/learn_subcontracting/learn_subcontracting.json
learn_subcontracting/learn_subcontracting.json
learn_subcontracting.json
erpnext/subcontracting/onboarding_step/create_subcontracted_item/create_subcontracted_item.json
subcontracting/onboarding_step/create_subcontracted_item/create_subcontracted_item.json
onboarding_step/create_subcontracted_item/create_subcontracted_item.json
create_subcontracted_item/create_subcontracted_item.json
create_subcontracted_item.json
erpnext/subcontracting/onboarding_step/create_raw_materials/create_raw_materials.json
subcontracting/onboarding_step/create_raw_materials/create_raw_materials.json
onboarding_step/create_raw_materials/create_raw_materials.json
create_raw_materials/create_raw_materials.json
create_raw_materials.json
erpnext/subcontracting/onboarding_step/create_subcontracting_order/create_subcontracting_order.json
subcontracting/onboarding_step/create_subcontracting_order/create_subcontracting_order.json
onboarding_step/create_subcontracting_order/create_subcontracting_order.json
create_subcontracting_order/create_subcontracting_order.json
create_subcontracting_order.json
erpnext/assets/workspace/assets/assets.json erpnext/assets/workspace/assets/assets.json
assets/workspace/assets/assets.json assets/workspace/assets/assets.json
workspace/assets/assets.json workspace/assets/assets.json
@ -5945,6 +6065,11 @@ assets/doctype/asset_maintenance_task/asset_maintenance_task.json
doctype/asset_maintenance_task/asset_maintenance_task.json doctype/asset_maintenance_task/asset_maintenance_task.json
asset_maintenance_task/asset_maintenance_task.json asset_maintenance_task/asset_maintenance_task.json
asset_maintenance_task.json asset_maintenance_task.json
erpnext/assets/module_onboarding/asset_onboarding/asset_onboarding.json
assets/module_onboarding/asset_onboarding/asset_onboarding.json
module_onboarding/asset_onboarding/asset_onboarding.json
asset_onboarding/asset_onboarding.json
asset_onboarding.json
erpnext/assets/report/asset_maintenance/asset_maintenance.json erpnext/assets/report/asset_maintenance/asset_maintenance.json
assets/report/asset_maintenance/asset_maintenance.json assets/report/asset_maintenance/asset_maintenance.json
report/asset_maintenance/asset_maintenance.json report/asset_maintenance/asset_maintenance.json
@ -6009,6 +6134,36 @@ assets/assets_dashboard/asset/asset.json
assets_dashboard/asset/asset.json assets_dashboard/asset/asset.json
asset/asset.json asset/asset.json
asset.json asset.json
erpnext/assets/onboarding_step/create_asset_item/create_asset_item.json
assets/onboarding_step/create_asset_item/create_asset_item.json
onboarding_step/create_asset_item/create_asset_item.json
create_asset_item/create_asset_item.json
create_asset_item.json
erpnext/assets/onboarding_step/create_asset_location/create_asset_location.json
assets/onboarding_step/create_asset_location/create_asset_location.json
onboarding_step/create_asset_location/create_asset_location.json
create_asset_location/create_asset_location.json
create_asset_location.json
erpnext/assets/onboarding_step/view_balance_sheet/view_balance_sheet.json
assets/onboarding_step/view_balance_sheet/view_balance_sheet.json
onboarding_step/view_balance_sheet/view_balance_sheet.json
view_balance_sheet/view_balance_sheet.json
view_balance_sheet.json
erpnext/assets/onboarding_step/learn_asset/learn_asset.json
assets/onboarding_step/learn_asset/learn_asset.json
onboarding_step/learn_asset/learn_asset.json
learn_asset/learn_asset.json
learn_asset.json
erpnext/assets/onboarding_step/create_asset_category/create_asset_category.json
assets/onboarding_step/create_asset_category/create_asset_category.json
onboarding_step/create_asset_category/create_asset_category.json
create_asset_category/create_asset_category.json
create_asset_category.json
erpnext/assets/onboarding_step/create_existing_asset/create_existing_asset.json
assets/onboarding_step/create_existing_asset/create_existing_asset.json
onboarding_step/create_existing_asset/create_existing_asset.json
create_existing_asset/create_existing_asset.json
create_existing_asset.json
erpnext/projects/workspace/projects/projects.json erpnext/projects/workspace/projects/projects.json
projects/workspace/projects/projects.json projects/workspace/projects/projects.json
workspace/projects/projects.json workspace/projects/projects.json
@ -6475,6 +6630,11 @@ projects/projects_dashboard/project/project.json
projects_dashboard/project/project.json projects_dashboard/project/project.json
project/project.json project/project.json
project.json project.json
erpnext/projects/module_onboarding/projects_onboarding/projects_onboarding.json
projects/module_onboarding/projects_onboarding/projects_onboarding.json
module_onboarding/projects_onboarding/projects_onboarding.json
projects_onboarding/projects_onboarding.json
projects_onboarding.json
erpnext/projects/report/project_summary/__init__.py erpnext/projects/report/project_summary/__init__.py
projects/report/project_summary/__init__.py projects/report/project_summary/__init__.py
report/project_summary/__init__.py report/project_summary/__init__.py
@ -6602,6 +6762,26 @@ non_completed_tasks.json
erpnext/projects/utils.py erpnext/projects/utils.py
projects/utils.py projects/utils.py
utils.py utils.py
erpnext/projects/onboarding_step/create_timesheet/create_timesheet.json
projects/onboarding_step/create_timesheet/create_timesheet.json
onboarding_step/create_timesheet/create_timesheet.json
create_timesheet/create_timesheet.json
create_timesheet.json
erpnext/projects/onboarding_step/create_project/create_project.json
projects/onboarding_step/create_project/create_project.json
onboarding_step/create_project/create_project.json
create_project/create_project.json
create_project.json
erpnext/projects/onboarding_step/view_project_summary/view_project_summary.json
projects/onboarding_step/view_project_summary/view_project_summary.json
onboarding_step/view_project_summary/view_project_summary.json
view_project_summary/view_project_summary.json
view_project_summary.json
erpnext/projects/onboarding_step/create_tasks/create_tasks.json
projects/onboarding_step/create_tasks/create_tasks.json
onboarding_step/create_tasks/create_tasks.json
create_tasks/create_tasks.json
create_tasks.json
erpnext/desktop_icon/manufacturing.json erpnext/desktop_icon/manufacturing.json
desktop_icon/manufacturing.json desktop_icon/manufacturing.json
manufacturing.json manufacturing.json
@ -14597,6 +14777,11 @@ test_sales_invoice.py
erpnext/accounts/test_party.py erpnext/accounts/test_party.py
accounts/test_party.py accounts/test_party.py
test_party.py test_party.py
erpnext/accounts/module_onboarding/accounting_onboarding/accounting_onboarding.json
accounts/module_onboarding/accounting_onboarding/accounting_onboarding.json
module_onboarding/accounting_onboarding/accounting_onboarding.json
accounting_onboarding/accounting_onboarding.json
accounting_onboarding.json
erpnext/accounts/report/consolidated_trial_balance/consolidated_trial_balance.json erpnext/accounts/report/consolidated_trial_balance/consolidated_trial_balance.json
accounts/report/consolidated_trial_balance/consolidated_trial_balance.json accounts/report/consolidated_trial_balance/consolidated_trial_balance.json
report/consolidated_trial_balance/consolidated_trial_balance.json report/consolidated_trial_balance/consolidated_trial_balance.json
@ -15927,6 +16112,36 @@ accounts/financial_report_template/standard_cash_flow_statement_(ifrs)/standard_
financial_report_template/standard_cash_flow_statement_(ifrs)/standard_cash_flow_statement_(ifrs).json financial_report_template/standard_cash_flow_statement_(ifrs)/standard_cash_flow_statement_(ifrs).json
standard_cash_flow_statement_(ifrs)/standard_cash_flow_statement_(ifrs).json standard_cash_flow_statement_(ifrs)/standard_cash_flow_statement_(ifrs).json
standard_cash_flow_statement_(ifrs).json standard_cash_flow_statement_(ifrs).json
erpnext/accounts/onboarding_step/create_sales_invoice/create_sales_invoice.json
accounts/onboarding_step/create_sales_invoice/create_sales_invoice.json
onboarding_step/create_sales_invoice/create_sales_invoice.json
create_sales_invoice/create_sales_invoice.json
create_sales_invoice.json
erpnext/accounts/onboarding_step/chart_of_accounts/chart_of_accounts.json
accounts/onboarding_step/chart_of_accounts/chart_of_accounts.json
onboarding_step/chart_of_accounts/chart_of_accounts.json
chart_of_accounts/chart_of_accounts.json
chart_of_accounts.json
erpnext/accounts/onboarding_step/view_balance_sheet/view_balance_sheet.json
accounts/onboarding_step/view_balance_sheet/view_balance_sheet.json
onboarding_step/view_balance_sheet/view_balance_sheet.json
view_balance_sheet/view_balance_sheet.json
view_balance_sheet.json
erpnext/accounts/onboarding_step/create_payment_entry/create_payment_entry.json
accounts/onboarding_step/create_payment_entry/create_payment_entry.json
onboarding_step/create_payment_entry/create_payment_entry.json
create_payment_entry/create_payment_entry.json
create_payment_entry.json
erpnext/accounts/onboarding_step/review_accounts_settings/review_accounts_settings.json
accounts/onboarding_step/review_accounts_settings/review_accounts_settings.json
onboarding_step/review_accounts_settings/review_accounts_settings.json
review_accounts_settings/review_accounts_settings.json
review_accounts_settings.json
erpnext/accounts/onboarding_step/setup_sales_taxes/setup_sales_taxes.json
accounts/onboarding_step/setup_sales_taxes/setup_sales_taxes.json
onboarding_step/setup_sales_taxes/setup_sales_taxes.json
setup_sales_taxes/setup_sales_taxes.json
setup_sales_taxes.json
erpnext/accounts/accounts_dashboard/payments/payments.json erpnext/accounts/accounts_dashboard/payments/payments.json
accounts/accounts_dashboard/payments/payments.json accounts/accounts_dashboard/payments/payments.json
accounts_dashboard/payments/payments.json accounts_dashboard/payments/payments.json
@ -17233,6 +17448,11 @@ cs.po
erpnext/locale/eo.po erpnext/locale/eo.po
locale/eo.po locale/eo.po
eo.po eo.po
erpnext/buying/form_tour/supplier_form_tour/supplier_form_tour.json
buying/form_tour/supplier_form_tour/supplier_form_tour.json
form_tour/supplier_form_tour/supplier_form_tour.json
supplier_form_tour/supplier_form_tour.json
supplier_form_tour.json
erpnext/buying/print_format_field_template/supplier_quotation_taxes/__init__.py erpnext/buying/print_format_field_template/supplier_quotation_taxes/__init__.py
buying/print_format_field_template/supplier_quotation_taxes/__init__.py buying/print_format_field_template/supplier_quotation_taxes/__init__.py
print_format_field_template/supplier_quotation_taxes/__init__.py print_format_field_template/supplier_quotation_taxes/__init__.py
@ -17842,6 +18062,11 @@ buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.jso
doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.json doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.json
purchase_receipt_item_supplied/purchase_receipt_item_supplied.json purchase_receipt_item_supplied/purchase_receipt_item_supplied.json
purchase_receipt_item_supplied.json purchase_receipt_item_supplied.json
erpnext/buying/module_onboarding/buying_onboarding/buying_onboarding.json
buying/module_onboarding/buying_onboarding/buying_onboarding.json
module_onboarding/buying_onboarding/buying_onboarding.json
buying_onboarding/buying_onboarding.json
buying_onboarding.json
erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json
buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json
report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json
@ -18109,6 +18334,41 @@ purchase_orders_to_receive.json
erpnext/buying/utils.py erpnext/buying/utils.py
buying/utils.py buying/utils.py
utils.py utils.py
erpnext/buying/onboarding_step/create_item/create_item.json
buying/onboarding_step/create_item/create_item.json
onboarding_step/create_item/create_item.json
create_item/create_item.json
create_item.json
erpnext/buying/onboarding_step/create_purchase_order/create_purchase_order.json
buying/onboarding_step/create_purchase_order/create_purchase_order.json
onboarding_step/create_purchase_order/create_purchase_order.json
create_purchase_order/create_purchase_order.json
create_purchase_order.json
erpnext/buying/onboarding_step/review_buying_settings/review_buying_settings.json
buying/onboarding_step/review_buying_settings/review_buying_settings.json
onboarding_step/review_buying_settings/review_buying_settings.json
review_buying_settings/review_buying_settings.json
review_buying_settings.json
erpnext/buying/onboarding_step/create_supplier/create_supplier.json
buying/onboarding_step/create_supplier/create_supplier.json
onboarding_step/create_supplier/create_supplier.json
create_supplier/create_supplier.json
create_supplier.json
erpnext/buying/onboarding_step/view_purchase_order_analysis/view_purchase_order_analysis.json
buying/onboarding_step/view_purchase_order_analysis/view_purchase_order_analysis.json
onboarding_step/view_purchase_order_analysis/view_purchase_order_analysis.json
view_purchase_order_analysis/view_purchase_order_analysis.json
view_purchase_order_analysis.json
erpnext/buying/onboarding_step/create_purchase_invoice/create_purchase_invoice.json
buying/onboarding_step/create_purchase_invoice/create_purchase_invoice.json
onboarding_step/create_purchase_invoice/create_purchase_invoice.json
create_purchase_invoice/create_purchase_invoice.json
create_purchase_invoice.json
erpnext/buying/onboarding_step/setup_company/setup_company.json
buying/onboarding_step/setup_company/setup_company.json
onboarding_step/setup_company/setup_company.json
setup_company/setup_company.json
setup_company.json
erpnext/report_center/accounting.json erpnext/report_center/accounting.json
report_center/accounting.json report_center/accounting.json
accounting.json accounting.json
@ -18131,6 +18391,11 @@ erpnext/gettext/extractors/lines_from_txt_file.py
gettext/extractors/lines_from_txt_file.py gettext/extractors/lines_from_txt_file.py
extractors/lines_from_txt_file.py extractors/lines_from_txt_file.py
lines_from_txt_file.py lines_from_txt_file.py
erpnext/selling/form_tour/customer_form_tour/customer_form_tour.json
selling/form_tour/customer_form_tour/customer_form_tour.json
form_tour/customer_form_tour/customer_form_tour.json
customer_form_tour/customer_form_tour.json
customer_form_tour.json
erpnext/selling/print_format_field_template/quotation_taxes/__init__.py erpnext/selling/print_format_field_template/quotation_taxes/__init__.py
selling/print_format_field_template/quotation_taxes/__init__.py selling/print_format_field_template/quotation_taxes/__init__.py
print_format_field_template/quotation_taxes/__init__.py print_format_field_template/quotation_taxes/__init__.py
@ -18813,6 +19078,16 @@ selling/doctype/sales_order/sales_order_list.js
doctype/sales_order/sales_order_list.js doctype/sales_order/sales_order_list.js
sales_order/sales_order_list.js sales_order/sales_order_list.js
sales_order_list.js sales_order_list.js
erpnext/selling/module_onboarding/selling_onboarding/selling_onboarding.json
selling/module_onboarding/selling_onboarding/selling_onboarding.json
module_onboarding/selling_onboarding/selling_onboarding.json
selling_onboarding/selling_onboarding.json
selling_onboarding.json
erpnext/selling/module_onboarding/stock_onboarding/stock_onboarding.json
selling/module_onboarding/stock_onboarding/stock_onboarding.json
module_onboarding/stock_onboarding/stock_onboarding.json
stock_onboarding/stock_onboarding.json
stock_onboarding.json
erpnext/selling/report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py erpnext/selling/report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py
selling/report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py selling/report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py
report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py
@ -19337,6 +19612,51 @@ selling/number_card/total_sales_amount/total_sales_amount.json
number_card/total_sales_amount/total_sales_amount.json number_card/total_sales_amount/total_sales_amount.json
total_sales_amount/total_sales_amount.json total_sales_amount/total_sales_amount.json
total_sales_amount.json total_sales_amount.json
erpnext/selling/onboarding_step/create_item/create_item.json
selling/onboarding_step/create_item/create_item.json
onboarding_step/create_item/create_item.json
create_item/create_item.json
create_item.json
erpnext/selling/onboarding_step/create_customer/create_customer.json
selling/onboarding_step/create_customer/create_customer.json
onboarding_step/create_customer/create_customer.json
create_customer/create_customer.json
create_customer.json
erpnext/selling/onboarding_step/create_sales_invoice/create_sales_invoice.json
selling/onboarding_step/create_sales_invoice/create_sales_invoice.json
onboarding_step/create_sales_invoice/create_sales_invoice.json
create_sales_invoice/create_sales_invoice.json
create_sales_invoice.json
erpnext/selling/onboarding_step/review_selling_settings/review_selling_settings.json
selling/onboarding_step/review_selling_settings/review_selling_settings.json
onboarding_step/review_selling_settings/review_selling_settings.json
review_selling_settings/review_selling_settings.json
review_selling_settings.json
erpnext/selling/onboarding_step/view_sales_order_analysis/view_sales_order_analysis.json
selling/onboarding_step/view_sales_order_analysis/view_sales_order_analysis.json
onboarding_step/view_sales_order_analysis/view_sales_order_analysis.json
view_sales_order_analysis/view_sales_order_analysis.json
view_sales_order_analysis.json
erpnext/selling/onboarding_step/create_sales_order/create_sales_order.json
selling/onboarding_step/create_sales_order/create_sales_order.json
onboarding_step/create_sales_order/create_sales_order.json
create_sales_order/create_sales_order.json
create_sales_order.json
erpnext/selling/onboarding_step/create_delivery_note/create_delivery_note.json
selling/onboarding_step/create_delivery_note/create_delivery_note.json
onboarding_step/create_delivery_note/create_delivery_note.json
create_delivery_note/create_delivery_note.json
create_delivery_note.json
erpnext/selling/onboarding_step/setup_company/setup_company.json
selling/onboarding_step/setup_company/setup_company.json
onboarding_step/setup_company/setup_company.json
setup_company/setup_company.json
setup_company.json
erpnext/selling/onboarding_step/view_stock_balance_report/view_stock_balance_report.json
selling/onboarding_step/view_stock_balance_report/view_stock_balance_report.json
onboarding_step/view_stock_balance_report/view_stock_balance_report.json
view_stock_balance_report/view_stock_balance_report.json
view_stock_balance_report.json
erpnext/controllers/budget_controller.py erpnext/controllers/budget_controller.py
controllers/budget_controller.py controllers/budget_controller.py
budget_controller.py budget_controller.py

View file

@ -279,6 +279,7 @@ erpnext/manufacturing/doctype/bom_item/bom_item.json
erpnext/manufacturing/doctype/bom_item/README.md erpnext/manufacturing/doctype/bom_item/README.md
erpnext/manufacturing/doctype/bom_item/__init__.py erpnext/manufacturing/doctype/bom_item/__init__.py
erpnext/manufacturing/doctype/bom_item/bom_item.py erpnext/manufacturing/doctype/bom_item/bom_item.py
erpnext/manufacturing/module_onboarding/manufacturing_onboarding/manufacturing_onboarding.json
erpnext/manufacturing/report/open_work_orders/__init__.py erpnext/manufacturing/report/open_work_orders/__init__.py
erpnext/manufacturing/report/open_work_orders/open_work_orders.json erpnext/manufacturing/report/open_work_orders/open_work_orders.json
erpnext/manufacturing/report/downtime_analysis/downtime_analysis.js erpnext/manufacturing/report/downtime_analysis/downtime_analysis.js
@ -376,6 +377,13 @@ erpnext/manufacturing/notification/material_request_receipt_notification/materia
erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html
erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json
erpnext/manufacturing/notification/__init__.py erpnext/manufacturing/notification/__init__.py
erpnext/manufacturing/onboarding_step/create_bill_of_materials/create_bill_of_materials.json
erpnext/manufacturing/onboarding_step/create_raw_materials/create_raw_materials.json
erpnext/manufacturing/onboarding_step/view_work_order_summary_report/view_work_order_summary_report.json
erpnext/manufacturing/onboarding_step/review_manufacturing_settings/review_manufacturing_settings.json
erpnext/manufacturing/onboarding_step/create_work_order/create_work_order.json
erpnext/manufacturing/onboarding_step/create_operations/create_operations.json
erpnext/manufacturing/onboarding_step/create_finished_goods/create_finished_goods.json
erpnext/tests/test_init.py erpnext/tests/test_init.py
erpnext/tests/test_perf.py erpnext/tests/test_perf.py
erpnext/tests/test_activation.py erpnext/tests/test_activation.py
@ -828,6 +836,7 @@ erpnext/stock/doctype/delivery_trip/delivery_trip.py
erpnext/stock/doctype/delivery_trip/test_delivery_trip.py erpnext/stock/doctype/delivery_trip/test_delivery_trip.py
erpnext/stock/doctype/delivery_trip/dispatch_notification_template.html erpnext/stock/doctype/delivery_trip/dispatch_notification_template.html
erpnext/stock/stock_ledger.py erpnext/stock/stock_ledger.py
erpnext/stock/module_onboarding/stock_onboarding/stock_onboarding.json
erpnext/stock/report/delayed_order_report/delayed_order_report.json erpnext/stock/report/delayed_order_report/delayed_order_report.json
erpnext/stock/report/delayed_order_report/__init__.py erpnext/stock/report/delayed_order_report/__init__.py
erpnext/stock/report/delayed_order_report/delayed_order_report.js erpnext/stock/report/delayed_order_report/delayed_order_report.js
@ -1026,6 +1035,13 @@ erpnext/stock/deprecated_serial_batch.py
erpnext/stock/utils.py erpnext/stock/utils.py
erpnext/stock/valuation.py erpnext/stock/valuation.py
erpnext/stock/serial_batch_bundle.py erpnext/stock/serial_batch_bundle.py
erpnext/stock/onboarding_step/create_item/create_item.json
erpnext/stock/onboarding_step/create_transfer_entry/create_transfer_entry.json
erpnext/stock/onboarding_step/setup_warehouse/setup_warehouse.json
erpnext/stock/onboarding_step/create_purchase_receipt/create_purchase_receipt.json
erpnext/stock/onboarding_step/create_delivery_note/create_delivery_note.json
erpnext/stock/onboarding_step/review_stock_settings/review_stock_settings.json
erpnext/stock/onboarding_step/view_stock_balance_report/view_stock_balance_report.json
erpnext/startup/__init__.py erpnext/startup/__init__.py
erpnext/startup/filters.py erpnext/startup/filters.py
erpnext/startup/leaderboard.py erpnext/startup/leaderboard.py
@ -1088,9 +1104,17 @@ erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receip
erpnext/subcontracting/doctype/subcontracting_inward_order_received_item/__init__.py erpnext/subcontracting/doctype/subcontracting_inward_order_received_item/__init__.py
erpnext/subcontracting/doctype/subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.json erpnext/subcontracting/doctype/subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.json
erpnext/subcontracting/doctype/subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.py erpnext/subcontracting/doctype/subcontracting_inward_order_received_item/subcontracting_inward_order_received_item.py
erpnext/subcontracting/module_onboarding/subcontracting_onboarding/subcontracting_onboarding.json
erpnext/subcontracting/number_card/active_subcontracted_items/active_subcontracted_items.json erpnext/subcontracting/number_card/active_subcontracted_items/active_subcontracted_items.json
erpnext/subcontracting/number_card/subcontracting_inward_order_count/subcontracting_inward_order_count.json erpnext/subcontracting/number_card/subcontracting_inward_order_count/subcontracting_inward_order_count.json
erpnext/subcontracting/number_card/subcontracting_outward_order_count/subcontracting_outward_order_count.json erpnext/subcontracting/number_card/subcontracting_outward_order_count/subcontracting_outward_order_count.json
erpnext/subcontracting/onboarding_step/create_bill_of_materials/create_bill_of_materials.json
erpnext/subcontracting/onboarding_step/create_subcontracting_po/create_subcontracting_po.json
erpnext/subcontracting/onboarding_step/create_service_item/create_service_item.json
erpnext/subcontracting/onboarding_step/learn_subcontracting/learn_subcontracting.json
erpnext/subcontracting/onboarding_step/create_subcontracted_item/create_subcontracted_item.json
erpnext/subcontracting/onboarding_step/create_raw_materials/create_raw_materials.json
erpnext/subcontracting/onboarding_step/create_subcontracting_order/create_subcontracting_order.json
erpnext/assets/workspace/assets/assets.json erpnext/assets/workspace/assets/assets.json
erpnext/assets/dashboard_chart/category_wise_asset_value/category_wise_asset_value.json erpnext/assets/dashboard_chart/category_wise_asset_value/category_wise_asset_value.json
erpnext/assets/dashboard_chart/asset_value_analytics/asset_value_analytics.json erpnext/assets/dashboard_chart/asset_value_analytics/asset_value_analytics.json
@ -1217,6 +1241,7 @@ erpnext/assets/doctype/asset_category/asset_category.js
erpnext/assets/doctype/asset_maintenance_task/asset_maintenance_task.py erpnext/assets/doctype/asset_maintenance_task/asset_maintenance_task.py
erpnext/assets/doctype/asset_maintenance_task/__init__.py erpnext/assets/doctype/asset_maintenance_task/__init__.py
erpnext/assets/doctype/asset_maintenance_task/asset_maintenance_task.json erpnext/assets/doctype/asset_maintenance_task/asset_maintenance_task.json
erpnext/assets/module_onboarding/asset_onboarding/asset_onboarding.json
erpnext/assets/report/asset_maintenance/asset_maintenance.json erpnext/assets/report/asset_maintenance/asset_maintenance.json
erpnext/assets/report/asset_maintenance/__init__.py erpnext/assets/report/asset_maintenance/__init__.py
erpnext/assets/report/fixed_asset_register/fixed_asset_register.json erpnext/assets/report/fixed_asset_register/fixed_asset_register.json
@ -1230,6 +1255,12 @@ erpnext/assets/number_card/total_assets/total_assets.json
erpnext/assets/number_card/asset_value/asset_value.json erpnext/assets/number_card/asset_value/asset_value.json
erpnext/assets/number_card/new_assets_(this_year)/new_assets_(this_year).json erpnext/assets/number_card/new_assets_(this_year)/new_assets_(this_year).json
erpnext/assets/assets_dashboard/asset/asset.json erpnext/assets/assets_dashboard/asset/asset.json
erpnext/assets/onboarding_step/create_asset_item/create_asset_item.json
erpnext/assets/onboarding_step/create_asset_location/create_asset_location.json
erpnext/assets/onboarding_step/view_balance_sheet/view_balance_sheet.json
erpnext/assets/onboarding_step/learn_asset/learn_asset.json
erpnext/assets/onboarding_step/create_asset_category/create_asset_category.json
erpnext/assets/onboarding_step/create_existing_asset/create_existing_asset.json
erpnext/projects/workspace/projects/projects.json erpnext/projects/workspace/projects/projects.json
erpnext/projects/web_form/tasks/tasks.js erpnext/projects/web_form/tasks/tasks.js
erpnext/projects/web_form/tasks/tasks.json erpnext/projects/web_form/tasks/tasks.json
@ -1324,6 +1355,7 @@ erpnext/projects/doctype/project_user/project_user.py
erpnext/projects/doctype/project_user/__init__.py erpnext/projects/doctype/project_user/__init__.py
erpnext/projects/doctype/project_user/project_user.json erpnext/projects/doctype/project_user/project_user.json
erpnext/projects/projects_dashboard/project/project.json erpnext/projects/projects_dashboard/project/project.json
erpnext/projects/module_onboarding/projects_onboarding/projects_onboarding.json
erpnext/projects/report/project_summary/__init__.py erpnext/projects/report/project_summary/__init__.py
erpnext/projects/report/project_summary/project_summary.js erpnext/projects/report/project_summary/project_summary.js
erpnext/projects/report/project_summary/project_summary.json erpnext/projects/report/project_summary/project_summary.json
@ -1350,6 +1382,10 @@ erpnext/projects/number_card/timesheet_working_hours/timesheet_working_hours.jso
erpnext/projects/number_card/open_projects/open_projects.json erpnext/projects/number_card/open_projects/open_projects.json
erpnext/projects/number_card/non_completed_tasks/non_completed_tasks.json erpnext/projects/number_card/non_completed_tasks/non_completed_tasks.json
erpnext/projects/utils.py erpnext/projects/utils.py
erpnext/projects/onboarding_step/create_timesheet/create_timesheet.json
erpnext/projects/onboarding_step/create_project/create_project.json
erpnext/projects/onboarding_step/view_project_summary/view_project_summary.json
erpnext/projects/onboarding_step/create_tasks/create_tasks.json
erpnext/desktop_icon/manufacturing.json erpnext/desktop_icon/manufacturing.json
erpnext/desktop_icon/quality.json erpnext/desktop_icon/quality.json
erpnext/desktop_icon/taxes.json erpnext/desktop_icon/taxes.json
@ -2966,6 +3002,7 @@ erpnext/accounts/doctype/sales_invoice/regional/italy.js
erpnext/accounts/doctype/sales_invoice/sales_invoice.js erpnext/accounts/doctype/sales_invoice/sales_invoice.js
erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
erpnext/accounts/test_party.py erpnext/accounts/test_party.py
erpnext/accounts/module_onboarding/accounting_onboarding/accounting_onboarding.json
erpnext/accounts/report/consolidated_trial_balance/consolidated_trial_balance.json erpnext/accounts/report/consolidated_trial_balance/consolidated_trial_balance.json
erpnext/accounts/report/consolidated_trial_balance/__init__.py erpnext/accounts/report/consolidated_trial_balance/__init__.py
erpnext/accounts/report/consolidated_trial_balance/consolidated_trial_balance.py erpnext/accounts/report/consolidated_trial_balance/consolidated_trial_balance.py
@ -3234,6 +3271,12 @@ erpnext/accounts/financial_report_template/horizontal_profit_and_loss_(columnar)
erpnext/accounts/financial_report_template/__init__.py erpnext/accounts/financial_report_template/__init__.py
erpnext/accounts/financial_report_template/standard_cash_flow_statement_(ifrs)/__init__.py erpnext/accounts/financial_report_template/standard_cash_flow_statement_(ifrs)/__init__.py
erpnext/accounts/financial_report_template/standard_cash_flow_statement_(ifrs)/standard_cash_flow_statement_(ifrs).json erpnext/accounts/financial_report_template/standard_cash_flow_statement_(ifrs)/standard_cash_flow_statement_(ifrs).json
erpnext/accounts/onboarding_step/create_sales_invoice/create_sales_invoice.json
erpnext/accounts/onboarding_step/chart_of_accounts/chart_of_accounts.json
erpnext/accounts/onboarding_step/view_balance_sheet/view_balance_sheet.json
erpnext/accounts/onboarding_step/create_payment_entry/create_payment_entry.json
erpnext/accounts/onboarding_step/review_accounts_settings/review_accounts_settings.json
erpnext/accounts/onboarding_step/setup_sales_taxes/setup_sales_taxes.json
erpnext/accounts/accounts_dashboard/payments/payments.json erpnext/accounts/accounts_dashboard/payments/payments.json
erpnext/accounts/accounts_dashboard/accounts/accounts.json erpnext/accounts/accounts_dashboard/accounts/accounts.json
erpnext/.stylelintrc erpnext/.stylelintrc
@ -3525,6 +3568,7 @@ erpnext/locale/pt_BR.po
erpnext/locale/ar.po erpnext/locale/ar.po
erpnext/locale/cs.po erpnext/locale/cs.po
erpnext/locale/eo.po erpnext/locale/eo.po
erpnext/buying/form_tour/supplier_form_tour/supplier_form_tour.json
erpnext/buying/print_format_field_template/supplier_quotation_taxes/__init__.py erpnext/buying/print_format_field_template/supplier_quotation_taxes/__init__.py
erpnext/buying/print_format_field_template/supplier_quotation_taxes/supplier_quotation_taxes.json erpnext/buying/print_format_field_template/supplier_quotation_taxes/supplier_quotation_taxes.json
erpnext/buying/print_format_field_template/__init__.py erpnext/buying/print_format_field_template/__init__.py
@ -3648,6 +3692,7 @@ erpnext/buying/doctype/purchase_receipt_item_supplied/README.md
erpnext/buying/doctype/purchase_receipt_item_supplied/__init__.py erpnext/buying/doctype/purchase_receipt_item_supplied/__init__.py
erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.py erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.py
erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.json erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.json
erpnext/buying/module_onboarding/buying_onboarding/buying_onboarding.json
erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json erpnext/buying/report/requested_items_to_order_and_receive/requested_items_to_order_and_receive.json
erpnext/buying/report/requested_items_to_order_and_receive/test_requested_items_to_order_and_receive.py erpnext/buying/report/requested_items_to_order_and_receive/test_requested_items_to_order_and_receive.py
erpnext/buying/report/requested_items_to_order_and_receive/__init__.py erpnext/buying/report/requested_items_to_order_and_receive/__init__.py
@ -3702,12 +3747,20 @@ erpnext/buying/number_card/total_purchase_amount/total_purchase_amount.json
erpnext/buying/number_card/purchase_orders_count/purchase_orders_count.json erpnext/buying/number_card/purchase_orders_count/purchase_orders_count.json
erpnext/buying/number_card/purchase_orders_to_receive/purchase_orders_to_receive.json erpnext/buying/number_card/purchase_orders_to_receive/purchase_orders_to_receive.json
erpnext/buying/utils.py erpnext/buying/utils.py
erpnext/buying/onboarding_step/create_item/create_item.json
erpnext/buying/onboarding_step/create_purchase_order/create_purchase_order.json
erpnext/buying/onboarding_step/review_buying_settings/review_buying_settings.json
erpnext/buying/onboarding_step/create_supplier/create_supplier.json
erpnext/buying/onboarding_step/view_purchase_order_analysis/view_purchase_order_analysis.json
erpnext/buying/onboarding_step/create_purchase_invoice/create_purchase_invoice.json
erpnext/buying/onboarding_step/setup_company/setup_company.json
erpnext/report_center/accounting.json erpnext/report_center/accounting.json
erpnext/gettext/__init__.py erpnext/gettext/__init__.py
erpnext/gettext/extractors/incoterms.py erpnext/gettext/extractors/incoterms.py
erpnext/gettext/extractors/uom_data.py erpnext/gettext/extractors/uom_data.py
erpnext/gettext/extractors/__init__.py erpnext/gettext/extractors/__init__.py
erpnext/gettext/extractors/lines_from_txt_file.py erpnext/gettext/extractors/lines_from_txt_file.py
erpnext/selling/form_tour/customer_form_tour/customer_form_tour.json
erpnext/selling/print_format_field_template/quotation_taxes/__init__.py erpnext/selling/print_format_field_template/quotation_taxes/__init__.py
erpnext/selling/print_format_field_template/quotation_taxes/quotation_taxes.json erpnext/selling/print_format_field_template/quotation_taxes/quotation_taxes.json
erpnext/selling/print_format_field_template/__init__.py erpnext/selling/print_format_field_template/__init__.py
@ -3846,6 +3899,8 @@ erpnext/selling/doctype/sales_order/test_records.json
erpnext/selling/doctype/sales_order/sales_order_dashboard.py erpnext/selling/doctype/sales_order/sales_order_dashboard.py
erpnext/selling/doctype/sales_order/sales_order_calendar.js erpnext/selling/doctype/sales_order/sales_order_calendar.js
erpnext/selling/doctype/sales_order/sales_order_list.js erpnext/selling/doctype/sales_order/sales_order_list.js
erpnext/selling/module_onboarding/selling_onboarding/selling_onboarding.json
erpnext/selling/module_onboarding/stock_onboarding/stock_onboarding.json
erpnext/selling/report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py erpnext/selling/report/sales_partner_target_variance_based_on_item_group/item_group_wise_sales_target_variance.py
erpnext/selling/report/sales_partner_target_variance_based_on_item_group/sales_partner_target_variance_based_on_item_group.json erpnext/selling/report/sales_partner_target_variance_based_on_item_group/sales_partner_target_variance_based_on_item_group.json
erpnext/selling/report/sales_partner_target_variance_based_on_item_group/__init__.py erpnext/selling/report/sales_partner_target_variance_based_on_item_group/__init__.py
@ -3951,6 +4006,15 @@ erpnext/selling/number_card/active_customers/active_customers.json
erpnext/selling/number_card/average_sales_order_value/average_sales_order_value.json erpnext/selling/number_card/average_sales_order_value/average_sales_order_value.json
erpnext/selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json erpnext/selling/number_card/sales_orders_to_bill/sales_orders_to_bill.json
erpnext/selling/number_card/total_sales_amount/total_sales_amount.json erpnext/selling/number_card/total_sales_amount/total_sales_amount.json
erpnext/selling/onboarding_step/create_item/create_item.json
erpnext/selling/onboarding_step/create_customer/create_customer.json
erpnext/selling/onboarding_step/create_sales_invoice/create_sales_invoice.json
erpnext/selling/onboarding_step/review_selling_settings/review_selling_settings.json
erpnext/selling/onboarding_step/view_sales_order_analysis/view_sales_order_analysis.json
erpnext/selling/onboarding_step/create_sales_order/create_sales_order.json
erpnext/selling/onboarding_step/create_delivery_note/create_delivery_note.json
erpnext/selling/onboarding_step/setup_company/setup_company.json
erpnext/selling/onboarding_step/view_stock_balance_report/view_stock_balance_report.json
erpnext/controllers/budget_controller.py erpnext/controllers/budget_controller.py
erpnext/controllers/tests/test_item_wise_inventory_account.py erpnext/controllers/tests/test_item_wise_inventory_account.py
erpnext/controllers/tests/test_item_variant.py erpnext/controllers/tests/test_item_variant.py

View file

@ -6392,5 +6392,6 @@ package.json
packages/cloudinary/package.json packages/cloudinary/package.json
cloudinary/package.json cloudinary/package.json
package.json package.json
jest.config.mjs
.prettierrc.json .prettierrc.json
package.json package.json

View file

@ -1554,5 +1554,6 @@ packages/cloudinary/src/test-fixtures.skip.ts
packages/cloudinary/src/views/index.tsx packages/cloudinary/src/views/index.tsx
packages/cloudinary/views/package.json packages/cloudinary/views/package.json
packages/cloudinary/package.json packages/cloudinary/package.json
jest.config.mjs
.prettierrc.json .prettierrc.json
package.json package.json

View file

@ -105556,6 +105556,20 @@ js/form/components/multiline.test.js
form/components/multiline.test.js form/components/multiline.test.js
components/multiline.test.js components/multiline.test.js
multiline.test.js multiline.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/fieldset.test.js
tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/fieldset.test.js
js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/fieldset.test.js
jasmine/tests/app/code/Magento/Ui/base/js/form/components/fieldset.test.js
tests/app/code/Magento/Ui/base/js/form/components/fieldset.test.js
app/code/Magento/Ui/base/js/form/components/fieldset.test.js
code/Magento/Ui/base/js/form/components/fieldset.test.js
Magento/Ui/base/js/form/components/fieldset.test.js
Ui/base/js/form/components/fieldset.test.js
base/js/form/components/fieldset.test.js
js/form/components/fieldset.test.js
form/components/fieldset.test.js
components/fieldset.test.js
fieldset.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js
tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js
js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js
@ -180343,6 +180357,22 @@ Model/ResourceModel/Eav/Attribute.php
ResourceModel/Eav/Attribute.php ResourceModel/Eav/Attribute.php
Eav/Attribute.php Eav/Attribute.php
Attribute.php Attribute.php
app/code/Magento/Catalog/Model/ResourceModel/Eav/SpecialFromDate.php
code/Magento/Catalog/Model/ResourceModel/Eav/SpecialFromDate.php
Magento/Catalog/Model/ResourceModel/Eav/SpecialFromDate.php
Catalog/Model/ResourceModel/Eav/SpecialFromDate.php
Model/ResourceModel/Eav/SpecialFromDate.php
ResourceModel/Eav/SpecialFromDate.php
Eav/SpecialFromDate.php
SpecialFromDate.php
app/code/Magento/Catalog/Model/ResourceModel/Eav/SpecialToDate.php
code/Magento/Catalog/Model/ResourceModel/Eav/SpecialToDate.php
Magento/Catalog/Model/ResourceModel/Eav/SpecialToDate.php
Catalog/Model/ResourceModel/Eav/SpecialToDate.php
Model/ResourceModel/Eav/SpecialToDate.php
ResourceModel/Eav/SpecialToDate.php
Eav/SpecialToDate.php
SpecialToDate.php
app/code/Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php app/code/Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php
code/Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php code/Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php
Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php
@ -181218,6 +181248,14 @@ Setup/Patch/Data/UpdateMultiselectAttributesBackendTypes.php
Patch/Data/UpdateMultiselectAttributesBackendTypes.php Patch/Data/UpdateMultiselectAttributesBackendTypes.php
Data/UpdateMultiselectAttributesBackendTypes.php Data/UpdateMultiselectAttributesBackendTypes.php
UpdateMultiselectAttributesBackendTypes.php UpdateMultiselectAttributesBackendTypes.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
code/Magento/Catalog/Setup/Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
Magento/Catalog/Setup/Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
Catalog/Setup/Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
Setup/Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
Data/UpdateSpecialPriceDatesAttributeModels.php
UpdateSpecialPriceDatesAttributeModels.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php app/code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php
code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php
Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php
@ -194146,6 +194184,26 @@ Model/ResourceModel/Eav/AttributeTest.php
ResourceModel/Eav/AttributeTest.php ResourceModel/Eav/AttributeTest.php
Eav/AttributeTest.php Eav/AttributeTest.php
AttributeTest.php AttributeTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
Test/Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
Model/ResourceModel/Eav/SpecialFromDateTest.php
ResourceModel/Eav/SpecialFromDateTest.php
Eav/SpecialFromDateTest.php
SpecialFromDateTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
Test/Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
Model/ResourceModel/Eav/SpecialToDateTest.php
ResourceModel/Eav/SpecialToDateTest.php
Eav/SpecialToDateTest.php
SpecialToDateTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php
code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php
Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php
@ -206199,6 +206257,17 @@ Unit/DataProvider/Product/SearchCriteriaBuilderTest.php
DataProvider/Product/SearchCriteriaBuilderTest.php DataProvider/Product/SearchCriteriaBuilderTest.php
Product/SearchCriteriaBuilderTest.php Product/SearchCriteriaBuilderTest.php
SearchCriteriaBuilderTest.php SearchCriteriaBuilderTest.php
app/code/Magento/CatalogGraphQl/Test/Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
code/Magento/CatalogGraphQl/Test/Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
Magento/CatalogGraphQl/Test/Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
CatalogGraphQl/Test/Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
Test/Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
Product/LayeredNavigation/Builder/AttributeTest.php
LayeredNavigation/Builder/AttributeTest.php
Builder/AttributeTest.php
AttributeTest.php
app/code/Magento/CatalogGraphQl/etc/graphql/di.xml app/code/Magento/CatalogGraphQl/etc/graphql/di.xml
code/Magento/CatalogGraphQl/etc/graphql/di.xml code/Magento/CatalogGraphQl/etc/graphql/di.xml
Magento/CatalogGraphQl/etc/graphql/di.xml Magento/CatalogGraphQl/etc/graphql/di.xml
@ -254633,6 +254702,30 @@ Model/ResourceModel/Indexer/OptionQtyExpressionProvider.php
ResourceModel/Indexer/OptionQtyExpressionProvider.php ResourceModel/Indexer/OptionQtyExpressionProvider.php
Indexer/OptionQtyExpressionProvider.php Indexer/OptionQtyExpressionProvider.php
OptionQtyExpressionProvider.php OptionQtyExpressionProvider.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifierInterface.php
code/Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifierInterface.php
Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifierInterface.php
Bundle/Model/ResourceModel/Indexer/SelectionPriceModifierInterface.php
Model/ResourceModel/Indexer/SelectionPriceModifierInterface.php
ResourceModel/Indexer/SelectionPriceModifierInterface.php
Indexer/SelectionPriceModifierInterface.php
SelectionPriceModifierInterface.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/CompositeSelectionPriceModifier.php
code/Magento/Bundle/Model/ResourceModel/Indexer/CompositeSelectionPriceModifier.php
Magento/Bundle/Model/ResourceModel/Indexer/CompositeSelectionPriceModifier.php
Bundle/Model/ResourceModel/Indexer/CompositeSelectionPriceModifier.php
Model/ResourceModel/Indexer/CompositeSelectionPriceModifier.php
ResourceModel/Indexer/CompositeSelectionPriceModifier.php
Indexer/CompositeSelectionPriceModifier.php
CompositeSelectionPriceModifier.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifier.php
code/Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifier.php
Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifier.php
Bundle/Model/ResourceModel/Indexer/SelectionPriceModifier.php
Model/ResourceModel/Indexer/SelectionPriceModifier.php
ResourceModel/Indexer/SelectionPriceModifier.php
Indexer/SelectionPriceModifier.php
SelectionPriceModifier.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php
code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php
Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php
@ -256459,16 +256552,6 @@ Model/ResourceModel/Indexer/PriceTest.php
ResourceModel/Indexer/PriceTest.php ResourceModel/Indexer/PriceTest.php
Indexer/PriceTest.php Indexer/PriceTest.php
PriceTest.php PriceTest.php
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
code/Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
Bundle/Test/Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
Test/Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
DefaultInventoryStockStatusQueryProcessorTest.php
app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php
code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php
Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php

View file

@ -12288,6 +12288,7 @@ dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/url-input.te
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/date-time.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/date-time.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/button.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/button.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/multiline.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/multiline.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/fieldset.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/collection/item.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/tab.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/tab.test.js
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/group.test.js dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/components/group.test.js
@ -21658,6 +21659,8 @@ app/code/Magento/Catalog/Model/ResourceModel/Config.php
app/code/Magento/Catalog/Model/ResourceModel/Attribute.php app/code/Magento/Catalog/Model/ResourceModel/Attribute.php
app/code/Magento/Catalog/Model/ResourceModel/GetProductTypeById.php app/code/Magento/Catalog/Model/ResourceModel/GetProductTypeById.php
app/code/Magento/Catalog/Model/ResourceModel/Eav/Attribute.php app/code/Magento/Catalog/Model/ResourceModel/Eav/Attribute.php
app/code/Magento/Catalog/Model/ResourceModel/Eav/SpecialFromDate.php
app/code/Magento/Catalog/Model/ResourceModel/Eav/SpecialToDate.php
app/code/Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php app/code/Magento/Catalog/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreMode.php
app/code/Magento/Catalog/Model/ResourceModel/Product/Relation.php app/code/Magento/Catalog/Model/ResourceModel/Product/Relation.php
app/code/Magento/Catalog/Model/ResourceModel/Product/Action.php app/code/Magento/Catalog/Model/ResourceModel/Product/Action.php
@ -21757,6 +21760,7 @@ app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductUrlKeyBackendModel.php
app/code/Magento/Catalog/Setup/Patch/Data/ChangePriceAttributeDefaultScope.php app/code/Magento/Catalog/Setup/Patch/Data/ChangePriceAttributeDefaultScope.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateMediaAttributesBackendTypes.php app/code/Magento/Catalog/Setup/Patch/Data/UpdateMediaAttributesBackendTypes.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateMultiselectAttributesBackendTypes.php app/code/Magento/Catalog/Setup/Patch/Data/UpdateMultiselectAttributesBackendTypes.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateSpecialPriceDatesAttributeModels.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php app/code/Magento/Catalog/Setup/Patch/Data/UpdateDefaultAttributeValue.php
app/code/Magento/Catalog/Setup/Patch/Data/DisallowUsingHtmlForProductName.php app/code/Magento/Catalog/Setup/Patch/Data/DisallowUsingHtmlForProductName.php
app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductAttributes.php app/code/Magento/Catalog/Setup/Patch/Data/UpdateProductAttributes.php
@ -23275,6 +23279,8 @@ app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/ProductWebsiteAssignmentH
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreModeTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreModeTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/AttributeTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/AttributeTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/AttributeTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/AttributeTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialFromDateTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Eav/SpecialToDateTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/JoinMinimalPositionTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/ProductLimitationTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/Collection/ProductLimitationTest.php
app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/ActionTest.php app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/Product/ActionTest.php
@ -24637,6 +24643,7 @@ app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Category/ImageTest.php
app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Category/DepthCalculatorTest.php app/code/Magento/CatalogGraphQl/Test/Unit/Model/Resolver/Category/DepthCalculatorTest.php
app/code/Magento/CatalogGraphQl/Test/Unit/Model/Config/FilterAttributeReaderTest.php app/code/Magento/CatalogGraphQl/Test/Unit/Model/Config/FilterAttributeReaderTest.php
app/code/Magento/CatalogGraphQl/Test/Unit/DataProvider/Product/SearchCriteriaBuilderTest.php app/code/Magento/CatalogGraphQl/Test/Unit/DataProvider/Product/SearchCriteriaBuilderTest.php
app/code/Magento/CatalogGraphQl/Test/Unit/DataProvider/Product/LayeredNavigation/Builder/AttributeTest.php
app/code/Magento/CatalogGraphQl/etc/graphql/di.xml app/code/Magento/CatalogGraphQl/etc/graphql/di.xml
app/code/Magento/CatalogGraphQl/etc/events.xml app/code/Magento/CatalogGraphQl/etc/events.xml
app/code/Magento/CatalogGraphQl/etc/module.xml app/code/Magento/CatalogGraphQl/etc/module.xml
@ -30699,6 +30706,9 @@ app/code/Magento/Bundle/Model/ResourceModel/Indexer/StockStatusSelectBuilder.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/Stock.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/Stock.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/StockStatusQueryProcessorInterface.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/StockStatusQueryProcessorInterface.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/OptionQtyExpressionProvider.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/OptionQtyExpressionProvider.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifierInterface.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/CompositeSelectionPriceModifier.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/SelectionPriceModifier.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/BundleOptionStockDataSelectBuilder.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/Price.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/Price.php
app/code/Magento/Bundle/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessor.php app/code/Magento/Bundle/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessor.php
@ -30920,7 +30930,6 @@ app/code/Magento/Bundle/Test/Unit/Model/ProductOptionProcessorTest.php
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Selection/Collection/FilterApplierTest.php app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Selection/Collection/FilterApplierTest.php
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/SelectionTest.php app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/SelectionTest.php
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/PriceTest.php app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/PriceTest.php
app/code/Magento/Bundle/Test/Unit/Model/ResourceModel/Indexer/DefaultInventoryStockStatusQueryProcessorTest.php
app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Attributes/ExtendTest.php
app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/OptionTest.php app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Bundle/OptionTest.php
app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/CheckboxTest.php app/code/Magento/Bundle/Test/Unit/Block/Adminhtml/Catalog/Product/Composite/Fieldset/Options/Type/CheckboxTest.php

View file

@ -32891,13 +32891,6 @@ Framework/Store/Authentication/StoreRequestOptionsProviderTest.php
Store/Authentication/StoreRequestOptionsProviderTest.php Store/Authentication/StoreRequestOptionsProviderTest.php
Authentication/StoreRequestOptionsProviderTest.php Authentication/StoreRequestOptionsProviderTest.php
StoreRequestOptionsProviderTest.php StoreRequestOptionsProviderTest.php
tests/unit/Core/Framework/Store/Session/StorefrontSessionStorageFactoryTest.php
unit/Core/Framework/Store/Session/StorefrontSessionStorageFactoryTest.php
Core/Framework/Store/Session/StorefrontSessionStorageFactoryTest.php
Framework/Store/Session/StorefrontSessionStorageFactoryTest.php
Store/Session/StorefrontSessionStorageFactoryTest.php
Session/StorefrontSessionStorageFactoryTest.php
StorefrontSessionStorageFactoryTest.php
tests/unit/Core/Framework/Store/Struct/PermissionCollectionTest.php tests/unit/Core/Framework/Store/Struct/PermissionCollectionTest.php
unit/Core/Framework/Store/Struct/PermissionCollectionTest.php unit/Core/Framework/Store/Struct/PermissionCollectionTest.php
Core/Framework/Store/Struct/PermissionCollectionTest.php Core/Framework/Store/Struct/PermissionCollectionTest.php
@ -49952,6 +49945,14 @@ administration/technical-docs/04-data-layer/04-criteria.md
technical-docs/04-data-layer/04-criteria.md technical-docs/04-data-layer/04-criteria.md
04-data-layer/04-criteria.md 04-data-layer/04-criteria.md
04-criteria.md 04-criteria.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/08-inheritance-system.md
Administration/Resources/app/administration/technical-docs/04-data-layer/08-inheritance-system.md
Resources/app/administration/technical-docs/04-data-layer/08-inheritance-system.md
app/administration/technical-docs/04-data-layer/08-inheritance-system.md
administration/technical-docs/04-data-layer/08-inheritance-system.md
technical-docs/04-data-layer/08-inheritance-system.md
04-data-layer/08-inheritance-system.md
08-inheritance-system.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
Resources/app/administration/technical-docs/04-data-layer/07-notifications.md Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
@ -67503,6 +67504,39 @@ src/module/sw-settings-usage-data/index.ts
module/sw-settings-usage-data/index.ts module/sw-settings-usage-data/index.ts
sw-settings-usage-data/index.ts sw-settings-usage-data/index.ts
index.ts index.ts
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
component/sw-settings-usage-data-consent-modal-data-provider/index.ts
sw-settings-usage-data-consent-modal-data-provider/index.ts
index.ts
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
sw-settings-usage-data-consent-modal-data-provider.html.twig
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
sw-settings-usage-data-consent-modal-data-provider.spec.js
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss
Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss
Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss
@ -134111,12 +134145,6 @@ Core/Framework/Store/InAppPurchase.php
Framework/Store/InAppPurchase.php Framework/Store/InAppPurchase.php
Store/InAppPurchase.php Store/InAppPurchase.php
InAppPurchase.php InAppPurchase.php
src/Core/Framework/Store/Session/StorefrontSessionStorageFactory.php
Core/Framework/Store/Session/StorefrontSessionStorageFactory.php
Framework/Store/Session/StorefrontSessionStorageFactory.php
Store/Session/StorefrontSessionStorageFactory.php
Session/StorefrontSessionStorageFactory.php
StorefrontSessionStorageFactory.php
src/Core/Framework/Store/Struct/PluginCategoryCollection.php src/Core/Framework/Store/Struct/PluginCategoryCollection.php
Core/Framework/Store/Struct/PluginCategoryCollection.php Core/Framework/Store/Struct/PluginCategoryCollection.php
Framework/Store/Struct/PluginCategoryCollection.php Framework/Store/Struct/PluginCategoryCollection.php

View file

@ -7839,7 +7839,6 @@ tests/unit/Core/Framework/Store/InAppPurchases/Services/InAppPurchaseUpdaterTest
tests/unit/Core/Framework/Store/Authentication/LocaleProviderTest.php tests/unit/Core/Framework/Store/Authentication/LocaleProviderTest.php
tests/unit/Core/Framework/Store/Authentication/FrwRequestOptionsProviderTest.php tests/unit/Core/Framework/Store/Authentication/FrwRequestOptionsProviderTest.php
tests/unit/Core/Framework/Store/Authentication/StoreRequestOptionsProviderTest.php tests/unit/Core/Framework/Store/Authentication/StoreRequestOptionsProviderTest.php
tests/unit/Core/Framework/Store/Session/StorefrontSessionStorageFactoryTest.php
tests/unit/Core/Framework/Store/Struct/PermissionCollectionTest.php tests/unit/Core/Framework/Store/Struct/PermissionCollectionTest.php
tests/unit/Core/Framework/Store/Struct/ReviewStructTest.php tests/unit/Core/Framework/Store/Struct/ReviewStructTest.php
tests/unit/Core/Framework/Store/Struct/ExtensionStructTest.php tests/unit/Core/Framework/Store/Struct/ExtensionStructTest.php
@ -10332,6 +10331,7 @@ src/Administration/Resources/app/administration/technical-docs/01-overview/02-he
src/Administration/Resources/app/administration/technical-docs/01-overview/01-what-is-the-administration.md src/Administration/Resources/app/administration/technical-docs/01-overview/01-what-is-the-administration.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/02-repository-pattern.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/02-repository-pattern.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/04-criteria.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/04-criteria.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/08-inheritance-system.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/07-notifications.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/03-api-services.md
src/Administration/Resources/app/administration/technical-docs/04-data-layer/01-overview.md src/Administration/Resources/app/administration/technical-docs/04-data-layer/01-overview.md
@ -12026,6 +12026,9 @@ src/Administration/Resources/app/administration/src/module/sw-settings-usage-dat
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/snippet/en.json src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/snippet/en.json
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/snippet/de.json src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/snippet/de.json
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/index.ts src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/index.ts
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/index.ts
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.html.twig
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-settings-usage-data-consent-modal-data-provider/sw-settings-usage-data-consent-modal-data-provider.spec.js
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/sw-usage-data-consent-banner.scss
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/assets/data-consent-background.webp src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/assets/data-consent-background.webp
src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/index.ts src/Administration/Resources/app/administration/src/module/sw-settings-usage-data/component/sw-usage-data-consent-banner/index.ts
@ -20113,7 +20116,6 @@ src/Core/Framework/Store/Authentication/StoreRequestOptionsProvider.php
src/Core/Framework/Store/Authentication/LocaleProvider.php src/Core/Framework/Store/Authentication/LocaleProvider.php
src/Core/Framework/Store/Helper/PermissionCategorization.php src/Core/Framework/Store/Helper/PermissionCategorization.php
src/Core/Framework/Store/InAppPurchase.php src/Core/Framework/Store/InAppPurchase.php
src/Core/Framework/Store/Session/StorefrontSessionStorageFactory.php
src/Core/Framework/Store/Struct/PluginCategoryCollection.php src/Core/Framework/Store/Struct/PluginCategoryCollection.php
src/Core/Framework/Store/Struct/AccessTokenStruct.php src/Core/Framework/Store/Struct/AccessTokenStruct.php
src/Core/Framework/Store/Struct/LicenseStruct.php src/Core/Framework/Store/Struct/LicenseStruct.php

View file

@ -626,11 +626,6 @@ Feature/Checkouts/Api/AssetCheckoutTest.php
Checkouts/Api/AssetCheckoutTest.php Checkouts/Api/AssetCheckoutTest.php
Api/AssetCheckoutTest.php Api/AssetCheckoutTest.php
AssetCheckoutTest.php AssetCheckoutTest.php
tests/Feature/Checkouts/Api/LicenseCheckOutTest.php
Feature/Checkouts/Api/LicenseCheckOutTest.php
Checkouts/Api/LicenseCheckOutTest.php
Api/LicenseCheckOutTest.php
LicenseCheckOutTest.php
tests/Feature/Checkouts/Api/ComponentCheckoutTest.php tests/Feature/Checkouts/Api/ComponentCheckoutTest.php
Feature/Checkouts/Api/ComponentCheckoutTest.php Feature/Checkouts/Api/ComponentCheckoutTest.php
Checkouts/Api/ComponentCheckoutTest.php Checkouts/Api/ComponentCheckoutTest.php
@ -1294,6 +1289,11 @@ Feature/Depreciations/Ui/CreateDepreciationTest.php
Depreciations/Ui/CreateDepreciationTest.php Depreciations/Ui/CreateDepreciationTest.php
Ui/CreateDepreciationTest.php Ui/CreateDepreciationTest.php
CreateDepreciationTest.php CreateDepreciationTest.php
tests/Feature/LicenseSeats/Api/LicenseSeatUpdateTest.php
Feature/LicenseSeats/Api/LicenseSeatUpdateTest.php
LicenseSeats/Api/LicenseSeatUpdateTest.php
Api/LicenseSeatUpdateTest.php
LicenseSeatUpdateTest.php
tests/Feature/Groups/Api/DeleteGroupsTest.php tests/Feature/Groups/Api/DeleteGroupsTest.php
Feature/Groups/Api/DeleteGroupsTest.php Feature/Groups/Api/DeleteGroupsTest.php
Groups/Api/DeleteGroupsTest.php Groups/Api/DeleteGroupsTest.php

View file

@ -147,7 +147,6 @@ tests/Feature/Checkouts/General/SettingAlertOnResponseTest.php
tests/Feature/Checkouts/Api/AccessoryCheckoutTest.php tests/Feature/Checkouts/Api/AccessoryCheckoutTest.php
tests/Feature/Checkouts/Api/ConsumableCheckoutTest.php tests/Feature/Checkouts/Api/ConsumableCheckoutTest.php
tests/Feature/Checkouts/Api/AssetCheckoutTest.php tests/Feature/Checkouts/Api/AssetCheckoutTest.php
tests/Feature/Checkouts/Api/LicenseCheckOutTest.php
tests/Feature/Checkouts/Api/ComponentCheckoutTest.php tests/Feature/Checkouts/Api/ComponentCheckoutTest.php
tests/Feature/Checkouts/Ui/AccessoryCheckoutTest.php tests/Feature/Checkouts/Ui/AccessoryCheckoutTest.php
tests/Feature/Checkouts/Ui/ConsumableCheckoutTest.php tests/Feature/Checkouts/Ui/ConsumableCheckoutTest.php
@ -283,6 +282,7 @@ tests/Feature/Depreciations/Ui/ShowDepreciationTest.php
tests/Feature/Depreciations/Ui/UpdateDepreciationTest.php tests/Feature/Depreciations/Ui/UpdateDepreciationTest.php
tests/Feature/Depreciations/Ui/DepreciationsIndexTest.php tests/Feature/Depreciations/Ui/DepreciationsIndexTest.php
tests/Feature/Depreciations/Ui/CreateDepreciationTest.php tests/Feature/Depreciations/Ui/CreateDepreciationTest.php
tests/Feature/LicenseSeats/Api/LicenseSeatUpdateTest.php
tests/Feature/Groups/Api/DeleteGroupsTest.php tests/Feature/Groups/Api/DeleteGroupsTest.php
tests/Feature/Groups/Api/StoreGroupTest.php tests/Feature/Groups/Api/StoreGroupTest.php
tests/Feature/Groups/Ui/CreateGroupTest.php tests/Feature/Groups/Ui/CreateGroupTest.php

View file

@ -15032,14 +15032,6 @@ config/services/pages/test_plugin.php
services/pages/test_plugin.php services/pages/test_plugin.php
pages/test_plugin.php pages/test_plugin.php
test_plugin.php test_plugin.php
src/Sylius/Behat/Resources/config/services/pages/admin.xml
Sylius/Behat/Resources/config/services/pages/admin.xml
Behat/Resources/config/services/pages/admin.xml
Resources/config/services/pages/admin.xml
config/services/pages/admin.xml
services/pages/admin.xml
pages/admin.xml
admin.xml
src/Sylius/Behat/Resources/config/services/pages/shop.php src/Sylius/Behat/Resources/config/services/pages/shop.php
Sylius/Behat/Resources/config/services/pages/shop.php Sylius/Behat/Resources/config/services/pages/shop.php
Behat/Resources/config/services/pages/shop.php Behat/Resources/config/services/pages/shop.php
@ -15048,294 +15040,302 @@ config/services/pages/shop.php
services/pages/shop.php services/pages/shop.php
pages/shop.php pages/shop.php
shop.php shop.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_review.xml src/Sylius/Behat/Resources/config/services/pages/admin/channel.php
Sylius/Behat/Resources/config/services/pages/admin/product_review.xml Sylius/Behat/Resources/config/services/pages/admin/channel.php
Behat/Resources/config/services/pages/admin/product_review.xml Behat/Resources/config/services/pages/admin/channel.php
Resources/config/services/pages/admin/product_review.xml Resources/config/services/pages/admin/channel.php
config/services/pages/admin/product_review.xml config/services/pages/admin/channel.php
services/pages/admin/product_review.xml services/pages/admin/channel.php
pages/admin/product_review.xml pages/admin/channel.php
admin/product_review.xml admin/channel.php
product_review.xml channel.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_attribute.xml src/Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.php
Sylius/Behat/Resources/config/services/pages/admin/product_attribute.xml Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.php
Behat/Resources/config/services/pages/admin/product_attribute.xml Behat/Resources/config/services/pages/admin/impersonate_user.php
Resources/config/services/pages/admin/product_attribute.xml Resources/config/services/pages/admin/impersonate_user.php
config/services/pages/admin/product_attribute.xml config/services/pages/admin/impersonate_user.php
services/pages/admin/product_attribute.xml services/pages/admin/impersonate_user.php
pages/admin/product_attribute.xml pages/admin/impersonate_user.php
admin/product_attribute.xml admin/impersonate_user.php
product_attribute.xml impersonate_user.php
src/Sylius/Behat/Resources/config/services/pages/admin/payment_method.xml src/Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.php
Sylius/Behat/Resources/config/services/pages/admin/payment_method.xml Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.php
Behat/Resources/config/services/pages/admin/payment_method.xml Behat/Resources/config/services/pages/admin/promotion_coupon.php
Resources/config/services/pages/admin/payment_method.xml Resources/config/services/pages/admin/promotion_coupon.php
config/services/pages/admin/payment_method.xml config/services/pages/admin/promotion_coupon.php
services/pages/admin/payment_method.xml services/pages/admin/promotion_coupon.php
pages/admin/payment_method.xml pages/admin/promotion_coupon.php
admin/payment_method.xml admin/promotion_coupon.php
payment_method.xml promotion_coupon.php
src/Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.xml src/Sylius/Behat/Resources/config/services/pages/admin/customer_group.php
Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.xml Sylius/Behat/Resources/config/services/pages/admin/customer_group.php
Behat/Resources/config/services/pages/admin/impersonate_user.xml Behat/Resources/config/services/pages/admin/customer_group.php
Resources/config/services/pages/admin/impersonate_user.xml Resources/config/services/pages/admin/customer_group.php
config/services/pages/admin/impersonate_user.xml config/services/pages/admin/customer_group.php
services/pages/admin/impersonate_user.xml services/pages/admin/customer_group.php
pages/admin/impersonate_user.xml pages/admin/customer_group.php
admin/impersonate_user.xml admin/customer_group.php
impersonate_user.xml customer_group.php
src/Sylius/Behat/Resources/config/services/pages/admin/customer_group.xml src/Sylius/Behat/Resources/config/services/pages/admin/tax_category.php
Sylius/Behat/Resources/config/services/pages/admin/customer_group.xml Sylius/Behat/Resources/config/services/pages/admin/tax_category.php
Behat/Resources/config/services/pages/admin/customer_group.xml Behat/Resources/config/services/pages/admin/tax_category.php
Resources/config/services/pages/admin/customer_group.xml Resources/config/services/pages/admin/tax_category.php
config/services/pages/admin/customer_group.xml config/services/pages/admin/tax_category.php
services/pages/admin/customer_group.xml services/pages/admin/tax_category.php
pages/admin/customer_group.xml pages/admin/tax_category.php
admin/customer_group.xml admin/tax_category.php
customer_group.xml tax_category.php
src/Sylius/Behat/Resources/config/services/pages/admin/tax_rate.xml src/Sylius/Behat/Resources/config/services/pages/admin/payment.php
Sylius/Behat/Resources/config/services/pages/admin/tax_rate.xml Sylius/Behat/Resources/config/services/pages/admin/payment.php
Behat/Resources/config/services/pages/admin/tax_rate.xml Behat/Resources/config/services/pages/admin/payment.php
Resources/config/services/pages/admin/tax_rate.xml Resources/config/services/pages/admin/payment.php
config/services/pages/admin/tax_rate.xml config/services/pages/admin/payment.php
services/pages/admin/tax_rate.xml services/pages/admin/payment.php
pages/admin/tax_rate.xml pages/admin/payment.php
admin/tax_rate.xml admin/payment.php
tax_rate.xml payment.php
src/Sylius/Behat/Resources/config/services/pages/admin/country.xml src/Sylius/Behat/Resources/config/services/pages/admin/payment_method.php
Sylius/Behat/Resources/config/services/pages/admin/country.xml Sylius/Behat/Resources/config/services/pages/admin/payment_method.php
Behat/Resources/config/services/pages/admin/country.xml Behat/Resources/config/services/pages/admin/payment_method.php
Resources/config/services/pages/admin/country.xml Resources/config/services/pages/admin/payment_method.php
config/services/pages/admin/country.xml config/services/pages/admin/payment_method.php
services/pages/admin/country.xml services/pages/admin/payment_method.php
pages/admin/country.xml pages/admin/payment_method.php
admin/country.xml admin/payment_method.php
country.xml payment_method.php
src/Sylius/Behat/Resources/config/services/pages/admin/currency.xml src/Sylius/Behat/Resources/config/services/pages/admin/customer.php
Sylius/Behat/Resources/config/services/pages/admin/currency.xml Sylius/Behat/Resources/config/services/pages/admin/customer.php
Behat/Resources/config/services/pages/admin/currency.xml Behat/Resources/config/services/pages/admin/customer.php
Resources/config/services/pages/admin/currency.xml Resources/config/services/pages/admin/customer.php
config/services/pages/admin/currency.xml config/services/pages/admin/customer.php
services/pages/admin/currency.xml services/pages/admin/customer.php
pages/admin/currency.xml pages/admin/customer.php
admin/currency.xml admin/customer.php
currency.xml customer.php
src/Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.xml src/Sylius/Behat/Resources/config/services/pages/admin/taxon.php
Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.xml Sylius/Behat/Resources/config/services/pages/admin/taxon.php
Behat/Resources/config/services/pages/admin/exchange_rate.xml Behat/Resources/config/services/pages/admin/taxon.php
Resources/config/services/pages/admin/exchange_rate.xml Resources/config/services/pages/admin/taxon.php
config/services/pages/admin/exchange_rate.xml config/services/pages/admin/taxon.php
services/pages/admin/exchange_rate.xml services/pages/admin/taxon.php
pages/admin/exchange_rate.xml pages/admin/taxon.php
admin/exchange_rate.xml admin/taxon.php
exchange_rate.xml taxon.php
src/Sylius/Behat/Resources/config/services/pages/admin/payment.xml src/Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.php
Sylius/Behat/Resources/config/services/pages/admin/payment.xml Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.php
Behat/Resources/config/services/pages/admin/payment.xml Behat/Resources/config/services/pages/admin/catalog_promotion.php
Resources/config/services/pages/admin/payment.xml Resources/config/services/pages/admin/catalog_promotion.php
config/services/pages/admin/payment.xml config/services/pages/admin/catalog_promotion.php
services/pages/admin/payment.xml services/pages/admin/catalog_promotion.php
pages/admin/payment.xml pages/admin/catalog_promotion.php
admin/payment.xml admin/catalog_promotion.php
payment.xml catalog_promotion.php
src/Sylius/Behat/Resources/config/services/pages/admin/price_history.xml src/Sylius/Behat/Resources/config/services/pages/admin/country.php
Sylius/Behat/Resources/config/services/pages/admin/price_history.xml Sylius/Behat/Resources/config/services/pages/admin/country.php
Behat/Resources/config/services/pages/admin/price_history.xml Behat/Resources/config/services/pages/admin/country.php
Resources/config/services/pages/admin/price_history.xml Resources/config/services/pages/admin/country.php
config/services/pages/admin/price_history.xml config/services/pages/admin/country.php
services/pages/admin/price_history.xml services/pages/admin/country.php
pages/admin/price_history.xml pages/admin/country.php
admin/price_history.xml admin/country.php
price_history.xml country.php
src/Sylius/Behat/Resources/config/services/pages/admin/channel.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipment.php
Sylius/Behat/Resources/config/services/pages/admin/channel.xml Sylius/Behat/Resources/config/services/pages/admin/shipment.php
Behat/Resources/config/services/pages/admin/channel.xml Behat/Resources/config/services/pages/admin/shipment.php
Resources/config/services/pages/admin/channel.xml Resources/config/services/pages/admin/shipment.php
config/services/pages/admin/channel.xml config/services/pages/admin/shipment.php
services/pages/admin/channel.xml services/pages/admin/shipment.php
pages/admin/channel.xml pages/admin/shipment.php
admin/channel.xml admin/shipment.php
channel.xml shipment.php
src/Sylius/Behat/Resources/config/services/pages/admin/shipping_method.xml src/Sylius/Behat/Resources/config/services/pages/admin/tax_rate.php
Sylius/Behat/Resources/config/services/pages/admin/shipping_method.xml Sylius/Behat/Resources/config/services/pages/admin/tax_rate.php
Behat/Resources/config/services/pages/admin/shipping_method.xml Behat/Resources/config/services/pages/admin/tax_rate.php
Resources/config/services/pages/admin/shipping_method.xml Resources/config/services/pages/admin/tax_rate.php
config/services/pages/admin/shipping_method.xml config/services/pages/admin/tax_rate.php
services/pages/admin/shipping_method.xml services/pages/admin/tax_rate.php
pages/admin/shipping_method.xml pages/admin/tax_rate.php
admin/shipping_method.xml admin/tax_rate.php
shipping_method.xml tax_rate.php
src/Sylius/Behat/Resources/config/services/pages/admin/tax_category.xml src/Sylius/Behat/Resources/config/services/pages/admin/currency.php
Sylius/Behat/Resources/config/services/pages/admin/tax_category.xml Sylius/Behat/Resources/config/services/pages/admin/currency.php
Behat/Resources/config/services/pages/admin/tax_category.xml Behat/Resources/config/services/pages/admin/currency.php
Resources/config/services/pages/admin/tax_category.xml Resources/config/services/pages/admin/currency.php
config/services/pages/admin/tax_category.xml config/services/pages/admin/currency.php
services/pages/admin/tax_category.xml services/pages/admin/currency.php
pages/admin/tax_category.xml pages/admin/currency.php
admin/tax_category.xml admin/currency.php
tax_category.xml currency.php
src/Sylius/Behat/Resources/config/services/pages/admin/zone.xml src/Sylius/Behat/Resources/config/services/pages/admin/inventory.php
Sylius/Behat/Resources/config/services/pages/admin/zone.xml Sylius/Behat/Resources/config/services/pages/admin/inventory.php
Behat/Resources/config/services/pages/admin/zone.xml Behat/Resources/config/services/pages/admin/inventory.php
Resources/config/services/pages/admin/zone.xml Resources/config/services/pages/admin/inventory.php
config/services/pages/admin/zone.xml config/services/pages/admin/inventory.php
services/pages/admin/zone.xml services/pages/admin/inventory.php
pages/admin/zone.xml pages/admin/inventory.php
admin/zone.xml admin/inventory.php
zone.xml inventory.php
src/Sylius/Behat/Resources/config/services/pages/admin/taxon.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_option.php
Sylius/Behat/Resources/config/services/pages/admin/taxon.xml Sylius/Behat/Resources/config/services/pages/admin/product_option.php
Behat/Resources/config/services/pages/admin/taxon.xml Behat/Resources/config/services/pages/admin/product_option.php
Resources/config/services/pages/admin/taxon.xml Resources/config/services/pages/admin/product_option.php
config/services/pages/admin/taxon.xml config/services/pages/admin/product_option.php
services/pages/admin/taxon.xml services/pages/admin/product_option.php
pages/admin/taxon.xml pages/admin/product_option.php
admin/taxon.xml admin/product_option.php
taxon.xml product_option.php
src/Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.xml src/Sylius/Behat/Resources/config/services/pages/admin/dashboard.php
Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.xml Sylius/Behat/Resources/config/services/pages/admin/dashboard.php
Behat/Resources/config/services/pages/admin/promotion_coupon.xml Behat/Resources/config/services/pages/admin/dashboard.php
Resources/config/services/pages/admin/promotion_coupon.xml Resources/config/services/pages/admin/dashboard.php
config/services/pages/admin/promotion_coupon.xml config/services/pages/admin/dashboard.php
services/pages/admin/promotion_coupon.xml services/pages/admin/dashboard.php
pages/admin/promotion_coupon.xml pages/admin/dashboard.php
admin/promotion_coupon.xml admin/dashboard.php
promotion_coupon.xml dashboard.php
src/Sylius/Behat/Resources/config/services/pages/admin/promotion.xml src/Sylius/Behat/Resources/config/services/pages/admin/account.php
Sylius/Behat/Resources/config/services/pages/admin/promotion.xml Sylius/Behat/Resources/config/services/pages/admin/account.php
Behat/Resources/config/services/pages/admin/promotion.xml Behat/Resources/config/services/pages/admin/account.php
Resources/config/services/pages/admin/promotion.xml Resources/config/services/pages/admin/account.php
config/services/pages/admin/promotion.xml config/services/pages/admin/account.php
services/pages/admin/promotion.xml services/pages/admin/account.php
pages/admin/promotion.xml pages/admin/account.php
admin/promotion.xml admin/account.php
promotion.xml account.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_option.xml src/Sylius/Behat/Resources/config/services/pages/admin/admin_user.php
Sylius/Behat/Resources/config/services/pages/admin/product_option.xml Sylius/Behat/Resources/config/services/pages/admin/admin_user.php
Behat/Resources/config/services/pages/admin/product_option.xml Behat/Resources/config/services/pages/admin/admin_user.php
Resources/config/services/pages/admin/product_option.xml Resources/config/services/pages/admin/admin_user.php
config/services/pages/admin/product_option.xml config/services/pages/admin/admin_user.php
services/pages/admin/product_option.xml services/pages/admin/admin_user.php
pages/admin/product_option.xml pages/admin/admin_user.php
admin/product_option.xml admin/admin_user.php
product_option.xml admin_user.php
src/Sylius/Behat/Resources/config/services/pages/admin/customer.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_variant.php
Sylius/Behat/Resources/config/services/pages/admin/customer.xml Sylius/Behat/Resources/config/services/pages/admin/product_variant.php
Behat/Resources/config/services/pages/admin/customer.xml Behat/Resources/config/services/pages/admin/product_variant.php
Resources/config/services/pages/admin/customer.xml Resources/config/services/pages/admin/product_variant.php
config/services/pages/admin/customer.xml config/services/pages/admin/product_variant.php
services/pages/admin/customer.xml services/pages/admin/product_variant.php
pages/admin/customer.xml pages/admin/product_variant.php
admin/customer.xml admin/product_variant.php
customer.xml product_variant.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_association_type.xml src/Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.php
Sylius/Behat/Resources/config/services/pages/admin/product_association_type.xml Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.php
Behat/Resources/config/services/pages/admin/product_association_type.xml Behat/Resources/config/services/pages/admin/exchange_rate.php
Resources/config/services/pages/admin/product_association_type.xml Resources/config/services/pages/admin/exchange_rate.php
config/services/pages/admin/product_association_type.xml config/services/pages/admin/exchange_rate.php
services/pages/admin/product_association_type.xml services/pages/admin/exchange_rate.php
pages/admin/product_association_type.xml pages/admin/exchange_rate.php
admin/product_association_type.xml admin/exchange_rate.php
product_association_type.xml exchange_rate.php
src/Sylius/Behat/Resources/config/services/pages/admin/inventory.xml src/Sylius/Behat/Resources/config/services/pages/admin/locale.php
Sylius/Behat/Resources/config/services/pages/admin/inventory.xml Sylius/Behat/Resources/config/services/pages/admin/locale.php
Behat/Resources/config/services/pages/admin/inventory.xml Behat/Resources/config/services/pages/admin/locale.php
Resources/config/services/pages/admin/inventory.xml Resources/config/services/pages/admin/locale.php
config/services/pages/admin/inventory.xml config/services/pages/admin/locale.php
services/pages/admin/inventory.xml services/pages/admin/locale.php
pages/admin/inventory.xml pages/admin/locale.php
admin/inventory.xml admin/locale.php
inventory.xml locale.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_variant.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipping_method.php
Sylius/Behat/Resources/config/services/pages/admin/product_variant.xml Sylius/Behat/Resources/config/services/pages/admin/shipping_method.php
Behat/Resources/config/services/pages/admin/product_variant.xml Behat/Resources/config/services/pages/admin/shipping_method.php
Resources/config/services/pages/admin/product_variant.xml Resources/config/services/pages/admin/shipping_method.php
config/services/pages/admin/product_variant.xml config/services/pages/admin/shipping_method.php
services/pages/admin/product_variant.xml services/pages/admin/shipping_method.php
pages/admin/product_variant.xml pages/admin/shipping_method.php
admin/product_variant.xml admin/shipping_method.php
product_variant.xml shipping_method.php
src/Sylius/Behat/Resources/config/services/pages/admin/dashboard.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_review.php
Sylius/Behat/Resources/config/services/pages/admin/dashboard.xml Sylius/Behat/Resources/config/services/pages/admin/product_review.php
Behat/Resources/config/services/pages/admin/dashboard.xml Behat/Resources/config/services/pages/admin/product_review.php
Resources/config/services/pages/admin/dashboard.xml Resources/config/services/pages/admin/product_review.php
config/services/pages/admin/dashboard.xml config/services/pages/admin/product_review.php
services/pages/admin/dashboard.xml services/pages/admin/product_review.php
pages/admin/dashboard.xml pages/admin/product_review.php
admin/dashboard.xml admin/product_review.php
dashboard.xml product_review.php
src/Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_attribute.php
Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.xml Sylius/Behat/Resources/config/services/pages/admin/product_attribute.php
Behat/Resources/config/services/pages/admin/catalog_promotion.xml Behat/Resources/config/services/pages/admin/product_attribute.php
Resources/config/services/pages/admin/catalog_promotion.xml Resources/config/services/pages/admin/product_attribute.php
config/services/pages/admin/catalog_promotion.xml config/services/pages/admin/product_attribute.php
services/pages/admin/catalog_promotion.xml services/pages/admin/product_attribute.php
pages/admin/catalog_promotion.xml pages/admin/product_attribute.php
admin/catalog_promotion.xml admin/product_attribute.php
catalog_promotion.xml product_attribute.php
src/Sylius/Behat/Resources/config/services/pages/admin/shipment.xml src/Sylius/Behat/Resources/config/services/pages/admin/zone.php
Sylius/Behat/Resources/config/services/pages/admin/shipment.xml Sylius/Behat/Resources/config/services/pages/admin/zone.php
Behat/Resources/config/services/pages/admin/shipment.xml Behat/Resources/config/services/pages/admin/zone.php
Resources/config/services/pages/admin/shipment.xml Resources/config/services/pages/admin/zone.php
config/services/pages/admin/shipment.xml config/services/pages/admin/zone.php
services/pages/admin/shipment.xml services/pages/admin/zone.php
pages/admin/shipment.xml pages/admin/zone.php
admin/shipment.xml admin/zone.php
shipment.xml zone.php
src/Sylius/Behat/Resources/config/services/pages/admin/locale.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipping_category.php
Sylius/Behat/Resources/config/services/pages/admin/locale.xml Sylius/Behat/Resources/config/services/pages/admin/shipping_category.php
Behat/Resources/config/services/pages/admin/locale.xml Behat/Resources/config/services/pages/admin/shipping_category.php
Resources/config/services/pages/admin/locale.xml Resources/config/services/pages/admin/shipping_category.php
config/services/pages/admin/locale.xml config/services/pages/admin/shipping_category.php
services/pages/admin/locale.xml services/pages/admin/shipping_category.php
pages/admin/locale.xml pages/admin/shipping_category.php
admin/locale.xml admin/shipping_category.php
locale.xml shipping_category.php
src/Sylius/Behat/Resources/config/services/pages/admin/shipping_category.xml src/Sylius/Behat/Resources/config/services/pages/admin/product.php
Sylius/Behat/Resources/config/services/pages/admin/shipping_category.xml Sylius/Behat/Resources/config/services/pages/admin/product.php
Behat/Resources/config/services/pages/admin/shipping_category.xml Behat/Resources/config/services/pages/admin/product.php
Resources/config/services/pages/admin/shipping_category.xml Resources/config/services/pages/admin/product.php
config/services/pages/admin/shipping_category.xml config/services/pages/admin/product.php
services/pages/admin/shipping_category.xml services/pages/admin/product.php
pages/admin/shipping_category.xml pages/admin/product.php
admin/shipping_category.xml admin/product.php
shipping_category.xml product.php
src/Sylius/Behat/Resources/config/services/pages/admin/order.xml src/Sylius/Behat/Resources/config/services/pages/admin/promotion.php
Sylius/Behat/Resources/config/services/pages/admin/order.xml Sylius/Behat/Resources/config/services/pages/admin/promotion.php
Behat/Resources/config/services/pages/admin/order.xml Behat/Resources/config/services/pages/admin/promotion.php
Resources/config/services/pages/admin/order.xml Resources/config/services/pages/admin/promotion.php
config/services/pages/admin/order.xml config/services/pages/admin/promotion.php
services/pages/admin/order.xml services/pages/admin/promotion.php
pages/admin/order.xml pages/admin/promotion.php
admin/order.xml admin/promotion.php
order.xml promotion.php
src/Sylius/Behat/Resources/config/services/pages/admin/admin_user.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_association_type.php
Sylius/Behat/Resources/config/services/pages/admin/admin_user.xml Sylius/Behat/Resources/config/services/pages/admin/product_association_type.php
Behat/Resources/config/services/pages/admin/admin_user.xml Behat/Resources/config/services/pages/admin/product_association_type.php
Resources/config/services/pages/admin/admin_user.xml Resources/config/services/pages/admin/product_association_type.php
config/services/pages/admin/admin_user.xml config/services/pages/admin/product_association_type.php
services/pages/admin/admin_user.xml services/pages/admin/product_association_type.php
pages/admin/admin_user.xml pages/admin/product_association_type.php
admin/admin_user.xml admin/product_association_type.php
admin_user.xml product_association_type.php
src/Sylius/Behat/Resources/config/services/pages/admin/account.xml src/Sylius/Behat/Resources/config/services/pages/admin/order.php
Sylius/Behat/Resources/config/services/pages/admin/account.xml Sylius/Behat/Resources/config/services/pages/admin/order.php
Behat/Resources/config/services/pages/admin/account.xml Behat/Resources/config/services/pages/admin/order.php
Resources/config/services/pages/admin/account.xml Resources/config/services/pages/admin/order.php
config/services/pages/admin/account.xml config/services/pages/admin/order.php
services/pages/admin/account.xml services/pages/admin/order.php
pages/admin/account.xml pages/admin/order.php
admin/account.xml admin/order.php
account.xml order.php
src/Sylius/Behat/Resources/config/services/pages/admin/product.xml src/Sylius/Behat/Resources/config/services/pages/admin/price_history.php
Sylius/Behat/Resources/config/services/pages/admin/product.xml Sylius/Behat/Resources/config/services/pages/admin/price_history.php
Behat/Resources/config/services/pages/admin/product.xml Behat/Resources/config/services/pages/admin/price_history.php
Resources/config/services/pages/admin/product.xml Resources/config/services/pages/admin/price_history.php
config/services/pages/admin/product.xml config/services/pages/admin/price_history.php
services/pages/admin/product.xml services/pages/admin/price_history.php
pages/admin/product.xml pages/admin/price_history.php
admin/product.xml admin/price_history.php
product.xml price_history.php
src/Sylius/Behat/Resources/config/services/pages/admin.php
Sylius/Behat/Resources/config/services/pages/admin.php
Behat/Resources/config/services/pages/admin.php
Resources/config/services/pages/admin.php
config/services/pages/admin.php
services/pages/admin.php
pages/admin.php
admin.php
src/Sylius/Behat/Resources/config/services/pages/shop/contact.php src/Sylius/Behat/Resources/config/services/pages/shop/contact.php
Sylius/Behat/Resources/config/services/pages/shop/contact.php Sylius/Behat/Resources/config/services/pages/shop/contact.php
Behat/Resources/config/services/pages/shop/contact.php Behat/Resources/config/services/pages/shop/contact.php
@ -15390,85 +15390,85 @@ services/pages/shop/order.php
pages/shop/order.php pages/shop/order.php
shop/order.php shop/order.php
order.php order.php
src/Sylius/Behat/Resources/config/services/contexts.xml src/Sylius/Behat/Resources/config/services/api.php
Sylius/Behat/Resources/config/services/contexts.xml Sylius/Behat/Resources/config/services/api.php
Behat/Resources/config/services/contexts.xml Behat/Resources/config/services/api.php
Resources/config/services/contexts.xml Resources/config/services/api.php
config/services/contexts.xml config/services/api.php
services/contexts.xml services/api.php
contexts.xml api.php
src/Sylius/Behat/Resources/config/services/elements/shop.xml src/Sylius/Behat/Resources/config/services/elements/shop.php
Sylius/Behat/Resources/config/services/elements/shop.xml Sylius/Behat/Resources/config/services/elements/shop.php
Behat/Resources/config/services/elements/shop.xml Behat/Resources/config/services/elements/shop.php
Resources/config/services/elements/shop.xml Resources/config/services/elements/shop.php
config/services/elements/shop.xml config/services/elements/shop.php
services/elements/shop.xml services/elements/shop.php
elements/shop.xml elements/shop.php
shop.xml shop.php
src/Sylius/Behat/Resources/config/services/elements/admin.xml src/Sylius/Behat/Resources/config/services/elements/common.php
Sylius/Behat/Resources/config/services/elements/admin.xml Sylius/Behat/Resources/config/services/elements/common.php
Behat/Resources/config/services/elements/admin.xml Behat/Resources/config/services/elements/common.php
Resources/config/services/elements/admin.xml Resources/config/services/elements/common.php
config/services/elements/admin.xml config/services/elements/common.php
services/elements/admin.xml services/elements/common.php
elements/admin.xml elements/common.php
admin.xml common.php
src/Sylius/Behat/Resources/config/services/elements/common.xml src/Sylius/Behat/Resources/config/services/elements/admin/product_attribute.php
Sylius/Behat/Resources/config/services/elements/common.xml Sylius/Behat/Resources/config/services/elements/admin/product_attribute.php
Behat/Resources/config/services/elements/common.xml Behat/Resources/config/services/elements/admin/product_attribute.php
Resources/config/services/elements/common.xml Resources/config/services/elements/admin/product_attribute.php
config/services/elements/common.xml config/services/elements/admin/product_attribute.php
services/elements/common.xml services/elements/admin/product_attribute.php
elements/common.xml elements/admin/product_attribute.php
common.xml admin/product_attribute.php
src/Sylius/Behat/Resources/config/services/elements/admin/product_attribute.xml product_attribute.php
Sylius/Behat/Resources/config/services/elements/admin/product_attribute.xml src/Sylius/Behat/Resources/config/services/elements/admin/product.php
Behat/Resources/config/services/elements/admin/product_attribute.xml Sylius/Behat/Resources/config/services/elements/admin/product.php
Resources/config/services/elements/admin/product_attribute.xml Behat/Resources/config/services/elements/admin/product.php
config/services/elements/admin/product_attribute.xml Resources/config/services/elements/admin/product.php
services/elements/admin/product_attribute.xml config/services/elements/admin/product.php
elements/admin/product_attribute.xml services/elements/admin/product.php
admin/product_attribute.xml elements/admin/product.php
product_attribute.xml admin/product.php
src/Sylius/Behat/Resources/config/services/elements/admin/product.xml product.php
Sylius/Behat/Resources/config/services/elements/admin/product.xml src/Sylius/Behat/Resources/config/services/elements/admin.php
Behat/Resources/config/services/elements/admin/product.xml Sylius/Behat/Resources/config/services/elements/admin.php
Resources/config/services/elements/admin/product.xml Behat/Resources/config/services/elements/admin.php
config/services/elements/admin/product.xml Resources/config/services/elements/admin.php
services/elements/admin/product.xml config/services/elements/admin.php
elements/admin/product.xml services/elements/admin.php
admin/product.xml elements/admin.php
product.xml admin.php
src/Sylius/Behat/Resources/config/services/elements/product.xml src/Sylius/Behat/Resources/config/services/elements/product.php
Sylius/Behat/Resources/config/services/elements/product.xml Sylius/Behat/Resources/config/services/elements/product.php
Behat/Resources/config/services/elements/product.xml Behat/Resources/config/services/elements/product.php
Resources/config/services/elements/product.xml Resources/config/services/elements/product.php
config/services/elements/product.xml config/services/elements/product.php
services/elements/product.xml services/elements/product.php
elements/product.xml elements/product.php
product.xml product.php
src/Sylius/Behat/Resources/config/services/pages.xml src/Sylius/Behat/Resources/config/services/pages.php
Sylius/Behat/Resources/config/services/pages.xml Sylius/Behat/Resources/config/services/pages.php
Behat/Resources/config/services/pages.xml Behat/Resources/config/services/pages.php
Resources/config/services/pages.xml Resources/config/services/pages.php
config/services/pages.xml config/services/pages.php
services/pages.xml services/pages.php
pages.xml pages.php
src/Sylius/Behat/Resources/config/services/api.xml src/Sylius/Behat/Resources/config/services/contexts.php
Sylius/Behat/Resources/config/services/api.xml Sylius/Behat/Resources/config/services/contexts.php
Behat/Resources/config/services/api.xml Behat/Resources/config/services/contexts.php
Resources/config/services/api.xml Resources/config/services/contexts.php
config/services/api.xml config/services/contexts.php
services/api.xml services/contexts.php
api.xml contexts.php
src/Sylius/Behat/Resources/config/services/contexts/hook.xml src/Sylius/Behat/Resources/config/services/contexts/hook.php
Sylius/Behat/Resources/config/services/contexts/hook.xml Sylius/Behat/Resources/config/services/contexts/hook.php
Behat/Resources/config/services/contexts/hook.xml Behat/Resources/config/services/contexts/hook.php
Resources/config/services/contexts/hook.xml Resources/config/services/contexts/hook.php
config/services/contexts/hook.xml config/services/contexts/hook.php
services/contexts/hook.xml services/contexts/hook.php
contexts/hook.xml contexts/hook.php
hook.xml hook.php
src/Sylius/Behat/Resources/config/services/contexts/transform.php src/Sylius/Behat/Resources/config/services/contexts/transform.php
Sylius/Behat/Resources/config/services/contexts/transform.php Sylius/Behat/Resources/config/services/contexts/transform.php
Behat/Resources/config/services/contexts/transform.php Behat/Resources/config/services/contexts/transform.php
@ -15477,6 +15477,14 @@ config/services/contexts/transform.php
services/contexts/transform.php services/contexts/transform.php
contexts/transform.php contexts/transform.php
transform.php transform.php
src/Sylius/Behat/Resources/config/services/contexts/hybrid.php
Sylius/Behat/Resources/config/services/contexts/hybrid.php
Behat/Resources/config/services/contexts/hybrid.php
Resources/config/services/contexts/hybrid.php
config/services/contexts/hybrid.php
services/contexts/hybrid.php
contexts/hybrid.php
hybrid.php
src/Sylius/Behat/Resources/config/services/contexts/setup.php src/Sylius/Behat/Resources/config/services/contexts/setup.php
Sylius/Behat/Resources/config/services/contexts/setup.php Sylius/Behat/Resources/config/services/contexts/setup.php
Behat/Resources/config/services/contexts/setup.php Behat/Resources/config/services/contexts/setup.php
@ -15485,14 +15493,6 @@ config/services/contexts/setup.php
services/contexts/setup.php services/contexts/setup.php
contexts/setup.php contexts/setup.php
setup.php setup.php
src/Sylius/Behat/Resources/config/services/contexts/domain.xml
Sylius/Behat/Resources/config/services/contexts/domain.xml
Behat/Resources/config/services/contexts/domain.xml
Resources/config/services/contexts/domain.xml
config/services/contexts/domain.xml
services/contexts/domain.xml
contexts/domain.xml
domain.xml
src/Sylius/Behat/Resources/config/services/contexts/api.php src/Sylius/Behat/Resources/config/services/contexts/api.php
Sylius/Behat/Resources/config/services/contexts/api.php Sylius/Behat/Resources/config/services/contexts/api.php
Behat/Resources/config/services/contexts/api.php Behat/Resources/config/services/contexts/api.php
@ -15501,14 +15501,14 @@ config/services/contexts/api.php
services/contexts/api.php services/contexts/api.php
contexts/api.php contexts/api.php
api.php api.php
src/Sylius/Behat/Resources/config/services/contexts/hybrid.xml src/Sylius/Behat/Resources/config/services/contexts/domain.php
Sylius/Behat/Resources/config/services/contexts/hybrid.xml Sylius/Behat/Resources/config/services/contexts/domain.php
Behat/Resources/config/services/contexts/hybrid.xml Behat/Resources/config/services/contexts/domain.php
Resources/config/services/contexts/hybrid.xml Resources/config/services/contexts/domain.php
config/services/contexts/hybrid.xml config/services/contexts/domain.php
services/contexts/hybrid.xml services/contexts/domain.php
contexts/hybrid.xml contexts/domain.php
hybrid.xml domain.php
src/Sylius/Behat/Resources/config/services/contexts/ui.php src/Sylius/Behat/Resources/config/services/contexts/ui.php
Sylius/Behat/Resources/config/services/contexts/ui.php Sylius/Behat/Resources/config/services/contexts/ui.php
Behat/Resources/config/services/contexts/ui.php Behat/Resources/config/services/contexts/ui.php
@ -15517,6 +15517,14 @@ config/services/contexts/ui.php
services/contexts/ui.php services/contexts/ui.php
contexts/ui.php contexts/ui.php
ui.php ui.php
src/Sylius/Behat/Resources/config/services/contexts/cli.php
Sylius/Behat/Resources/config/services/contexts/cli.php
Behat/Resources/config/services/contexts/cli.php
Resources/config/services/contexts/cli.php
config/services/contexts/cli.php
services/contexts/cli.php
contexts/cli.php
cli.php
src/Sylius/Behat/Resources/config/services/contexts/ui/shop.php src/Sylius/Behat/Resources/config/services/contexts/ui/shop.php
Sylius/Behat/Resources/config/services/contexts/ui/shop.php Sylius/Behat/Resources/config/services/contexts/ui/shop.php
Behat/Resources/config/services/contexts/ui/shop.php Behat/Resources/config/services/contexts/ui/shop.php
@ -15580,23 +15588,6 @@ services/contexts/api/admin.php
contexts/api/admin.php contexts/api/admin.php
api/admin.php api/admin.php
admin.php admin.php
src/Sylius/Behat/Resources/config/services/contexts/hybrid/setup.xml
Sylius/Behat/Resources/config/services/contexts/hybrid/setup.xml
Behat/Resources/config/services/contexts/hybrid/setup.xml
Resources/config/services/contexts/hybrid/setup.xml
config/services/contexts/hybrid/setup.xml
services/contexts/hybrid/setup.xml
contexts/hybrid/setup.xml
hybrid/setup.xml
setup.xml
src/Sylius/Behat/Resources/config/services/contexts/cli.xml
Sylius/Behat/Resources/config/services/contexts/cli.xml
Behat/Resources/config/services/contexts/cli.xml
Resources/config/services/contexts/cli.xml
config/services/contexts/cli.xml
services/contexts/cli.xml
contexts/cli.xml
cli.xml
src/Sylius/Behat/Resources/config/services.xml src/Sylius/Behat/Resources/config/services.xml
Sylius/Behat/Resources/config/services.xml Sylius/Behat/Resources/config/services.xml
Behat/Resources/config/services.xml Behat/Resources/config/services.xml

View file

@ -2690,62 +2690,63 @@ src/Sylius/Component/Shipping/ShipmentTransitions.php
src/Sylius/Component/Shipping/Exception/UnresolvedDefaultShippingMethodException.php src/Sylius/Component/Shipping/Exception/UnresolvedDefaultShippingMethodException.php
src/Sylius/Component/Shipping/composer.json src/Sylius/Component/Shipping/composer.json
src/Sylius/Behat/Resources/config/services/pages/test_plugin.php src/Sylius/Behat/Resources/config/services/pages/test_plugin.php
src/Sylius/Behat/Resources/config/services/pages/admin.xml
src/Sylius/Behat/Resources/config/services/pages/shop.php src/Sylius/Behat/Resources/config/services/pages/shop.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_review.xml src/Sylius/Behat/Resources/config/services/pages/admin/channel.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_attribute.xml src/Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.php
src/Sylius/Behat/Resources/config/services/pages/admin/payment_method.xml src/Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.php
src/Sylius/Behat/Resources/config/services/pages/admin/impersonate_user.xml src/Sylius/Behat/Resources/config/services/pages/admin/customer_group.php
src/Sylius/Behat/Resources/config/services/pages/admin/customer_group.xml src/Sylius/Behat/Resources/config/services/pages/admin/tax_category.php
src/Sylius/Behat/Resources/config/services/pages/admin/tax_rate.xml src/Sylius/Behat/Resources/config/services/pages/admin/payment.php
src/Sylius/Behat/Resources/config/services/pages/admin/country.xml src/Sylius/Behat/Resources/config/services/pages/admin/payment_method.php
src/Sylius/Behat/Resources/config/services/pages/admin/currency.xml src/Sylius/Behat/Resources/config/services/pages/admin/customer.php
src/Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.xml src/Sylius/Behat/Resources/config/services/pages/admin/taxon.php
src/Sylius/Behat/Resources/config/services/pages/admin/payment.xml src/Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.php
src/Sylius/Behat/Resources/config/services/pages/admin/price_history.xml src/Sylius/Behat/Resources/config/services/pages/admin/country.php
src/Sylius/Behat/Resources/config/services/pages/admin/channel.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipment.php
src/Sylius/Behat/Resources/config/services/pages/admin/shipping_method.xml src/Sylius/Behat/Resources/config/services/pages/admin/tax_rate.php
src/Sylius/Behat/Resources/config/services/pages/admin/tax_category.xml src/Sylius/Behat/Resources/config/services/pages/admin/currency.php
src/Sylius/Behat/Resources/config/services/pages/admin/zone.xml src/Sylius/Behat/Resources/config/services/pages/admin/inventory.php
src/Sylius/Behat/Resources/config/services/pages/admin/taxon.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_option.php
src/Sylius/Behat/Resources/config/services/pages/admin/promotion_coupon.xml src/Sylius/Behat/Resources/config/services/pages/admin/dashboard.php
src/Sylius/Behat/Resources/config/services/pages/admin/promotion.xml src/Sylius/Behat/Resources/config/services/pages/admin/account.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_option.xml src/Sylius/Behat/Resources/config/services/pages/admin/admin_user.php
src/Sylius/Behat/Resources/config/services/pages/admin/customer.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_variant.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_association_type.xml src/Sylius/Behat/Resources/config/services/pages/admin/exchange_rate.php
src/Sylius/Behat/Resources/config/services/pages/admin/inventory.xml src/Sylius/Behat/Resources/config/services/pages/admin/locale.php
src/Sylius/Behat/Resources/config/services/pages/admin/product_variant.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipping_method.php
src/Sylius/Behat/Resources/config/services/pages/admin/dashboard.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_review.php
src/Sylius/Behat/Resources/config/services/pages/admin/catalog_promotion.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_attribute.php
src/Sylius/Behat/Resources/config/services/pages/admin/shipment.xml src/Sylius/Behat/Resources/config/services/pages/admin/zone.php
src/Sylius/Behat/Resources/config/services/pages/admin/locale.xml src/Sylius/Behat/Resources/config/services/pages/admin/shipping_category.php
src/Sylius/Behat/Resources/config/services/pages/admin/shipping_category.xml src/Sylius/Behat/Resources/config/services/pages/admin/product.php
src/Sylius/Behat/Resources/config/services/pages/admin/order.xml src/Sylius/Behat/Resources/config/services/pages/admin/promotion.php
src/Sylius/Behat/Resources/config/services/pages/admin/admin_user.xml src/Sylius/Behat/Resources/config/services/pages/admin/product_association_type.php
src/Sylius/Behat/Resources/config/services/pages/admin/account.xml src/Sylius/Behat/Resources/config/services/pages/admin/order.php
src/Sylius/Behat/Resources/config/services/pages/admin/product.xml src/Sylius/Behat/Resources/config/services/pages/admin/price_history.php
src/Sylius/Behat/Resources/config/services/pages/admin.php
src/Sylius/Behat/Resources/config/services/pages/shop/contact.php src/Sylius/Behat/Resources/config/services/pages/shop/contact.php
src/Sylius/Behat/Resources/config/services/pages/shop/payment_request.php src/Sylius/Behat/Resources/config/services/pages/shop/payment_request.php
src/Sylius/Behat/Resources/config/services/pages/shop/account.php src/Sylius/Behat/Resources/config/services/pages/shop/account.php
src/Sylius/Behat/Resources/config/services/pages/shop/product.php src/Sylius/Behat/Resources/config/services/pages/shop/product.php
src/Sylius/Behat/Resources/config/services/pages/shop/checkout.php src/Sylius/Behat/Resources/config/services/pages/shop/checkout.php
src/Sylius/Behat/Resources/config/services/pages/shop/order.php src/Sylius/Behat/Resources/config/services/pages/shop/order.php
src/Sylius/Behat/Resources/config/services/contexts.xml src/Sylius/Behat/Resources/config/services/api.php
src/Sylius/Behat/Resources/config/services/elements/shop.xml src/Sylius/Behat/Resources/config/services/elements/shop.php
src/Sylius/Behat/Resources/config/services/elements/admin.xml src/Sylius/Behat/Resources/config/services/elements/common.php
src/Sylius/Behat/Resources/config/services/elements/common.xml src/Sylius/Behat/Resources/config/services/elements/admin/product_attribute.php
src/Sylius/Behat/Resources/config/services/elements/admin/product_attribute.xml src/Sylius/Behat/Resources/config/services/elements/admin/product.php
src/Sylius/Behat/Resources/config/services/elements/admin/product.xml src/Sylius/Behat/Resources/config/services/elements/admin.php
src/Sylius/Behat/Resources/config/services/elements/product.xml src/Sylius/Behat/Resources/config/services/elements/product.php
src/Sylius/Behat/Resources/config/services/pages.xml src/Sylius/Behat/Resources/config/services/pages.php
src/Sylius/Behat/Resources/config/services/api.xml src/Sylius/Behat/Resources/config/services/contexts.php
src/Sylius/Behat/Resources/config/services/contexts/hook.xml src/Sylius/Behat/Resources/config/services/contexts/hook.php
src/Sylius/Behat/Resources/config/services/contexts/transform.php src/Sylius/Behat/Resources/config/services/contexts/transform.php
src/Sylius/Behat/Resources/config/services/contexts/hybrid.php
src/Sylius/Behat/Resources/config/services/contexts/setup.php src/Sylius/Behat/Resources/config/services/contexts/setup.php
src/Sylius/Behat/Resources/config/services/contexts/domain.xml
src/Sylius/Behat/Resources/config/services/contexts/api.php src/Sylius/Behat/Resources/config/services/contexts/api.php
src/Sylius/Behat/Resources/config/services/contexts/hybrid.xml src/Sylius/Behat/Resources/config/services/contexts/domain.php
src/Sylius/Behat/Resources/config/services/contexts/ui.php src/Sylius/Behat/Resources/config/services/contexts/ui.php
src/Sylius/Behat/Resources/config/services/contexts/cli.php
src/Sylius/Behat/Resources/config/services/contexts/ui/shop.php src/Sylius/Behat/Resources/config/services/contexts/ui/shop.php
src/Sylius/Behat/Resources/config/services/contexts/ui/common.php src/Sylius/Behat/Resources/config/services/contexts/ui/common.php
src/Sylius/Behat/Resources/config/services/contexts/ui/admin.php src/Sylius/Behat/Resources/config/services/contexts/ui/admin.php
@ -2753,8 +2754,6 @@ src/Sylius/Behat/Resources/config/services/contexts/api/email.php
src/Sylius/Behat/Resources/config/services/contexts/api/shop.php src/Sylius/Behat/Resources/config/services/contexts/api/shop.php
src/Sylius/Behat/Resources/config/services/contexts/api/common.php src/Sylius/Behat/Resources/config/services/contexts/api/common.php
src/Sylius/Behat/Resources/config/services/contexts/api/admin.php src/Sylius/Behat/Resources/config/services/contexts/api/admin.php
src/Sylius/Behat/Resources/config/services/contexts/hybrid/setup.xml
src/Sylius/Behat/Resources/config/services/contexts/cli.xml
src/Sylius/Behat/Resources/config/services.xml src/Sylius/Behat/Resources/config/services.xml
src/Sylius/Behat/Resources/config/suites/domain/order/managing_orders.yml src/Sylius/Behat/Resources/config/suites/domain/order/managing_orders.yml
src/Sylius/Behat/Resources/config/suites/domain/cart/shopping_cart.yml src/Sylius/Behat/Resources/config/suites/domain/cart/shopping_cart.yml

View file

@ -8017,6 +8017,11 @@ UmbracoExtension/Client/src/bundle.manifests.ts
Client/src/bundle.manifests.ts Client/src/bundle.manifests.ts
src/bundle.manifests.ts src/bundle.manifests.ts
bundle.manifests.ts bundle.manifests.ts
templates/UmbracoExtension/Client/src/hey-api.ts
UmbracoExtension/Client/src/hey-api.ts
Client/src/hey-api.ts
src/hey-api.ts
hey-api.ts
templates/UmbracoExtension/Client/src/api/core/utils.gen.ts templates/UmbracoExtension/Client/src/api/core/utils.gen.ts
UmbracoExtension/Client/src/api/core/utils.gen.ts UmbracoExtension/Client/src/api/core/utils.gen.ts
Client/src/api/core/utils.gen.ts Client/src/api/core/utils.gen.ts
@ -32882,6 +32887,273 @@ packages/core/hint/types.ts
core/hint/types.ts core/hint/types.ts
hint/types.ts hint/types.ts
types.ts types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/manifests.ts
src/packages/core/extension/manifests.ts
packages/core/extension/manifests.ts
core/extension/manifests.ts
extension/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/manifests.ts
src/packages/core/extension/item/data/manifests.ts
packages/core/extension/item/data/manifests.ts
core/extension/item/data/manifests.ts
extension/item/data/manifests.ts
item/data/manifests.ts
data/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.data-source.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.data-source.ts
src/packages/core/extension/item/data/item.data-source.ts
packages/core/extension/item/data/item.data-source.ts
core/extension/item/data/item.data-source.ts
extension/item/data/item.data-source.ts
item/data/item.data-source.ts
data/item.data-source.ts
item.data-source.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.repository.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.repository.ts
src/packages/core/extension/item/data/item.repository.ts
packages/core/extension/item/data/item.repository.ts
core/extension/item/data/item.repository.ts
extension/item/data/item.repository.ts
item/data/item.repository.ts
data/item.repository.ts
item.repository.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.store.context-token.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.store.context-token.ts
src/packages/core/extension/item/data/item.store.context-token.ts
packages/core/extension/item/data/item.store.context-token.ts
core/extension/item/data/item.store.context-token.ts
extension/item/data/item.store.context-token.ts
item/data/item.store.context-token.ts
data/item.store.context-token.ts
item.store.context-token.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/index.ts
src/packages/core/extension/item/data/index.ts
packages/core/extension/item/data/index.ts
core/extension/item/data/index.ts
extension/item/data/index.ts
item/data/index.ts
data/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.store.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.store.ts
src/packages/core/extension/item/data/item.store.ts
packages/core/extension/item/data/item.store.ts
core/extension/item/data/item.store.ts
extension/item/data/item.store.ts
item/data/item.store.ts
data/item.store.ts
item.store.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/types.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/data/types.ts
src/packages/core/extension/item/data/types.ts
packages/core/extension/item/data/types.ts
core/extension/item/data/types.ts
extension/item/data/types.ts
item/data/types.ts
data/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/manifests.ts
src/packages/core/extension/item/manifests.ts
packages/core/extension/item/manifests.ts
core/extension/item/manifests.ts
extension/item/manifests.ts
item/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/index.ts
src/packages/core/extension/item/index.ts
packages/core/extension/item/index.ts
core/extension/item/index.ts
extension/item/index.ts
item/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/types.ts
Umbraco.Web.UI.Client/src/packages/core/extension/item/types.ts
src/packages/core/extension/item/types.ts
packages/core/extension/item/types.ts
core/extension/item/types.ts
extension/item/types.ts
item/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/entity.ts
Umbraco.Web.UI.Client/src/packages/core/extension/entity.ts
src/packages/core/extension/entity.ts
packages/core/extension/entity.ts
core/extension/entity.ts
extension/entity.ts
entity.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/index.ts
src/packages/core/extension/index.ts
packages/core/extension/index.ts
core/extension/index.ts
extension/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/manifests.ts
src/packages/core/extension/collection/repository/manifests.ts
packages/core/extension/collection/repository/manifests.ts
core/extension/collection/repository/manifests.ts
extension/collection/repository/manifests.ts
collection/repository/manifests.ts
repository/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/index.ts
src/packages/core/extension/collection/repository/index.ts
packages/core/extension/collection/repository/index.ts
core/extension/collection/repository/index.ts
extension/collection/repository/index.ts
collection/repository/index.ts
repository/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/extension-collection.repository.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/extension-collection.repository.ts
src/packages/core/extension/collection/repository/extension-collection.repository.ts
packages/core/extension/collection/repository/extension-collection.repository.ts
core/extension/collection/repository/extension-collection.repository.ts
extension/collection/repository/extension-collection.repository.ts
collection/repository/extension-collection.repository.ts
repository/extension-collection.repository.ts
extension-collection.repository.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/manifests.ts
src/packages/core/extension/collection/manifests.ts
packages/core/extension/collection/manifests.ts
core/extension/collection/manifests.ts
extension/collection/manifests.ts
collection/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/extension-collection.element.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/extension-collection.element.ts
src/packages/core/extension/collection/extension-collection.element.ts
packages/core/extension/collection/extension-collection.element.ts
core/extension/collection/extension-collection.element.ts
extension/collection/extension-collection.element.ts
collection/extension-collection.element.ts
extension-collection.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/index.ts
src/packages/core/extension/collection/index.ts
packages/core/extension/collection/index.ts
core/extension/collection/index.ts
extension/collection/index.ts
collection/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/views/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/views/manifests.ts
src/packages/core/extension/collection/views/manifests.ts
packages/core/extension/collection/views/manifests.ts
core/extension/collection/views/manifests.ts
extension/collection/views/manifests.ts
collection/views/manifests.ts
views/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/views/table/extension-table-collection-view.element.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/views/table/extension-table-collection-view.element.ts
src/packages/core/extension/collection/views/table/extension-table-collection-view.element.ts
packages/core/extension/collection/views/table/extension-table-collection-view.element.ts
core/extension/collection/views/table/extension-table-collection-view.element.ts
extension/collection/views/table/extension-table-collection-view.element.ts
collection/views/table/extension-table-collection-view.element.ts
views/table/extension-table-collection-view.element.ts
table/extension-table-collection-view.element.ts
extension-table-collection-view.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/types.ts
Umbraco.Web.UI.Client/src/packages/core/extension/collection/types.ts
src/packages/core/extension/collection/types.ts
packages/core/extension/collection/types.ts
core/extension/collection/types.ts
extension/collection/types.ts
collection/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/global-components/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/global-components/index.ts
src/packages/core/extension/global-components/index.ts
packages/core/extension/global-components/index.ts
core/extension/global-components/index.ts
extension/global-components/index.ts
global-components/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/global-components/input-extension.element.ts
Umbraco.Web.UI.Client/src/packages/core/extension/global-components/input-extension.element.ts
src/packages/core/extension/global-components/input-extension.element.ts
packages/core/extension/global-components/input-extension.element.ts
core/extension/global-components/input-extension.element.ts
extension/global-components/input-extension.element.ts
global-components/input-extension.element.ts
input-extension.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/index.ts
Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/index.ts
src/packages/core/extension/picker-data-source/index.ts
packages/core/extension/picker-data-source/index.ts
core/extension/picker-data-source/index.ts
extension/picker-data-source/index.ts
picker-data-source/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/extension.picker-data-source.ts
Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/extension.picker-data-source.ts
src/packages/core/extension/picker-data-source/extension.picker-data-source.ts
packages/core/extension/picker-data-source/extension.picker-data-source.ts
core/extension/picker-data-source/extension.picker-data-source.ts
extension/picker-data-source/extension.picker-data-source.ts
picker-data-source/extension.picker-data-source.ts
extension.picker-data-source.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/extension.picker-data-source.test.ts
Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/extension.picker-data-source.test.ts
src/packages/core/extension/picker-data-source/extension.picker-data-source.test.ts
packages/core/extension/picker-data-source/extension.picker-data-source.test.ts
core/extension/picker-data-source/extension.picker-data-source.test.ts
extension/picker-data-source/extension.picker-data-source.test.ts
picker-data-source/extension.picker-data-source.test.ts
extension.picker-data-source.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/types.ts
Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/types.ts
src/packages/core/extension/picker-data-source/types.ts
packages/core/extension/picker-data-source/types.ts
core/extension/picker-data-source/types.ts
extension/picker-data-source/types.ts
picker-data-source/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/types.ts
Umbraco.Web.UI.Client/src/packages/core/extension/types.ts
src/packages/core/extension/types.ts
packages/core/extension/types.ts
core/extension/types.ts
extension/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/unregister/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/unregister/manifests.ts
src/packages/core/extension/unregister/manifests.ts
packages/core/extension/unregister/manifests.ts
core/extension/unregister/manifests.ts
extension/unregister/manifests.ts
unregister/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/unregister/entity-action/manifests.ts
Umbraco.Web.UI.Client/src/packages/core/extension/unregister/entity-action/manifests.ts
src/packages/core/extension/unregister/entity-action/manifests.ts
packages/core/extension/unregister/entity-action/manifests.ts
core/extension/unregister/entity-action/manifests.ts
extension/unregister/entity-action/manifests.ts
unregister/entity-action/manifests.ts
entity-action/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/unregister/entity-action/unregister-extension.action.ts
Umbraco.Web.UI.Client/src/packages/core/extension/unregister/entity-action/unregister-extension.action.ts
src/packages/core/extension/unregister/entity-action/unregister-extension.action.ts
packages/core/extension/unregister/entity-action/unregister-extension.action.ts
core/extension/unregister/entity-action/unregister-extension.action.ts
extension/unregister/entity-action/unregister-extension.action.ts
unregister/entity-action/unregister-extension.action.ts
entity-action/unregister-extension.action.ts
unregister-extension.action.ts
src/Umbraco.Web.UI.Client/src/packages/core/openapi-ts.config.js src/Umbraco.Web.UI.Client/src/packages/core/openapi-ts.config.js
Umbraco.Web.UI.Client/src/packages/core/openapi-ts.config.js Umbraco.Web.UI.Client/src/packages/core/openapi-ts.config.js
src/packages/core/openapi-ts.config.js src/packages/core/openapi-ts.config.js
@ -51702,6 +51974,38 @@ entity-data-picker/picker-collection/views/manifests.ts
picker-collection/views/manifests.ts picker-collection/views/manifests.ts
views/manifests.ts views/manifests.ts
manifests.ts manifests.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/manifests.ts
Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/manifests.ts
src/packages/property-editors/entity-data-picker/conditions/manifests.ts
packages/property-editors/entity-data-picker/conditions/manifests.ts
property-editors/entity-data-picker/conditions/manifests.ts
entity-data-picker/conditions/manifests.ts
conditions/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
conditions/entity-data-picker-supports-text-filter.condition.ts
entity-data-picker-supports-text-filter.condition.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/constants.ts
Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/constants.ts
src/packages/property-editors/entity-data-picker/conditions/constants.ts
packages/property-editors/entity-data-picker/conditions/constants.ts
property-editors/entity-data-picker/conditions/constants.ts
entity-data-picker/conditions/constants.ts
conditions/constants.ts
constants.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
conditions/entity-data-picker-supports-text-filter.condition.test.ts
entity-data-picker-supports-text-filter.condition.test.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts
Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts
src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts
@ -80481,105 +80785,12 @@ src/packages/extension-insights/entity.ts
packages/extension-insights/entity.ts packages/extension-insights/entity.ts
extension-insights/entity.ts extension-insights/entity.ts
entity.ts entity.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/manifests.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/manifests.ts
src/packages/extension-insights/collection/repository/manifests.ts
packages/extension-insights/collection/repository/manifests.ts
extension-insights/collection/repository/manifests.ts
collection/repository/manifests.ts
repository/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/index.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/index.ts
src/packages/extension-insights/collection/repository/index.ts
packages/extension-insights/collection/repository/index.ts
extension-insights/collection/repository/index.ts
collection/repository/index.ts
repository/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/extension-collection.repository.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/extension-collection.repository.ts
src/packages/extension-insights/collection/repository/extension-collection.repository.ts
packages/extension-insights/collection/repository/extension-collection.repository.ts
extension-insights/collection/repository/extension-collection.repository.ts
collection/repository/extension-collection.repository.ts
repository/extension-collection.repository.ts
extension-collection.repository.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/manifests.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/manifests.ts
src/packages/extension-insights/collection/manifests.ts
packages/extension-insights/collection/manifests.ts
extension-insights/collection/manifests.ts
collection/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/extension-collection.element.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/extension-collection.element.ts
src/packages/extension-insights/collection/extension-collection.element.ts
packages/extension-insights/collection/extension-collection.element.ts
extension-insights/collection/extension-collection.element.ts
collection/extension-collection.element.ts
extension-collection.element.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/views/manifests.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/views/manifests.ts
src/packages/extension-insights/collection/views/manifests.ts
packages/extension-insights/collection/views/manifests.ts
extension-insights/collection/views/manifests.ts
collection/views/manifests.ts
views/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/views/table/extension-table-collection-view.element.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/views/table/extension-table-collection-view.element.ts
src/packages/extension-insights/collection/views/table/extension-table-collection-view.element.ts
packages/extension-insights/collection/views/table/extension-table-collection-view.element.ts
extension-insights/collection/views/table/extension-table-collection-view.element.ts
collection/views/table/extension-table-collection-view.element.ts
views/table/extension-table-collection-view.element.ts
table/extension-table-collection-view.element.ts
extension-table-collection-view.element.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/types.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/collection/types.ts
src/packages/extension-insights/collection/types.ts
packages/extension-insights/collection/types.ts
extension-insights/collection/types.ts
collection/types.ts
types.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/umbraco-package.ts src/Umbraco.Web.UI.Client/src/packages/extension-insights/umbraco-package.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/umbraco-package.ts Umbraco.Web.UI.Client/src/packages/extension-insights/umbraco-package.ts
src/packages/extension-insights/umbraco-package.ts src/packages/extension-insights/umbraco-package.ts
packages/extension-insights/umbraco-package.ts packages/extension-insights/umbraco-package.ts
extension-insights/umbraco-package.ts extension-insights/umbraco-package.ts
umbraco-package.ts umbraco-package.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/manifests.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/manifests.ts
src/packages/extension-insights/entity-actions/manifests.ts
packages/extension-insights/entity-actions/manifests.ts
extension-insights/entity-actions/manifests.ts
entity-actions/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/manifests.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/manifests.ts
src/packages/extension-insights/entity-actions/unregister/manifests.ts
packages/extension-insights/entity-actions/unregister/manifests.ts
extension-insights/entity-actions/unregister/manifests.ts
entity-actions/unregister/manifests.ts
unregister/manifests.ts
manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/unregister-extension.action.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/unregister-extension.action.ts
src/packages/extension-insights/entity-actions/unregister/unregister-extension.action.ts
packages/extension-insights/entity-actions/unregister/unregister-extension.action.ts
extension-insights/entity-actions/unregister/unregister-extension.action.ts
entity-actions/unregister/unregister-extension.action.ts
unregister/unregister-extension.action.ts
unregister-extension.action.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/index.ts
Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/index.ts
src/packages/extension-insights/entity-actions/unregister/index.ts
packages/extension-insights/entity-actions/unregister/index.ts
extension-insights/entity-actions/unregister/index.ts
entity-actions/unregister/index.ts
unregister/index.ts
index.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/package.json src/Umbraco.Web.UI.Client/src/packages/extension-insights/package.json
Umbraco.Web.UI.Client/src/packages/extension-insights/package.json Umbraco.Web.UI.Client/src/packages/extension-insights/package.json
src/packages/extension-insights/package.json src/packages/extension-insights/package.json

View file

@ -1537,6 +1537,7 @@ templates/UmbracoExtension/Client/src/dashboards/dashboard.element.ts
templates/UmbracoExtension/Client/src/entrypoints/manifest.ts templates/UmbracoExtension/Client/src/entrypoints/manifest.ts
templates/UmbracoExtension/Client/src/entrypoints/entrypoint.ts templates/UmbracoExtension/Client/src/entrypoints/entrypoint.ts
templates/UmbracoExtension/Client/src/bundle.manifests.ts templates/UmbracoExtension/Client/src/bundle.manifests.ts
templates/UmbracoExtension/Client/src/hey-api.ts
templates/UmbracoExtension/Client/src/api/core/utils.gen.ts templates/UmbracoExtension/Client/src/api/core/utils.gen.ts
templates/UmbracoExtension/Client/src/api/core/pathSerializer.gen.ts templates/UmbracoExtension/Client/src/api/core/pathSerializer.gen.ts
templates/UmbracoExtension/Client/src/api/core/serverSentEvents.gen.ts templates/UmbracoExtension/Client/src/api/core/serverSentEvents.gen.ts
@ -6052,6 +6053,38 @@ src/Umbraco.Web.UI.Client/src/packages/core/hint/context/hint.controller.ts
src/Umbraco.Web.UI.Client/src/packages/core/hint/context/hint.context.ts src/Umbraco.Web.UI.Client/src/packages/core/hint/context/hint.context.ts
src/Umbraco.Web.UI.Client/src/packages/core/hint/context/hint.context-token.ts src/Umbraco.Web.UI.Client/src/packages/core/hint/context/hint.context-token.ts
src/Umbraco.Web.UI.Client/src/packages/core/hint/types.ts src/Umbraco.Web.UI.Client/src/packages/core/hint/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.data-source.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.repository.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.store.context-token.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/item.store.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/data/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/item/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/entity.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/repository/extension-collection.repository.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/extension-collection.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/views/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/views/table/extension-table-collection-view.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/collection/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/global-components/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/global-components/input-extension.element.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/index.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/extension.picker-data-source.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/extension.picker-data-source.test.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/picker-data-source/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/types.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/unregister/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/unregister/entity-action/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/core/extension/unregister/entity-action/unregister-extension.action.ts
src/Umbraco.Web.UI.Client/src/packages/core/openapi-ts.config.js src/Umbraco.Web.UI.Client/src/packages/core/openapi-ts.config.js
src/Umbraco.Web.UI.Client/src/packages/core/search/extensions/search-provider.extension.ts src/Umbraco.Web.UI.Client/src/packages/core/search/extensions/search-provider.extension.ts
src/Umbraco.Web.UI.Client/src/packages/core/search/extensions/search-result-item.extension.ts src/Umbraco.Web.UI.Client/src/packages/core/search/extensions/search-result-item.extension.ts
@ -8342,6 +8375,10 @@ src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picke
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picker-collection/entity-data-picker-collection.repository.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picker-collection/entity-data-picker-collection.repository.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picker-collection/constants.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picker-collection/constants.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picker-collection/views/manifests.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/picker-collection/views/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/constants.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/conditions/entity-data-picker-supports-text-filter.condition.test.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/input-entity-data.element.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/input-entity-data.element.ts
src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.token.ts src/Umbraco.Web.UI.Client/src/packages/property-editors/entity-data-picker/input/entity-data-picker-data-source.context.token.ts
@ -11729,19 +11766,7 @@ src/Umbraco.Web.UI.Client/src/packages/extension-insights/menu-item/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/workspace/manifests.ts src/Umbraco.Web.UI.Client/src/packages/extension-insights/workspace/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/workspace/constants.ts src/Umbraco.Web.UI.Client/src/packages/extension-insights/workspace/constants.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity.ts src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/index.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/repository/extension-collection.repository.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/extension-collection.element.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/views/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/views/table/extension-table-collection-view.element.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/collection/types.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/umbraco-package.ts src/Umbraco.Web.UI.Client/src/packages/extension-insights/umbraco-package.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/manifests.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/unregister-extension.action.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/entity-actions/unregister/index.ts
src/Umbraco.Web.UI.Client/src/packages/extension-insights/package.json src/Umbraco.Web.UI.Client/src/packages/extension-insights/package.json
src/Umbraco.Web.UI.Client/src/packages/extension-insights/vite.config.ts src/Umbraco.Web.UI.Client/src/packages/extension-insights/vite.config.ts
src/Umbraco.Web.UI.Client/src/packages/ufm/extensions/manifests.ts src/Umbraco.Web.UI.Client/src/packages/ufm/extensions/manifests.ts

View file

@ -3465,14 +3465,34 @@ plugins/woocommerce/changelog/wooplug-6264-cache-products-last-modified
woocommerce/changelog/wooplug-6264-cache-products-last-modified woocommerce/changelog/wooplug-6264-cache-products-last-modified
changelog/wooplug-6264-cache-products-last-modified changelog/wooplug-6264-cache-products-last-modified
wooplug-6264-cache-products-last-modified wooplug-6264-cache-products-last-modified
plugins/woocommerce/changelog/remove-custom-richtext-for-email-editor
woocommerce/changelog/remove-custom-richtext-for-email-editor
changelog/remove-custom-richtext-for-email-editor
remove-custom-richtext-for-email-editor
plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api
woocommerce/changelog/63334-add-weight-dimensions-to-store-api woocommerce/changelog/63334-add-weight-dimensions-to-store-api
changelog/63334-add-weight-dimensions-to-store-api changelog/63334-add-weight-dimensions-to-store-api
63334-add-weight-dimensions-to-store-api 63334-add-weight-dimensions-to-store-api
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-4
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-4
changelog/performance-63118-reduce-sqls-number-iteration-4
performance-63118-reduce-sqls-number-iteration-4
plugins/woocommerce/changelog/63295-fix_recorded_sales_warning plugins/woocommerce/changelog/63295-fix_recorded_sales_warning
woocommerce/changelog/63295-fix_recorded_sales_warning woocommerce/changelog/63295-fix_recorded_sales_warning
changelog/63295-fix_recorded_sales_warning changelog/63295-fix_recorded_sales_warning
63295-fix_recorded_sales_warning 63295-fix_recorded_sales_warning
plugins/woocommerce/changelog/63425-fix-wp70-beta-php-unit-test-flakiness
woocommerce/changelog/63425-fix-wp70-beta-php-unit-test-flakiness
changelog/63425-fix-wp70-beta-php-unit-test-flakiness
63425-fix-wp70-beta-php-unit-test-flakiness
plugins/woocommerce/changelog/62964-fix-template-override-detection
woocommerce/changelog/62964-fix-template-override-detection
changelog/62964-fix-template-override-detection
62964-fix-template-override-detection
plugins/woocommerce/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
woocommerce/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-2 plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-2
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-2 woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-2
changelog/performance-63118-reduce-sqls-number-iteration-2 changelog/performance-63118-reduce-sqls-number-iteration-2
@ -3501,6 +3521,10 @@ plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5 woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
changelog/performance-63118-reduce-sqls-number-iteration-5 changelog/performance-63118-reduce-sqls-number-iteration-5
performance-63118-reduce-sqls-number-iteration-5 performance-63118-reduce-sqls-number-iteration-5
plugins/woocommerce/changelog/stomail-7817-refine-order-notification-email-styling
woocommerce/changelog/stomail-7817-refine-order-notification-email-styling
changelog/stomail-7817-refine-order-notification-email-styling
stomail-7817-refine-order-notification-email-styling
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3 plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3
woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3 woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3
changelog/performance-63118-reduce-sqls-number-iteration-3 changelog/performance-63118-reduce-sqls-number-iteration-3
@ -3513,6 +3537,10 @@ plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
woocommerce/changelog/e2e-pw-ts-conversion-08 woocommerce/changelog/e2e-pw-ts-conversion-08
changelog/e2e-pw-ts-conversion-08 changelog/e2e-pw-ts-conversion-08
e2e-pw-ts-conversion-08 e2e-pw-ts-conversion-08
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
plugins/woocommerce/changelog/62603-add-issue-62601 plugins/woocommerce/changelog/62603-add-issue-62601
woocommerce/changelog/62603-add-issue-62601 woocommerce/changelog/62603-add-issue-62601
changelog/62603-add-issue-62601 changelog/62603-add-issue-62601
@ -10195,6 +10223,15 @@ rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php
Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php
Version2/class-wc-rest-order-refunds-v2-controller-test.php Version2/class-wc-rest-order-refunds-v2-controller-test.php
class-wc-rest-order-refunds-v2-controller-test.php class-wc-rest-order-refunds-v2-controller-test.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
Version2/class-wc-rest-system-status-v2-controller-test.php
class-wc-rest-system-status-v2-controller-test.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
@ -20182,6 +20219,12 @@ assets/images/core-profiler/logo-woo.svg
images/core-profiler/logo-woo.svg images/core-profiler/logo-woo.svg
core-profiler/logo-woo.svg core-profiler/logo-woo.svg
logo-woo.svg logo-woo.svg
plugins/woocommerce/assets/images/core-profiler/logo-shipstation.svg
woocommerce/assets/images/core-profiler/logo-shipstation.svg
assets/images/core-profiler/logo-shipstation.svg
images/core-profiler/logo-shipstation.svg
core-profiler/logo-shipstation.svg
logo-shipstation.svg
plugins/woocommerce/assets/images/core-profiler/logo-reddit.svg plugins/woocommerce/assets/images/core-profiler/logo-reddit.svg
woocommerce/assets/images/core-profiler/logo-reddit.svg woocommerce/assets/images/core-profiler/logo-reddit.svg
assets/images/core-profiler/logo-reddit.svg assets/images/core-profiler/logo-reddit.svg
@ -20206,6 +20249,12 @@ assets/images/core-profiler/logo-snapchat.svg
images/core-profiler/logo-snapchat.svg images/core-profiler/logo-snapchat.svg
core-profiler/logo-snapchat.svg core-profiler/logo-snapchat.svg
logo-snapchat.svg logo-snapchat.svg
plugins/woocommerce/assets/images/core-profiler/logo-packlink.svg
woocommerce/assets/images/core-profiler/logo-packlink.svg
assets/images/core-profiler/logo-packlink.svg
images/core-profiler/logo-packlink.svg
core-profiler/logo-packlink.svg
logo-packlink.svg
plugins/woocommerce/assets/images/core-profiler/logo-google.svg plugins/woocommerce/assets/images/core-profiler/logo-google.svg
woocommerce/assets/images/core-profiler/logo-google.svg woocommerce/assets/images/core-profiler/logo-google.svg
assets/images/core-profiler/logo-google.svg assets/images/core-profiler/logo-google.svg
@ -52203,6 +52252,20 @@ admin/client/shipping/experimental-woocommerce-shipping-item.tsx
client/shipping/experimental-woocommerce-shipping-item.tsx client/shipping/experimental-woocommerce-shipping-item.tsx
shipping/experimental-woocommerce-shipping-item.tsx shipping/experimental-woocommerce-shipping-item.tsx
experimental-woocommerce-shipping-item.tsx experimental-woocommerce-shipping-item.tsx
plugins/woocommerce/client/admin/client/shipping/packlink-item.tsx
woocommerce/client/admin/client/shipping/packlink-item.tsx
client/admin/client/shipping/packlink-item.tsx
admin/client/shipping/packlink-item.tsx
client/shipping/packlink-item.tsx
shipping/packlink-item.tsx
packlink-item.tsx
plugins/woocommerce/client/admin/client/shipping/shipstation-item.tsx
woocommerce/client/admin/client/shipping/shipstation-item.tsx
client/admin/client/shipping/shipstation-item.tsx
admin/client/shipping/shipstation-item.tsx
client/shipping/shipstation-item.tsx
shipping/shipstation-item.tsx
shipstation-item.tsx
plugins/woocommerce/client/admin/client/shipping/shipping-recommendations.tsx plugins/woocommerce/client/admin/client/shipping/shipping-recommendations.tsx
woocommerce/client/admin/client/shipping/shipping-recommendations.tsx woocommerce/client/admin/client/shipping/shipping-recommendations.tsx
client/admin/client/shipping/shipping-recommendations.tsx client/admin/client/shipping/shipping-recommendations.tsx
@ -73334,6 +73397,11 @@ js/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
wooa7s-795-onboarding-scheduled-updates-promotion-notices wooa7s-795-onboarding-scheduled-updates-promotion-notices
packages/js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
packages/js/data/changelog/.gitkeep packages/js/data/changelog/.gitkeep
js/data/changelog/.gitkeep js/data/changelog/.gitkeep
data/changelog/.gitkeep data/changelog/.gitkeep
@ -84687,6 +84755,11 @@ packages/js/email-editor/blueprint.json
js/email-editor/blueprint.json js/email-editor/blueprint.json
email-editor/blueprint.json email-editor/blueprint.json
blueprint.json blueprint.json
packages/js/email-editor/changelog/remove-custom-richtext-for-email-editor
js/email-editor/changelog/remove-custom-richtext-for-email-editor
email-editor/changelog/remove-custom-richtext-for-email-editor
changelog/remove-custom-richtext-for-email-editor
remove-custom-richtext-for-email-editor
packages/js/email-editor/changelog/.gitkeep packages/js/email-editor/changelog/.gitkeep
js/email-editor/changelog/.gitkeep js/email-editor/changelog/.gitkeep
email-editor/changelog/.gitkeep email-editor/changelog/.gitkeep
@ -84700,6 +84773,11 @@ packages/js/email-editor/.prettierrc.js
js/email-editor/.prettierrc.js js/email-editor/.prettierrc.js
email-editor/.prettierrc.js email-editor/.prettierrc.js
.prettierrc.js .prettierrc.js
packages/js/email-editor/assets/README.md
js/email-editor/assets/README.md
email-editor/assets/README.md
assets/README.md
README.md
packages/js/email-editor/assets/rich-text.asset.php packages/js/email-editor/assets/rich-text.asset.php
js/email-editor/assets/rich-text.asset.php js/email-editor/assets/rich-text.asset.php
email-editor/assets/rich-text.asset.php email-editor/assets/rich-text.asset.php
@ -93238,6 +93316,13 @@ tests/integration/Engine/Site_Style_Sync_Controller_Test.php
integration/Engine/Site_Style_Sync_Controller_Test.php integration/Engine/Site_Style_Sync_Controller_Test.php
Engine/Site_Style_Sync_Controller_Test.php Engine/Site_Style_Sync_Controller_Test.php
Site_Style_Sync_Controller_Test.php Site_Style_Sync_Controller_Test.php
packages/php/email-editor/tests/integration/Engine/Send_Preview_Email_Permission_Test.php
php/email-editor/tests/integration/Engine/Send_Preview_Email_Permission_Test.php
email-editor/tests/integration/Engine/Send_Preview_Email_Permission_Test.php
tests/integration/Engine/Send_Preview_Email_Permission_Test.php
integration/Engine/Send_Preview_Email_Permission_Test.php
Engine/Send_Preview_Email_Permission_Test.php
Send_Preview_Email_Permission_Test.php
packages/php/email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php packages/php/email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php
php/email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php php/email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php
email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php

View file

@ -785,8 +785,13 @@ plugins/woocommerce-beta-tester/composer.json
plugins/woocommerce-beta-tester/package.json plugins/woocommerce-beta-tester/package.json
plugins/woocommerce/changelog/update-pay-506-always-show-payment-radio plugins/woocommerce/changelog/update-pay-506-always-show-payment-radio
plugins/woocommerce/changelog/wooplug-6264-cache-products-last-modified plugins/woocommerce/changelog/wooplug-6264-cache-products-last-modified
plugins/woocommerce/changelog/remove-custom-richtext-for-email-editor
plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api plugins/woocommerce/changelog/63334-add-weight-dimensions-to-store-api
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-4
plugins/woocommerce/changelog/63295-fix_recorded_sales_warning plugins/woocommerce/changelog/63295-fix_recorded_sales_warning
plugins/woocommerce/changelog/63425-fix-wp70-beta-php-unit-test-flakiness
plugins/woocommerce/changelog/62964-fix-template-override-detection
plugins/woocommerce/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-2 plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-2
plugins/woocommerce/changelog/63378-minicart-support-non-optimistic-items-count plugins/woocommerce/changelog/63378-minicart-support-non-optimistic-items-count
plugins/woocommerce/changelog/e2e-pw-ts-conversion-09 plugins/woocommerce/changelog/e2e-pw-ts-conversion-09
@ -794,9 +799,11 @@ plugins/woocommerce/changelog/change-product-cache-default-compatibility
plugins/woocommerce/changelog/fix-shipping-onboarding-extension-actions plugins/woocommerce/changelog/fix-shipping-onboarding-extension-actions
plugins/woocommerce/changelog/e2e-pw-ts-conversion-07 plugins/woocommerce/changelog/e2e-pw-ts-conversion-07
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5 plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-5
plugins/woocommerce/changelog/stomail-7817-refine-order-notification-email-styling
plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3 plugins/woocommerce/changelog/performance-63118-reduce-sqls-number-iteration-3
plugins/woocommerce/changelog/63284-refactor-grouped-product-extract-primed-children-helper plugins/woocommerce/changelog/63284-refactor-grouped-product-extract-primed-children-helper
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08 plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
plugins/woocommerce/changelog/63383-add-wooplug-6269-shipping-settings-update-partner-integration-placements
plugins/woocommerce/changelog/62603-add-issue-62601 plugins/woocommerce/changelog/62603-add-issue-62601
plugins/woocommerce/changelog/.gitkeep plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/deprecate-hpos-sync-on-read plugins/woocommerce/changelog/deprecate-hpos-sync-on-read
@ -1733,6 +1740,7 @@ plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-re
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version1/class-wc-rest-orders-v1-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-product-reviews-v2-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-order-refunds-v2-controller-test.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-system-status-v2-controller-test.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-customers-v2-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-products-controller-tests.php
plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller-test.php plugins/woocommerce/tests/php/includes/rest-api/Controllers/Version2/class-wc-rest-orders-v2-controller-test.php
@ -3186,10 +3194,12 @@ plugins/woocommerce/assets/images/address-autocomplete/google.svg
plugins/woocommerce/assets/images/core-profiler/logo-mailpoet.svg plugins/woocommerce/assets/images/core-profiler/logo-mailpoet.svg
plugins/woocommerce/assets/images/core-profiler/logo-jetpack.svg plugins/woocommerce/assets/images/core-profiler/logo-jetpack.svg
plugins/woocommerce/assets/images/core-profiler/logo-woo.svg plugins/woocommerce/assets/images/core-profiler/logo-woo.svg
plugins/woocommerce/assets/images/core-profiler/logo-shipstation.svg
plugins/woocommerce/assets/images/core-profiler/logo-reddit.svg plugins/woocommerce/assets/images/core-profiler/logo-reddit.svg
plugins/woocommerce/assets/images/core-profiler/logo-facebook.svg plugins/woocommerce/assets/images/core-profiler/logo-facebook.svg
plugins/woocommerce/assets/images/core-profiler/logo-kliken.svg plugins/woocommerce/assets/images/core-profiler/logo-kliken.svg
plugins/woocommerce/assets/images/core-profiler/logo-snapchat.svg plugins/woocommerce/assets/images/core-profiler/logo-snapchat.svg
plugins/woocommerce/assets/images/core-profiler/logo-packlink.svg
plugins/woocommerce/assets/images/core-profiler/logo-google.svg plugins/woocommerce/assets/images/core-profiler/logo-google.svg
plugins/woocommerce/assets/images/core-profiler/logo-pinterest.svg plugins/woocommerce/assets/images/core-profiler/logo-pinterest.svg
plugins/woocommerce/assets/images/template-placeholders/single-product.svg plugins/woocommerce/assets/images/template-placeholders/single-product.svg
@ -6716,6 +6726,8 @@ plugins/woocommerce/client/admin/client/shipping/index.ts
plugins/woocommerce/client/admin/client/shipping/woocommerce-shipping-item.tsx plugins/woocommerce/client/admin/client/shipping/woocommerce-shipping-item.tsx
plugins/woocommerce/client/admin/client/shipping/woo-icon.svg plugins/woocommerce/client/admin/client/shipping/woo-icon.svg
plugins/woocommerce/client/admin/client/shipping/experimental-woocommerce-shipping-item.tsx plugins/woocommerce/client/admin/client/shipping/experimental-woocommerce-shipping-item.tsx
plugins/woocommerce/client/admin/client/shipping/packlink-item.tsx
plugins/woocommerce/client/admin/client/shipping/shipstation-item.tsx
plugins/woocommerce/client/admin/client/shipping/shipping-recommendations.tsx plugins/woocommerce/client/admin/client/shipping/shipping-recommendations.tsx
plugins/woocommerce/client/admin/client/marketplace/assets/images/alert.svg plugins/woocommerce/client/admin/client/marketplace/assets/images/alert.svg
plugins/woocommerce/client/admin/client/marketplace/assets/images/refresh.svg plugins/woocommerce/client/admin/client/marketplace/assets/images/refresh.svg
@ -9453,6 +9465,7 @@ packages/js/customer-effort-score/package.json
packages/js/data/changelog/fix-62029 packages/js/data/changelog/fix-62029
packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported packages/js/data/changelog/update-settings-payments-type-for-onboarding-supported
packages/js/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices packages/js/data/changelog/wooa7s-795-onboarding-scheduled-updates-promotion-notices
packages/js/data/changelog/63385-add-wooplug-6268-core-profiler-obw-update-shipping-integration-placements
packages/js/data/changelog/.gitkeep packages/js/data/changelog/.gitkeep
packages/js/data/tsconfig-cjs.json packages/js/data/tsconfig-cjs.json
packages/js/data/typings/index.d.ts packages/js/data/typings/index.d.ts
@ -11262,9 +11275,11 @@ packages/js/sanitize/composer.lock
packages/js/sanitize/composer.json packages/js/sanitize/composer.json
packages/js/sanitize/package.json packages/js/sanitize/package.json
packages/js/email-editor/blueprint.json packages/js/email-editor/blueprint.json
packages/js/email-editor/changelog/remove-custom-richtext-for-email-editor
packages/js/email-editor/changelog/.gitkeep packages/js/email-editor/changelog/.gitkeep
packages/js/email-editor/tsconfig-cjs.json packages/js/email-editor/tsconfig-cjs.json
packages/js/email-editor/.prettierrc.js packages/js/email-editor/.prettierrc.js
packages/js/email-editor/assets/README.md
packages/js/email-editor/assets/rich-text.asset.php packages/js/email-editor/assets/rich-text.asset.php
packages/js/email-editor/assets/rich-text.js packages/js/email-editor/assets/rich-text.js
packages/js/email-editor/development.md packages/js/email-editor/development.md
@ -12693,6 +12708,7 @@ packages/php/email-editor/tests/integration/Email_Editor_Integration_Test_Case.p
packages/php/email-editor/tests/integration/Engine/Send_Preview_Email_Test.php packages/php/email-editor/tests/integration/Engine/Send_Preview_Email_Test.php
packages/php/email-editor/tests/integration/Engine/Theme_Controller_Test.php packages/php/email-editor/tests/integration/Engine/Theme_Controller_Test.php
packages/php/email-editor/tests/integration/Engine/Site_Style_Sync_Controller_Test.php packages/php/email-editor/tests/integration/Engine/Site_Style_Sync_Controller_Test.php
packages/php/email-editor/tests/integration/Engine/Send_Preview_Email_Permission_Test.php
packages/php/email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php packages/php/email-editor/tests/integration/Engine/PersonalizationTags/HTML_Tag_Processor_Test.php
packages/php/email-editor/tests/integration/Engine/Templates/Templates_Test.php packages/php/email-editor/tests/integration/Engine/Templates/Templates_Test.php
packages/php/email-editor/tests/integration/Engine/Personalizer_Test.php packages/php/email-editor/tests/integration/Engine/Personalizer_Test.php

View file

@ -26045,6 +26045,12 @@ shared/form/features/formLocaleDir.ts
form/features/formLocaleDir.ts form/features/formLocaleDir.ts
features/formLocaleDir.ts features/formLocaleDir.ts
formLocaleDir.ts formLocaleDir.ts
app/frontend/shared/form/features/addMissingEntityObjectOption.ts
frontend/shared/form/features/addMissingEntityObjectOption.ts
shared/form/features/addMissingEntityObjectOption.ts
form/features/addMissingEntityObjectOption.ts
features/addMissingEntityObjectOption.ts
addMissingEntityObjectOption.ts
app/frontend/shared/form/features/addSubmitEvent.ts app/frontend/shared/form/features/addSubmitEvent.ts
frontend/shared/form/features/addSubmitEvent.ts frontend/shared/form/features/addSubmitEvent.ts
shared/form/features/addSubmitEvent.ts shared/form/features/addSubmitEvent.ts
@ -26098,6 +26104,12 @@ frontend/shared/form/useFormBlock.ts
shared/form/useFormBlock.ts shared/form/useFormBlock.ts
form/useFormBlock.ts form/useFormBlock.ts
useFormBlock.ts useFormBlock.ts
app/frontend/shared/form/utils/entity.ts
frontend/shared/form/utils/entity.ts
shared/form/utils/entity.ts
form/utils/entity.ts
utils/entity.ts
entity.ts
app/frontend/shared/form/utils/extendSchemaDefinition.ts app/frontend/shared/form/utils/extendSchemaDefinition.ts
frontend/shared/form/utils/extendSchemaDefinition.ts frontend/shared/form/utils/extendSchemaDefinition.ts
shared/form/utils/extendSchemaDefinition.ts shared/form/utils/extendSchemaDefinition.ts

View file

@ -5540,6 +5540,7 @@ app/frontend/shared/form/features/__tests__/formUpdaterTrigger.spec.ts
app/frontend/shared/form/features/__tests__/hideField.spec.ts app/frontend/shared/form/features/__tests__/hideField.spec.ts
app/frontend/shared/form/features/formUpdaterTrigger.ts app/frontend/shared/form/features/formUpdaterTrigger.ts
app/frontend/shared/form/features/formLocaleDir.ts app/frontend/shared/form/features/formLocaleDir.ts
app/frontend/shared/form/features/addMissingEntityObjectOption.ts
app/frontend/shared/form/features/addSubmitEvent.ts app/frontend/shared/form/features/addSubmitEvent.ts
app/frontend/shared/form/features/defaultEmptyValueString.ts app/frontend/shared/form/features/defaultEmptyValueString.ts
app/frontend/shared/form/features/translateWrapperProps.ts app/frontend/shared/form/features/translateWrapperProps.ts
@ -5549,6 +5550,7 @@ app/frontend/shared/form/features/hideField.ts
app/frontend/shared/form/features/addBlurEvent.ts app/frontend/shared/form/features/addBlurEvent.ts
app/frontend/shared/form/features/addLink.ts app/frontend/shared/form/features/addLink.ts
app/frontend/shared/form/useFormBlock.ts app/frontend/shared/form/useFormBlock.ts
app/frontend/shared/form/utils/entity.ts
app/frontend/shared/form/utils/extendSchemaDefinition.ts app/frontend/shared/form/utils/extendSchemaDefinition.ts
app/frontend/shared/form/plugins/__tests__/extendDataAttributes.spec.ts app/frontend/shared/form/plugins/__tests__/extendDataAttributes.spec.ts
app/frontend/shared/form/plugins/__tests__/requiredValidation.spec.ts app/frontend/shared/form/plugins/__tests__/requiredValidation.spec.ts

View file

@ -1471,10 +1471,10 @@ hp/video
hpc/*/supported-applications.aspx? hpc/*/supported-applications.aspx?
hpm hpm
hpmob hpmob
http://amazon.de/robots.txt http://eventbrite.com/robots.txt
http://blog.google/robots.txt http://s3.amazonaws.com/robots.txt
http://instagram.com/robots.txt http://support.cloudflare.com/robots.txt
http://t.me/robots.txt http://web.archive.org/robots.txt
hub?category= hub?category=
hz/contact-us/ajax/initiate-trusted-contact hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$ hz/help/contact/*/message/$
@ -3151,7 +3151,7 @@ wiki/Wikipedia_Diskussion:Checkuser
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://apps.apple.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://itunes.apple.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard

View file

@ -336,7 +336,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.ssi$ .ssi$
.svg .svg
.svg .svg
.svghttp://diigo.com/robots.txt .svghttp://pitchfork.com/robots.txt
.swf$ .swf$
.swf$ .swf$
.sxg .sxg
@ -349,7 +349,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known/amphtml/apikey.pub .well-known/amphtml/apikey.pub
.well-known/apple-app-site-association .well-known/apple-app-site-association
.well-known/assetlinks.json .well-known/assetlinks.json
.well-known/assetlinks.jsonhttp://web.archive.org/robots.txt
.well-known/privacy-sandbox-attestations.json .well-known/privacy-sandbox-attestations.json
.well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200 .well-known/resource-that-should-not-exist-whose-status-code-should-not-be-200
.well-known/security.txt .well-known/security.txt
@ -401,6 +400,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/network /*/network
/*/projects /*/projects
/*/pulse /*/pulse
/*/save-research
/*/saved-research
/*/schemes /*/schemes
/*/search-results.html /*/search-results.html
/*/stargazers /*/stargazers
@ -816,7 +817,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/business/aisearch /business/aisearch
/business/availability /business/availability
/business/availability/?context /business/availability/?context
/business/availability/?context=http://help.twitter.com/robots.txt /business/availability/?context=http://xcelab.net/robots.txt
/business/availability?context /business/availability?context
/business/availability?context= /business/availability?context=
/business/search /business/search
@ -1294,7 +1295,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/goglobal/ /goglobal/
/goldlog$ /goldlog$
/group /group
/gtc/gtc-chatbot/*http://nymag.com/robots.txt /gtc/gtc-chatbot/*http://myspace.com/robots.txt
/hack /hack
/hardware/*/cart /hardware/*/cart
/havadurumu/ /havadurumu/
@ -1585,7 +1586,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch /newssearch
/nextpodcastlist /nextpodcastlist
/nightly-news /nightly-news
/no-referrer-when-downgradehttp://globesimregistrations.ph/robots.txt /no-referrer-when-downgradehttp://uk.linkedin.com/robots.txt
/no-search-results /no-search-results
/node /node
/node/add /node/add
@ -2320,8 +2321,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?$ ?$
?* ?*
?*&ls= ?*&ls=
?*&noheader*
?*&sfdebug*
?*/ ?*/
?*/*ref ?*/*ref
?*002/*0902 ?*002/*0902
@ -2339,7 +2338,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*add-to-cart= ?*add-to-cart=
?*adxarea= ?*adxarea=
?*ajs_event ?*ajs_event
?*apikey*http://vk.com/robots.txt ?*apikey*http://amazon.in/robots.txt
?*app ?*app
?*attachment_id ?*attachment_id
?*author ?*author
@ -2387,7 +2386,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*hsCtaTracking ?*hsCtaTracking
?*hsPreviewerApp=blog_post ?*hsPreviewerApp=blog_post
?*hs_preview= ?*hs_preview=
?*http://healthtips1dr.blogspot.com/robots.txt ?*http://lifehacker.com/robots.txt
?*hubs_signup-cta ?*hubs_signup-cta
?*hybrid= ?*hybrid=
?*iframe ?*iframe
@ -2499,7 +2498,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?_gac ?_gac
?_gl ?_gl
?_health_check_= ?_health_check_=
?_hsenc=
?_locale= ?_locale=
?_preview= ?_preview=
?_ym_debug= ?_ym_debug=
@ -2742,7 +2740,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?nextUrl=* ?nextUrl=*
?nid= ?nid=
?no-cache= ?no-cache=
?noheader*
?nomobile* ?nomobile*
?noredirect=true&config=standalone ?noredirect=true&config=standalone
?np=* ?np=*
@ -2775,6 +2772,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?pageToken= ?pageToken=
?pager.offset= ?pager.offset=
?pagespeed ?pagespeed
?pano=
?payed ?payed
?pcrid= ?pcrid=
?pg=* ?pg=*
@ -2877,7 +2875,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?service=Ajax ?service=Ajax
?service=ajax ?service=ajax
?set_mobile= ?set_mobile=
?sfdebug*
?share= ?share=
?showAllGroups= ?showAllGroups=
?show_error=true ?show_error=true
@ -4514,7 +4511,6 @@ a
a-knight-s-tale a-knight-s-tale
a-league-of-their-own a-league-of-their-own
a-madea-christmas a-madea-christmas
a-savoir-en-france/
a/*.*/about a/*.*/about
a/*.*/browse_ a/*.*/browse_
a/*.*/d a/*.*/d
@ -5116,7 +5112,7 @@ apdata
api api
api*.do api*.do
api*?hl= api*?hl=
api*?hl=http://adssettings.google.com/robots.txt api*?hl=http://web.archive.org/robots.txt
api-keys api-keys
api-proxy api-proxy
api.html? api.html?
@ -5302,10 +5298,7 @@ archive$
archive.php?archive=* archive.php?archive=*
archive.php?view=all archive.php?view=all
archive/api/image.jpg archive/api/image.jpg
archive/article
archive/find
archive/graphs.php archive/graphs.php
archive/page
archive/project/sovsport$ archive/project/sovsport$
archived archived
archived$ archived$
@ -5333,14 +5326,11 @@ article/border-immigration-election-2182fec11fa008ec96c4202e5656d19e
article/e63d8640-eeb3-4473-b0ad-aa6aec16d9fe article/e63d8640-eeb3-4473-b0ad-aa6aec16d9fe
article/how-ai-companies-are-secretly-collecting-training-data-from-the-web-and-why-it-matters article/how-ai-companies-are-secretly-collecting-training-data-from-the-web-and-why-it-matters
article/how-proxy-servers-actually-work-and-why-theyre-so-valuable article/how-proxy-servers-actually-work-and-why-theyre-so-valuable
article/how-to-print-checks-in-quickbooks-online
article/how-to-remove-your-personal-information-from-whitepages-in-5-steps-and-why-you-should article/how-to-remove-your-personal-information-from-whitepages-in-5-steps-and-why-you-should
article/how-to-undo-a-reconciliation-in-quickbooks-online-the-easy-way
article/i-found-the-easiest-way-to-delete-myself-from-the-internet-and-why-you-shouldnt-wait-to-use-it-too article/i-found-the-easiest-way-to-delete-myself-from-the-internet-and-why-you-shouldnt-wait-to-use-it-too
article/incogni-vs-deleteme article/incogni-vs-deleteme
article/preview article/preview
article/this-proxy-provider-i-tested-is-the-best-for-web-scraping-and-its-not-iproyal-or-marsproxies article/this-proxy-provider-i-tested-is-the-best-for-web-scraping-and-its-not-iproyal-or-marsproxies
article/xero-vs-quickbooks
article_count article_count
article_email article_email
articlecomment/ articlecomment/
@ -5440,7 +5430,6 @@ astronomy/moon/distance.html?year=2028
astronomy/moon/light.html? astronomy/moon/light.html?
astronomy/moon/light.html?iso astronomy/moon/light.html?iso
async-create-search-page-state async-create-search-page-state
async/
async_info/base_data async_info/base_data
at at
at*/listing/*/favoriters at*/listing/*/favoriters
@ -6048,7 +6037,7 @@ blog/*?text=
blog/*sitemap.xml$ blog/*sitemap.xml$
blog/*utm_source= blog/*utm_source=
blog/. blog/.
blog/.html.*http://samsung.com/robots.txt blog/.html.*http://last.fm/robots.txt
blog/10-lessons-from-an-engineering-manager/$ blog/10-lessons-from-an-engineering-manager/$
blog/2025-shifting-roles-report/$ blog/2025-shifting-roles-report/$
blog/23-prototyping-resources-to-bookmark-right-now/$ blog/23-prototyping-resources-to-bookmark-right-now/$
@ -6883,7 +6872,6 @@ board_activity
board_activity_comment board_activity_comment
boardinvited boardinvited
boerse/data boerse/data
bons-plans
boo-2-a-madea-halloween boo-2-a-madea-halloween
boo-a-madea-halloween boo-a-madea-halloween
book book
@ -6955,7 +6943,6 @@ briarpatch
bricks/image bricks/image
bridesmaids bridesmaids
broadband broadband
brouillon/
browse-2 browse-2
browse.aspx browse.aspx
browse/*?*= browse/*?*=
@ -7584,7 +7571,7 @@ cart.srv
cart? cart?
cartoon cartoon
carts carts
case-studies/http://wretch.cc/robots.txt case-studies/http://nielsen.com/robots.txt
cash cash
cashout cashout
cassette.axd/manifest.xml cassette.axd/manifest.xml
@ -7630,7 +7617,7 @@ cdn-cgi
cdn-cgi/ cdn-cgi/
cdn-cgi/bm/cv cdn-cgi/bm/cv
cdn-cgi/challenge-platform cdn-cgi/challenge-platform
cdn-cgi/http://medium.com/robots.txt cdn-cgi/http://eji.org/robots.txt
cdn-cgi/images/trace cdn-cgi/images/trace
cdn-cgi/l/email-protection cdn-cgi/l/email-protection
cdn-cgi/rum cdn-cgi/rum
@ -7638,7 +7625,7 @@ cdn-cgi/scripts
cdn-cgi/speculation cdn-cgi/speculation
cdn-cgi/styles cdn-cgi/styles
cdn-cgi/zaraz cdn-cgi/zaraz
cdn-cgi/zaraz/http://deezer.com/robots.txt cdn-cgi/zaraz/http://cdtfa.ca.gov/robots.txt
cdn-proxy/pim cdn-proxy/pim
cdn-proxy/px cdn-proxy/px
cdn.jwplayer.com/previews cdn.jwplayer.com/previews
@ -7663,7 +7650,7 @@ cgi-bin/koha/
cgi-bin/loginpage cgi-bin/loginpage
cgi-bin/search.fpl cgi-bin/search.fpl
cgi-bin/wx cgi-bin/wx
cgi-binhttp://ifttt.com/robots.txt cgi-binhttp://itvs.org/robots.txt
cgi-local cgi-local
cgi-mad/ cgi-mad/
cgi-pct/ cgi-pct/
@ -7787,7 +7774,6 @@ checkForm=
checkout checkout
checkout-external checkout-external
checkout/package checkout/package
checkouthttp://moderncalculators.com/robots.txt
checkoutnow checkoutnow
checkouts checkouts
checkpoint checkpoint
@ -7970,7 +7956,7 @@ code
code-connect-docs code-connect-docs
code-docs code-docs
code/* code/*
code/http://w3techs.com/robots.txt code/http://gitlab.com/robots.txt
codeCoverage codeCoverage
coderpad-for-figjam/$ coderpad-for-figjam/$
codesamples/ codesamples/
@ -10049,7 +10035,7 @@ confirmation
conflagexp conflagexp
connect connect
connect/@ connect/@
connect/http://blog.twitter.com/robots.txt connect/http://s3-us-west-2.amazonaws.com/robots.txt
connect/social-intranet.html connect/social-intranet.html
connections connections
connections/recent connections/recent
@ -10193,7 +10179,7 @@ content/search
content/telegraph content/telegraph
content/temp/* content/temp/*
content/websites/languages content/websites/languages
content/websites/us/en/noindex/*http://x.com/robots.txt content/websites/us/en/noindex/*http://discord.com/robots.txt
content_reporting content_reporting
content_title= content_title=
contest contest
@ -11632,7 +11618,22 @@ discount_type=
discover discover
discover/trending/detail discover/trending/detail
discovery discovery
discuss
discuss/*?*api_key
discuss/*?api_key
discuss/admin
discuss/assets/browser-update*.js
discuss/auth
discuss/badges
discuss/c/*.rss
discuss/email
discuss/g
discuss/my
discuss/search discuss/search
discuss/session
discuss/t/*/*.rss
discuss/tag/*/l
discuss/user-api-key
discussion discussion
discussion/comment-permalink discussion/comment-permalink
discussion/edit-profile discussion/edit-profile
@ -12003,7 +12004,6 @@ el/search/default.mi
elastictranscoder/2012-09-25 elastictranscoder/2012-09-25
elearning/ elearning/
election-results-data election-results-data
elections/resultats
electrode/api/logger electrode/api/logger
element/*goodbye element/*goodbye
element/? element/?
@ -14234,7 +14234,7 @@ fastanswers
fatalerror.html fatalerror.html
faves-i_love_u_get_away_from_me faves-i_love_u_get_away_from_me
favicon.ico favicon.ico
favicon.icohttp://blog.google/robots.txt favicon.icohttp://blacklivesmatter.com/robots.txt
favorit-hinzufuegen favorit-hinzufuegen
favorit-loeschen favorit-loeschen
favorites? favorites?
@ -14430,7 +14430,7 @@ files/developer
files/resources files/resources
fileview fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://iso.org/robots.txt filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://2.bp.blogspot.com/robots.txt
filter/ filter/
filter/tips filter/tips
filter/tips filter/tips
@ -14453,7 +14453,7 @@ find
find$ find$
find-more find-more
find/ find/
find/*http://freepik.com/robots.txt find/*http://pixiv.net/robots.txt
finetune finetune
fios fios
firefox/? firefox/?
@ -16239,7 +16239,7 @@ forum/members
forum/online forum/online
forum/posts forum/posts
forum/search forum/search
forum/ucp.phphttp://embassybel.ru/robots.txt forum/ucp.phphttp://adweek.com/robots.txt
forum/viewtopic.php forum/viewtopic.php
forum/whats-new forum/whats-new
forumTeaser forumTeaser
@ -17294,7 +17294,7 @@ fy-NL/firefox/collections/mozilla
fy-NL/firefox/collections/mozilla/$ fy-NL/firefox/collections/mozilla/$
fy-NL/firefox/search fy-NL/firefox/search
g g
g/4arE9Chttp://flickr.com/robots.txt g/4arE9Chttp://nps.gov/robots.txt
g/api g/api
ga-actions/formie/forms/refresh-tokens ga-actions/formie/forms/refresh-tokens
ga/p ga/p
@ -17912,12 +17912,6 @@ home-improvement-dueling-digs
home/dashboard home/dashboard
home/global_feed home/global_feed
home/index_rss home/index_rss
home/internet/how-to-fix-wi-fi-dead-spots-in-your-home
home/internet/how-to-test-your-home-internet-speed-and-what-to-do-with-the-results
home/internet/internet-data-caps-explained-how-to-avoid-overages-and-find-unlimited-plans
home/internet/lag-free-internet-how-to-find-the-right-internet-speed-for-a-family-of-4-or-more
home/internet/this-is-the-equipment-experts-recommend-for-fast-home-internet
home/internet/what-do-symmetrical-internet-speeds-mean-and-do-i-need-it
home/internet/xfinity-vs-att-which-internet-provider-is-best home/internet/xfinity-vs-att-which-internet-provider-is-best
home/internet/xfinity-vs-verizon-which-internet-provider-is-best home/internet/xfinity-vs-verizon-which-internet-provider-is-best
home/search.html home/search.html
@ -18042,42 +18036,42 @@ html/story
html5 html5
http http
http2_data http2_data
http://2.bp.blogspot.com/robots.txt http://1drv.ms/robots.txt
http://akparti.org.tr/robots.txt http://9gag.com/robots.txt
http://aliexpress.com/robots.txt
http://amazon.co.jp/robots.txt
http://amazon.co.uk/robots.txt
http://amazon.com/robots.txt
http://amazon.de/robots.txt
http://amazon.es/robots.txt http://amazon.es/robots.txt
http://amazon.fr/robots.txt http://anchor.fm/robots.txt
http://amazon.in/robots.txt http://apis.google.com/robots.txt
http://amazon.it/robots.txt http://arminbwagner.com/robots.txt
http://ameblo.jp/robots.txt http://bible.com/robots.txt
http://apple.com/robots.txt http://blog.google/robots.txt
http://en.m.wikipedia.org/robots.txt http://calendar.google.com/robots.txt
http://gist.github.com/robots.txt http://diigo.com/robots.txt
http://govostis.gr/robots.txt http://drupal.org/robots.txt
http://groupon.com/robots.txt http://etsy.com/robots.txt
http://healthline.com/robots.txt http://eventbrite.co.uk/robots.txt
http://img.youtube.com/robots.txt http://feedly.com/robots.txt
http://irishtimes.com/robots.txt http://freepik.com/robots.txt
http://kickstarter.com/robots.txt http://ftc.gov/robots.txt
http://nationalgeographic.com/robots.txt http://google.it/robots.txt
http://patents.google.com/robots.txt http://gov.uk/robots.txt
http://python.org/robots.txt http://hackernoon.com/robots.txt
http://seekingalpha.com/robots.txt http://history.com/robots.txt
http://sites.google.com/robots.txt http://i0.wp.com/robots.txt
http://smithsonianmag.com/robots.txt http://iso.org/robots.txt
http://static.wixstatic.com/robots.txt http://jetbrains.com/robots.txt
http://techradar.com/robots.txt http://material.io/robots.txt
http://thelancet.com/robots.txt http://meta.com/robots.txt
http://threads.net/robots.txt http://moderncalculators.com/robots.txt
http://tracks.arte.tv/robots.txt http://money.cnn.com/robots.txt
http://upload.wikimedia.org/robots.txt http://plushcare.com/robots.txt
http://use.fontawesome.com/robots.txt http://quora.com/robots.txt
http://vox.com/robots.txt http://scribd.com/robots.txt
http://weebly.com/robots.txt http://shopify.com/robots.txt
http://skillshare.com/robots.txt
http://smile.amazon.com/robots.txt
http://theglobeandmail.com/robots.txt
http://transparencyreport.google.com/robots.txt
http://waze.com/robots.txt
https://player.cnevids.com https://player.cnevids.com
https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide https://www.iubenda.com/en/help/126238-pricing-faqs-legacy-guide
https://www.iubenda.com/en/help/142642-old-vs-new-pricing https://www.iubenda.com/en/help/142642-old-vs-new-pricing
@ -18716,7 +18710,7 @@ integrations
intelligencer/amp intelligencer/amp
intent intent
interactive interactive
interactive*http://fda.gov/robots.txt interactive*http://scmp.com/robots.txt
interactive/reading-preference interactive/reading-preference
interactives/sponsor-story interactives/sponsor-story
intercept intercept
@ -21012,6 +21006,7 @@ messaging/ajax_already_messaged
meta meta
meta-ai-answers meta-ai-answers
meta-site meta-site
meta.json
meta/sitemap meta/sitemap
metrics metrics
metro/*?from metro/*?from
@ -21162,6 +21157,7 @@ mortgages
most-read/sport most-read/sport
mostviewed mostviewed
motive motive
motors/diy/beacon
motors/diy/blog motors/diy/blog
motors/fnd motors/fnd
movie movie
@ -21189,7 +21185,7 @@ mre/*.jpg$
mre/*.js$ mre/*.js$
mre/*.pdf$ mre/*.pdf$
mre/*.png$ mre/*.png$
mre/*.zip$http://gov.uk/robots.txt mre/*.zip$http://buystiiizypods.com/robots.txt
mre/*? mre/*?
mre/*@@configuracoes_view mre/*@@configuracoes_view
mre/*@@download/file$ mre/*@@download/file$
@ -21231,7 +21227,7 @@ mu_api
multiproduct multiproduct
multivu multivu
munin munin
munin*http://podcasters.spotify.com/robots.txt munin*http://pnas.org/robots.txt
muse/identity/v2/identity.js muse/identity/v2/identity.js
museumdays/accounts museumdays/accounts
music music
@ -22281,7 +22277,7 @@ p/*/v/*$
p/*/v/*? p/*/v/*?
p/*/victory$ p/*/victory$
p/*/victory? p/*/victory?
p/*http://socialimpact.youtube.com/robots.txt p/*http://wretch.cc/robots.txt
p/*surveyopen p/*surveyopen
p/*thm= p/*thm=
p/60 p/60
@ -22589,7 +22585,6 @@ parental-consent/confirmation
parental-passcode parental-passcode
parents/activity-finder parents/activity-finder
parents/search parents/search
parking.php4
parliament/public/traineeship/secured/ parliament/public/traineeship/secured/
parliament/public/transltraineeship/secured parliament/public/transltraineeship/secured
parsely-api-endpoint parsely-api-endpoint
@ -23039,6 +23034,7 @@ plugin-docs
plugins plugins
plugins. plugins.
plugins/?s= plugins/?s=
plugins/search
plus/experience plus/experience
plus/experience/*/series plus/experience/*/series
plus/experience/dreamforce_2025_x_test plus/experience/dreamforce_2025_x_test
@ -23186,7 +23182,7 @@ premium$
premium-reports premium-reports
premium/ premium/
premium/$ premium/$
premium/http://s.w.org/robots.txt premium/http://sgtrains.com/robots.txt
premiumsupport/iam/ premiumsupport/iam/
premiumsupport/knowledge-center/feedback-no/ premiumsupport/knowledge-center/feedback-no/
premiumsupport/knowledge-center/feedback-yes/ premiumsupport/knowledge-center/feedback-yes/
@ -23269,7 +23265,7 @@ privacy/zoho-group.html
private private
private private
private-promo private-promo
private/http://about.fb.com/robots.txt private/http://obsproject.com/robots.txt
private/wtrack private/wtrack
pro pro
pro-help/q pro-help/q
@ -23303,7 +23299,7 @@ product-integrations/figma-for-microsoft-teams/$
product-integrations/google-workspace/$ product-integrations/google-workspace/$
product-integrations/zoom/$ product-integrations/zoom/$
product-managers/$ product-managers/$
product-ratings/http://wix.com/robots.txt product-ratings/http://people.com/robots.txt
product-reviews/B0069IY63Y product-reviews/B0069IY63Y
product/* product/*
product/electrode/api/logger product/electrode/api/logger
@ -23450,7 +23446,6 @@ protocolexchange/labgroups
prototyping/$ prototyping/$
proxy proxy
proxy proxy
proxy/
prp prp
prtpage prtpage
prv/originalfile prv/originalfile
@ -25270,6 +25265,7 @@ savannah-checkouts
save save
save/save-agency-search-tool save/save-agency-search-tool
save/save-agency-search-tool/export save/save-agency-search-tool/export
saved-research
savedhomes savedhomes
sb sb
sbs/ sbs/
@ -25606,7 +25602,7 @@ search_rss$
search_suggest search_suggest
searchdeb/ searchdeb/
searches searches
searchhttp://creativecommons.org/robots.txt searchhttp://hootsuite.com/robots.txt
searchresults searchresults
searchresults.aspx searchresults.aspx
searchsuggest searchsuggest
@ -25972,7 +25968,7 @@ site-explorer/ajax
site-react-dropdown site-react-dropdown
site-search site-search
site.webmanifest site.webmanifest
site/http://steamcommunity.com/robots.txt site/http://gist.github.com/robots.txt
site/search site/search
site/us/en/test/ site/us/en/test/
siteBackHtml siteBackHtml
@ -27196,7 +27192,6 @@ switch-membership
sydney-white sydney-white
syndicate syndicate
syndication_cookie_sync syndication_cookie_sync
synsearch/
system system
system/ system/
system/cron/cron.txt system/cron/cron.txt
@ -27224,7 +27219,7 @@ tag
tag-manager tag-manager
tag-manager-360 tag-manager-360
tag/ tag/
tag/*+http://dinotim.com/robots.txt tag/*+http://loc.gov/robots.txt
tag/*/page tag/*/page
tag/credible tag/credible
tag/expire-images tag/expire-images
@ -27300,15 +27295,11 @@ tealeaf
teamplain/ teamplain/
teams teams
tech/*s= tech/*s=
tech/mobile/apple-iphone-17-event-september-2025-what-to-expect
tech/mobile/i-underestimated-workout-buddy-apples-playing-the-long-game-for-ai-coaching
tech/mobile/the-iphone-17s-screen-could-get-a-long-awaited-feature-youll-notice-every-day
tech/services-and-software/a-guide-to-data-removal-services-should-you-pay-for-privacy tech/services-and-software/a-guide-to-data-removal-services-should-you-pay-for-privacy
tech/services-and-software/crypto-new-tax-form-rules tech/services-and-software/crypto-new-tax-form-rules
tech/services-and-software/data-brokers-how-your-personal-data-becomes-business tech/services-and-software/data-brokers-how-your-personal-data-becomes-business
tech/services-and-software/end-year-tax-checklist-maximize-tax-refund tech/services-and-software/end-year-tax-checklist-maximize-tax-refund
tech/services-and-software/how-to-prevent-irs-penalties-and-delays-this-tax-season tech/services-and-software/how-to-prevent-irs-penalties-and-delays-this-tax-season
tech/services-and-software/ios-26-beta-cheat-sheet-what-to-know-about-the-upcoming-iphone-update
tech/services-and-software/married-single-or-self-employed-how-your-filing-status-changes-everything tech/services-and-software/married-single-or-self-employed-how-your-filing-status-changes-everything
tech/services-and-software/self-employment-tax-guide-1099-contractor tech/services-and-software/self-employment-tax-guide-1099-contractor
tech/services-and-software/w2-vs-1099-difference tech/services-and-software/w2-vs-1099-difference
@ -27731,7 +27722,7 @@ test.html
test_community test_community
testfl testfl
testgpr testgpr
testhttp://moskva.stroi-podryad.ru/robots.txt testhttp://500px.com/robots.txt
testing testing
testpage-forhomepage testpage-forhomepage
tests/* tests/*
@ -28230,10 +28221,6 @@ try-search-term
try? try?
trylater trylater
tsa tsa
tto/archive/article
tto/archive/find
tto/archive/frame/article
tto/archive/page
tucritica tucritica
tune*retpath= tune*retpath=
turbo turbo
@ -28942,7 +28929,7 @@ uxtest/ux/
uy uy
uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf uy/es/ServicesLandingPage/AdvisoryLanding/RPA/Robotic_Process%20Automation_insert.pdf
uy/help uy/help
uz/http://bilgematics.com/robots.txt uz/http://beacons.ai/robots.txt
v v
v$ v$
v/badge v/badge
@ -29157,7 +29144,6 @@ vote-review
votre-europarl/ votre-europarl/
voucher voucher
voyager/api voyager/api
voyages
vp vp
vp2 vp2
vpBaselines vpBaselines
@ -29305,12 +29291,16 @@ webinars/how-providing-ai-agents-with-context-is-redefining-design-to-code/$
webinars/how-ruggable-scales/$ webinars/how-ruggable-scales/$
webinars/improving-ai-code-gen-video/$ webinars/improving-ai-code-gen-video/$
webinars/improving-ai-code-gen/$ webinars/improving-ai-code-gen/$
webinars/in-the-file-botim-video/$
webinars/in-the-file-botim/$
webinars/india-companies-are-designing-at-scale/$ webinars/india-companies-are-designing-at-scale/$
webinars/mcp-github-copilot-video/$ webinars/mcp-github-copilot-video/$
webinars/mcp-github-copilot/$ webinars/mcp-github-copilot/$
webinars/migrating-to-figma/$ webinars/migrating-to-figma/$
webinars/new-pm-playbook-video/$ webinars/new-pm-playbook-video/$
webinars/new-pm-playbook/$ webinars/new-pm-playbook/$
webinars/organization-onboarding-video/$
webinars/organization-onboarding/$
webinars/redesigning-handoff/$ webinars/redesigning-handoff/$
webinars/redesigning-transportation-with-volvo/$ webinars/redesigning-transportation-with-volvo/$
webinars/redesigning-travel/$ webinars/redesigning-travel/$
@ -29834,9 +29824,9 @@ wiki/Wikipedia_discusión:Solicitudes_de_verificación_de_usuarios
wiki/Wikipedia_discusión:Supresores/Candidaturas wiki/Wikipedia_discusión:Supresores/Candidaturas
wiki/Wikipedia_talk%3AAbuse_reports wiki/Wikipedia_talk%3AAbuse_reports
wiki/Wikipedia_talk%3AAbuse_response wiki/Wikipedia_talk%3AAbuse_response
wiki/Wikipedia_talk%3AAdministrator_electionshttp://en.wikipedia.org/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://creativecommons.org/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://engadget.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://prezi.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_electionshttp://wikihow.com/robots.txt wiki/Wikipedia_talk%3AAdministrator_electionshttp://venturebeat.com/robots.txt
wiki/Wikipedia_talk%3AAdministrator_recall wiki/Wikipedia_talk%3AAdministrator_recall
wiki/Wikipedia_talk%3AAdministrator_review wiki/Wikipedia_talk%3AAdministrator_review
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
@ -30134,7 +30124,9 @@ wp-admin
wp-admin/ wp-admin/
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.php wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://starbucks.com/robots.txt wp-admin/admin-ajax.phphttp://img1.wsimg.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv wp-adv
wp-apps/imrs.php wp-apps/imrs.php
wp-comments-post.php wp-comments-post.php
@ -30309,7 +30301,7 @@ year
your your
your-shop your-shop
youreurope/businessACC youreurope/businessACC
youreurope/businessDEV/http://europarl.europa.eu/robots.txt youreurope/businessDEV/http://fortune.com/robots.txt
youreurope/citizensACC youreurope/citizensACC
youreurope/citizensDEV youreurope/citizensDEV
yourtake yourtake
@ -30612,7 +30604,7 @@ zz-test
404 404
404 404
404.html 404.html
413gkwMT/http://sgtrains.com/robots.txt 413gkwMT/http://blog.naver.com/robots.txt
429.html 429.html
500 500
500 500