[Github Action] Automated trickest wordlists update.

This commit is contained in:
github-actions[bot] 2024-09-05 10:03:39 +00:00
parent f637e122aa
commit f392254833
22 changed files with 1479 additions and 1008 deletions

View file

@ -3,6 +3,6 @@
"last_update": 1725303798
},
"Trickest wordlist update": {
"last_update": 1725444227
"last_update": 1725530609
}
}

View file

@ -36,6 +36,7 @@ yii2/Yii.php
Yii.php
CHANGELOG.md
crowdin.yml
.stylelintignore
ecs.php
.prettierignore
stubs/yii/helpers/BaseArrayHelper.stub
@ -1021,6 +1022,7 @@ _data/.gitkeep
tests/.env.example.pgsql
.env.example.pgsql
.prettierrc.json
.stylelintrc.json
webpack.config.js
packages/craftcms-webpack/postcss.config.js
craftcms-webpack/postcss.config.js
@ -1215,6 +1217,9 @@ Cp.php
src/helpers/HtmlPurifier.php
helpers/HtmlPurifier.php
HtmlPurifier.php
src/helpers/Inflector.php
helpers/Inflector.php
Inflector.php
src/helpers/UrlHelper.php
helpers/UrlHelper.php
UrlHelper.php
@ -1767,6 +1772,11 @@ templates/_layouts/components/tag.twig
_layouts/components/tag.twig
components/tag.twig
tag.twig
src/templates/_layouts/components/global-live-region.twig
templates/_layouts/components/global-live-region.twig
_layouts/components/global-live-region.twig
components/global-live-region.twig
global-live-region.twig
src/templates/_layouts/components/alerts.twig
templates/_layouts/components/alerts.twig
_layouts/components/alerts.twig
@ -2782,6 +2792,24 @@ gql/types/input/Matrix.php
types/input/Matrix.php
input/Matrix.php
Matrix.php
src/gql/types/input/criteria/AssetRelation.php
gql/types/input/criteria/AssetRelation.php
types/input/criteria/AssetRelation.php
input/criteria/AssetRelation.php
criteria/AssetRelation.php
AssetRelation.php
src/gql/types/input/criteria/EntryRelation.php
gql/types/input/criteria/EntryRelation.php
types/input/criteria/EntryRelation.php
input/criteria/EntryRelation.php
criteria/EntryRelation.php
EntryRelation.php
src/gql/types/input/criteria/CategoryRelation.php
gql/types/input/criteria/CategoryRelation.php
types/input/criteria/CategoryRelation.php
input/criteria/CategoryRelation.php
criteria/CategoryRelation.php
CategoryRelation.php
src/gql/types/input/criteria/Category.php
gql/types/input/criteria/Category.php
types/input/criteria/Category.php
@ -2794,6 +2822,12 @@ types/input/criteria/User.php
input/criteria/User.php
criteria/User.php
User.php
src/gql/types/input/criteria/UserRelation.php
gql/types/input/criteria/UserRelation.php
types/input/criteria/UserRelation.php
input/criteria/UserRelation.php
criteria/UserRelation.php
UserRelation.php
src/gql/types/input/criteria/Entry.php
gql/types/input/criteria/Entry.php
types/input/criteria/Entry.php
@ -2806,6 +2840,12 @@ types/input/criteria/Tag.php
input/criteria/Tag.php
criteria/Tag.php
Tag.php
src/gql/types/input/criteria/TagRelation.php
gql/types/input/criteria/TagRelation.php
types/input/criteria/TagRelation.php
input/criteria/TagRelation.php
criteria/TagRelation.php
TagRelation.php
src/gql/types/input/criteria/Asset.php
gql/types/input/criteria/Asset.php
types/input/criteria/Asset.php
@ -3156,6 +3196,10 @@ gql/arguments/elements/Asset.php
arguments/elements/Asset.php
elements/Asset.php
Asset.php
src/gql/arguments/RelationCriteria.php
gql/arguments/RelationCriteria.php
arguments/RelationCriteria.php
RelationCriteria.php
src/gql/arguments/OptionField.php
gql/arguments/OptionField.php
arguments/OptionField.php
@ -9711,6 +9755,10 @@ src/elements/conditions/TitleConditionRule.php
elements/conditions/TitleConditionRule.php
conditions/TitleConditionRule.php
TitleConditionRule.php
src/elements/conditions/NotRelatedToConditionRule.php
elements/conditions/NotRelatedToConditionRule.php
conditions/NotRelatedToConditionRule.php
NotRelatedToConditionRule.php
src/elements/conditions/IdConditionRule.php
elements/conditions/IdConditionRule.php
conditions/IdConditionRule.php
@ -9910,6 +9958,10 @@ elements/conditions/assets/ViewableConditionRule.php
conditions/assets/ViewableConditionRule.php
assets/ViewableConditionRule.php
ViewableConditionRule.php
src/elements/conditions/SiteGroupConditionRule.php
elements/conditions/SiteGroupConditionRule.php
conditions/SiteGroupConditionRule.php
SiteGroupConditionRule.php
src/elements/conditions/StatusConditionRule.php
elements/conditions/StatusConditionRule.php
conditions/StatusConditionRule.php

View file

@ -15,6 +15,7 @@ lib/composer-LICENSE.txt
lib/yii2/Yii.php
CHANGELOG.md
crowdin.yml
.stylelintignore
ecs.php
.prettierignore
stubs/yii/helpers/BaseArrayHelper.stub
@ -260,6 +261,7 @@ tests/_data/assets/files/pdf-sample.pdf
tests/_data/.gitkeep
tests/.env.example.pgsql
.prettierrc.json
.stylelintrc.json
webpack.config.js
packages/craftcms-webpack/postcss.config.js
packages/craftcms-webpack/Craft.d.ts
@ -325,6 +327,7 @@ src/helpers/Sequence.php
src/helpers/ConfigHelper.php
src/helpers/Cp.php
src/helpers/HtmlPurifier.php
src/helpers/Inflector.php
src/helpers/UrlHelper.php
src/helpers/ChartHelper.php
src/helpers/Queue.php
@ -448,6 +451,7 @@ src/templates/500.twig
src/templates/_layouts/components/form-action-menu.twig
src/templates/_layouts/components/crumbs.twig
src/templates/_layouts/components/tag.twig
src/templates/_layouts/components/global-live-region.twig
src/templates/_layouts/components/alerts.twig
src/templates/_layouts/components/system-info.twig
src/templates/_layouts/components/global-sidebar.twig
@ -676,10 +680,15 @@ src/gql/types/Query.php
src/gql/types/QueryArgument.php
src/gql/types/Mutation.php
src/gql/types/input/Matrix.php
src/gql/types/input/criteria/AssetRelation.php
src/gql/types/input/criteria/EntryRelation.php
src/gql/types/input/criteria/CategoryRelation.php
src/gql/types/input/criteria/Category.php
src/gql/types/input/criteria/User.php
src/gql/types/input/criteria/UserRelation.php
src/gql/types/input/criteria/Entry.php
src/gql/types/input/criteria/Tag.php
src/gql/types/input/criteria/TagRelation.php
src/gql/types/input/criteria/Asset.php
src/gql/types/input/Addresses.php
src/gql/types/input/File.php
@ -758,6 +767,7 @@ src/gql/arguments/elements/Entry.php
src/gql/arguments/elements/Tag.php
src/gql/arguments/elements/Address.php
src/gql/arguments/elements/Asset.php
src/gql/arguments/RelationCriteria.php
src/gql/arguments/OptionField.php
src/queue/Command.php
src/queue/BaseBatchedElementJob.php
@ -2462,6 +2472,7 @@ src/elements/User.php
src/elements/conditions/ElementConditionInterface.php
src/elements/conditions/ElementConditionRuleInterface.php
src/elements/conditions/TitleConditionRule.php
src/elements/conditions/NotRelatedToConditionRule.php
src/elements/conditions/IdConditionRule.php
src/elements/conditions/LevelConditionRule.php
src/elements/conditions/DateUpdatedConditionRule.php
@ -2503,6 +2514,7 @@ src/elements/conditions/assets/FileTypeConditionRule.php
src/elements/conditions/assets/AssetCondition.php
src/elements/conditions/assets/HasAltConditionRule.php
src/elements/conditions/assets/ViewableConditionRule.php
src/elements/conditions/SiteGroupConditionRule.php
src/elements/conditions/StatusConditionRule.php
src/elements/conditions/HasUrlConditionRule.php
src/elements/conditions/ElementCondition.php

View file

@ -16652,86 +16652,10 @@ get-current-language.test.ts
app/license
license
contributing.md
.changeset/healthy-cows-grin.md
healthy-cows-grin.md
.changeset/hip-jeans-fix.md
hip-jeans-fix.md
.changeset/mighty-spoons-collect.md
mighty-spoons-collect.md
.changeset/silly-months-protect.md
silly-months-protect.md
.changeset/odd-eggs-worry.md
odd-eggs-worry.md
.changeset/config.json
config.json
.changeset/heavy-frogs-think.md
heavy-frogs-think.md
.changeset/brave-snails-smell.md
brave-snails-smell.md
.changeset/quick-worms-kick.md
quick-worms-kick.md
.changeset/blue-rules-pay.md
blue-rules-pay.md
.changeset/chatty-dogs-judge.md
chatty-dogs-judge.md
.changeset/heavy-peas-move.md
heavy-peas-move.md
.changeset/honest-emus-swim.md
honest-emus-swim.md
.changeset/ninety-cougars-pull.md
ninety-cougars-pull.md
.changeset/mighty-peaches-press.md
mighty-peaches-press.md
.changeset/polite-zoos-shop.md
polite-zoos-shop.md
.changeset/lucky-files-prove.md
lucky-files-prove.md
.changeset/smooth-trainers-occur.md
smooth-trainers-occur.md
.changeset/wet-lemons-heal.md
wet-lemons-heal.md
.changeset/sharp-gorillas-hunt.md
sharp-gorillas-hunt.md
.changeset/rare-pumpkins-decide.md
rare-pumpkins-decide.md
.changeset/breezy-pianos-wink.md
breezy-pianos-wink.md
.changeset/six-kings-switch.md
six-kings-switch.md
.changeset/long-clouds-relate.md
long-clouds-relate.md
.changeset/rich-peas-know.md
rich-peas-know.md
.changeset/tiny-jeans-matter.md
tiny-jeans-matter.md
.changeset/wise-buckets-raise.md
wise-buckets-raise.md
.changeset/wise-bikes-suffer.md
wise-bikes-suffer.md
.changeset/gentle-balloons-pretend.md
gentle-balloons-pretend.md
.changeset/empty-geckos-sit.md
empty-geckos-sit.md
.changeset/lemon-dots-swim.md
lemon-dots-swim.md
.changeset/heavy-ties-return.md
heavy-ties-return.md
.changeset/smart-boats-rule.md
smart-boats-rule.md
.changeset/grumpy-eels-add.md
grumpy-eels-add.md
.changeset/good-teachers-worry.md
good-teachers-worry.md
.changeset/smooth-turkeys-pull.md
smooth-turkeys-pull.md
.changeset/neat-grapes-yell.md
neat-grapes-yell.md
.changeset/orange-suns-fry.md
orange-suns-fry.md
.changeset/yellow-comics-trade.md
yellow-comics-trade.md
.changeset/plenty-flies-yawn.md
plenty-flies-yawn.md
.changeset/trams-rijden.md
trams-rijden.md
contributors.yml
license
.dockerignore

View file

@ -3367,46 +3367,8 @@ app/src/lang/number-formats.yaml
app/src/lang/get-current-language.test.ts
app/license
contributing.md
.changeset/healthy-cows-grin.md
.changeset/hip-jeans-fix.md
.changeset/mighty-spoons-collect.md
.changeset/silly-months-protect.md
.changeset/odd-eggs-worry.md
.changeset/config.json
.changeset/heavy-frogs-think.md
.changeset/brave-snails-smell.md
.changeset/quick-worms-kick.md
.changeset/blue-rules-pay.md
.changeset/chatty-dogs-judge.md
.changeset/heavy-peas-move.md
.changeset/honest-emus-swim.md
.changeset/ninety-cougars-pull.md
.changeset/mighty-peaches-press.md
.changeset/polite-zoos-shop.md
.changeset/lucky-files-prove.md
.changeset/smooth-trainers-occur.md
.changeset/wet-lemons-heal.md
.changeset/sharp-gorillas-hunt.md
.changeset/rare-pumpkins-decide.md
.changeset/breezy-pianos-wink.md
.changeset/six-kings-switch.md
.changeset/long-clouds-relate.md
.changeset/rich-peas-know.md
.changeset/tiny-jeans-matter.md
.changeset/wise-buckets-raise.md
.changeset/wise-bikes-suffer.md
.changeset/gentle-balloons-pretend.md
.changeset/empty-geckos-sit.md
.changeset/lemon-dots-swim.md
.changeset/heavy-ties-return.md
.changeset/smart-boats-rule.md
.changeset/grumpy-eels-add.md
.changeset/good-teachers-worry.md
.changeset/smooth-turkeys-pull.md
.changeset/neat-grapes-yell.md
.changeset/orange-suns-fry.md
.changeset/yellow-comics-trade.md
.changeset/plenty-flies-yawn.md
.changeset/trams-rijden.md
contributors.yml
license
.dockerignore

View file

@ -59711,6 +59711,13 @@ tests/src/FunctionalJavascript/EmphasisTest.php
src/FunctionalJavascript/EmphasisTest.php
FunctionalJavascript/EmphasisTest.php
EmphasisTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php
modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php
ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php
tests/src/FunctionalJavascript/ImageUrlTestBase.php
src/FunctionalJavascript/ImageUrlTestBase.php
FunctionalJavascript/ImageUrlTestBase.php
ImageUrlTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingEmptyElementTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingEmptyElementTest.php
ckeditor5/tests/src/FunctionalJavascript/SourceEditingEmptyElementTest.php
@ -59753,6 +59760,13 @@ tests/src/FunctionalJavascript/JSTranslationTest.php
src/FunctionalJavascript/JSTranslationTest.php
FunctionalJavascript/JSTranslationTest.php
JSTranslationTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php
modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php
ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php
tests/src/FunctionalJavascript/ImageTestBaselineTrait.php
src/FunctionalJavascript/ImageTestBaselineTrait.php
FunctionalJavascript/ImageTestBaselineTrait.php
ImageTestBaselineTrait.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
@ -59767,6 +59781,20 @@ tests/src/FunctionalJavascript/ImageTestBase.php
src/FunctionalJavascript/ImageTestBase.php
FunctionalJavascript/ImageTestBase.php
ImageTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php
modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php
ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php
tests/src/FunctionalJavascript/ImageTestTestBase.php
src/FunctionalJavascript/ImageTestTestBase.php
FunctionalJavascript/ImageTestTestBase.php
ImageTestTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php
modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php
ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php
tests/src/FunctionalJavascript/ImageTestProviderTrait.php
src/FunctionalJavascript/ImageTestProviderTrait.php
FunctionalJavascript/ImageTestProviderTrait.php
ImageTestProviderTrait.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
@ -59788,6 +59816,13 @@ tests/src/FunctionalJavascript/SourceEditingTestBase.php
src/FunctionalJavascript/SourceEditingTestBase.php
FunctionalJavascript/SourceEditingTestBase.php
SourceEditingTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
tests/src/FunctionalJavascript/ImageTestProviderTest.php
src/FunctionalJavascript/ImageTestProviderTest.php
FunctionalJavascript/ImageTestProviderTest.php
ImageTestProviderTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
@ -59837,6 +59872,13 @@ tests/src/FunctionalJavascript/MediaPreviewTest.php
src/FunctionalJavascript/MediaPreviewTest.php
FunctionalJavascript/MediaPreviewTest.php
MediaPreviewTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php
ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php
tests/src/FunctionalJavascript/ImageUrlProviderTest.php
src/FunctionalJavascript/ImageUrlProviderTest.php
FunctionalJavascript/ImageUrlProviderTest.php
ImageUrlProviderTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5MarkupTest.php
modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5MarkupTest.php
ckeditor5/tests/src/FunctionalJavascript/CKEditor5MarkupTest.php

View file

@ -8419,17 +8419,22 @@ core/modules/ckeditor5/tests/src/Nightwatch/Tests/drupalHtmlBuilderTest.js
core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js
core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js
core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingEmptyElementTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLinkabilityTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/JSTranslationTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBaselineTrait.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTrait.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/StyleTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageTestProviderTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5DialogTest.php
@ -8437,6 +8442,7 @@ core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5OffCanvasTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/LanguageTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaPreviewTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/ImageUrlProviderTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5MarkupTest.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTestBase.php
core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php

View file

@ -18017,6 +18017,10 @@ erpnext/patches/v15_0/fix_debit_credit_in_transaction_currency.py
patches/v15_0/fix_debit_credit_in_transaction_currency.py
v15_0/fix_debit_credit_in_transaction_currency.py
fix_debit_credit_in_transaction_currency.py
erpnext/patches/v15_0/link_purchase_item_to_asset_doc.py
patches/v15_0/link_purchase_item_to_asset_doc.py
v15_0/link_purchase_item_to_asset_doc.py
link_purchase_item_to_asset_doc.py
erpnext/patches/v15_0/set_standard_stock_entry_type.py
patches/v15_0/set_standard_stock_entry_type.py
v15_0/set_standard_stock_entry_type.py

View file

@ -3706,6 +3706,7 @@ erpnext/patches/v15_0/create_advance_payment_status.py
erpnext/patches/v15_0/delete_ecommerce_doctypes.py
erpnext/patches/v15_0/delete_payment_gateway_doctypes.py
erpnext/patches/v15_0/fix_debit_credit_in_transaction_currency.py
erpnext/patches/v15_0/link_purchase_item_to_asset_doc.py
erpnext/patches/v15_0/set_standard_stock_entry_type.py
erpnext/patches/v15_0/update_asset_value_for_manual_depr_entries.py
erpnext/patches/v15_0/rename_daily_depreciation_to_depreciation_amount_based_on_num_days_in_month.py

View file

@ -7804,6 +7804,20 @@ app/components/stats/kpis-overview.js
components/stats/kpis-overview.js
stats/kpis-overview.js
kpis-overview.js
ghost/admin/app/components/stats/parts/audience-filter.hbs
admin/app/components/stats/parts/audience-filter.hbs
app/components/stats/parts/audience-filter.hbs
components/stats/parts/audience-filter.hbs
stats/parts/audience-filter.hbs
parts/audience-filter.hbs
audience-filter.hbs
ghost/admin/app/components/stats/parts/audience-filter.js
admin/app/components/stats/parts/audience-filter.js
app/components/stats/parts/audience-filter.js
components/stats/parts/audience-filter.js
stats/parts/audience-filter.js
parts/audience-filter.js
audience-filter.js
ghost/admin/app/components/stats/parts/metric.hbs
admin/app/components/stats/parts/metric.hbs
app/components/stats/parts/metric.hbs
@ -18477,6 +18491,15 @@ migrations/versions/4.43/2022-03-29-14-45-add-members-newsletters-table.js
versions/4.43/2022-03-29-14-45-add-members-newsletters-table.js
4.43/2022-03-29-14-45-add-members-newsletters-table.js
2022-03-29-14-45-add-members-newsletters-table.js
ghost/core/core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
core/core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
ghost/core/core/server/data/migrations/versions/5.14/2022-09-02-12-55-rename-members-bio-to-expertise.js
core/core/server/data/migrations/versions/5.14/2022-09-02-12-55-rename-members-bio-to-expertise.js
core/server/data/migrations/versions/5.14/2022-09-02-12-55-rename-members-bio-to-expertise.js

View file

@ -1617,6 +1617,8 @@ ghost/admin/app/services/media-queries.js
ghost/admin/app/services/modals.js
ghost/admin/app/services/onboarding.js
ghost/admin/app/components/stats/kpis-overview.js
ghost/admin/app/components/stats/parts/audience-filter.hbs
ghost/admin/app/components/stats/parts/audience-filter.js
ghost/admin/app/components/stats/parts/metric.hbs
ghost/admin/app/components/stats/technical-overview.hbs
ghost/admin/app/components/stats/technical-overview.js
@ -3283,6 +3285,7 @@ ghost/core/core/server/data/migrations/versions/4.43/2022-04-01-10-13-add-post-n
ghost/core/core/server/data/migrations/versions/4.43/2022-04-08-10-45-add-subscription-id-to-mrr-events.js
ghost/core/core/server/data/migrations/versions/4.43/2022-04-06-14-56-add-email-newsletter-relation.js
ghost/core/core/server/data/migrations/versions/4.43/2022-03-29-14-45-add-members-newsletters-table.js
ghost/core/core/server/data/migrations/versions/5.93/2024-09-03-18-51-01-update-stripe-prices-nickname-length.js
ghost/core/core/server/data/migrations/versions/5.14/2022-09-02-12-55-rename-members-bio-to-expertise.js
ghost/core/core/server/data/migrations/versions/5.56/2023-07-15-10-11-12-update-members-email-disabled-field.js
ghost/core/core/server/data/migrations/versions/5.56/2023-07-14-10-11-12-add-email-disabled-field-to-members.js

View file

@ -2830,6 +2830,9 @@ ResolveListingIdsExample.php
tests/examples/ResolveListingExample.php
examples/ResolveListingExample.php
ResolveListingExample.php
tests/examples/ProductListingCriteriaExtensionExample.php
examples/ProductListingCriteriaExtensionExample.php
ProductListingCriteriaExtensionExample.php
tests/acceptance/compose.yaml
acceptance/compose.yaml
compose.yaml
@ -3053,6 +3056,11 @@ tests/migration/Core/ImportTranslationTraitTest.php
migration/Core/ImportTranslationTraitTest.php
Core/ImportTranslationTraitTest.php
ImportTranslationTraitTest.php
tests/migration/Core/V6_5/Migration1708685281MigrateToReferencedColumnsTest.php
migration/Core/V6_5/Migration1708685281MigrateToReferencedColumnsTest.php
Core/V6_5/Migration1708685281MigrateToReferencedColumnsTest.php
V6_5/Migration1708685281MigrateToReferencedColumnsTest.php
Migration1708685281MigrateToReferencedColumnsTest.php
tests/migration/Core/MigrationSourceTest.php
migration/Core/MigrationSourceTest.php
Core/MigrationSourceTest.php
@ -3239,11 +3247,6 @@ migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
Core/V6_6/Migration1703850843FixSearchConfigTest.php
V6_6/Migration1703850843FixSearchConfigTest.php
Migration1703850843FixSearchConfigTest.php
tests/migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
Migration1673964565MigrateToReferencedColumnsTest.php
tests/migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
@ -14785,6 +14788,14 @@ Product/SalesChannel/Listing/ProductListingRouteTest.php
SalesChannel/Listing/ProductListingRouteTest.php
Listing/ProductListingRouteTest.php
ProductListingRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
unit/Core/Content/Product/SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
Core/Content/Product/SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
Content/Product/SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
Product/SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
Listing/ProductListingCriteriaExtensionTest.php
ProductListingCriteriaExtensionTest.php
tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingLoaderExtensionsTests.php
unit/Core/Content/Product/SalesChannel/Listing/ProductListingLoaderExtensionsTests.php
Core/Content/Product/SalesChannel/Listing/ProductListingLoaderExtensionsTests.php
@ -34811,6 +34822,9 @@ _unreleased/2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
changelog/_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
2024-07-30-fix-cms-product-slider-offset-width-error.md
changelog/_unreleased/2024-09-03-add-productlistingcriteriaextension.md
_unreleased/2024-09-03-add-productlistingcriteriaextension.md
2024-09-03-add-productlistingcriteriaextension.md
changelog/_unreleased/2024-08-09-add-visibility-to-cms-block-defaults.md
_unreleased/2024-08-09-add-visibility-to-cms-block-defaults.md
2024-08-09-add-visibility-to-cms-block-defaults.md
@ -34826,6 +34840,9 @@ _unreleased/2024-08-26-update-eslint-rules.md
changelog/_unreleased/2024-07-31-fix-accessibility-violations-from-axe-report.md
_unreleased/2024-07-31-fix-accessibility-violations-from-axe-report.md
2024-07-31-fix-accessibility-violations-from-axe-report.md
changelog/_unreleased/2024-09-02-improve-inheritance-cms-details.md
_unreleased/2024-09-02-improve-inheritance-cms-details.md
2024-09-02-improve-inheritance-cms-details.md
changelog/_unreleased/2024-08-09-allow-singular-shipping-address-in-register-route.md
_unreleased/2024-08-09-allow-singular-shipping-address-in-register-route.md
2024-08-09-allow-singular-shipping-address-in-register-route.md
@ -91382,6 +91399,12 @@ Content/Product/Extension/ResolveListingExtension.php
Product/Extension/ResolveListingExtension.php
Extension/ResolveListingExtension.php
ResolveListingExtension.php
src/Core/Content/Product/Extension/ProductListingCriteriaExtension.php
Core/Content/Product/Extension/ProductListingCriteriaExtension.php
Content/Product/Extension/ProductListingCriteriaExtension.php
Product/Extension/ProductListingCriteriaExtension.php
Extension/ProductListingCriteriaExtension.php
ProductListingCriteriaExtension.php
src/Core/Content/Product/Extension/ResolveListingIdsExtension.php
Core/Content/Product/Extension/ResolveListingIdsExtension.php
Content/Product/Extension/ResolveListingIdsExtension.php
@ -107121,6 +107144,11 @@ Core/Migration/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExpo
Migration/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExport.php
V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExport.php
Migration1676272001AddAccountTypeToCustomerProfileImportExport.php
src/Core/Migration/V6_5/Migration1708685282MigrateToReferencedColumns.php
Core/Migration/V6_5/Migration1708685282MigrateToReferencedColumns.php
Migration/V6_5/Migration1708685282MigrateToReferencedColumns.php
V6_5/Migration1708685282MigrateToReferencedColumns.php
Migration1708685282MigrateToReferencedColumns.php
src/Core/Migration/V6_5/Migration1671723392AddWebhookLifetimeConfig.php
Core/Migration/V6_5/Migration1671723392AddWebhookLifetimeConfig.php
Migration/V6_5/Migration1671723392AddWebhookLifetimeConfig.php

View file

@ -512,6 +512,7 @@ tests/e2e/.percy.yml
tests/e2e/.percy.old.yml
tests/examples/ResolveListingIdsExample.php
tests/examples/ResolveListingExample.php
tests/examples/ProductListingCriteriaExtensionExample.php
tests/acceptance/compose.yaml
tests/acceptance/tasks/ShopAdminTasks.ts
tests/acceptance/tasks/ShopCustomerTasks.ts
@ -561,6 +562,7 @@ tests/migration/Core/V6_7/Migration1717572627RemoveImportExportProfileNameTest.p
tests/migration/Core/V6_7/Migration1720610755RemoveDefaultPaymentMethodFromCustomerTest.php
tests/migration/Core/BasicDataUntouchedTest.php
tests/migration/Core/ImportTranslationTraitTest.php
tests/migration/Core/V6_5/Migration1708685281MigrateToReferencedColumnsTest.php
tests/migration/Core/MigrationSourceTest.php
tests/migration/Core/MigrationCommandTest.php
tests/migration/Core/V6_4/Migration1612442786ChangeVersionOfDocumentsTest.php
@ -599,7 +601,6 @@ tests/migration/Core/V6_6/Migration1697788982ChangeColumnAvailabilityRuleIdFromS
tests/migration/Core/V6_6/Migration1701688920FixDownloadLinkMailTest.php
tests/migration/Core/V6_6/Migration1671723392AddWebhookLifetimeConfigTest.php
tests/migration/Core/V6_6/Migration1703850843FixSearchConfigTest.php
tests/migration/Core/V6_6/Migration1673964565MigrateToReferencedColumnsTest.php
tests/migration/Core/V6_6/Migration1673249981MigrateIsNewCustomerRuleTest.php
tests/migration/Core/V6_6/Migration1702479623RemoveEsMultilingualFlagTest.php
tests/migration/Core/V6_6/Migration1707064042CartRemoveFKTest.php
@ -2068,6 +2069,7 @@ tests/unit/Core/Content/Product/SalesChannel/Listing/Processor/AssociationLoadin
tests/unit/Core/Content/Product/SalesChannel/Listing/Processor/CompositeProcessorTest.php
tests/unit/Core/Content/Product/SalesChannel/Listing/Processor/PagingProcessorTest.php
tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingCriteriaExtensionTest.php
tests/unit/Core/Content/Product/SalesChannel/Listing/ProductListingLoaderExtensionsTests.php
tests/unit/Core/Content/Product/SalesChannel/Listing/CachedProductListingRouteTest.php
tests/unit/Core/Content/Product/SalesChannel/Price/ProductPriceCalculatorTest.php
@ -6191,11 +6193,13 @@ changelog/_unreleased/2024-07-31-upsert-custom-fields-in-app-lifecycle.md
changelog/_unreleased/2024-08-11-fix-minor-changelog-linting-issues.md
changelog/_unreleased/2024-07-11-added-3d-viewer-light-intensity-in-media-config.md
changelog/_unreleased/2024-07-30-fix-cms-product-slider-offset-width-error.md
changelog/_unreleased/2024-09-03-add-productlistingcriteriaextension.md
changelog/_unreleased/2024-08-09-add-visibility-to-cms-block-defaults.md
changelog/_unreleased/2024-08-15-cache-tagging.md
changelog/_unreleased/2024-08-08-only-select-used-fields-of-translation-tables.md
changelog/_unreleased/2024-08-26-update-eslint-rules.md
changelog/_unreleased/2024-07-31-fix-accessibility-violations-from-axe-report.md
changelog/_unreleased/2024-09-02-improve-inheritance-cms-details.md
changelog/_unreleased/2024-08-09-allow-singular-shipping-address-in-register-route.md
changelog/_unreleased/2024-08-01-add-focus-handling-to-storefront.md
changelog/_unreleased/2024-08-11-add-max-length-constant-of-text-to-elastic-search-indexing.md
@ -13251,6 +13255,7 @@ src/Core/Content/Product/Exception/ProductLineItemDifferentIdException.php
src/Core/Content/Product/Exception/ProductNumberNotFoundException.php
src/Core/Content/Product/Exception/NoConfiguratorFoundException.php
src/Core/Content/Product/Extension/ResolveListingExtension.php
src/Core/Content/Product/Extension/ProductListingCriteriaExtension.php
src/Core/Content/Product/Extension/ResolveListingIdsExtension.php
src/Core/Content/Product/ProductMaxPurchaseCalculator.php
src/Core/Content/Product/PropertyGroupSorter.php
@ -15780,6 +15785,7 @@ src/Core/Migration/V6_5/Migration1706272837UpdateProductExportForeignKey.php
src/Core/Migration/V6_5/Migration1696321447AddOnlyLiveVersionToWebhookAndWebhookEventLogTables.php
src/Core/Migration/V6_5/Migration1662533751AddCustomEntityTypeIdToCategory.php
src/Core/Migration/V6_5/Migration1676272001AddAccountTypeToCustomerProfileImportExport.php
src/Core/Migration/V6_5/Migration1708685282MigrateToReferencedColumns.php
src/Core/Migration/V6_5/Migration1671723392AddWebhookLifetimeConfig.php
src/Core/Migration/V6_5/Migration1676272000AddAccountTypeToCustomer.php
src/Core/Migration/V6_5/Migration1695778183UpdateStreetOfTableCustomerAddressToNotNull.php

View file

@ -36,6 +36,7 @@ yii2/Yii.php
Yii.php
CHANGELOG.md
crowdin.yml
.stylelintignore
ecs.php
.prettierignore
stubs/yii/helpers/BaseArrayHelper.stub
@ -1021,6 +1022,7 @@ _data/.gitkeep
tests/.env.example.pgsql
.env.example.pgsql
.prettierrc.json
.stylelintrc.json
webpack.config.js
packages/craftcms-webpack/postcss.config.js
craftcms-webpack/postcss.config.js
@ -1215,6 +1217,9 @@ Cp.php
src/helpers/HtmlPurifier.php
helpers/HtmlPurifier.php
HtmlPurifier.php
src/helpers/Inflector.php
helpers/Inflector.php
Inflector.php
src/helpers/UrlHelper.php
helpers/UrlHelper.php
UrlHelper.php
@ -1767,6 +1772,11 @@ templates/_layouts/components/tag.twig
_layouts/components/tag.twig
components/tag.twig
tag.twig
src/templates/_layouts/components/global-live-region.twig
templates/_layouts/components/global-live-region.twig
_layouts/components/global-live-region.twig
components/global-live-region.twig
global-live-region.twig
src/templates/_layouts/components/alerts.twig
templates/_layouts/components/alerts.twig
_layouts/components/alerts.twig
@ -2782,6 +2792,24 @@ gql/types/input/Matrix.php
types/input/Matrix.php
input/Matrix.php
Matrix.php
src/gql/types/input/criteria/AssetRelation.php
gql/types/input/criteria/AssetRelation.php
types/input/criteria/AssetRelation.php
input/criteria/AssetRelation.php
criteria/AssetRelation.php
AssetRelation.php
src/gql/types/input/criteria/EntryRelation.php
gql/types/input/criteria/EntryRelation.php
types/input/criteria/EntryRelation.php
input/criteria/EntryRelation.php
criteria/EntryRelation.php
EntryRelation.php
src/gql/types/input/criteria/CategoryRelation.php
gql/types/input/criteria/CategoryRelation.php
types/input/criteria/CategoryRelation.php
input/criteria/CategoryRelation.php
criteria/CategoryRelation.php
CategoryRelation.php
src/gql/types/input/criteria/Category.php
gql/types/input/criteria/Category.php
types/input/criteria/Category.php
@ -2794,6 +2822,12 @@ types/input/criteria/User.php
input/criteria/User.php
criteria/User.php
User.php
src/gql/types/input/criteria/UserRelation.php
gql/types/input/criteria/UserRelation.php
types/input/criteria/UserRelation.php
input/criteria/UserRelation.php
criteria/UserRelation.php
UserRelation.php
src/gql/types/input/criteria/Entry.php
gql/types/input/criteria/Entry.php
types/input/criteria/Entry.php
@ -2806,6 +2840,12 @@ types/input/criteria/Tag.php
input/criteria/Tag.php
criteria/Tag.php
Tag.php
src/gql/types/input/criteria/TagRelation.php
gql/types/input/criteria/TagRelation.php
types/input/criteria/TagRelation.php
input/criteria/TagRelation.php
criteria/TagRelation.php
TagRelation.php
src/gql/types/input/criteria/Asset.php
gql/types/input/criteria/Asset.php
types/input/criteria/Asset.php
@ -3156,6 +3196,10 @@ gql/arguments/elements/Asset.php
arguments/elements/Asset.php
elements/Asset.php
Asset.php
src/gql/arguments/RelationCriteria.php
gql/arguments/RelationCriteria.php
arguments/RelationCriteria.php
RelationCriteria.php
src/gql/arguments/OptionField.php
gql/arguments/OptionField.php
arguments/OptionField.php
@ -9711,6 +9755,10 @@ src/elements/conditions/TitleConditionRule.php
elements/conditions/TitleConditionRule.php
conditions/TitleConditionRule.php
TitleConditionRule.php
src/elements/conditions/NotRelatedToConditionRule.php
elements/conditions/NotRelatedToConditionRule.php
conditions/NotRelatedToConditionRule.php
NotRelatedToConditionRule.php
src/elements/conditions/IdConditionRule.php
elements/conditions/IdConditionRule.php
conditions/IdConditionRule.php
@ -9910,6 +9958,10 @@ elements/conditions/assets/ViewableConditionRule.php
conditions/assets/ViewableConditionRule.php
assets/ViewableConditionRule.php
ViewableConditionRule.php
src/elements/conditions/SiteGroupConditionRule.php
elements/conditions/SiteGroupConditionRule.php
conditions/SiteGroupConditionRule.php
SiteGroupConditionRule.php
src/elements/conditions/StatusConditionRule.php
elements/conditions/StatusConditionRule.php
conditions/StatusConditionRule.php

View file

@ -15,6 +15,7 @@ lib/composer-LICENSE.txt
lib/yii2/Yii.php
CHANGELOG.md
crowdin.yml
.stylelintignore
ecs.php
.prettierignore
stubs/yii/helpers/BaseArrayHelper.stub
@ -260,6 +261,7 @@ tests/_data/assets/files/pdf-sample.pdf
tests/_data/.gitkeep
tests/.env.example.pgsql
.prettierrc.json
.stylelintrc.json
webpack.config.js
packages/craftcms-webpack/postcss.config.js
packages/craftcms-webpack/Craft.d.ts
@ -325,6 +327,7 @@ src/helpers/Sequence.php
src/helpers/ConfigHelper.php
src/helpers/Cp.php
src/helpers/HtmlPurifier.php
src/helpers/Inflector.php
src/helpers/UrlHelper.php
src/helpers/ChartHelper.php
src/helpers/Queue.php
@ -448,6 +451,7 @@ src/templates/500.twig
src/templates/_layouts/components/form-action-menu.twig
src/templates/_layouts/components/crumbs.twig
src/templates/_layouts/components/tag.twig
src/templates/_layouts/components/global-live-region.twig
src/templates/_layouts/components/alerts.twig
src/templates/_layouts/components/system-info.twig
src/templates/_layouts/components/global-sidebar.twig
@ -676,10 +680,15 @@ src/gql/types/Query.php
src/gql/types/QueryArgument.php
src/gql/types/Mutation.php
src/gql/types/input/Matrix.php
src/gql/types/input/criteria/AssetRelation.php
src/gql/types/input/criteria/EntryRelation.php
src/gql/types/input/criteria/CategoryRelation.php
src/gql/types/input/criteria/Category.php
src/gql/types/input/criteria/User.php
src/gql/types/input/criteria/UserRelation.php
src/gql/types/input/criteria/Entry.php
src/gql/types/input/criteria/Tag.php
src/gql/types/input/criteria/TagRelation.php
src/gql/types/input/criteria/Asset.php
src/gql/types/input/Addresses.php
src/gql/types/input/File.php
@ -758,6 +767,7 @@ src/gql/arguments/elements/Entry.php
src/gql/arguments/elements/Tag.php
src/gql/arguments/elements/Address.php
src/gql/arguments/elements/Asset.php
src/gql/arguments/RelationCriteria.php
src/gql/arguments/OptionField.php
src/queue/Command.php
src/queue/BaseBatchedElementJob.php
@ -2462,6 +2472,7 @@ src/elements/User.php
src/elements/conditions/ElementConditionInterface.php
src/elements/conditions/ElementConditionRuleInterface.php
src/elements/conditions/TitleConditionRule.php
src/elements/conditions/NotRelatedToConditionRule.php
src/elements/conditions/IdConditionRule.php
src/elements/conditions/LevelConditionRule.php
src/elements/conditions/DateUpdatedConditionRule.php
@ -2503,6 +2514,7 @@ src/elements/conditions/assets/FileTypeConditionRule.php
src/elements/conditions/assets/AssetCondition.php
src/elements/conditions/assets/HasAltConditionRule.php
src/elements/conditions/assets/ViewableConditionRule.php
src/elements/conditions/SiteGroupConditionRule.php
src/elements/conditions/StatusConditionRule.php
src/elements/conditions/HasUrlConditionRule.php
src/elements/conditions/ElementCondition.php

View file

@ -1108,6 +1108,11 @@ js/product-editor/changelog/add-46919
product-editor/changelog/add-46919
changelog/add-46919
add-46919
packages/js/product-editor/changelog/add-product_data_forms_to_data_views
js/product-editor/changelog/add-product_data_forms_to_data_views
product-editor/changelog/add-product_data_forms_to_data_views
changelog/add-product_data_forms_to_data_views
add-product_data_forms_to_data_views
packages/js/product-editor/changelog/fix-45641
js/product-editor/changelog/fix-45641
product-editor/changelog/fix-45641
@ -1428,6 +1433,11 @@ js/product-editor/changelog/fix-49155
product-editor/changelog/fix-49155
changelog/fix-49155
fix-49155
packages/js/product-editor/changelog/50999-add-slug-control
js/product-editor/changelog/50999-add-slug-control
product-editor/changelog/50999-add-slug-control
changelog/50999-add-slug-control
50999-add-slug-control
packages/js/product-editor/changelog/fix-toggle-misspelling-in-class-names
js/product-editor/changelog/fix-toggle-misspelling-in-class-names
product-editor/changelog/fix-toggle-misspelling-in-class-names
@ -1860,6 +1870,13 @@ js/product-editor/src/style.scss
product-editor/src/style.scss
src/style.scss
style.scss
packages/js/product-editor/src/products-app/utilites/product-data-view-data.tsx
js/product-editor/src/products-app/utilites/product-data-view-data.tsx
product-editor/src/products-app/utilites/product-data-view-data.tsx
src/products-app/utilites/product-data-view-data.tsx
products-app/utilites/product-data-view-data.tsx
utilites/product-data-view-data.tsx
product-data-view-data.tsx
packages/js/product-editor/src/products-app/site-hub/site-icon.tsx
js/product-editor/src/products-app/site-hub/site-icon.tsx
product-editor/src/products-app/site-hub/site-icon.tsx
@ -1874,6 +1891,19 @@ src/products-app/site-hub/index.tsx
products-app/site-hub/index.tsx
site-hub/index.tsx
index.tsx
packages/js/product-editor/src/products-app/product-form.stories.tsx
js/product-editor/src/products-app/product-form.stories.tsx
product-editor/src/products-app/product-form.stories.tsx
src/products-app/product-form.stories.tsx
products-app/product-form.stories.tsx
product-form.stories.tsx
packages/js/product-editor/src/products-app/dataviews-actions/index.tsx
js/product-editor/src/products-app/dataviews-actions/index.tsx
product-editor/src/products-app/dataviews-actions/index.tsx
src/products-app/dataviews-actions/index.tsx
products-app/dataviews-actions/index.tsx
dataviews-actions/index.tsx
index.tsx
packages/js/product-editor/src/products-app/layout.tsx
js/product-editor/src/products-app/layout.tsx
product-editor/src/products-app/layout.tsx
@ -1887,6 +1917,33 @@ src/products-app/sidebar/index.tsx
products-app/sidebar/index.tsx
sidebar/index.tsx
index.tsx
packages/js/product-editor/src/products-app/product-edit/style.scss
js/product-editor/src/products-app/product-edit/style.scss
product-editor/src/products-app/product-edit/style.scss
src/products-app/product-edit/style.scss
products-app/product-edit/style.scss
product-edit/style.scss
style.scss
packages/js/product-editor/src/products-app/product-edit/index.tsx
js/product-editor/src/products-app/product-edit/index.tsx
product-editor/src/products-app/product-edit/index.tsx
src/products-app/product-edit/index.tsx
products-app/product-edit/index.tsx
product-edit/index.tsx
index.tsx
packages/js/product-editor/src/products-app/products-view.stories.tsx
js/product-editor/src/products-app/products-view.stories.tsx
product-editor/src/products-app/products-view.stories.tsx
src/products-app/products-view.stories.tsx
products-app/products-view.stories.tsx
products-view.stories.tsx
packages/js/product-editor/src/products-app/product-list/fields.tsx
js/product-editor/src/products-app/product-list/fields.tsx
product-editor/src/products-app/product-list/fields.tsx
src/products-app/product-list/fields.tsx
products-app/product-list/fields.tsx
product-list/fields.tsx
fields.tsx
packages/js/product-editor/src/products-app/product-list/index.tsx
js/product-editor/src/products-app/product-list/index.tsx
product-editor/src/products-app/product-list/index.tsx
@ -20022,6 +20079,24 @@ monorepo-utils/src/ci-jobs/README.md
src/ci-jobs/README.md
ci-jobs/README.md
README.md
tools/monorepo-utils/src/github/commands/index.ts
monorepo-utils/src/github/commands/index.ts
src/github/commands/index.ts
github/commands/index.ts
commands/index.ts
index.ts
tools/monorepo-utils/src/github/commands/replace-labels/index.ts
monorepo-utils/src/github/commands/replace-labels/index.ts
src/github/commands/replace-labels/index.ts
github/commands/replace-labels/index.ts
commands/replace-labels/index.ts
replace-labels/index.ts
index.ts
tools/monorepo-utils/src/github/README.md
monorepo-utils/src/github/README.md
src/github/README.md
github/README.md
README.md
tools/monorepo-utils/src/workflow-profiler/config.ts
monorepo-utils/src/workflow-profiler/config.ts
src/workflow-profiler/config.ts
@ -20630,10 +20705,6 @@ package.json
tools/storybook/manager.js
storybook/manager.js
manager.js
tools/storybook/wordpress/.gitkeep
storybook/wordpress/.gitkeep
wordpress/.gitkeep
.gitkeep
tools/compare-perf/utils.js
compare-perf/utils.js
utils.js
@ -63868,6 +63939,10 @@ client/.gitkeep
plugins/woocommerce/license.txt
woocommerce/license.txt
license.txt
plugins/woocommerce/changelog/fix-43569
woocommerce/changelog/fix-43569
changelog/fix-43569
fix-43569
plugins/woocommerce/changelog/fix-48132-ssr-active-plugins
woocommerce/changelog/fix-48132-ssr-active-plugins
changelog/fix-48132-ssr-active-plugins
@ -63888,6 +63963,10 @@ plugins/woocommerce/changelog/dev-46917-migrate-to-block-json-image
woocommerce/changelog/dev-46917-migrate-to-block-json-image
changelog/dev-46917-migrate-to-block-json-image
dev-46917-migrate-to-block-json-image
plugins/woocommerce/changelog/e2e-fix-shared-productid-in-crud-tests
woocommerce/changelog/e2e-fix-shared-productid-in-crud-tests
changelog/e2e-fix-shared-productid-in-crud-tests
e2e-fix-shared-productid-in-crud-tests
plugins/woocommerce/changelog/e2e-fix-create-linked-product-tests
woocommerce/changelog/e2e-fix-create-linked-product-tests
changelog/e2e-fix-create-linked-product-tests
@ -63916,6 +63995,10 @@ plugins/woocommerce/changelog/tweak-improve-reset-password-check
woocommerce/changelog/tweak-improve-reset-password-check
changelog/tweak-improve-reset-password-check
tweak-improve-reset-password-check
plugins/woocommerce/changelog/update-mothra_name_usage
woocommerce/changelog/update-mothra_name_usage
changelog/update-mothra_name_usage
update-mothra_name_usage
plugins/woocommerce/changelog/fix-pc-prevent-rendering-on-empty-query
woocommerce/changelog/fix-pc-prevent-rendering-on-empty-query
changelog/fix-pc-prevent-rendering-on-empty-query
@ -63976,6 +64059,14 @@ plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
fix-misspelling-in-plugins-woocommerce-blocks-docs
plugins/woocommerce/changelog/51123-e2e-external-envs-disble-failing-tests
woocommerce/changelog/51123-e2e-external-envs-disble-failing-tests
changelog/51123-e2e-external-envs-disble-failing-tests
51123-e2e-external-envs-disble-failing-tests
plugins/woocommerce/changelog/e2e-cleanup-created-products-in-prduct-edit-tests
woocommerce/changelog/e2e-cleanup-created-products-in-prduct-edit-tests
changelog/e2e-cleanup-created-products-in-prduct-edit-tests
e2e-cleanup-created-products-in-prduct-edit-tests
plugins/woocommerce/changelog/fix-50550-improve-product-details-minimal-style-focus-styles
woocommerce/changelog/fix-50550-improve-product-details-minimal-style-focus-styles
changelog/fix-50550-improve-product-details-minimal-style-focus-styles
@ -64008,10 +64099,6 @@ plugins/woocommerce/changelog/50644-update-express-checkout-design
woocommerce/changelog/50644-update-express-checkout-design
changelog/50644-update-express-checkout-design
50644-update-express-checkout-design
plugins/woocommerce/changelog/fix-remote-logger-sanitise-query-params
woocommerce/changelog/fix-remote-logger-sanitise-query-params
changelog/fix-remote-logger-sanitise-query-params
fix-remote-logger-sanitise-query-params
plugins/woocommerce/changelog/51102-fix-settings-js-save-activation
woocommerce/changelog/51102-fix-settings-js-save-activation
changelog/51102-fix-settings-js-save-activation
@ -64048,6 +64135,10 @@ plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price
woocommerce/changelog/50836-29617-fix-bulk-edit-price
changelog/50836-29617-fix-bulk-edit-price
50836-29617-fix-bulk-edit-price
plugins/woocommerce/changelog/fix-48619
woocommerce/changelog/fix-48619
changelog/fix-48619
fix-48619
plugins/woocommerce/changelog/update-move-woo-version-check
woocommerce/changelog/update-move-woo-version-check
changelog/update-move-woo-version-check
@ -64104,6 +64195,10 @@ plugins/woocommerce/changelog/50996-fix-flaky-cart-coupon-test-50928
woocommerce/changelog/50996-fix-flaky-cart-coupon-test-50928
changelog/50996-fix-flaky-cart-coupon-test-50928
50996-fix-flaky-cart-coupon-test-50928
plugins/woocommerce/changelog/51051-product-filters-multiple
woocommerce/changelog/51051-product-filters-multiple
changelog/51051-product-filters-multiple
51051-product-filters-multiple
plugins/woocommerce/changelog/50994-e2e-external-sites-update-admin-tests
woocommerce/changelog/50994-e2e-external-sites-update-admin-tests
changelog/50994-e2e-external-sites-update-admin-tests
@ -64132,10 +64227,6 @@ plugins/woocommerce/changelog/50976-fix-coming-soon-badge
woocommerce/changelog/50976-fix-coming-soon-badge
changelog/50976-fix-coming-soon-badge
50976-fix-coming-soon-badge
plugins/woocommerce/changelog/add-more-params-to-remote-logger-whitelist
woocommerce/changelog/add-more-params-to-remote-logger-whitelist
changelog/add-more-params-to-remote-logger-whitelist
add-more-params-to-remote-logger-whitelist
plugins/woocommerce/changelog/fix-show-recommendation-on-settings-payment-main-page
woocommerce/changelog/fix-show-recommendation-on-settings-payment-main-page
changelog/fix-show-recommendation-on-settings-payment-main-page
@ -64164,6 +64255,10 @@ plugins/woocommerce/changelog/50977-update-settings-feature-setup
woocommerce/changelog/50977-update-settings-feature-setup
changelog/50977-update-settings-feature-setup
50977-update-settings-feature-setup
plugins/woocommerce/changelog/fix-43632
woocommerce/changelog/fix-43632
changelog/fix-43632
fix-43632
plugins/woocommerce/changelog/fix-make-themes-api-safer
woocommerce/changelog/fix-make-themes-api-safer
changelog/fix-make-themes-api-safer
@ -64196,6 +64291,10 @@ plugins/woocommerce/changelog/51014-e2e-external-sites-update-merchant-tests-pt1
woocommerce/changelog/51014-e2e-external-sites-update-merchant-tests-pt1
changelog/51014-e2e-external-sites-update-merchant-tests-pt1
51014-e2e-external-sites-update-merchant-tests-pt1
plugins/woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
e2e-fix-restricted-coupons-tests-wait-for-animation
plugins/woocommerce/changelog/fix-lint-warnings
woocommerce/changelog/fix-lint-warnings
changelog/fix-lint-warnings

View file

@ -219,6 +219,7 @@ packages/js/product-editor/changelog/add-40351-stock
packages/js/product-editor/changelog/tweak-number-control
packages/js/product-editor/changelog/dev-46768_add_ref_to_number_control
packages/js/product-editor/changelog/add-46919
packages/js/product-editor/changelog/add-product_data_forms_to_data_views
packages/js/product-editor/changelog/fix-45641
packages/js/product-editor/changelog/update-e2e-product-editor-create-simple-product
packages/js/product-editor/changelog/fix-product-editor-length-label
@ -283,6 +284,7 @@ packages/js/product-editor/changelog/fix-responsive-tabs
packages/js/product-editor/changelog/update-pft-populate-template-selector
packages/js/product-editor/changelog/dev-39647_update_validation_message_name_field
packages/js/product-editor/changelog/fix-49155
packages/js/product-editor/changelog/50999-add-slug-control
packages/js/product-editor/changelog/fix-toggle-misspelling-in-class-names
packages/js/product-editor/changelog/update-product-editor-use-token-field-for-terms
packages/js/product-editor/changelog/47385-dev-update-pnpm9-1
@ -367,10 +369,17 @@ packages/js/product-editor/src/store/product-editor-ui/reducer.ts
packages/js/product-editor/src/store/product-editor-ui/constants.ts
packages/js/product-editor/src/store/product-editor-ui/actions.ts
packages/js/product-editor/src/style.scss
packages/js/product-editor/src/products-app/utilites/product-data-view-data.tsx
packages/js/product-editor/src/products-app/site-hub/site-icon.tsx
packages/js/product-editor/src/products-app/site-hub/index.tsx
packages/js/product-editor/src/products-app/product-form.stories.tsx
packages/js/product-editor/src/products-app/dataviews-actions/index.tsx
packages/js/product-editor/src/products-app/layout.tsx
packages/js/product-editor/src/products-app/sidebar/index.tsx
packages/js/product-editor/src/products-app/product-edit/style.scss
packages/js/product-editor/src/products-app/product-edit/index.tsx
packages/js/product-editor/src/products-app/products-view.stories.tsx
packages/js/product-editor/src/products-app/product-list/fields.tsx
packages/js/product-editor/src/products-app/product-list/index.tsx
packages/js/product-editor/src/products-app/sidebar-navigation-screen/sidebar-button.tsx
packages/js/product-editor/src/products-app/sidebar-navigation-screen/index.tsx
@ -3382,6 +3391,9 @@ tools/monorepo-utils/src/ci-jobs/lib/__tests__/test-environment.spec.ts
tools/monorepo-utils/src/ci-jobs/lib/file-changes.ts
tools/monorepo-utils/src/ci-jobs/index.ts
tools/monorepo-utils/src/ci-jobs/README.md
tools/monorepo-utils/src/github/commands/index.ts
tools/monorepo-utils/src/github/commands/replace-labels/index.ts
tools/monorepo-utils/src/github/README.md
tools/monorepo-utils/src/workflow-profiler/config.ts
tools/monorepo-utils/src/workflow-profiler/lib/log.ts
tools/monorepo-utils/src/workflow-profiler/lib/math.ts
@ -3473,7 +3485,6 @@ tools/storybook/.storybook/main.js
tools/storybook/webpack.config.js
tools/storybook/package.json
tools/storybook/manager.js
tools/storybook/wordpress/.gitkeep
tools/compare-perf/utils.js
tools/compare-perf/index.js
tools/compare-perf/package.json
@ -9652,11 +9663,13 @@ plugins/woocommerce/assets/images/product_data/no-variation-background-image.svg
plugins/woocommerce/assets/images/product_data/no-variation-arrow.svg
plugins/woocommerce/assets/client/.gitkeep
plugins/woocommerce/license.txt
plugins/woocommerce/changelog/fix-43569
plugins/woocommerce/changelog/fix-48132-ssr-active-plugins
plugins/woocommerce/changelog/update-woocommerce-shipping-promo-banner-188
plugins/woocommerce/changelog/test-50444-collections
plugins/woocommerce/changelog/50942-e2e-external-sites-update-add-variable-product
plugins/woocommerce/changelog/dev-46917-migrate-to-block-json-image
plugins/woocommerce/changelog/e2e-fix-shared-productid-in-crud-tests
plugins/woocommerce/changelog/e2e-fix-create-linked-product-tests
plugins/woocommerce/changelog/add-initial_product_data_views_screen
plugins/woocommerce/changelog/fix-cys-patterns-margin
@ -9664,6 +9677,7 @@ plugins/woocommerce/changelog/fix-50207
plugins/woocommerce/changelog/fix-menu-badge
plugins/woocommerce/changelog/fix-37602
plugins/woocommerce/changelog/tweak-improve-reset-password-check
plugins/woocommerce/changelog/update-mothra_name_usage
plugins/woocommerce/changelog/fix-pc-prevent-rendering-on-empty-query
plugins/woocommerce/changelog/fix-46527-compatibility-layer-init
plugins/woocommerce/changelog/fix-43605
@ -9679,6 +9693,8 @@ plugins/woocommerce/changelog/add-react-main-payments-settings-screen
plugins/woocommerce/changelog/update-mobile-order-summary-styling-50635
plugins/woocommerce/changelog/50953-update-woo-pay-task
plugins/woocommerce/changelog/fix-misspelling-in-plugins-woocommerce-blocks-docs
plugins/woocommerce/changelog/51123-e2e-external-envs-disble-failing-tests
plugins/woocommerce/changelog/e2e-cleanup-created-products-in-prduct-edit-tests
plugins/woocommerce/changelog/fix-50550-improve-product-details-minimal-style-focus-styles
plugins/woocommerce/changelog/50770-image-add-additional-size-units
plugins/woocommerce/changelog/fix-47794_variation_selector_display
@ -9687,7 +9703,6 @@ plugins/woocommerce/changelog/51033-47922-product-sku-improvements
plugins/woocommerce/changelog/51004-e2e-external-sites-update-customize-store-tests
plugins/woocommerce/changelog/51048-fix-flaky-cart-coupon-test-50928-2
plugins/woocommerce/changelog/50644-update-express-checkout-design
plugins/woocommerce/changelog/fix-remote-logger-sanitise-query-params
plugins/woocommerce/changelog/51102-fix-settings-js-save-activation
plugins/woocommerce/changelog/fix-48088-select-default-saved-token
plugins/woocommerce/changelog/add-47895-show-tab-title-attribute-product-details
@ -9697,6 +9712,7 @@ plugins/woocommerce/changelog/fix-hide-payments-recommendation-when-no-extension
plugins/woocommerce/changelog/50590-add-44877-context-linking-a-product-with-collection-inspector-control
plugins/woocommerce/changelog/e2e-tag-e2e-tests
plugins/woocommerce/changelog/50836-29617-fix-bulk-edit-price
plugins/woocommerce/changelog/fix-48619
plugins/woocommerce/changelog/update-move-woo-version-check
plugins/woocommerce/changelog/50960-e2e-external-sites-update-products-block-editor
plugins/woocommerce/changelog/50935-fix-price-filter-slider
@ -9711,6 +9727,7 @@ plugins/woocommerce/changelog/50842-43149-fix-bulk-product-price-in-de-crease
plugins/woocommerce/changelog/fix-37502-typos-in-inline-doc-in-woocommerce-plugin
plugins/woocommerce/changelog/50927-e2e-external-sites-update-activate-and-setup
plugins/woocommerce/changelog/50996-fix-flaky-cart-coupon-test-50928
plugins/woocommerce/changelog/51051-product-filters-multiple
plugins/woocommerce/changelog/50994-e2e-external-sites-update-admin-tests
plugins/woocommerce/changelog/50828-dev-constrain-pnpm-version
plugins/woocommerce/changelog/50784-add-coming-soon-mode-e2e
@ -9718,7 +9735,6 @@ plugins/woocommerce/changelog/fix-cys-internal-classes
plugins/woocommerce/changelog/update-account-handling-consolodation
plugins/woocommerce/changelog/dev-42360_convert_withreviews_to_ts
plugins/woocommerce/changelog/50976-fix-coming-soon-badge
plugins/woocommerce/changelog/add-more-params-to-remote-logger-whitelist
plugins/woocommerce/changelog/fix-show-recommendation-on-settings-payment-main-page
plugins/woocommerce/changelog/50396-48150-move-products-endpoint
plugins/woocommerce/changelog/bugfix-quantity-html-issue
@ -9726,6 +9742,7 @@ plugins/woocommerce/changelog/.gitkeep
plugins/woocommerce/changelog/add-stripe-tax-onboarding-tax-task
plugins/woocommerce/changelog/51067-revert-50531
plugins/woocommerce/changelog/50977-update-settings-feature-setup
plugins/woocommerce/changelog/fix-43632
plugins/woocommerce/changelog/fix-make-themes-api-safer
plugins/woocommerce/changelog/fix-50667-my-account-hooked-size
plugins/woocommerce/changelog/fix-50055-compatibility-layer-patterns
@ -9734,6 +9751,7 @@ plugins/woocommerce/changelog/fix-42064-product-reviews-endpoint-tests
plugins/woocommerce/changelog/fix-conditionally-set-new-order-metafield
plugins/woocommerce/changelog/update-block-reference
plugins/woocommerce/changelog/51014-e2e-external-sites-update-merchant-tests-pt1
plugins/woocommerce/changelog/e2e-fix-restricted-coupons-tests-wait-for-animation
plugins/woocommerce/changelog/fix-lint-warnings
plugins/woocommerce/changelog/update-contribution-docs
plugins/woocommerce/changelog/50969-dev-deprecate-query

View file

@ -8859,6 +8859,11 @@ views/mailer/admin_password_auth/th.html.erb
mailer/admin_password_auth/th.html.erb
admin_password_auth/th.html.erb
th.html.erb
app/views/mailer/admin_password_auth/lt.html.erb
views/mailer/admin_password_auth/lt.html.erb
mailer/admin_password_auth/lt.html.erb
admin_password_auth/lt.html.erb
lt.html.erb
app/views/mailer/admin_password_auth/cs.html.erb
views/mailer/admin_password_auth/cs.html.erb
mailer/admin_password_auth/cs.html.erb
@ -30976,6 +30981,29 @@ desktop/components/CommonPageHelp/CommonPageHelpDialog.vue
components/CommonPageHelp/CommonPageHelpDialog.vue
CommonPageHelp/CommonPageHelpDialog.vue
CommonPageHelpDialog.vue
app/frontend/apps/desktop/components/ResizeLine/ResizeLine.vue
frontend/apps/desktop/components/ResizeLine/ResizeLine.vue
apps/desktop/components/ResizeLine/ResizeLine.vue
desktop/components/ResizeLine/ResizeLine.vue
components/ResizeLine/ResizeLine.vue
ResizeLine/ResizeLine.vue
ResizeLine.vue
app/frontend/apps/desktop/components/ResizeLine/composables/useResizeLine.ts
frontend/apps/desktop/components/ResizeLine/composables/useResizeLine.ts
apps/desktop/components/ResizeLine/composables/useResizeLine.ts
desktop/components/ResizeLine/composables/useResizeLine.ts
components/ResizeLine/composables/useResizeLine.ts
ResizeLine/composables/useResizeLine.ts
composables/useResizeLine.ts
useResizeLine.ts
app/frontend/apps/desktop/components/ResizeLine/__tests__/ResizeLine.spec.ts
frontend/apps/desktop/components/ResizeLine/__tests__/ResizeLine.spec.ts
apps/desktop/components/ResizeLine/__tests__/ResizeLine.spec.ts
desktop/components/ResizeLine/__tests__/ResizeLine.spec.ts
components/ResizeLine/__tests__/ResizeLine.spec.ts
ResizeLine/__tests__/ResizeLine.spec.ts
__tests__/ResizeLine.spec.ts
ResizeLine.spec.ts
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue
frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue
apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue
@ -31063,21 +31091,6 @@ components/CommonDialog/__tests__/CommonDialog.spec.ts
CommonDialog/__tests__/CommonDialog.spec.ts
__tests__/CommonDialog.spec.ts
CommonDialog.spec.ts
app/frontend/apps/desktop/components/ResizeHandle/ResizeHandle.vue
frontend/apps/desktop/components/ResizeHandle/ResizeHandle.vue
apps/desktop/components/ResizeHandle/ResizeHandle.vue
desktop/components/ResizeHandle/ResizeHandle.vue
components/ResizeHandle/ResizeHandle.vue
ResizeHandle/ResizeHandle.vue
ResizeHandle.vue
app/frontend/apps/desktop/components/ResizeHandle/composables/useResizeWidthHandle.ts
frontend/apps/desktop/components/ResizeHandle/composables/useResizeWidthHandle.ts
apps/desktop/components/ResizeHandle/composables/useResizeWidthHandle.ts
desktop/components/ResizeHandle/composables/useResizeWidthHandle.ts
components/ResizeHandle/composables/useResizeWidthHandle.ts
ResizeHandle/composables/useResizeWidthHandle.ts
composables/useResizeWidthHandle.ts
useResizeWidthHandle.ts
app/frontend/apps/desktop/components/PageNavigation/firstLevelRoutes.ts
frontend/apps/desktop/components/PageNavigation/firstLevelRoutes.ts
apps/desktop/components/PageNavigation/firstLevelRoutes.ts

View file

@ -1915,6 +1915,7 @@ app/views/mailer/admin_password_auth/nl.html.erb
app/views/mailer/admin_password_auth/pt.html.erb
app/views/mailer/admin_password_auth/pt-br.html.erb
app/views/mailer/admin_password_auth/th.html.erb
app/views/mailer/admin_password_auth/lt.html.erb
app/views/mailer/admin_password_auth/cs.html.erb
app/views/mailer/admin_password_auth/it.html.erb
app/views/mailer/admin_password_auth/tr.html.erb
@ -5347,6 +5348,9 @@ app/frontend/apps/desktop/components/CommonPageHelp/CommonHelpText.vue
app/frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonHelpText.spec.ts
app/frontend/apps/desktop/components/CommonPageHelp/__tests__/CommonPageHelp.spec.ts
app/frontend/apps/desktop/components/CommonPageHelp/CommonPageHelpDialog.vue
app/frontend/apps/desktop/components/ResizeLine/ResizeLine.vue
app/frontend/apps/desktop/components/ResizeLine/composables/useResizeLine.ts
app/frontend/apps/desktop/components/ResizeLine/__tests__/ResizeLine.spec.ts
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuFilter.vue
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenu.vue
app/frontend/apps/desktop/components/NavigationMenu/NavigationMenuHeader.vue
@ -5359,8 +5363,6 @@ app/frontend/apps/desktop/components/CommonDialog/useDialog.ts
app/frontend/apps/desktop/components/CommonDialog/CommonDialog.vue
app/frontend/apps/desktop/components/CommonDialog/CommonDialogActionFooter.vue
app/frontend/apps/desktop/components/CommonDialog/__tests__/CommonDialog.spec.ts
app/frontend/apps/desktop/components/ResizeHandle/ResizeHandle.vue
app/frontend/apps/desktop/components/ResizeHandle/composables/useResizeWidthHandle.ts
app/frontend/apps/desktop/components/PageNavigation/firstLevelRoutes.ts
app/frontend/apps/desktop/components/PageNavigation/PageNavigation.vue
app/frontend/apps/desktop/components/CommonOverlayContainer/CommonOverlayContainer.vue

View file

@ -26,6 +26,10 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
.well-known
.well-known/assetlinks.json
.xml
/*/*/_tools
/*/*/more_ideas
/*/_tools
/*/activity
/*/branches
/*/commits
/*/compare
@ -33,8 +37,11 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*/edit$
/*/forks
/*/graphs
/*/group
/*/invite
/*/issues/new
/*/issues/search
/*/more_ideas
/*/network
/*/projects
/*/pulse
@ -45,10 +52,22 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/*source=
/.git
//wiki/skins
/?*amp_client_id
/?z=1
/MANUALS/*.pdf$
/Search/
/_
/_/rsrc
/_activities
/_activity
/_community
/_created
/_followers
/_following
/_quick_saves
/_saved
/_shop
/_shopping_list
/album/*/*?i=
/api
/apis
@ -60,6 +79,8 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/comments
/commits/*?author
/commits/*?path
/communities
/discovered
/docs/product
/download
/download/Browse.aspx?
@ -84,6 +105,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/layout/
/leads/*/jsplayer_show_lead_form.html
/leads/*/show_form.html
/likes
/listing/*/favoriters
/lookup?
/mediaapi/
@ -91,15 +113,20 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/music/*/Search/
/music/*/search/
/newsearch/
/organize
/people/*/circle
/people/*/favorites
/pinned_flashes
/pins
/podcast/*/*?i=
/print$
/profile-about
/raw
/revisions
/rg*/mediaviewer/rm*/tr
/rss
/scheduled-pin
/scheduled-pins
/search
/search/
/search/*?q=
@ -115,11 +142,15 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/store/d/groove-music-pass/cfq7ttc0k5dq/0001
/store/locations/store-locations-sitemap.xml
/store/music/groove-music-pass/*
/story_pins
/tagged
/tarball
/tree
/tried
/tv-season/*/*?i=
/unsubscribe/
/video-
/video_pins
/wal/
/wiki/Special:
/wiki/index.php/Help
@ -193,6 +224,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?order=
?pt1=true$
?s=
?show_error=true
?slogin
?tab=achievements&achievement=
?utm_*=
@ -203,6 +235,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?w=note
?w=page
?w=poll
?w=service-booking-
?w=shares
?w=story
?w=wall
@ -984,6 +1017,8 @@ ZipCodeLookupAjax
[_0-9a-zA-Z]+/status/[0-9]+/likes
[_0-9a-zA-Z]+/status/[0-9]+/retweets
_
_/_
_/_/pixel
_/aihub_pod
_/ain/_/js
_/alkali-learn
@ -1045,6 +1080,8 @@ _next/gtm
_next/jwt
_next/title
_next/viewer
_ngjs/resource
_ngjs/resource/*/get
_nimbusJson.json
_nimbusJsonp.js
_nimbusJsonpStatic.js
@ -1150,10 +1187,12 @@ ad_spice
ad_syndication_user_tracking
ad_visibility
addContacts
addboard
addressBookExport
admin
adredir?
ads
ads.txt
ads/gpa/vidgen
ads/hotels/partners
ads/learn
@ -1172,6 +1211,7 @@ adwords/proposal
adx/bin
affil
affil/pal
age-appeal
aihub/tfhub
ajax
ajax/follow_info
@ -1184,6 +1224,7 @@ alkali
allanalytics
alllocations
ambry
amp
amphtml
amphtml/blogs/test
amphtml/classic-apps
@ -1211,7 +1252,9 @@ api/v3/ajax/bespoke/public/neu/specs
api_access_key=
app*_
app*form_id=
app-ads.txt
app/updates
appealed-pin
apple-app-site-association
apps
apps*&tags=
@ -1382,6 +1425,7 @@ auth/verifychallenge
author/following
author=
authwall
autocomplete
avis
away.php
b2bauth
@ -1500,7 +1544,11 @@ blogs/test
blogsearch
blogsearch_feeds
bn
board
board_activity
board_activity_comment
bookmark?
bookmarklet
bookmarks
books
books/about
@ -1522,17 +1570,38 @@ books?*zoom=1
books?*zoom=5
booksrightsholders
boutique/sitemaps
branded-pins
browse/reviews/recent
business/ad_create
business/adshare
business/adshare/faqs
business/blahblah
business/business-access
business/business-hierarchy
business/business-manager
business/catalogs
business/commerce-integrations
business/community-information
business/convert
business/create
business/create-linked-account
business/feedback
business/hub
business/invite
business/leads/jsplayer_show_lead_form.html
business/leads/show_form.html
business/learning/blog
business/onboarding
business/pin_create
business/premium/is_payment_pending
business/promotion
business/referral
business/sales/blog
business/site
business/switch-account
business/top-ads
business/update
business/verified-merchant/status
businessinfo
buyside-e2e-monitor
buzz/post
@ -1729,6 +1798,7 @@ checkout
checkout/package
checkoutnow
checkpoint
christmas-spotlight
chrome/browser/mobile/tour
chrome/crlset
chrome/webstore/images
@ -1751,6 +1821,7 @@ clickthru
client_errors
clima/ets
clima/sites/registry
close-account
cloud-launcher/sitemap
cloudsourcetools/images
cms_content
@ -1772,6 +1843,7 @@ commercesearch/images
commercesearch/services
commission_2010-2014/katainen
commits?author=
communities
communities/bin.aspx?
communities/blogs/PortalResults.mspx?
communities/eventdetails.mspx?
@ -1787,12 +1859,15 @@ community/category/*
community/comments
community/feed
community/trackback
community_comment
community_post
community_s
companyDir
compare
compare/*/apply
compressiontest
config.js
connect
connections
connectivity
connector
@ -1800,20 +1875,31 @@ consumers/archive
contact_me
contactus
content
content-claiming
context_referrer=gig_page
context_referrer=user_page
control
conversation
conversations
convert-business
convert-personal
coop/directory
coop/manage
copy-conductor/crawled
copyright-reporting
corgi$
couchmode
counter/*?
coupons/visit
covid19
covid19/mobility
create_pin
creative-europe/404_en.htm
creative-studio
creative_editor
creator-spotlight
creator_hub/_earn
creator_hub/_partnerships
creatorhub
cse/home
cse/manage
@ -1822,7 +1908,9 @@ cse?
csp
csp_block
csp_report_only
csrf_error
ct
ct.html
ct/log_list
culturalinstitute/images
culturalinstitute/sitemaps
@ -1937,7 +2025,9 @@ de/teams
de/transactions
de/treasury
de/your
deactivate-account
default
delete_post
delight
dell/cities-transformed
dell/cloud-future-of-medicine
@ -1988,6 +2078,7 @@ digital-single-market/taxonomy
digital-single-market/users
directory
directory/all
discover
discussion
discussion/comment-permalink
discussion/edit-profile
@ -2083,6 +2174,8 @@ ebooks?*zoom=1
ebooks?*zoom=5
ece
eclas
edit
editorial/*
edu/cs4hs
education/404_en.htm
edurec
@ -2094,6 +2187,7 @@ elite?
email
email-unsubscribe
email_actions
email_verification_error
embed
embed/feed/update
employment_social/anticipedia/xwiki/bin/attach
@ -2148,6 +2242,7 @@ en/microsoft-viva/
en/security
en/security/
endorsements
engagement
enterprise-jobs
enterprise-partner-search/sitemaps
environment/ets
@ -2250,6 +2345,8 @@ exec/obidos/subst/marketplace/sell-your-collection.html
exec/obidos/subst/marketplace/sell-your-stuff.html
exec/obidos/subst/partners/friends/access.html
exec/obidos/tg/cm/member
explore
explore/*/?p=
explore/*/lightbox
external
external/overture
@ -2259,6 +2356,7 @@ facebook
facebook_connect
faves-i_love_u_get_away_from_me
favorite
fb.html
fe=true
feature/sf-test
feed
@ -2339,6 +2437,8 @@ flights
flutter-canvaskit
folder
follow
follow_board
follow_user
following
food/archive
food/favourites
@ -2450,6 +2550,8 @@ global$
globalmarketfinder
globalmarketfinder/*.html
gog
google_gdn.html
google_search.html
googlebooks/images
gp
gp/aag
@ -2559,6 +2661,7 @@ gview
gwt
h5games_gamecenter/images
handmade
hanukkah-spotlight
hashtag/*?src=
hd
header/channels
@ -2634,15 +2737,18 @@ hk-en/teams
hk-en/transactions
hk-en/treasury
hk-en/your
holiday-spotlight
holidays-celebrations
home
homefeed
homepage-video-test
hosted/images
hotelfinder/rpc
hotels/rpc
hp/video
hpc/*/supported-applications.aspx?
http://amazon.co.uk/robots.txt
http://ec.europa.eu/robots.txt
http://amzn.to/robots.txt
http://bit.ly/robots.txt
hub?category=
hz/contact-us/ajax/initiate-trusted-contact
hz/help/contact/*/message/$
@ -2653,6 +2759,9 @@ i/u
ia
icons
id-id.www.cloudflare.com
idea-ads-tool
idea-pin-builder
idea-pin-invite
identity/accountsettingsactivityweb
identity/accountsettingssyaf
ie*/listing/*/favoriters
@ -2826,11 +2935,14 @@ info/customerror.htm*
info/smart404.asp*
info/tech-feedback
inproduct_help/chatsupport
install-shuffles
internalPref
intl/*/about/views
intlkb/
invite
inviteFromProfile
inviteMany
invited
invites/buy
invoice/est
invoice/estimate/buyerView
@ -2921,6 +3033,8 @@ johnhancock
johnhancock/in-a-lifetime-healthcare
johnhancock/in-a-lifetime-sustainability
johnhancock/in-a-lifetime-work
join/?next=
join/signup/?next=
jp*/listing/*/favoriters
jp*/people/*/circle
jp*/people/*/favorites
@ -2988,6 +3102,7 @@ knowmore
ko-kr.www.cloudflare.com
ko-kr/feedback
ko-kr/lp
kwanzaa-spotlight
labs/popgadget/search
lamda/images
landing/cmsnext-root
@ -3022,10 +3137,12 @@ learning/search?
learning/settings
learning/settings$
learning/settings?
lens-search
li/track
library/devices
licensing-syndication
limited-release
linked
linkedin
list
list/ls*/_ajax
@ -3033,6 +3150,7 @@ list/ls*/export
listing/*/stubs
lite
lite.publication.PublicationRequestFulltextPromo.requestFulltext.html
live-session
live_chat
lm/R1XIHQVKXSKBNJ
lm/R3HQ5WJSZK6QSO
@ -3063,6 +3181,7 @@ location_suggest
lochp?
login
login$
login/?next=
login?*=
logo-maker/brief
logo-maker/choose-variation
@ -3309,6 +3428,7 @@ native
nb-no.www.cloudflare.com
nbubumblebee
network
new_invite
news$
news/$
news/0
@ -3320,6 +3440,7 @@ news/test
news/test-liveblog
news?viewArticle
newsArticle
news_hub
newsletter
newsroom/dae
newssearch
@ -3483,8 +3604,12 @@ nz/teams
nz/transactions
nz/treasury
nz/your
oauth/line
oauth/login
oauth/v2
oauth2/v2
oauth_error
offsite
og
onebox/media/sports/logos
onebox/media/sports/photos/soccer/wc2018
@ -3518,8 +3643,11 @@ pagespeed/insights/ui/logo
panel
pantheon
pantheon-platform
parental-consent/confirmation
parental-passcode
participate/conferences.xml
partners
password/reset
password_expired
patent-search/frontend
patents/download
@ -3556,8 +3684,40 @@ photos/i_love_u_get_away_from_me
photos/tags/*/page
photos/youpy
photosandvideos
pin-builder
pin-communities
pin-creation-tool
pin-editor
pin/*/activities
pin/*/activity
pin/*/analytics
pin/*/brand-catalog
pin/*/comments
pin/*/email
pin/*/feedback
pin/*/idea-pin/related-products
pin/*/likes
pin/*/promote
pin/*/reaction
pin/*/related-products
pin/*/repin
pin/*/repins
pin/*/sent
pin/*/share
pin/*/shop-the-look
pin/*/tag
pin/*/takes
pin/*/visual-search
pin/*/visual-shop
pin/create
pin/find
pin/find?url=
pin_shop
ping?
pingback
pinterest-predicts
pinterest-wellbeing
pinterestwellbeing
pl*/listing/*/favoriters
pl*/people/*/circle
pl*/people/*/favorites
@ -3609,6 +3769,7 @@ pl/teams
pl/transactions
pl/treasury
pl/your
place
plan=
platform-telemetry
play/store/web
@ -3635,6 +3796,7 @@ ppob/?
ppob?
pqa
preference
prefs
present
presentation
prettyearth/assets
@ -3645,6 +3807,8 @@ private
pro
pro-resources
pro/about
product-catalogs
product-feed
product-reviews/B0069IY63Y
productPurchaseDone
product_
@ -3723,6 +3887,7 @@ publications
publicliterature.PublicLiterature.search.html
purchases
puzzles/leaderboards/invite
pw
pwapi-proxy/pwproxy
pwapiv2
px.gif
@ -3730,6 +3895,7 @@ q=
qnasearch?
qr
quality_form?
quiz
r
rackspace/elevating-performance
radio/aod
@ -3743,6 +3909,7 @@ rd/search
rd/search$
rd/search?
recensioni
recently-viewed
recharge/dashboard/car
recharge/dashboard/static
recipes/search
@ -3760,6 +3927,8 @@ refer
refer/pal
referrals
referrer=
refresh_stored_accounts
refresh_token
register
registration
registry/wishlist
@ -3769,10 +3938,14 @@ report
report-abuse?report=
report=
report_abuse.gne
reports-and-violations
request-data
requestList
requests
research/participants/cofund
reservations/*/notifyme
resource
resource/*/get
results
retail
retail/old
@ -3808,6 +3981,7 @@ s2/sitemaps
s2/static
s3
s?
safe-redirect
safebrowsing/diagnostic
safebrowsing/report_badware
safebrowsing/report_error
@ -3906,6 +4080,7 @@ searchhistory
sections
secure
seller_onboarding
sendHeaderEarly
send_to_friend
sendarticle
services
@ -3979,6 +4154,7 @@ shihui?
shop/browse/overlay
shop/iphone/payments/overlay
shop_name_search_service
shop_pins
shopping-content-api/product_images
shopping/product
shopping/ratings/account/metrics
@ -3987,7 +4163,8 @@ shopping/reviewer
shopping/seller
shopping/suppliers/search
shopping?
showtimes/location/*http://apis.google.com/robots.txt
shopstream
showtimes/location/*http://instagram.com/robots.txt
sidewiki/entry
signature
signin/inject
@ -4271,11 +4448,13 @@ smart/buttons
social/photosui/images
social/photosui/sitemap
social/social-security-directory/cai
socialmanager
sounds/player
sounds/player$
sounds/search
sounds/search$
sounds/search?
source
source=
source_repo=
spain/empresas/
@ -4298,6 +4477,7 @@ ss
ss/customer-reviews/lighthouse
ss/twister/ajax
sslsingle
sso
stadia/gamers
start
start_order
@ -4352,6 +4532,10 @@ storefront
storepicker
stores/page/*visitId=
stories
story-pin-builder
story-pin-invite
story_feed
story_pins
studios
styles/js-on.css$
subscribe/braintree
@ -4376,6 +4560,7 @@ support
support/content
support/forum/search?
surprise
suspension-appeal
sv-se.www.cloudflare.com
svc
svc/crosswords
@ -4386,6 +4571,7 @@ svc/spelling-bee
svc/vertex
svc/wordle
svpRecommendations
sw-shell.html
swg
syndicate
system1/images
@ -4393,6 +4579,7 @@ t/terms
tab=
tablet
tacms
taggingtool
tagmanager/containers/xo
tagmanager/pptm.js
talk
@ -4425,8 +4612,10 @@ test
testpage-forhomepage
tetro
th-th.www.cloudflare.com
thanksgiving-spotlight
thanx?
themacallan/worlds-together
theme
themes/rss
things/search
things/search$
@ -4509,6 +4698,7 @@ trustedstores/s
trustedstores/tm2
trustedstores/verify
tucritica
tv
tv/thumb
tvschedule
twitter
@ -4574,9 +4764,13 @@ uk/teams
uk/transactions
uk/treasury
uk/your
unauth-profile
unlink
unsub
until=
updates
upload-image-lens-history
upload-lens-image
uploads
urchin_test
us-es*/listing/*/favoriters
@ -4651,6 +4845,8 @@ uviewer
v1
v1/browser-performance
v1/stats
v1/urls/count.json
v3/pidgets/log
v4
verify_age
vi-vn.www.cloudflare.com
@ -4681,10 +4877,13 @@ webapps/xoonboarding
webmasters/sitemaps/ping?
webscr
websearch
website/confirm
website/confirm/download
webstore/search
webstore/static/*/wall/js
weekly/signup
weimg
welcome
whats-next/planes-trains-and-analytics
whsmiths
widget_auth.php
@ -5147,6 +5346,7 @@ xml?
xoplatform/logger/api/logger
xorouter
your
your-shop
youth/404_en.htm
youtube/fonts
youtube/img/promos

View file

@ -3091,7 +3091,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/newssearch
/no-internet-heading-assigned
/no-internet-heading-assisted
/no-referrer-when-downgradehttp://google.ru/robots.txt
/no-referrer-when-downgradehttp://steamcommunity.com/robots.txt
/no-search-results
/node
/node/add
@ -3173,6 +3173,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/po
/pocasi/
/podcast/*/*?i=
/podcast/ITEM_NAME
/pogoda/
/policies
/popular
@ -3475,6 +3476,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
/t/
/tables
/tag
/tag/*&
/tag=
/tagged
/tags
@ -3656,7 +3658,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*__rmid
?*__rmidpage
?*ajs_event
?*apikey*http://chromium.org/robots.txt
?*apikey*http://google.com.br/robots.txt
?*app
?*appidt=*
?*aspects=
@ -3887,14 +3889,12 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?*utm_medium
?*utm_source
?*utm_source=
?*utm_source=http://pixel.quantserve.com/robots.txt
?*utm_source=http://mozilla.com/robots.txt
?*verified=
?*xid
?252525253Bpreview=
?Author=
?CMP
?EGOTECpage
?ExternalDataReference
?LID=
?ModPagespeed=noscript
?RefID=
@ -3908,7 +3908,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?_af_cid=
?_cookie-check=
?_erv=*
?_ga
?_health_check_=
?_locale=
?_preview=
@ -4181,7 +4180,6 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?ref=binfind.com
?referralCode=*
?referrer=
?region=
?region=australia-and-new-zealand
?replytocom
?reported_by=
@ -4296,6 +4294,7 @@ $rpc/google.internal.maps.mapsjs.v1.MapsJsInternalService
?w=note
?w=page
?w=poll
?w=service-booking-
?w=shares
?w=story
?w=wall
@ -7346,12 +7345,12 @@ api.html?
api.php
api/
api/?
api/attachments/*http://zdnet.com/robots.txt
api/attachments/*http://feeds.feedburner.com/robots.txt
api/discovery
api/editionurlgenerator
api/eventlogging
api/html
api/http://bostonglobe.com/robots.txt
api/http://nam.edu/robots.txt
api/internal/*/location
api/internal/analytics/songs
api/jobPostings/jobs
@ -7425,7 +7424,7 @@ appchart
appdynamics-wem.cisco.com
appealed-pin
apple-app-site-association
apple-app-site-associationhttp://purdue.edu/robots.txt
apple-app-site-associationhttp://timeanddate.com/robots.txt
apple-news
appliance
applicant-eligibility
@ -7483,9 +7482,7 @@ archiv/regional
archive
archive$
archive/api/image.jpg
archive/article
archive/graphs.php
archive/page
archive/project/sovsport$
archived
archives
@ -7510,11 +7507,7 @@ article/HUG
article/PR-CO
article/api
article/beta
article/category
article/preview
article/this-article-has-been-deleted
article/this-article-has-been-removed
article/this-article-is-no-longer-available
article_email
articlecomment/
articles
@ -8629,7 +8622,7 @@ blog/*?text=
blog/*sitemap.xml$
blog/*utm_source=
blog/.
blog/.html.*http://kobo.com/robots.txt
blog/.html.*http://lds.org/robots.txt
blog/?p=
blog/?s=
blog/Neuer_Beitrag.html
@ -8756,7 +8749,7 @@ bookmark_mana2
bookmarklet
bookmarks
bookmarks/widget
bookmarkshttp://whatsapp.com/robots.txt
bookmarkshttp://purdue.edu/robots.txt
books
books/NBK
books/about
@ -9662,7 +9655,7 @@ cdn-cgi
cdn-cgi/
cdn-cgi/bm/cv
cdn-cgi/challenge-platform
cdn-cgi/http://fda.gov/robots.txt
cdn-cgi/http://squareup.com/robots.txt
cdn-cgi/rum
cdn-cgi/zaraz/s.js
cdn-cgi/zaraz/t
@ -9689,7 +9682,7 @@ cgi-bin/homelandsecurity
cgi-bin/loginpage
cgi-bin/state
cgi-bin/wx
cgi-binhttp://youtube.de/robots.txt
cgi-binhttp://meyerweb.com/robots.txt
cgi-local
cgi-perl
cgi-registry
@ -10025,7 +10018,7 @@ co/users
co/ventureone
code
code/*
code/http://cloud.google.com/robots.txt
code/http://bloomberg.com/robots.txt
codeCoverage
codesamples/
coin*mid=
@ -10233,7 +10226,7 @@ confirmation.html
conflagexp
connect
connect/@
connect/http://l.facebook.com/robots.txt
connect/http://imgur.com/robots.txt
connect/social-intranet.html
connections
connections/recent
@ -10349,7 +10342,7 @@ content/dam/ircc/documents/pdf/francais/trousses/form/imm5476
content/dam/ircc/documents/pdf/francais/trousses/form/imm5644
content/dam/ircc/documents/pdf/francais/trousses/form/irm0002
content/dam/ircc/documents/pdf/francais/trousses/form/irm0004
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://graphisoft.com/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/form/irm0005/http://nhs.uk/robots.txt
content/dam/ircc/documents/pdf/francais/trousses/guides/guide-0142-avion-afghanistan-voie-acces-rp.pdf
content/dam/oecd/
content/dam/redcross/lp
@ -11606,7 +11599,6 @@ edit-subscriptions
edit_article
editarticle
editgroup
edition/null
editionssi
editor
editor.jsp
@ -11682,7 +11674,7 @@ email-preferences/
email-unsubscribe
email-validation
email/$
email/*http://avexnet.or.jp/robots.txt
email/*http://klove.com/robots.txt
email/privacy-guarantees
email/privacy-terms
email/unsubscribe
@ -12185,7 +12177,10 @@ es/your
es_US/*page=
es_US/adblbestsellers*language=
es_US/coming-soon*language=
es_US/newreleases
es_US/newreleases$
es_US/newreleases*language=
es_US/newreleases?node=*011$
es_US/search*language=
es_US/search?browseNode=*&
es_ar/plantillas/M
@ -12447,8 +12442,6 @@ feedback
feedback-service
feedback/user_study
feeds
feeds.thetimes.com/puzzles
feeds.thetimes.com/timescrossword
feeds/
feeds/*
feeds/rss
@ -12619,7 +12612,7 @@ files/techabuse-welsh.pdf
files/techabuse.pdf
fileview
filing/free-file-fillable-forms/free-file-fillable-forms-support
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://makeuseof.com/robots.txt
filing/free-file-fillable-forms/free-file-fillable-forms-support-2http://theglobeandmail.com/robots.txt
filter/tips
filter/tips
filterTags=
@ -13246,7 +13239,7 @@ gh/news
gh/useracquisition
gh_jid=
gif
gifshttp://1.bp.blogspot.com/robots.txt
gifshttp://zen.yandex.ru/robots.txt
gift-redemption
gift-terms
gift_card=
@ -13605,7 +13598,7 @@ ha/search
ha/user
ha/users
hackathons/reinvent-2013/
hacker/*/followhttp://analytics.google.com/robots.txt
hacker/*/followhttp://blog.twitter.com/robots.txt
hacker/*/unfollow
hair-transplant-services
handler
@ -13713,6 +13706,7 @@ hi-IN/user
hi-IN/users
hi-in/index1.html
hi/
hi_in/templates/M
hidden
hidden-content
highereducation/higheddocs
@ -14003,38 +13997,37 @@ http
http-checker
http2_data
http:
http://bbb.org/robots.txt
http://blog.hubspot.com/robots.txt
http://blog.youtube/robots.txt
http://businessinsider.com/robots.txt
http://businesswire.com/robots.txt
http://creativemarket.com/robots.txt
http://deviantart.com/robots.txt
http://digitaltrends.com/robots.txt
http://dx.doi.org/robots.txt
http://europol.europa.eu/robots.txt
http://extension.purdue.edu/robots.txt
http://fb.com/robots.txt
http://feross.org/robots.txt
http://fool.com/robots.txt
http://gravatar.com/robots.txt
http://imgur.com/robots.txt
http://justice.gov/robots.txt
http://katyperry.com/robots.txt
http://klove.com/robots.txt
http://linkedin.com/robots.txt
http://macrumors.com/robots.txt
http://msdn.microsoft.com/robots.txt
http://pe-we.com/robots.txt
http://smashingmagazine.com/robots.txt
http://spreaker.com/robots.txt
http://target.com/robots.txt
http://tech.nikkeibp.co.jp/robots.txt
http://timeanddate.com/robots.txt
http://unsplash.com/robots.txt
http://visitazores.com/robots.txt
http://willowgarage.com/robots.txt
http://yellowpages.ca/robots.txt
http://1.gravatar.com/robots.txt
http://ads.google.com/robots.txt
http://catholic.com/robots.txt
http://creativecommons.org/robots.txt
http://csmonitor.com/robots.txt
http://developer.apple.com/robots.txt
http://digg.com/robots.txt
http://hubspot.com/robots.txt
http://img.youtube.com/robots.txt
http://instapaper.com/robots.txt
http://is.gd/robots.txt
http://mentalshinri.net/robots.txt
http://mozilla.org/robots.txt
http://neowin.net/robots.txt
http://nngroup.com/robots.txt
http://online.wsj.com/robots.txt
http://onlinelibrary.wiley.com/robots.txt
http://oreilly.com/robots.txt
http://paypal.me/robots.txt
http://phys.org/robots.txt
http://politico.com/robots.txt
http://purl.org/robots.txt
http://s3-eu-west-1.amazonaws.com/robots.txt
http://s3-us-west-1.amazonaws.com/robots.txt
http://salon.com/robots.txt
http://ted.com/robots.txt
http://telegraph.co.uk/robots.txt
http://validator.w3.org/robots.txt
http://virustotal.com/robots.txt
http://webcache.googleusercontent.com/robots.txt
http://yt3.ggpht.com/robots.txt
hu
hu-*/
hu-hu/
@ -14706,7 +14699,7 @@ intcmp=
integrate/
integromedb
intelligencer/amp
interactive*http://store.cdbaby.com/robots.txt
interactive*http://startnext.com/robots.txt
interactive/reading-preference
interface/pda
intern/service/suche
@ -14920,7 +14913,7 @@ it/search*price_bucket=
it/search*search_type=
it/search*ship_to=
it/search/autocomplete
it/searchhttp://vice.com/robots.txt
it/searchhttp://apple.co/robots.txt
it/share
it/shop_name_search_service
it/solutions/case-studies/
@ -15533,7 +15526,7 @@ layout/set/txt_pq
layout/set/xml
layouts
lb
leadingtogether/http://elpais.com/robots.txt
leadingtogether/http://promo.com/robots.txt
leaf
learn
learn-noperf
@ -15808,7 +15801,6 @@ login$
login-business/*
login-messages
login.mhtml$
login.thetimes.com/user/logout
login/
login/$
login/?*guestpasskey=
@ -16209,7 +16201,7 @@ media/tourism-content
media/travelpod-roll.flv
media/tv/channel/credits
media/tyfo*
media/tyfo*http://promo.com/robots.txt
media/tyfo*http://jigsaw.w3.org/robots.txt
media/unesco
media/vr-geo-photo-j
media/vr-geo-photo-l
@ -16518,6 +16510,7 @@ members/alerts/add
members/newsletters
members/profile
membership
membership-success
memebers/profile
memorandum
mental-health-genetic-testing
@ -16901,7 +16894,6 @@ my*/step
my*/submit
my*/submitted
my-account
my-articles
my-eurlex
my-library
my-list-shows
@ -18056,9 +18048,6 @@ password
password-changed-email
password/reset
password_expired
past-six-days
past-six-days$
past-six-days/$
patent-search/frontend
patents
patents/download
@ -18428,7 +18417,6 @@ play/store/web
play/surveys/serp
play/videos/modulos
player
player/brightcove
player/metadata/video
playerColor=
playlist.php
@ -20246,7 +20234,9 @@ search/street+fight
search/title-text
search/title/?title_type=feature,tv_movie,tv_miniseries,documentary,short,video,tv_short&release_date=,2020-12-31&lists=%21ls538187658,%21ls539867036,%21ls538186228&view=simple&sort=num_votes,asc&aft
search/topic
search/user?q=
search/users
search/video?
search/widget
search/woman+fight
search/x
@ -20296,7 +20286,7 @@ section/3
section/36
section/6
section/8
section/9http://pubmed.ncbi.nlm.nih.gov/robots.txt
section/9http://telegram.me/robots.txt
sectionized
sections
sections$
@ -20630,6 +20620,7 @@ shopping/seller
shopping/suppliers/search
shopping?
shopsite-images
shopstream
shopthedrop
shoptheneighbourhood
short
@ -20661,7 +20652,7 @@ showdependency
shows/
showtag
showtime/.requestinvite.html.swp
showtimes/location/*http://issuu.com/robots.txt
showtimes/location/*http://anchor.fm/robots.txt
shr*
shutterstock
si
@ -21917,7 +21908,7 @@ tag
tag-manager
tag-manager-360
tag/
tag/*+http://cdbaby.com/robots.txt
tag/*+http://ipsos.com/robots.txt
tag/*/a
tag/*/a/
tag/*/b
@ -22150,7 +22141,7 @@ test5
test6
testcases
testfl
testhttp://microformats.org/robots.txt
testhttp://europa.eu/robots.txt
testing
testpage-forhomepage
tests/*
@ -22355,7 +22346,6 @@ topic/*/Rss
topic/*?
topic/article/
topic/articlecollection
topic/bbc
topic/electrode/api/logger
topic/electrode/api/wpa
topic/photo/
@ -22507,7 +22497,7 @@ transmute/static-2.6
transmute/static-2.8
transmute/static-2.9
transparency
transparency/http://jquery.com/robots.txt
transparency/http://sonicwall.com/robots.txt
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14885
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14895
transparency/regexpert/index.cfm?do=groupDetail.groupDetailDoc&id=14896
@ -22591,7 +22581,6 @@ try-which/wills/
try?
trylater
tsa
tto
tucritica
tudum
tune*retpath=
@ -24676,8 +24665,8 @@ wp-admin
wp-admin/
wp-admin/admin-ajax.php
wp-admin/admin-ajax.php
wp-admin/admin-ajax.phphttp://jupiterbroadcasting.com/robots.txt
wp-admin/admin-ajax.phphttp://princeton.edu/robots.txt
wp-admin/admin-ajax.phphttp://roh.org.uk/robots.txt
wp-admin/admin-ajax.phphttp://usps.com/robots.txt
wp-admin/load-scripts.php
wp-admin/load-styles.php
wp-adv
@ -24747,7 +24736,7 @@ wp-content/uploads/
wp-content/uploads/wc-logs
wp-content/uploads/woocommerce_transient_files
wp-content/uploads/woocommerce_uploads
wp-content/uploads/wp-import-export-lite/http://allrecipes.com/robots.txt
wp-content/uploads/wp-import-export-lite/http://dreamstime.com/robots.txt
wp-dyn
wp-includes
wp-includes*.css