Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
825b7b9
Run PHPUnit tests outside Docker containers.
desrosj Dec 18, 2024
bbaf6c3
Install WordPress using WP CLI
desrosj Dec 18, 2024
dd1fe82
Use test domain.
desrosj Dec 18, 2024
2a42b54
Remove other workflows.
desrosj Dec 18, 2024
2a728ed
Output files for debugging.
desrosj Dec 18, 2024
7435852
Try a working-directory.
desrosj Dec 18, 2024
fe1cf1d
More debugging.
desrosj Dec 18, 2024
f2fb2ff
Specify config file location.
desrosj Dec 18, 2024
89c5ba7
Create test config.
desrosj Dec 18, 2024
60f9745
Small changes.
desrosj Dec 18, 2024
ecc86aa
Update the database host.
desrosj Dec 18, 2024
42757ef
Provide config-file.
desrosj Dec 18, 2024
1184fdb
Try full directory.
desrosj Dec 18, 2024
eaa58f3
Debug
desrosj Dec 18, 2024
5b3be94
Use right config name.
desrosj Dec 18, 2024
cdf70c8
Merge remote-tracking branch 'upstream/trunk' into try/tests-outside-…
desrosj Jan 13, 2025
f1a58b7
Change config file values.
desrosj Jan 13, 2025
cfcb4e9
Charset: Add explanatory note about what consitutes “valid” UTF-8.
dmsnell Sep 2, 2025
9b6c234
Code Modernization: Address no-op function deprecations in PHP 8.5.
SergeyBiryukov Sep 3, 2025
c987f34
Script Loader: Introduce `fetchpriority` for Scripts and Script Modules.
westonruter Sep 3, 2025
6fb4a2f
Administration: Fix sizing of page header links on mobile.
joedolson Sep 4, 2025
4b9559e
HTML API: Prevent adding dangerous double-escape SCRIPT contents.
sirreal Sep 4, 2025
dde9c80
Build/Test Tools: Ensure assertEqualHTML fallback render can be reached.
sirreal Sep 4, 2025
89ae2bd
Editor: Use Unicode escape encoding for "\" characters in block attri…
sirreal Sep 4, 2025
c6cce34
Docs: Add `@param` and `@return` description for `maybe_hash_hex_colo…
SergeyBiryukov Sep 4, 2025
e81ed11
Administration: Remove unused CSS in forms.css.
joedolson Sep 5, 2025
c15303c
Taxonomy: Add `update_term_count` action that fires when term counts …
SergeyBiryukov Sep 5, 2025
f294326
Users: Pass `WP_User` object to `wp_set_password` action in during ne…
dream-encode Sep 5, 2025
a316966
Posts, Post Types: Use relevant HTTP status codes for `wp_die()` call…
westonruter Sep 6, 2025
afbe174
Docs: Add `@param` and `@return` description for `sanitize_hex_color_…
SergeyBiryukov Sep 6, 2025
359980f
Customizer: Accessible errors when adding new pages.
joedolson Sep 7, 2025
94bfca7
Coding Standards: Move `upgrade_690()` to the correct place, after `u…
SergeyBiryukov Sep 7, 2025
601ddd4
Database: Add `type_status_author` index for the posts table.
SergeyBiryukov Sep 7, 2025
9d802e0
Database: Update `$wp_db_version` to point to the correct commit number.
SergeyBiryukov Sep 7, 2025
ca23e6f
Script Loader: Add sourceURL to inline scripts and styles.
sirreal Sep 8, 2025
cecd546
Tests: Update rendering test cases for Block Bindings
gziolo Sep 8, 2025
143f1d1
Upgrade/Install: Correct the database upgrade routine for WordPress 6.9.
SergeyBiryukov Sep 8, 2025
e202104
Merge remote-tracking branch 'upstream/trunk' into try/tests-outside-…
desrosj Sep 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions .github/workflows/coding-standards.yml

This file was deleted.

119 changes: 0 additions & 119 deletions .github/workflows/end-to-end-tests.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/failed-workflow.yml

This file was deleted.

Loading