-
Notifications
You must be signed in to change notification settings - Fork 153
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
Closed
renintw
wants to merge
485
commits into
WordPress:trunk
from
renintw:add/Import-the-post-modified-from-last-Github-commit-date
Closed
Try: Retrieve and update latest commit date #193
renintw
wants to merge
485
commits into
WordPress:trunk
from
renintw:add/Import-the-post-modified-from-last-Github-commit-date
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12903 74240141-8908-4e6f-9713-ba540dce6ec7
See WordPress#169 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12904 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12905 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12906 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12907 74240141-8908-4e6f-9713-ba540dce6ec7
Follow-up to r12907 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12908 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12909 74240141-8908-4e6f-9713-ba540dce6ec7
…om not being updated. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12910 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12911 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12912 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12913 74240141-8908-4e6f-9713-ba540dce6ec7
Related: r12913 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12914 74240141-8908-4e6f-9713-ba540dce6ec7
See: #7213 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12915 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12916 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
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12918 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
See https://wordpress.slack.com/archives/C02QB8GMM/p1695838178783649 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12920 74240141-8908-4e6f-9713-ba540dce6ec7
Change URL on link in intro to https://wordpress.com/wordpress-free/ git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12921 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12922 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
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12926 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
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12929 74240141-8908-4e6f-9713-ba540dce6ec7
…4-release-leads, per francina. See https://wordpress.slack.com/archives/C02QB8GMM/p1696349261149499 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@12930 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
…mitter / support rep. Fixes #5975. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13128 74240141-8908-4e6f-9713-ba540dce6ec7
…ing added in [13127]. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13129 74240141-8908-4e6f-9713-ba540dce6ec7
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13130 74240141-8908-4e6f-9713-ba540dce6ec7
…t/6943#comment:5 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13131 74240141-8908-4e6f-9713-ba540dce6ec7
See #7384. Fixes #6943. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13132 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
…s to be listed. See #7415. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13136 74240141-8908-4e6f-9713-ba540dce6ec7
Fixes #2631. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13137 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
…12 months. Fixes #6316. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13139 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
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13143 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
See https://wordpress.slack.com/archives/C02QB8GMM/p1706031910154259 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13146 74240141-8908-4e6f-9713-ba540dce6ec7
…ough the API. git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13147 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
git-svn-id: https://meta.svn.wordpress.org/sites/trunk@13151 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
58b648a
to
2e827e3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.