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

Try: Retrieve and update latest commit date #193

Conversation

renintw
Copy link

@renintw renintw commented Jan 28, 2024

No description provided.

coffee2code and others added 30 commits January 29, 2024 05:24
Related: r12913

git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12914 74240141-8908-4e6f-9713-ba540dce6ec7
`wporg_themes_glotpress_mark_as_active_on_publish()` was only intended to run when a suspended/delisted theme was reinstated, but it was also running when a new version of a published theme was uploaded. That caused `wporg_themes_update_wpthemescom()` to run a second time, after it was originally called by the import process. The second time it was called with the _previous_ version of the theme, though, because it ran before the `_status` value was updated in the database. That caused previews on `wp-theme.com` to always show the previous version instead of the current one.

Props iandunn, dufresnesteven, paulkevan
See #7213


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12917 74240141-8908-4e6f-9713-ba540dce6ec7
r12917 solved the problem with outdated previews.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12919 74240141-8908-4e6f-9713-ba540dce6ec7
Fixes #7295.



git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12923 74240141-8908-4e6f-9713-ba540dce6ec7
Following WordPress/wporg-mu-plugins@41b14e1, this should remove the element-level global styles, which is causing oversized text on the tracs.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12924 74240141-8908-4e6f-9713-ba540dce6ec7
Remove the parent & main styles from being loaded on trac.
See WordPress/wporg-mu-plugins@505ccdd.



git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12925 74240141-8908-4e6f-9713-ba540dce6ec7
…g pages.

Adds `get_possible_landing_page_slugs()` and  `get_landing_page()`.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12927 74240141-8908-4e6f-9713-ba540dce6ec7
… missing its published landing page.

git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12928 74240141-8908-4e6f-9713-ba540dce6ec7
Some additional finesse may be needed, this is to get things started.

See #7251


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12931 74240141-8908-4e6f-9713-ba540dce6ec7
…verlapping breadcrumbs.

Props kajalgohel, nidhidhandhukiya, vijayhardaha, coffee2code.
Fixes #6175.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12932 74240141-8908-4e6f-9713-ba540dce6ec7
dd32 and others added 25 commits January 29, 2024 05:24
…mitter / support rep.

Fixes #5975.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13128 74240141-8908-4e6f-9713-ba540dce6ec7
…the Readme parser.

This will allow for tools which reuse it to detect and warn about more invalid cases.

Props dd32, rabmalin, mukesh27.
Closes WordPress#190.
Fixes #7412.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13133 74240141-8908-4e6f-9713-ba540dce6ec7
…mits the form, and doesn't perform actions.

This is needed as the controls include a variety of submit buttons that cause actions to occur, and pressing enter in a form field such as the slug would cause the first submit button to be used.

Fixes #6635.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13134 74240141-8908-4e6f-9713-ba540dce6ec7
…invalid directories and file types.

Fixes #7415.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13135 74240141-8908-4e6f-9713-ba540dce6ec7
…ays.

This already has a noindex robots tag.

Fixes #5271.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13138 74240141-8908-4e6f-9713-ba540dce6ec7
… their support forum content prior to requesting erasure. They can't.

Fixes #6891.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13140 74240141-8908-4e6f-9713-ba540dce6ec7
This updates the twitter square embed image to match the new default og:image.

Follow up to [13123].
See WordPress/wporg-main-2022#378.



git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13141 74240141-8908-4e6f-9713-ba540dce6ec7
…is used.

This URL isn't directly used, but is supported through `wp_redirect_admin_locations()`.

Fixes #7329.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13142 74240141-8908-4e6f-9713-ba540dce6ec7
…dth.

Props kharisblank, coffee2code.
Fixes #6658.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13144 74240141-8908-4e6f-9713-ba540dce6ec7
…rower viewports.

Also improves spacing between favorite icon and these buttons for all widths.

Props baroliyamayur, coffee2code.
Fixes #6803.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13145 74240141-8908-4e6f-9713-ba540dce6ec7
…ways returning a string.

Fixes #7421.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13148 74240141-8908-4e6f-9713-ba540dce6ec7
Props sakibmd, baroliyamayur.
Fixes #6995.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13149 74240141-8908-4e6f-9713-ba540dce6ec7
Fixes a bug where the oldest helper plugin was used when plugin mods are reviewing a plugin, not the newest.

See #7405.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13150 74240141-8908-4e6f-9713-ba540dce6ec7
Props krupalpanchal, coffee2code.
See #6428.


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13152 74240141-8908-4e6f-9713-ba540dce6ec7
@renintw renintw force-pushed the add/Import-the-post-modified-from-last-Github-commit-date branch from 58b648a to 2e827e3 Compare January 28, 2024 20:24
@renintw renintw closed this Jan 28, 2024
@renintw renintw deleted the add/Import-the-post-modified-from-last-Github-commit-date branch January 28, 2024 20:27
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.

None yet