mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-19 21:42:48 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
729e83a2d1
commit
0bc7233697
24 changed files with 2135 additions and 3439 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1770800064
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1770803553
|
||||
"last_update": 1770889612
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,19 @@
|
|||
.changeset/lovely-needles-feel.md
|
||||
lovely-needles-feel.md
|
||||
.changeset/forty-singers-slide.md
|
||||
forty-singers-slide.md
|
||||
.changeset/goofy-fans-bow.md
|
||||
goofy-fans-bow.md
|
||||
.changeset/tangy-dingos-drive.md
|
||||
tangy-dingos-drive.md
|
||||
.changeset/config.json
|
||||
config.json
|
||||
.changeset/spotty-rocks-itch.md
|
||||
spotty-rocks-itch.md
|
||||
.changeset/gold-friends-stare.md
|
||||
gold-friends-stare.md
|
||||
.changeset/safe-pens-draw.md
|
||||
safe-pens-draw.md
|
||||
.vscode/settings.json
|
||||
settings.json
|
||||
.vscode/extensions.json
|
||||
|
|
@ -5118,6 +5128,12 @@ helpers/fn/dialects/sqlite.ts
|
|||
fn/dialects/sqlite.ts
|
||||
dialects/sqlite.ts
|
||||
sqlite.ts
|
||||
api/src/database/helpers/fn/types.test.ts
|
||||
src/database/helpers/fn/types.test.ts
|
||||
database/helpers/fn/types.test.ts
|
||||
helpers/fn/types.test.ts
|
||||
fn/types.test.ts
|
||||
types.test.ts
|
||||
api/src/database/helpers/fn/index.ts
|
||||
src/database/helpers/fn/index.ts
|
||||
database/helpers/fn/index.ts
|
||||
|
|
@ -9984,6 +10000,10 @@ app/src/utils/localized-format.ts
|
|||
src/utils/localized-format.ts
|
||||
utils/localized-format.ts
|
||||
localized-format.ts
|
||||
app/src/utils/format-date-picker-model-value.ts
|
||||
src/utils/format-date-picker-model-value.ts
|
||||
utils/format-date-picker-model-value.ts
|
||||
format-date-picker-model-value.ts
|
||||
app/src/utils/get-stringified-value.test.ts
|
||||
src/utils/get-stringified-value.test.ts
|
||||
utils/get-stringified-value.test.ts
|
||||
|
|
@ -10070,10 +10090,6 @@ src/utils/readable-mime-type/index.ts
|
|||
utils/readable-mime-type/index.ts
|
||||
readable-mime-type/index.ts
|
||||
index.ts
|
||||
app/src/utils/get-flatpickr-locale.ts
|
||||
src/utils/get-flatpickr-locale.ts
|
||||
utils/get-flatpickr-locale.ts
|
||||
get-flatpickr-locale.ts
|
||||
app/src/utils/get-related-collection.ts
|
||||
src/utils/get-related-collection.ts
|
||||
utils/get-related-collection.ts
|
||||
|
|
@ -10082,6 +10098,10 @@ app/src/utils/point-on-line.test.ts
|
|||
src/utils/point-on-line.test.ts
|
||||
utils/point-on-line.test.ts
|
||||
point-on-line.test.ts
|
||||
app/src/utils/format-date-picker-model-value.test.ts
|
||||
src/utils/format-date-picker-model-value.test.ts
|
||||
utils/format-date-picker-model-value.test.ts
|
||||
format-date-picker-model-value.test.ts
|
||||
app/src/utils/format-date.ts
|
||||
src/utils/format-date.ts
|
||||
utils/format-date.ts
|
||||
|
|
@ -12207,10 +12227,6 @@ app/src/components/v-drawer-header.vue
|
|||
src/components/v-drawer-header.vue
|
||||
components/v-drawer-header.vue
|
||||
v-drawer-header.vue
|
||||
app/src/components/v-date-picker.vue
|
||||
src/components/v-date-picker.vue
|
||||
components/v-date-picker.vue
|
||||
v-date-picker.vue
|
||||
app/src/components/v-workspace-tile.test.ts
|
||||
src/components/v-workspace-tile.test.ts
|
||||
components/v-workspace-tile.test.ts
|
||||
|
|
@ -12397,6 +12413,21 @@ app/src/components/v-chip.test.ts
|
|||
src/components/v-chip.test.ts
|
||||
components/v-chip.test.ts
|
||||
v-chip.test.ts
|
||||
app/src/components/v-date-picker/v-date-picker.test.ts
|
||||
src/components/v-date-picker/v-date-picker.test.ts
|
||||
components/v-date-picker/v-date-picker.test.ts
|
||||
v-date-picker/v-date-picker.test.ts
|
||||
v-date-picker.test.ts
|
||||
app/src/components/v-date-picker/v-date-picker.vue
|
||||
src/components/v-date-picker/v-date-picker.vue
|
||||
components/v-date-picker/v-date-picker.vue
|
||||
v-date-picker/v-date-picker.vue
|
||||
v-date-picker.vue
|
||||
app/src/components/v-date-picker/types.ts
|
||||
src/components/v-date-picker/types.ts
|
||||
components/v-date-picker/types.ts
|
||||
v-date-picker/types.ts
|
||||
types.ts
|
||||
app/src/components/v-button.test.ts
|
||||
src/components/v-button.test.ts
|
||||
components/v-button.test.ts
|
||||
|
|
@ -12410,6 +12441,11 @@ src/components/v-form/v-form.vue
|
|||
components/v-form/v-form.vue
|
||||
v-form/v-form.vue
|
||||
v-form.vue
|
||||
app/src/components/v-form/v-form.test.ts
|
||||
src/components/v-form/v-form.test.ts
|
||||
components/v-form/v-form.test.ts
|
||||
v-form/v-form.test.ts
|
||||
v-form.test.ts
|
||||
app/src/components/v-form/composables/use-ai-tools.ts
|
||||
src/components/v-form/composables/use-ai-tools.ts
|
||||
components/v-form/composables/use-ai-tools.ts
|
||||
|
|
@ -12985,11 +13021,6 @@ src/styles/lib/_frappe-charts.scss
|
|||
styles/lib/_frappe-charts.scss
|
||||
lib/_frappe-charts.scss
|
||||
_frappe-charts.scss
|
||||
app/src/styles/lib/_flatpickr.scss
|
||||
src/styles/lib/_flatpickr.scss
|
||||
styles/lib/_flatpickr.scss
|
||||
lib/_flatpickr.scss
|
||||
_flatpickr.scss
|
||||
app/src/styles/lib/_mapbox.scss
|
||||
src/styles/lib/_mapbox.scss
|
||||
styles/lib/_mapbox.scss
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
.changeset/lovely-needles-feel.md
|
||||
.changeset/forty-singers-slide.md
|
||||
.changeset/goofy-fans-bow.md
|
||||
.changeset/tangy-dingos-drive.md
|
||||
.changeset/config.json
|
||||
.changeset/spotty-rocks-itch.md
|
||||
.changeset/gold-friends-stare.md
|
||||
.changeset/safe-pens-draw.md
|
||||
.vscode/settings.json
|
||||
.vscode/extensions.json
|
||||
.stylelintrc.json
|
||||
|
|
@ -1011,6 +1016,7 @@ api/src/database/helpers/fn/dialects/mssql.ts
|
|||
api/src/database/helpers/fn/dialects/postgres.ts
|
||||
api/src/database/helpers/fn/dialects/mysql.ts
|
||||
api/src/database/helpers/fn/dialects/sqlite.ts
|
||||
api/src/database/helpers/fn/types.test.ts
|
||||
api/src/database/helpers/fn/index.ts
|
||||
api/src/database/helpers/fn/types.ts
|
||||
api/src/database/helpers/index.ts
|
||||
|
|
@ -1877,6 +1883,7 @@ app/src/utils/parse-filter.test.ts
|
|||
app/src/utils/translate-literal.ts
|
||||
app/src/utils/get-related-collection.test.ts
|
||||
app/src/utils/localized-format.ts
|
||||
app/src/utils/format-date-picker-model-value.ts
|
||||
app/src/utils/get-stringified-value.test.ts
|
||||
app/src/utils/format-field-function.test.ts
|
||||
app/src/utils/format-validation-structure.test.ts
|
||||
|
|
@ -1897,9 +1904,9 @@ app/src/utils/generate-favicon.ts
|
|||
app/src/utils/readable-mime-type/extensions.json
|
||||
app/src/utils/readable-mime-type/types.json
|
||||
app/src/utils/readable-mime-type/index.ts
|
||||
app/src/utils/get-flatpickr-locale.ts
|
||||
app/src/utils/get-related-collection.ts
|
||||
app/src/utils/point-on-line.test.ts
|
||||
app/src/utils/format-date-picker-model-value.test.ts
|
||||
app/src/utils/format-date.ts
|
||||
app/src/utils/format-validation-structure.ts
|
||||
app/src/utils/query-to-gql-string.ts
|
||||
|
|
@ -2326,7 +2333,6 @@ app/src/components/v-info.story.vue
|
|||
app/src/components/v-card-actions.test.ts
|
||||
app/src/components/v-checkbox.test.ts
|
||||
app/src/components/v-drawer-header.vue
|
||||
app/src/components/v-date-picker.vue
|
||||
app/src/components/v-workspace-tile.test.ts
|
||||
app/src/components/v-upload.vue
|
||||
app/src/components/v-hover.story.vue
|
||||
|
|
@ -2370,9 +2376,13 @@ app/src/components/v-text-overflow.story.vue
|
|||
app/src/components/v-workspace.test.ts
|
||||
app/src/components/v-chip.vue
|
||||
app/src/components/v-chip.test.ts
|
||||
app/src/components/v-date-picker/v-date-picker.test.ts
|
||||
app/src/components/v-date-picker/v-date-picker.vue
|
||||
app/src/components/v-date-picker/types.ts
|
||||
app/src/components/v-button.test.ts
|
||||
app/src/components/v-radio.test.ts
|
||||
app/src/components/v-form/v-form.vue
|
||||
app/src/components/v-form/v-form.test.ts
|
||||
app/src/components/v-form/composables/use-ai-tools.ts
|
||||
app/src/components/v-form/composables/use-input-schema.test.ts
|
||||
app/src/components/v-form/composables/use-input-schema.ts
|
||||
|
|
@ -2490,7 +2500,6 @@ app/src/routes/setup/form.vue
|
|||
app/src/extensions.ts
|
||||
app/src/styles/_base.scss
|
||||
app/src/styles/lib/_frappe-charts.scss
|
||||
app/src/styles/lib/_flatpickr.scss
|
||||
app/src/styles/lib/_mapbox.scss
|
||||
app/src/styles/lib/_highlight.scss
|
||||
app/src/styles/lib/_codemirror.scss
|
||||
|
|
|
|||
|
|
@ -1446,6 +1446,13 @@ frontend/services/theme-engine/preview.js
|
|||
services/theme-engine/preview.js
|
||||
theme-engine/preview.js
|
||||
preview.js
|
||||
ghost/core/core/frontend/services/asset-hash/index.js
|
||||
core/core/frontend/services/asset-hash/index.js
|
||||
core/frontend/services/asset-hash/index.js
|
||||
frontend/services/asset-hash/index.js
|
||||
services/asset-hash/index.js
|
||||
asset-hash/index.js
|
||||
index.js
|
||||
ghost/core/core/frontend/services/handlebars.js
|
||||
core/core/frontend/services/handlebars.js
|
||||
core/frontend/services/handlebars.js
|
||||
|
|
@ -5475,6 +5482,14 @@ data/tinybird/tests/api_top_sources_v2.yaml
|
|||
tinybird/tests/api_top_sources_v2.yaml
|
||||
tests/api_top_sources_v2.yaml
|
||||
api_top_sources_v2.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_top_pages_v3.yaml
|
||||
core/core/server/data/tinybird/tests/api_top_pages_v3.yaml
|
||||
core/server/data/tinybird/tests/api_top_pages_v3.yaml
|
||||
server/data/tinybird/tests/api_top_pages_v3.yaml
|
||||
data/tinybird/tests/api_top_pages_v3.yaml
|
||||
tinybird/tests/api_top_pages_v3.yaml
|
||||
tests/api_top_pages_v3.yaml
|
||||
api_top_pages_v3.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_active_visitors.yaml
|
||||
core/core/server/data/tinybird/tests/api_active_visitors.yaml
|
||||
core/server/data/tinybird/tests/api_active_visitors.yaml
|
||||
|
|
@ -5499,6 +5514,14 @@ data/tinybird/pipes/mv_session_data_v2.pipe
|
|||
tinybird/pipes/mv_session_data_v2.pipe
|
||||
pipes/mv_session_data_v2.pipe
|
||||
mv_session_data_v2.pipe
|
||||
ghost/core/core/server/data/tinybird/pipes/mv_daily_pages.pipe
|
||||
core/core/server/data/tinybird/pipes/mv_daily_pages.pipe
|
||||
core/server/data/tinybird/pipes/mv_daily_pages.pipe
|
||||
server/data/tinybird/pipes/mv_daily_pages.pipe
|
||||
data/tinybird/pipes/mv_daily_pages.pipe
|
||||
tinybird/pipes/mv_daily_pages.pipe
|
||||
pipes/mv_daily_pages.pipe
|
||||
mv_daily_pages.pipe
|
||||
ghost/core/core/server/data/tinybird/pipes/mv_session_data.pipe
|
||||
core/core/server/data/tinybird/pipes/mv_session_data.pipe
|
||||
core/server/data/tinybird/pipes/mv_session_data.pipe
|
||||
|
|
@ -5707,6 +5730,14 @@ data/tinybird/endpoints/api_active_visitors_v2.pipe
|
|||
tinybird/endpoints/api_active_visitors_v2.pipe
|
||||
endpoints/api_active_visitors_v2.pipe
|
||||
api_active_visitors_v2.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_pages_v3.pipe
|
||||
core/core/server/data/tinybird/endpoints/api_top_pages_v3.pipe
|
||||
core/server/data/tinybird/endpoints/api_top_pages_v3.pipe
|
||||
server/data/tinybird/endpoints/api_top_pages_v3.pipe
|
||||
data/tinybird/endpoints/api_top_pages_v3.pipe
|
||||
tinybird/endpoints/api_top_pages_v3.pipe
|
||||
endpoints/api_top_pages_v3.pipe
|
||||
api_top_pages_v3.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_utm_terms_v2.pipe
|
||||
core/core/server/data/tinybird/endpoints/api_top_utm_terms_v2.pipe
|
||||
core/server/data/tinybird/endpoints/api_top_utm_terms_v2.pipe
|
||||
|
|
@ -5801,6 +5832,14 @@ data/tinybird/datasources/analytics_events_test.datasource
|
|||
tinybird/datasources/analytics_events_test.datasource
|
||||
datasources/analytics_events_test.datasource
|
||||
analytics_events_test.datasource
|
||||
ghost/core/core/server/data/tinybird/datasources/_mv_daily_pages.datasource
|
||||
core/core/server/data/tinybird/datasources/_mv_daily_pages.datasource
|
||||
core/server/data/tinybird/datasources/_mv_daily_pages.datasource
|
||||
server/data/tinybird/datasources/_mv_daily_pages.datasource
|
||||
data/tinybird/datasources/_mv_daily_pages.datasource
|
||||
tinybird/datasources/_mv_daily_pages.datasource
|
||||
datasources/_mv_daily_pages.datasource
|
||||
_mv_daily_pages.datasource
|
||||
ghost/core/core/server/data/tinybird/scripts/README.md
|
||||
core/core/server/data/tinybird/scripts/README.md
|
||||
core/server/data/tinybird/scripts/README.md
|
||||
|
|
@ -5817,6 +5856,22 @@ data/tinybird/scripts/configure-ghost.sh
|
|||
tinybird/scripts/configure-ghost.sh
|
||||
scripts/configure-ghost.sh
|
||||
configure-ghost.sh
|
||||
ghost/core/core/server/data/tinybird/scripts/benchmark-top-pages.sh
|
||||
core/core/server/data/tinybird/scripts/benchmark-top-pages.sh
|
||||
core/server/data/tinybird/scripts/benchmark-top-pages.sh
|
||||
server/data/tinybird/scripts/benchmark-top-pages.sh
|
||||
data/tinybird/scripts/benchmark-top-pages.sh
|
||||
tinybird/scripts/benchmark-top-pages.sh
|
||||
scripts/benchmark-top-pages.sh
|
||||
benchmark-top-pages.sh
|
||||
ghost/core/core/server/data/tinybird/scripts/compare-top-pages.sh
|
||||
core/core/server/data/tinybird/scripts/compare-top-pages.sh
|
||||
core/server/data/tinybird/scripts/compare-top-pages.sh
|
||||
server/data/tinybird/scripts/compare-top-pages.sh
|
||||
data/tinybird/scripts/compare-top-pages.sh
|
||||
tinybird/scripts/compare-top-pages.sh
|
||||
scripts/compare-top-pages.sh
|
||||
compare-top-pages.sh
|
||||
ghost/core/core/server/data/tinybird/scripts/docker-database-utils.js
|
||||
core/core/server/data/tinybird/scripts/docker-database-utils.js
|
||||
core/server/data/tinybird/scripts/docker-database-utils.js
|
||||
|
|
@ -6578,6 +6633,13 @@ server/services/lib/in-memory-repository.ts
|
|||
services/lib/in-memory-repository.ts
|
||||
lib/in-memory-repository.ts
|
||||
in-memory-repository.ts
|
||||
ghost/core/core/server/services/lib/member-signup-contexts.ts
|
||||
core/core/server/services/lib/member-signup-contexts.ts
|
||||
core/server/services/lib/member-signup-contexts.ts
|
||||
server/services/lib/member-signup-contexts.ts
|
||||
services/lib/member-signup-contexts.ts
|
||||
lib/member-signup-contexts.ts
|
||||
member-signup-contexts.ts
|
||||
ghost/core/core/server/services/mentions-email-report/index.js
|
||||
core/core/server/services/mentions-email-report/index.js
|
||||
core/server/services/mentions-email-report/index.js
|
||||
|
|
@ -12865,6 +12927,13 @@ frontend/services/data/fetch-data.test.js
|
|||
services/data/fetch-data.test.js
|
||||
data/fetch-data.test.js
|
||||
fetch-data.test.js
|
||||
ghost/core/test/unit/frontend/services/asset-hash.test.js
|
||||
core/test/unit/frontend/services/asset-hash.test.js
|
||||
test/unit/frontend/services/asset-hash.test.js
|
||||
unit/frontend/services/asset-hash.test.js
|
||||
frontend/services/asset-hash.test.js
|
||||
services/asset-hash.test.js
|
||||
asset-hash.test.js
|
||||
ghost/core/test/unit/frontend/services/assets-minification/minifier.test.js
|
||||
core/test/unit/frontend/services/assets-minification/minifier.test.js
|
||||
test/unit/frontend/services/assets-minification/minifier.test.js
|
||||
|
|
@ -14349,6 +14418,15 @@ services/koenig/node-renderers/gallery-renderer.test.js
|
|||
koenig/node-renderers/gallery-renderer.test.js
|
||||
node-renderers/gallery-renderer.test.js
|
||||
gallery-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/transistor-renderer.test.js
|
||||
core/test/unit/server/services/koenig/node-renderers/transistor-renderer.test.js
|
||||
test/unit/server/services/koenig/node-renderers/transistor-renderer.test.js
|
||||
unit/server/services/koenig/node-renderers/transistor-renderer.test.js
|
||||
server/services/koenig/node-renderers/transistor-renderer.test.js
|
||||
services/koenig/node-renderers/transistor-renderer.test.js
|
||||
koenig/node-renderers/transistor-renderer.test.js
|
||||
node-renderers/transistor-renderer.test.js
|
||||
transistor-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/email-renderer.test.js
|
||||
core/test/unit/server/services/koenig/node-renderers/email-renderer.test.js
|
||||
test/unit/server/services/koenig/node-renderers/email-renderer.test.js
|
||||
|
|
@ -28257,13 +28335,6 @@ app/components/modals/email-preview.js
|
|||
components/modals/email-preview.js
|
||||
modals/email-preview.js
|
||||
email-preview.js
|
||||
ghost/admin/app/components/modals/design/theme-errors.hbs
|
||||
admin/app/components/modals/design/theme-errors.hbs
|
||||
app/components/modals/design/theme-errors.hbs
|
||||
components/modals/design/theme-errors.hbs
|
||||
modals/design/theme-errors.hbs
|
||||
design/theme-errors.hbs
|
||||
theme-errors.hbs
|
||||
ghost/admin/app/components/modals/delete-post.js
|
||||
admin/app/components/modals/delete-post.js
|
||||
app/components/modals/delete-post.js
|
||||
|
|
@ -31178,6 +31249,14 @@ settings/growth/offers/offers-index.tsx
|
|||
growth/offers/offers-index.tsx
|
||||
offers/offers-index.tsx
|
||||
offers-index.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
src/components/settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
components/settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
growth/offers/edit-retention-offer-modal.tsx
|
||||
offers/edit-retention-offer-modal.tsx
|
||||
edit-retention-offer-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offer-success.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/offer-success.tsx
|
||||
src/components/settings/growth/offers/offer-success.tsx
|
||||
|
|
@ -31186,6 +31265,22 @@ settings/growth/offers/offer-success.tsx
|
|||
growth/offers/offer-success.tsx
|
||||
offers/offer-success.tsx
|
||||
offer-success.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
components/settings/growth/offers/offers-index-retention.tsx
|
||||
settings/growth/offers/offers-index-retention.tsx
|
||||
growth/offers/offers-index-retention.tsx
|
||||
offers/offers-index-retention.tsx
|
||||
offers-index-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-retention.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/offers-retention.tsx
|
||||
src/components/settings/growth/offers/offers-retention.tsx
|
||||
components/settings/growth/offers/offers-retention.tsx
|
||||
settings/growth/offers/offers-retention.tsx
|
||||
growth/offers/offers-retention.tsx
|
||||
offers/offers-retention.tsx
|
||||
offers-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-container-modal.tsx
|
||||
admin-x-settings/src/components/settings/growth/offers/offers-container-modal.tsx
|
||||
src/components/settings/growth/offers/offers-container-modal.tsx
|
||||
|
|
|
|||
|
|
@ -278,6 +278,7 @@ ghost/core/core/frontend/services/theme-engine/active.js
|
|||
ghost/core/core/frontend/services/theme-engine/handlebars/template.js
|
||||
ghost/core/core/frontend/services/theme-engine/handlebars/utils.js
|
||||
ghost/core/core/frontend/services/theme-engine/preview.js
|
||||
ghost/core/core/frontend/services/asset-hash/index.js
|
||||
ghost/core/core/frontend/services/handlebars.js
|
||||
ghost/core/core/frontend/services/apps/loader.js
|
||||
ghost/core/core/frontend/services/apps/index.js
|
||||
|
|
@ -777,9 +778,11 @@ ghost/core/core/server/data/tinybird/tests/api_kpis.yaml
|
|||
ghost/core/core/server/data/tinybird/tests/api_top_pages_v2.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_top_utm_contents.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_top_sources_v2.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_top_pages_v3.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_active_visitors.yaml
|
||||
ghost/core/core/server/data/tinybird/tests/api_top_sources.yaml
|
||||
ghost/core/core/server/data/tinybird/pipes/mv_session_data_v2.pipe
|
||||
ghost/core/core/server/data/tinybird/pipes/mv_daily_pages.pipe
|
||||
ghost/core/core/server/data/tinybird/pipes/mv_session_data.pipe
|
||||
ghost/core/core/server/data/tinybird/pipes/mv_hits.pipe
|
||||
ghost/core/core/server/data/tinybird/pipes/filtered_sessions_v2.pipe
|
||||
|
|
@ -806,6 +809,7 @@ ghost/core/core/server/data/tinybird/endpoints/api_monitoring_ingestion.pipe
|
|||
ghost/core/core/server/data/tinybird/endpoints/api_monitoring_ingestion_aggregated.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_utm_terms.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_active_visitors_v2.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_pages_v3.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_utm_terms_v2.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_utm_mediums_v2.pipe
|
||||
ghost/core/core/server/data/tinybird/endpoints/api_top_utm_sources_v2.pipe
|
||||
|
|
@ -818,8 +822,11 @@ ghost/core/core/server/data/tinybird/datasources/_mv_hits.datasource
|
|||
ghost/core/core/server/data/tinybird/datasources/_mv_session_data_v2.datasource
|
||||
ghost/core/core/server/data/tinybird/datasources/analytics_events.datasource
|
||||
ghost/core/core/server/data/tinybird/datasources/analytics_events_test.datasource
|
||||
ghost/core/core/server/data/tinybird/datasources/_mv_daily_pages.datasource
|
||||
ghost/core/core/server/data/tinybird/scripts/README.md
|
||||
ghost/core/core/server/data/tinybird/scripts/configure-ghost.sh
|
||||
ghost/core/core/server/data/tinybird/scripts/benchmark-top-pages.sh
|
||||
ghost/core/core/server/data/tinybird/scripts/compare-top-pages.sh
|
||||
ghost/core/core/server/data/tinybird/scripts/docker-database-utils.js
|
||||
ghost/core/core/server/data/tinybird/scripts/docker-analytics-manager.js
|
||||
ghost/core/core/server/data/schema/fixtures/index.js
|
||||
|
|
@ -921,6 +928,7 @@ ghost/core/core/server/services/lib/mailgun-client.js
|
|||
ghost/core/core/server/services/lib/link-replacer.js
|
||||
ghost/core/core/server/services/lib/magic-link/magic-link.js
|
||||
ghost/core/core/server/services/lib/in-memory-repository.ts
|
||||
ghost/core/core/server/services/lib/member-signup-contexts.ts
|
||||
ghost/core/core/server/services/mentions-email-report/index.js
|
||||
ghost/core/core/server/services/mentions-email-report/service.js
|
||||
ghost/core/core/server/services/mentions-email-report/job.js
|
||||
|
|
@ -1756,6 +1764,7 @@ ghost/core/test/e2e-frontend/site-id-middleware.test.js
|
|||
ghost/core/test/unit/frontend/services/data/entry-lookup.test.js
|
||||
ghost/core/test/unit/frontend/services/data/checks.test.js
|
||||
ghost/core/test/unit/frontend/services/data/fetch-data.test.js
|
||||
ghost/core/test/unit/frontend/services/asset-hash.test.js
|
||||
ghost/core/test/unit/frontend/services/assets-minification/minifier.test.js
|
||||
ghost/core/test/unit/frontend/services/assets-minification/fixtures/basic-cards/js/gallery.js
|
||||
ghost/core/test/unit/frontend/services/assets-minification/fixtures/basic-cards/js/empty.js
|
||||
|
|
@ -1946,6 +1955,7 @@ ghost/core/test/unit/server/services/koenig/node-renderers/signup-renderer.test.
|
|||
ghost/core/test/unit/server/services/koenig/node-renderers/horizontalrule-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/toggle-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/gallery-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/transistor-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/email-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/email-cta-renderer.test.js
|
||||
ghost/core/test/unit/server/services/koenig/node-renderers/html-renderer.test.js
|
||||
|
|
@ -4192,7 +4202,6 @@ ghost/admin/app/components/modals/new-custom-integration.hbs
|
|||
ghost/admin/app/components/modals/settings/about.js
|
||||
ghost/admin/app/components/modals/settings/about.hbs
|
||||
ghost/admin/app/components/modals/email-preview.js
|
||||
ghost/admin/app/components/modals/design/theme-errors.hbs
|
||||
ghost/admin/app/components/modals/delete-post.js
|
||||
ghost/admin/app/components/modals/search.js
|
||||
ghost/admin/app/components/modals/restore-revision.js
|
||||
|
|
@ -4727,7 +4736,10 @@ apps/admin-x-settings/src/components/settings/growth/offers.tsx
|
|||
apps/admin-x-settings/src/components/settings/growth/offers/edit-offer-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/add-offer-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-index.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/edit-retention-offer-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offer-success.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-index-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-retention.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/offers/offers-container-modal.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/embed-signup/embed-signup-preview.tsx
|
||||
apps/admin-x-settings/src/components/settings/growth/embed-signup/embed-signup-form-modal.tsx
|
||||
|
|
|
|||
|
|
@ -43538,14 +43538,6 @@ Magento/GraphQl/Catalog/UrlRewritesTest.php
|
|||
GraphQl/Catalog/UrlRewritesTest.php
|
||||
Catalog/UrlRewritesTest.php
|
||||
UrlRewritesTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
api-functional/testsuite/Magento/GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
testsuite/Magento/GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
Magento/GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
ProductNameWithSpecialCharactersTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ExceptionFormatterDefaultModeTest.php
|
||||
tests/api-functional/testsuite/Magento/GraphQl/Catalog/ExceptionFormatterDefaultModeTest.php
|
||||
api-functional/testsuite/Magento/GraphQl/Catalog/ExceptionFormatterDefaultModeTest.php
|
||||
|
|
@ -66772,6 +66764,18 @@ Model/ResourceModel/Product/CollectionTest.php
|
|||
ResourceModel/Product/CollectionTest.php
|
||||
Product/CollectionTest.php
|
||||
CollectionTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
testsuite/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
Magento/Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
Product/Compare/Item/CollectionTest.php
|
||||
Compare/Item/CollectionTest.php
|
||||
Item/CollectionTest.php
|
||||
CollectionTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/GalleryTest.php
|
||||
tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/GalleryTest.php
|
||||
integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/GalleryTest.php
|
||||
|
|
@ -205599,14 +205603,6 @@ Model/Resolver/Product/ProductLinks.php
|
|||
Resolver/Product/ProductLinks.php
|
||||
Product/ProductLinks.php
|
||||
ProductLinks.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductName.php
|
||||
code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductName.php
|
||||
Magento/CatalogGraphQl/Model/Resolver/Product/ProductName.php
|
||||
CatalogGraphQl/Model/Resolver/Product/ProductName.php
|
||||
Model/Resolver/Product/ProductName.php
|
||||
Resolver/Product/ProductName.php
|
||||
Product/ProductName.php
|
||||
ProductName.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/CustomizableDateTypeOptionValue.php
|
||||
code/Magento/CatalogGraphQl/Model/Resolver/Product/CustomizableDateTypeOptionValue.php
|
||||
Magento/CatalogGraphQl/Model/Resolver/Product/CustomizableDateTypeOptionValue.php
|
||||
|
|
|
|||
|
|
@ -5565,7 +5565,6 @@ dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/Product/ProductCatego
|
|||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/Product/CustomAttributesV2Test.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/MediaGalleryTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/UrlRewritesTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductNameWithSpecialCharactersTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ExceptionFormatterDefaultModeTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryTest.php
|
||||
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/CategoryCanonicalUrlTest.php
|
||||
|
|
@ -8126,6 +8125,7 @@ dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Eav/Attribut
|
|||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Link/Product/CollectionTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Indexer/Eav/SourceTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/CollectionTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/Compare/Item/CollectionTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/GalleryTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Category/CollectionTest.php
|
||||
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/CategoryTest.php
|
||||
|
|
@ -24564,7 +24564,6 @@ app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Product/Com
|
|||
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/Deferred/Product.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Products/DataProvider/CustomAttributesFlattener.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductLinks.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/ProductName.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/CustomizableDateTypeOptionValue.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/EntityIdToId.php
|
||||
app/code/Magento/CatalogGraphQl/Model/Resolver/Product/NewFromTo.php
|
||||
|
|
|
|||
|
|
@ -18049,6 +18049,26 @@ Rules/data/NoDalAutoload/no-entity-name.php
|
|||
data/NoDalAutoload/no-entity-name.php
|
||||
NoDalAutoload/no-entity-name.php
|
||||
no-entity-name.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
Migration1769435681ProblematicPattern.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
AddColumnRule/Migration1769435682ValidPattern.php
|
||||
Migration1769435682ValidPattern.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NamespaceStyle/GlobalException.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NamespaceStyle/GlobalException.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NamespaceStyle/GlobalException.php
|
||||
|
|
@ -18498,6 +18518,15 @@ StaticAnalyse/PHPStan/Rules/UseCLIContextRuleTest.php
|
|||
PHPStan/Rules/UseCLIContextRuleTest.php
|
||||
Rules/UseCLIContextRuleTest.php
|
||||
UseCLIContextRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
DevOps/StaticAnalyse/PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
StaticAnalyse/PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
Rules/Migration/AddColumnRuleTest.php
|
||||
Migration/AddColumnRuleTest.php
|
||||
AddColumnRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/NoDropStatementInUpdateRuleTest.php
|
||||
devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/NoDropStatementInUpdateRuleTest.php
|
||||
Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/NoDropStatementInUpdateRuleTest.php
|
||||
|
|
@ -22289,6 +22318,12 @@ Cart/Address/Error/CountryRegionMissingErrorTest.php
|
|||
Address/Error/CountryRegionMissingErrorTest.php
|
||||
Error/CountryRegionMissingErrorTest.php
|
||||
CountryRegionMissingErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartBehaviorTest.php
|
||||
unit/Core/Checkout/Cart/CartBehaviorTest.php
|
||||
Core/Checkout/Cart/CartBehaviorTest.php
|
||||
Checkout/Cart/CartBehaviorTest.php
|
||||
Cart/CartBehaviorTest.php
|
||||
CartBehaviorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RecalculationServiceTest.php
|
||||
unit/Core/Checkout/Cart/Order/RecalculationServiceTest.php
|
||||
Core/Checkout/Cart/Order/RecalculationServiceTest.php
|
||||
|
|
@ -24441,6 +24476,13 @@ Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriberTest.php
|
|||
Customer/Subscriber/CustomerBeforeDeleteSubscriberTest.php
|
||||
Subscriber/CustomerBeforeDeleteSubscriberTest.php
|
||||
CustomerBeforeDeleteSubscriberTest.php
|
||||
tests/unit/Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
unit/Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
Customer/Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
CustomerLanguageSalesChannelSubscriberTest.php
|
||||
tests/unit/Core/Checkout/Customer/Rule/AffiliateCodeRuleTest.php
|
||||
unit/Core/Checkout/Customer/Rule/AffiliateCodeRuleTest.php
|
||||
Core/Checkout/Customer/Rule/AffiliateCodeRuleTest.php
|
||||
|
|
@ -27837,6 +27879,12 @@ unit/Core/Framework/FeatureTest.php
|
|||
Core/Framework/FeatureTest.php
|
||||
Framework/FeatureTest.php
|
||||
FeatureTest.php
|
||||
tests/unit/Core/Framework/Migration/AddColumnTraitTest.php
|
||||
unit/Core/Framework/Migration/AddColumnTraitTest.php
|
||||
Core/Framework/Migration/AddColumnTraitTest.php
|
||||
Framework/Migration/AddColumnTraitTest.php
|
||||
Migration/AddColumnTraitTest.php
|
||||
AddColumnTraitTest.php
|
||||
tests/unit/Core/Framework/Migration/MigrationExceptionTest.php
|
||||
unit/Core/Framework/Migration/MigrationExceptionTest.php
|
||||
Core/Framework/Migration/MigrationExceptionTest.php
|
||||
|
|
@ -29872,6 +29920,13 @@ Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
|
|||
DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
|
||||
FieldSerializer/PriceFieldSerializerTest.php
|
||||
PriceFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
Core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
CalculatedPriceFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializerTest.php
|
||||
unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializerTest.php
|
||||
Core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializerTest.php
|
||||
|
|
@ -114305,6 +114360,12 @@ Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php
|
|||
Customer/Subscriber/CustomerRemoteAddressSubscriber.php
|
||||
Subscriber/CustomerRemoteAddressSubscriber.php
|
||||
CustomerRemoteAddressSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriber.php
|
||||
Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriber.php
|
||||
Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriber.php
|
||||
Customer/Subscriber/CustomerLanguageSalesChannelSubscriber.php
|
||||
Subscriber/CustomerLanguageSalesChannelSubscriber.php
|
||||
CustomerLanguageSalesChannelSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerSalutationSubscriber.php
|
||||
Core/Checkout/Customer/Subscriber/CustomerSalutationSubscriber.php
|
||||
Checkout/Customer/Subscriber/CustomerSalutationSubscriber.php
|
||||
|
|
|
|||
|
|
@ -5908,6 +5908,8 @@ tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoDalAutoload/not-in-c
|
|||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoDalAutoload/in-test-namespace.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoDalAutoload/not-in-namespace.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NoDalAutoload/no-entity-name.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435681ProblematicPattern.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/AddColumnRule/Migration1769435682ValidPattern.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NamespaceStyle/GlobalException.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NamespaceStyle/GlobalCommand.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/data/NamespaceStyle/NoShopware.php
|
||||
|
|
@ -5955,6 +5957,7 @@ tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoStaticRuntimeExceptionRet
|
|||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NameConstantEntityDefinitionTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/PropertyNativeTypeRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/UseCLIContextRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/AddColumnRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/Migration/NoDropStatementInUpdateRuleTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/AclValidPermissionsHelperTest.php
|
||||
tests/devops/Core/DevOps/StaticAnalyse/PHPStan/Rules/NoDALAutoloadTest.php
|
||||
|
|
@ -6481,6 +6484,7 @@ tests/unit/Core/Checkout/Cart/Address/Error/ShippingAddressCountryRegionMissingE
|
|||
tests/unit/Core/Checkout/Cart/Address/Error/AddressValidationErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Address/Error/SalutationMissingErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Address/Error/CountryRegionMissingErrorTest.php
|
||||
tests/unit/Core/Checkout/Cart/CartBehaviorTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/RecalculationServiceTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartPersisterTest.php
|
||||
tests/unit/Core/Checkout/Cart/Order/CartTest.php
|
||||
|
|
@ -6767,6 +6771,7 @@ tests/unit/Core/Checkout/Customer/Subscriber/ProductReviewSubscriberTest.php
|
|||
tests/unit/Core/Checkout/Customer/Subscriber/CustomerFlowEventsSubscriberTest.php
|
||||
tests/unit/Core/Checkout/Customer/Subscriber/CustomerAddressSubscriberTest.php
|
||||
tests/unit/Core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriberTest.php
|
||||
tests/unit/Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriberTest.php
|
||||
tests/unit/Core/Checkout/Customer/Rule/AffiliateCodeRuleTest.php
|
||||
tests/unit/Core/Checkout/Customer/Rule/DaysSinceLastLoginRuleTest.php
|
||||
tests/unit/Core/Checkout/Customer/Rule/DaysSinceFirstLoginRuleTest.php
|
||||
|
|
@ -7212,6 +7217,7 @@ tests/unit/Core/Framework/Demodata/Generator/ProductGeneratorTest.php
|
|||
tests/unit/Core/Framework/Demodata/Event/DemodataRequestCreatedEventTest.php
|
||||
tests/unit/Core/Framework/Demodata/Command/DemodataCommandTest.php
|
||||
tests/unit/Core/Framework/FeatureTest.php
|
||||
tests/unit/Core/Framework/Migration/AddColumnTraitTest.php
|
||||
tests/unit/Core/Framework/Migration/MigrationExceptionTest.php
|
||||
tests/unit/Core/Framework/Migration/MigrationStepTest.php
|
||||
tests/unit/Core/Framework/Migration/MakeVersionableMigrationHelperTest.php
|
||||
|
|
@ -7452,6 +7458,7 @@ tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/UpdatedByFieldSer
|
|||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/VariantListingConfigFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PasswordFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/PriceFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CalculatedPriceFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/CreatedByFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/IdFieldSerializerTest.php
|
||||
tests/unit/Core/Framework/DataAbstractionLayer/FieldSerializer/ManyToManyAssociationFieldSerializerTest.php
|
||||
|
|
@ -17137,6 +17144,7 @@ src/Core/Checkout/Customer/Subscriber/CustomerMetaFieldSubscriber.php
|
|||
src/Core/Checkout/Customer/Subscriber/AddressHashSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerTokenSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerRemoteAddressSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerLanguageSalesChannelSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerSalutationSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerChangePasswordSubscriber.php
|
||||
src/Core/Checkout/Customer/Subscriber/CustomerBeforeDeleteSubscriber.php
|
||||
|
|
|
|||
|
|
@ -36742,11 +36742,11 @@ views/blade/box/footer.blade.php
|
|||
blade/box/footer.blade.php
|
||||
box/footer.blade.php
|
||||
footer.blade.php
|
||||
resources/views/blade/box/contact.blade.php
|
||||
views/blade/box/contact.blade.php
|
||||
blade/box/contact.blade.php
|
||||
box/contact.blade.php
|
||||
contact.blade.php
|
||||
resources/views/blade/box/info-panel.blade.php
|
||||
views/blade/box/info-panel.blade.php
|
||||
blade/box/info-panel.blade.php
|
||||
box/info-panel.blade.php
|
||||
info-panel.blade.php
|
||||
resources/views/blade/box/index.blade.php
|
||||
views/blade/box/index.blade.php
|
||||
blade/box/index.blade.php
|
||||
|
|
@ -36887,11 +36887,6 @@ views/custom_fields/fieldsets/view.blade.php
|
|||
custom_fields/fieldsets/view.blade.php
|
||||
fieldsets/view.blade.php
|
||||
view.blade.php
|
||||
resources/views/custom_fields/fieldsets/edit.blade.php
|
||||
views/custom_fields/fieldsets/edit.blade.php
|
||||
custom_fields/fieldsets/edit.blade.php
|
||||
fieldsets/edit.blade.php
|
||||
edit.blade.php
|
||||
resources/views/custom_fields/index.blade.php
|
||||
views/custom_fields/index.blade.php
|
||||
custom_fields/index.blade.php
|
||||
|
|
@ -39602,6 +39597,9 @@ ConsumablePresenter.php
|
|||
app/Presenters/HistoryPresenter.php
|
||||
Presenters/HistoryPresenter.php
|
||||
HistoryPresenter.php
|
||||
app/Presenters/CustomFieldsetPresenter.php
|
||||
Presenters/CustomFieldsetPresenter.php
|
||||
CustomFieldsetPresenter.php
|
||||
app/Presenters/AssetModelPresenter.php
|
||||
Presenters/AssetModelPresenter.php
|
||||
AssetModelPresenter.php
|
||||
|
|
|
|||
|
|
@ -6673,7 +6673,7 @@ resources/views/blade/tabs/pane.blade.php
|
|||
resources/views/blade/tabs/index.blade.php
|
||||
resources/views/blade/copy-to-clipboard.blade.php
|
||||
resources/views/blade/box/footer.blade.php
|
||||
resources/views/blade/box/contact.blade.php
|
||||
resources/views/blade/box/info-panel.blade.php
|
||||
resources/views/blade/box/index.blade.php
|
||||
resources/views/blade/input/email-format-select.blade.php
|
||||
resources/views/blade/input/location-select.blade.php
|
||||
|
|
@ -6703,7 +6703,6 @@ resources/views/blade/info-element/email.blade.php
|
|||
resources/views/blade/info-element/index.blade.php
|
||||
resources/views/custom_fields/fields/edit.blade.php
|
||||
resources/views/custom_fields/fieldsets/view.blade.php
|
||||
resources/views/custom_fields/fieldsets/edit.blade.php
|
||||
resources/views/custom_fields/index.blade.php
|
||||
resources/views/locations/bulk-delete.blade.php
|
||||
resources/views/locations/view.blade.php
|
||||
|
|
@ -7540,6 +7539,7 @@ app/Presenters/GroupPresenter.php
|
|||
app/Presenters/UploadedFilesPresenter.php
|
||||
app/Presenters/ConsumablePresenter.php
|
||||
app/Presenters/HistoryPresenter.php
|
||||
app/Presenters/CustomFieldsetPresenter.php
|
||||
app/Presenters/AssetModelPresenter.php
|
||||
app/Presenters/StatusLabelPresenter.php
|
||||
app/Presenters/PredefinedKitPresenter.php
|
||||
|
|
|
|||
|
|
@ -96,6 +96,12 @@ tests/strapi/data-transfer/export.test.cli.js
|
|||
strapi/data-transfer/export.test.cli.js
|
||||
data-transfer/export.test.cli.js
|
||||
export.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/export-import-roundtrip.test.cli.js
|
||||
cli/tests/strapi/data-transfer/export-import-roundtrip.test.cli.js
|
||||
tests/strapi/data-transfer/export-import-roundtrip.test.cli.js
|
||||
strapi/data-transfer/export-import-roundtrip.test.cli.js
|
||||
data-transfer/export-import-roundtrip.test.cli.js
|
||||
export-import-roundtrip.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/import.test.cli.js
|
||||
cli/tests/strapi/data-transfer/import.test.cli.js
|
||||
tests/strapi/data-transfer/import.test.cli.js
|
||||
|
|
@ -542,6 +548,9 @@ setup.ts
|
|||
tests/utils/restart.ts
|
||||
utils/restart.ts
|
||||
restart.ts
|
||||
tests/utils/get-db-counts.js
|
||||
utils/get-db-counts.js
|
||||
get-db-counts.js
|
||||
tests/utils/shared.ts
|
||||
utils/shared.ts
|
||||
shared.ts
|
||||
|
|
@ -590,6 +599,9 @@ tests/utils/runners/cli-runner.js
|
|||
utils/runners/cli-runner.js
|
||||
runners/cli-runner.js
|
||||
cli-runner.js
|
||||
tests/utils/get-db-state.js
|
||||
utils/get-db-state.js
|
||||
get-db-state.js
|
||||
tests/utils/scripts/dts-export.ts
|
||||
utils/scripts/dts-export.ts
|
||||
scripts/dts-export.ts
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ tests/cli/tests/strapi/strapi/create-user.test.cli.js
|
|||
tests/cli/tests/strapi/strapi/openapi-generate.test.cli.ts
|
||||
tests/cli/tests/strapi/strapi/middlewares-list.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/export.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/export-import-roundtrip.test.cli.js
|
||||
tests/cli/tests/strapi/data-transfer/import.test.cli.js
|
||||
tests/cli/jest.config.js
|
||||
tests/cli/README.md
|
||||
|
|
@ -103,6 +104,7 @@ tests/.eslintrc
|
|||
tests/utils/content-creation.ts
|
||||
tests/utils/setup.ts
|
||||
tests/utils/restart.ts
|
||||
tests/utils/get-db-counts.js
|
||||
tests/utils/shared.ts
|
||||
tests/utils/index.js
|
||||
tests/utils/global-setup.ts
|
||||
|
|
@ -118,6 +120,7 @@ tests/utils/get-test-apps.js
|
|||
tests/utils/runners/browser-runner.js
|
||||
tests/utils/runners/shared-setup.js
|
||||
tests/utils/runners/cli-runner.js
|
||||
tests/utils/get-db-state.js
|
||||
tests/utils/scripts/dts-export.ts
|
||||
tests/utils/scripts/endpoints.ts
|
||||
tests/utils/login.ts
|
||||
|
|
|
|||
|
|
@ -51302,6 +51302,15 @@ config/routing/integrations/sylius_shop.yaml
|
|||
routing/integrations/sylius_shop.yaml
|
||||
integrations/sylius_shop.yaml
|
||||
sylius_shop.yaml
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/routing/integrations/sylius_shop.php
|
||||
Sylius/Bundle/PayumBundle/Resources/config/routing/integrations/sylius_shop.php
|
||||
Bundle/PayumBundle/Resources/config/routing/integrations/sylius_shop.php
|
||||
PayumBundle/Resources/config/routing/integrations/sylius_shop.php
|
||||
Resources/config/routing/integrations/sylius_shop.php
|
||||
config/routing/integrations/sylius_shop.php
|
||||
routing/integrations/sylius_shop.php
|
||||
integrations/sylius_shop.php
|
||||
sylius_shop.php
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/doctrine/model/GatewayConfig.orm.xml
|
||||
Sylius/Bundle/PayumBundle/Resources/config/doctrine/model/GatewayConfig.orm.xml
|
||||
Bundle/PayumBundle/Resources/config/doctrine/model/GatewayConfig.orm.xml
|
||||
|
|
|
|||
|
|
@ -7331,6 +7331,7 @@ src/Sylius/Bundle/PayumBundle/Resources/config/services/integrations/sylius_shop
|
|||
src/Sylius/Bundle/PayumBundle/Resources/config/services/integrations/sylius_shop.php
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/services/checker.php
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/routing/integrations/sylius_shop.yaml
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/routing/integrations/sylius_shop.php
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/doctrine/model/GatewayConfig.orm.xml
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/doctrine/model/PaymentSecurityToken.orm.xml
|
||||
src/Sylius/Bundle/PayumBundle/Resources/config/app/config.yaml
|
||||
|
|
|
|||
|
|
@ -97381,6 +97381,12 @@ Migrations/Upgrade/V_17_2_0/AddDescriptionToUserGroup.cs
|
|||
Upgrade/V_17_2_0/AddDescriptionToUserGroup.cs
|
||||
V_17_2_0/AddDescriptionToUserGroup.cs
|
||||
AddDescriptionToUserGroup.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_17_3_0/IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
Umbraco.Infrastructure/Migrations/Upgrade/V_17_3_0/IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
Migrations/Upgrade/V_17_3_0/IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
Upgrade/V_17_3_0/IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
V_17_3_0/IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_15_3_0/AddNameAndDescriptionToWebhooks.cs
|
||||
Umbraco.Infrastructure/Migrations/Upgrade/V_15_3_0/AddNameAndDescriptionToWebhooks.cs
|
||||
Migrations/Upgrade/V_15_3_0/AddNameAndDescriptionToWebhooks.cs
|
||||
|
|
|
|||
|
|
@ -14707,6 +14707,7 @@ src/Umbraco.Infrastructure/Migrations/Upgrade/V_15_4_0/AddRelationTypeForMembers
|
|||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_15_4_0/UpdateDocumentUrlToPersistMultipleSegmentsPerDocument.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_17_2_0/AddDocumentUrlAlias.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_17_2_0/AddDescriptionToUserGroup.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_17_3_0/IncreaseSizeOfLongRunningOperationTypeColumn.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_15_3_0/AddNameAndDescriptionToWebhooks.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_15_0_0/AddUserClientId.cs
|
||||
src/Umbraco.Infrastructure/Migrations/Upgrade/V_15_0_0/ConvertLocalLinks.cs
|
||||
|
|
|
|||
|
|
@ -388,6 +388,10 @@ docs/contribution/contributing-docs/contributing-docs.md
|
|||
contribution/contributing-docs/contributing-docs.md
|
||||
contributing-docs/contributing-docs.md
|
||||
contributing-docs.md
|
||||
docs/contribution/releases/workflows.md
|
||||
contribution/releases/workflows.md
|
||||
releases/workflows.md
|
||||
workflows.md
|
||||
docs/contribution/releases/package-releases.md
|
||||
contribution/releases/package-releases.md
|
||||
releases/package-releases.md
|
||||
|
|
@ -3473,10 +3477,6 @@ plugins/woocommerce/changelog/fix-stomail-7742-admin-notification-actions-menu
|
|||
woocommerce/changelog/fix-stomail-7742-admin-notification-actions-menu
|
||||
changelog/fix-stomail-7742-admin-notification-actions-menu
|
||||
fix-stomail-7742-admin-notification-actions-menu
|
||||
plugins/woocommerce/changelog/62990-add-additional-checks-in-paypal-standard-shipping-callback
|
||||
woocommerce/changelog/62990-add-additional-checks-in-paypal-standard-shipping-callback
|
||||
changelog/62990-add-additional-checks-in-paypal-standard-shipping-callback
|
||||
62990-add-additional-checks-in-paypal-standard-shipping-callback
|
||||
plugins/woocommerce/changelog/58262-store-api-cancel-order-fix
|
||||
woocommerce/changelog/58262-store-api-cancel-order-fix
|
||||
changelog/58262-store-api-cancel-order-fix
|
||||
|
|
@ -3505,10 +3505,6 @@ plugins/woocommerce/changelog/fix-62642-save-translation-context
|
|||
woocommerce/changelog/fix-62642-save-translation-context
|
||||
changelog/fix-62642-save-translation-context
|
||||
fix-62642-save-translation-context
|
||||
plugins/woocommerce/changelog/fix-switch-back-to-older-version-of-recent-reviews-widget
|
||||
woocommerce/changelog/fix-switch-back-to-older-version-of-recent-reviews-widget
|
||||
changelog/fix-switch-back-to-older-version-of-recent-reviews-widget
|
||||
fix-switch-back-to-older-version-of-recent-reviews-widget
|
||||
plugins/woocommerce/changelog/63033-wooplug-6209-refactor-getquantityconstraints-and
|
||||
woocommerce/changelog/63033-wooplug-6209-refactor-getquantityconstraints-and
|
||||
changelog/63033-wooplug-6209-refactor-getquantityconstraints-and
|
||||
|
|
@ -3781,10 +3777,6 @@ plugins/woocommerce/changelog/62608-admin-bar-variable
|
|||
woocommerce/changelog/62608-admin-bar-variable
|
||||
changelog/62608-admin-bar-variable
|
||||
62608-admin-bar-variable
|
||||
plugins/woocommerce/changelog/fix-wc-10.5-variable-add-to-cart-button-disabled
|
||||
woocommerce/changelog/fix-wc-10.5-variable-add-to-cart-button-disabled
|
||||
changelog/fix-wc-10.5-variable-add-to-cart-button-disabled
|
||||
fix-wc-10.5-variable-add-to-cart-button-disabled
|
||||
plugins/woocommerce/changelog/PR-62572
|
||||
woocommerce/changelog/PR-62572
|
||||
changelog/PR-62572
|
||||
|
|
@ -3869,6 +3861,10 @@ plugins/woocommerce/changelog/performance-27746-customer-data-store-stats-SQLs
|
|||
woocommerce/changelog/performance-27746-customer-data-store-stats-SQLs
|
||||
changelog/performance-27746-customer-data-store-stats-SQLs
|
||||
performance-27746-customer-data-store-stats-SQLs
|
||||
plugins/woocommerce/changelog/stomail-7686-users-can-set-from-address-to-match-any-domain
|
||||
woocommerce/changelog/stomail-7686-users-can-set-from-address-to-match-any-domain
|
||||
changelog/stomail-7686-users-can-set-from-address-to-match-any-domain
|
||||
stomail-7686-users-can-set-from-address-to-match-any-domain
|
||||
plugins/woocommerce/changelog/fix-wooplug-6140-block-checkout-local-pickup-fails-to-render
|
||||
woocommerce/changelog/fix-wooplug-6140-block-checkout-local-pickup-fails-to-render
|
||||
changelog/fix-wooplug-6140-block-checkout-local-pickup-fails-to-render
|
||||
|
|
@ -3913,10 +3909,6 @@ plugins/woocommerce/changelog/performance-41798-product-data-store-SQLs
|
|||
woocommerce/changelog/performance-41798-product-data-store-SQLs
|
||||
changelog/performance-41798-product-data-store-SQLs
|
||||
performance-41798-product-data-store-SQLs
|
||||
plugins/woocommerce/changelog/fix-divi-shop-page
|
||||
woocommerce/changelog/fix-divi-shop-page
|
||||
changelog/fix-divi-shop-page
|
||||
fix-divi-shop-page
|
||||
plugins/woocommerce/changelog/performance-38877-meta-migration-SQLs-in-read-attributes
|
||||
woocommerce/changelog/performance-38877-meta-migration-SQLs-in-read-attributes
|
||||
changelog/performance-38877-meta-migration-SQLs-in-read-attributes
|
||||
|
|
@ -4017,6 +4009,10 @@ plugins/woocommerce/changelog/add-58403-brands
|
|||
woocommerce/changelog/add-58403-brands
|
||||
changelog/add-58403-brands
|
||||
add-58403-brands
|
||||
plugins/woocommerce/changelog/wooprd-2246-preserve-wp_user
|
||||
woocommerce/changelog/wooprd-2246-preserve-wp_user
|
||||
changelog/wooprd-2246-preserve-wp_user
|
||||
wooprd-2246-preserve-wp_user
|
||||
plugins/woocommerce/changelog/wooprd-1455-font-size-system-missing-one-value
|
||||
woocommerce/changelog/wooprd-1455-font-size-system-missing-one-value
|
||||
changelog/wooprd-1455-font-size-system-missing-one-value
|
||||
|
|
@ -12546,6 +12542,15 @@ Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
|||
PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
DataStores/PushTokensDataStoreTest.php
|
||||
PushTokensDataStoreTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
tests/php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
Validators/PushTokenValidatorTest.php
|
||||
PushTokenValidatorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
|
|
@ -12822,6 +12827,14 @@ src/Internal/EmailEditor/BlockEmailRendererTest.php
|
|||
Internal/EmailEditor/BlockEmailRendererTest.php
|
||||
EmailEditor/BlockEmailRendererTest.php
|
||||
BlockEmailRendererTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
woocommerce/tests/php/src/Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
tests/php/src/Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
php/src/Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
src/Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
TransactionalEmailPersonalizerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailPostsGeneratorTest.php
|
||||
woocommerce/tests/php/src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailPostsGeneratorTest.php
|
||||
tests/php/src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailPostsGeneratorTest.php
|
||||
|
|
@ -69412,6 +69425,13 @@ Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
|||
PushNotifications/DataStores/PushTokensDataStore.php
|
||||
DataStores/PushTokensDataStore.php
|
||||
PushTokensDataStore.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
woocommerce/src/Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
src/Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
PushNotifications/Validators/PushTokenValidator.php
|
||||
Validators/PushTokenValidator.php
|
||||
PushTokenValidator.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Controllers/PushTokenRestController.php
|
||||
woocommerce/src/Internal/PushNotifications/Controllers/PushTokenRestController.php
|
||||
src/Internal/PushNotifications/Controllers/PushTokenRestController.php
|
||||
|
|
|
|||
|
|
@ -115,6 +115,7 @@ docs/wc-cli/using-wc-cli.md
|
|||
docs/wc-cli/_category_.json
|
||||
docs/contribution/contributing-docs/style-guide.md
|
||||
docs/contribution/contributing-docs/contributing-docs.md
|
||||
docs/contribution/releases/workflows.md
|
||||
docs/contribution/releases/package-releases.md
|
||||
docs/contribution/releases/README.md
|
||||
docs/contribution/releases/point-releases.md
|
||||
|
|
@ -784,7 +785,6 @@ plugins/woocommerce/changelog/performance-62987-cache-priming-in-product-data-st
|
|||
plugins/woocommerce/changelog/pr-62961
|
||||
plugins/woocommerce/changelog/62368-add-products-by-brand-collection
|
||||
plugins/woocommerce/changelog/fix-stomail-7742-admin-notification-actions-menu
|
||||
plugins/woocommerce/changelog/62990-add-additional-checks-in-paypal-standard-shipping-callback
|
||||
plugins/woocommerce/changelog/58262-store-api-cancel-order-fix
|
||||
plugins/woocommerce/changelog/63050-fix-paypal-standard-cancel-url
|
||||
plugins/woocommerce/changelog/stomail-7737-update-default-email-template
|
||||
|
|
@ -792,7 +792,6 @@ plugins/woocommerce/changelog/59464-use-toolspanel-in-catalog-sorting-block
|
|||
plugins/woocommerce/changelog/feat-62121-migrate-wc-accordion
|
||||
plugins/woocommerce/changelog/62973-fix-store-api-cart-token-rest-route
|
||||
plugins/woocommerce/changelog/fix-62642-save-translation-context
|
||||
plugins/woocommerce/changelog/fix-switch-back-to-older-version-of-recent-reviews-widget
|
||||
plugins/woocommerce/changelog/63033-wooplug-6209-refactor-getquantityconstraints-and
|
||||
plugins/woocommerce/changelog/enhancement-42390-lazy-load-product-image
|
||||
plugins/woocommerce/changelog/62080-fix-62009-filter-summary-screen-reader-text
|
||||
|
|
@ -861,7 +860,6 @@ plugins/woocommerce/changelog/61926-patch-1
|
|||
plugins/woocommerce/changelog/storma-142-adjust-woo-onboarding-wizard-plugin-rotation
|
||||
plugins/woocommerce/changelog/63107-wooplug-6241-pos-catalog-cleanup-job-isnt-scheduled
|
||||
plugins/woocommerce/changelog/62608-admin-bar-variable
|
||||
plugins/woocommerce/changelog/fix-wc-10.5-variable-add-to-cart-button-disabled
|
||||
plugins/woocommerce/changelog/PR-62572
|
||||
plugins/woocommerce/changelog/62880-dev-improve-iapi-product-store
|
||||
plugins/woocommerce/changelog/fix-product-collection-picker-lack-of-queryid
|
||||
|
|
@ -883,6 +881,7 @@ plugins/woocommerce/changelog/e2e-pw-ts-conversion-01
|
|||
plugins/woocommerce/changelog/performance-63042-slow-SQL-order-confirmation
|
||||
plugins/woocommerce/changelog/performance-57045-product-attributes-lookup-indexes
|
||||
plugins/woocommerce/changelog/performance-27746-customer-data-store-stats-SQLs
|
||||
plugins/woocommerce/changelog/stomail-7686-users-can-set-from-address-to-match-any-domain
|
||||
plugins/woocommerce/changelog/fix-wooplug-6140-block-checkout-local-pickup-fails-to-render
|
||||
plugins/woocommerce/changelog/WOOPLUG-6120-product-gallery-variation-objects
|
||||
plugins/woocommerce/changelog/59464-use-toolspanel-in-product-gallery-blocks
|
||||
|
|
@ -894,7 +893,6 @@ plugins/woocommerce/changelog/pr-62856
|
|||
plugins/woocommerce/changelog/wooprd-1450-saved-amount-badges
|
||||
plugins/woocommerce/changelog/62858-phpstan-add-action-scheduler
|
||||
plugins/woocommerce/changelog/performance-41798-product-data-store-SQLs
|
||||
plugins/woocommerce/changelog/fix-divi-shop-page
|
||||
plugins/woocommerce/changelog/performance-38877-meta-migration-SQLs-in-read-attributes
|
||||
plugins/woocommerce/changelog/wooprd-1449-position-the-remove-buttonlink-to-the-right-of-the-quantity
|
||||
plugins/woocommerce/changelog/62864-add-WCCOM-1903-notice-when-connected-store-deleted
|
||||
|
|
@ -920,6 +918,7 @@ plugins/woocommerce/changelog/pr-60052
|
|||
plugins/woocommerce/changelog/62653-test-cart-cache-headers
|
||||
plugins/woocommerce/changelog/pr-63079
|
||||
plugins/woocommerce/changelog/add-58403-brands
|
||||
plugins/woocommerce/changelog/wooprd-2246-preserve-wp_user
|
||||
plugins/woocommerce/changelog/wooprd-1455-font-size-system-missing-one-value
|
||||
plugins/woocommerce/changelog/add-58403-with-taxonomies
|
||||
plugins/woocommerce/uninstall.php
|
||||
|
|
@ -2081,6 +2080,7 @@ plugins/woocommerce/tests/php/src/Internal/ComingSoon/ComingSoonRequestHandlerTe
|
|||
plugins/woocommerce/tests/php/src/Internal/ComingSoon/ComingSoonCacheInvalidatorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/PushNotificationsTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/DataStores/PushTokensDataStoreTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Validators/PushTokenValidatorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Controllers/PushTokenRestControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/PushNotifications/Entities/PushTokenTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/DownloadPermissionsAdjusterTest.php
|
||||
|
|
@ -2110,6 +2110,7 @@ plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Fulfillments/Contro
|
|||
plugins/woocommerce/tests/php/src/Internal/RestApi/Routes/V4/Refunds/DataUtilsTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/Features/FeaturesControllerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/BlockEmailRendererTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/TransactionalEmailPersonalizerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailPostsGeneratorTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailPostsManagerTest.php
|
||||
plugins/woocommerce/tests/php/src/Internal/EmailEditor/WCTransactionalEmails/WCTransactionalEmailsTest.php
|
||||
|
|
@ -8927,6 +8928,7 @@ plugins/woocommerce/src/Internal/PushNotifications/ROADMAP.md
|
|||
plugins/woocommerce/src/Internal/PushNotifications/Exceptions/PushTokenInvalidDataException.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Exceptions/PushTokenNotFoundException.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/DataStores/PushTokensDataStore.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Validators/PushTokenValidator.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Controllers/PushTokenRestController.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/Entities/PushToken.php
|
||||
plugins/woocommerce/src/Internal/PushNotifications/PushNotifications.php
|
||||
|
|
|
|||
|
|
@ -6165,6 +6165,9 @@ migrate/20220127135317_scheduler_updates2.rb
|
|||
db/migrate/20230607083454_time_accounting_enhancements.rb
|
||||
migrate/20230607083454_time_accounting_enhancements.rb
|
||||
20230607083454_time_accounting_enhancements.rb
|
||||
db/migrate/20260209120000_migrate_catalan_user_preference.rb
|
||||
migrate/20260209120000_migrate_catalan_user_preference.rb
|
||||
20260209120000_migrate_catalan_user_preference.rb
|
||||
db/migrate/20250918105948_issue_5781_richtext_notes.rb
|
||||
migrate/20250918105948_issue_5781_richtext_notes.rb
|
||||
20250918105948_issue_5781_richtext_notes.rb
|
||||
|
|
@ -16113,6 +16116,10 @@ spec/db/migrate/synchronize_checklist_item_state_from_tickets_spec.rb
|
|||
db/migrate/synchronize_checklist_item_state_from_tickets_spec.rb
|
||||
migrate/synchronize_checklist_item_state_from_tickets_spec.rb
|
||||
synchronize_checklist_item_state_from_tickets_spec.rb
|
||||
spec/db/migrate/migrate_catalan_user_preference_spec.rb
|
||||
db/migrate/migrate_catalan_user_preference_spec.rb
|
||||
migrate/migrate_catalan_user_preference_spec.rb
|
||||
migrate_catalan_user_preference_spec.rb
|
||||
spec/db/migrate/setting_update_password_max_login_failed_spec.rb
|
||||
db/migrate/setting_update_password_max_login_failed_spec.rb
|
||||
migrate/setting_update_password_max_login_failed_spec.rb
|
||||
|
|
|
|||
|
|
@ -1323,6 +1323,7 @@ db/migrate/20220124101834_setting_updates2.rb
|
|||
db/migrate/20230209083829_html_sanitizer_processing_timeout.rb
|
||||
db/migrate/20220127135317_scheduler_updates2.rb
|
||||
db/migrate/20230607083454_time_accounting_enhancements.rb
|
||||
db/migrate/20260209120000_migrate_catalan_user_preference.rb
|
||||
db/migrate/20250918105948_issue_5781_richtext_notes.rb
|
||||
db/migrate/20231107090334_simple_storage_configuration_check.rb
|
||||
db/migrate/20190814000001_object_manager_attribute_ticket_article_body_maxlength_change.rb
|
||||
|
|
@ -3498,6 +3499,7 @@ spec/db/migrate/issue_5286_add_setting_option_for_postmaster_follow_up_search_in
|
|||
spec/db/migrate/and_or_conditions_setting_default_spec.rb
|
||||
spec/db/migrate/issue_2019_fix_double_domain_links_in_trigger_emails_spec.rb
|
||||
spec/db/migrate/synchronize_checklist_item_state_from_tickets_spec.rb
|
||||
spec/db/migrate/migrate_catalan_user_preference_spec.rb
|
||||
spec/db/migrate/setting_update_password_max_login_failed_spec.rb
|
||||
spec/db/migrate/issue_1573_multi_orga_spec.rb
|
||||
spec/db/migrate/rename_notification_sender_spec.rb
|
||||
|
|
|
|||
|
|
@ -1536,9 +1536,9 @@ hpc/*/supported-applications.aspx?
|
|||
hpm
|
||||
hpmob
|
||||
http://amazon.de/robots.txt
|
||||
http://gmpg.org/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://s3.amazonaws.com/robots.txt
|
||||
http://washingtonpost.com/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3225,7 +3225,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://gstatic.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://policies.google.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