mirror of
https://github.com/danielmiessler/SecLists
synced 2026-05-09 05:39:43 +02:00
[Github Action] Automated trickest wordlists update.
This commit is contained in:
parent
0a1b146a7e
commit
76eadea7ce
32 changed files with 6349 additions and 3730 deletions
|
|
@ -3,6 +3,6 @@
|
|||
"last_update": 1771576808
|
||||
},
|
||||
"Trickest wordlist update": {
|
||||
"last_update": 1771494282
|
||||
"last_update": 1771580438
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +1,7 @@
|
|||
.changeset/geometry-performance-fix.md
|
||||
geometry-performance-fix.md
|
||||
.changeset/silly-readers-fetch.md
|
||||
silly-readers-fetch.md
|
||||
.changeset/mighty-garlics-rush.md
|
||||
mighty-garlics-rush.md
|
||||
.changeset/config.json
|
||||
|
|
@ -9666,6 +9670,10 @@ composables/use-permissions/types/index.ts
|
|||
use-permissions/types/index.ts
|
||||
types/index.ts
|
||||
index.ts
|
||||
app/src/composables/use-mime-type-filter.ts
|
||||
src/composables/use-mime-type-filter.ts
|
||||
composables/use-mime-type-filter.ts
|
||||
use-mime-type-filter.ts
|
||||
app/src/composables/use-flows.test.ts
|
||||
src/composables/use-flows.test.ts
|
||||
composables/use-flows.test.ts
|
||||
|
|
@ -9754,6 +9762,10 @@ app/src/composables/use-focus-trap-manager.ts
|
|||
src/composables/use-focus-trap-manager.ts
|
||||
composables/use-focus-trap-manager.ts
|
||||
use-focus-trap-manager.ts
|
||||
app/src/composables/use-mime-type-filter.test.ts
|
||||
src/composables/use-mime-type-filter.test.ts
|
||||
composables/use-mime-type-filter.test.ts
|
||||
use-mime-type-filter.test.ts
|
||||
app/src/composables/use-fake-version-field.ts
|
||||
src/composables/use-fake-version-field.ts
|
||||
composables/use-fake-version-field.ts
|
||||
|
|
@ -12495,12 +12507,24 @@ components/v-form/utils/update-field-widths.ts
|
|||
v-form/utils/update-field-widths.ts
|
||||
utils/update-field-widths.ts
|
||||
update-field-widths.ts
|
||||
app/src/components/v-form/utils/selective-clone.test.ts
|
||||
src/components/v-form/utils/selective-clone.test.ts
|
||||
components/v-form/utils/selective-clone.test.ts
|
||||
v-form/utils/selective-clone.test.ts
|
||||
utils/selective-clone.test.ts
|
||||
selective-clone.test.ts
|
||||
app/src/components/v-form/utils/update-system-divider.ts
|
||||
src/components/v-form/utils/update-system-divider.ts
|
||||
components/v-form/utils/update-system-divider.ts
|
||||
v-form/utils/update-system-divider.ts
|
||||
utils/update-system-divider.ts
|
||||
update-system-divider.ts
|
||||
app/src/components/v-form/utils/selective-clone.ts
|
||||
src/components/v-form/utils/selective-clone.ts
|
||||
components/v-form/utils/selective-clone.ts
|
||||
v-form/utils/selective-clone.ts
|
||||
utils/selective-clone.ts
|
||||
selective-clone.ts
|
||||
app/src/components/v-form/utils/get-form-fields.test.ts
|
||||
src/components/v-form/utils/get-form-fields.test.ts
|
||||
components/v-form/utils/get-form-fields.test.ts
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
.changeset/geometry-performance-fix.md
|
||||
.changeset/silly-readers-fetch.md
|
||||
.changeset/mighty-garlics-rush.md
|
||||
.changeset/config.json
|
||||
.changeset/tough-comics-nail.md
|
||||
|
|
@ -1797,6 +1799,7 @@ app/src/composables/use-permissions/collection/use-collection-permissions.ts
|
|||
app/src/composables/use-permissions/utils/is-field-allowed.ts
|
||||
app/src/composables/use-permissions/utils/is-field-allowed.test.ts
|
||||
app/src/composables/use-permissions/types/index.ts
|
||||
app/src/composables/use-mime-type-filter.ts
|
||||
app/src/composables/use-flows.test.ts
|
||||
app/src/composables/use-focusin.ts
|
||||
app/src/composables/use-clipboard.test.ts
|
||||
|
|
@ -1819,6 +1822,7 @@ app/src/composables/use-comparison-diff.test.ts
|
|||
app/src/composables/use-clipboard.ts
|
||||
app/src/composables/use-relation-permissions.ts
|
||||
app/src/composables/use-focus-trap-manager.ts
|
||||
app/src/composables/use-mime-type-filter.test.ts
|
||||
app/src/composables/use-fake-version-field.ts
|
||||
app/src/composables/use-auto-fit-text.ts
|
||||
app/src/composables/use-versions.ts
|
||||
|
|
@ -2389,7 +2393,9 @@ app/src/components/v-form/composables/use-input-schema.ts
|
|||
app/src/components/v-form/utils/get-form-fields.ts
|
||||
app/src/components/v-form/utils/update-system-divider.test.ts
|
||||
app/src/components/v-form/utils/update-field-widths.ts
|
||||
app/src/components/v-form/utils/selective-clone.test.ts
|
||||
app/src/components/v-form/utils/update-system-divider.ts
|
||||
app/src/components/v-form/utils/selective-clone.ts
|
||||
app/src/components/v-form/utils/get-form-fields.test.ts
|
||||
app/src/components/v-form/utils/update-field-widths.test.ts
|
||||
app/src/components/v-form/components/validation-errors.test.ts
|
||||
|
|
|
|||
|
|
@ -6444,6 +6444,9 @@ migrations/0028_remove_page_placeholders.py
|
|||
cms/migrations/0030_auto_20180810_0629.py
|
||||
migrations/0030_auto_20180810_0629.py
|
||||
0030_auto_20180810_0629.py
|
||||
cms/migrations/0001_initial_squashed_0022_auto_20180620_1551.py
|
||||
migrations/0001_initial_squashed_0022_auto_20180620_1551.py
|
||||
0001_initial_squashed_0022_auto_20180620_1551.py
|
||||
cms/migrations/0035_auto_20230822_2208_squashed_0036_auto_20240311_1028.py
|
||||
migrations/0035_auto_20230822_2208_squashed_0036_auto_20240311_1028.py
|
||||
0035_auto_20230822_2208_squashed_0036_auto_20240311_1028.py
|
||||
|
|
|
|||
|
|
@ -1263,6 +1263,7 @@ cms/migrations/0023_placeholder_source_field.py
|
|||
cms/migrations/0024_set_plugin_absolute_position.py
|
||||
cms/migrations/0028_remove_page_placeholders.py
|
||||
cms/migrations/0030_auto_20180810_0629.py
|
||||
cms/migrations/0001_initial_squashed_0022_auto_20180620_1551.py
|
||||
cms/migrations/0035_auto_20230822_2208_squashed_0036_auto_20240311_1028.py
|
||||
cms/migrations/0033_placeholder_source_data_migration.py
|
||||
cms/migrations/0005_auto_20140924_1039.py
|
||||
|
|
|
|||
|
|
@ -620,6 +620,9 @@ setup.js
|
|||
test/acceptance/package.json
|
||||
acceptance/package.json
|
||||
package.json
|
||||
test/manual/plan.md
|
||||
manual/plan.md
|
||||
plan.md
|
||||
test/bootstrap.php
|
||||
bootstrap.php
|
||||
.mailmap
|
||||
|
|
@ -923,6 +926,12 @@ dev/initdemo/documents_demo/.htaccess
|
|||
initdemo/documents_demo/.htaccess
|
||||
documents_demo/.htaccess
|
||||
.htaccess
|
||||
dev/initdemo/documents_demo/blockedlog/archives/unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
initdemo/documents_demo/blockedlog/archives/unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
documents_demo/blockedlog/archives/unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
blockedlog/archives/unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
archives/unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
dev/initdemo/documents_demo/expedition/sending/SH1302-0001/SH1302-0001.pdf
|
||||
initdemo/documents_demo/expedition/sending/SH1302-0001/SH1302-0001.pdf
|
||||
documents_demo/expedition/sending/SH1302-0001/SH1302-0001.pdf
|
||||
|
|
|
|||
|
|
@ -182,6 +182,7 @@ test/acceptance/stepDefinitions/logoutContext.js
|
|||
test/acceptance/stepDefinitions/listUsersContext.js
|
||||
test/acceptance/setup.js
|
||||
test/acceptance/package.json
|
||||
test/manual/plan.md
|
||||
test/bootstrap.php
|
||||
.mailmap
|
||||
README.md
|
||||
|
|
@ -262,6 +263,7 @@ dev/initdemo/documents_demo/commande/CO1107-0003/CO1107-0003.pdf
|
|||
dev/initdemo/documents_demo/commande/CO1108-0001/CO1108-0001.pdf
|
||||
dev/initdemo/documents_demo/commande/CO1107-0002/CO1107-0002.pdf
|
||||
dev/initdemo/documents_demo/.htaccess
|
||||
dev/initdemo/documents_demo/blockedlog/archives/unalterable-log-archive-dolibarr_test-202501-20250205115450UTC-DONOTMODIFY.csv
|
||||
dev/initdemo/documents_demo/expedition/sending/SH1302-0001/SH1302-0001.pdf
|
||||
dev/initdemo/documents_demo/supplier_proposal/RQ1607-0001/RQ1607-0001.pdf
|
||||
dev/initdemo/documents_demo/expensereport/ADMIN-ER00001-150101/ADMIN-ER00001-150101.pdf
|
||||
|
|
|
|||
|
|
@ -32246,6 +32246,14 @@ src/Nightwatch/Tests/navigationDisplaceTest.js
|
|||
Nightwatch/Tests/navigationDisplaceTest.js
|
||||
Tests/navigationDisplaceTest.js
|
||||
navigationDisplaceTest.js
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
modules/navigation/tests/src/Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
navigation/tests/src/Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
tests/src/Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
src/Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
Tests/navigationMobileFocusTrapTest.js
|
||||
navigationMobileFocusTrapTest.js
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js
|
||||
modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js
|
||||
navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js
|
||||
|
|
@ -35106,14 +35114,6 @@ Driver/Database/sqlite/Statement.php
|
|||
Database/sqlite/Statement.php
|
||||
sqlite/Statement.php
|
||||
Statement.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Merge.php
|
||||
modules/sqlite/src/Driver/Database/sqlite/Merge.php
|
||||
sqlite/src/Driver/Database/sqlite/Merge.php
|
||||
src/Driver/Database/sqlite/Merge.php
|
||||
Driver/Database/sqlite/Merge.php
|
||||
Database/sqlite/Merge.php
|
||||
sqlite/Merge.php
|
||||
Merge.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Select.php
|
||||
modules/sqlite/src/Driver/Database/sqlite/Select.php
|
||||
sqlite/src/Driver/Database/sqlite/Select.php
|
||||
|
|
@ -35146,22 +35146,6 @@ Driver/Database/sqlite/PDOConnection.php
|
|||
Database/sqlite/PDOConnection.php
|
||||
sqlite/PDOConnection.php
|
||||
PDOConnection.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Delete.php
|
||||
modules/sqlite/src/Driver/Database/sqlite/Delete.php
|
||||
sqlite/src/Driver/Database/sqlite/Delete.php
|
||||
src/Driver/Database/sqlite/Delete.php
|
||||
Driver/Database/sqlite/Delete.php
|
||||
Database/sqlite/Delete.php
|
||||
sqlite/Delete.php
|
||||
Delete.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Update.php
|
||||
modules/sqlite/src/Driver/Database/sqlite/Update.php
|
||||
sqlite/src/Driver/Database/sqlite/Update.php
|
||||
src/Driver/Database/sqlite/Update.php
|
||||
Driver/Database/sqlite/Update.php
|
||||
Database/sqlite/Update.php
|
||||
sqlite/Update.php
|
||||
Update.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
|
||||
modules/sqlite/src/Driver/Database/sqlite/Connection.php
|
||||
sqlite/src/Driver/Database/sqlite/Connection.php
|
||||
|
|
@ -38407,30 +38391,6 @@ Driver/Database/mysql/Upsert.php
|
|||
Database/mysql/Upsert.php
|
||||
mysql/Upsert.php
|
||||
Upsert.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Merge.php
|
||||
modules/mysql/src/Driver/Database/mysql/Merge.php
|
||||
mysql/src/Driver/Database/mysql/Merge.php
|
||||
src/Driver/Database/mysql/Merge.php
|
||||
Driver/Database/mysql/Merge.php
|
||||
Database/mysql/Merge.php
|
||||
mysql/Merge.php
|
||||
Merge.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Select.php
|
||||
modules/mysql/src/Driver/Database/mysql/Select.php
|
||||
mysql/src/Driver/Database/mysql/Select.php
|
||||
src/Driver/Database/mysql/Select.php
|
||||
Driver/Database/mysql/Select.php
|
||||
Database/mysql/Select.php
|
||||
mysql/Select.php
|
||||
Select.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Truncate.php
|
||||
modules/mysql/src/Driver/Database/mysql/Truncate.php
|
||||
mysql/src/Driver/Database/mysql/Truncate.php
|
||||
src/Driver/Database/mysql/Truncate.php
|
||||
Driver/Database/mysql/Truncate.php
|
||||
Database/mysql/Truncate.php
|
||||
mysql/Truncate.php
|
||||
Truncate.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Insert.php
|
||||
modules/mysql/src/Driver/Database/mysql/Insert.php
|
||||
mysql/src/Driver/Database/mysql/Insert.php
|
||||
|
|
@ -38439,14 +38399,6 @@ Driver/Database/mysql/Insert.php
|
|||
Database/mysql/Insert.php
|
||||
mysql/Insert.php
|
||||
Insert.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Delete.php
|
||||
modules/mysql/src/Driver/Database/mysql/Delete.php
|
||||
mysql/src/Driver/Database/mysql/Delete.php
|
||||
src/Driver/Database/mysql/Delete.php
|
||||
Driver/Database/mysql/Delete.php
|
||||
Database/mysql/Delete.php
|
||||
mysql/Delete.php
|
||||
Delete.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php
|
||||
modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php
|
||||
mysql/src/Driver/Database/mysql/ExceptionHandler.php
|
||||
|
|
@ -38455,14 +38407,6 @@ Driver/Database/mysql/ExceptionHandler.php
|
|||
Database/mysql/ExceptionHandler.php
|
||||
mysql/ExceptionHandler.php
|
||||
ExceptionHandler.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Update.php
|
||||
modules/mysql/src/Driver/Database/mysql/Update.php
|
||||
mysql/src/Driver/Database/mysql/Update.php
|
||||
src/Driver/Database/mysql/Update.php
|
||||
Driver/Database/mysql/Update.php
|
||||
Database/mysql/Update.php
|
||||
mysql/Update.php
|
||||
Update.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Connection.php
|
||||
modules/mysql/src/Driver/Database/mysql/Connection.php
|
||||
mysql/src/Driver/Database/mysql/Connection.php
|
||||
|
|
@ -67478,14 +67422,6 @@ Driver/Database/pgsql/Upsert.php
|
|||
Database/pgsql/Upsert.php
|
||||
pgsql/Upsert.php
|
||||
Upsert.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Merge.php
|
||||
modules/pgsql/src/Driver/Database/pgsql/Merge.php
|
||||
pgsql/src/Driver/Database/pgsql/Merge.php
|
||||
src/Driver/Database/pgsql/Merge.php
|
||||
Driver/Database/pgsql/Merge.php
|
||||
Database/pgsql/Merge.php
|
||||
pgsql/Merge.php
|
||||
Merge.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Select.php
|
||||
modules/pgsql/src/Driver/Database/pgsql/Select.php
|
||||
pgsql/src/Driver/Database/pgsql/Select.php
|
||||
|
|
@ -78370,13 +78306,6 @@ KernelTests/Core/Database/RangeQueryTest.php
|
|||
Core/Database/RangeQueryTest.php
|
||||
Database/RangeQueryTest.php
|
||||
RangeQueryTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php
|
||||
tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php
|
||||
Drupal/KernelTests/Core/Database/FetchLegacyTest.php
|
||||
KernelTests/Core/Database/FetchLegacyTest.php
|
||||
Core/Database/FetchLegacyTest.php
|
||||
Database/FetchLegacyTest.php
|
||||
FetchLegacyTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
|
||||
tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
|
||||
Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
|
||||
|
|
|
|||
|
|
@ -4382,6 +4382,7 @@ core/modules/navigation/tests/src/Functional/NavigationIconTest.php
|
|||
core/modules/navigation/tests/src/Functional/GenericTest.php
|
||||
core/modules/navigation/tests/src/Functional/NavigationTopBarContentModerationTest.php
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/navigationDisplaceTest.js
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/navigationMobileFocusTrapTest.js
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/expandCollapseTest.js
|
||||
core/modules/navigation/tests/src/Nightwatch/Tests/a11yTest.js
|
||||
core/modules/navigation/tests/src/Kernel/NavigationEntityRouteHelperTest.php
|
||||
|
|
@ -4827,13 +4828,10 @@ core/modules/sqlite/src/Driver/Database/sqlite/TransactionManager.php
|
|||
core/modules/sqlite/src/Driver/Database/sqlite/Upsert.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/SqliteConnection.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Statement.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Merge.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Select.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Truncate.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Insert.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Delete.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Update.php
|
||||
core/modules/sqlite/src/Driver/Database/sqlite/Connection.php
|
||||
core/modules/sqlite/src/Hook/SqliteHooks.php
|
||||
core/modules/phpass/tests/src/Functional/GenericTest.php
|
||||
|
|
@ -5297,13 +5295,8 @@ core/modules/mysql/src/Driver/Database/mysql/Schema.php
|
|||
core/modules/mysql/src/Driver/Database/mysql/Install/Tasks.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/TransactionManager.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Upsert.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Merge.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Select.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Truncate.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Insert.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Delete.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/ExceptionHandler.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Update.php
|
||||
core/modules/mysql/src/Driver/Database/mysql/Connection.php
|
||||
core/modules/mysql/src/Hook/MysqlRequirements.php
|
||||
core/modules/mysql/src/Hook/MysqlHooks.php
|
||||
|
|
@ -9474,7 +9467,6 @@ core/modules/pgsql/src/Driver/Database/pgsql/Schema.php
|
|||
core/modules/pgsql/src/Driver/Database/pgsql/Install/Tasks.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/TransactionManager.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Upsert.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Merge.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Select.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Truncate.php
|
||||
core/modules/pgsql/src/Driver/Database/pgsql/Insert.php
|
||||
|
|
@ -10978,7 +10970,6 @@ core/tests/Drupal/KernelTests/Core/Database/DatabaseEventTest.php
|
|||
core/tests/Drupal/KernelTests/Core/Database/SerializeQueryTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/RangeQueryTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/FetchLegacyTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/DriverSpecificDatabaseTestBase.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/InsertDefaultsTest.php
|
||||
core/tests/Drupal/KernelTests/Core/Database/LoggingTest.php
|
||||
|
|
|
|||
|
|
@ -20064,6 +20064,10 @@ erpnext/patches/v16_0/__init__.py
|
|||
patches/v16_0/__init__.py
|
||||
v16_0/__init__.py
|
||||
__init__.py
|
||||
erpnext/patches/v16_0/add_portal_redirects.py
|
||||
patches/v16_0/add_portal_redirects.py
|
||||
v16_0/add_portal_redirects.py
|
||||
add_portal_redirects.py
|
||||
erpnext/patches/v16_0/fix_barcode_typo.py
|
||||
patches/v16_0/fix_barcode_typo.py
|
||||
v16_0/fix_barcode_typo.py
|
||||
|
|
|
|||
|
|
@ -4139,6 +4139,7 @@ erpnext/patches/v16_0/set_reporting_currency.py
|
|||
erpnext/patches/v16_0/update_currency_exchange_settings_for_frankfurter.py
|
||||
erpnext/patches/v16_0/set_mr_picked_qty.py
|
||||
erpnext/patches/v16_0/__init__.py
|
||||
erpnext/patches/v16_0/add_portal_redirects.py
|
||||
erpnext/patches/v16_0/fix_barcode_typo.py
|
||||
erpnext/patches/v16_0/migrate_tax_withholding_data.py
|
||||
erpnext/patches/v16_0/rename_subcontracted_quantity.py
|
||||
|
|
|
|||
|
|
@ -36280,6 +36280,14 @@ QueryComposer/Part/FunctionConverters/Abs.php
|
|||
Part/FunctionConverters/Abs.php
|
||||
FunctionConverters/Abs.php
|
||||
Abs.php
|
||||
application/Espo/Core/ORM/QueryComposer/Part/FunctionConverters/CurrencyRate.php
|
||||
Espo/Core/ORM/QueryComposer/Part/FunctionConverters/CurrencyRate.php
|
||||
Core/ORM/QueryComposer/Part/FunctionConverters/CurrencyRate.php
|
||||
ORM/QueryComposer/Part/FunctionConverters/CurrencyRate.php
|
||||
QueryComposer/Part/FunctionConverters/CurrencyRate.php
|
||||
Part/FunctionConverters/CurrencyRate.php
|
||||
FunctionConverters/CurrencyRate.php
|
||||
CurrencyRate.php
|
||||
application/Espo/Core/ORM/Helper.php
|
||||
Espo/Core/ORM/Helper.php
|
||||
Core/ORM/Helper.php
|
||||
|
|
|
|||
|
|
@ -6074,6 +6074,7 @@ application/Espo/Core/ORM/Type/FieldType.php
|
|||
application/Espo/Core/ORM/QueryComposer/QueryComposerFactory.php
|
||||
application/Espo/Core/ORM/QueryComposer/Part/FunctionConverterFactory.php
|
||||
application/Espo/Core/ORM/QueryComposer/Part/FunctionConverters/Abs.php
|
||||
application/Espo/Core/ORM/QueryComposer/Part/FunctionConverters/CurrencyRate.php
|
||||
application/Espo/Core/ORM/Helper.php
|
||||
application/Espo/Core/ORM/Entity.php
|
||||
application/Espo/Core/ORM/RepositoryFactory.php
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ launch.json
|
|||
.cursor/rules/yarn.mdc
|
||||
rules/yarn.mdc
|
||||
yarn.mdc
|
||||
Dockerfile.production
|
||||
e2e/types.d.ts
|
||||
types.d.ts
|
||||
e2e/tests/post-factory.test.ts
|
||||
|
|
@ -711,11 +712,6 @@ helpers/environment/service-managers/index.ts
|
|||
environment/service-managers/index.ts
|
||||
service-managers/index.ts
|
||||
index.ts
|
||||
e2e/helpers/environment/service-managers/portal-manager.ts
|
||||
helpers/environment/service-managers/portal-manager.ts
|
||||
environment/service-managers/portal-manager.ts
|
||||
service-managers/portal-manager.ts
|
||||
portal-manager.ts
|
||||
e2e/helpers/environment/service-managers/mysql-manager.ts
|
||||
helpers/environment/service-managers/mysql-manager.ts
|
||||
environment/service-managers/mysql-manager.ts
|
||||
|
|
@ -807,6 +803,8 @@ e2e/helpers/utils/app-config.ts
|
|||
helpers/utils/app-config.ts
|
||||
utils/app-config.ts
|
||||
app-config.ts
|
||||
e2e/Dockerfile.e2e
|
||||
Dockerfile.e2e
|
||||
e2e/.claude/E2E_TEST_WRITING_GUIDE.md
|
||||
.claude/E2E_TEST_WRITING_GUIDE.md
|
||||
E2E_TEST_WRITING_GUIDE.md
|
||||
|
|
@ -890,7 +888,6 @@ compose.dev.analytics.yaml
|
|||
.editorconfig
|
||||
docs/README.md
|
||||
README.md
|
||||
compose.object-storage.yml
|
||||
AGENTS.md
|
||||
LICENSE
|
||||
compose.dev.yaml
|
||||
|
|
@ -6670,41 +6667,6 @@ 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
|
||||
server/services/mentions-email-report/index.js
|
||||
services/mentions-email-report/index.js
|
||||
mentions-email-report/index.js
|
||||
index.js
|
||||
ghost/core/core/server/services/mentions-email-report/service.js
|
||||
core/core/server/services/mentions-email-report/service.js
|
||||
core/server/services/mentions-email-report/service.js
|
||||
server/services/mentions-email-report/service.js
|
||||
services/mentions-email-report/service.js
|
||||
mentions-email-report/service.js
|
||||
service.js
|
||||
ghost/core/core/server/services/mentions-email-report/job.js
|
||||
core/core/server/services/mentions-email-report/job.js
|
||||
core/server/services/mentions-email-report/job.js
|
||||
server/services/mentions-email-report/job.js
|
||||
services/mentions-email-report/job.js
|
||||
mentions-email-report/job.js
|
||||
job.js
|
||||
ghost/core/core/server/services/mentions-email-report/mention-email-report-job.js
|
||||
core/core/server/services/mentions-email-report/mention-email-report-job.js
|
||||
core/server/services/mentions-email-report/mention-email-report-job.js
|
||||
server/services/mentions-email-report/mention-email-report-job.js
|
||||
services/mentions-email-report/mention-email-report-job.js
|
||||
mentions-email-report/mention-email-report-job.js
|
||||
mention-email-report-job.js
|
||||
ghost/core/core/server/services/mentions-email-report/start-mention-email-report-job.js
|
||||
core/core/server/services/mentions-email-report/start-mention-email-report-job.js
|
||||
core/server/services/mentions-email-report/start-mention-email-report-job.js
|
||||
server/services/mentions-email-report/start-mention-email-report-job.js
|
||||
services/mentions-email-report/start-mention-email-report-job.js
|
||||
mentions-email-report/start-mention-email-report-job.js
|
||||
start-mention-email-report-job.js
|
||||
ghost/core/core/server/services/invites/index.js
|
||||
core/core/server/services/invites/index.js
|
||||
core/server/services/invites/index.js
|
||||
|
|
@ -7539,6 +7501,15 @@ members/members-api/utils/normalize-email.js
|
|||
members-api/utils/normalize-email.js
|
||||
utils/normalize-email.js
|
||||
normalize-email.js
|
||||
ghost/core/core/server/services/members/members-api/utils/has-active-offer.js
|
||||
core/core/server/services/members/members-api/utils/has-active-offer.js
|
||||
core/server/services/members/members-api/utils/has-active-offer.js
|
||||
server/services/members/members-api/utils/has-active-offer.js
|
||||
services/members/members-api/utils/has-active-offer.js
|
||||
members/members-api/utils/has-active-offer.js
|
||||
members-api/utils/has-active-offer.js
|
||||
utils/has-active-offer.js
|
||||
has-active-offer.js
|
||||
ghost/core/core/server/services/members/members-api/utils/add-calendar-months.js
|
||||
core/core/server/services/members/members-api/utils/add-calendar-months.js
|
||||
core/server/services/members/members-api/utils/add-calendar-months.js
|
||||
|
|
@ -8260,14 +8231,6 @@ services/staff/email-templates/recommendation-received.hbs
|
|||
staff/email-templates/recommendation-received.hbs
|
||||
email-templates/recommendation-received.hbs
|
||||
recommendation-received.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/mention-report.txt.js
|
||||
core/core/server/services/staff/email-templates/mention-report.txt.js
|
||||
core/server/services/staff/email-templates/mention-report.txt.js
|
||||
server/services/staff/email-templates/mention-report.txt.js
|
||||
services/staff/email-templates/mention-report.txt.js
|
||||
staff/email-templates/mention-report.txt.js
|
||||
email-templates/mention-report.txt.js
|
||||
mention-report.txt.js
|
||||
ghost/core/core/server/services/staff/email-templates/new-milestone-received.txt.js
|
||||
core/core/server/services/staff/email-templates/new-milestone-received.txt.js
|
||||
core/server/services/staff/email-templates/new-milestone-received.txt.js
|
||||
|
|
@ -8324,14 +8287,6 @@ services/staff/email-templates/new-milestone-received.hbs
|
|||
staff/email-templates/new-milestone-received.hbs
|
||||
email-templates/new-milestone-received.hbs
|
||||
new-milestone-received.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/mention-report.hbs
|
||||
core/core/server/services/staff/email-templates/mention-report.hbs
|
||||
core/server/services/staff/email-templates/mention-report.hbs
|
||||
server/services/staff/email-templates/mention-report.hbs
|
||||
services/staff/email-templates/mention-report.hbs
|
||||
staff/email-templates/mention-report.hbs
|
||||
email-templates/mention-report.hbs
|
||||
mention-report.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/new-paid-started.hbs
|
||||
core/core/server/services/staff/email-templates/new-paid-started.hbs
|
||||
core/server/services/staff/email-templates/new-paid-started.hbs
|
||||
|
|
@ -14080,6 +14035,14 @@ server/data/migrations/utils.test.js
|
|||
data/migrations/utils.test.js
|
||||
migrations/utils.test.js
|
||||
utils.test.js
|
||||
ghost/core/test/unit/server/data/migrations/version-consistency.test.js
|
||||
core/test/unit/server/data/migrations/version-consistency.test.js
|
||||
test/unit/server/data/migrations/version-consistency.test.js
|
||||
unit/server/data/migrations/version-consistency.test.js
|
||||
server/data/migrations/version-consistency.test.js
|
||||
data/migrations/version-consistency.test.js
|
||||
migrations/version-consistency.test.js
|
||||
version-consistency.test.js
|
||||
ghost/core/test/unit/server/data/schema/commands.test.js
|
||||
core/test/unit/server/data/schema/commands.test.js
|
||||
test/unit/server/data/schema/commands.test.js
|
||||
|
|
@ -14781,14 +14744,6 @@ server/services/lib/in-memory-repository.test.ts
|
|||
services/lib/in-memory-repository.test.ts
|
||||
lib/in-memory-repository.test.ts
|
||||
in-memory-repository.test.ts
|
||||
ghost/core/test/unit/server/services/mentions-email-report/mention-email-report-job.test.js
|
||||
core/test/unit/server/services/mentions-email-report/mention-email-report-job.test.js
|
||||
test/unit/server/services/mentions-email-report/mention-email-report-job.test.js
|
||||
unit/server/services/mentions-email-report/mention-email-report-job.test.js
|
||||
server/services/mentions-email-report/mention-email-report-job.test.js
|
||||
services/mentions-email-report/mention-email-report-job.test.js
|
||||
mentions-email-report/mention-email-report-job.test.js
|
||||
mention-email-report-job.test.js
|
||||
ghost/core/test/unit/server/services/link-tracking/link-click-tracking-service.test.js
|
||||
core/test/unit/server/services/link-tracking/link-click-tracking-service.test.js
|
||||
test/unit/server/services/link-tracking/link-click-tracking-service.test.js
|
||||
|
|
@ -15207,6 +15162,16 @@ members/members-api/services/members-bread-service.test.js
|
|||
members-api/services/members-bread-service.test.js
|
||||
services/members-bread-service.test.js
|
||||
members-bread-service.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/utils/has-active-offer.test.js
|
||||
core/test/unit/server/services/members/members-api/utils/has-active-offer.test.js
|
||||
test/unit/server/services/members/members-api/utils/has-active-offer.test.js
|
||||
unit/server/services/members/members-api/utils/has-active-offer.test.js
|
||||
server/services/members/members-api/utils/has-active-offer.test.js
|
||||
services/members/members-api/utils/has-active-offer.test.js
|
||||
members/members-api/utils/has-active-offer.test.js
|
||||
members-api/utils/has-active-offer.test.js
|
||||
utils/has-active-offer.test.js
|
||||
has-active-offer.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/utils/normalize-email.test.js
|
||||
core/test/unit/server/services/members/members-api/utils/normalize-email.test.js
|
||||
test/unit/server/services/members/members-api/utils/normalize-email.test.js
|
||||
|
|
@ -19670,6 +19635,11 @@ test/e2e-webhooks/__snapshots__/posts.test.js.snap
|
|||
e2e-webhooks/__snapshots__/posts.test.js.snap
|
||||
__snapshots__/posts.test.js.snap
|
||||
posts.test.js.snap
|
||||
ghost/core/test/scripts/browser-test-runner.js
|
||||
core/test/scripts/browser-test-runner.js
|
||||
test/scripts/browser-test-runner.js
|
||||
scripts/browser-test-runner.js
|
||||
browser-test-runner.js
|
||||
ghost/core/test/e2e-server/services/recommendation-emails.test.js
|
||||
core/test/e2e-server/services/recommendation-emails.test.js
|
||||
test/e2e-server/services/recommendation-emails.test.js
|
||||
|
|
@ -20735,13 +20705,6 @@ test/e2e-api/admin/mentions.test.js
|
|||
e2e-api/admin/mentions.test.js
|
||||
admin/mentions.test.js
|
||||
mentions.test.js
|
||||
ghost/core/test/e2e-api/webmentions/__snapshots__/webmentions.test.js.snap
|
||||
core/test/e2e-api/webmentions/__snapshots__/webmentions.test.js.snap
|
||||
test/e2e-api/webmentions/__snapshots__/webmentions.test.js.snap
|
||||
e2e-api/webmentions/__snapshots__/webmentions.test.js.snap
|
||||
webmentions/__snapshots__/webmentions.test.js.snap
|
||||
__snapshots__/webmentions.test.js.snap
|
||||
webmentions.test.js.snap
|
||||
ghost/core/test/e2e-api/webmentions/webmentions.test.js
|
||||
core/test/e2e-api/webmentions/webmentions.test.js
|
||||
test/e2e-api/webmentions/webmentions.test.js
|
||||
|
|
@ -23260,11 +23223,6 @@ admin/tests/acceptance/members-test.js
|
|||
tests/acceptance/members-test.js
|
||||
acceptance/members-test.js
|
||||
members-test.js
|
||||
ghost/admin/tests/acceptance/mentions-test.js
|
||||
admin/tests/acceptance/mentions-test.js
|
||||
tests/acceptance/mentions-test.js
|
||||
acceptance/mentions-test.js
|
||||
mentions-test.js
|
||||
ghost/admin/tests/acceptance/tags-test.js
|
||||
admin/tests/acceptance/tags-test.js
|
||||
tests/acceptance/tags-test.js
|
||||
|
|
@ -25022,11 +24980,6 @@ ember-cli-build.js
|
|||
ghost/admin/.eslintrc.js
|
||||
admin/.eslintrc.js
|
||||
.eslintrc.js
|
||||
ghost/admin/mirage/config/mentions.js
|
||||
admin/mirage/config/mentions.js
|
||||
mirage/config/mentions.js
|
||||
config/mentions.js
|
||||
mentions.js
|
||||
ghost/admin/mirage/config/posts.js
|
||||
admin/mirage/config/posts.js
|
||||
mirage/config/posts.js
|
||||
|
|
@ -25716,11 +25669,6 @@ admin/app/services/koenig.js
|
|||
app/services/koenig.js
|
||||
services/koenig.js
|
||||
koenig.js
|
||||
ghost/admin/app/services/mention-utils.js
|
||||
admin/app/services/mention-utils.js
|
||||
app/services/mention-utils.js
|
||||
services/mention-utils.js
|
||||
mention-utils.js
|
||||
ghost/admin/app/services/local-revisions.js
|
||||
admin/app/services/local-revisions.js
|
||||
app/services/local-revisions.js
|
||||
|
|
@ -26000,11 +25948,6 @@ admin/app/templates/error.hbs
|
|||
app/templates/error.hbs
|
||||
templates/error.hbs
|
||||
error.hbs
|
||||
ghost/admin/app/templates/mentions.hbs
|
||||
admin/app/templates/mentions.hbs
|
||||
app/templates/mentions.hbs
|
||||
templates/mentions.hbs
|
||||
mentions.hbs
|
||||
ghost/admin/app/templates/tags.hbs
|
||||
admin/app/templates/tags.hbs
|
||||
app/templates/tags.hbs
|
||||
|
|
@ -26020,11 +25963,6 @@ admin/app/adapters/snippet.js
|
|||
app/adapters/snippet.js
|
||||
adapters/snippet.js
|
||||
snippet.js
|
||||
ghost/admin/app/adapters/mention.js
|
||||
admin/app/adapters/mention.js
|
||||
app/adapters/mention.js
|
||||
adapters/mention.js
|
||||
mention.js
|
||||
ghost/admin/app/adapters/user.js
|
||||
admin/app/adapters/user.js
|
||||
app/adapters/user.js
|
||||
|
|
@ -26532,11 +26470,6 @@ admin/app/models/snippet.js
|
|||
app/models/snippet.js
|
||||
models/snippet.js
|
||||
snippet.js
|
||||
ghost/admin/app/models/mention.js
|
||||
admin/app/models/mention.js
|
||||
app/models/mention.js
|
||||
models/mention.js
|
||||
mention.js
|
||||
ghost/admin/app/models/user.js
|
||||
admin/app/models/user.js
|
||||
app/models/user.js
|
||||
|
|
@ -29233,11 +29166,6 @@ admin/app/routes/pro.js
|
|||
app/routes/pro.js
|
||||
routes/pro.js
|
||||
pro.js
|
||||
ghost/admin/app/routes/mentions.js
|
||||
admin/app/routes/mentions.js
|
||||
app/routes/mentions.js
|
||||
routes/mentions.js
|
||||
mentions.js
|
||||
ghost/admin/app/routes/posts.js
|
||||
admin/app/routes/posts.js
|
||||
app/routes/posts.js
|
||||
|
|
@ -29302,12 +29230,6 @@ admin/app/routes/tag.js
|
|||
app/routes/tag.js
|
||||
routes/tag.js
|
||||
tag.js
|
||||
ghost/admin/app/routes/posts/mentions.js
|
||||
admin/app/routes/posts/mentions.js
|
||||
app/routes/posts/mentions.js
|
||||
routes/posts/mentions.js
|
||||
posts/mentions.js
|
||||
mentions.js
|
||||
ghost/admin/app/routes/posts/analytics/newsletter-stats.js
|
||||
admin/app/routes/posts/analytics/newsletter-stats.js
|
||||
app/routes/posts/analytics/newsletter-stats.js
|
||||
|
|
@ -29516,11 +29438,6 @@ ghost/admin/app/index.html
|
|||
admin/app/index.html
|
||||
app/index.html
|
||||
index.html
|
||||
ghost/admin/app/controllers/mentions.js
|
||||
admin/app/controllers/mentions.js
|
||||
app/controllers/mentions.js
|
||||
controllers/mentions.js
|
||||
mentions.js
|
||||
ghost/admin/app/controllers/posts.js
|
||||
admin/app/controllers/posts.js
|
||||
app/controllers/posts.js
|
||||
|
|
@ -29738,7 +29655,6 @@ commit.md
|
|||
Dockerfile
|
||||
nx.json
|
||||
.env.example
|
||||
compose.yml
|
||||
apps/signup-form/postcss.config.cjs
|
||||
signup-form/postcss.config.cjs
|
||||
postcss.config.cjs
|
||||
|
|
@ -33610,6 +33526,11 @@ apps/portal/test/app-frames.test.js
|
|||
portal/test/app-frames.test.js
|
||||
test/app-frames.test.js
|
||||
app-frames.test.js
|
||||
apps/portal/test/utils/is-ios.test.js
|
||||
portal/test/utils/is-ios.test.js
|
||||
test/utils/is-ios.test.js
|
||||
utils/is-ios.test.js
|
||||
is-ios.test.js
|
||||
apps/portal/test/utils/test-utils.js
|
||||
portal/test/utils/test-utils.js
|
||||
test/utils/test-utils.js
|
||||
|
|
@ -33864,6 +33785,11 @@ portal/src/utils/contrast-color.js
|
|||
src/utils/contrast-color.js
|
||||
utils/contrast-color.js
|
||||
contrast-color.js
|
||||
apps/portal/src/utils/is-ios.js
|
||||
portal/src/utils/is-ios.js
|
||||
src/utils/is-ios.js
|
||||
utils/is-ios.js
|
||||
is-ios.js
|
||||
apps/portal/src/utils/discount.js
|
||||
portal/src/utils/discount.js
|
||||
src/utils/discount.js
|
||||
|
|
@ -38335,18 +38261,6 @@ test/unit/hooks/use-growth-stats.test.tsx
|
|||
unit/hooks/use-growth-stats.test.tsx
|
||||
hooks/use-growth-stats.test.tsx
|
||||
use-growth-stats.test.tsx
|
||||
apps/stats/test/unit/hooks/use-feature-flag.test.tsx
|
||||
stats/test/unit/hooks/use-feature-flag.test.tsx
|
||||
test/unit/hooks/use-feature-flag.test.tsx
|
||||
unit/hooks/use-feature-flag.test.tsx
|
||||
hooks/use-feature-flag.test.tsx
|
||||
use-feature-flag.test.tsx
|
||||
apps/stats/test/unit/hooks/with-feature-flag.test.tsx
|
||||
stats/test/unit/hooks/with-feature-flag.test.tsx
|
||||
test/unit/hooks/with-feature-flag.test.tsx
|
||||
unit/hooks/with-feature-flag.test.tsx
|
||||
hooks/with-feature-flag.test.tsx
|
||||
with-feature-flag.test.tsx
|
||||
apps/stats/test/unit/hooks/use-top-posts-stats-with-range.test.tsx
|
||||
stats/test/unit/hooks/use-top-posts-stats-with-range.test.tsx
|
||||
test/unit/hooks/use-top-posts-stats-with-range.test.tsx
|
||||
|
|
@ -38485,16 +38399,6 @@ stats/src/hooks/use-newsletter-stats-with-range.ts
|
|||
src/hooks/use-newsletter-stats-with-range.ts
|
||||
hooks/use-newsletter-stats-with-range.ts
|
||||
use-newsletter-stats-with-range.ts
|
||||
apps/stats/src/hooks/use-feature-flag.tsx
|
||||
stats/src/hooks/use-feature-flag.tsx
|
||||
src/hooks/use-feature-flag.tsx
|
||||
hooks/use-feature-flag.tsx
|
||||
use-feature-flag.tsx
|
||||
apps/stats/src/hooks/with-feature-flag.tsx
|
||||
stats/src/hooks/with-feature-flag.tsx
|
||||
src/hooks/with-feature-flag.tsx
|
||||
hooks/with-feature-flag.tsx
|
||||
with-feature-flag.tsx
|
||||
apps/stats/src/hooks/use-limiter.ts
|
||||
stats/src/hooks/use-limiter.ts
|
||||
src/hooks/use-limiter.ts
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
.vscode/settings.json
|
||||
.vscode/launch.json
|
||||
.cursor/rules/yarn.mdc
|
||||
Dockerfile.production
|
||||
e2e/types.d.ts
|
||||
e2e/tests/post-factory.test.ts
|
||||
e2e/tests/global.setup.ts
|
||||
|
|
@ -139,7 +140,6 @@ e2e/helpers/services/tiers/tiers-service.ts
|
|||
e2e/helpers/services/email/utils.ts
|
||||
e2e/helpers/services/email/mail-pit.ts
|
||||
e2e/helpers/environment/service-managers/index.ts
|
||||
e2e/helpers/environment/service-managers/portal-manager.ts
|
||||
e2e/helpers/environment/service-managers/mysql-manager.ts
|
||||
e2e/helpers/environment/service-managers/ghost-manager.ts
|
||||
e2e/helpers/environment/service-managers/dev-ghost-manager.ts
|
||||
|
|
@ -161,6 +161,7 @@ e2e/helpers/utils/setup-user.ts
|
|||
e2e/helpers/utils/ensure-dir.ts
|
||||
e2e/helpers/utils/index.ts
|
||||
e2e/helpers/utils/app-config.ts
|
||||
e2e/Dockerfile.e2e
|
||||
e2e/.claude/E2E_TEST_WRITING_GUIDE.md
|
||||
e2e/.env.example
|
||||
e2e/compose.yml
|
||||
|
|
@ -194,7 +195,6 @@ SECURITY.md
|
|||
compose.dev.analytics.yaml
|
||||
.editorconfig
|
||||
docs/README.md
|
||||
compose.object-storage.yml
|
||||
AGENTS.md
|
||||
LICENSE
|
||||
compose.dev.yaml
|
||||
|
|
@ -933,11 +933,6 @@ 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
|
||||
ghost/core/core/server/services/mentions-email-report/mention-email-report-job.js
|
||||
ghost/core/core/server/services/mentions-email-report/start-mention-email-report-job.js
|
||||
ghost/core/core/server/services/invites/index.js
|
||||
ghost/core/core/server/services/invites/invites.js
|
||||
ghost/core/core/server/services/link-tracking/full-post-link.js
|
||||
|
|
@ -1051,6 +1046,7 @@ ghost/core/core/server/services/members/members-api/services/geolocation-service
|
|||
ghost/core/core/server/services/members/members-api/services/next-payment-calculator.js
|
||||
ghost/core/core/server/services/members/members-api/services/member-bread-service.js
|
||||
ghost/core/core/server/services/members/members-api/utils/normalize-email.js
|
||||
ghost/core/core/server/services/members/members-api/utils/has-active-offer.js
|
||||
ghost/core/core/server/services/members/members-api/utils/add-calendar-months.js
|
||||
ghost/core/core/server/services/members/members-api/repositories/member-repository.js
|
||||
ghost/core/core/server/services/members/members-api/repositories/product-repository.js
|
||||
|
|
@ -1145,7 +1141,6 @@ ghost/core/core/server/services/staff/email-templates/partials/preview.hbs
|
|||
ghost/core/core/server/services/staff/email-templates/new-paid-cancellation.txt.js
|
||||
ghost/core/core/server/services/staff/email-templates/recommendation-received.txt.js
|
||||
ghost/core/core/server/services/staff/email-templates/recommendation-received.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/mention-report.txt.js
|
||||
ghost/core/core/server/services/staff/email-templates/new-milestone-received.txt.js
|
||||
ghost/core/core/server/services/staff/email-templates/donation.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/new-paid-started.txt.js
|
||||
|
|
@ -1153,7 +1148,6 @@ ghost/core/core/server/services/staff/email-templates/new-free-signup.txt.js
|
|||
ghost/core/core/server/services/staff/email-templates/new-free-signup.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/donation.txt.js
|
||||
ghost/core/core/server/services/staff/email-templates/new-milestone-received.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/mention-report.hbs
|
||||
ghost/core/core/server/services/staff/email-templates/new-paid-started.hbs
|
||||
ghost/core/core/server/services/staff/staff-service.js
|
||||
ghost/core/core/server/services/email-suppression-list/mailgun-email-suppression-list.js
|
||||
|
|
@ -1915,6 +1909,7 @@ ghost/core/test/unit/server/data/importer/import-manager.test.js
|
|||
ghost/core/test/unit/server/data/importer/test.zip
|
||||
ghost/core/test/unit/server/data/importer/index.test.js
|
||||
ghost/core/test/unit/server/data/migrations/utils.test.js
|
||||
ghost/core/test/unit/server/data/migrations/version-consistency.test.js
|
||||
ghost/core/test/unit/server/data/schema/commands.test.js
|
||||
ghost/core/test/unit/server/data/schema/schema.test.js
|
||||
ghost/core/test/unit/server/data/schema/fixtures/fixture-manager.test.js
|
||||
|
|
@ -1997,7 +1992,6 @@ ghost/core/test/unit/server/services/lib/email-content-generator.test.js
|
|||
ghost/core/test/unit/server/services/lib/magic-link/index.test.js
|
||||
ghost/core/test/unit/server/services/lib/dynamic-redirect-manager.test.js
|
||||
ghost/core/test/unit/server/services/lib/in-memory-repository.test.ts
|
||||
ghost/core/test/unit/server/services/mentions-email-report/mention-email-report-job.test.js
|
||||
ghost/core/test/unit/server/services/link-tracking/link-click-tracking-service.test.js
|
||||
ghost/core/test/unit/server/services/link-tracking/post-link-repository.test.js
|
||||
ghost/core/test/unit/server/services/link-tracking/link-click-repository.test.js
|
||||
|
|
@ -2047,6 +2041,7 @@ ghost/core/test/unit/server/services/members/members-api/services/next-payment-c
|
|||
ghost/core/test/unit/server/services/members/members-api/services/geolocation-service.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/services/payments-service.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/services/members-bread-service.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/utils/has-active-offer.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/utils/normalize-email.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/utils/add-calendar-months.test.js
|
||||
ghost/core/test/unit/server/services/members/members-api/repositories/product-repository.test.js
|
||||
|
|
@ -2618,6 +2613,7 @@ ghost/core/test/e2e-webhooks/__snapshots__/tags.test.js.snap
|
|||
ghost/core/test/e2e-webhooks/__snapshots__/site.test.js.snap
|
||||
ghost/core/test/e2e-webhooks/__snapshots__/members.test.js.snap
|
||||
ghost/core/test/e2e-webhooks/__snapshots__/posts.test.js.snap
|
||||
ghost/core/test/scripts/browser-test-runner.js
|
||||
ghost/core/test/e2e-server/services/recommendation-emails.test.js
|
||||
ghost/core/test/e2e-server/services/member-attribution.test.js
|
||||
ghost/core/test/e2e-server/services/milestones.test.js
|
||||
|
|
@ -2785,7 +2781,6 @@ ghost/core/test/e2e-api/admin/utils.js
|
|||
ghost/core/test/e2e-api/admin/pages-bulk.test.js
|
||||
ghost/core/test/e2e-api/admin/stats.test.js
|
||||
ghost/core/test/e2e-api/admin/mentions.test.js
|
||||
ghost/core/test/e2e-api/webmentions/__snapshots__/webmentions.test.js.snap
|
||||
ghost/core/test/e2e-api/webmentions/webmentions.test.js
|
||||
ghost/core/test/e2e-api/members-comments/max-limit-cap.test.js
|
||||
ghost/core/test/e2e-api/members-comments/__snapshots__/comments.test.js.snap
|
||||
|
|
@ -3281,7 +3276,6 @@ ghost/admin/tests/acceptance/editor/lexical-test.js
|
|||
ghost/admin/tests/acceptance/editor/feature-image-test.js
|
||||
ghost/admin/tests/acceptance/editor/super-editor-lexical-test.js
|
||||
ghost/admin/tests/acceptance/members-test.js
|
||||
ghost/admin/tests/acceptance/mentions-test.js
|
||||
ghost/admin/tests/acceptance/tags-test.js
|
||||
ghost/admin/tests/acceptance/staff-test.js
|
||||
ghost/admin/tests/index.html
|
||||
|
|
@ -3581,7 +3575,6 @@ ghost/admin/.template-lintrc.js
|
|||
ghost/admin/.editorconfig
|
||||
ghost/admin/ember-cli-build.js
|
||||
ghost/admin/.eslintrc.js
|
||||
ghost/admin/mirage/config/mentions.js
|
||||
ghost/admin/mirage/config/posts.js
|
||||
ghost/admin/mirage/config/users.js
|
||||
ghost/admin/mirage/config/themes.js
|
||||
|
|
@ -3721,7 +3714,6 @@ ghost/admin/app/services/lazy-loader.js
|
|||
ghost/admin/app/services/limit.js
|
||||
ghost/admin/app/services/unsplash.js
|
||||
ghost/admin/app/services/koenig.js
|
||||
ghost/admin/app/services/mention-utils.js
|
||||
ghost/admin/app/services/local-revisions.js
|
||||
ghost/admin/app/services/resize-detector.js
|
||||
ghost/admin/app/services/session.js
|
||||
|
|
@ -3777,11 +3769,9 @@ ghost/admin/app/templates/members.hbs
|
|||
ghost/admin/app/templates/lexical-editor/edit-loading.hbs
|
||||
ghost/admin/app/templates/pages.hbs
|
||||
ghost/admin/app/templates/error.hbs
|
||||
ghost/admin/app/templates/mentions.hbs
|
||||
ghost/admin/app/templates/tags.hbs
|
||||
ghost/admin/app/templates/settings-x.hbs
|
||||
ghost/admin/app/adapters/snippet.js
|
||||
ghost/admin/app/adapters/mention.js
|
||||
ghost/admin/app/adapters/user.js
|
||||
ghost/admin/app/adapters/member.js
|
||||
ghost/admin/app/adapters/post.js
|
||||
|
|
@ -3884,7 +3874,6 @@ ghost/admin/app/transforms/moment-date.js
|
|||
ghost/admin/app/authenticators/cookie.js
|
||||
ghost/admin/app/models/notification.js
|
||||
ghost/admin/app/models/snippet.js
|
||||
ghost/admin/app/models/mention.js
|
||||
ghost/admin/app/models/user.js
|
||||
ghost/admin/app/models/member.js
|
||||
ghost/admin/app/models/post.js
|
||||
|
|
@ -4357,7 +4346,6 @@ ghost/admin/app/helpers/humanize-setting-key.js
|
|||
ghost/admin/app/errors/member-import-error.js
|
||||
ghost/admin/app/errors/email-failed-error.js
|
||||
ghost/admin/app/routes/pro.js
|
||||
ghost/admin/app/routes/mentions.js
|
||||
ghost/admin/app/routes/posts.js
|
||||
ghost/admin/app/routes/members-activity.js
|
||||
ghost/admin/app/routes/signin-verify.js
|
||||
|
|
@ -4370,7 +4358,6 @@ ghost/admin/app/routes/explore/index.js
|
|||
ghost/admin/app/routes/explore/connect.js
|
||||
ghost/admin/app/routes/explore/explore-sub.js
|
||||
ghost/admin/app/routes/tag.js
|
||||
ghost/admin/app/routes/posts/mentions.js
|
||||
ghost/admin/app/routes/posts/analytics/newsletter-stats.js
|
||||
ghost/admin/app/routes/posts/analytics/web-stats.js
|
||||
ghost/admin/app/routes/posts/analytics/growth-stats.js
|
||||
|
|
@ -4410,7 +4397,6 @@ ghost/admin/app/initializers/ember-simple-auth.js
|
|||
ghost/admin/app/initializers/trailing-hash.js
|
||||
ghost/admin/app/initializers/upgrade-status.js
|
||||
ghost/admin/app/index.html
|
||||
ghost/admin/app/controllers/mentions.js
|
||||
ghost/admin/app/controllers/posts.js
|
||||
ghost/admin/app/controllers/members-activity.js
|
||||
ghost/admin/app/controllers/signin-verify.js
|
||||
|
|
@ -4460,7 +4446,6 @@ ghost/admin/package.json
|
|||
Dockerfile
|
||||
nx.json
|
||||
.env.example
|
||||
compose.yml
|
||||
apps/signup-form/postcss.config.cjs
|
||||
apps/signup-form/preview.html
|
||||
apps/signup-form/assets/icons/email.svg
|
||||
|
|
@ -5110,6 +5095,7 @@ apps/portal/test/unit/components/common/input-field.test.js
|
|||
apps/portal/test/unit/components/trigger-button.test.js
|
||||
apps/portal/test/setup-tests.js
|
||||
apps/portal/test/app-frames.test.js
|
||||
apps/portal/test/utils/is-ios.test.js
|
||||
apps/portal/test/utils/test-utils.js
|
||||
apps/portal/test/utils/test-fixtures.js
|
||||
apps/portal/test/utils/is-android-chrome.test.js
|
||||
|
|
@ -5159,6 +5145,7 @@ apps/portal/src/utils/is-android-chrome.js
|
|||
apps/portal/src/utils/i18n.js
|
||||
apps/portal/src/utils/errors.js
|
||||
apps/portal/src/utils/contrast-color.js
|
||||
apps/portal/src/utils/is-ios.js
|
||||
apps/portal/src/utils/discount.js
|
||||
apps/portal/src/utils/date-time.js
|
||||
apps/portal/src/utils/notifications.js
|
||||
|
|
@ -5969,8 +5956,6 @@ apps/stats/test/setup.ts
|
|||
apps/stats/test/unit/setup.ts
|
||||
apps/stats/test/unit/hooks/use-top-sources-growth.test.tsx
|
||||
apps/stats/test/unit/hooks/use-growth-stats.test.tsx
|
||||
apps/stats/test/unit/hooks/use-feature-flag.test.tsx
|
||||
apps/stats/test/unit/hooks/with-feature-flag.test.tsx
|
||||
apps/stats/test/unit/hooks/use-top-posts-stats-with-range.test.tsx
|
||||
apps/stats/test/unit/hooks/use-newsletter-stats-with-range.test.tsx
|
||||
apps/stats/test/unit/hooks/use-latest-post-stats.test.tsx
|
||||
|
|
@ -5998,8 +5983,6 @@ apps/stats/src/providers/global-data-provider.tsx
|
|||
apps/stats/src/hooks/use-latest-post-stats.ts
|
||||
apps/stats/src/hooks/use-top-posts-stats-with-range.ts
|
||||
apps/stats/src/hooks/use-newsletter-stats-with-range.ts
|
||||
apps/stats/src/hooks/use-feature-flag.tsx
|
||||
apps/stats/src/hooks/with-feature-flag.tsx
|
||||
apps/stats/src/hooks/use-limiter.ts
|
||||
apps/stats/src/hooks/use-filter-params.ts
|
||||
apps/stats/src/hooks/use-growth-stats.ts
|
||||
|
|
|
|||
|
|
@ -16612,6 +16612,12 @@ bundles/LeadBundle/Field/FieldList.php
|
|||
LeadBundle/Field/FieldList.php
|
||||
Field/FieldList.php
|
||||
FieldList.php
|
||||
app/bundles/LeadBundle/Field/EventListener/LeadFieldSubscriber.php
|
||||
bundles/LeadBundle/Field/EventListener/LeadFieldSubscriber.php
|
||||
LeadBundle/Field/EventListener/LeadFieldSubscriber.php
|
||||
Field/EventListener/LeadFieldSubscriber.php
|
||||
EventListener/LeadFieldSubscriber.php
|
||||
LeadFieldSubscriber.php
|
||||
app/bundles/LeadBundle/Field/IdentifierFields.php
|
||||
bundles/LeadBundle/Field/IdentifierFields.php
|
||||
LeadBundle/Field/IdentifierFields.php
|
||||
|
|
@ -18403,13 +18409,6 @@ Tests/Field/Dispatcher/FieldColumnBackgroundJobDispatcherTest.php
|
|||
Field/Dispatcher/FieldColumnBackgroundJobDispatcherTest.php
|
||||
Dispatcher/FieldColumnBackgroundJobDispatcherTest.php
|
||||
FieldColumnBackgroundJobDispatcherTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Dispatcher/FieldDeleteDispatcherTest.php
|
||||
bundles/LeadBundle/Tests/Field/Dispatcher/FieldDeleteDispatcherTest.php
|
||||
LeadBundle/Tests/Field/Dispatcher/FieldDeleteDispatcherTest.php
|
||||
Tests/Field/Dispatcher/FieldDeleteDispatcherTest.php
|
||||
Field/Dispatcher/FieldDeleteDispatcherTest.php
|
||||
Dispatcher/FieldDeleteDispatcherTest.php
|
||||
FieldDeleteDispatcherTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Command/DeleteCustomFieldCommandTest.php
|
||||
bundles/LeadBundle/Tests/Field/Command/DeleteCustomFieldCommandTest.php
|
||||
LeadBundle/Tests/Field/Command/DeleteCustomFieldCommandTest.php
|
||||
|
|
@ -28815,6 +28814,11 @@ bundles/CoreBundle/Event/RouteEvent.php
|
|||
CoreBundle/Event/RouteEvent.php
|
||||
Event/RouteEvent.php
|
||||
RouteEvent.php
|
||||
app/bundles/CoreBundle/Event/DependencyErrorEventTrait.php
|
||||
bundles/CoreBundle/Event/DependencyErrorEventTrait.php
|
||||
CoreBundle/Event/DependencyErrorEventTrait.php
|
||||
Event/DependencyErrorEventTrait.php
|
||||
DependencyErrorEventTrait.php
|
||||
app/bundles/CoreBundle/Event/DetermineWinnerEvent.php
|
||||
bundles/CoreBundle/Event/DetermineWinnerEvent.php
|
||||
CoreBundle/Event/DetermineWinnerEvent.php
|
||||
|
|
@ -28940,6 +28944,11 @@ bundles/CoreBundle/Event/IconEvent.php
|
|||
CoreBundle/Event/IconEvent.php
|
||||
Event/IconEvent.php
|
||||
IconEvent.php
|
||||
app/bundles/CoreBundle/Event/DependencyErrorEventInterface.php
|
||||
bundles/CoreBundle/Event/DependencyErrorEventInterface.php
|
||||
CoreBundle/Event/DependencyErrorEventInterface.php
|
||||
Event/DependencyErrorEventInterface.php
|
||||
DependencyErrorEventInterface.php
|
||||
app/bundles/CoreBundle/Shortener/ShortenerServiceInterface.php
|
||||
bundles/CoreBundle/Shortener/ShortenerServiceInterface.php
|
||||
CoreBundle/Shortener/ShortenerServiceInterface.php
|
||||
|
|
@ -32082,6 +32091,11 @@ bundles/CoreBundle/Exception/SchemaException.php
|
|||
CoreBundle/Exception/SchemaException.php
|
||||
Exception/SchemaException.php
|
||||
SchemaException.php
|
||||
app/bundles/CoreBundle/Exception/DeleteEntitiesDependencyException.php
|
||||
bundles/CoreBundle/Exception/DeleteEntitiesDependencyException.php
|
||||
CoreBundle/Exception/DeleteEntitiesDependencyException.php
|
||||
Exception/DeleteEntitiesDependencyException.php
|
||||
DeleteEntitiesDependencyException.php
|
||||
app/bundles/CoreBundle/Exception/InvalidDecodedStringException.php
|
||||
bundles/CoreBundle/Exception/InvalidDecodedStringException.php
|
||||
CoreBundle/Exception/InvalidDecodedStringException.php
|
||||
|
|
@ -32102,6 +32116,11 @@ bundles/CoreBundle/Exception/FileInvalidException.php
|
|||
CoreBundle/Exception/FileInvalidException.php
|
||||
Exception/FileInvalidException.php
|
||||
FileInvalidException.php
|
||||
app/bundles/CoreBundle/Exception/DeleteEntityDependencyException.php
|
||||
bundles/CoreBundle/Exception/DeleteEntityDependencyException.php
|
||||
CoreBundle/Exception/DeleteEntityDependencyException.php
|
||||
Exception/DeleteEntityDependencyException.php
|
||||
DeleteEntityDependencyException.php
|
||||
app/bundles/CoreBundle/Exception/RecordNotPublishedException.php
|
||||
bundles/CoreBundle/Exception/RecordNotPublishedException.php
|
||||
CoreBundle/Exception/RecordNotPublishedException.php
|
||||
|
|
|
|||
|
|
@ -3055,6 +3055,7 @@ app/bundles/LeadBundle/Field/Event/UpdateColumnBackgroundEvent.php
|
|||
app/bundles/LeadBundle/Field/Event/DeleteColumnEvent.php
|
||||
app/bundles/LeadBundle/Field/SchemaDefinition.php
|
||||
app/bundles/LeadBundle/Field/FieldList.php
|
||||
app/bundles/LeadBundle/Field/EventListener/LeadFieldSubscriber.php
|
||||
app/bundles/LeadBundle/Field/IdentifierFields.php
|
||||
app/bundles/LeadBundle/Field/Notification/CustomFieldNotification.php
|
||||
app/bundles/LeadBundle/Field/Dispatcher/FieldColumnDispatcher.php
|
||||
|
|
@ -3350,7 +3351,6 @@ app/bundles/LeadBundle/Tests/Field/CustomFieldColumnTest.php
|
|||
app/bundles/LeadBundle/Tests/Field/Notification/CustomFieldNotificationTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Dispatcher/FieldColumnDispatcherTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Dispatcher/FieldColumnBackgroundJobDispatcherTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Dispatcher/FieldDeleteDispatcherTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Command/DeleteCustomFieldCommandTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Command/AnalyseCustomFieldCommandFunctionalTest.php
|
||||
app/bundles/LeadBundle/Tests/Field/Command/ModifyCustomFieldCommandFunctionalTest.php
|
||||
|
|
@ -5077,6 +5077,7 @@ app/bundles/CoreBundle/Cache/ResultCacheOptions.php
|
|||
app/bundles/CoreBundle/Cache/ResultCacheHelper.php
|
||||
app/bundles/CoreBundle/DTO/GlobalSearchFilterDTO.php
|
||||
app/bundles/CoreBundle/Event/RouteEvent.php
|
||||
app/bundles/CoreBundle/Event/DependencyErrorEventTrait.php
|
||||
app/bundles/CoreBundle/Event/DetermineWinnerEvent.php
|
||||
app/bundles/CoreBundle/Event/CustomTemplateEvent.php
|
||||
app/bundles/CoreBundle/Event/GeneratedColumnsEvent.php
|
||||
|
|
@ -5102,6 +5103,7 @@ app/bundles/CoreBundle/Event/UpgradeEvent.php
|
|||
app/bundles/CoreBundle/Event/CommonEvent.php
|
||||
app/bundles/CoreBundle/Event/EntityValidateEvent.php
|
||||
app/bundles/CoreBundle/Event/IconEvent.php
|
||||
app/bundles/CoreBundle/Event/DependencyErrorEventInterface.php
|
||||
app/bundles/CoreBundle/Shortener/ShortenerServiceInterface.php
|
||||
app/bundles/CoreBundle/Shortener/Shortener.php
|
||||
app/bundles/CoreBundle/Loader/EnvVars/SAMLEnvVars.php
|
||||
|
|
@ -5561,10 +5563,12 @@ app/bundles/CoreBundle/Exception/ErrorHandlerException.php
|
|||
app/bundles/CoreBundle/Exception/FilePathException.php
|
||||
app/bundles/CoreBundle/Exception/RecordException.php
|
||||
app/bundles/CoreBundle/Exception/SchemaException.php
|
||||
app/bundles/CoreBundle/Exception/DeleteEntitiesDependencyException.php
|
||||
app/bundles/CoreBundle/Exception/InvalidDecodedStringException.php
|
||||
app/bundles/CoreBundle/Exception/BadConfigurationException.php
|
||||
app/bundles/CoreBundle/Exception/UpdateFailedException.php
|
||||
app/bundles/CoreBundle/Exception/FileInvalidException.php
|
||||
app/bundles/CoreBundle/Exception/DeleteEntityDependencyException.php
|
||||
app/bundles/CoreBundle/Exception/RecordNotPublishedException.php
|
||||
app/bundles/CoreBundle/Exception/FileNotFoundException.php
|
||||
app/bundles/CoreBundle/Command/UpdateIpDataStoreCommand.php
|
||||
|
|
|
|||
|
|
@ -36499,6 +36499,11 @@ migration/Core/V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
|||
Core/V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
tests/migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
tests/migration/Core/CreateMailTemplateTraitTest.php
|
||||
migration/Core/CreateMailTemplateTraitTest.php
|
||||
Core/CreateMailTemplateTraitTest.php
|
||||
|
|
@ -139416,6 +139421,11 @@ Core/Migration/V6_7/Migration1763125891AddProductTypeColumn.php
|
|||
Migration/V6_7/Migration1763125891AddProductTypeColumn.php
|
||||
V6_7/Migration1763125891AddProductTypeColumn.php
|
||||
Migration1763125891AddProductTypeColumn.php
|
||||
src/Core/Migration/V6_7/Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
Core/Migration/V6_7/Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
Migration/V6_7/Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
V6_7/Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
src/Core/Migration/V6_7/Migration1761739065IncreaseProductWeightPrecision.php
|
||||
Core/Migration/V6_7/Migration1761739065IncreaseProductWeightPrecision.php
|
||||
Migration/V6_7/Migration1761739065IncreaseProductWeightPrecision.php
|
||||
|
|
|
|||
|
|
@ -8413,6 +8413,7 @@ tests/migration/Core/V6_7/Migration1760438732AddConsumedToPaymentTokenTest.php
|
|||
tests/migration/Core/V6_7/Migration1742897274RegistrationSalutationToggleConfigTest.php
|
||||
tests/migration/Core/V6_7/Migration1763125891AddProductTypeColumnTest.php
|
||||
tests/migration/Core/V6_7/Migration1763316536ChangeProductManufacturerLinkTest.php
|
||||
tests/migration/Core/V6_7/Migration1771342632AddCorruptedMediaHandlerIndicesTest.php
|
||||
tests/migration/Core/CreateMailTemplateTraitTest.php
|
||||
tests/migration/Core/MigrationCommandTest.php
|
||||
tests/migration/Translations.php
|
||||
|
|
@ -21094,6 +21095,7 @@ src/Core/Migration/V6_7/Migration1767861589AddOpenOffcanvasAfterAddToCartConfigS
|
|||
src/Core/Migration/V6_7/Migration1756068709FixCustomerAddressFirstNameLength.php
|
||||
src/Core/Migration/V6_7/Migration1756068712FixOrderAddressLastNameLength.php
|
||||
src/Core/Migration/V6_7/Migration1763125891AddProductTypeColumn.php
|
||||
src/Core/Migration/V6_7/Migration1771342632AddCorruptedMediaHandlerIndices.php
|
||||
src/Core/Migration/V6_7/Migration1761739065IncreaseProductWeightPrecision.php
|
||||
src/Core/Migration/V6_7/Migration1765287397AddConsentTable.php
|
||||
src/Core/Migration/V6_7/Migration1756305375AddCategoriesIndexToProduct.php
|
||||
|
|
|
|||
|
|
@ -37654,28 +37654,40 @@ users/.gitkeep
|
|||
.gitkeep
|
||||
server.php
|
||||
.env.testing-ci
|
||||
sample_csvs/categories-sample-large.csv
|
||||
categories-sample-large.csv
|
||||
sample_csvs/models-sample-large.csv
|
||||
models-sample-large.csv
|
||||
sample_csvs/categories-sample.csv
|
||||
categories-sample.csv
|
||||
sample_csvs/models-sample.csv
|
||||
models-sample.csv
|
||||
sample_csvs/assets-sample.csv
|
||||
assets-sample.csv
|
||||
sample_csvs/manufacturers-sample-large.csv
|
||||
manufacturers-sample-large.csv
|
||||
sample_csvs/consumables-sample.csv
|
||||
consumables-sample.csv
|
||||
sample_csvs/assets-sample-BLANKS.csv
|
||||
assets-sample-BLANKS.csv
|
||||
sample_csvs/suppliers-sample-large.csv
|
||||
suppliers-sample-large.csv
|
||||
sample_csvs/manufacturers-sample.csv
|
||||
manufacturers-sample.csv
|
||||
sample_csvs/suppliers-sample.csv
|
||||
suppliers-sample.csv
|
||||
sample_csvs/licenses-sample.csv
|
||||
licenses-sample.csv
|
||||
sample_csvs/consumables-sample-large.csv
|
||||
consumables-sample-large.csv
|
||||
sample_csvs/locations-sample.csv
|
||||
locations-sample.csv
|
||||
sample_csvs/assets-sample-BAD.csv
|
||||
assets-sample-BAD.csv
|
||||
sample_csvs/users-sample.csv
|
||||
users-sample.csv
|
||||
sample_csvs/components-sample-large.csv
|
||||
components-sample-large.csv
|
||||
sample_csvs/components-sample.csv
|
||||
components-sample.csv
|
||||
sample_csvs/accessories-sample.csv
|
||||
|
|
|
|||
|
|
@ -6895,17 +6895,23 @@ storage/private_uploads/signatures/.gitkeep
|
|||
storage/private_uploads/users/.gitkeep
|
||||
server.php
|
||||
.env.testing-ci
|
||||
sample_csvs/categories-sample-large.csv
|
||||
sample_csvs/models-sample-large.csv
|
||||
sample_csvs/categories-sample.csv
|
||||
sample_csvs/models-sample.csv
|
||||
sample_csvs/assets-sample.csv
|
||||
sample_csvs/manufacturers-sample-large.csv
|
||||
sample_csvs/consumables-sample.csv
|
||||
sample_csvs/assets-sample-BLANKS.csv
|
||||
sample_csvs/suppliers-sample-large.csv
|
||||
sample_csvs/manufacturers-sample.csv
|
||||
sample_csvs/suppliers-sample.csv
|
||||
sample_csvs/licenses-sample.csv
|
||||
sample_csvs/consumables-sample-large.csv
|
||||
sample_csvs/locations-sample.csv
|
||||
sample_csvs/assets-sample-BAD.csv
|
||||
sample_csvs/users-sample.csv
|
||||
sample_csvs/components-sample-large.csv
|
||||
sample_csvs/components-sample.csv
|
||||
sample_csvs/accessories-sample.csv
|
||||
webpack.mix.js
|
||||
|
|
|
|||
|
|
@ -6780,6 +6780,10 @@ Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs
|
|||
Umbraco.Infrastructure/Models/PathValidationTests.cs
|
||||
Models/PathValidationTests.cs
|
||||
PathValidationTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PublishedContentQueryTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PublishedContentQueryTests.cs
|
||||
Umbraco.Infrastructure/PublishedContentQueryTests.cs
|
||||
PublishedContentQueryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/SystemTextJsonSerializerTests.cs
|
||||
Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/SystemTextJsonSerializerTests.cs
|
||||
Umbraco.Infrastructure/Serialization/SystemTextJsonSerializerTests.cs
|
||||
|
|
@ -71421,15 +71425,6 @@ documents/collection/item/manifests.ts
|
|||
collection/item/manifests.ts
|
||||
item/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/document-grid-collection-card.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/document-grid-collection-card.element.ts
|
||||
src/packages/documents/documents/collection/item/document-grid-collection-card.element.ts
|
||||
packages/documents/documents/collection/item/document-grid-collection-card.element.ts
|
||||
documents/documents/collection/item/document-grid-collection-card.element.ts
|
||||
documents/collection/item/document-grid-collection-card.element.ts
|
||||
collection/item/document-grid-collection-card.element.ts
|
||||
item/document-grid-collection-card.element.ts
|
||||
document-grid-collection-card.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/document-collection-item-card.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/document-collection-item-card.element.ts
|
||||
src/packages/documents/documents/collection/item/document-collection-item-card.element.ts
|
||||
|
|
@ -78846,6 +78841,33 @@ media/media/collection/manifests.ts
|
|||
media/collection/manifests.ts
|
||||
collection/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/item/manifests.ts
|
||||
Umbraco.Web.UI.Client/src/packages/media/media/collection/item/manifests.ts
|
||||
src/packages/media/media/collection/item/manifests.ts
|
||||
packages/media/media/collection/item/manifests.ts
|
||||
media/media/collection/item/manifests.ts
|
||||
media/collection/item/manifests.ts
|
||||
collection/item/manifests.ts
|
||||
item/manifests.ts
|
||||
manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/item/media-collection-item-card.element.ts
|
||||
Umbraco.Web.UI.Client/src/packages/media/media/collection/item/media-collection-item-card.element.ts
|
||||
src/packages/media/media/collection/item/media-collection-item-card.element.ts
|
||||
packages/media/media/collection/item/media-collection-item-card.element.ts
|
||||
media/media/collection/item/media-collection-item-card.element.ts
|
||||
media/collection/item/media-collection-item-card.element.ts
|
||||
collection/item/media-collection-item-card.element.ts
|
||||
item/media-collection-item-card.element.ts
|
||||
media-collection-item-card.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/item/types.ts
|
||||
Umbraco.Web.UI.Client/src/packages/media/media/collection/item/types.ts
|
||||
src/packages/media/media/collection/item/types.ts
|
||||
packages/media/media/collection/item/types.ts
|
||||
media/media/collection/item/types.ts
|
||||
media/collection/item/types.ts
|
||||
collection/item/types.ts
|
||||
item/types.ts
|
||||
types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/media-collection.context.ts
|
||||
Umbraco.Web.UI.Client/src/packages/media/media/collection/media-collection.context.ts
|
||||
src/packages/media/media/collection/media-collection.context.ts
|
||||
|
|
@ -96500,6 +96522,10 @@ src/Umbraco.Infrastructure/Cache/SingleItemsOnlyRepositoryCachePolicy.cs
|
|||
Umbraco.Infrastructure/Cache/SingleItemsOnlyRepositoryCachePolicy.cs
|
||||
Cache/SingleItemsOnlyRepositoryCachePolicy.cs
|
||||
SingleItemsOnlyRepositoryCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/GuidReadRepositoryCachePolicy.cs
|
||||
Umbraco.Infrastructure/Cache/GuidReadRepositoryCachePolicy.cs
|
||||
Cache/GuidReadRepositoryCachePolicy.cs
|
||||
GuidReadRepositoryCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/MemberRepositoryUsernameCachePolicy.cs
|
||||
Umbraco.Infrastructure/Cache/MemberRepositoryUsernameCachePolicy.cs
|
||||
Cache/MemberRepositoryUsernameCachePolicy.cs
|
||||
|
|
@ -96518,6 +96544,10 @@ src/Umbraco.Infrastructure/Cache/DatabaseServerMessengerNotificationHandler.cs
|
|||
Umbraco.Infrastructure/Cache/DatabaseServerMessengerNotificationHandler.cs
|
||||
Cache/DatabaseServerMessengerNotificationHandler.cs
|
||||
DatabaseServerMessengerNotificationHandler.cs
|
||||
src/Umbraco.Infrastructure/Cache/RepositoryCacheConstants.cs
|
||||
Umbraco.Infrastructure/Cache/RepositoryCacheConstants.cs
|
||||
Cache/RepositoryCacheConstants.cs
|
||||
RepositoryCacheConstants.cs
|
||||
src/Umbraco.Infrastructure/Cache/FullDataSetRepositoryCachePolicy.cs
|
||||
Umbraco.Infrastructure/Cache/FullDataSetRepositoryCachePolicy.cs
|
||||
Cache/FullDataSetRepositoryCachePolicy.cs
|
||||
|
|
|
|||
|
|
@ -1275,6 +1275,7 @@ tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Security/MemberPasswordHash
|
|||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Security/MemberRoleStoreTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/DataTypeTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Models/PathValidationTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/PublishedContentQueryTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/SystemTextJsonSerializerTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/JsonUdiConverterTests.cs
|
||||
tests/Umbraco.Tests.UnitTests/Umbraco.Infrastructure/Serialization/JsonBlockValueConverterTests.cs
|
||||
|
|
@ -10703,7 +10704,6 @@ src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/repository
|
|||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/document-collection.context-token.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/document-grid-collection-card.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/document-collection-item-card.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/item/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/document-collection.element.ts
|
||||
|
|
@ -11538,6 +11538,9 @@ src/Umbraco.Web.UI.Client/src/packages/media/media/collection/repository/index.t
|
|||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/repository/media-collection.repository.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/repository/constants.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/item/manifests.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/item/media-collection-item-card.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/item/types.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/media-collection.context.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/media-collection.element.ts
|
||||
src/Umbraco.Web.UI.Client/src/packages/media/media/collection/action/manifests.ts
|
||||
|
|
@ -14558,10 +14561,12 @@ src/Umbraco.Infrastructure/DeliveryApi/ApiMediaWithCropsBuilder.cs
|
|||
src/Umbraco.Infrastructure/DeliveryApi/ApiRichTextParserBase.cs
|
||||
src/Umbraco.Infrastructure/Cache/DefaultRepositoryCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/SingleItemsOnlyRepositoryCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/GuidReadRepositoryCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/MemberRepositoryUsernameCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/PropertyEditors/BlockEditorElementTypeCache.cs
|
||||
src/Umbraco.Infrastructure/Cache/PropertyEditors/IBlockEditorElementTypeCache.cs
|
||||
src/Umbraco.Infrastructure/Cache/DatabaseServerMessengerNotificationHandler.cs
|
||||
src/Umbraco.Infrastructure/Cache/RepositoryCacheConstants.cs
|
||||
src/Umbraco.Infrastructure/Cache/FullDataSetRepositoryCachePolicy.cs
|
||||
src/Umbraco.Infrastructure/Cache/RepositoryCachePolicyBase.cs
|
||||
src/Umbraco.Infrastructure/Manifest/IPackageManifestReader.cs
|
||||
|
|
|
|||
|
|
@ -3733,6 +3733,10 @@ plugins/woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-fol
|
|||
woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
|
||||
changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
|
||||
stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
changelog/e2e-pw-ts-conversion-09
|
||||
e2e-pw-ts-conversion-09
|
||||
plugins/woocommerce/changelog/add-product-filter-menu-order
|
||||
woocommerce/changelog/add-product-filter-menu-order
|
||||
changelog/add-product-filter-menu-order
|
||||
|
|
@ -3761,6 +3765,10 @@ plugins/woocommerce/changelog/copilot-fix-color-contrast-discount-text
|
|||
woocommerce/changelog/copilot-fix-color-contrast-discount-text
|
||||
changelog/copilot-fix-color-contrast-discount-text
|
||||
copilot-fix-color-contrast-discount-text
|
||||
plugins/woocommerce/changelog/fix-shipping-onboarding-extension-actions
|
||||
woocommerce/changelog/fix-shipping-onboarding-extension-actions
|
||||
changelog/fix-shipping-onboarding-extension-actions
|
||||
fix-shipping-onboarding-extension-actions
|
||||
plugins/woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
|
||||
woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
|
||||
changelog/performance-61316-defer-product-published-tracks-when-importing
|
||||
|
|
@ -3777,6 +3785,10 @@ plugins/woocommerce/changelog/39180-add-default-stock-amount-filter
|
|||
woocommerce/changelog/39180-add-default-stock-amount-filter
|
||||
changelog/39180-add-default-stock-amount-filter
|
||||
39180-add-default-stock-amount-filter
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-07
|
||||
woocommerce/changelog/e2e-pw-ts-conversion-07
|
||||
changelog/e2e-pw-ts-conversion-07
|
||||
e2e-pw-ts-conversion-07
|
||||
plugins/woocommerce/changelog/performance-admin-reduce-sqls-number-on-roducts-page
|
||||
woocommerce/changelog/performance-admin-reduce-sqls-number-on-roducts-page
|
||||
changelog/performance-admin-reduce-sqls-number-on-roducts-page
|
||||
|
|
@ -3913,6 +3925,10 @@ plugins/woocommerce/changelog/performance-63042-slow-SQL-order-confirmation
|
|||
woocommerce/changelog/performance-63042-slow-SQL-order-confirmation
|
||||
changelog/performance-63042-slow-SQL-order-confirmation
|
||||
performance-63042-slow-SQL-order-confirmation
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
changelog/e2e-pw-ts-conversion-08
|
||||
e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/performance-57045-product-attributes-lookup-indexes
|
||||
woocommerce/changelog/performance-57045-product-attributes-lookup-indexes
|
||||
changelog/performance-57045-product-attributes-lookup-indexes
|
||||
|
|
@ -8829,166 +8845,166 @@ e2e-pw/tests/basic/page-loads.spec.ts
|
|||
tests/basic/page-loads.spec.ts
|
||||
basic/page-loads.spec.ts
|
||||
page-loads.spec.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/data/data-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/data/data-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/data/data-crud.test.js
|
||||
e2e-pw/tests/api-tests/data/data-crud.test.js
|
||||
tests/api-tests/data/data-crud.test.js
|
||||
api-tests/data/data-crud.test.js
|
||||
data/data-crud.test.js
|
||||
data-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
tests/api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
payment-gateways/payment-gateways-crud.test.js
|
||||
payment-gateways-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/refunds/refunds.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/refunds/refunds.test.js
|
||||
tests/e2e-pw/tests/api-tests/refunds/refunds.test.js
|
||||
e2e-pw/tests/api-tests/refunds/refunds.test.js
|
||||
tests/api-tests/refunds/refunds.test.js
|
||||
api-tests/refunds/refunds.test.js
|
||||
refunds/refunds.test.js
|
||||
refunds.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/settings/settings-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/settings/settings-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/settings/settings-crud.test.js
|
||||
e2e-pw/tests/api-tests/settings/settings-crud.test.js
|
||||
tests/api-tests/settings/settings-crud.test.js
|
||||
api-tests/settings/settings-crud.test.js
|
||||
settings/settings-crud.test.js
|
||||
settings-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.js
|
||||
tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.js
|
||||
e2e-pw/tests/api-tests/shipping/shipping-method.test.js
|
||||
tests/api-tests/shipping/shipping-method.test.js
|
||||
api-tests/shipping/shipping-method.test.js
|
||||
shipping/shipping-method.test.js
|
||||
shipping-method.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.js
|
||||
tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.js
|
||||
e2e-pw/tests/api-tests/shipping/shipping-zones.test.js
|
||||
tests/api-tests/shipping/shipping-zones.test.js
|
||||
api-tests/shipping/shipping-zones.test.js
|
||||
shipping/shipping-zones.test.js
|
||||
shipping-zones.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/product-list.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/products/product-list.test.js
|
||||
tests/e2e-pw/tests/api-tests/products/product-list.test.js
|
||||
e2e-pw/tests/api-tests/products/product-list.test.js
|
||||
tests/api-tests/products/product-list.test.js
|
||||
api-tests/products/product-list.test.js
|
||||
products/product-list.test.js
|
||||
product-list.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/products-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/products/products-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/products/products-crud.test.js
|
||||
e2e-pw/tests/api-tests/products/products-crud.test.js
|
||||
tests/api-tests/products/products-crud.test.js
|
||||
api-tests/products/products-crud.test.js
|
||||
products/products-crud.test.js
|
||||
products-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/reports/reports-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/reports/reports-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/reports/reports-crud.test.js
|
||||
e2e-pw/tests/api-tests/reports/reports-crud.test.js
|
||||
tests/api-tests/reports/reports-crud.test.js
|
||||
api-tests/reports/reports-crud.test.js
|
||||
reports/reports-crud.test.js
|
||||
reports-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/hello/hello.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/hello/hello.test.js
|
||||
tests/e2e-pw/tests/api-tests/hello/hello.test.js
|
||||
e2e-pw/tests/api-tests/hello/hello.test.js
|
||||
tests/api-tests/hello/hello.test.js
|
||||
api-tests/hello/hello.test.js
|
||||
hello/hello.test.js
|
||||
hello.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.js
|
||||
e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.js
|
||||
tests/api-tests/webhooks/webhooks-crud.test.js
|
||||
api-tests/webhooks/webhooks-crud.test.js
|
||||
webhooks/webhooks-crud.test.js
|
||||
webhooks-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.js
|
||||
e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.js
|
||||
tests/api-tests/taxes/tax-rates-crud.test.js
|
||||
api-tests/taxes/tax-rates-crud.test.js
|
||||
taxes/tax-rates-crud.test.js
|
||||
tax-rates-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.js
|
||||
e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.js
|
||||
tests/api-tests/taxes/tax-classes-crud.test.js
|
||||
api-tests/taxes/tax-classes-crud.test.js
|
||||
taxes/tax-classes-crud.test.js
|
||||
tax-classes-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.js
|
||||
e2e-pw/tests/api-tests/system-status/system-status-crud.test.js
|
||||
tests/api-tests/system-status/system-status-crud.test.js
|
||||
api-tests/system-status/system-status-crud.test.js
|
||||
system-status/system-status-crud.test.js
|
||||
system-status-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-search.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/order-search.test.js
|
||||
tests/e2e-pw/tests/api-tests/orders/order-search.test.js
|
||||
e2e-pw/tests/api-tests/orders/order-search.test.js
|
||||
tests/api-tests/orders/order-search.test.js
|
||||
api-tests/orders/order-search.test.js
|
||||
orders/order-search.test.js
|
||||
order-search.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/orders.test.js
|
||||
tests/e2e-pw/tests/api-tests/orders/orders.test.js
|
||||
e2e-pw/tests/api-tests/orders/orders.test.js
|
||||
tests/api-tests/orders/orders.test.js
|
||||
api-tests/orders/orders.test.js
|
||||
orders/orders.test.js
|
||||
orders.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/orders-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/orders/orders-crud.test.js
|
||||
e2e-pw/tests/api-tests/orders/orders-crud.test.js
|
||||
tests/api-tests/orders/orders-crud.test.js
|
||||
api-tests/orders/orders-crud.test.js
|
||||
orders/orders-crud.test.js
|
||||
orders-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-complex.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/order-complex.test.js
|
||||
tests/e2e-pw/tests/api-tests/orders/order-complex.test.js
|
||||
e2e-pw/tests/api-tests/orders/order-complex.test.js
|
||||
tests/api-tests/orders/order-complex.test.js
|
||||
api-tests/orders/order-complex.test.js
|
||||
orders/order-complex.test.js
|
||||
order-complex.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/coupons/coupons.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/coupons/coupons.test.js
|
||||
tests/e2e-pw/tests/api-tests/coupons/coupons.test.js
|
||||
e2e-pw/tests/api-tests/coupons/coupons.test.js
|
||||
tests/api-tests/coupons/coupons.test.js
|
||||
api-tests/coupons/coupons.test.js
|
||||
coupons/coupons.test.js
|
||||
coupons.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/customers/customers-crud.test.js
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/customers/customers-crud.test.js
|
||||
tests/e2e-pw/tests/api-tests/customers/customers-crud.test.js
|
||||
e2e-pw/tests/api-tests/customers/customers-crud.test.js
|
||||
tests/api-tests/customers/customers-crud.test.js
|
||||
api-tests/customers/customers-crud.test.js
|
||||
customers/customers-crud.test.js
|
||||
customers-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/data/data-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/data/data-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/data/data-crud.test.ts
|
||||
e2e-pw/tests/api-tests/data/data-crud.test.ts
|
||||
tests/api-tests/data/data-crud.test.ts
|
||||
api-tests/data/data-crud.test.ts
|
||||
data/data-crud.test.ts
|
||||
data-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
tests/api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
payment-gateways/payment-gateways-crud.test.ts
|
||||
payment-gateways-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/refunds/refunds.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/refunds/refunds.test.ts
|
||||
tests/e2e-pw/tests/api-tests/refunds/refunds.test.ts
|
||||
e2e-pw/tests/api-tests/refunds/refunds.test.ts
|
||||
tests/api-tests/refunds/refunds.test.ts
|
||||
api-tests/refunds/refunds.test.ts
|
||||
refunds/refunds.test.ts
|
||||
refunds.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/settings/settings-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/settings/settings-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/settings/settings-crud.test.ts
|
||||
e2e-pw/tests/api-tests/settings/settings-crud.test.ts
|
||||
tests/api-tests/settings/settings-crud.test.ts
|
||||
api-tests/settings/settings-crud.test.ts
|
||||
settings/settings-crud.test.ts
|
||||
settings-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.ts
|
||||
tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.ts
|
||||
e2e-pw/tests/api-tests/shipping/shipping-method.test.ts
|
||||
tests/api-tests/shipping/shipping-method.test.ts
|
||||
api-tests/shipping/shipping-method.test.ts
|
||||
shipping/shipping-method.test.ts
|
||||
shipping-method.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.ts
|
||||
tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.ts
|
||||
e2e-pw/tests/api-tests/shipping/shipping-zones.test.ts
|
||||
tests/api-tests/shipping/shipping-zones.test.ts
|
||||
api-tests/shipping/shipping-zones.test.ts
|
||||
shipping/shipping-zones.test.ts
|
||||
shipping-zones.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/products-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/products/products-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/products/products-crud.test.ts
|
||||
e2e-pw/tests/api-tests/products/products-crud.test.ts
|
||||
tests/api-tests/products/products-crud.test.ts
|
||||
api-tests/products/products-crud.test.ts
|
||||
products/products-crud.test.ts
|
||||
products-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/product-list.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/products/product-list.test.ts
|
||||
tests/e2e-pw/tests/api-tests/products/product-list.test.ts
|
||||
e2e-pw/tests/api-tests/products/product-list.test.ts
|
||||
tests/api-tests/products/product-list.test.ts
|
||||
api-tests/products/product-list.test.ts
|
||||
products/product-list.test.ts
|
||||
product-list.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/reports/reports-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/reports/reports-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/reports/reports-crud.test.ts
|
||||
e2e-pw/tests/api-tests/reports/reports-crud.test.ts
|
||||
tests/api-tests/reports/reports-crud.test.ts
|
||||
api-tests/reports/reports-crud.test.ts
|
||||
reports/reports-crud.test.ts
|
||||
reports-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/hello/hello.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/hello/hello.test.ts
|
||||
tests/e2e-pw/tests/api-tests/hello/hello.test.ts
|
||||
e2e-pw/tests/api-tests/hello/hello.test.ts
|
||||
tests/api-tests/hello/hello.test.ts
|
||||
api-tests/hello/hello.test.ts
|
||||
hello/hello.test.ts
|
||||
hello.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.ts
|
||||
e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.ts
|
||||
tests/api-tests/webhooks/webhooks-crud.test.ts
|
||||
api-tests/webhooks/webhooks-crud.test.ts
|
||||
webhooks/webhooks-crud.test.ts
|
||||
webhooks-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.ts
|
||||
e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.ts
|
||||
tests/api-tests/taxes/tax-rates-crud.test.ts
|
||||
api-tests/taxes/tax-rates-crud.test.ts
|
||||
taxes/tax-rates-crud.test.ts
|
||||
tax-rates-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.ts
|
||||
e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.ts
|
||||
tests/api-tests/taxes/tax-classes-crud.test.ts
|
||||
api-tests/taxes/tax-classes-crud.test.ts
|
||||
taxes/tax-classes-crud.test.ts
|
||||
tax-classes-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.ts
|
||||
e2e-pw/tests/api-tests/system-status/system-status-crud.test.ts
|
||||
tests/api-tests/system-status/system-status-crud.test.ts
|
||||
api-tests/system-status/system-status-crud.test.ts
|
||||
system-status/system-status-crud.test.ts
|
||||
system-status-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-search.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/order-search.test.ts
|
||||
tests/e2e-pw/tests/api-tests/orders/order-search.test.ts
|
||||
e2e-pw/tests/api-tests/orders/order-search.test.ts
|
||||
tests/api-tests/orders/order-search.test.ts
|
||||
api-tests/orders/order-search.test.ts
|
||||
orders/order-search.test.ts
|
||||
order-search.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/orders-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/orders/orders-crud.test.ts
|
||||
e2e-pw/tests/api-tests/orders/orders-crud.test.ts
|
||||
tests/api-tests/orders/orders-crud.test.ts
|
||||
api-tests/orders/orders-crud.test.ts
|
||||
orders/orders-crud.test.ts
|
||||
orders-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-complex.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/order-complex.test.ts
|
||||
tests/e2e-pw/tests/api-tests/orders/order-complex.test.ts
|
||||
e2e-pw/tests/api-tests/orders/order-complex.test.ts
|
||||
tests/api-tests/orders/order-complex.test.ts
|
||||
api-tests/orders/order-complex.test.ts
|
||||
orders/order-complex.test.ts
|
||||
order-complex.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/orders/orders.test.ts
|
||||
tests/e2e-pw/tests/api-tests/orders/orders.test.ts
|
||||
e2e-pw/tests/api-tests/orders/orders.test.ts
|
||||
tests/api-tests/orders/orders.test.ts
|
||||
api-tests/orders/orders.test.ts
|
||||
orders/orders.test.ts
|
||||
orders.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/coupons/coupons.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/coupons/coupons.test.ts
|
||||
tests/e2e-pw/tests/api-tests/coupons/coupons.test.ts
|
||||
e2e-pw/tests/api-tests/coupons/coupons.test.ts
|
||||
tests/api-tests/coupons/coupons.test.ts
|
||||
api-tests/coupons/coupons.test.ts
|
||||
coupons/coupons.test.ts
|
||||
coupons.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/customers/customers-crud.test.ts
|
||||
woocommerce/tests/e2e-pw/tests/api-tests/customers/customers-crud.test.ts
|
||||
tests/e2e-pw/tests/api-tests/customers/customers-crud.test.ts
|
||||
e2e-pw/tests/api-tests/customers/customers-crud.test.ts
|
||||
tests/api-tests/customers/customers-crud.test.ts
|
||||
api-tests/customers/customers-crud.test.ts
|
||||
customers/customers-crud.test.ts
|
||||
customers-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/email-editor/email-editor-settings-sidebar.spec.ts
|
||||
woocommerce/tests/e2e-pw/tests/email-editor/email-editor-settings-sidebar.spec.ts
|
||||
tests/e2e-pw/tests/email-editor/email-editor-settings-sidebar.spec.ts
|
||||
|
|
@ -9685,48 +9701,48 @@ woocommerce/tests/e2e-pw/WSL_SETUP_INSTRUCTIONS.md
|
|||
tests/e2e-pw/WSL_SETUP_INSTRUCTIONS.md
|
||||
e2e-pw/WSL_SETUP_INSTRUCTIONS.md
|
||||
WSL_SETUP_INSTRUCTIONS.md
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/auth.setup.js
|
||||
woocommerce/tests/e2e-pw/fixtures/auth.setup.js
|
||||
tests/e2e-pw/fixtures/auth.setup.js
|
||||
e2e-pw/fixtures/auth.setup.js
|
||||
fixtures/auth.setup.js
|
||||
auth.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/reset.setup.js
|
||||
woocommerce/tests/e2e-pw/fixtures/reset.setup.js
|
||||
tests/e2e-pw/fixtures/reset.setup.js
|
||||
e2e-pw/fixtures/reset.setup.js
|
||||
fixtures/reset.setup.js
|
||||
reset.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/install-wc.setup.js
|
||||
woocommerce/tests/e2e-pw/fixtures/install-wc.setup.js
|
||||
tests/e2e-pw/fixtures/install-wc.setup.js
|
||||
e2e-pw/fixtures/install-wc.setup.js
|
||||
fixtures/install-wc.setup.js
|
||||
install-wc.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/block-editor-fixtures.js
|
||||
woocommerce/tests/e2e-pw/fixtures/block-editor-fixtures.js
|
||||
tests/e2e-pw/fixtures/block-editor-fixtures.js
|
||||
e2e-pw/fixtures/block-editor-fixtures.js
|
||||
fixtures/block-editor-fixtures.js
|
||||
block-editor-fixtures.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/api-tests-fixtures.js
|
||||
woocommerce/tests/e2e-pw/fixtures/api-tests-fixtures.js
|
||||
tests/e2e-pw/fixtures/api-tests-fixtures.js
|
||||
e2e-pw/fixtures/api-tests-fixtures.js
|
||||
fixtures/api-tests-fixtures.js
|
||||
api-tests-fixtures.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/fixtures.js
|
||||
woocommerce/tests/e2e-pw/fixtures/fixtures.js
|
||||
tests/e2e-pw/fixtures/fixtures.js
|
||||
e2e-pw/fixtures/fixtures.js
|
||||
fixtures/fixtures.js
|
||||
fixtures.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/site.setup.js
|
||||
woocommerce/tests/e2e-pw/fixtures/site.setup.js
|
||||
tests/e2e-pw/fixtures/site.setup.js
|
||||
e2e-pw/fixtures/site.setup.js
|
||||
fixtures/site.setup.js
|
||||
site.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/api-tests-fixtures.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/api-tests-fixtures.ts
|
||||
tests/e2e-pw/fixtures/api-tests-fixtures.ts
|
||||
e2e-pw/fixtures/api-tests-fixtures.ts
|
||||
fixtures/api-tests-fixtures.ts
|
||||
api-tests-fixtures.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/site.setup.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/site.setup.ts
|
||||
tests/e2e-pw/fixtures/site.setup.ts
|
||||
e2e-pw/fixtures/site.setup.ts
|
||||
fixtures/site.setup.ts
|
||||
site.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/block-editor-fixtures.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/block-editor-fixtures.ts
|
||||
tests/e2e-pw/fixtures/block-editor-fixtures.ts
|
||||
e2e-pw/fixtures/block-editor-fixtures.ts
|
||||
fixtures/block-editor-fixtures.ts
|
||||
block-editor-fixtures.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/reset.setup.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/reset.setup.ts
|
||||
tests/e2e-pw/fixtures/reset.setup.ts
|
||||
e2e-pw/fixtures/reset.setup.ts
|
||||
fixtures/reset.setup.ts
|
||||
reset.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/install-wc.setup.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/install-wc.setup.ts
|
||||
tests/e2e-pw/fixtures/install-wc.setup.ts
|
||||
e2e-pw/fixtures/install-wc.setup.ts
|
||||
fixtures/install-wc.setup.ts
|
||||
install-wc.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/auth.setup.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/auth.setup.ts
|
||||
tests/e2e-pw/fixtures/auth.setup.ts
|
||||
e2e-pw/fixtures/auth.setup.ts
|
||||
fixtures/auth.setup.ts
|
||||
auth.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/fixtures.ts
|
||||
woocommerce/tests/e2e-pw/fixtures/fixtures.ts
|
||||
tests/e2e-pw/fixtures/fixtures.ts
|
||||
e2e-pw/fixtures/fixtures.ts
|
||||
fixtures/fixtures.ts
|
||||
fixtures.ts
|
||||
plugins/woocommerce/tests/e2e-pw/README.md
|
||||
woocommerce/tests/e2e-pw/README.md
|
||||
tests/e2e-pw/README.md
|
||||
|
|
@ -9755,156 +9771,156 @@ tests/e2e-pw/test-data/sample_products_override.csv
|
|||
e2e-pw/test-data/sample_products_override.csv
|
||||
test-data/sample_products_override.csv
|
||||
sample_products_override.csv
|
||||
plugins/woocommerce/tests/e2e-pw/utils/data.js
|
||||
woocommerce/tests/e2e-pw/utils/data.js
|
||||
tests/e2e-pw/utils/data.js
|
||||
e2e-pw/utils/data.js
|
||||
utils/data.js
|
||||
data.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/themes.js
|
||||
woocommerce/tests/e2e-pw/utils/themes.js
|
||||
tests/e2e-pw/utils/themes.js
|
||||
e2e-pw/utils/themes.js
|
||||
utils/themes.js
|
||||
themes.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/tours.js
|
||||
woocommerce/tests/e2e-pw/utils/tours.js
|
||||
tests/e2e-pw/utils/tours.js
|
||||
e2e-pw/utils/tours.js
|
||||
utils/tours.js
|
||||
tours.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/wordpress.js
|
||||
woocommerce/tests/e2e-pw/utils/wordpress.js
|
||||
tests/e2e-pw/utils/wordpress.js
|
||||
e2e-pw/utils/wordpress.js
|
||||
utils/wordpress.js
|
||||
wordpress.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pdp.js
|
||||
woocommerce/tests/e2e-pw/utils/pdp.js
|
||||
tests/e2e-pw/utils/pdp.js
|
||||
e2e-pw/utils/pdp.js
|
||||
utils/pdp.js
|
||||
pdp.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/options.js
|
||||
woocommerce/tests/e2e-pw/utils/options.js
|
||||
tests/e2e-pw/utils/options.js
|
||||
e2e-pw/utils/options.js
|
||||
utils/options.js
|
||||
options.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/variable-products.js
|
||||
woocommerce/tests/e2e-pw/utils/variable-products.js
|
||||
tests/e2e-pw/utils/variable-products.js
|
||||
e2e-pw/utils/variable-products.js
|
||||
utils/variable-products.js
|
||||
variable-products.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/index.js
|
||||
woocommerce/tests/e2e-pw/utils/index.js
|
||||
tests/e2e-pw/utils/index.js
|
||||
e2e-pw/utils/index.js
|
||||
utils/index.js
|
||||
index.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/simple-products.js
|
||||
woocommerce/tests/e2e-pw/utils/simple-products.js
|
||||
tests/e2e-pw/utils/simple-products.js
|
||||
e2e-pw/utils/simple-products.js
|
||||
utils/simple-products.js
|
||||
simple-products.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/product-block-editor.js
|
||||
woocommerce/tests/e2e-pw/utils/product-block-editor.js
|
||||
tests/e2e-pw/utils/product-block-editor.js
|
||||
e2e-pw/utils/product-block-editor.js
|
||||
utils/product-block-editor.js
|
||||
product-block-editor.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cart.js
|
||||
woocommerce/tests/e2e-pw/utils/cart.js
|
||||
tests/e2e-pw/utils/cart.js
|
||||
e2e-pw/utils/cart.js
|
||||
utils/cart.js
|
||||
cart.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/editor.js
|
||||
woocommerce/tests/e2e-pw/utils/editor.js
|
||||
tests/e2e-pw/utils/editor.js
|
||||
e2e-pw/utils/editor.js
|
||||
utils/editor.js
|
||||
editor.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/email.js
|
||||
woocommerce/tests/e2e-pw/utils/email.js
|
||||
tests/e2e-pw/utils/email.js
|
||||
e2e-pw/utils/email.js
|
||||
utils/email.js
|
||||
email.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pages.js
|
||||
woocommerce/tests/e2e-pw/utils/pages.js
|
||||
tests/e2e-pw/utils/pages.js
|
||||
e2e-pw/utils/pages.js
|
||||
utils/pages.js
|
||||
pages.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/helpers.js
|
||||
woocommerce/tests/e2e-pw/utils/helpers.js
|
||||
tests/e2e-pw/utils/helpers.js
|
||||
e2e-pw/utils/helpers.js
|
||||
utils/helpers.js
|
||||
helpers.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/api.js
|
||||
woocommerce/tests/e2e-pw/utils/api.js
|
||||
tests/e2e-pw/utils/api.js
|
||||
e2e-pw/utils/api.js
|
||||
utils/api.js
|
||||
api.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.js
|
||||
woocommerce/tests/e2e-pw/utils/coming-soon.js
|
||||
tests/e2e-pw/utils/coming-soon.js
|
||||
e2e-pw/utils/coming-soon.js
|
||||
utils/coming-soon.js
|
||||
coming-soon.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cli.js
|
||||
woocommerce/tests/e2e-pw/utils/cli.js
|
||||
tests/e2e-pw/utils/cli.js
|
||||
e2e-pw/utils/cli.js
|
||||
utils/cli.js
|
||||
cli.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/payments-settings.js
|
||||
woocommerce/tests/e2e-pw/utils/payments-settings.js
|
||||
tests/e2e-pw/utils/payments-settings.js
|
||||
e2e-pw/utils/payments-settings.js
|
||||
utils/payments-settings.js
|
||||
payments-settings.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/filters.js
|
||||
woocommerce/tests/e2e-pw/utils/filters.js
|
||||
tests/e2e-pw/utils/filters.js
|
||||
e2e-pw/utils/filters.js
|
||||
utils/filters.js
|
||||
filters.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js
|
||||
woocommerce/tests/e2e-pw/utils/plugin-utils.js
|
||||
tests/e2e-pw/utils/plugin-utils.js
|
||||
e2e-pw/utils/plugin-utils.js
|
||||
utils/plugin-utils.js
|
||||
plugin-utils.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/features.js
|
||||
woocommerce/tests/e2e-pw/utils/features.js
|
||||
tests/e2e-pw/utils/features.js
|
||||
e2e-pw/utils/features.js
|
||||
utils/features.js
|
||||
features.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/onboarding.js
|
||||
woocommerce/tests/e2e-pw/utils/onboarding.js
|
||||
tests/e2e-pw/utils/onboarding.js
|
||||
e2e-pw/utils/onboarding.js
|
||||
utils/onboarding.js
|
||||
onboarding.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/login.js
|
||||
woocommerce/tests/e2e-pw/utils/login.js
|
||||
tests/e2e-pw/utils/login.js
|
||||
e2e-pw/utils/login.js
|
||||
utils/login.js
|
||||
login.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/settings.js
|
||||
woocommerce/tests/e2e-pw/utils/settings.js
|
||||
tests/e2e-pw/utils/settings.js
|
||||
e2e-pw/utils/settings.js
|
||||
utils/settings.js
|
||||
settings.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/editor.ts
|
||||
woocommerce/tests/e2e-pw/utils/editor.ts
|
||||
tests/e2e-pw/utils/editor.ts
|
||||
e2e-pw/utils/editor.ts
|
||||
utils/editor.ts
|
||||
editor.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/data.ts
|
||||
woocommerce/tests/e2e-pw/utils/data.ts
|
||||
tests/e2e-pw/utils/data.ts
|
||||
e2e-pw/utils/data.ts
|
||||
utils/data.ts
|
||||
data.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/wordpress.ts
|
||||
woocommerce/tests/e2e-pw/utils/wordpress.ts
|
||||
tests/e2e-pw/utils/wordpress.ts
|
||||
e2e-pw/utils/wordpress.ts
|
||||
utils/wordpress.ts
|
||||
wordpress.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/settings.ts
|
||||
woocommerce/tests/e2e-pw/utils/settings.ts
|
||||
tests/e2e-pw/utils/settings.ts
|
||||
e2e-pw/utils/settings.ts
|
||||
utils/settings.ts
|
||||
settings.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/index.ts
|
||||
woocommerce/tests/e2e-pw/utils/index.ts
|
||||
tests/e2e-pw/utils/index.ts
|
||||
e2e-pw/utils/index.ts
|
||||
utils/index.ts
|
||||
index.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/api.ts
|
||||
woocommerce/tests/e2e-pw/utils/api.ts
|
||||
tests/e2e-pw/utils/api.ts
|
||||
e2e-pw/utils/api.ts
|
||||
utils/api.ts
|
||||
api.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/tours.ts
|
||||
woocommerce/tests/e2e-pw/utils/tours.ts
|
||||
tests/e2e-pw/utils/tours.ts
|
||||
e2e-pw/utils/tours.ts
|
||||
utils/tours.ts
|
||||
tours.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/email.ts
|
||||
woocommerce/tests/e2e-pw/utils/email.ts
|
||||
tests/e2e-pw/utils/email.ts
|
||||
e2e-pw/utils/email.ts
|
||||
utils/email.ts
|
||||
email.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pages.ts
|
||||
woocommerce/tests/e2e-pw/utils/pages.ts
|
||||
tests/e2e-pw/utils/pages.ts
|
||||
e2e-pw/utils/pages.ts
|
||||
utils/pages.ts
|
||||
pages.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/filters.ts
|
||||
woocommerce/tests/e2e-pw/utils/filters.ts
|
||||
tests/e2e-pw/utils/filters.ts
|
||||
e2e-pw/utils/filters.ts
|
||||
utils/filters.ts
|
||||
filters.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/features.ts
|
||||
woocommerce/tests/e2e-pw/utils/features.ts
|
||||
tests/e2e-pw/utils/features.ts
|
||||
e2e-pw/utils/features.ts
|
||||
utils/features.ts
|
||||
features.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/payments-settings.ts
|
||||
woocommerce/tests/e2e-pw/utils/payments-settings.ts
|
||||
tests/e2e-pw/utils/payments-settings.ts
|
||||
e2e-pw/utils/payments-settings.ts
|
||||
utils/payments-settings.ts
|
||||
payments-settings.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/onboarding.ts
|
||||
woocommerce/tests/e2e-pw/utils/onboarding.ts
|
||||
tests/e2e-pw/utils/onboarding.ts
|
||||
e2e-pw/utils/onboarding.ts
|
||||
utils/onboarding.ts
|
||||
onboarding.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/variable-products.ts
|
||||
woocommerce/tests/e2e-pw/utils/variable-products.ts
|
||||
tests/e2e-pw/utils/variable-products.ts
|
||||
e2e-pw/utils/variable-products.ts
|
||||
utils/variable-products.ts
|
||||
variable-products.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/options.ts
|
||||
woocommerce/tests/e2e-pw/utils/options.ts
|
||||
tests/e2e-pw/utils/options.ts
|
||||
e2e-pw/utils/options.ts
|
||||
utils/options.ts
|
||||
options.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.ts
|
||||
woocommerce/tests/e2e-pw/utils/plugin-utils.ts
|
||||
tests/e2e-pw/utils/plugin-utils.ts
|
||||
e2e-pw/utils/plugin-utils.ts
|
||||
utils/plugin-utils.ts
|
||||
plugin-utils.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.ts
|
||||
woocommerce/tests/e2e-pw/utils/coming-soon.ts
|
||||
tests/e2e-pw/utils/coming-soon.ts
|
||||
e2e-pw/utils/coming-soon.ts
|
||||
utils/coming-soon.ts
|
||||
coming-soon.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cli.ts
|
||||
woocommerce/tests/e2e-pw/utils/cli.ts
|
||||
tests/e2e-pw/utils/cli.ts
|
||||
e2e-pw/utils/cli.ts
|
||||
utils/cli.ts
|
||||
cli.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/simple-products.ts
|
||||
woocommerce/tests/e2e-pw/utils/simple-products.ts
|
||||
tests/e2e-pw/utils/simple-products.ts
|
||||
e2e-pw/utils/simple-products.ts
|
||||
utils/simple-products.ts
|
||||
simple-products.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/helpers.ts
|
||||
woocommerce/tests/e2e-pw/utils/helpers.ts
|
||||
tests/e2e-pw/utils/helpers.ts
|
||||
e2e-pw/utils/helpers.ts
|
||||
utils/helpers.ts
|
||||
helpers.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pdp.ts
|
||||
woocommerce/tests/e2e-pw/utils/pdp.ts
|
||||
tests/e2e-pw/utils/pdp.ts
|
||||
e2e-pw/utils/pdp.ts
|
||||
utils/pdp.ts
|
||||
pdp.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/product-block-editor.ts
|
||||
woocommerce/tests/e2e-pw/utils/product-block-editor.ts
|
||||
tests/e2e-pw/utils/product-block-editor.ts
|
||||
e2e-pw/utils/product-block-editor.ts
|
||||
utils/product-block-editor.ts
|
||||
product-block-editor.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/login.ts
|
||||
woocommerce/tests/e2e-pw/utils/login.ts
|
||||
tests/e2e-pw/utils/login.ts
|
||||
e2e-pw/utils/login.ts
|
||||
utils/login.ts
|
||||
login.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cart.ts
|
||||
woocommerce/tests/e2e-pw/utils/cart.ts
|
||||
tests/e2e-pw/utils/cart.ts
|
||||
e2e-pw/utils/cart.ts
|
||||
utils/cart.ts
|
||||
cart.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/themes.ts
|
||||
woocommerce/tests/e2e-pw/utils/themes.ts
|
||||
tests/e2e-pw/utils/themes.ts
|
||||
e2e-pw/utils/themes.ts
|
||||
utils/themes.ts
|
||||
themes.ts
|
||||
plugins/woocommerce/tests/e2e-pw/reporters/environment-reporter.js
|
||||
woocommerce/tests/e2e-pw/reporters/environment-reporter.js
|
||||
tests/e2e-pw/reporters/environment-reporter.js
|
||||
|
|
|
|||
|
|
@ -849,6 +849,7 @@ plugins/woocommerce/changelog/61649-patch-6
|
|||
plugins/woocommerce/changelog/stomail-7769-notification-order-canceled-deactivated-by-default
|
||||
plugins/woocommerce/changelog/63239-fix-56534-revert-products-task
|
||||
plugins/woocommerce/changelog/stomail-7745-emails-from-the-same-store-should-follow-the-same-visual
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-09
|
||||
plugins/woocommerce/changelog/add-product-filter-menu-order
|
||||
plugins/woocommerce/changelog/perfromance-60194-optimize-recent-reviews-widget-take-2
|
||||
plugins/woocommerce/changelog/62919-fix-phpstan-wc-get-product-attachment-props
|
||||
|
|
@ -856,10 +857,12 @@ plugins/woocommerce/changelog/wooplug-5999-accessibility-concerns-on-checkout
|
|||
plugins/woocommerce/changelog/update-WOOPLUG-6294-fix-ngenius-name
|
||||
plugins/woocommerce/changelog/enhancement-34681-enable-wc-header-on-reviews-page
|
||||
plugins/woocommerce/changelog/copilot-fix-color-contrast-discount-text
|
||||
plugins/woocommerce/changelog/fix-shipping-onboarding-extension-actions
|
||||
plugins/woocommerce/changelog/performance-61316-defer-product-published-tracks-when-importing
|
||||
plugins/woocommerce/changelog/fix-62525-menu-bubble-styles
|
||||
plugins/woocommerce/changelog/WOOPLUG-6122-product-price-use-variation-objects
|
||||
plugins/woocommerce/changelog/39180-add-default-stock-amount-filter
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-07
|
||||
plugins/woocommerce/changelog/performance-admin-reduce-sqls-number-on-roducts-page
|
||||
plugins/woocommerce/changelog/62766-wooplug-6115-iapi-store-implement-request-batching
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-03
|
||||
|
|
@ -894,6 +897,7 @@ plugins/woocommerce/changelog/add-better-inspector-controls-product-collection
|
|||
plugins/woocommerce/changelog/fix-update-product-gallery-add-to-cart-with-options-defaults
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-01
|
||||
plugins/woocommerce/changelog/performance-63042-slow-SQL-order-confirmation
|
||||
plugins/woocommerce/changelog/e2e-pw-ts-conversion-08
|
||||
plugins/woocommerce/changelog/performance-57045-product-attributes-lookup-indexes
|
||||
plugins/woocommerce/changelog/fix-product-reviews-add-back-support-for-replies
|
||||
plugins/woocommerce/changelog/performance-27746-customer-data-store-stats-SQLs
|
||||
|
|
@ -1597,26 +1601,26 @@ plugins/woocommerce/tests/e2e-pw/tests/shipping/shipping-zones.spec.ts
|
|||
plugins/woocommerce/tests/e2e-pw/tests/basic/dashboard-access.spec.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/basic/basic.spec.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/basic/page-loads.spec.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/data/data-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/refunds/refunds.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/settings/settings-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/product-list.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/products-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/reports/reports-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/hello/hello.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-search.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-complex.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/coupons/coupons.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/customers/customers-crud.test.js
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/data/data-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/payment-gateways/payment-gateways-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/refunds/refunds.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/settings/settings-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-method.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/shipping/shipping-zones.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/products-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/products/product-list.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/reports/reports-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/hello/hello.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/webhooks/webhooks-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-rates-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/taxes/tax-classes-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/system-status/system-status-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-search.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/order-complex.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/orders/orders.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/coupons/coupons.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/api-tests/customers/customers-crud.test.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/email-editor/email-editor-settings-sidebar.spec.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/email-editor/email-editor-loads.spec.ts
|
||||
plugins/woocommerce/tests/e2e-pw/tests/email-editor/helpers/enable-email-editor-feature.ts
|
||||
|
|
@ -1715,43 +1719,43 @@ plugins/woocommerce/tests/e2e-pw/envs/gutenberg-nightly/playwright.config.js
|
|||
plugins/woocommerce/tests/e2e-pw/envs/woocommerce-paypal-payments/env-setup.sh
|
||||
plugins/woocommerce/tests/e2e-pw/envs/woocommerce-paypal-payments/playwright.config.js
|
||||
plugins/woocommerce/tests/e2e-pw/WSL_SETUP_INSTRUCTIONS.md
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/auth.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/reset.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/install-wc.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/block-editor-fixtures.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/api-tests-fixtures.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/fixtures.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/site.setup.js
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/api-tests-fixtures.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/site.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/block-editor-fixtures.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/reset.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/install-wc.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/auth.setup.ts
|
||||
plugins/woocommerce/tests/e2e-pw/fixtures/fixtures.ts
|
||||
plugins/woocommerce/tests/e2e-pw/README.md
|
||||
plugins/woocommerce/tests/e2e-pw/.eslintrc.cjs
|
||||
plugins/woocommerce/tests/e2e-pw/test-data/data.js
|
||||
plugins/woocommerce/tests/e2e-pw/test-data/sample_products.csv
|
||||
plugins/woocommerce/tests/e2e-pw/test-data/sample_products_override.csv
|
||||
plugins/woocommerce/tests/e2e-pw/utils/data.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/themes.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/tours.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/wordpress.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pdp.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/options.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/variable-products.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/index.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/simple-products.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/product-block-editor.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cart.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/editor.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/email.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pages.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/helpers.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/api.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cli.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/payments-settings.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/filters.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/features.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/onboarding.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/login.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/settings.js
|
||||
plugins/woocommerce/tests/e2e-pw/utils/editor.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/data.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/wordpress.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/settings.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/index.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/api.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/tours.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/email.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pages.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/filters.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/features.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/payments-settings.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/onboarding.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/variable-products.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/options.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/plugin-utils.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/coming-soon.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cli.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/simple-products.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/helpers.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/pdp.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/product-block-editor.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/login.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/cart.ts
|
||||
plugins/woocommerce/tests/e2e-pw/utils/themes.ts
|
||||
plugins/woocommerce/tests/e2e-pw/reporters/environment-reporter.js
|
||||
plugins/woocommerce/tests/e2e-pw/reporters/skipped-tests.js
|
||||
plugins/woocommerce/tests/e2e-pw/tsconfig.json
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1802,6 +1802,9 @@ wp-admin/network/edit.php
|
|||
wp-includes/script-modules.php
|
||||
wp-includes/class-wp-user.php
|
||||
wp-includes/class-wp-customize-widgets.php
|
||||
wp-includes/collaboration/interface-wp-sync-storage.php
|
||||
wp-includes/collaboration/class-wp-sync-post-meta-storage.php
|
||||
wp-includes/collaboration/class-wp-http-polling-sync-server.php
|
||||
wp-includes/cron.php
|
||||
wp-includes/media.php
|
||||
wp-includes/theme-compat/header-embed.php
|
||||
|
|
@ -1932,7 +1935,6 @@ wp-includes/cache.php
|
|||
wp-includes/class-wp-block-parser.php
|
||||
wp-includes/class-requests.php
|
||||
wp-includes/class-wp-token-map.php
|
||||
wp-includes/abilities/class-wp-settings-abilities.php
|
||||
wp-includes/class-wp-post.php
|
||||
wp-includes/html-api/class-wp-html-text-replacement.php
|
||||
wp-includes/html-api/class-wp-html-active-formatting-elements.php
|
||||
|
|
@ -2165,10 +2167,12 @@ wp-includes/block-bindings/pattern-overrides.php
|
|||
wp-includes/block-bindings/post-meta.php
|
||||
wp-includes/block-bindings/post-data.php
|
||||
wp-includes/block-bindings/term-data.php
|
||||
wp-includes/collaboration.php
|
||||
wp-includes/user.php
|
||||
wp-includes/default-widgets.php
|
||||
wp-includes/embed-template.php
|
||||
wp-includes/sitemaps.php
|
||||
wp-includes/class-wp-icons-registry.php
|
||||
wp-includes/feed.php
|
||||
wp-includes/class-wp-dependency.php
|
||||
wp-includes/ms-network.php
|
||||
|
|
@ -2183,6 +2187,338 @@ wp-includes/locale.php
|
|||
wp-includes/class-wp-xmlrpc-server.php
|
||||
wp-includes/taxonomy.php
|
||||
wp-includes/class-wp-block-type-registry.php
|
||||
wp-includes/icons/manifest.php
|
||||
wp-includes/icons/library/custom-post-type.svg
|
||||
wp-includes/icons/library/align-right.svg
|
||||
wp-includes/icons/library/check.svg
|
||||
wp-includes/icons/library/category.svg
|
||||
wp-includes/icons/library/chevron-left-small.svg
|
||||
wp-includes/icons/library/query-pagination.svg
|
||||
wp-includes/icons/library/table-row-before.svg
|
||||
wp-includes/icons/library/create.svg
|
||||
wp-includes/icons/library/thumbs-down.svg
|
||||
wp-includes/icons/library/chevron-right-small.svg
|
||||
wp-includes/icons/library/link.svg
|
||||
wp-includes/icons/library/keyboard-close.svg
|
||||
wp-includes/icons/library/published.svg
|
||||
wp-includes/icons/library/justify-center.svg
|
||||
wp-includes/icons/library/justify-top.svg
|
||||
wp-includes/icons/library/arrow-up.svg
|
||||
wp-includes/icons/library/percent.svg
|
||||
wp-includes/icons/library/custom-link.svg
|
||||
wp-includes/icons/library/table-column-after.svg
|
||||
wp-includes/icons/library/gift.svg
|
||||
wp-includes/icons/library/sides-right.svg
|
||||
wp-includes/icons/library/fullscreen.svg
|
||||
wp-includes/icons/library/justify-right.svg
|
||||
wp-includes/icons/library/post-excerpt.svg
|
||||
wp-includes/icons/library/pin-small.svg
|
||||
wp-includes/icons/library/at-symbol.svg
|
||||
wp-includes/icons/library/video.svg
|
||||
wp-includes/icons/library/header.svg
|
||||
wp-includes/icons/library/square.svg
|
||||
wp-includes/icons/library/star-empty.svg
|
||||
wp-includes/icons/library/accordion.svg
|
||||
wp-includes/icons/library/arrow-left.svg
|
||||
wp-includes/icons/library/aspect-ratio.svg
|
||||
wp-includes/icons/library/format-strikethrough.svg
|
||||
wp-includes/icons/library/caution-filled.svg
|
||||
wp-includes/icons/library/table-column-before.svg
|
||||
wp-includes/icons/library/desktop.svg
|
||||
wp-includes/icons/library/accordion-heading.svg
|
||||
wp-includes/icons/library/sides-vertical.svg
|
||||
wp-includes/icons/library/query-pagination-previous.svg
|
||||
wp-includes/icons/library/format-list-bullets-rtl.svg
|
||||
wp-includes/icons/library/arrow-right.svg
|
||||
wp-includes/icons/library/add-submenu.svg
|
||||
wp-includes/icons/library/line-dashed.svg
|
||||
wp-includes/icons/library/reset.svg
|
||||
wp-includes/icons/library/format-ltr.svg
|
||||
wp-includes/icons/library/heading-level-1.svg
|
||||
wp-includes/icons/library/drag-handle.svg
|
||||
wp-includes/icons/library/payment.svg
|
||||
wp-includes/icons/library/brush.svg
|
||||
wp-includes/icons/library/language.svg
|
||||
wp-includes/icons/library/arrow-down-right.svg
|
||||
wp-includes/icons/library/table-row-delete.svg
|
||||
wp-includes/icons/library/format-rtl.svg
|
||||
wp-includes/icons/library/format-uppercase.svg
|
||||
wp-includes/icons/library/arrow-up-right.svg
|
||||
wp-includes/icons/library/box.svg
|
||||
wp-includes/icons/library/overlay-text.svg
|
||||
wp-includes/icons/library/symbol.svg
|
||||
wp-includes/icons/library/scheduled.svg
|
||||
wp-includes/icons/library/calendar.svg
|
||||
wp-includes/icons/library/position-right.svg
|
||||
wp-includes/icons/library/close.svg
|
||||
wp-includes/icons/library/lock-outline.svg
|
||||
wp-includes/icons/library/columns.svg
|
||||
wp-includes/icons/library/undo.svg
|
||||
wp-includes/icons/library/keyboard-return.svg
|
||||
wp-includes/icons/library/people.svg
|
||||
wp-includes/icons/library/comment-author-avatar.svg
|
||||
wp-includes/icons/library/reusable-block.svg
|
||||
wp-includes/icons/library/accordion-item.svg
|
||||
wp-includes/icons/library/comment-content.svg
|
||||
wp-includes/icons/library/rss.svg
|
||||
wp-includes/icons/library/capture-photo.svg
|
||||
wp-includes/icons/library/chevron-left.svg
|
||||
wp-includes/icons/library/home.svg
|
||||
wp-includes/icons/library/flip-vertical.svg
|
||||
wp-includes/icons/library/background.svg
|
||||
wp-includes/icons/library/link-off.svg
|
||||
wp-includes/icons/library/corner-all.svg
|
||||
wp-includes/icons/library/pullquote.svg
|
||||
wp-includes/icons/library/list.svg
|
||||
wp-includes/icons/library/format-list-bullets.svg
|
||||
wp-includes/icons/library/more.svg
|
||||
wp-includes/icons/library/not-found.svg
|
||||
wp-includes/icons/library/heading.svg
|
||||
wp-includes/icons/library/mobile.svg
|
||||
wp-includes/icons/library/chevron-up-down.svg
|
||||
wp-includes/icons/library/comment-reply-link.svg
|
||||
wp-includes/icons/library/cloud.svg
|
||||
wp-includes/icons/library/term-count.svg
|
||||
wp-includes/icons/library/heading-level-5.svg
|
||||
wp-includes/icons/library/drafts.svg
|
||||
wp-includes/icons/library/thumbs-up.svg
|
||||
wp-includes/icons/library/format-italic.svg
|
||||
wp-includes/icons/library/receipt.svg
|
||||
wp-includes/icons/library/line-dotted.svg
|
||||
wp-includes/icons/library/table-column-delete.svg
|
||||
wp-includes/icons/library/post-categories.svg
|
||||
wp-includes/icons/library/arrow-down.svg
|
||||
wp-includes/icons/library/sides-top.svg
|
||||
wp-includes/icons/library/justify-space-between.svg
|
||||
wp-includes/icons/library/tip.svg
|
||||
wp-includes/icons/library/quote.svg
|
||||
wp-includes/icons/library/separator.svg
|
||||
wp-includes/icons/library/share.svg
|
||||
wp-includes/icons/library/stretch-wide.svg
|
||||
wp-includes/icons/library/pin.svg
|
||||
wp-includes/icons/library/column.svg
|
||||
wp-includes/icons/library/insert-after.svg
|
||||
wp-includes/icons/library/flip-horizontal.svg
|
||||
wp-includes/icons/library/justify-stretch.svg
|
||||
wp-includes/icons/library/store.svg
|
||||
wp-includes/icons/library/symbol-filled.svg
|
||||
wp-includes/icons/library/connection.svg
|
||||
wp-includes/icons/library/crop.svg
|
||||
wp-includes/icons/library/query-pagination-numbers.svg
|
||||
wp-includes/icons/library/currency-pound.svg
|
||||
wp-includes/icons/library/image.svg
|
||||
wp-includes/icons/library/bug.svg
|
||||
wp-includes/icons/library/query-pagination-next.svg
|
||||
wp-includes/icons/library/wordpress.svg
|
||||
wp-includes/icons/library/full-height.svg
|
||||
wp-includes/icons/library/heading-level-3.svg
|
||||
wp-includes/icons/library/file.svg
|
||||
wp-includes/icons/library/external.svg
|
||||
wp-includes/icons/library/line-solid.svg
|
||||
wp-includes/icons/library/chevron-down.svg
|
||||
wp-includes/icons/library/next.svg
|
||||
wp-includes/icons/library/add-template.svg
|
||||
wp-includes/icons/library/media.svg
|
||||
wp-includes/icons/library/lock.svg
|
||||
wp-includes/icons/library/time-to-read.svg
|
||||
wp-includes/icons/library/table-of-contents.svg
|
||||
wp-includes/icons/library/tag.svg
|
||||
wp-includes/icons/library/bell-unread.svg
|
||||
wp-includes/icons/library/post-date.svg
|
||||
wp-includes/icons/library/corner-bottom-left.svg
|
||||
wp-includes/icons/library/plugins.svg
|
||||
wp-includes/icons/library/format-outdent.svg
|
||||
wp-includes/icons/library/list-item.svg
|
||||
wp-includes/icons/library/table.svg
|
||||
wp-includes/icons/library/color.svg
|
||||
wp-includes/icons/library/map-marker.svg
|
||||
wp-includes/icons/library/post-list.svg
|
||||
wp-includes/icons/library/details.svg
|
||||
wp-includes/icons/library/funnel.svg
|
||||
wp-includes/icons/library/pull-left.svg
|
||||
wp-includes/icons/library/globe.svg
|
||||
wp-includes/icons/library/bell.svg
|
||||
wp-includes/icons/library/block-meta.svg
|
||||
wp-includes/icons/library/page-break.svg
|
||||
wp-includes/icons/library/copy-small.svg
|
||||
wp-includes/icons/library/insert-before.svg
|
||||
wp-includes/icons/library/justify-center-vertical.svg
|
||||
wp-includes/icons/library/word-count.svg
|
||||
wp-includes/icons/library/post-comments-form.svg
|
||||
wp-includes/icons/library/upload.svg
|
||||
wp-includes/icons/library/chevron-right.svg
|
||||
wp-includes/icons/library/shadow.svg
|
||||
wp-includes/icons/library/update.svg
|
||||
wp-includes/icons/library/heading-level-2.svg
|
||||
wp-includes/icons/library/contents.svg
|
||||
wp-includes/icons/library/stretch-full-width.svg
|
||||
wp-includes/icons/library/megaphone.svg
|
||||
wp-includes/icons/library/footer.svg
|
||||
wp-includes/icons/library/loop.svg
|
||||
wp-includes/icons/library/html.svg
|
||||
wp-includes/icons/library/backup.svg
|
||||
wp-includes/icons/library/code.svg
|
||||
wp-includes/icons/library/pencil.svg
|
||||
wp-includes/icons/library/copy.svg
|
||||
wp-includes/icons/library/subscript.svg
|
||||
wp-includes/icons/library/pages.svg
|
||||
wp-includes/icons/library/home-button.svg
|
||||
wp-includes/icons/library/cog.svg
|
||||
wp-includes/icons/library/trending-up.svg
|
||||
wp-includes/icons/library/format-indent.svg
|
||||
wp-includes/icons/library/border.svg
|
||||
wp-includes/icons/library/caption.svg
|
||||
wp-includes/icons/library/corner-bottom-right.svg
|
||||
wp-includes/icons/library/shipping.svg
|
||||
wp-includes/icons/library/help.svg
|
||||
wp-includes/icons/library/cloud-upload.svg
|
||||
wp-includes/icons/library/arrow-down-left.svg
|
||||
wp-includes/icons/library/heading-level-4.svg
|
||||
wp-includes/icons/library/tool.svg
|
||||
wp-includes/icons/library/unlock.svg
|
||||
wp-includes/icons/library/group.svg
|
||||
wp-includes/icons/library/grid.svg
|
||||
wp-includes/icons/library/pending.svg
|
||||
wp-includes/icons/library/capture-video.svg
|
||||
wp-includes/icons/library/align-none.svg
|
||||
wp-includes/icons/library/star-half.svg
|
||||
wp-includes/icons/library/format-indent-rtl.svg
|
||||
wp-includes/icons/library/styles.svg
|
||||
wp-includes/icons/library/menu.svg
|
||||
wp-includes/icons/library/star-filled.svg
|
||||
wp-includes/icons/library/rotate-left.svg
|
||||
wp-includes/icons/library/dashboard.svg
|
||||
wp-includes/icons/library/seen.svg
|
||||
wp-includes/icons/library/unseen.svg
|
||||
wp-includes/icons/library/post-content.svg
|
||||
wp-includes/icons/library/justify-left.svg
|
||||
wp-includes/icons/library/navigation-overlay.svg
|
||||
wp-includes/icons/library/buttons.svg
|
||||
wp-includes/icons/library/justify-space-between-vertical.svg
|
||||
wp-includes/icons/library/drawer-left.svg
|
||||
wp-includes/icons/library/media-and-text.svg
|
||||
wp-includes/icons/library/chart-bar.svg
|
||||
wp-includes/icons/library/format-underline.svg
|
||||
wp-includes/icons/library/tablet.svg
|
||||
wp-includes/icons/library/tabs-menu-item.svg
|
||||
wp-includes/icons/library/help-filled.svg
|
||||
wp-includes/icons/library/filter.svg
|
||||
wp-includes/icons/library/justify-stretch-vertical.svg
|
||||
wp-includes/icons/library/stack.svg
|
||||
wp-includes/icons/library/superscript.svg
|
||||
wp-includes/icons/library/sides-all.svg
|
||||
wp-includes/icons/library/classic.svg
|
||||
wp-includes/icons/library/login.svg
|
||||
wp-includes/icons/library/ungroup.svg
|
||||
wp-includes/icons/library/paragraph.svg
|
||||
wp-includes/icons/library/caution.svg
|
||||
wp-includes/icons/library/move-to.svg
|
||||
wp-includes/icons/library/envelope.svg
|
||||
wp-includes/icons/library/shield.svg
|
||||
wp-includes/icons/library/post-comments.svg
|
||||
wp-includes/icons/library/layout.svg
|
||||
wp-includes/icons/library/settings.svg
|
||||
wp-includes/icons/library/term-name.svg
|
||||
wp-includes/icons/library/more-horizontal.svg
|
||||
wp-includes/icons/library/text-vertical.svg
|
||||
wp-includes/icons/library/pull-right.svg
|
||||
wp-includes/icons/library/trending-down.svg
|
||||
wp-includes/icons/library/drawer-right.svg
|
||||
wp-includes/icons/library/post-terms.svg
|
||||
wp-includes/icons/library/text-color.svg
|
||||
wp-includes/icons/library/page.svg
|
||||
wp-includes/icons/library/currency-dollar.svg
|
||||
wp-includes/icons/library/cover.svg
|
||||
wp-includes/icons/library/close-small.svg
|
||||
wp-includes/icons/library/gallery.svg
|
||||
wp-includes/icons/library/comment-edit-link.svg
|
||||
wp-includes/icons/library/add-card.svg
|
||||
wp-includes/icons/library/info.svg
|
||||
wp-includes/icons/library/button.svg
|
||||
wp-includes/icons/library/heading-level-6.svg
|
||||
wp-includes/icons/library/remove-bug.svg
|
||||
wp-includes/icons/library/resize-corner-n-e.svg
|
||||
wp-includes/icons/library/align-center.svg
|
||||
wp-includes/icons/library/position-center.svg
|
||||
wp-includes/icons/library/sides-bottom.svg
|
||||
wp-includes/icons/library/plus-circle.svg
|
||||
wp-includes/icons/library/breadcrumbs.svg
|
||||
wp-includes/icons/library/send.svg
|
||||
wp-includes/icons/library/chevron-up-small.svg
|
||||
wp-includes/icons/library/block-table.svg
|
||||
wp-includes/icons/library/term-description.svg
|
||||
wp-includes/icons/library/audio.svg
|
||||
wp-includes/icons/library/sides-left.svg
|
||||
wp-includes/icons/library/cart.svg
|
||||
wp-includes/icons/library/title.svg
|
||||
wp-includes/icons/library/format-capitalize.svg
|
||||
wp-includes/icons/library/rotate-right.svg
|
||||
wp-includes/icons/library/cancel-circle-filled.svg
|
||||
wp-includes/icons/library/position-left.svg
|
||||
wp-includes/icons/library/currency-euro.svg
|
||||
wp-includes/icons/library/tabs-menu.svg
|
||||
wp-includes/icons/library/arrow-up-left.svg
|
||||
wp-includes/icons/library/format-outdent-rtl.svg
|
||||
wp-includes/icons/library/corner-top-left.svg
|
||||
wp-includes/icons/library/block-default.svg
|
||||
wp-includes/icons/library/inbox.svg
|
||||
wp-includes/icons/library/cloud-download.svg
|
||||
wp-includes/icons/library/offline.svg
|
||||
wp-includes/icons/library/handle.svg
|
||||
wp-includes/icons/library/lock-small.svg
|
||||
wp-includes/icons/library/typography.svg
|
||||
wp-includes/icons/library/tab.svg
|
||||
wp-includes/icons/library/list-view.svg
|
||||
wp-includes/icons/library/preformatted.svg
|
||||
wp-includes/icons/library/not-allowed.svg
|
||||
wp-includes/icons/library/more-vertical.svg
|
||||
wp-includes/icons/library/institution.svg
|
||||
wp-includes/icons/library/swatch.svg
|
||||
wp-includes/icons/library/post-featured-image.svg
|
||||
wp-includes/icons/library/level-up.svg
|
||||
wp-includes/icons/library/site-logo.svg
|
||||
wp-includes/icons/library/tabs.svg
|
||||
wp-includes/icons/library/search.svg
|
||||
wp-includes/icons/library/align-left.svg
|
||||
wp-includes/icons/library/shuffle.svg
|
||||
wp-includes/icons/library/text-horizontal.svg
|
||||
wp-includes/icons/library/sides-horizontal.svg
|
||||
wp-includes/icons/library/format-bold.svg
|
||||
wp-includes/icons/library/replace.svg
|
||||
wp-includes/icons/library/comment.svg
|
||||
wp-includes/icons/library/justify-bottom.svg
|
||||
wp-includes/icons/library/download.svg
|
||||
wp-includes/icons/library/keyboard.svg
|
||||
wp-includes/icons/library/format-list-numbered-rtl.svg
|
||||
wp-includes/icons/library/error.svg
|
||||
wp-includes/icons/library/key.svg
|
||||
wp-includes/icons/library/verse.svg
|
||||
wp-includes/icons/library/widget.svg
|
||||
wp-includes/icons/library/remove-submenu.svg
|
||||
wp-includes/icons/library/format-list-numbered.svg
|
||||
wp-includes/icons/library/post.svg
|
||||
wp-includes/icons/library/chevron-up.svg
|
||||
wp-includes/icons/library/plus-circle-filled.svg
|
||||
wp-includes/icons/library/comment-author-name.svg
|
||||
wp-includes/icons/library/post-comments-count.svg
|
||||
wp-includes/icons/library/trash.svg
|
||||
wp-includes/icons/library/corner-top-right.svg
|
||||
wp-includes/icons/library/table-row-after.svg
|
||||
wp-includes/icons/library/format-lowercase.svg
|
||||
wp-includes/icons/library/navigation.svg
|
||||
wp-includes/icons/library/previous.svg
|
||||
wp-includes/icons/library/row.svg
|
||||
wp-includes/icons/library/post-author.svg
|
||||
wp-includes/icons/library/archive.svg
|
||||
wp-includes/icons/library/math.svg
|
||||
wp-includes/icons/library/shortcode.svg
|
||||
wp-includes/icons/library/plus.svg
|
||||
wp-includes/icons/library/chevron-down-small.svg
|
||||
wp-includes/icons/library/lifesaver.svg
|
||||
wp-includes/icons/library/redo.svg
|
||||
wp-includes/icons/library/sides-axial.svg
|
||||
wp-includes/icons/library/align-justify.svg
|
||||
wp-includes/icons/library/sidebar.svg
|
||||
wp-includes/class-wp-url-pattern-prefixer.php
|
||||
wp-includes/rest-api.php
|
||||
wp-includes/class-wp-plugin-dependencies.php
|
||||
|
|
@ -2223,6 +2559,7 @@ wp-includes/blocks/site-logo.php
|
|||
wp-includes/blocks/comment-edit-link.php
|
||||
wp-includes/blocks/post-comments-link.php
|
||||
wp-includes/blocks/columns/block.json
|
||||
wp-includes/blocks/navigation-overlay-close/block.json
|
||||
wp-includes/blocks/calendar/block.json
|
||||
wp-includes/blocks/term-template.php
|
||||
wp-includes/blocks/rss.php
|
||||
|
|
@ -2256,6 +2593,7 @@ wp-includes/blocks/list.php
|
|||
wp-includes/blocks/comments-pagination.php
|
||||
wp-includes/blocks/term-description.php
|
||||
wp-includes/blocks/post-navigation-link/block.json
|
||||
wp-includes/blocks/navigation-overlay-close.php
|
||||
wp-includes/blocks/post-author/block.json
|
||||
wp-includes/blocks/navigation-link.php
|
||||
wp-includes/blocks/verse/block.json
|
||||
|
|
@ -2448,6 +2786,7 @@ wp-includes/block-supports/dimensions.php
|
|||
wp-includes/block-supports/duotone.php
|
||||
wp-includes/block-supports/spacing.php
|
||||
wp-includes/block-supports/colors.php
|
||||
wp-includes/block-supports/custom-css.php
|
||||
wp-includes/block-supports/generated-classname.php
|
||||
wp-includes/block-supports/border.php
|
||||
wp-includes/block-supports/aria-label.php
|
||||
|
|
@ -2552,6 +2891,7 @@ wp-includes/rest-api/endpoints/class-wp-rest-font-families-controller.php
|
|||
wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php
|
||||
wp-includes/rest-api/endpoints/class-wp-rest-abilities-v1-categories-controller.php
|
||||
wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php
|
||||
wp-includes/rest-api/endpoints/class-wp-rest-icons-controller.php
|
||||
wp-includes/rest-api/endpoints/class-wp-rest-block-pattern-categories-controller.php
|
||||
wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
|
||||
wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php
|
||||
|
|
@ -2599,6 +2939,7 @@ wp-includes/build/pages/site-editor-v2/page.php
|
|||
wp-includes/build/pages/site-editor/loader.js
|
||||
wp-includes/build/pages/site-editor/page-wp-admin.php
|
||||
wp-includes/build/pages/site-editor/page.php
|
||||
wp-includes/build/constants.php
|
||||
wp-includes/build/pages.php
|
||||
wp-includes/build/routes/fonts-home/route.js
|
||||
wp-includes/build/routes/fonts-home/route.min.asset.php
|
||||
|
|
@ -3095,6 +3436,16 @@ wp-includes/js/dist/script-modules/a11y/index.js
|
|||
wp-includes/js/dist/script-modules/a11y/index.js.map
|
||||
wp-includes/js/dist/script-modules/a11y/index.min.js
|
||||
wp-includes/js/dist/script-modules/a11y/index.min.asset.php
|
||||
wp-includes/js/dist/script-modules/vips/worker.js
|
||||
wp-includes/js/dist/script-modules/vips/worker.js.map
|
||||
wp-includes/js/dist/script-modules/vips/loader.min.js
|
||||
wp-includes/js/dist/script-modules/vips/loader.js
|
||||
wp-includes/js/dist/script-modules/vips/worker.min.js.map
|
||||
wp-includes/js/dist/script-modules/vips/worker.min.js
|
||||
wp-includes/js/dist/script-modules/vips/loader.js.map
|
||||
wp-includes/js/dist/script-modules/vips/worker.min.asset.php
|
||||
wp-includes/js/dist/script-modules/vips/loader.min.js.map
|
||||
wp-includes/js/dist/script-modules/vips/loader.min.asset.php
|
||||
wp-includes/js/dist/element.js
|
||||
wp-includes/js/dist/undo-manager.min.asset.php
|
||||
wp-includes/js/dist/core-data.min.asset.php
|
||||
|
|
@ -3138,6 +3489,7 @@ wp-includes/js/dist/react-i18n.min.js
|
|||
wp-includes/js/dist/viewport.min.asset.php
|
||||
wp-includes/js/dist/element.min.js
|
||||
wp-includes/js/dist/widgets.min.js
|
||||
wp-includes/js/dist/sync.min.js
|
||||
wp-includes/js/dist/customize-widgets.min.js
|
||||
wp-includes/js/dist/format-library.min.js
|
||||
wp-includes/js/dist/block-serialization-default-parser.min.asset.php
|
||||
|
|
@ -3145,6 +3497,7 @@ wp-includes/js/dist/shortcode.js
|
|||
wp-includes/js/dist/annotations.min.js
|
||||
wp-includes/js/dist/notices.js
|
||||
wp-includes/js/dist/priority-queue.js
|
||||
wp-includes/js/dist/upload-media.js
|
||||
wp-includes/js/dist/is-shallow-equal.min.js
|
||||
wp-includes/js/dist/escape-html.js
|
||||
wp-includes/js/dist/plugins.js
|
||||
|
|
@ -3170,6 +3523,7 @@ wp-includes/js/dist/wordcount.js
|
|||
wp-includes/js/dist/element.min.asset.php
|
||||
wp-includes/js/dist/warning.js
|
||||
wp-includes/js/dist/viewport.min.js
|
||||
wp-includes/js/dist/sync.min.asset.php
|
||||
wp-includes/js/dist/compose.min.js
|
||||
wp-includes/js/dist/commands.min.js
|
||||
wp-includes/js/dist/api-fetch.min.asset.php
|
||||
|
|
@ -3310,9 +3664,12 @@ wp-includes/js/dist/core-commands.min.asset.php
|
|||
wp-includes/js/dist/block-serialization-default-parser.min.js
|
||||
wp-includes/js/dist/customize-widgets.js
|
||||
wp-includes/js/dist/style-engine.js
|
||||
wp-includes/js/dist/sync.js
|
||||
wp-includes/js/dist/redux-routine.js
|
||||
wp-includes/js/dist/data-controls.js
|
||||
wp-includes/js/dist/upload-media.min.js
|
||||
wp-includes/js/dist/keyboard-shortcuts.min.asset.php
|
||||
wp-includes/js/dist/upload-media.min.asset.php
|
||||
wp-includes/js/dist/list-reusable-blocks.min.js
|
||||
wp-includes/js/dist/blob.min.asset.php
|
||||
wp-includes/js/dist/blob.min.js
|
||||
|
|
|
|||
|
|
@ -30654,6 +30654,23 @@ composables/__tests__/mocks/objectFrontendAttributes.json
|
|||
__tests__/mocks/objectFrontendAttributes.json
|
||||
mocks/objectFrontendAttributes.json
|
||||
objectFrontendAttributes.json
|
||||
app/frontend/shared/entities/object-attributes/composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
frontend/shared/entities/object-attributes/composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
shared/entities/object-attributes/composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
entities/object-attributes/composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
object-attributes/composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
mocks/ticketObjectFrontendAttributes.json
|
||||
ticketObjectFrontendAttributes.json
|
||||
app/frontend/shared/entities/object-attributes/composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
frontend/shared/entities/object-attributes/composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
shared/entities/object-attributes/composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
entities/object-attributes/composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
object-attributes/composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
__tests__/useObjectAttributeFormFields.spec.ts
|
||||
useObjectAttributeFormFields.spec.ts
|
||||
app/frontend/shared/entities/object-attributes/composables/useObjectAttributes.ts
|
||||
frontend/shared/entities/object-attributes/composables/useObjectAttributes.ts
|
||||
shared/entities/object-attributes/composables/useObjectAttributes.ts
|
||||
|
|
|
|||
|
|
@ -6121,6 +6121,8 @@ app/frontend/shared/entities/object-attributes/utils.ts
|
|||
app/frontend/shared/entities/object-attributes/composables/__tests__/useObjectAttributes.spec.ts
|
||||
app/frontend/shared/entities/object-attributes/composables/__tests__/useObjectAttributeFormData.spec.ts
|
||||
app/frontend/shared/entities/object-attributes/composables/__tests__/mocks/objectFrontendAttributes.json
|
||||
app/frontend/shared/entities/object-attributes/composables/__tests__/mocks/ticketObjectFrontendAttributes.json
|
||||
app/frontend/shared/entities/object-attributes/composables/__tests__/useObjectAttributeFormFields.spec.ts
|
||||
app/frontend/shared/entities/object-attributes/composables/useObjectAttributes.ts
|
||||
app/frontend/shared/entities/object-attributes/composables/useObjectAttributeLoadFormFields.ts
|
||||
app/frontend/shared/entities/object-attributes/composables/useObjectAttributeFormFields.ts
|
||||
|
|
|
|||
|
|
@ -1467,10 +1467,10 @@ hp/video
|
|||
hpc/*/supported-applications.aspx?
|
||||
hpm
|
||||
hpmob
|
||||
http://amazon.com/robots.txt
|
||||
http://api.whatsapp.com/robots.txt
|
||||
http://archive.org/robots.txt
|
||||
http://sites.google.com/robots.txt
|
||||
http://blog.google/robots.txt
|
||||
http://calendar.google.com/robots.txt
|
||||
http://maps.app.goo.gl/robots.txt
|
||||
http://npr.org/robots.txt
|
||||
hub?category=
|
||||
hz/contact-us/ajax/initiate-trusted-contact
|
||||
hz/help/contact/*/message/$
|
||||
|
|
@ -3146,7 +3146,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://eventbrite.com/robots.txt
|
||||
wiki/Wikipedia_talk%3AAdministrator_electionshttp://goo.gl/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