mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-11 17:49:02 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
dbd8625266
commit
e8e0700f06
28 changed files with 4491 additions and 3424 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1756537413
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1756461844
|
||||
"last_update": 1756548222
|
||||
}
|
||||
}
|
||||
|
|
@ -80188,6 +80188,11 @@ link/src/EventSubscriber/DefaultContentSubscriber.php
|
|||
src/EventSubscriber/DefaultContentSubscriber.php
|
||||
EventSubscriber/DefaultContentSubscriber.php
|
||||
DefaultContentSubscriber.php
|
||||
core/modules/link/src/LinkTitleVisibility.php
|
||||
modules/link/src/LinkTitleVisibility.php
|
||||
link/src/LinkTitleVisibility.php
|
||||
src/LinkTitleVisibility.php
|
||||
LinkTitleVisibility.php
|
||||
core/modules/link/migrations/state/link.migrate_drupal.yml
|
||||
modules/link/migrations/state/link.migrate_drupal.yml
|
||||
link/migrations/state/link.migrate_drupal.yml
|
||||
|
|
@ -96466,6 +96471,14 @@ tests/src/Functional/UpdateTestTrait.php
|
|||
src/Functional/UpdateTestTrait.php
|
||||
Functional/UpdateTestTrait.php
|
||||
UpdateTestTrait.php
|
||||
core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
UpdateEmptyEmailsUpdatePathTest.php
|
||||
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
|
||||
modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
|
||||
update/tests/src/Functional/UpdateSemverCoreTestBase.php
|
||||
|
|
|
|||
|
|
@ -11413,6 +11413,7 @@ core/modules/link/src/Plugin/Validation/Constraint/LinkAccessConstraint.php
|
|||
core/modules/link/src/AttributeXss.php
|
||||
core/modules/link/src/Hook/LinkHooks.php
|
||||
core/modules/link/src/EventSubscriber/DefaultContentSubscriber.php
|
||||
core/modules/link/src/LinkTitleVisibility.php
|
||||
core/modules/link/migrations/state/link.migrate_drupal.yml
|
||||
core/modules/link/config/schema/link.schema.yml
|
||||
core/modules/link/link.module
|
||||
|
|
@ -13775,6 +13776,7 @@ core/modules/update/tests/src/Functional/UpdateManagerTest.php
|
|||
core/modules/update/tests/src/Functional/UpdateMiscTest.php
|
||||
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php
|
||||
core/modules/update/tests/src/Functional/UpdateTestTrait.php
|
||||
core/modules/update/tests/src/Functional/Update/UpdateEmptyEmailsUpdatePathTest.php
|
||||
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php
|
||||
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php
|
||||
core/modules/update/tests/src/Functional/UpdateTestBase.php
|
||||
|
|
|
|||
|
|
@ -36301,6 +36301,12 @@ unit/hooks/useSortableIndexedList.test.ts
|
|||
hooks/useSortableIndexedList.test.ts
|
||||
useSortableIndexedList.test.ts
|
||||
yarn.lock
|
||||
adr/README.md
|
||||
README.md
|
||||
adr/0002-page-objects-pattern.md
|
||||
0002-page-objects-pattern.md
|
||||
adr/0001-aaa-test-structure.md
|
||||
0001-aaa-test-structure.md
|
||||
compose.yml
|
||||
package.json
|
||||
.cursor/rules/yarn.mdc
|
||||
|
|
@ -36425,21 +36431,15 @@ e2e/compose.e2e.yml
|
|||
compose.e2e.yml
|
||||
e2e/playwright.config.mjs
|
||||
playwright.config.mjs
|
||||
e2e/adr/README.md
|
||||
adr/README.md
|
||||
README.md
|
||||
e2e/adr/0002-page-objects-pattern.md
|
||||
adr/0002-page-objects-pattern.md
|
||||
0002-page-objects-pattern.md
|
||||
e2e/adr/0001-aaa-test-structure.md
|
||||
adr/0001-aaa-test-structure.md
|
||||
0001-aaa-test-structure.md
|
||||
e2e/package.json
|
||||
package.json
|
||||
e2e/tests/public/homepage.test.ts
|
||||
tests/public/homepage.test.ts
|
||||
public/homepage.test.ts
|
||||
homepage.test.ts
|
||||
e2e/tests/post-factory.test.ts
|
||||
tests/post-factory.test.ts
|
||||
post-factory.test.ts
|
||||
e2e/tests/admin/analytics/location.test.ts
|
||||
tests/admin/analytics/location.test.ts
|
||||
admin/analytics/location.test.ts
|
||||
|
|
@ -36506,22 +36506,32 @@ index.ts
|
|||
e2e/data-factory/README.md
|
||||
data-factory/README.md
|
||||
README.md
|
||||
e2e/data-factory/tests/post-factory.test.ts
|
||||
data-factory/tests/post-factory.test.ts
|
||||
tests/post-factory.test.ts
|
||||
post-factory.test.ts
|
||||
e2e/data-factory/.env.example
|
||||
data-factory/.env.example
|
||||
.env.example
|
||||
e2e/data-factory/persistence/adapters/api.ts
|
||||
data-factory/persistence/adapters/api.ts
|
||||
persistence/adapters/api.ts
|
||||
adapters/api.ts
|
||||
api.ts
|
||||
e2e/data-factory/persistence/adapters/knex.ts
|
||||
data-factory/persistence/adapters/knex.ts
|
||||
persistence/adapters/knex.ts
|
||||
adapters/knex.ts
|
||||
knex.ts
|
||||
e2e/data-factory/persistence/adapters/ghost-api.ts
|
||||
data-factory/persistence/adapters/ghost-api.ts
|
||||
persistence/adapters/ghost-api.ts
|
||||
adapters/ghost-api.ts
|
||||
ghost-api.ts
|
||||
e2e/data-factory/persistence/adapter.ts
|
||||
data-factory/persistence/adapter.ts
|
||||
persistence/adapter.ts
|
||||
adapter.ts
|
||||
e2e/data-factory/setup/index.ts
|
||||
data-factory/setup/index.ts
|
||||
setup/index.ts
|
||||
index.ts
|
||||
e2e/data-factory/utils.ts
|
||||
data-factory/utils.ts
|
||||
utils.ts
|
||||
|
|
|
|||
|
|
@ -5633,6 +5633,9 @@ apps/admin-x-design-system/test/unit/utils/formatUrl.test.ts
|
|||
apps/admin-x-design-system/test/unit/hooks/usePagination.test.ts
|
||||
apps/admin-x-design-system/test/unit/hooks/useSortableIndexedList.test.ts
|
||||
yarn.lock
|
||||
adr/README.md
|
||||
adr/0002-page-objects-pattern.md
|
||||
adr/0001-aaa-test-structure.md
|
||||
compose.yml
|
||||
package.json
|
||||
.cursor/rules/yarn.mdc
|
||||
|
|
@ -5662,11 +5665,9 @@ e2e/helpers/utils/app-config.ts
|
|||
e2e/README.md
|
||||
e2e/compose.e2e.yml
|
||||
e2e/playwright.config.mjs
|
||||
e2e/adr/README.md
|
||||
e2e/adr/0002-page-objects-pattern.md
|
||||
e2e/adr/0001-aaa-test-structure.md
|
||||
e2e/package.json
|
||||
e2e/tests/public/homepage.test.ts
|
||||
e2e/tests/post-factory.test.ts
|
||||
e2e/tests/admin/analytics/location.test.ts
|
||||
e2e/tests/admin/analytics/overview.test.ts
|
||||
e2e/tests/admin/analytics/web-traffic.test.ts
|
||||
|
|
@ -5683,10 +5684,12 @@ e2e/data-factory/factories/factory.ts
|
|||
e2e/data-factory/factories/posts/post-factory.ts
|
||||
e2e/data-factory/index.ts
|
||||
e2e/data-factory/README.md
|
||||
e2e/data-factory/tests/post-factory.test.ts
|
||||
e2e/data-factory/.env.example
|
||||
e2e/data-factory/persistence/adapters/api.ts
|
||||
e2e/data-factory/persistence/adapters/knex.ts
|
||||
e2e/data-factory/persistence/adapters/ghost-api.ts
|
||||
e2e/data-factory/persistence/adapter.ts
|
||||
e2e/data-factory/setup/index.ts
|
||||
e2e/data-factory/utils.ts
|
||||
e2e/.eslintrc.js
|
||||
.vscode/launch.json
|
||||
|
|
|
|||
|
|
@ -6321,6 +6321,8 @@ rm-auth-magic.md
|
|||
shaggy-beds-know.md
|
||||
.changeset/seven-windows-itch.md
|
||||
seven-windows-itch.md
|
||||
.changeset/stupid-seas-burn.md
|
||||
stupid-seas-burn.md
|
||||
.changeset/green-lizards-yawn.md
|
||||
green-lizards-yawn.md
|
||||
.changeset/indexed-types.md
|
||||
|
|
|
|||
|
|
@ -1524,6 +1524,7 @@ CONTRIBUTING.md
|
|||
.changeset/rm-auth-magic.md
|
||||
.changeset/shaggy-beds-know.md
|
||||
.changeset/seven-windows-itch.md
|
||||
.changeset/stupid-seas-burn.md
|
||||
.changeset/green-lizards-yawn.md
|
||||
.changeset/indexed-types.md
|
||||
.changeset/maybe-item.md
|
||||
|
|
|
|||
|
|
@ -5658,6 +5658,14 @@ Magento/GraphQl/Cms/CmsBlockTest.php
|
|||
GraphQl/Cms/CmsBlockTest.php
|
||||
Cms/CmsBlockTest.php
|
||||
CmsBlockTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
api-functional/testsuite/Magento/GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
testsuite/Magento/GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
Magento/GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
Cms/CmsPageErrorHandlingTest.php
|
||||
CmsPageErrorHandlingTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php
|
||||
tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php
|
||||
api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php
|
||||
|
|
@ -128103,6 +128111,13 @@ Test/Unit/Helper/UrlRewriteTest.php
|
|||
Unit/Helper/UrlRewriteTest.php
|
||||
Helper/UrlRewriteTest.php
|
||||
UrlRewriteTest.php
|
||||
app/code/Magento/UrlRewrite/Test/Fixture/CmsPage.php
|
||||
code/Magento/UrlRewrite/Test/Fixture/CmsPage.php
|
||||
Magento/UrlRewrite/Test/Fixture/CmsPage.php
|
||||
UrlRewrite/Test/Fixture/CmsPage.php
|
||||
Test/Fixture/CmsPage.php
|
||||
Fixture/CmsPage.php
|
||||
CmsPage.php
|
||||
app/code/Magento/UrlRewrite/Test/Fixture/UrlRewrite.php
|
||||
code/Magento/UrlRewrite/Test/Fixture/UrlRewrite.php
|
||||
Magento/UrlRewrite/Test/Fixture/UrlRewrite.php
|
||||
|
|
@ -163175,6 +163190,14 @@ Test/Mftf/Test/AdminCreateRootCategoryAndSubcategoriesTest.xml
|
|||
Mftf/Test/AdminCreateRootCategoryAndSubcategoriesTest.xml
|
||||
Test/AdminCreateRootCategoryAndSubcategoriesTest.xml
|
||||
AdminCreateRootCategoryAndSubcategoriesTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
code/Magento/Catalog/Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
Magento/Catalog/Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
Catalog/Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
AdminUnassignAllWebsitesFromProductTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AlterAnchorCategoryTest.xml
|
||||
code/Magento/Catalog/Test/Mftf/Test/AlterAnchorCategoryTest.xml
|
||||
Magento/Catalog/Test/Mftf/Test/AlterAnchorCategoryTest.xml
|
||||
|
|
@ -227087,6 +227110,14 @@ Test/Mftf/ActionGroup/AdminEnablePayPalExpressCheckoutPayLaterActionGroup.xml
|
|||
Mftf/ActionGroup/AdminEnablePayPalExpressCheckoutPayLaterActionGroup.xml
|
||||
ActionGroup/AdminEnablePayPalExpressCheckoutPayLaterActionGroup.xml
|
||||
AdminEnablePayPalExpressCheckoutPayLaterActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
code/Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalValidatePayPalPopupCreateAccountActionGroup.xml
|
||||
code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalValidatePayPalPopupCreateAccountActionGroup.xml
|
||||
Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalValidatePayPalPopupCreateAccountActionGroup.xml
|
||||
|
|
|
|||
|
|
@ -695,6 +695,7 @@ dev/tests/api-functional/testsuite/Magento/GraphQl/VariablesSupportQueryTest.php
|
|||
dev/tests/api-functional/testsuite/Magento/GraphQl/ContactUs/ContactUsTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsBlockTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Cms/CmsPageErrorHandlingTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Guest/SubscribeEmailToNewsletterTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/NewsletterIsEnabledTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Newsletter/Customer/SubscribeEmailToNewsletterTest.php
|
||||
|
|
@ -15035,6 +15036,7 @@ app/code/Magento/UrlRewrite/Test/Unit/Model/MergeDataProviderTest.php
|
|||
app/code/Magento/UrlRewrite/Test/Unit/Block/Catalog/Edit/FormTest.php
|
||||
app/code/Magento/UrlRewrite/Test/Unit/Service/V1/Data/UrlRewriteTest.php
|
||||
app/code/Magento/UrlRewrite/Test/Unit/Helper/UrlRewriteTest.php
|
||||
app/code/Magento/UrlRewrite/Test/Fixture/CmsPage.php
|
||||
app/code/Magento/UrlRewrite/Test/Fixture/UrlRewrite.php
|
||||
app/code/Magento/UrlRewrite/composer.json
|
||||
app/code/Magento/UrlRewrite/LICENSE_AFL.txt
|
||||
|
|
@ -19261,6 +19263,7 @@ app/code/Magento/Catalog/Test/Mftf/Test/AdminMassUpdateProductStatusStoreViewSco
|
|||
app/code/Magento/Catalog/Test/Mftf/Test/VerifyChildCategoriesShouldNotIncludeInMenuTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminAlertDoseNotAppearOnProductPageTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateRootCategoryAndSubcategoriesTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignAllWebsitesFromProductTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AlterAnchorCategoryTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminCreateCategoryWithProductsGridFilterTest.xml
|
||||
app/code/Magento/Catalog/Test/Mftf/Test/AdminDeleteProductsImageWithCustomOptionTest.xml
|
||||
|
|
@ -27042,6 +27045,7 @@ app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminUnselectDisableFundingActionG
|
|||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/EnablePayPalSolutionWithoutSaveActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalStandardActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminEnablePayPalExpressCheckoutPayLaterActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminPayPalExpressCheckoutEnableWithOutContextActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/StorefrontLoginToPayPalValidatePayPalPopupCreateAccountActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminSavePaymentConfigActionGroup.xml
|
||||
app/code/Magento/Paypal/Test/Mftf/ActionGroup/AdminAssertDefaultValuesInPayflowPaylaterHomePageActionGroup.xml
|
||||
|
|
|
|||
|
|
@ -6789,6 +6789,13 @@ Areas/Admin/Components/StoreScopeConfigurationViewComponent.cs
|
|||
Admin/Components/StoreScopeConfigurationViewComponent.cs
|
||||
Components/StoreScopeConfigurationViewComponent.cs
|
||||
StoreScopeConfigurationViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/MetaTagGeneratorViewComponent.cs
|
||||
Presentation/Nop.Web/Areas/Admin/Components/MetaTagGeneratorViewComponent.cs
|
||||
Nop.Web/Areas/Admin/Components/MetaTagGeneratorViewComponent.cs
|
||||
Areas/Admin/Components/MetaTagGeneratorViewComponent.cs
|
||||
Admin/Components/MetaTagGeneratorViewComponent.cs
|
||||
Components/MetaTagGeneratorViewComponent.cs
|
||||
MetaTagGeneratorViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/AdminLanguageSelectorViewComponent.cs
|
||||
Presentation/Nop.Web/Areas/Admin/Components/AdminLanguageSelectorViewComponent.cs
|
||||
Nop.Web/Areas/Admin/Components/AdminLanguageSelectorViewComponent.cs
|
||||
|
|
@ -9111,6 +9118,16 @@ Shared/Components/StoreScopeConfiguration/Default.cshtml
|
|||
Components/StoreScopeConfiguration/Default.cshtml
|
||||
StoreScopeConfiguration/Default.cshtml
|
||||
Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Nop.Web/Areas/Admin/Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Areas/Admin/Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Admin/Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
Components/MetaTagsGenerator/Default.cshtml
|
||||
MetaTagsGenerator/Default.cshtml
|
||||
Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/FullDescriptionGenerator/Default.cshtml
|
||||
Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/FullDescriptionGenerator/Default.cshtml
|
||||
Nop.Web/Areas/Admin/Views/Shared/Components/FullDescriptionGenerator/Default.cshtml
|
||||
|
|
@ -11535,6 +11552,13 @@ Areas/Admin/Controllers/PluginController.cs
|
|||
Admin/Controllers/PluginController.cs
|
||||
Controllers/PluginController.cs
|
||||
PluginController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
Presentation/Nop.Web/Areas/Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
Nop.Web/Areas/Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
Areas/Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
Controllers/ArtificialIntelligenceController.cs
|
||||
ArtificialIntelligenceController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/PreferencesController.cs
|
||||
Presentation/Nop.Web/Areas/Admin/Controllers/PreferencesController.cs
|
||||
Nop.Web/Areas/Admin/Controllers/PreferencesController.cs
|
||||
|
|
@ -13332,6 +13356,14 @@ Admin/Models/Common/CommonStatisticsModel.cs
|
|||
Models/Common/CommonStatisticsModel.cs
|
||||
Common/CommonStatisticsModel.cs
|
||||
CommonStatisticsModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/MetaTagsGeneratorModel.cs
|
||||
Presentation/Nop.Web/Areas/Admin/Models/Common/MetaTagsGeneratorModel.cs
|
||||
Nop.Web/Areas/Admin/Models/Common/MetaTagsGeneratorModel.cs
|
||||
Areas/Admin/Models/Common/MetaTagsGeneratorModel.cs
|
||||
Admin/Models/Common/MetaTagsGeneratorModel.cs
|
||||
Models/Common/MetaTagsGeneratorModel.cs
|
||||
Common/MetaTagsGeneratorModel.cs
|
||||
MetaTagsGeneratorModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/MultistorePreviewModel.cs
|
||||
Presentation/Nop.Web/Areas/Admin/Models/Common/MultistorePreviewModel.cs
|
||||
Nop.Web/Areas/Admin/Models/Common/MultistorePreviewModel.cs
|
||||
|
|
@ -20078,6 +20110,12 @@ Presentation/Nop.Web.Framework/Models/ActionConfirmationModel.cs
|
|||
Nop.Web.Framework/Models/ActionConfirmationModel.cs
|
||||
Models/ActionConfirmationModel.cs
|
||||
ActionConfirmationModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/ArtificialIntelligence/IMetaTagsSupportedModel.cs
|
||||
Presentation/Nop.Web.Framework/Models/ArtificialIntelligence/IMetaTagsSupportedModel.cs
|
||||
Nop.Web.Framework/Models/ArtificialIntelligence/IMetaTagsSupportedModel.cs
|
||||
Models/ArtificialIntelligence/IMetaTagsSupportedModel.cs
|
||||
ArtificialIntelligence/IMetaTagsSupportedModel.cs
|
||||
IMetaTagsSupportedModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/IAclSupportedModel.cs
|
||||
Presentation/Nop.Web.Framework/Models/IAclSupportedModel.cs
|
||||
Nop.Web.Framework/Models/IAclSupportedModel.cs
|
||||
|
|
@ -27352,6 +27390,12 @@ Nop.Core/Domain/Translation/TranslationServiceType.cs
|
|||
Domain/Translation/TranslationServiceType.cs
|
||||
Translation/TranslationServiceType.cs
|
||||
TranslationServiceType.cs
|
||||
src/Libraries/Nop.Core/Domain/Common/IMetaTagsSupported.cs
|
||||
Libraries/Nop.Core/Domain/Common/IMetaTagsSupported.cs
|
||||
Nop.Core/Domain/Common/IMetaTagsSupported.cs
|
||||
Domain/Common/IMetaTagsSupported.cs
|
||||
Common/IMetaTagsSupported.cs
|
||||
IMetaTagsSupported.cs
|
||||
src/Libraries/Nop.Core/Domain/Common/AdressField.cs
|
||||
Libraries/Nop.Core/Domain/Common/AdressField.cs
|
||||
Nop.Core/Domain/Common/AdressField.cs
|
||||
|
|
|
|||
|
|
@ -974,6 +974,7 @@ src/Presentation/Nop.Web/Areas/Admin/Components/NopCommerceNewsViewComponent.cs
|
|||
src/Presentation/Nop.Web/Areas/Admin/Components/SettingModeViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/AclDisabledWarningViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/StoreScopeConfigurationViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/MetaTagGeneratorViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/AdminLanguageSelectorViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/CommonStatisticsViewComponent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Components/AdminWidgetViewComponent.cs
|
||||
|
|
@ -1264,6 +1265,7 @@ src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Table.cshtml
|
|||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/MultistoreDisabledWarning/Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/SettingMode/Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/StoreScopeConfiguration/Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/MetaTagsGenerator/Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/FullDescriptionGenerator/Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/AclCustomerRoles/Default.cshtml
|
||||
src/Presentation/Nop.Web/Areas/Admin/Views/Shared/Components/NopCommerceNews/Default.cshtml
|
||||
|
|
@ -1566,6 +1568,7 @@ src/Presentation/Nop.Web/Areas/Admin/Controllers/ReportController.cs
|
|||
src/Presentation/Nop.Web/Areas/Admin/Controllers/PictureController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/GiftCardController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/PluginController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/ArtificialIntelligenceController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/PreferencesController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/WidgetController.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Controllers/CountryController.cs
|
||||
|
|
@ -1795,6 +1798,7 @@ src/Presentation/Nop.Web/Areas/Admin/Models/Common/BackupFileSearchModel.cs
|
|||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/LicenseCheckModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/SystemWarningCreatedEvent.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/CommonStatisticsModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/MetaTagsGeneratorModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/MultistorePreviewModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/AddressAttributeValueModel.cs
|
||||
src/Presentation/Nop.Web/Areas/Admin/Models/Common/PopularSearchTermSearchModel.cs
|
||||
|
|
@ -2770,6 +2774,7 @@ src/Presentation/Nop.Web.Framework/Models/IStoreMappingSupportedModel.cs
|
|||
src/Presentation/Nop.Web.Framework/Models/IPagingRequestModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/BaseNopModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/ActionConfirmationModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/ArtificialIntelligence/IMetaTagsSupportedModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/IAclSupportedModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/Translation/TranslatedModel.cs
|
||||
src/Presentation/Nop.Web.Framework/Models/Translation/ITranslationSupportedModel.cs
|
||||
|
|
@ -4074,6 +4079,7 @@ src/Libraries/Nop.Core/Domain/Seo/ISlugSupported.cs
|
|||
src/Libraries/Nop.Core/Domain/Seo/SeoSettings.cs
|
||||
src/Libraries/Nop.Core/Domain/Translation/TranslationSettings.cs
|
||||
src/Libraries/Nop.Core/Domain/Translation/TranslationServiceType.cs
|
||||
src/Libraries/Nop.Core/Domain/Common/IMetaTagsSupported.cs
|
||||
src/Libraries/Nop.Core/Domain/Common/AdressField.cs
|
||||
src/Libraries/Nop.Core/Domain/Common/CommonSettings.cs
|
||||
src/Libraries/Nop.Core/Domain/Common/SitemapSettings.cs
|
||||
|
|
|
|||
|
|
@ -3260,6 +3260,16 @@ Core/Module/DataProvider/TabModuleListProviderInterface.php
|
|||
Module/DataProvider/TabModuleListProviderInterface.php
|
||||
DataProvider/TabModuleListProviderInterface.php
|
||||
TabModuleListProviderInterface.php
|
||||
src/Core/Module/Parser/ModuleParser.php
|
||||
Core/Module/Parser/ModuleParser.php
|
||||
Module/Parser/ModuleParser.php
|
||||
Parser/ModuleParser.php
|
||||
ModuleParser.php
|
||||
src/Core/Module/Parser/ModuleParserException.php
|
||||
Core/Module/Parser/ModuleParserException.php
|
||||
Module/Parser/ModuleParserException.php
|
||||
Parser/ModuleParserException.php
|
||||
ModuleParserException.php
|
||||
src/Core/Module/ModuleInterface.php
|
||||
Core/Module/ModuleInterface.php
|
||||
Module/ModuleInterface.php
|
||||
|
|
@ -71566,6 +71576,12 @@ Unit/Core/Module/HookConfiguratorTest.php
|
|||
Core/Module/HookConfiguratorTest.php
|
||||
Module/HookConfiguratorTest.php
|
||||
HookConfiguratorTest.php
|
||||
tests/Unit/Core/Module/Parser/ModuleParserTest.php
|
||||
Unit/Core/Module/Parser/ModuleParserTest.php
|
||||
Core/Module/Parser/ModuleParserTest.php
|
||||
Module/Parser/ModuleParserTest.php
|
||||
Parser/ModuleParserTest.php
|
||||
ModuleParserTest.php
|
||||
tests/Unit/Core/Module/ModuleRepositoryTest.php
|
||||
Unit/Core/Module/ModuleRepositoryTest.php
|
||||
Core/Module/ModuleRepositoryTest.php
|
||||
|
|
@ -73767,6 +73783,66 @@ Resources/mails/templates/account.html.twig
|
|||
mails/templates/account.html.twig
|
||||
templates/account.html.twig
|
||||
account.html.twig
|
||||
tests/Unit/Resources/parsed-modules/defined-const.php
|
||||
Unit/Resources/parsed-modules/defined-const.php
|
||||
Resources/parsed-modules/defined-const.php
|
||||
parsed-modules/defined-const.php
|
||||
defined-const.php
|
||||
tests/Unit/Resources/parsed-modules/cannot-parse.php.txt
|
||||
Unit/Resources/parsed-modules/cannot-parse.php.txt
|
||||
Resources/parsed-modules/cannot-parse.php.txt
|
||||
parsed-modules/cannot-parse.php.txt
|
||||
cannot-parse.php.txt
|
||||
tests/Unit/Resources/parsed-modules/module-self-const.php
|
||||
Unit/Resources/parsed-modules/module-self-const.php
|
||||
Resources/parsed-modules/module-self-const.php
|
||||
parsed-modules/module-self-const.php
|
||||
module-self-const.php
|
||||
tests/Unit/Resources/parsed-modules/translated-values.php
|
||||
Unit/Resources/parsed-modules/translated-values.php
|
||||
Resources/parsed-modules/translated-values.php
|
||||
parsed-modules/translated-values.php
|
||||
translated-values.php
|
||||
tests/Unit/Resources/parsed-modules/use-statement-const.php
|
||||
Unit/Resources/parsed-modules/use-statement-const.php
|
||||
Resources/parsed-modules/use-statement-const.php
|
||||
parsed-modules/use-statement-const.php
|
||||
use-statement-const.php
|
||||
tests/Unit/Resources/parsed-modules/cs-fixed-fqcn-const.php
|
||||
Unit/Resources/parsed-modules/cs-fixed-fqcn-const.php
|
||||
Resources/parsed-modules/cs-fixed-fqcn-const.php
|
||||
parsed-modules/cs-fixed-fqcn-const.php
|
||||
cs-fixed-fqcn-const.php
|
||||
tests/Unit/Resources/parsed-modules/empty.php
|
||||
Unit/Resources/parsed-modules/empty.php
|
||||
Resources/parsed-modules/empty.php
|
||||
parsed-modules/empty.php
|
||||
empty.php
|
||||
tests/Unit/Resources/parsed-modules/module-static-const.php
|
||||
Unit/Resources/parsed-modules/module-static-const.php
|
||||
Resources/parsed-modules/module-static-const.php
|
||||
parsed-modules/module-static-const.php
|
||||
module-static-const.php
|
||||
tests/Unit/Resources/parsed-modules/all-hard-coded.php
|
||||
Unit/Resources/parsed-modules/all-hard-coded.php
|
||||
Resources/parsed-modules/all-hard-coded.php
|
||||
parsed-modules/all-hard-coded.php
|
||||
all-hard-coded.php
|
||||
tests/Unit/Resources/parsed-modules/fqcn-const.php
|
||||
Unit/Resources/parsed-modules/fqcn-const.php
|
||||
Resources/parsed-modules/fqcn-const.php
|
||||
parsed-modules/fqcn-const.php
|
||||
fqcn-const.php
|
||||
tests/Unit/Resources/parsed-modules/no-constructor.php
|
||||
Unit/Resources/parsed-modules/no-constructor.php
|
||||
Resources/parsed-modules/no-constructor.php
|
||||
parsed-modules/no-constructor.php
|
||||
no-constructor.php
|
||||
tests/Unit/Resources/parsed-modules/module-const-array.php
|
||||
Unit/Resources/parsed-modules/module-const-array.php
|
||||
Resources/parsed-modules/module-const-array.php
|
||||
parsed-modules/module-const-array.php
|
||||
module-const-array.php
|
||||
tests/Unit/Resources/module-self-config-files/sql/file1.sql
|
||||
Unit/Resources/module-self-config-files/sql/file1.sql
|
||||
Resources/module-self-config-files/sql/file1.sql
|
||||
|
|
|
|||
|
|
@ -698,6 +698,8 @@ src/Core/Module/Configuration/PaymentRestrictionsConfiguratorInterface.php
|
|||
src/Core/Module/ModuleRepository.php
|
||||
src/Core/Module/DataProvider/PaymentModuleListProviderInterface.php
|
||||
src/Core/Module/DataProvider/TabModuleListProviderInterface.php
|
||||
src/Core/Module/Parser/ModuleParser.php
|
||||
src/Core/Module/Parser/ModuleParserException.php
|
||||
src/Core/Module/ModuleInterface.php
|
||||
src/Core/Module/ConfigReader.php
|
||||
src/Core/Module/ModuleManagerInterface.php
|
||||
|
|
@ -11654,6 +11656,7 @@ tests/UI/.mocharc.json
|
|||
tests/UI/.eslintrc.js
|
||||
tests/Unit/Core/File/FileUploaderTest.php
|
||||
tests/Unit/Core/Module/HookConfiguratorTest.php
|
||||
tests/Unit/Core/Module/Parser/ModuleParserTest.php
|
||||
tests/Unit/Core/Module/ModuleRepositoryTest.php
|
||||
tests/Unit/Core/Module/ModuleCollectionTest.php
|
||||
tests/Unit/Core/Module/ModuleOverrideCheckerTest.php
|
||||
|
|
@ -11995,6 +11998,18 @@ tests/Unit/Resources/twig/module2/views/PrestaShop/test.html.twig
|
|||
tests/Unit/Resources/mails/html/account.html
|
||||
tests/Unit/Resources/mails/txt/account.txt
|
||||
tests/Unit/Resources/mails/templates/account.html.twig
|
||||
tests/Unit/Resources/parsed-modules/defined-const.php
|
||||
tests/Unit/Resources/parsed-modules/cannot-parse.php.txt
|
||||
tests/Unit/Resources/parsed-modules/module-self-const.php
|
||||
tests/Unit/Resources/parsed-modules/translated-values.php
|
||||
tests/Unit/Resources/parsed-modules/use-statement-const.php
|
||||
tests/Unit/Resources/parsed-modules/cs-fixed-fqcn-const.php
|
||||
tests/Unit/Resources/parsed-modules/empty.php
|
||||
tests/Unit/Resources/parsed-modules/module-static-const.php
|
||||
tests/Unit/Resources/parsed-modules/all-hard-coded.php
|
||||
tests/Unit/Resources/parsed-modules/fqcn-const.php
|
||||
tests/Unit/Resources/parsed-modules/no-constructor.php
|
||||
tests/Unit/Resources/parsed-modules/module-const-array.php
|
||||
tests/Unit/Resources/module-self-config-files/sql/file1.sql
|
||||
tests/Unit/Resources/module-self-config-files/sql/another-subfolder/file2.sql
|
||||
tests/Unit/Resources/module-self-config-files/moduleConfExampleConfStep.yml
|
||||
|
|
|
|||
|
|
@ -92437,6 +92437,45 @@ select/entity/sw-entity-multi-select/sw-entity-multi-select.html.twig
|
|||
entity/sw-entity-multi-select/sw-entity-multi-select.html.twig
|
||||
sw-entity-multi-select/sw-entity-multi-select.html.twig
|
||||
sw-entity-multi-select.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
sw-many-to-many-select.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
sw-entity-many-to-many-select.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
select/entity/sw-entity-many-to-many-select/index.js
|
||||
entity/sw-entity-many-to-many-select/index.js
|
||||
sw-entity-many-to-many-select/index.js
|
||||
index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-rule/sw-advanced-selection-rule.scss
|
||||
Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-rule/sw-advanced-selection-rule.scss
|
||||
Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-rule/sw-advanced-selection-rule.scss
|
||||
|
|
@ -128498,6 +128537,14 @@ Store/InAppPurchases/Services/KeyFetcherTest.php
|
|||
InAppPurchases/Services/KeyFetcherTest.php
|
||||
Services/KeyFetcherTest.php
|
||||
KeyFetcherTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
unit/Core/Framework/Store/InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
Core/Framework/Store/InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
Framework/Store/InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
Store/InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
Services/DecodedPurchaseStructTest.php
|
||||
DecodedPurchaseStructTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Event/InAppPurchaseChangedEventTest.php
|
||||
unit/Core/Framework/Store/InAppPurchases/Event/InAppPurchaseChangedEventTest.php
|
||||
Core/Framework/Store/InAppPurchases/Event/InAppPurchaseChangedEventTest.php
|
||||
|
|
@ -140315,6 +140362,9 @@ _unreleased/2025-08-15-allow-configuring-the-minimum-search-term-length.md
|
|||
changelog/_unreleased/2025-05-05-update-domain-listing-to-show-measurement-information.md
|
||||
_unreleased/2025-05-05-update-domain-listing-to-show-measurement-information.md
|
||||
2025-05-05-update-domain-listing-to-show-measurement-information.md
|
||||
changelog/_unreleased/2025-08-29-remove-load-expensive-administration-order-sorting.md
|
||||
_unreleased/2025-08-29-remove-load-expensive-administration-order-sorting.md
|
||||
2025-08-29-remove-load-expensive-administration-order-sorting.md
|
||||
changelog/_unreleased/2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
_unreleased/2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
|
|
@ -140888,6 +140938,9 @@ _unreleased/2025-08-14-updated-ignored-url-parameters-for-http-cache.md
|
|||
changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
|
||||
_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
|
||||
2024-09-16-exchange-recursive-categories-macro-with-tpl.md
|
||||
changelog/_unreleased/2025-07-28-fix-cart-error-message-translation-in-store-api.md
|
||||
_unreleased/2025-07-28-fix-cart-error-message-translation-in-store-api.md
|
||||
2025-07-28-fix-cart-error-message-translation-in-store-api.md
|
||||
changelog/_unreleased/2025-07-29-added-dark-mode-support-to-select-components.md
|
||||
_unreleased/2025-07-29-added-dark-mode-support-to-select-components.md
|
||||
2025-07-29-added-dark-mode-support-to-select-components.md
|
||||
|
|
@ -140951,6 +141004,9 @@ _unreleased/2025-08-04-fix-cms-block-slot-config-error-highlighting.md
|
|||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2025-08-27-consider-landing-page-assignments-in-cms-page-list.md
|
||||
_unreleased/2025-08-27-consider-landing-page-assignments-in-cms-page-list.md
|
||||
2025-08-27-consider-landing-page-assignments-in-cms-page-list.md
|
||||
changelog/_unreleased/2025-07-28-symfony-components-updated.md
|
||||
_unreleased/2025-07-28-symfony-components-updated.md
|
||||
2025-07-28-symfony-components-updated.md
|
||||
|
|
@ -140960,9 +141016,15 @@ _unreleased/2025-08-12-serialization-cart-size-check.md
|
|||
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
changelog/_unreleased/2025-08-07-fix-price-calculation-runs-twice.md
|
||||
_unreleased/2025-08-07-fix-price-calculation-runs-twice.md
|
||||
2025-08-07-fix-price-calculation-runs-twice.md
|
||||
changelog/_unreleased/2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
_unreleased/2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
changelog/_unreleased/2025-08-27-fix-app-user-id-admin-privileges.md
|
||||
_unreleased/2025-08-27-fix-app-user-id-admin-privileges.md
|
||||
2025-08-27-fix-app-user-id-admin-privileges.md
|
||||
changelog/_unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
_unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
|
|
@ -140981,6 +141043,9 @@ _unreleased/2025-07-28-increased-minimum-required-version-of-mysql-database.md
|
|||
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
changelog/_unreleased/2025-08-20-fix-media-search-navigation
|
||||
_unreleased/2025-08-20-fix-media-search-navigation
|
||||
2025-08-20-fix-media-search-navigation
|
||||
changelog/_unreleased/2025-07-31-fix-script-loader-loading-invalid-cache-paths.md
|
||||
_unreleased/2025-07-31-fix-script-loader-loading-invalid-cache-paths.md
|
||||
2025-07-31-fix-script-loader-loading-invalid-cache-paths.md
|
||||
|
|
|
|||
|
|
@ -11468,6 +11468,9 @@ src/Administration/Resources/app/administration/src/app/component/form/select/en
|
|||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-multi-select/sw-entity-multi-select.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-many-to-many-select.spec.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/sw-entity-many-to-many-select.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/sw-entity-many-to-many-select/index.js
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-rule/sw-advanced-selection-rule.scss
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-rule/sw-advanced-selection-rule.html.twig
|
||||
src/Administration/Resources/app/administration/src/app/component/form/select/entity/advanced-selection-entities/sw-advanced-selection-rule/sw-advanced-selection-rule.spec.js
|
||||
|
|
@ -16115,6 +16118,7 @@ tests/unit/Core/Framework/Store/StoreExceptionTest.php
|
|||
tests/unit/Core/Framework/Store/InAppPurchases/Services/InAppPurchaseUpdaterTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Services/InAppPurchaseProviderTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Services/KeyFetcherTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Services/DecodedPurchaseStructTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Event/InAppPurchaseChangedEventTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Handler/InAppPurchaseUpdateHandlerTest.php
|
||||
tests/unit/Core/Framework/Store/InAppPurchases/Api/InAppPurchasesControllerTest.php
|
||||
|
|
@ -19557,6 +19561,7 @@ changelog/_unreleased/2025-07-08-optimize-product-slider-cms-element.md
|
|||
changelog/_unreleased/2022-04-05-keep-track-of-changes-on-rule-builder-detail-page.md
|
||||
changelog/_unreleased/2025-08-15-allow-configuring-the-minimum-search-term-length.md
|
||||
changelog/_unreleased/2025-05-05-update-domain-listing-to-show-measurement-information.md
|
||||
changelog/_unreleased/2025-08-29-remove-load-expensive-administration-order-sorting.md
|
||||
changelog/_unreleased/2025-07-11-error-when-trying-to-remove-main-category-for-product.md
|
||||
changelog/_unreleased/2025-07-24-fix-sorting-order-when-search-property-values.md
|
||||
changelog/_unreleased/2025-06-06-deprecate-i18n-tc-function.md
|
||||
|
|
@ -19748,6 +19753,7 @@ changelog/_unreleased/2025-04-04-add-renaming-scales-unit-alert-in-settings-over
|
|||
changelog/_unreleased/2025-03-27-meta-information-in-landing-pages-is-not-inherited.md
|
||||
changelog/_unreleased/2025-08-14-updated-ignored-url-parameters-for-http-cache.md
|
||||
changelog/_unreleased/2024-09-16-exchange-recursive-categories-macro-with-tpl.md
|
||||
changelog/_unreleased/2025-07-28-fix-cart-error-message-translation-in-store-api.md
|
||||
changelog/_unreleased/2025-07-29-added-dark-mode-support-to-select-components.md
|
||||
changelog/_unreleased/2025-05-20-apply-last-chosen-measurement-settings-as-user-preferred-settings.md
|
||||
changelog/_unreleased/2025-07-01-change-path-of-header-and-footer-routes.md
|
||||
|
|
@ -19769,16 +19775,20 @@ changelog/_unreleased/2025-05-08-add-sw-settings-measurement-module.md
|
|||
changelog/_unreleased/2025-06-06-added-price-calculation-extension.md
|
||||
changelog/_unreleased/2025-08-04-fix-cms-block-slot-config-error-highlighting.md
|
||||
changelog/_unreleased/2024-01-31-improve-cart-page-performance.md
|
||||
changelog/_unreleased/2025-08-27-consider-landing-page-assignments-in-cms-page-list.md
|
||||
changelog/_unreleased/2025-07-28-symfony-components-updated.md
|
||||
changelog/_unreleased/2025-08-12-serialization-cart-size-check.md
|
||||
changelog/_unreleased/2025-06-11-improve-es-search-scoring-for-numeric-tokens.md
|
||||
changelog/_unreleased/2025-08-07-fix-price-calculation-runs-twice.md
|
||||
changelog/_unreleased/2025-07-10-add-env-variables-for-opensearch-min_ngram-and-max_ngram.md
|
||||
changelog/_unreleased/2025-08-27-fix-app-user-id-admin-privileges.md
|
||||
changelog/_unreleased/2025-06-26-remove-usage-of-file_exists-in-admin.md
|
||||
changelog/_unreleased/2025-07-22-add-missing-cms-block-and-section-id-api-aware.md
|
||||
changelog/_unreleased/2025-07-24-fix-theme-lifecycle-service-refresh-themes-without-plugins.md
|
||||
changelog/_unreleased/2025-08-07-fix-duplicate-address-display-in-order-detail.md
|
||||
changelog/_unreleased/2025-07-28-increased-minimum-required-version-of-mysql-database.md
|
||||
changelog/_unreleased/2025-06-10-fix-wrong-variant-of-mt-banner-on-sales-channel-detail-page.md
|
||||
changelog/_unreleased/2025-08-20-fix-media-search-navigation
|
||||
changelog/_unreleased/2025-07-31-fix-script-loader-loading-invalid-cache-paths.md
|
||||
changelog/_unreleased/2025-05-28-add-recalculated-custom-line-items-to-delivery.md
|
||||
changelog/release-6-4-17-0/2022-10-04-fix-storefront-presentation-sorting.md
|
||||
|
|
|
|||
|
|
@ -35455,6 +35455,8 @@ config/broadcasting.php
|
|||
broadcasting.php
|
||||
config/cors.php
|
||||
cors.php
|
||||
config/telescope.php
|
||||
telescope.php
|
||||
config/compile.php
|
||||
compile.php
|
||||
config/debugbar.php
|
||||
|
|
@ -36256,6 +36258,11 @@ Feature/Users/Api/UpdateUserTest.php
|
|||
Users/Api/UpdateUserTest.php
|
||||
Api/UpdateUserTest.php
|
||||
UpdateUserTest.php
|
||||
tests/Feature/Users/Api/CreateUserTest.php
|
||||
Feature/Users/Api/CreateUserTest.php
|
||||
Users/Api/CreateUserTest.php
|
||||
Api/CreateUserTest.php
|
||||
CreateUserTest.php
|
||||
tests/Feature/Users/Api/UsersForSelectListTest.php
|
||||
Feature/Users/Api/UsersForSelectListTest.php
|
||||
Users/Api/UsersForSelectListTest.php
|
||||
|
|
@ -36281,11 +36288,6 @@ Feature/Users/Api/RestoreUserTest.php
|
|||
Users/Api/RestoreUserTest.php
|
||||
Api/RestoreUserTest.php
|
||||
RestoreUserTest.php
|
||||
tests/Feature/Users/Api/StoreUsersTest.php
|
||||
Feature/Users/Api/StoreUsersTest.php
|
||||
Users/Api/StoreUsersTest.php
|
||||
Api/StoreUsersTest.php
|
||||
StoreUsersTest.php
|
||||
tests/Feature/Users/Api/DeleteUsersTest.php
|
||||
Feature/Users/Api/DeleteUsersTest.php
|
||||
Users/Api/DeleteUsersTest.php
|
||||
|
|
@ -37645,6 +37647,9 @@ migrations/2022_03_21_162724_adds_ldap_manager.php
|
|||
database/migrations/2016_11_17_161317_longer_state_field_in_location.php
|
||||
migrations/2016_11_17_161317_longer_state_field_in_location.php
|
||||
2016_11_17_161317_longer_state_field_in_location.php
|
||||
database/migrations/2018_08_08_100000_create_telescope_entries_table.php
|
||||
migrations/2018_08_08_100000_create_telescope_entries_table.php
|
||||
2018_08_08_100000_create_telescope_entries_table.php
|
||||
database/migrations/2017_10_19_120002_add_custom_forgot_password_url.php
|
||||
migrations/2017_10_19_120002_add_custom_forgot_password_url.php
|
||||
2017_10_19_120002_add_custom_forgot_password_url.php
|
||||
|
|
@ -38515,6 +38520,9 @@ EventServiceProvider.php
|
|||
app/Providers/AppServiceProvider.php
|
||||
Providers/AppServiceProvider.php
|
||||
AppServiceProvider.php
|
||||
app/Providers/TelescopeServiceProvider.php
|
||||
Providers/TelescopeServiceProvider.php
|
||||
TelescopeServiceProvider.php
|
||||
app/Providers/SamlServiceProvider.php
|
||||
Providers/SamlServiceProvider.php
|
||||
SamlServiceProvider.php
|
||||
|
|
@ -38979,9 +38987,6 @@ Department.php
|
|||
app/Models/SnipeModel.php
|
||||
Models/SnipeModel.php
|
||||
SnipeModel.php
|
||||
app/Models/CompanyableTrait.php
|
||||
Models/CompanyableTrait.php
|
||||
CompanyableTrait.php
|
||||
app/Models/SCIMUser.php
|
||||
Models/SCIMUser.php
|
||||
SCIMUser.php
|
||||
|
|
@ -38995,6 +39000,14 @@ app/Models/Traits/Acceptable.php
|
|||
Models/Traits/Acceptable.php
|
||||
Traits/Acceptable.php
|
||||
Acceptable.php
|
||||
app/Models/Traits/CompanyableTrait.php
|
||||
Models/Traits/CompanyableTrait.php
|
||||
Traits/CompanyableTrait.php
|
||||
CompanyableTrait.php
|
||||
app/Models/Traits/CompanyableChildTrait.php
|
||||
Models/Traits/CompanyableChildTrait.php
|
||||
Traits/CompanyableChildTrait.php
|
||||
CompanyableChildTrait.php
|
||||
app/Models/Traits/Searchable.php
|
||||
Models/Traits/Searchable.php
|
||||
Traits/Searchable.php
|
||||
|
|
@ -39015,9 +39028,6 @@ Accessory.php
|
|||
app/Models/ICompanyableChild.php
|
||||
Models/ICompanyableChild.php
|
||||
ICompanyableChild.php
|
||||
app/Models/CompanyableChildTrait.php
|
||||
Models/CompanyableChildTrait.php
|
||||
CompanyableChildTrait.php
|
||||
app/Models/Maintenance.php
|
||||
Models/Maintenance.php
|
||||
Maintenance.php
|
||||
|
|
|
|||
|
|
@ -6384,6 +6384,7 @@ config/app.php
|
|||
config/backup.php
|
||||
config/broadcasting.php
|
||||
config/cors.php
|
||||
config/telescope.php
|
||||
config/compile.php
|
||||
config/debugbar.php
|
||||
config/mail-auto-embed.php
|
||||
|
|
@ -6568,12 +6569,12 @@ tests/Feature/Users/Ui/PrintUserInventoryTest.php
|
|||
tests/Feature/Users/Ui/EmailAssignedToUserTest.php
|
||||
tests/Feature/Users/Api/ViewUserTest.php
|
||||
tests/Feature/Users/Api/UpdateUserTest.php
|
||||
tests/Feature/Users/Api/CreateUserTest.php
|
||||
tests/Feature/Users/Api/UsersForSelectListTest.php
|
||||
tests/Feature/Users/Api/UserSearchTest.php
|
||||
tests/Feature/Users/Api/IndexUsersTest.php
|
||||
tests/Feature/Users/Api/UserFileTest.php
|
||||
tests/Feature/Users/Api/RestoreUserTest.php
|
||||
tests/Feature/Users/Api/StoreUsersTest.php
|
||||
tests/Feature/Users/Api/DeleteUsersTest.php
|
||||
tests/Feature/Assets/Ui/StoreAssetsTest.php
|
||||
tests/Feature/Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php
|
||||
|
|
@ -6966,6 +6967,7 @@ database/migrations/2015_10_12_192706_add_brand_to_settings.php
|
|||
database/migrations/2015_09_28_003314_fix_default_purchase_order.php
|
||||
database/migrations/2022_03_21_162724_adds_ldap_manager.php
|
||||
database/migrations/2016_11_17_161317_longer_state_field_in_location.php
|
||||
database/migrations/2018_08_08_100000_create_telescope_entries_table.php
|
||||
database/migrations/2017_10_19_120002_add_custom_forgot_password_url.php
|
||||
database/migrations/2021_08_11_005206_add_depreciation_minimum_value.php
|
||||
database/migrations/2022_11_07_134348_add_display_to_user_in_custom_fields.php
|
||||
|
|
@ -7256,6 +7258,7 @@ app/Providers/BreadcrumbsServiceProvider.php
|
|||
app/Providers/LivewireServiceProvider.php
|
||||
app/Providers/EventServiceProvider.php
|
||||
app/Providers/AppServiceProvider.php
|
||||
app/Providers/TelescopeServiceProvider.php
|
||||
app/Providers/SamlServiceProvider.php
|
||||
app/Providers/MacroServiceProvider.php
|
||||
app/Jobs/Job.php
|
||||
|
|
@ -7396,18 +7399,18 @@ app/Models/Group.php
|
|||
app/Models/Asset.php
|
||||
app/Models/Department.php
|
||||
app/Models/SnipeModel.php
|
||||
app/Models/CompanyableTrait.php
|
||||
app/Models/SCIMUser.php
|
||||
app/Models/User.php
|
||||
app/Models/SnipeSCIMConfig.php
|
||||
app/Models/Traits/Acceptable.php
|
||||
app/Models/Traits/CompanyableTrait.php
|
||||
app/Models/Traits/CompanyableChildTrait.php
|
||||
app/Models/Traits/Searchable.php
|
||||
app/Models/Traits/HasUploads.php
|
||||
app/Models/Loggable.php
|
||||
app/Models/LicenseSeat.php
|
||||
app/Models/Accessory.php
|
||||
app/Models/ICompanyableChild.php
|
||||
app/Models/CompanyableChildTrait.php
|
||||
app/Models/Maintenance.php
|
||||
app/Models/Actionlog.php
|
||||
app/Models/Setting.php
|
||||
|
|
|
|||
|
|
@ -47476,6 +47476,24 @@ core/validation/mixins/form-control.mixin.ts
|
|||
validation/mixins/form-control.mixin.ts
|
||||
mixins/form-control.mixin.ts
|
||||
form-control.mixin.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/value-validator/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/validation/controllers/value-validator/index.ts
|
||||
src/packages/core/validation/controllers/value-validator/index.ts
|
||||
packages/core/validation/controllers/value-validator/index.ts
|
||||
core/validation/controllers/value-validator/index.ts
|
||||
validation/controllers/value-validator/index.ts
|
||||
controllers/value-validator/index.ts
|
||||
value-validator/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/value-validator/value-validator.controller.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/validation/controllers/value-validator/value-validator.controller.ts
|
||||
src/packages/core/validation/controllers/value-validator/value-validator.controller.ts
|
||||
packages/core/validation/controllers/value-validator/value-validator.controller.ts
|
||||
core/validation/controllers/value-validator/value-validator.controller.ts
|
||||
validation/controllers/value-validator/value-validator.controller.ts
|
||||
controllers/value-validator/value-validator.controller.ts
|
||||
value-validator/value-validator.controller.ts
|
||||
value-validator.controller.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/validation/controllers/types.ts
|
||||
src/packages/core/validation/controllers/types.ts
|
||||
|
|
@ -51507,6 +51525,22 @@ core/property/property-dataset/property-dataset.element.test.ts
|
|||
property/property-dataset/property-dataset.element.test.ts
|
||||
property-dataset/property-dataset.element.test.ts
|
||||
property-dataset.element.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
src/packages/core/property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
packages/core/property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
core/property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
property-dataset-property-validator.controller.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset-property-validator/index.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/property/property-dataset-property-validator/index.ts
|
||||
src/packages/core/property/property-dataset-property-validator/index.ts
|
||||
packages/core/property/property-dataset-property-validator/index.ts
|
||||
core/property/property-dataset-property-validator/index.ts
|
||||
property/property-dataset-property-validator/index.ts
|
||||
property-dataset-property-validator/index.ts
|
||||
index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/conditions/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/core/property/conditions/types.ts
|
||||
src/packages/core/property/conditions/types.ts
|
||||
|
|
|
|||
|
|
@ -5767,6 +5767,8 @@ src/Umbraco.Web.UI.Client/src/packages/core/validation/index.ts
|
|||
src/Umbraco.Web.UI.Client/src/packages/core/validation/README.md
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/mixins/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/mixins/form-control.mixin.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/value-validator/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/value-validator/value-validator.controller.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/validation.controller.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/validation/controllers/index.ts
|
||||
|
|
@ -6262,6 +6264,8 @@ src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset/property-d
|
|||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset/property-dataset-context.interface.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset/nameable-property-dataset-context.token.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset/property-dataset.element.test.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset-property-validator/property-dataset-property-validator.controller.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/property-dataset-property-validator/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/conditions/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/conditions/index.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/core/property/conditions/manifests.ts
|
||||
|
|
|
|||
|
|
@ -7534,6 +7534,11 @@ src/scripts/headers/navigationVariables.ts
|
|||
scripts/headers/navigationVariables.ts
|
||||
headers/navigationVariables.ts
|
||||
navigationVariables.ts
|
||||
library/src/scripts/headers/TitleBar.spec.tsx
|
||||
src/scripts/headers/TitleBar.spec.tsx
|
||||
scripts/headers/TitleBar.spec.tsx
|
||||
headers/TitleBar.spec.tsx
|
||||
TitleBar.spec.tsx
|
||||
library/src/scripts/dataLists/DataList.tsx
|
||||
src/scripts/dataLists/DataList.tsx
|
||||
scripts/dataLists/DataList.tsx
|
||||
|
|
@ -16935,6 +16940,10 @@ applications/vanilla/Events/PageViewEvent.php
|
|||
vanilla/Events/PageViewEvent.php
|
||||
Events/PageViewEvent.php
|
||||
PageViewEvent.php
|
||||
applications/vanilla/Events/BeforeDiscussionViewEvent.php
|
||||
vanilla/Events/BeforeDiscussionViewEvent.php
|
||||
Events/BeforeDiscussionViewEvent.php
|
||||
BeforeDiscussionViewEvent.php
|
||||
applications/vanilla/Events/cmdEscalationEvent.php
|
||||
vanilla/Events/cmdEscalationEvent.php
|
||||
Events/cmdEscalationEvent.php
|
||||
|
|
@ -35477,6 +35486,10 @@ plugins/QnA/Activity/QuestionFollowUpActivity.php
|
|||
QnA/Activity/QuestionFollowUpActivity.php
|
||||
Activity/QuestionFollowUpActivity.php
|
||||
QuestionFollowUpActivity.php
|
||||
plugins/QnA/Activity/BookmarkedAnswerAcceptedActivity.php
|
||||
QnA/Activity/BookmarkedAnswerAcceptedActivity.php
|
||||
Activity/BookmarkedAnswerAcceptedActivity.php
|
||||
BookmarkedAnswerAcceptedActivity.php
|
||||
plugins/QnA/Activity/AnswerAcceptedActivity.php
|
||||
QnA/Activity/AnswerAcceptedActivity.php
|
||||
Activity/AnswerAcceptedActivity.php
|
||||
|
|
@ -35795,6 +35808,10 @@ plugins/QnA/tests/QnAFollowupJobTest.php
|
|||
QnA/tests/QnAFollowupJobTest.php
|
||||
tests/QnAFollowupJobTest.php
|
||||
QnAFollowupJobTest.php
|
||||
plugins/QnA/tests/BookmarkedAnswerAcceptedNotificationTest.php
|
||||
QnA/tests/BookmarkedAnswerAcceptedNotificationTest.php
|
||||
tests/BookmarkedAnswerAcceptedNotificationTest.php
|
||||
BookmarkedAnswerAcceptedNotificationTest.php
|
||||
plugins/QnA/tests/QnAEventsTest.php
|
||||
QnA/tests/QnAEventsTest.php
|
||||
tests/QnAEventsTest.php
|
||||
|
|
|
|||
|
|
@ -1573,6 +1573,7 @@ library/src/scripts/headers/pieces/MobileDropDown.tsx
|
|||
library/src/scripts/headers/pieces/mobileDropDownStyles.ts
|
||||
library/src/scripts/headers/titleBarNavStyles.ts
|
||||
library/src/scripts/headers/navigationVariables.ts
|
||||
library/src/scripts/headers/TitleBar.spec.tsx
|
||||
library/src/scripts/dataLists/DataList.tsx
|
||||
library/src/scripts/dataLists/dataList.story.tsx
|
||||
library/src/scripts/dataLists/DataList.spec.tsx
|
||||
|
|
@ -3420,6 +3421,7 @@ applications/vanilla/Events/CategoryDeleteEvent.php
|
|||
applications/vanilla/Events/DiscussionTagEvent.php
|
||||
applications/vanilla/Events/CategoryEvent.php
|
||||
applications/vanilla/Events/PageViewEvent.php
|
||||
applications/vanilla/Events/BeforeDiscussionViewEvent.php
|
||||
applications/vanilla/Events/cmdEscalationEvent.php
|
||||
applications/vanilla/Events/DirtyRecordEvent.php
|
||||
applications/vanilla/Events/RunnerInterface.php
|
||||
|
|
@ -7172,6 +7174,7 @@ plugins/SplitMerge/tests/SplitMergeTest.php
|
|||
plugins/SplitMerge/class.splitmerge.plugin.php
|
||||
plugins/QnA/Activity/QuestionAnswerActivity.php
|
||||
plugins/QnA/Activity/QuestionFollowUpActivity.php
|
||||
plugins/QnA/Activity/BookmarkedAnswerAcceptedActivity.php
|
||||
plugins/QnA/Activity/AnswerAcceptedActivity.php
|
||||
plugins/QnA/QnAPlugin.php
|
||||
plugins/QnA/src/scripts/registerQnaSearchTypes.tsx
|
||||
|
|
@ -7240,6 +7243,7 @@ plugins/QnA/tests/APIv2/DiscussionsQuestionTest.php
|
|||
plugins/QnA/tests/APIv2/QnASiteTotalsTest.php
|
||||
plugins/QnA/tests/ScheduledQuestionDraftTest.php
|
||||
plugins/QnA/tests/QnAFollowupJobTest.php
|
||||
plugins/QnA/tests/BookmarkedAnswerAcceptedNotificationTest.php
|
||||
plugins/QnA/tests/QnAEventsTest.php
|
||||
plugins/QnA/Addon/QnAContainerRules.php
|
||||
plugins/QnA/Addon/QnaCronJobs.php
|
||||
|
|
|
|||
|
|
@ -23522,14 +23522,18 @@ docs/contribution/releases/backporting.md
|
|||
contribution/releases/backporting.md
|
||||
releases/backporting.md
|
||||
backporting.md
|
||||
docs/contribution/releases/troubleshooting.md
|
||||
contribution/releases/troubleshooting.md
|
||||
releases/troubleshooting.md
|
||||
troubleshooting.md
|
||||
docs/contribution/releases/point-release-fixes.md
|
||||
contribution/releases/point-release-fixes.md
|
||||
releases/point-release-fixes.md
|
||||
point-release-fixes.md
|
||||
docs/contribution/releases/rc.md
|
||||
contribution/releases/rc.md
|
||||
releases/rc.md
|
||||
rc.md
|
||||
docs/contribution/releases/prereleases.md
|
||||
contribution/releases/prereleases.md
|
||||
releases/prereleases.md
|
||||
prereleases.md
|
||||
docs/contribution/contributing/woocommerce-git-flow.md
|
||||
contribution/contributing/woocommerce-git-flow.md
|
||||
contributing/woocommerce-git-flow.md
|
||||
|
|
@ -24205,6 +24209,18 @@ _docu-tools/static/img/automattic_dark.svg
|
|||
static/img/automattic_dark.svg
|
||||
img/automattic_dark.svg
|
||||
automattic_dark.svg
|
||||
docs/_docu-tools/static/img/doc_images/release-branches.excalidraw
|
||||
_docu-tools/static/img/doc_images/release-branches.excalidraw
|
||||
static/img/doc_images/release-branches.excalidraw
|
||||
img/doc_images/release-branches.excalidraw
|
||||
doc_images/release-branches.excalidraw
|
||||
release-branches.excalidraw
|
||||
docs/_docu-tools/static/img/doc_images/release-cycle.excalidraw
|
||||
_docu-tools/static/img/doc_images/release-cycle.excalidraw
|
||||
static/img/doc_images/release-cycle.excalidraw
|
||||
img/doc_images/release-cycle.excalidraw
|
||||
doc_images/release-cycle.excalidraw
|
||||
release-cycle.excalidraw
|
||||
docs/_docu-tools/static/img/logo.svg
|
||||
_docu-tools/static/img/logo.svg
|
||||
static/img/logo.svg
|
||||
|
|
@ -47365,24 +47381,6 @@ assets/js/middleware/store-api-nonce.js
|
|||
js/middleware/store-api-nonce.js
|
||||
middleware/store-api-nonce.js
|
||||
store-api-nonce.js
|
||||
plugins/woocommerce/client/blocks/assets/js/templates/revert-button/index.tsx
|
||||
woocommerce/client/blocks/assets/js/templates/revert-button/index.tsx
|
||||
client/blocks/assets/js/templates/revert-button/index.tsx
|
||||
blocks/assets/js/templates/revert-button/index.tsx
|
||||
assets/js/templates/revert-button/index.tsx
|
||||
js/templates/revert-button/index.tsx
|
||||
templates/revert-button/index.tsx
|
||||
revert-button/index.tsx
|
||||
index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/templates/revert-button/style.scss
|
||||
woocommerce/client/blocks/assets/js/templates/revert-button/style.scss
|
||||
client/blocks/assets/js/templates/revert-button/style.scss
|
||||
blocks/assets/js/templates/revert-button/style.scss
|
||||
assets/js/templates/revert-button/style.scss
|
||||
js/templates/revert-button/style.scss
|
||||
templates/revert-button/style.scss
|
||||
revert-button/style.scss
|
||||
style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx
|
||||
woocommerce/client/blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx
|
||||
client/blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx
|
||||
|
|
@ -60672,14 +60670,6 @@ client/wp-admin-scripts/command-palette/index.js
|
|||
wp-admin-scripts/command-palette/index.js
|
||||
command-palette/index.js
|
||||
index.js
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
woocommerce/client/admin/client/wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
client/admin/client/wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
admin/client/wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
client/wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
command-palette/use-edited-post-type.js
|
||||
use-edited-post-type.js
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/README.md
|
||||
woocommerce/client/admin/client/wp-admin-scripts/README.md
|
||||
client/admin/client/wp-admin-scripts/README.md
|
||||
|
|
@ -90659,6 +90649,10 @@ plugins/woocommerce/changelog/fix-abstract-address-loading
|
|||
woocommerce/changelog/fix-abstract-address-loading
|
||||
changelog/fix-abstract-address-loading
|
||||
fix-abstract-address-loading
|
||||
plugins/woocommerce/changelog/add-queryid-to-cart-test-layout
|
||||
woocommerce/changelog/add-queryid-to-cart-test-layout
|
||||
changelog/add-queryid-to-cart-test-layout
|
||||
add-queryid-to-cart-test-layout
|
||||
plugins/woocommerce/changelog/fix-register-product-blocks-deprecated-function
|
||||
woocommerce/changelog/fix-register-product-blocks-deprecated-function
|
||||
changelog/fix-register-product-blocks-deprecated-function
|
||||
|
|
@ -90811,6 +90805,10 @@ plugins/woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installa
|
|||
woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
plugins/woocommerce/changelog/skip-cart-flaky-tests-temporarily
|
||||
woocommerce/changelog/skip-cart-flaky-tests-temporarily
|
||||
changelog/skip-cart-flaky-tests-temporarily
|
||||
skip-cart-flaky-tests-temporarily
|
||||
plugins/woocommerce/changelog/60602-add-optimistic-updates
|
||||
woocommerce/changelog/60602-add-optimistic-updates
|
||||
changelog/60602-add-optimistic-updates
|
||||
|
|
@ -90975,6 +90973,10 @@ plugins/woocommerce/changelog/58700-wooplug-4457-rest-api-orders-get-with-coupon
|
|||
woocommerce/changelog/58700-wooplug-4457-rest-api-orders-get-with-coupons-has-typeerror-preg_match
|
||||
changelog/58700-wooplug-4457-rest-api-orders-get-with-coupons-has-typeerror-preg_match
|
||||
58700-wooplug-4457-rest-api-orders-get-with-coupons-has-typeerror-preg_match
|
||||
plugins/woocommerce/changelog/fix-deprecated-core-functions
|
||||
woocommerce/changelog/fix-deprecated-core-functions
|
||||
changelog/fix-deprecated-core-functions
|
||||
fix-deprecated-core-functions
|
||||
plugins/woocommerce/changelog/feature-single-column-collection-block
|
||||
woocommerce/changelog/feature-single-column-collection-block
|
||||
changelog/feature-single-column-collection-block
|
||||
|
|
@ -91111,6 +91113,10 @@ plugins/woocommerce/changelog/wooplug-5048-inconsistent-character-decoding-for-s
|
|||
woocommerce/changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
plugins/woocommerce/changelog/remove-revert-to-classic-template-button
|
||||
woocommerce/changelog/remove-revert-to-classic-template-button
|
||||
changelog/remove-revert-to-classic-template-button
|
||||
remove-revert-to-classic-template-button
|
||||
plugins/woocommerce/changelog/wooplug-5326-analytics-reports-breaking-with-large-amount-of-data
|
||||
woocommerce/changelog/wooplug-5326-analytics-reports-breaking-with-large-amount-of-data
|
||||
changelog/wooplug-5326-analytics-reports-breaking-with-large-amount-of-data
|
||||
|
|
@ -91259,6 +91265,10 @@ plugins/woocommerce/changelog/60107-fix-remove-with-product-selector
|
|||
woocommerce/changelog/60107-fix-remove-with-product-selector
|
||||
changelog/60107-fix-remove-with-product-selector
|
||||
60107-fix-remove-with-product-selector
|
||||
plugins/woocommerce/changelog/update-60530
|
||||
woocommerce/changelog/update-60530
|
||||
changelog/update-60530
|
||||
update-60530
|
||||
plugins/woocommerce/changelog/60237-add-import-session
|
||||
woocommerce/changelog/60237-add-import-session
|
||||
changelog/60237-add-import-session
|
||||
|
|
@ -91419,6 +91429,10 @@ plugins/woocommerce/changelog/2025-07-23-04-47-08-190564
|
|||
woocommerce/changelog/2025-07-23-04-47-08-190564
|
||||
changelog/2025-07-23-04-47-08-190564
|
||||
2025-07-23-04-47-08-190564
|
||||
plugins/woocommerce/changelog/add-quantity-validation-on-input
|
||||
woocommerce/changelog/add-quantity-validation-on-input
|
||||
changelog/add-quantity-validation-on-input
|
||||
add-quantity-validation-on-input
|
||||
plugins/woocommerce/templates/taxonomy-product-cat.php
|
||||
woocommerce/templates/taxonomy-product-cat.php
|
||||
templates/taxonomy-product-cat.php
|
||||
|
|
|
|||
|
|
@ -3959,8 +3959,9 @@ docs/contribution/releases/monitoring.md
|
|||
docs/contribution/releases/building-and-publishing.md
|
||||
docs/contribution/releases/point-releases.md
|
||||
docs/contribution/releases/backporting.md
|
||||
docs/contribution/releases/troubleshooting.md
|
||||
docs/contribution/releases/point-release-fixes.md
|
||||
docs/contribution/releases/rc.md
|
||||
docs/contribution/releases/prereleases.md
|
||||
docs/contribution/contributing/woocommerce-git-flow.md
|
||||
docs/contribution/contributing/README.md
|
||||
docs/contribution/contributing/common-issues.md
|
||||
|
|
@ -4129,6 +4130,8 @@ docs/_docu-tools/static/schemas/v1/checkout-document-schema.json
|
|||
docs/_docu-tools/static/.nojekyll
|
||||
docs/_docu-tools/static/img/woo-dev-site-logo-dark.svg
|
||||
docs/_docu-tools/static/img/automattic_dark.svg
|
||||
docs/_docu-tools/static/img/doc_images/release-branches.excalidraw
|
||||
docs/_docu-tools/static/img/doc_images/release-cycle.excalidraw
|
||||
docs/_docu-tools/static/img/logo.svg
|
||||
docs/_docu-tools/static/img/woo-dev-site-logo.svg
|
||||
docs/_docu-tools/static/img/automattic.svg
|
||||
|
|
@ -6591,8 +6594,6 @@ plugins/woocommerce/client/blocks/assets/js/middleware/remove-user-locale.ts
|
|||
plugins/woocommerce/client/blocks/assets/js/middleware/store-api-cart-hash.js
|
||||
plugins/woocommerce/client/blocks/assets/js/middleware/index.js
|
||||
plugins/woocommerce/client/blocks/assets/js/middleware/store-api-nonce.js
|
||||
plugins/woocommerce/client/blocks/assets/js/templates/revert-button/index.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/templates/revert-button/style.scss
|
||||
plugins/woocommerce/client/blocks/assets/js/extensions/shipping-methods/pickup-location/settings-page.tsx
|
||||
plugins/woocommerce/client/blocks/assets/js/extensions/shipping-methods/pickup-location/types.ts
|
||||
plugins/woocommerce/client/blocks/assets/js/extensions/shipping-methods/pickup-location/location-settings.tsx
|
||||
|
|
@ -8100,7 +8101,6 @@ plugins/woocommerce/client/admin/client/wp-admin-scripts/woo-subscriptions-notic
|
|||
plugins/woocommerce/client/admin/client/wp-admin-scripts/category-tracking/index.js
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/command-palette/register-command-with-tracking.js
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/command-palette/index.js
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/command-palette/use-edited-post-type.js
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/README.md
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/onboarding-load-sample-products-notice/index.ts
|
||||
plugins/woocommerce/client/admin/client/wp-admin-scripts/product-tracking/product-new.ts
|
||||
|
|
@ -12339,6 +12339,7 @@ plugins/woocommerce/includes/class-wc-meta-data.php
|
|||
plugins/woocommerce/includes/class-wc-customer.php
|
||||
plugins/woocommerce/changelog/fix-add-cart-item
|
||||
plugins/woocommerce/changelog/fix-abstract-address-loading
|
||||
plugins/woocommerce/changelog/add-queryid-to-cart-test-layout
|
||||
plugins/woocommerce/changelog/fix-register-product-blocks-deprecated-function
|
||||
plugins/woocommerce/changelog/fix-60345-core-changes
|
||||
plugins/woocommerce/changelog/wooplug-5243-woocommerce-analytics-generates-duplicate-rows-in-variations
|
||||
|
|
@ -12377,6 +12378,7 @@ plugins/woocommerce/changelog/fix-padding-in-checkout-with-step-numbers
|
|||
plugins/woocommerce/changelog/mic-back-in-stock-notifications
|
||||
plugins/woocommerce/changelog/60012-fix-issue-60011
|
||||
plugins/woocommerce/changelog/update-WOOPLUG-5208-dev-partner-extension-installations
|
||||
plugins/woocommerce/changelog/skip-cart-flaky-tests-temporarily
|
||||
plugins/woocommerce/changelog/60602-add-optimistic-updates
|
||||
plugins/woocommerce/changelog/59843-migrator-test-fetcher
|
||||
plugins/woocommerce/changelog/60537-wooplug-5395-interactivity-api-powered-mini-cart-incorrect-top-margin
|
||||
|
|
@ -12418,6 +12420,7 @@ plugins/woocommerce/changelog/fix-product-gallery-ghost-overflow
|
|||
plugins/woocommerce/changelog/bump-email-editor-142
|
||||
plugins/woocommerce/changelog/fix-session-strict-types
|
||||
plugins/woocommerce/changelog/58700-wooplug-4457-rest-api-orders-get-with-coupons-has-typeerror-preg_match
|
||||
plugins/woocommerce/changelog/fix-deprecated-core-functions
|
||||
plugins/woocommerce/changelog/feature-single-column-collection-block
|
||||
plugins/woocommerce/changelog/fix-update-tests-theme-template-slug
|
||||
plugins/woocommerce/changelog/60540-wooplug-5378-interactivity-api-powered-mini-cart-support-including-tax
|
||||
|
|
@ -12452,6 +12455,7 @@ plugins/woocommerce/changelog/remove-add-to-cart-with-options-stepper-feature-fl
|
|||
plugins/woocommerce/changelog/fix-57686
|
||||
plugins/woocommerce/changelog/enhance-WOOPLUG-5353-offline-gateway-pages-scroll-to-top
|
||||
plugins/woocommerce/changelog/wooplug-5048-inconsistent-character-decoding-for-special-characters-in
|
||||
plugins/woocommerce/changelog/remove-revert-to-classic-template-button
|
||||
plugins/woocommerce/changelog/wooplug-5326-analytics-reports-breaking-with-large-amount-of-data
|
||||
plugins/woocommerce/changelog/remove-54976-allows-modifying-template-parts-test
|
||||
plugins/woocommerce/changelog/fix-59283-add-to-cart-with-options-button-animation-ajax-disabled
|
||||
|
|
@ -12489,6 +12493,7 @@ plugins/woocommerce/changelog/fix-woopmnt-5218-wc-nox-testing-mode-link-redirect
|
|||
plugins/woocommerce/changelog/60464-wooplug-5313-text-not-visible-in-the-iapi-mini-cart-if-the-header-text-is
|
||||
plugins/woocommerce/changelog/fix-handle-empty-attribute-term-filter
|
||||
plugins/woocommerce/changelog/60107-fix-remove-with-product-selector
|
||||
plugins/woocommerce/changelog/update-60530
|
||||
plugins/woocommerce/changelog/60237-add-import-session
|
||||
plugins/woocommerce/changelog/60288-typo-format-function
|
||||
plugins/woocommerce/changelog/60067-fix-wooplug-5205-rest-api-unexpected-response-when-creating-an-invalid-coupon
|
||||
|
|
@ -12529,6 +12534,7 @@ plugins/woocommerce/changelog/wooprd-743-woocommerce-email-content-block-is-not-
|
|||
plugins/woocommerce/changelog/wooplug-5328-flaky-test-as-product-in-specific-single-product-template
|
||||
plugins/woocommerce/changelog/fix-WOOPLUG-4982-payments-task-completion
|
||||
plugins/woocommerce/changelog/2025-07-23-04-47-08-190564
|
||||
plugins/woocommerce/changelog/add-quantity-validation-on-input
|
||||
plugins/woocommerce/templates/taxonomy-product-cat.php
|
||||
plugins/woocommerce/templates/global/breadcrumb.php
|
||||
plugins/woocommerce/templates/global/quantity-input.php
|
||||
|
|
|
|||
|
|
@ -8711,6 +8711,11 @@ spec/system/ticket/history_spec.rb
|
|||
system/ticket/history_spec.rb
|
||||
ticket/history_spec.rb
|
||||
history_spec.rb
|
||||
spec/system/ticket/create/inline_image_replacement_ai_text_tools_spec.rb
|
||||
system/ticket/create/inline_image_replacement_ai_text_tools_spec.rb
|
||||
ticket/create/inline_image_replacement_ai_text_tools_spec.rb
|
||||
create/inline_image_replacement_ai_text_tools_spec.rb
|
||||
inline_image_replacement_ai_text_tools_spec.rb
|
||||
spec/system/ticket/create/tags_spec.rb
|
||||
system/ticket/create/tags_spec.rb
|
||||
ticket/create/tags_spec.rb
|
||||
|
|
@ -25231,34 +25236,6 @@ types/input/ticket/link_input_type.rb
|
|||
input/ticket/link_input_type.rb
|
||||
ticket/link_input_type.rb
|
||||
link_input_type.rb
|
||||
app/graphql/gql/types/input/locator/organization_input_type.rb
|
||||
graphql/gql/types/input/locator/organization_input_type.rb
|
||||
gql/types/input/locator/organization_input_type.rb
|
||||
types/input/locator/organization_input_type.rb
|
||||
input/locator/organization_input_type.rb
|
||||
locator/organization_input_type.rb
|
||||
organization_input_type.rb
|
||||
app/graphql/gql/types/input/locator/base_locator.rb
|
||||
graphql/gql/types/input/locator/base_locator.rb
|
||||
gql/types/input/locator/base_locator.rb
|
||||
types/input/locator/base_locator.rb
|
||||
input/locator/base_locator.rb
|
||||
locator/base_locator.rb
|
||||
base_locator.rb
|
||||
app/graphql/gql/types/input/locator/user_input_type.rb
|
||||
graphql/gql/types/input/locator/user_input_type.rb
|
||||
gql/types/input/locator/user_input_type.rb
|
||||
types/input/locator/user_input_type.rb
|
||||
input/locator/user_input_type.rb
|
||||
locator/user_input_type.rb
|
||||
user_input_type.rb
|
||||
app/graphql/gql/types/input/locator/ticket_input_type.rb
|
||||
graphql/gql/types/input/locator/ticket_input_type.rb
|
||||
gql/types/input/locator/ticket_input_type.rb
|
||||
types/input/locator/ticket_input_type.rb
|
||||
input/locator/ticket_input_type.rb
|
||||
locator/ticket_input_type.rb
|
||||
ticket_input_type.rb
|
||||
app/graphql/gql/types/input/upload_file_input_type.rb
|
||||
graphql/gql/types/input/upload_file_input_type.rb
|
||||
gql/types/input/upload_file_input_type.rb
|
||||
|
|
@ -65246,6 +65223,9 @@ migrate/20210914153600_issue_3194_update_permissions.rb
|
|||
db/migrate/20201201000001_setting_add_sender_format_agent_name.rb
|
||||
migrate/20201201000001_setting_add_sender_format_agent_name.rb
|
||||
20201201000001_setting_add_sender_format_agent_name.rb
|
||||
db/migrate/20250825090542_writing_assistant_tools.rb
|
||||
migrate/20250825090542_writing_assistant_tools.rb
|
||||
20250825090542_writing_assistant_tools.rb
|
||||
db/migrate/20170215000001_telegram_support.rb
|
||||
migrate/20170215000001_telegram_support.rb
|
||||
20170215000001_telegram_support.rb
|
||||
|
|
|
|||
|
|
@ -1886,6 +1886,7 @@ spec/controllers/can_paginate/pagination_spec.rb
|
|||
spec/system/ticket/view_spec.rb
|
||||
spec/system/ticket/update_spec.rb
|
||||
spec/system/ticket/history_spec.rb
|
||||
spec/system/ticket/create/inline_image_replacement_ai_text_tools_spec.rb
|
||||
spec/system/ticket/create/tags_spec.rb
|
||||
spec/system/ticket/create/ticket_duplicate_detection_spec.rb
|
||||
spec/system/ticket/create/secure_mailing_spec.rb
|
||||
|
|
@ -4630,10 +4631,6 @@ app/graphql/gql/types/input/ticket/external_references/idoit_object_list_input_t
|
|||
app/graphql/gql/types/input/ticket/checklist/item_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/customer_update_input_type.rb
|
||||
app/graphql/gql/types/input/ticket/link_input_type.rb
|
||||
app/graphql/gql/types/input/locator/organization_input_type.rb
|
||||
app/graphql/gql/types/input/locator/base_locator.rb
|
||||
app/graphql/gql/types/input/locator/user_input_type.rb
|
||||
app/graphql/gql/types/input/locator/ticket_input_type.rb
|
||||
app/graphql/gql/types/input/upload_file_input_type.rb
|
||||
app/graphql/gql/types/input/out_of_office_input_type.rb
|
||||
app/graphql/gql/types/input/template_render_context_input_type.rb
|
||||
|
|
@ -11012,6 +11009,7 @@ db/migrate/20170924054554_weibo_oauth2.rb
|
|||
db/migrate/20240312110258_create_failed_emails.rb
|
||||
db/migrate/20210914153600_issue_3194_update_permissions.rb
|
||||
db/migrate/20201201000001_setting_add_sender_format_agent_name.rb
|
||||
db/migrate/20250825090542_writing_assistant_tools.rb
|
||||
db/migrate/20170215000001_telegram_support.rb
|
||||
db/migrate/20200527000000_agent_customer.rb
|
||||
db/migrate/20210909093800_issue_3168_token_setting.rb
|
||||
|
|
|
|||
|
|
@ -1534,10 +1534,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://bbc.com/robots.txt
|
||||
http://amazon.com/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://ncbi.nlm.nih.gov/robots.txt
|
||||
http://slideshare.net/robots.txt
|
||||
http://t.me/robots.txt
|
||||
http://news.google.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3248,7 +3248,7 @@ wiki/Wikipedia_Diskussion:Checkuser
|
|||
wiki/Wikipedia_Diskussion:Spam-Blacklist-Log
|
||||
wiki/Wikipedia_talk%3AAbuse_reports
|
||||
wiki/Wikipedia_talk%3AAbuse_response
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://support.google.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://gstatic.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_recall
|
||||
wiki/Wikipedia_talk%3AAdministrator_review
|
||||
wiki/Wikipedia_talk%3AAdministrators%27_noticeboard
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue