Dion Hulse
Dion Hulse
Adds `eu.wordcamp.org` and `usa.wordcamp.org` Fixes #1313 Props , ### Screenshots ### How to test the changes in this Pull Request: 1. 2. 3.
When a user has 2FA setup, we should rely upon that instead of email. This is more secure, and for those who are using Keys, likely more streamlined. This is...
This is a work-in-progress, PR'ing it for sharing and future work. This could be used by https://meta.trac.wordpress.org/ticket/6086 (Allow uploading ZIPs for plugin updates, to reduce friction) and as the underlying...
The FAQ anchors have ceased to update the URI, this PR attempts to add it back. TODO: The `scrollTo` functionality doesn't work, it triggers, but it's like some other JS...
This is effectively a cutdown version of #202 but specific for sort with the new plugin directory theme. This enables a sorting dropdown on archives & search. ZERO effort has...
Improve last error handling: Record the last_error closer to the queries so it's not lost and don't run 'SELECT FOUND_ROWS()' if the query has failed Sync https://plugins.trac.wordpress.org/changeset/3123906
**Describe the bug** Similar to https://github.com/WordPress/wporg-main-2022/issues/390 the Documentation site is edited via page contents. While looking at how to edit older pages such as https://wordpress.org/documentation/wordpress-version/version-2-7/ I noticed that the `Edit...
Currently when you insert a callout block, you can't convert it to the other types of blocks without inserting a new block and copy-pasting the content between them. It should...
The following JS error is thrown with trunk today: > Warning: ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your...
Jetpack shortlinks are enabled by default for WordCamps, but are only enabled for the posts/pages post types. We should enable them for custom post types too. As mentioned on slack:...