Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a release page #407

Open
wants to merge 34 commits into
base: trunk
Choose a base branch
from

Conversation

StevenDufresne
Copy link
Contributor

Related https://meta.trac.wordpress.org/ticket/7783.

This PR adds the "Releases" tab behind a feature flag show_release_beta so we can work together on the site.

StevenDufresne and others added 28 commits October 28, 2024 04:49
This is more a starting point for discussion. I'm not really sure this ought to be a separate class, but it probably doesn't hurt to separate the code like this.

Since each release of a plugin would be a separate CPT, we can use postmeta to store most of the details.

For now I've made it mostly private, so the CPT shouldn't be visible except via the REST API. Maybe that could change too.

This won't do anything yet, the code isn't called.
…ose a plugin from this bulk-process-bounced-emails script.

See #7813.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14150 74240141-8908-4e6f-9713-ba540dce6ec7
…ors in theme.json

Some block themes set the page background color not by setting the styles.color.background property, but instead by adding a top-level wrapper block. When done this way, the background is not picked up by the style variation card view. This PR attempts to pull out any relevant classes from the first wrapper element it sees, and applies those to the style card container

Fixes WordPress/wporg-theme-directory#154.
Closes WordPress#391.



git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14151 74240141-8908-4e6f-9713-ba540dce6ec7
…he last_updated data as the date instead.

Most of the plugins which are affected by this appear to have been closed before 2018, and so at this point it's better to just consistently return a date to simplify logic.

See #7057.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14154 74240141-8908-4e6f-9713-ba540dce6ec7
…rough the update api (we'll return the code), don't store it in the table.

See #7057.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14155 74240141-8908-4e6f-9713-ba540dce6ec7
Namespace was causing override to not be loaded

See WordPress#382


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14156 74240141-8908-4e6f-9713-ba540dce6ec7
Reduce height of reply and follow buttons to match likes.
Make post buttons small size.

Closes WordPress#379


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14159 74240141-8908-4e6f-9713-ba540dce6ec7
Update text and layout styles on Meta Pledges page.
Fix alignment of x-post-author avatar and text.

Fixes WordPress#409


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14160 74240141-8908-4e6f-9713-ba540dce6ec7
Make the site title in the front page local nav an h1 instead. This fixes a lot of issues with heading tags being used in the welcome box.

See WordPress#382


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14165 74240141-8908-4e6f-9713-ba540dce6ec7
This change is intended to prevent the XProfile submenu nav items from being visible to logged-in users.

Specifically, the "View/Edit/Change Profile Photo" links can be confusing when those should link to WordPress.org Profiles.



git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14167 74240141-8908-4e6f-9713-ba540dce6ec7
Related: r14140


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14169 74240141-8908-4e6f-9713-ba540dce6ec7
Adam Wood and others added 5 commits November 14, 2024 06:48
Enables the slug for the welcome page to be translated, so that the 'Get started' links on the archive and homepage can be customized per locale.

Fixes https://meta.trac.wordpress.org/ticket/7821



git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14172 74240141-8908-4e6f-9713-ba540dce6ec7
I've intentionally disabled the write code until I've been able to make sure it won't fill the prod tables with junk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants