wp-5.2
branch
Author |
Sergey Biryukov <[email protected]>
2020-07-14 21:32:17 +0000
|
---|
Merges [48338], [48341] to the 5.2 branch. See #50573.
Author |
Sergey Biryukov <[email protected]>
2020-07-01 09:44:45 +0000
|
---|
Rename the `$keep` parameter of both filters to `$screen_option` for clarity, update the documentation to better reflect its purpose. Follow-up to [47951]. Props Chouby, sswells, SergeyBiryukov. Merges [48241] to the 5.2 branch. Fixes #50392.
Author |
Jonathan Desrosiers <[email protected]>
2020-06-10 21:31:29 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2020-06-10 19:25:25 +0000
|
---|
This brings the changes from [47984] to the 5.2 branch. Props: poena, xknown.
Author |
Jonathan Desrosiers <[email protected]>
2020-06-10 18:14:05 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2020-06-10 18:11:24 +0000
|
---|
- Embeds: Ensure that the title attribute is set correctly on embeds. - Editor: Prevent HTML decoding on by setting the proper editor context. - Formatting: Ensure that wp_validate_redirect() sanitizes a wider variety of characters. - Themes: Ensure a broken theme name is returned properly. - Administration: Add a new filter to extend set-screen-option. Merges [47948-47951] to the 5.2 branch. Props xknown, sstoqnov, vortfu, SergeyBiryukov, whyisjake.
Author |
Sergey Biryukov <[email protected]>
2020-06-10 17:47:28 +0000
|
---|
Follow-up to [47946]. See #50094.
Author |
Jake Spurlock <[email protected]>
2020-06-10 16:17:13 +0000
|
---|
Changes: - @wordpress/block-library: 2.4.6 => 2.4.7 - @wordpress/edit-post: 3.3.6 => 3.3.7 Fixes: #50094. Props talldanwp, whyisjake.
Author |
Jonathan Desrosiers <[email protected]>
2020-06-08 20:56:46 +0000
|
---|
This removes the PHP 7.2 and 7.1 jobs. This also removes the PHP 7.3 job which runs without an object cache in place as the likelihood of a change being backported that only breaks 7.3 without an object cache is small. See #42387, #40407.
Author |
Sergey Biryukov <[email protected]>
2020-06-06 09:58:55 +0000
|
---|
After a comment is submitted, only allow a brief window where the comment is live on the site. Props jonkolbert, ayeshrajans, Asif2BD, peterwilsoncc, imath, audrasjb, jonoaldersonwp, whyisjake, SergeyBiryukov. Merges [47887] and [47889] to the 5.2 branch. See #49956.
Author |
Sergey Biryukov <[email protected]>
2020-05-14 09:20:58 +0000
|
---|
These were added to Theme Directory API in anticipation of being committed to core for WordPress 5.2+, which has not happened until now. Follow-up to [meta8273]. Merges [47790] to the 5.2 branch. See #46272.
Author |
Sergey Biryukov <[email protected]>
2020-04-29 18:38:18 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2020-04-29 17:55:05 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2020-04-29 16:05:32 +0000
|
---|
User: Invalidate `user_activation_key` on password update. Query: Ensure that only a single post can be returned on date/time based queries. Block Editor: Coding standards, properly escape class names. Cache API: Ensure proper escaping around the stats method in the cache API. Formatting: Expand `sanitize_file_name` to have better support for utf8 characters. Brings the changes in [47633], [47634], [47635], [47636], [47637], and [47638] to the 5.2 branch. Props: aduth, batmoo, ehti, ellatrix, jorgefilipecosta, nickdaugherty, noisysocks, pento, peterwilsoncc, sergeybiryukov, sstoqnov, talldanwp, westi, westonruter, whyisjake, whyisjake, xknown.
Author |
Sergey Biryukov <[email protected]>
2020-03-22 14:29:03 +0000
|
---|
The associated test was removed in [30241]. Merges [47341] to 3.7+ branches. See #49485.
Author |
Sergey Biryukov <[email protected]>
2020-02-21 10:46:06 +0000
|
---|
This avoids a build error on `travis:format` job, caused by Travis running PHPUnit 9.x by default, which requires PHP 7.3+. See #49485.
Author |
Sergey Biryukov <[email protected]>
2020-02-19 05:12:43 +0000
|
---|
`assertSame()` doesn't have the `$delta` parameter, only `assertEquals()` does. Follow-up to [47313]. Merges [47318] to the 5.2 branch. See #40364.
Author |
Sergey Biryukov <[email protected]>
2020-02-19 02:56:09 +0000
|
---|
Merges [47313] to the 5.2 branch. See #40364.
Author |
Sergey Biryukov <[email protected]>
2019-12-12 20:22:59 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2019-12-12 18:17:35 +0000
|
---|
Props: danielbachhuber, whyisjake, peterwilson, xknown. Prevent stored XSS through wp_targeted_link_rel(). Props: vortfu, whyisjake, peterwilsoncc, xknown, SergeyBiryukov, flaviozavan. Update `wp_kses_bad_protocol()` to recognize `:` on uri attributes, `wp_kses_bad_protocol()` makes sure to validate that uri attributes don’t contain invalid/or not allowed protocols. While this works fine in most cases, there’s a risk that by using the colon html5 named entity, one is able to bypass this function. Brings r46895 to the 5.3 branch. Props: xknown, nickdaugherty, peterwilsoncc. Prevent stored XSS in the block editor. Brings r46896 to the 5.3 branch. Prevent escaped unicode characters become unescaped in unsafe HTML during JSON decoding. Props: aduth, epiqueras.
Author |
Jake Spurlock <[email protected]>
2019-10-15 15:53:26 +0000
|
---|
Simple fix, we pass false as the second parameter to the header function. This is something that we added downstream of the 5.2.4 release, but we missed in 5.2/trunk. Fixes #48309, see also [46544]. Props xknown, whyisjake.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-14 22:01:20 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-10-14 20:04:11 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2019-10-14 17:43:52 +0000
|
---|
Add this header on all GET requests to prevent cached requests. Fixes some code dulication from [46484] and backports the changes from [46484] to the 5.2 branch. Props darthhexx, davidbinda, nickdaugherty, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 17:33:34 +0000
|
---|
Coding standards, ensure that nonce is valid with identical, rather then equal operator. Backports [46477] to the 5.2 branch. Props vortfu, xknown, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 16:33:02 +0000
|
---|
Reject file paths that contain sub-directory paths. Props iandunn, xknown, sstoqnov, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 16:12:33 +0000
|
---|
Reject file paths that contain sub-directory paths. Backports [46476] to the 5.2 branch. Props iandunn, xknown, sstoqnov, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 16:08:12 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:51:55 +0000
|
---|
Return earlier from wp_http_validate_url(). Props: iandunn, xknown, voldemortensen, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:50:43 +0000
|
---|
Prevent unauthenticated views of publicly queryables content types. Props aaroncampbell, whyisjake, nickdaugherty, xknown.
Author |
Sergey Biryukov <[email protected]>
2019-10-14 11:03:34 +0000
|
---|
Props peterwilsoncc, rconde, jmmathc, mat-lipe, Sixes, justinahinon, cmagrin, daxelrod, SergeyBiryukov. Merges [46472] to the 5.2 branch. Fixes #47980.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-05 16:57:14 +0000
|
---|
See #48225.
Author |
Jake Spurlock <[email protected]>
2019-09-06 21:55:28 +0000
|
---|
Merges [46073] to the 5.2 branch. Fixes #47986.
Author |
Sergey Biryukov <[email protected]>
2019-09-05 02:15:55 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2019-09-04 21:39:52 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-09-04 21:26:29 +0000
|
---|
Props whyisjake, desrosj. Fixes #47923.
Author |
Sergey Biryukov <[email protected]>
2019-09-04 18:42:05 +0000
|
---|
Merges [46019] to the 5.2. branch.
Author |
Jonathan Desrosiers <[email protected]>
2019-09-04 17:56:11 +0000
|
---|
Merges [45997] to the 5.2 branch. Props irsdl, sstoqnov, whyisjake.
Author |
Sergey Biryukov <[email protected]>
2019-09-04 17:38:51 +0000
|
---|
Merges [45990] to the 5.2 branch. Props xknown, sstoqnov.
Author |
Jake Spurlock <[email protected]>
2019-09-04 17:22:29 +0000
|
---|
Merges [45979] to the 5.2 branch Props iandunn, adamsilverstein, sstoqnov, peterwilsoncc
Author |
Sergey Biryukov <[email protected]>
2019-09-04 16:57:35 +0000
|
---|
Merges [45971] to the 5.2 branch. Props vortfu, whyisjake, peterwilsoncc.
Author |
Sergey Biryukov <[email protected]>
2019-09-04 16:14:35 +0000
|
---|
Merges [45936] to the 5.2 branch. Props whyisjake, sstoqnov.
Author |
Jake Spurlock <[email protected]>
2019-09-04 16:08:31 +0000
|
---|
Props vortfu, whyisjake, peterwilsoncc
Author |
Jake Spurlock <[email protected]>
2019-08-22 17:56:40 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2019-08-22 17:47:29 +0000
|
---|
Author |
Jake Spurlock <[email protected]>
2019-08-22 17:20:31 +0000
|
---|
Author |
Sergey Biryukov <[email protected]>
2019-08-21 00:28:51 +0000
|
---|
This complements a similar fix for the Menus screen in [45655]. Props donmhico, audrasjb. Merges [45869] to the 5.2 branch. Fixes #47888. See #47723.
Author |
Sergey Biryukov <[email protected]>
2019-08-20 22:54:59 +0000
|
---|
Props garrett-eclipse. Merges [45867] to the 5.2 branch. See #47145.
Author |
Sergey Biryukov <[email protected]>
2019-08-20 22:41:02 +0000
|
---|
For a number of years, the Media modal missed an explicit ARIA role and the required attributes for modal dialogs. This was confusing for assistive technology users, since they may not realize they're inside a dialog, and that consequently the keyboard interactions may be different from the rest of the page. Lack of an explicit label for the dialog was confusing as well, since assistive technology users didn't have an immediate sense of what the dialog is for. This change makes the Media modal meet the ARIA Authoring Practices recommendations, helping users better understand the purpose and interactions with the modal. Also, it makes sure to hide the rest of the page content from assistive technologies, until support for `aria-modal="true"` improves. Additionally: - moves the modal H1 heading to the beginning of the modal content - changes the modal left menu position to make visual and DOM order match - improves the `wp.media.view.FocusManager` documentation Props afercia. Merges [45572] to the 5.2 branch. Fixes #47145.
Author |
Sergey Biryukov <[email protected]>
2019-08-20 19:14:29 +0000
|
---|
Passes the images `alt` attribute value to the Gallery template used within the Classic Editor. Props yarnboy, wpboss. Merges [45725] to the 5.2 branch. Fixes #47687.
Author |
Sergey Biryukov <[email protected]>
2019-08-20 19:12:09 +0000
|
---|
Props ianbelanger, laurelfulford, nayana123. Merges [45764], [45861], and [45863] to the 5.2 branch. Fixes #47414.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:55:01 +0000
|
---|
Making the visual and DOM order match benefits keyboard users who navigate documents sequentially and expect the focus order to be consistent with the sequential reading order. Props afercia. Merges [45506] to the 5.2 branch. Fixes #47458.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:52:01 +0000
|
---|
Props tmatsuur, mukesh27. Merges [45618] to the 5.2 branch. Fixes #45935.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:48:28 +0000
|
---|
This is a follow-up to the previous fix in [45146], which didn't work as expected. Props ryokuhi. Merges [45576] to the 5.2 branch. Fixes #47543. See #40843.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:47:23 +0000
|
---|
Props kjellr, karlgroves. Merges [45425] to the 5.2 branch. Fixes #47190.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:45:12 +0000
|
---|
Props kjellr, ianbelanger. Merges [45761] to the 5.2 branch. Fixes #47340.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:43:21 +0000
|
---|
* Include `forms.css` and `l10n.css`, for consistency with login screen and other admin screens. * Remove redundant `@import` directives from `login.css` for files already declared as dependencies. * Adjust margin on password strength meter for consistency with other fields. * Increase font size for "You will need this password to log in" notice. * Fix misaligned icon on "Hide" button for the password. Props iseulde, [email protected], bassgang, cdog, johnbillion, nmenescardi, mukesh27, alpipego, SergeyBiryukov. Merges [45673] to the 5.2 branch. Fixes #35776, #43483, #47757, #47758.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:38:22 +0000
|
---|
Props monikarao, afercia. Merges [45722] to the 5.2 branch. Fixes #47693.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:36:02 +0000
|
---|
This ensures that the "My Account" toolbar item stays visible at high zoom levels. Props isabel_brison, chetan200891. Merges [45684] to the 5.2 branch. Fixes #47603.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:33:43 +0000
|
---|
This fixes where 2 primary buttons were showing for bulk actions within media trash. Props garrett-eclipse, afercia, ianbelanger, SergeyBiryukov, karmatosed. Merges [45701] to the 5.2 branch. Fixes #46757, #46758
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:30:50 +0000
|
---|
- makes the Dismiss Errors button visible in the media views inline uploader - avoids a focus loss when activating the Dismiss Errors button See the related GitHub issue from the WPCampus accessibility audit https://github.com/WordPress/gutenberg/issues/15354 Props afercia. Merges [45376] to the 5.2 branch. Fixes #47113.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:28:20 +0000
|
---|
Props afercia. Merges [45411] to the 5.2 branch. Fixes #47386.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:25:45 +0000
|
---|
Props mspatovaliyski, afercia. Merges [45526] to the 5.2 branch. Fixes #47502.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:23:27 +0000
|
---|
Smilies in ignored tags are not supposed to be converted to emoji, but this can malfunction if the tag has attributes. For example, the Preformatted block with add a `class` to the `<pre>` tag. Props pento, jikamens. Merges [45569] to the 5.2 branch. Fixes #47489.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:17:14 +0000
|
---|
Props mukesh27, rabmalin. Merges [45284] to the 5.2 branch. Fixes #47079.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:14:38 +0000
|
---|
- adds `role="presentation"` to the edit comment table - removes a few pointless `<fieldset>` elements - adds a few missing `<label>` elements - adds the CSS class `class="td-full"` to table rows spanning to multiple cells - adds explicit `scope="row"` attribute to the table headers in `options-permalink.php`: this table is better communicated as data table - uses consistent label association in the "Privacy Settings" page - in the installation page "Set up your database connection": associates descriptions to their inout fields using `aria-describedby` - improves the link to gravatar.com in the `user-edit.php` page Props afercia. Merges [45416] to the 5.2 branch. See #46899. Fixes #47390.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:12:44 +0000
|
---|
Adds `role="presentation"` to the `<table>` elements used for layout purposes. Ideally, HTML tables should be used for tabular data. When tables are used for layout purposes, it's important to remove any native semantics so that assistive technologies can correctly announce the table content in a linearized fashion. Props greatislander, afercia. Merges [45403] to the 5.2 branch. See #46899.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:08:48 +0000
|
---|
Props diddledan, sharaz, vaishalipanchal, afragen. Merges [45750] to the 5.2 branch. Fixes #47835.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:06:15 +0000
|
---|
Props majemedia, SergeyBiryukov. Merges [45655] and [45656] to the 5.2 branch. Fixes #47723.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:03:46 +0000
|
---|
Props aprea. Merges [45564] to the 5.2 branch. Fixes #47604.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 04:01:53 +0000
|
---|
Props vjik, SergeyBiryukov. Merges [45626] to the 5.2 branch. Fixes #47688. See #23740.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 03:59:58 +0000
|
---|
Props pento, gqevu6bsiz. Merges [45619] to the 5.2 branch. Fixes #45739.
Author |
Sergey Biryukov <[email protected]>
2019-08-19 03:55:47 +0000
|
---|
When adding a Custom Link and leaving the "Link Text" field empty, WordPress used to set a default fallback text: "Menu Item". The changes in [36379] broke this behavior making the fallback text: `(Pending)`, with a leading space. Pending major refactoring of the Menus page (which is going to use a block-based user interface) this change just restores the original behavior by adding the fallback text to the related AJAX response. Props christophherr, Fencer04, thakkarhardik, backermann1978, audrasjb. Merges [45727] to the 5.2 branch. Fixes #38415.
Author |
Sergey Biryukov <[email protected]>
2019-07-24 22:01:22 +0000
|
---|
Props mukesh27, marybaum, audrasjb. Merges [45563] to the 5.2 branch. Fixes #47561.
Author |
Jonathan Desrosiers <[email protected]>
2019-06-20 09:54:13 +0000
|
---|
Merges [45551] to the 5.2 branch. Props pedromendonca, garrett-eclipse. See #47475. Fixes #47538.
Author |
Jonathan Desrosiers <[email protected]>
2019-06-18 18:11:59 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-06-18 16:52:07 +0000
|
---|
Reviewed by ocean90, desrosj. Props audrasjb. Fixes #47558.
Author |
Jonathan Desrosiers <[email protected]>
2019-06-18 15:39:18 +0000
|
---|
Author |
Andrew Ozz <[email protected]>
2019-06-13 17:32:10 +0000
|
---|
Author |
Andrew Ozz <[email protected]>
2019-06-13 17:07:19 +0000
|
---|
Author |
Andrew Ozz <[email protected]>
2019-06-13 16:04:39 +0000
|
---|
Props desrosj, karmatosed, chetan200891, afercia, afragen, garrett-eclipse. Merges [45529] to the 5.2 branch. Fixes #47070.
Author |
Jonathan Desrosiers <[email protected]>
2019-06-13 15:33:27 +0000
|
---|
In [38887], installing themes in the Customizer was disabled for multisite installs. However, an update link continues to be displayed when a theme update is available. Clicking the link causes a JavaScript error. This removes that update link because updates cannot actually be performed in the Customizer in this situation. Reviewed by desrosj and azaozz. Merges [45527] to the 5.2 branch. Props desrosj, earnjam, mukesh27, audrasjb, garrett-eclipse. Fixes #46997.
Author |
Andrea Fercia <[email protected]>
2019-06-12 19:35:20 +0000
|
---|
Props dkarfa, davidbaumwald, Clorith, tinkerbelly, afercia. Merges [45522] to the 5.2 branch. Fixes #46881 for 5.2.2.
Author |
Andrea Fercia <[email protected]>
2019-06-12 19:23:50 +0000
|
---|
Merges [45520] to the 5.2 branch. Fixes #45094 for 5.2.2.
Author |
Jonathan Desrosiers <[email protected]>
2019-06-10 19:36:36 +0000
|
---|
Author |
Jonathan Desrosiers <d[email protected]>
2019-06-10 19:12:24 +0000
|
---|
Author |
Sergey Biryukov <[email protected]>
2019-06-10 14:15:20 +0000
|
---|
Props pedromendonca, garrett-eclipse. Merges [45515] to the 5.2 branch. Fixes #47475.
Author |
Andrea Fercia <[email protected]>
2019-06-10 14:02:03 +0000
|
---|
Props immeet94, jankimoradiya, desrosj, shashank3105, chetan200891, Clorith, hedgefield. Merges [45463] to the 5.2 branch. Fixes #46960 for 5.2.2.
Author |
Andrea Fercia <[email protected]>
2019-06-10 13:58:10 +0000
|
---|
The extra border was visible in the responsive view for smaller screens after [32844]. Props jitendrabanjara1991. Merges [45501] and [45502] to the 5.2 branch. Fixes #46749 for 5.2.2.
Author |
Sergey Biryukov <[email protected]>
2019-06-10 13:47:32 +0000
|
---|
Props ramiy. Merges [45488] to the 5.2 branch. Fixes #47227.
Author |
Sergey Biryukov <[email protected]>
2019-06-10 13:45:57 +0000
|
---|
Reverts [29264]. As we now have a build task to replace dashicons for RTL, the CSS rules no longer worked as expected and had the opposite effect. Props ramiy, SergeyBiryukov. Merges [45495] to the 5.2 branch. Fixes #46289.
Author |
Jonathan Desrosiers <[email protected]>
2019-06-10 13:32:41 +0000
|
---|
Merges [45298] to the 5.2 branch. Props dimadin. Fixes #47158.
Author |
Andrea Fercia <[email protected]>
2019-06-10 13:32:01 +0000
|
---|
- makes the buttons visual order match the DOM order - also, restores the focus style on the "hero" primary button after [34948] Props vrimill, mukesh27 for reporting and testing. Merges [45503] to the 5.2 branch. Fixes #45094 for 5.2.2.
Author |
Peter Wilson <[email protected]>
2019-06-10 07:49:27 +0000
|
---|
Introduces the faux primitive capability `view_site_health_checks` available to single site admins and multisite super-admin to view the site health page within the admin. The capability is mapped to the `install_plugins` capability without being dependent on the file system being writable. This fixes a bug where the feature couldn't be used by sites unable to write to the file system or managed through version control. The capability is granted on the `user_has_cap` filter. Props birgire, Clorith, palmiak, peterwilsoncc, spacedmonkey. Merges [45507] to the 5.2 branch. Fixes #46957 for 5.2.2.
Author |
Riad Benguella <[email protected]>
2019-05-30 15:47:36 +0000
|
---|
- Fix the template validation notice - Fix for focus jumps when typing in meta attributes Packages updated: - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] Props aduth, desrosj. Merges [45481] to the 5.2 branch. Fixes #47429.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-21 19:35:35 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-21 18:18:01 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-20 18:01:24 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-20 17:42:17 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-20 14:46:35 +0000
|
---|
The maximum modified time for a is currently being determined after an arbitrary date format is applied. Because the string sort in `max()` is being used to return the highest (most recent) modified value, the incorrect date is sometimes returned. This was introduced in [45247]. Merges [45367] to the 5.2 branch. Reviewed by desrosj, SergeyBiryukov. Props onlanka, Rarst, mukesh27. Fixes #47304.
Author |
Sergey Biryukov <[email protected]>
2019-05-20 14:30:38 +0000
|
---|
`wp-admin/includes/update-core.php` runs in the context of the previous WordPress version. Any calls to newly introduced functions there need to be checked via `function_exists()`. Reviewed by desrosj, earnjam, SergeyBiryukov. Props dd32, imath. Merges [45365] to the 5.2 branch. Fixes #47323.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-20 14:20:44 +0000
|
---|
Also, update the number of bugs fixed in 5.2.1 to include those being fixed after RC1. Reviewed by desrosj, SergeyBiryukov. Props ocean90, SergeyBiryukov, mukesh27. Fixes #47312.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 19:42:08 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 19:07:11 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 18:50:53 +0000
|
---|
32 bugs were squashed in 5.2.1. Props earnjam, ianbelanger, chanthaboune. Fixes #47294.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 18:15:41 +0000
|
---|
Additionally, fix a regression in [44451] where the error message in `wp-admin/upgrade.php` was prepared, but never displayed. Props afragen, netweb, hareesh-pillai, SergeyBiryukov. Merges [45357] to the 5.2 branch. Fixes #46937.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 17:48:23 +0000
|
---|
The `sodium_compat` library can be very slow for certain operations on 32-bit architectures, which can lead to web server timeouts while attempting to verify an update. This adds a runtime speed check to skip signature verification on systems that would otherwise time out. Includes simple unit tests. Merges [45345] to the 5.2 branch. Props dd32, paragoninitiativeenterprises, tellyworth. Fixes #47186.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 17:19:21 +0000
|
---|
This adds a `runtime_speed_test()` method for estimating if the 32-bit implementation is fast enough for expensive computations. Merges [45344] to the 5.2 branch. Props paragoninitiativeenterprises, tellyworth. See #47186.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 17:07:41 +0000
|
---|
Merges [45342] to the 5.2 branch. Props MikeNGarrett, peterwilsoncc, azaozz. Fixes #47020.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 13:30:15 +0000
|
---|
`wp_delete_file_from_directory()` should always normalize file paths before comparing. Props tonybogdanov, SergeyBiryukov. Merges [45352] to the 5.2 branch. Fixes #47185.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 12:37:43 +0000
|
---|
This allows automated scripts and test suites to interpret the result correctly. Props jrf, spacedmonkey. Merges [45350] to the 5.2 branch. Fixes #47169.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 12:11:06 +0000
|
---|
Props birgire, TobiasBg, fierevere, audrasjb, SergeyBiryukov. Merges [45348] to the 5.2 branch. Fixes #46316, #47244.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 11:55:28 +0000
|
---|
Props ocean90, tobifjellner. Merges [45346] to the 5.2 branch. Fixes #47161.
Author |
Andrew Ozz <[email protected]>
2019-05-17 04:48:21 +0000
|
---|
Props parkcityj, azaozz. Merges [45316] to the 5.2 branch. Fixes #47229 #47205.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 02:23:53 +0000
|
---|
Props dkarfa, sachyya-sachet. Merges [45340] to the 5.2 branch. Fixes #47177. See #42057.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 01:08:45 +0000
|
---|
Props desrosj, mukesh27. Merges [45338] to the 5.2 branch. Fixes #46408.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 01:00:59 +0000
|
---|
Props edocev, Presskopp. Merges [45336] to the 5.2 branch. Fixes #47264.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 00:55:22 +0000
|
---|
Use an established pattern of moving additional link attributes out of the translatable string. Props dimadin. Merges [45334] to the 5.2 branch. Fixes #47159.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-17 00:41:38 +0000
|
---|
Merges [45301] to the 5.2 branch. Props afercia. Fixes #47065.
Author |
Sergey Biryukov <[email protected]>
2019-05-17 00:08:51 +0000
|
---|
Props dimadin, SergeyBiryukov. Merges [45331] to the 5.2 branch. Fixes #47161.
Author |
Sergey Biryukov <[email protected]>
2019-05-16 22:29:35 +0000
|
---|
See #47297.
Author |
Sergey Biryukov <[email protected]>
2019-05-16 22:23:51 +0000
|
---|
Props chesio. Merges [45328] to the 5.2 branch. Fixes #47297.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-16 20:46:41 +0000
|
---|
Merges [45326] to the 5.2 branch. Props anischarolia, ianbelanger, afercia. Fixes #46961.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-16 19:07:41 +0000
|
---|
In [41197], changes were made to improve the responsive view for the Menu Name field and Save buttons. This caused the Delete Menu button to be misaligned. Merges [45324] to the 5.2 branch. Props ianbelanger, audrasjb, afercia, mukesh27. Fixes #47173.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-16 18:31:43 +0000
|
---|
This changes the CSS for Site Health headers to use flexbox, which helps ensure the text is vertically aligned center and consistently spaced in both the Status and Info tabs. It also fixes an issue where the loading spinner GIF was cut off on smaller screens (originally reported in #47203. Merges [45322] to the 5.2 branch. Props Presskopp, odminstudios, kjellr, afercia, desrosj, hedgefield, ianbelanger, xavortm. Fixes #47063.
Author |
Andrew Duthie <[email protected]>
2019-05-16 18:11:22 +0000
|
---|
Updated packages: - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] Props: youknowriad, gwwar, iseulde, tfrommen, gziolo. Merges [45319] to the 5.2 branch. Fixes #47284.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-16 16:33:42 +0000
|
---|
Also fixes a few translators comments and coding standards. Merges [45300] to the 5.2 branch. Props audrasjb, afercia. Fixes #47106.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-15 19:53:42 +0000
|
---|
When a drop-in (such as `advanced-cache.php`) contains a PHP error, additional PHP errors are caused when displaying the error protection screen because `load_default_textdomain()` and `WP_Error` are not yet available. Though recovery mode is not supported for `mu-plugins` and drop-ins, fatal error protection is. This change ensures the error screen is displayed when a fatal error is encountered within a drop-in and not a white screen. Merges [45311] to the 5.2 branch. Props TimothyBlynJacobs, spacedmonkey, daxelrod. Fixes #47265.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-15 19:51:20 +0000
|
---|
This change removes redundant CSS properties for different health check statuses in favor of utilizing the `.dashicons` class already in Core to define them more consistently. This also fixes the vertical alignment issues. Merges [45309] to the 5.2 branch. Props chetan200891, Clorith, desrosj. Fixes #46940.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-15 19:48:33 +0000
|
---|
Merges [45308] to the 5.2 branch. Props Clorith, sebastienserre, jeremyfelt, desrosj. Fixes #47189.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-15 19:46:45 +0000
|
---|
This was causing console warnings in some browsers. Merges [45310] to the 5.2 branch. Props aduth, joen, afercia, timph, ianbelanger. Fixes #47183.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-10 14:44:49 +0000
|
---|
Merges [45296] to the 5.2 branch. Props anischarolia, mukesh27. Fixes #46972.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-07 21:19:15 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-05-07 20:01:00 +0000
|
---|
Reviewed by ocean90, SergeyBiryukov. Props ocean90. Fixes #46901.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-07 19:38:23 +0000
|
---|
Author |
laurelfulford <[email protected]>
2019-05-07 19:05:06 +0000
|
---|
Update the theme versions and release dates for the default themes, in time for WordPress 5.2. The POT files for Twenty Eleven and Twenty Ten have also been updated. Reviewed by desrosj, jorbin. Merges [45289] to the 5.2 branch. Fixes #47172.
Author |
Jonathan Desrosiers <[email protected]>
2019-05-07 17:21:23 +0000
|
---|
Use final image URLs and fix a bug in IE11 where images were being cut off. Reviewed by afercia, desrosj. Merges [45287] to the 5.2 branch. Props afercia, SergeyBiryukov, ianbelanger, desrosj, audrasjb. Fixes #46901.
Author |
Andrew Ozz <[email protected]>
2019-05-04 21:06:14 +0000
|
---|
Props david.binda, spacedmonkey, boonebgorges, birgire, jorbin, azaozz. Merges [45285] from trunk. Fixes #47114 for 5.2.
Author |
Aaron Jorbin <[email protected]>
2019-05-02 16:20:34 +0000
|
---|