wp-trunk
branch
Author |
Sergey Biryukov <[email protected]>
2019-12-14 15:51:33 +0000
|
---|
Props krynes, tristanleboss. Fixes #48549.
Author |
Sergey Biryukov <[email protected]>
2019-12-13 21:43:06 +0000
|
---|
Props johnbillion, Rarst. Fixes #48650.
Author |
Sergey Biryukov <[email protected]>
2019-12-13 21:25:14 +0000
|
---|
Props ramiy. Fixes #48863.
Author |
Ian Belanger <[email protected]>
2019-12-12 18:24:33 +0000
|
---|
This bumps the Twenty Twenty version number to `1.1` and update the `readme.txt` changelog. Props audrasjb, sinatrateam, SergeyBiryukov Fixes #48944.
Author |
Jake Spurlock <[email protected]>
2019-12-12 18:00:45 +0000
|
---|
Prevent escaped unicode characters become unescaped in unsafe HTML during JSON decoding. Props: aduth, epiqueras,
Author |
Jake Spurlock <[email protected]>
2019-12-12 17:52:18 +0000
|
---|
`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. Props: xknown, nickdaugherty, peterwilsoncc.
Author |
Jake Spurlock <[email protected]>
2019-12-12 17:51:35 +0000
|
---|
Props: vortfu, whyisjake, peterwilsoncc, xknown, SergeyBiryukov, flaviozavan.
Author |
Jake Spurlock <[email protected]>
2019-12-12 17:50:13 +0000
|
---|
Props: danielbachhuber, whyisjake, peterwilson, xknown.
Author |
Sergey Biryukov <[email protected]>
2019-12-12 16:45:32 +0000
|
---|
Follow-up to [13754]. Props dingo_d. Fixes #48913.
Author |
Sergey Biryukov <[email protected]>
2019-12-11 23:01:23 +0000
|
---|
* Remove a stray chevron. * Improve focus and hover styles. Props garrett-eclipse, audrasjb. Fixes #48927.
Author |
Sergey Biryukov <[email protected]>
2019-12-11 22:12:09 +0000
|
---|
Follow-up to [46090]. Props mat-lipe. Fixes #48943.
Author |
Andrew Ozz <[email protected]>
2019-12-11 18:54:55 +0000
|
---|
- Silence errors when a node doesn't exist similarly to jQuery. - Add "feature testing" and fallbacks for old browsers as this may run on the front-end. - Improve inline docs. Props dinhtungdu, azaozz. Fixes #47069.
Author |
Sergey Biryukov <[email protected]>
2019-12-11 15:46:51 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-12-11 15:40:57 +0000
|
---|
The previous change in [45607] appears to be accidental. Props Rarst. Fixes #48933.
Author |
Sergey Biryukov <[email protected]>
2019-12-11 10:57:44 +0000
|
---|
Props grapplerulrich. Fixes #48932.
Author |
Andrew Ozz <[email protected]>
2019-12-10 18:31:46 +0000
|
---|
Props AlexHolsgrove. Fixes #48577.
Author |
Sergey Biryukov <[email protected]>
2019-12-10 13:45:41 +0000
|
---|
Props sgoen. Fixes #48514.
Author |
Sergey Biryukov <[email protected]>
2019-12-10 01:32:56 +0000
|
---|
See #47069.
Author |
Andrew Ozz <[email protected]>
2019-12-10 01:01:35 +0000
|
---|
Props dinhtungdu, audrasjb, azaozz. Fixes #47069.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 22:27:41 +0000
|
---|
Follow-up to [46860]. Props aduth, garrett-eclipse, audrasjb, azaozz. Fixes #48884.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 21:01:13 +0000
|
---|
Props welcher, ispreview, ayeshrajans, NextScripts, adamsilverstein, garrett-eclipse, 123host. Fixes #48599.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 20:24:17 +0000
|
---|
This improves the appearance of various form controls in the admin and addresses some visual inconsistencies in WordPress 5.3. Props afercia, audrasjb, jameskoster, GDragoN, azaozz, michaelarestad, murgroland, SamuelFernandez, chetan200891, veminom, dlh. Fixes #48420.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 19:54:16 +0000
|
---|
Previously, `post_date` or `comment_date` was assumed to be GMT, which is only true if the timezone string for the site matches GMT. Add unit tests. Props Rarst, smerriman, justdaiv, wonderboymusic, noyle. Fixes #30429.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 18:48:50 +0000
|
---|
Add more unit tests. Props Rarst, Clorith, timon33, Xendo, SergeyBiryukov. Fixes #48606.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 17:35:22 +0000
|
---|
The list of included fixes: - Edge scrolling issues https://github.com/WordPress/gutenberg/pull/17707 - Intermittent JavaScript issues https://github.com/WordPress/gutenberg/pull/18559 - Remove embed CollegeHumor https://github.com/WordPress/gutenberg/pull/18591 Updated packages: - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] Props youknowriad, ellatrix, epiqueras, audrasjb, gziolo, mcsf, kyliesabra. Fixes #48884.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 16:40:11 +0000
|
---|
This includes a speedup for signature verification on most platforms and bugfixes for 32-bit platforms. Props paragoninitiativeenterprises, lukaswaudentio. Fixes #48371.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 16:21:10 +0000
|
---|
Follow-up to [46359]. Props sabernhardt, audrasjb. Fixes #48907.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 16:16:09 +0000
|
---|
See #48876.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 15:29:47 +0000
|
---|
* Add a color that passes WCAG color contrast criteria to every link. * Add an underline for links in credits list only on hover/focus. Props audrasjb, ixkaito, mukesh27, melchoyce, SergeyBiryukov. Fixes #48582.
Author |
Ian Belanger <[email protected]>
2019-12-09 15:08:16 +0000
|
---|
This fixes placeholder misalignment in Firefox when a `height` is added as an inline style to the input field. Props aljullu, subratamal. Fixes #48876.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 14:58:52 +0000
|
---|
Props acosmin. Fixes #48918.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 14:24:26 +0000
|
---|
Previously, checkboxes for pending comments were partially hidden due to an added `4px` border. Props audrasjb, jeremyfelt, talldanwp, melchoyce, marcelo2605, waleedt93. Fixes #48815.
Author |
Ian Belanger <[email protected]>
2019-12-09 14:06:55 +0000
|
---|
This makes the checkbox in the comment form larger and more consistent with other checkboxes. Props kharisblank, audrasjb. Fixes #48652.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 13:47:12 +0000
|
---|
This ensures that the actual UI controls state matches the visually conveyed state. Props afercia, audrasjb, dinhtungdu, sathyapulse, simonjanin, welcher, SergeyBiryukov. Fixes #48409.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 13:37:30 +0000
|
---|
Props SGr33n, audrasjb, nielslange, JarretC. Fixes #48688.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 13:24:20 +0000
|
---|
Props desrosj, birgire. Fixes #48334.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 13:08:53 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 12:16:43 +0000
|
---|
See #42437.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 11:48:00 +0000
|
---|
Props msaari, SergeyBiryukov. Fixes #48906.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 11:29:14 +0000
|
---|
See #48145.
Author |
Sergey Biryukov <[email protected]>
2019-12-09 10:39:39 +0000
|
---|
Previously, tests could create sequential objects with names like `Term 99`, `Term 100`, which by default would be returned in reverse order when sorted by name alphabetically, causing seemingly random test failures that are extremely hard to debug. See #48145.
Author |
Sergey Biryukov <[email protected]>
2019-12-08 18:00:23 +0000
|
---|
See #30017, #48145.
Author |
Sergey Biryukov <[email protected]>
2019-12-07 14:01:44 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-12-07 13:54:43 +0000
|
---|
This makes `@since` notations in Twenty Seventeen, Twenty Nineteen, and Twenty Twenty consistent with the previous bundled themes. See #48303.
Author |
John Blackbourn <[email protected]>
2019-12-07 13:21:07 +0000
|
---|
See #48303
Author |
Sergey Biryukov <[email protected]>
2019-12-07 11:03:09 +0000
|
---|
The JS implementation had multiple issues and did not work as expected. This change includes an accessibility enhancement by using `prefers-reduced-motion: reduce` media query property for users that don't want motion effects. For further explanation on this media query, see MDN documentation: https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior#Accessibility_concerns Props audrasjb, melchoyce, joostdevalk, Anlino, mauteri, sergiomdgomes, littlebigthing, williampatton, netweb, andraganescu, joyously, acosmin, mukesh27, hareesh-pillai. Fixes #48763, #48551, #48866.
Author |
John Blackbourn <[email protected]>
2019-12-06 22:41:26 +0000
|
---|
See #48303
Author |
Andrew Ozz <[email protected]>
2019-12-06 22:26:19 +0000
|
---|
Props Viper007Bond, pbiron, azaozz. Fixes #42437.
Author |
John Blackbourn <[email protected]>
2019-12-06 22:21:07 +0000
|
---|
See #48303
Author |
Aaron Jorbin <[email protected]>
2019-12-06 18:10:58 +0000
|
---|
This doesn't change the underlying option name as that would be a backcompat break, but it makes the UI a bit more inclusive. Props dartiss, jeremyfelt, aaronjorbin. Fixes #48900.
Author |
Sergey Biryukov <[email protected]>
2019-12-06 17:25:32 +0000
|
---|
The test was moved into its own file in [37478], but never removed from its previous location. See #36711.
Author |
Sergey Biryukov <[email protected]>
2019-12-05 22:10:29 +0000
|
---|
Follow-up to [46815]. Props melchoyce, ryelle, larrach, audrasjb, studiotwee, afercia, azaozz. Fixes #48598.
Author |
Sergey Biryukov <[email protected]>
2019-12-05 21:30:58 +0000
|
---|
This ensures that secondary buttons have an appropriate color contrast in the alternative color schemes. Props melchoyce, ryelle, audrasjb, ate-up-with-motor, afercia, sabernhardt. Fixes #48585.
Author |
Sergey Biryukov <[email protected]>
2019-12-05 13:46:43 +0000
|
---|
Props ramiy, SergeyBiryukov. Fixes #48883.
Author |
Ian Belanger <[email protected]>
2019-12-04 15:57:54 +0000
|
---|
This adds an option to the Customizer that allows you to turn the author bio on or off, sitewide. Props williampatton, nielslange acosmin, dlh. Fixes #48550.
Author |
Sergey Biryukov <[email protected]>
2019-12-04 10:34:03 +0000
|
---|
Props ramiy. Fixes #48875.
Author |
Sergey Biryukov <[email protected]>
2019-12-03 13:56:25 +0000
|
---|
* Document accepted values for the `$items` parameter. * Use interpolated syntax for the filter name. Props dilipbheda, johnbillion, SergeyBiryukov. Fixes #48857.
Author |
Sergey Biryukov <[email protected]>
2019-12-02 14:47:27 +0000
|
---|
The `all_category_ids` cache key it relied on was removed in [5555] and never repopulated, causing invalid or unexpected results when using a persistent object cache. Props itowhid06, johnjamesjacoby. Fixes #48176.
Author |
Andrew Ozz <[email protected]>
2019-12-01 18:24:30 +0000
|
---|
Fixes #48736.
Author |
Sergey Biryukov <[email protected]>
2019-12-01 12:11:57 +0000
|
---|
The `spl_object_hash()` function was introduced in PHP 5.2.0. As of PHP 5.3, the PHP SPL extension can no longer be disabled, so the `WP_Widget_Factory::hash_object()` workaround was removed in [46220]. See #48074.
Author |
Sergey Biryukov <[email protected]>
2019-11-30 00:40:24 +0000
|
---|
Props donmhico, jeremyfelt. Fixes #48799.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 22:15:31 +0000
|
---|
See #47407.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 22:12:10 +0000
|
---|
See #47407, #48074.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 22:02:30 +0000
|
---|
See #48839.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 21:58:37 +0000
|
---|
See #48839.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 21:57:09 +0000
|
---|
Props dkarfa. Fixes #48839.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 21:40:58 +0000
|
---|
Synchronize documentation for `add_filter()`, `tests_add_filter()`, `_wp_filter_build_unique_id()`, `_test_filter_build_unique_id()`. Add a note that `$tag` and `$priority` are no longer used in `_wp_filter_build_unique_id()` since [46220], and the function always returns a string now. Props donmhico, remcotolsma, SergeyBiryukov. Fixes #47407. See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 17:59:47 +0000
|
---|
Per the documentation standards, `@returns` is an unsupported synonym, `@return` should be used instead: https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/javascript/ See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-29 16:55:01 +0000
|
---|
Props shital-patel, kalpshit. Fixes #48305.
Author |
Sergey Biryukov <[email protected]>
2019-11-28 15:46:45 +0000
|
---|
The test reports a failure if the default timezone was changed with `date_default_timezone_set()` to anything other than `UTC`. WordPress historically uses `UTC` as the default timezone for calculating date and time offsets, overriding it is not recommended and can cause widespread and obscure issues. Props Rarst, Clorith, TimothyBlynJacobs. Fixes #48692.
Author |
Sergey Biryukov <[email protected]>
2019-11-28 13:40:19 +0000
|
---|
Overriding default PHP timezone with `date_default_timezone_set()`, while not recommended, should not inadvertently result in changing existing permalinks. Add a unit test. Props Rarst, steevithak, archon810, maciejmackowiak, Ov3rfly, Cybr, hometowntrailers, scvleon, miette49. Fixes #48623.
Author |
Sergey Biryukov <[email protected]>
2019-11-28 00:27:21 +0000
|
---|
Props jorgefilipecosta. Fixes #48376.
Author |
Sergey Biryukov <[email protected]>
2019-11-27 23:53:31 +0000
|
---|
This addresses an inconsistency with `_deprecated_hook()`, which uses `is_null()` to check if `$replacement` was provided, however the previous default value was `false`. Props shaampk1, felipeelia. Fixes #48817.
Author |
Sergey Biryukov <[email protected]>
2019-11-27 19:49:24 +0000
|
---|
Props amolv, equin0x80, dlh. Fixes #48184.
Author |
Sergey Biryukov <[email protected]>
2019-11-27 16:50:59 +0000
|
---|
Props mukesh27, iihglobal, wpamitkumar. Fixes #48805.
Author |
Sergey Biryukov <[email protected]>
2019-11-27 14:33:47 +0000
|
---|
Props sathyapulse, TimothyBlynJacobs. Fixes #48313.
Author |
Ian Belanger <[email protected]>
2019-11-26 18:19:54 +0000
|
---|
On mobile devices using a webkit browser, the menu and search modals could not be opened due to a `TypeError: document.body is null`. This commit fixes that issue by adding a `touch-enabled` class to the body for browsers that do not support media queries. Props quicoto, poena, Boga86, acosmin, macmanx. Fixes #48601.
Author |
Sergey Biryukov <[email protected]>
2019-11-26 16:17:02 +0000
|
---|
See #48675.
Author |
Dominik Schilling <[email protected]>
2019-11-26 15:17:30 +0000
|
---|
Prevents an empty continue button if a translation isn't yet available. Props sathyapulse. Fixes #48776.
Author |
Sergey Biryukov <[email protected]>
2019-11-25 13:59:02 +0000
|
---|
Addresses a regression in [45926]. Props wpgurudev, aravindajith, anantajitjg, davidbaumwald. Fixes #48725.
Author |
Sergey Biryukov <[email protected]>
2019-11-25 13:42:22 +0000
|
---|
See #31245.
Author |
Sergey Biryukov <[email protected]>
2019-11-25 10:05:39 +0000
|
---|
Props Mte90, jrf, hareesh-pillai. Fixes #48324.
Author |
SergeyBiryukov <[email protected]>
2019-11-24 19:55:01 +0000
|
---|
* "change your theme completely" * Active theme in the "At a Glance" box * "View all drafts" in the Quick Draft box Split "Manage widgets or menus" into separate items for consistency with other links. For better accessibility, links that are a part of other text should be underlined and not rely on color alone to be distinguished. Per accessibility coding standards: > When links can be identified as such by the context, for example because they’re part of a menu, or a set of links clearly identified as user interface controls, they don’t necessarily need to be underlined. In all the other cases, especially for links surrounded by other text (in a line or block of text), links need to be always underlined. https://make.wordpress.org/core/handbook/best-practices/coding-standards/accessibility-coding-standards/#links-underline-or-no-underline https://make.wordpress.org/accessibility/handbook/design/use-of-color/#not-by-color-alone Props afercia, audrasjb, karmatosed. Fixes #48406.
Author |
Sergey Biryukov <[email protected]>
2019-11-24 10:53:40 +0000
|
---|
Props manikmist09. Fixes #48624.
Author |
Sergey Biryukov <[email protected]>
2019-11-23 19:19:57 +0000
|
---|
See #48777.
Author |
Sergey Biryukov <[email protected]>
2019-11-23 18:49:59 +0000
|
---|
Props sathyapulse, zodiac1978. Fixes #48777.
Author |
Sergey Biryukov <[email protected]>
2019-11-23 14:52:13 +0000
|
---|
Props nielslange, Anlino. Fixes #48619.
Author |
Sergey Biryukov <[email protected]>
2019-11-23 10:13:32 +0000
|
---|
Props audrasjb, youknowriad. Fixes #48696.
Author |
Sergey Biryukov <[email protected]>
2019-11-22 18:26:41 +0000
|
---|
See #48771, #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-22 18:14:45 +0000
|
---|
* Fix typo in `is_blog_admin()` description. * Capitalize PHP correctly in `enable_wp_debug_mode_checks` filter description. * Capitalize XML correctly in `wp_is_xml_request()` return value description. Props stevegrunwell. Fixes #48771.
Author |
Sergey Biryukov <[email protected]>
2019-11-22 00:02:12 +0000
|
---|
Props sathyapulse, Spaceshipone, tmatsuur, audrasjb, afercia. Fixes #48592.
Author |
Sergey Biryukov <[email protected]>
2019-11-21 16:25:38 +0000
|
---|
Follow-up to [46756]. See #48675.
Author |
Sergey Biryukov <[email protected]>
2019-11-21 13:16:50 +0000
|
---|
With the changes in [45908], `mysql2date()` works correctly for all local time inputs, but should not be used for UTC time inputs. Add a unit test. Props Rarst, lisota. Fixes #48675.
Author |
Sergey Biryukov <[email protected]>
2019-11-21 00:06:32 +0000
|
---|
Follow-up to [44541]. See #45898.
Author |
Sergey Biryukov <[email protected]>
2019-11-20 18:47:08 +0000
|
---|
Props JarretC, Jean-David, SergeyBiryukov. Fixes #46686.
Author |
Sergey Biryukov <[email protected]>
2019-11-20 13:40:39 +0000
|
---|
Every time an autoloaded option is updated or deleted, the `alloptions` cache is similarly updated. Due to the race condition, on any autoloaded option being updated, every other autoloaded option had its value set to the value at load time, causing a mismatch between the data in the persistent cache and the database. This change introduces a `$force_cache` parameter for `wp_load_alloptions()` to force an update of the local `alloptions` cache from the persistent cache when an option is added, updated, or deleted, to minimize the chance of affecting other options. Props fabifott, rmccue, tollmanz, johnjamesjacoby, spacedmonkey, dd32, jipmoors, tellyworth, jeremyclarke, joehoyle, boonebgorges, danielbachhuber, flixos90, jeichorn, mihdan, Grzegorz.Janoszka, SergeyBiryukov. See #31245.
Author |
Sergey Biryukov <s[email protected]>
2019-11-20 08:31:32 +0000
|
---|
Props dkarfa. Fixes #48737.
Author |
Sergey Biryukov <[email protected]>
2019-11-20 08:29:36 +0000
|
---|
Props david.binda. Fixes #48005.
Author |
Sergey Biryukov <[email protected]>
2019-11-19 11:05:08 +0000
|
---|
Props wpgurudev, andreaitm. Fixes #48721. See #42186.
Author |
Sergey Biryukov <[email protected]>
2019-11-19 09:59:19 +0000
|
---|
Props wpgurudev, pagewidth, lukecavanagh, johnbillion, kkarpieszuk. Fixes #38334.
Author |
Andrea Fercia <[email protected]>
2019-11-18 22:21:26 +0000
|
---|
The `aria-pressed` attribute communicates semantically the "active" state of buttons that otherwise only look "active". Fixes #48355.
Author |
Sergey Biryukov <[email protected]>
2019-11-18 17:05:23 +0000
|
---|
Props tanvirul. Fixes #48704.
Author |
Andrea Fercia <[email protected]>
2019-11-18 16:49:42 +0000
|
---|
The `aria-current` attribute is a simple, effective, way to help assistive technology users orientate themselves within a set of items. Props mayanksonawat, afercia. Fixes #48271.
Author |
Andrea Fercia <[email protected]>
2019-11-18 16:21:37 +0000
|
---|
Fixes a bug after [45499], where the backbone view element isn't the input field any longer. Also, managing focus programmatically is often an assumption on a specific user flow and should generally be avoided, see #43169. Props dufresnesteven. See #43169. Fixes #48588.
Author |
Sergey Biryukov <[email protected]>
2019-11-18 13:16:54 +0000
|
---|
While technically correct as is, the latter is more consistent with other admin styles and causes less confusion. Props manikmist09. Fixes #48629.
Author |
Sergey Biryukov <[email protected]>
2019-11-18 07:57:47 +0000
|
---|
Improve documentation for consistency with `WP_Post_Type::$labels`. Props alpipego. Fixes #48681.
Author |
Sergey Biryukov <[email protected]>
2019-11-17 16:14:37 +0000
|
---|
Props mryoga, finchps. Fixes #48467.
Author |
Sergey Biryukov <[email protected]>
2019-11-17 16:12:43 +0000
|
---|
Props mryoga, finchps. See #48467.
Author |
Sergey Biryukov <[email protected]>
2019-11-17 11:09:05 +0000
|
---|
Props sebastienserre. Fixes #48680.
Author |
Sergey Biryukov <[email protected]>
2019-11-17 07:41:49 +0000
|
---|
Props garrett-eclipse. Fixes #48676.
Author |
SergeyBiryukov <[email protected]>
2019-11-16 21:02:02 +0000
|
---|
Switch descriptions for `wp_credits_section_title()` and `wp_credits_section_list()` to third-person singular verbs, per the documentation standards. Props hareesh-pillai. Fixes #48674.
Author |
Sergey Biryukov <[email protected]>
2019-11-16 16:34:18 +0000
|
---|
Document the `classic-block` value passed to various editor filters in `wp_tinymce_inline_scripts()`. Add missing `@since` entries for the existing `$editor_id` parameter in various filters. Props djp424, johnbillion, SergeyBiryukov. Fixes #48441.
Author |
Sergey Biryukov <[email protected]>
2019-11-16 11:17:42 +0000
|
---|
Props imath. Fixes #48667. See #48521.
Author |
Jake Spurlock <[email protected]>
2019-11-15 23:44:17 +0000
|
---|
As part of more responsible security disclosure, we are adding a security policy to GitHub. Fixes #48521. Props whyisjake, ayeshrajans.
Author |
Jake Spurlock <[email protected]>
2019-11-15 23:22:19 +0000
|
---|
The onclick attribute was being escaped twice, once with `esc_js` and again with `esc_attr`. Fixes #48117. Props tmatsuur, dinhtungdu.
Author |
Sergey Biryukov <[email protected]>
2019-11-15 08:57:03 +0000
|
---|
Props chinteshprajapati, subrataemfluence, nielslange. Fixes #46104.
Author |
Sergey Biryukov <[email protected]>
2019-11-14 09:55:21 +0000
|
---|
Props diddledan. Fixes #48613, #48614.
Author |
Sergey Biryukov <[email protected]>
2019-11-14 08:53:16 +0000
|
---|
Props diddledan, TimothyBlynJacobs. Fixes #48616.
Author |
Sergey Biryukov <[email protected]>
2019-11-13 13:44:00 +0000
|
---|
Props diddledan. Fixes #48572.
Author |
John Blackbourn <[email protected]>
2019-11-12 22:40:29 +0000
|
---|
See #48303
Author |
Sergey Biryukov <[email protected]>
2019-11-12 18:28:40 +0000
|
---|
Props ryelle. Fixes #47708.
Author |
Sergey Biryukov <[email protected]>
2019-11-12 18:22:39 +0000
|
---|
This brings Twenty Twenty in sync with GitHub. For a full list of changes since [46715], see https://github.com/WordPress/twentytwenty/compare/fa8c3fc...a9e73ab. Props Anlino, karmatosed, williampatton, poena, joyously, ianbelanger, chetan200891. See #48110, #48386, #48450, #48505, #48557. Fixes #48571.
Author |
Sergey Biryukov <[email protected]>
2019-11-12 17:49:24 +0000
|
---|
Follow-up to [46719]. See #48566.
Author |
Sergey Biryukov <[email protected]>
2019-11-12 17:34:05 +0000
|
---|
Add a unit test to ensure the year stays up to date. Props dkarfa, SergeyBiryukov. Fixes #48566.
Author |
Sergey Biryukov <[email protected]>
2019-11-12 02:04:14 +0000
|
---|
* Add `.has-background` excluding condition to wide and full group-blocks. This brings Twenty Twenty in sync with GitHub. For a full list of changes since [46714], see https://github.com/WordPress/twentytwenty/compare/162edc0...fa8c3fc. Props allancole, karmatosed. See #48110, #48386, #48450, #48505. Fixes #48557.
Author |
Sergey Biryukov <[email protected]>
2019-11-12 01:42:20 +0000
|
---|
* Add a11y-friendly default text-colors when selecting a background-color. * Remove margins for the group block when a background-color is set. * Excluding pullquote block from width resize rules. This brings Twenty Twenty in sync with GitHub. For a full list of changes since [46711], see https://github.com/WordPress/twentytwenty/compare/ab5fa23...162edc0. Props allancole, karmatosed. See #48110, #48386, #48450, #48505. Fixes #48557.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 20:54:49 +0000
|
---|
Props williampatton, allancole, karmatosed, pierlo, joen, ianbelanger. Fixes #48557.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 20:43:48 +0000
|
---|
* Remove extra padding on the Credits tab. Previously [46556], [46572], [46616], [46705]. Props ryelle. See #47708.
Author |
Jake Spurlock <[email protected]>
2019-11-11 18:48:06 +0000
|
---|
Fix a regression from [46568]. Props david.binda. See #48312.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 16:05:39 +0000
|
---|
* Remove the SVG from the upper right corner. * Make sure admin notices that should be hidden stay hidden. * Address a11y issues with contrast. * Fix an issue with the active nav tab hover. * Prevent names on the credits from breaking out of the box. * Update two strings with a more accurate information. Previously [46556], [46572], [46616]. Props ryelle, afercia, audrasjb, francina, mapk, desrosj, YordanSoares, melchoyce, azaozz, johnbillion, davidbaumwald, luminuu, bwmarkle, la-geek, SergeyBiryukov. See #47708.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 15:08:43 +0000
|
---|
This allows for requests to retry post-processing large images using the `post-process` REST API endpoint to work as expected. Props azaozz, mikeschroder, TimothyBlynJacobs, epiqueras, johnbillion, youknowriad. Fixes #48542.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 12:57:54 +0000
|
---|
See #48557.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 12:27:21 +0000
|
---|
This brings Twenty Twenty in sync with GitHub. For a full list of changes since 5.3 RC4, see https://github.com/WordPress/twentytwenty/compare/c267289...898792b. Props williampatton, poena, andersnoren, desrosj, schlessera, leprincenoir, alextran, aristath, b-07. See #48110, #48386, #48450, #48505. Fixes #48557.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 11:49:29 +0000
|
---|
Follow-up to [45790]. Props raamdev. Fixes #48543. See #41545.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 09:58:17 +0000
|
---|
Props mukto90, khag7. Fixes #48555.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 09:51:09 +0000
|
---|
Props mukto90, virgodesign. Fixes #48554.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 02:41:15 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-11 00:03:53 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-10 23:03:34 +0000
|
---|
Props marekdedic, spenserhale, SergeyBiryukov. Fixes #48352.
Author |
Sergey Biryukov <[email protected]>
2019-11-10 01:53:17 +0000
|
---|
See #43438.
Author |
Sergey Biryukov <[email protected]>
2019-11-10 01:43:55 +0000
|
---|
See #41880.
Author |
Sergey Biryukov <[email protected]>
2019-11-10 01:41:43 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-10 01:17:00 +0000
|
---|
Props hareesh-pillai, adnan.limdi, isabel_brison. Fixes #41880.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 13:55:43 +0000
|
---|
Props jrf. Fixes #48255.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 13:41:29 +0000
|
---|
Props jrf. See #48255.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 13:31:07 +0000
|
---|
See #48255.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 13:29:14 +0000
|
---|
See #48255.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 13:03:02 +0000
|
---|
Props jrf. See #48255.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 12:57:27 +0000
|
---|
Props jrf. See #48255.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 03:44:51 +0000
|
---|
See #39776, #45747.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 03:36:19 +0000
|
---|
Move `skipTestOnTimeout()` to `WP_UnitTestCase_Base` to avoid duplication. See #44613.
Author |
Sergey Biryukov <[email protected]>
2019-11-09 00:01:40 +0000
|
---|
Prepend all class name references with `dashicons-` for clarity. Props 1naveengiri, marcio-zebedeu, hareesh-pillai, SergeyBiryukov. Fixes #48417.
Author |
Sergey Biryukov <[email protected]>
2019-11-08 22:54:33 +0000
|
---|
Props skithund. Fixes #48422.
Author |
John Blackbourn <[email protected]>
2019-11-08 13:17:35 +0000
|
---|
This is only a wrapper for the `add_node()` method, but it's in widespread use both in core until [46642] and in thousands of plugins and themes. Deprecating it would have made sense when #19647 was originally opened but that's no longer the case. Props whyisjake Fixes #19647
Author |
Andrew Ozz <[email protected]>
2019-11-07 18:49:17 +0000
|
---|
Props desrosj, azaozz. Fixes #48518 for trunk.
Author |
Jonathan Desrosiers <[email protected]>
2019-11-07 15:17:02 +0000
|
---|
This change makes several changes to ensure consistency and accuracy for default theme headers: - Removes `WordPress` from `Requires at least` headers. - Ensures the `Requires at least` and `Requires PHP` headers are present in every default theme’s `style.css` file. - Ensures `Tested up to` is present in every `readme.txt` file. - Removes any headers not processed in both the `style.css` and `readme.txt` files for each theme. Props Otto42, afragen. Fixes #48517.
Author |
Sergey Biryukov <[email protected]>
2019-11-07 07:10:38 +0000
|
---|
Props upadalavipul, isabel_brison. Fixes #41456.
Author |
Sergey Biryukov <[email protected]>
2019-11-06 01:15:11 +0000
|
---|
See #39776.
Author |
Sergey Biryukov <[email protected]>
2019-11-05 23:17:01 +0000
|
---|
See #48145.
Author |
John Blackbourn <[email protected]>
2019-11-05 22:39:37 +0000
|
---|
See #48145
Author |
Jonathan Desrosiers <[email protected]>
2019-11-05 22:20:52 +0000
|
---|
This brings Twenty Twenty in sync with GitHub. For a full list of changes since 5.3 RC3, see https://github.com/WordPress/twentytwenty/compare/dea9290...c267289. Props williampatton, poena, andersnoren. See #48110, #48386, #48450, #48293. Fixes #48505.
Author |
Jonathan Desrosiers <[email protected]>
2019-11-05 22:02:03 +0000
|
---|
This point release does not add any images and only slightly modifies a few images without changing their meanings. Because of this, the same CDN location can be used and has been updated. Props matstars, desrosj, Otto42, pento. Fixes #48293.
Author |
John Blackbourn <[email protected]>
2019-11-05 21:57:47 +0000
|
---|
See #48502
Author |
John Blackbourn <[email protected]>
2019-11-05 21:51:30 +0000
|
---|
Merges [46656] to the 5.3 branch. Fixes #48502
Author |
John Blackbourn <[email protected]>
2019-11-05 21:28:51 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-11-05 21:25:53 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-11-05 21:21:46 +0000
|
---|
See #48303
Author |
Andrew Ozz <[email protected]>
2019-11-05 20:51:12 +0000
|
---|
Props ianmjones, azaozz. Fixes #48453 for trunk.
Author |
Sergey Biryukov <[email protected]>
2019-11-05 20:41:12 +0000
|
---|
Includes minor documentation and code layout fixes for better readability. See #30017, #48145.
Author |
Jorge Costa <[email protected]>
2019-11-05 19:34:07 +0000
|
---|
The list of included fixes is: https://github.com/WordPress/gutenberg/pull/18183 https://github.com/WordPress/gutenberg/pull/18194 https://github.com/WordPress/gutenberg/pull/18230 https://github.com/WordPress/gutenberg/pull/18275 https://github.com/WordPress/gutenberg/pull/18287 Updated packages: - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] Props @aduth, @mcsf, @youknowriad, @johnbillion. Fixes #48502.
Author |
Jake Spurlock <[email protected]>
2019-11-05 17:36:31 +0000
|
---|
Little coding standards fix for the REST API. Props mukesh27, spenserhale. Fixes #48337.
Author |
John Blackbourn <[email protected]>
2019-11-04 17:48:55 +0000
|
---|
See #48303
Author |
Andrew Ozz <[email protected]>
2019-11-04 17:05:53 +0000
|
---|
See #48472.
Author |
Sergey Biryukov <[email protected]>
2019-11-04 15:04:41 +0000
|
---|
Make sure it actually tests the change in behavior, previously it passed both before and after the patch. Add `wp_unslash()` to the last remaining instance of `$_POST['user_login']` that didn't have it. See #38744.
Author |
Sergey Biryukov <[email protected]>
2019-11-04 12:57:17 +0000
|
---|
Move the test to a more appropriate place for consistency with `wp_sanitize_redirect()` and `wp_validate_redirect()` tests. See #44317.
Author |
Sergey Biryukov <[email protected]>
2019-11-04 12:34:35 +0000
|
---|
The default value of `date` caused a race condition resulting in random test failures. See #44326.
Author |
Sergey Biryukov <[email protected]>
2019-11-04 09:35:59 +0000
|
---|
See #48303.
Author |
Timothy Jacobs <[email protected]>
2019-11-03 23:12:44 +0000
|
---|
The REST API supports filtering by terms across multiple taxonomies using an AND relation. This adds support for an OR relation by adding "tax_relation=OR" as a query parameter. Props earnjam. Fixes #44326.
Author |
Aaron Jorbin <[email protected]>
2019-11-03 22:47:52 +0000
|
---|
The tests for good redirects send headers that we can't handle in the test suite, so let's just remove them. Unprops Jorbin. Fixes #44317.
Author |
John Blackbourn <[email protected]>
2019-11-03 22:21:20 +0000
|
---|
See #48303
Author |
Jake Spurlock <[email protected]>
2019-11-03 22:16:27 +0000
|
---|
Let's use the proper coding standards for the comments. Fixes #38744. Props cafenoirdesign.
Author |
Jake Spurlock <[email protected]>
2019-11-03 22:12:32 +0000
|
---|
This patch replaces all references to the add_menu() method with the add_node() one. (Also some code structure modifications for wp_admin_bar_appearance_menu().) Fixes: #19647 Props: linuxologos, paulschreiber, morganestes, akibjorklund, nacin, whyisjake.
Author |
Aaron Jorbin <[email protected]>
2019-11-03 22:08:56 +0000
|
---|
Redirects should use redirect status codes and if you attempt to call wp_safe_redirect or wp_redirect with a non redirect status it can lead to undesired behavior and head scratching. Fixes #44317. Props spenserhale, johnbillion, mjnewman for initial patch.
Author |
Jake Spurlock <[email protected]>
2019-11-03 20:10:23 +0000
|
---|
Allows a login to have an apostorphe. Which would normally be created as a mistake, but this allows the login to happen. Fixes #38744 Props wpkuf, desrosj, socalchristina, bibliofille, santilinwp, nsubugak, sncoker, cafenoirdesign, whyisjake.
Author |
Jonathan Desrosiers <[email protected]>
2019-11-03 17:07:42 +0000
|
---|
On further investigation, Plupload changed it’s license to a non-GPL compatible license. The newest, GPL compatible version is being used already in Core. Unprops desrosj. See #48277.
Author |
Jonathan Desrosiers <[email protected]>
2019-11-03 16:46:55 +0000
|
---|
The `WP_Customize_New_Menu_Control` and `WP_Customize_New_Menu_Section` PHP classes and `wp.customize.Menus.NewMenuControl` JS class were deprecated in 4.9 through [42034] with the intention of removing them in 5.0. Since more time has passed than originally intended, this change leaves `WP_Customize_New_Menu_Control` and `WP_Customize_New_Menu_Section` to prevent any potential backwards compatibility issues, and formally deprecates them. The `wp.customize.Menus.NewMenuControl` JS class is removed. Props weston.ruter, matthias-reuter, jrf. Fixes #42364.
Author |
Jonathan Desrosiers <[email protected]>
2019-11-03 16:19:15 +0000
|
---|
`svn:eol-style` and `svn:mime-type` property default values are now provided for all file types currently in `trunk`. This also reverts the `eol-style` change to `wp-config-sample.php` made in [46586]. Fixes #42594.
Author |
Jonathan Desrosiers <[email protected]>
2019-11-03 15:32:04 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-11-03 15:29:46 +0000
|
---|
This change also updates the MoxieJS dependency from 1.3.5 to 1.5.7, converts Plupload to a dependency in NPM, and integrates all relevant parts into the build process. For a full list of upstream changes, see https://github.com/moxiecode/plupload/compare/v2.1.9...v2.3.6. Props desrosj, hareesh-pillai. Fixes #48277.
Author |
Sergey Biryukov <[email protected]>
2019-11-03 10:54:39 +0000
|
---|
Props aftabmuni. Fixes #48483.
Author |
Sergey Biryukov <[email protected]>
2019-11-02 20:47:44 +0000
|
---|
Follow-up to [46629]. See #48252.
Author |
Sergey Biryukov <[email protected]>
2019-11-02 20:28:31 +0000
|
---|
Follow-up to [46629]. Props jrf. See #48252.
Author |
Sergey Biryukov <[email protected]>
2019-11-02 20:11:20 +0000
|
---|
See #48252, #48303.
Author |
Sergey Biryukov <[email protected]>
2019-11-02 20:09:35 +0000
|
---|
Props jrf. Fixes #48252.
Author |
Sergey Biryukov <[email protected]>
2019-11-02 20:06:55 +0000
|
---|
Props jrf. See #48252.
Author |
Sergey Biryukov <[email protected]>
2019-11-02 20:04:27 +0000
|
---|
Correct version number in `_deprecated_constructor()` call in `WP_Widget_Factory()`, see [32990]. Props jrf. See #48252.
Author |
Sergey Biryukov <[email protected]>
2019-11-01 14:55:51 +0000
|
---|
Props tsuyoring. Fixes #48479.
Author |
Sergey Biryukov <[email protected]>
2019-11-01 00:39:04 +0000
|
---|
* `_deprecated_function()` * `_deprecated_argument()` * `_deprecated_constructor()` * `_deprecated_file()` The error level passed is `E_USER_DEPRECATED` for the deprecated function group and `E_USER_NOTICE` for `_doing_it_wrong()`. Props jrf. Fixes #36561.
Author |
johnbillion <[email protected]>
2019-10-31 21:18:01 +0000
|
---|
See https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#summary-formerly-short-description See #48303
Author |
John Blackbourn <[email protected]>
2019-10-31 17:49:12 +0000
|
---|
See #48303
Author |
Sergey Biryukov <[email protected]>
2019-10-31 00:11:20 +0000
|
---|
See #48472.
Author |
Andrew Ozz <[email protected]>
2019-10-30 21:08:32 +0000
|
---|
- Run the `wp_generate_attachment_metadata` filter at the end in `wp_update_image_subsizes()` when new metadata was generated and additional image sub-sizes were created. - Add another arg in the `wp_generate_attachment_metadata` filter for additional context. - Fix inline docs and ensure the new image meta is always saved before starting post-processing. Fixes #48472 for trunk.
Author |
Sergey Biryukov <[email protected]>
2019-10-30 02:57:16 +0000
|
---|
Props priyankabehera155, faisal03, mukesh27, SergeyBiryukov. Fixes #45777.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-29 20:08:32 +0000
|
---|
Previously [46556], [46572]. Props ryelle, SergeyBiryukov, afercia, desrosj, davidbaumwald, azaozz. See #47708.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-29 14:53:27 +0000
|
---|
This brings trunk’s version of Twenty Twenty in-sync with GitHub. For a complete list of changes since [46571], see https://github.com/WordPress/twentytwenty/compare/4549fd9...dea9290. Props anlino, ianbelanger, poena, williampatton, collet, erikkroes, torres126, intimez, byalextran, mehidi258, swapnild, nielslange. Fixes #48450.
Author |
Sergey Biryukov <[email protected]>
2019-10-29 14:26:41 +0000
|
---|
Unix vs. Windows EOL style mismatches can cause misleading failures in tests using the heredoc syntax (`<<<`) or multiline strings as the expected result. Fixes #31432. See #42594, #47411.
Author |
John Blackbourn <[email protected]>
2019-10-28 19:46:13 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-10-28 19:33:24 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-10-28 19:02:31 +0000
|
---|
See #48303
Author |
Sergey Biryukov <[email protected]>
2019-10-28 15:15:51 +0000
|
---|
Previously fixed in [46604], accidentally reverted in [46606]. See #48447, #48303.
Author |
Riad Benguella <[email protected]>
2019-10-28 14:11:06 +0000
|
---|
The list of included fixes is: - https://github.com/WordPress/gutenberg/pull/18108 - https://github.com/WordPress/gutenberg/pull/18051 - https://github.com/WordPress/gutenberg/pull/18106 - https://github.com/WordPress/gutenberg/pull/18102 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] Props desrosj. See #48447.
Author |
Jake Spurlock <[email protected]>
2019-10-28 04:15:37 +0000
|
---|
When Travis builds the directory, it was looking for a hardcoded `wordpress-develop` directory. If the repo is sitting in another directory, the memcache install will fail. This allows a dynamic path for the directory. Fixes #48444. Props pento, whyisjake.
Author |
John Blackbourn <[email protected]>
2019-10-27 19:33:12 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-10-27 19:09:10 +0000
|
---|
See #48303
Author |
Sergey Biryukov <[email protected]>
2019-10-27 14:19:13 +0000
|
---|
* `_deprecated_function()` * `_deprecated_argument()` * `_deprecated_constructor()` * `_deprecated_file()` Plugins and themes should be allowed to use these functions to throw appropriate error notices. This brings them in line with newer `do_action_deprecated()` and `apply_filters_deprecated()` functions, which are not marked as private. Props jrf. Fixes #48251.
Author |
Sergey Biryukov <[email protected]>
2019-10-27 14:06:04 +0000
|
---|
Props man4toman, alishankhan, shaampk1. Fixes #48437.
Author |
Sergey Biryukov <[email protected]>
2019-10-27 14:05:18 +0000
|
---|
See #48303.
Author |
John Blackbourn <[email protected]>
2019-10-26 23:47:04 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-10-26 23:44:02 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-10-26 23:14:59 +0000
|
---|
See #48303
Author |
John Blackbourn <[email protected]>
2019-10-26 21:07:10 +0000
|
---|
See #48303, #41756
Author |
John Blackbourn <[email protected]>
2019-10-26 21:00:08 +0000
|
---|
Props marekdedic See #48303
Author |
John Blackbourn <[email protected]>
2019-10-26 20:42:00 +0000
|
---|
See #48303
Author |
Sergey Biryukov <[email protected]>
2019-10-26 17:28:20 +0000
|
---|
Props atachibana. Fixes #48383.
Author |
Sergey Biryukov <[email protected]>
2019-10-26 00:56:50 +0000
|
---|
Props atachibana. Fixes #48397.
Author |
Sergey Biryukov <[email protected]>
2019-10-26 00:34:10 +0000
|
---|
See #48303.
Author |
Sergey Biryukov <[email protected]>
2019-10-26 00:32:20 +0000
|
---|
Props atachibana. Fixes #48395.
Author |
Sergey Biryukov <[email protected]>
2019-10-26 00:15:53 +0000
|
---|
Patches occasionally come in on generated files. We should be kind to new contributors and give them a hint that these files are auto-generated. This is a follow-up to [41271], which added the banner to minified CSS files. Fixes #48424. See #30666.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-25 19:31:54 +0000
|
---|
Continuation of [46586], [46587] See #42594.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-25 19:27:49 +0000
|
---|
Continuation of [46586] See #42594.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-25 16:36:41 +0000
|
---|
See #42594.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-25 15:34:43 +0000
|
---|
See #42594.
Author |
Sergey Biryukov <[email protected]>
2019-10-25 15:09:30 +0000
|
---|
There is no functional difference between `gmt_offset` and `timezone_string` timezone modes for the issue. See #48384.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-25 14:22:40 +0000
|
---|
Author |
Sergey Biryukov <[email protected]>
2019-10-25 13:06:29 +0000
|
---|
Add `$source` parameter to `get_post_datetime()` to instantiate from local or UTC time in database. Props Rarst, david.binda. Reviewed by azaozz, SergeyBiryukov. Fixes #48384.
Author |
Sergey Biryukov <[email protected]>
2019-10-25 12:52:46 +0000
|
---|
See #48384.
Author |
Sergey Biryukov <[email protected]>
2019-10-25 12:49:40 +0000
|
---|
Props Rarst. Reviewed by azaozz, SergeyBiryukov. See #48384.
Author |
Sergey Biryukov <[email protected]>
2019-10-25 11:03:13 +0000
|
---|
Props soulseekah, gravityview, Rarst. Reviewed by azaozz, SergeyBiryukov. Fixes #28636.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-25 00:22:14 +0000
|
---|
Fixes #48428.
Author |
Andrea Fercia <[email protected]>
2019-10-23 20:55:31 +0000
|
---|
Props david.binda, audrasjb, azaozz. See #34904. Fixes #48396.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-22 20:09:15 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-10-22 19:43:01 +0000
|
---|
Author |
Jonathan Desrosiers <[email protected]>
2019-10-22 19:17:59 +0000
|
---|
This includes numerous improvements: - Removes the jazzer name. - Ensures `WordPress` is translatable for consistency with other occurrences in Core. - Changes all instances of `Block Editor` to `block editor` to match the spelling best practices. - Updates the PHP 7.4 compatibility section with more suitable text. - Introduction in `credits.php`, `freedoms.php`, and `privacy.php` have been updated to be consistent with the About page. - Fixes the `aria-current` attribute in tab navigation. Reviewed by SergeyBiryukov, desrosj. Props SergeyBiryukov, audrasjb, desrosj, ryelle, afercia. See #47708.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-22 18:25:45 +0000
|
---|
This brings `trunk`’s version of Twenty Twenty in-sync with GitHub. For a complete list of changes since [46551], see https://github.com/WordPress/twentytwenty/compare/bc89c51...4549fd9. Reviewed by SergeyBiryukov, desrosj, ianbelanger. Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, intimez, itowhid06, decrecementofeliz, aristath, westonruter, mukesh27, jorgefilipecosta, karmatosed. Fixes #48386.
Author |
Sergey Biryukov <[email protected]>
2019-10-22 17:50:45 +0000
|
---|
Due to a confusion with `add_menu_page()`, which takes the `$icon_url` parameter, while `add_submenu_page()` does not, some plugins were passing in a string instead of integer as `$position`, causing backward compatibility issues. A `_doing_it_wrong()` message is now added to alert developers of the wrong parameter type. Props david.binda, desrosj, 123host, dennis_f, MattyRob. Reviewed by desrosj. Fixes #48249.
Author |
SergeyBiryukov <[email protected]>
2019-10-22 17:29:02 +0000
|
---|
Props Rarst, tmatsuur, remcotolsma, peterwilsoncc. Reviewed by peterwilsoncc. Fixes #48319.
Author |
Sergey Biryukov <[email protected]>
2019-10-22 00:09:39 +0000
|
---|
This is a follow-up to [46149] to avoid unnecessary breakage in case of using the old notation. Props david.binda, jrf. Reviewed by azaozz. Fixes #48312.
Author |
Andrew Ozz <[email protected]>
2019-10-21 23:21:51 +0000
|
---|
Props afercia, sabernhardt. FIxes #48087.
Author |
Andrew Ozz <[email protected]>
2019-10-21 22:42:02 +0000
|
---|
Porps mikeschroder, azaozz. Fixes #48379.
Author |
Andrew Ozz <[email protected]>
2019-10-21 21:41:09 +0000
|
---|
Props kraftbj, azaozz. Fixes #48304.
Author |
Sergey Biryukov <[email protected]>
2019-10-21 20:39:16 +0000
|
---|
Introduce `make_clickable_rel` filter for the `rel` value that is added to URL matches converted to links. This is a follow-up to [46349], which added the `rel="nofollow ugc"` attribute to existing `<a>` tags in comments via `wp_rel_ugc()`. UGC stands for User Generated Content, and the `ugc` attribute value is recommended for links within user generated content, such as comments and forum posts. See https://webmasters.googleblog.com/2019/09/evolving-nofollow-new-ways-to-identify.html. Props blogginglife, SergeyBiryukov. Reviewed by desrosj, audrasjb. Fixes #48022.
Author |
K. Adam White <[email protected]>
2019-10-21 19:08:34 +0000
|
---|
Introducing complex meta value handling in [45807] unintentionally removed value casting for empty scalar meta values. Props TimothyBlynJacobs, chrisvanpatten, rmccue, kadamwhite. Fixes #48363.
Author |
Riad Benguella <[email protected]>
2019-10-21 14:00:13 +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] - @wordpress/[email protected] - @wordpress/[email protected] Props gziolo. Fixes #48381.
Author |
John Blackbourn <[email protected]>
2019-10-17 18:36:27 +0000
|
---|
This reverts [46555], [46453], and [46332]. See #42201
Author |
Jonathan Desrosiers <[email protected]>
2019-10-16 21:01:22 +0000
|
---|
This allows update failures caused when the native PHP JSON extension is missing to be distinguished from updates that fail because the site does not meet the minimum PHP requirements. Follow up of [46455]. Reviewed by desrosj, jorbin, johnbillion. Fixes #47699.
Author |
Andrea Fercia <[email protected]>
2019-10-16 17:47:28 +0000
|
---|
[46550] was meant to revert [46440] but it also merged some unrelated CSS changes. See #47069.
Author |
Sergey Biryukov <[email protected]>
2019-10-15 21:12:48 +0000
|
---|
Author |
Sergey Biryukov <[email protected]>
2019-10-15 20:48:59 +0000
|
---|
Author |
John Blackbourn <[email protected]>
2019-10-15 20:40:05 +0000
|
---|
Props karmatosed, melchoyce, pierlo, ryelle, afercia, audrasjb, davidbaumwald Thanks to everyone who provided feedback for this page for 5.3. See #47708
Author |
John Blackbourn <[email protected]>
2019-10-15 19:37:03 +0000
|
---|
Props afercia, amolv, sabernhardt Fixes #42201, #48294
Author |
Sergey Biryukov <[email protected]>
2019-10-15 19:34:31 +0000
|
---|
Also reverts follow-up changes in [46370] and [46465]. See #47863.
Author |
Andrew Ozz <[email protected]>
2019-10-15 19:10:53 +0000
|
---|
Props kraftbj. Fixes #48302.
Author |
Sergey Biryukov <[email protected]>
2019-10-15 18:51:42 +0000
|
---|
See #48232.
Author |
desrosj <[email protected]>
2019-10-15 18:45:02 +0000
|
---|
This brings `trunk`’s version of Twenty Twenty in-sync with GitHub. For a complete list of changes since [46445], see https://github.com/WordPress/twentytwenty/compare/7246fd6...bc89c51. Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, netweb, joyously, mahesh901122, josephscott, byalextran, amolv, Clorith. See #48110.
Author |
Andrea Fercia <[email protected]>
2019-10-15 17:21:50 +0000
|
---|
A better approach needs to be explored, as there are valid concerns for potential conflicts between different jQuery versions added by themes or plugins. See #47069.
Author |
Andrea Fercia <[email protected]>
2019-10-15 16:45:08 +0000
|
---|
Fixes #47138.
Author |
Sergey Biryukov <[email protected]>
2019-10-15 16:41:51 +0000
|
---|
Previously, searching for symbol references to replace with post or attachment IDs in array values resulted in a PHP warning. Props timph, JarretC, SergeyBiryukov. Fixes #45484.
Author |
Aaron Jorbin <[email protected]>
2019-10-15 16:36:42 +0000
|
---|
PHP7.4 is supported in WordPress 5.3. :elephant: :tada: Fixes: #48232.
Author |
Jorge Costa <[email protected]>
2019-10-15 16:15:50 +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] @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] @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] @wordpress/[email protected] @wordpress/[email protected] @wordpress/[email protected] Props gziolo, youknowriad. Fixes: #48310
Author |
Jake Spurlock <[email protected]>
2019-10-15 15:45:39 +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. Props xknown, whyisjake.
Author |
Grzegorz (Greg) Ziółkowski <[email protected]>
2019-10-15 15:35:03 +0000
|
---|
We decided to mark Social Links block as an experimental feature in Gutenberg. In effect, we are moving all related code from WordPress 5.3 release. Props youknowriad. Fixes #48263.
Author |
Aaron Jorbin <[email protected]>
2019-10-15 14:40:31 +0000
|
---|
Update Travis configuration to temporarily use trunk for the importer in order for PHP 7.4 tests to pass. When the new version is released, this will be updated to point to that tag. See: #48231
Author |
Andrew Ozz <[email protected]>
2019-10-14 20:03:01 +0000
|
---|
Fixes #40439.
Author |
Andrew Ozz <[email protected]>
2019-10-14 19:54:36 +0000
|
---|
Props mikeschroder, azaozz. Fixes #47872.
Author |
Andrea Fercia <[email protected]>
2019-10-14 18:01:53 +0000
|
---|
See #47149.
Author |
Andrea Fercia <[email protected]>
2019-10-14 17:56:41 +0000
|
---|
See #47610.
Author |
Jake Spurlock <[email protected]>
2019-10-14 17:13:35 +0000
|
---|
Fix for a testing regression. Props desrosj.
Author |
Jake Spurlock <[email protected]>
2019-10-14 16:23:13 +0000
|
---|
Fixes issues stemming from [46478].
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:41:05 +0000
|
---|
Add this header on all GET requests to prevent cached requests. Props darthhexx, davidbinda, nickdaugherty, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:38:14 +0000
|
---|
Coding standards, ensure that nonce is valid with identical, rather then equal operator. Props vortfu, xknown, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:29:25 +0000
|
---|
Reject file paths that contain sub-directory paths. Props iandunn, xknown, sstoqnov, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:25:38 +0000
|
---|
Return earlier from wp_http_validate_url(). Props: iandunn, xknown, voldemortensen, whyisjake.
Author |
Jake Spurlock <[email protected]>
2019-10-14 15:18:49 +0000
|
---|
Prevent unauthenticated views of publicly queryables content types. Props aaroncampbell, whyisjake, nickdaugherty, xknown.
Author |
Sergey Biryukov <[email protected]>
2019-10-14 10:50:41 +0000
|
---|
Props peterwilsoncc, rconde, jmmathc, mat-lipe, Sixes, justinahinon, cmagrin, daxelrod, SergeyBiryukov. Fixes #47980.
Author |
Sergey Biryukov <[email protected]>
2019-10-13 10:00:18 +0000
|
---|
Convert the comment to a multi-line format per the documentation standards. Props itowhid06. See #48296.
Author |
Peter Wilson <[email protected]>
2019-10-13 02:46:25 +0000
|
---|
Props itowhid06. Fixes #48298. See #47110.
Author |
Peter Wilson <[email protected]>
2019-10-13 02:40:05 +0000
|
---|
Props manikmist09. Fixes #48295. See #47110.
Author |
John Blackbourn <[email protected]>
2019-10-12 18:03:22 +0000
|
---|
See #47110
Author |
Sergey Biryukov <[email protected]>
2019-10-12 03:08:56 +0000
|
---|
Props sebastian.pisula, donmhico, roytanck, juliobox. Fixes #35488.
Author |
Sergey Biryukov <[email protected]>
2019-10-12 03:00:32 +0000
|
---|
See #47632.
Author |
Sergey Biryukov <[email protected]>
2019-10-12 02:48:26 +0000
|
---|
See #47863.
Author |
Sergey Biryukov <[email protected]>
2019-10-12 02:40:43 +0000
|
---|
Follow-up to [46455]. See #47699.
Author |
Sergey Biryukov <[email protected]>
2019-10-12 02:33:13 +0000
|
---|
Props ediamin. Fixes #48291.
Author |
Sergey Biryukov <[email protected]>
2019-10-11 23:52:11 +0000
|
---|
Props donmhico, hlashbrooke, dd32, azaozz. Fixes #36998.
Author |
Anthony Burchell <[email protected]>
2019-10-11 20:41:51 +0000
|
---|
This adds the necessary state for `EditImage` views in the `select` frame and listeners for setting that view. Props fblaser, w3rkjana, afercia, antpb. See #48028.
Author |
Anthony Burchell <[email protected]>
2019-10-11 19:20:43 +0000
|
---|
This sets the `#adminmenuback` `position` CSS property to `fixed`. Props promz, man4toman. Fixes #47010.
Author |
Mike Schroder <[email protected]>
2019-10-11 07:52:12 +0000
|
---|
Allows fallback previews (PDF by default, in core) to save image meta after each size is generated to allow for resuming, and make sizes immediately available. Props azaozz, antpb, progremzion, mikeschroder. See #48111.
Author |
Aaron Jorbin <[email protected]>
2019-10-10 22:50:05 +0000
|
---|
ALTERNATE_WP_CRON echos things which causes a "Headers already sent" warning. This adds a check to ensure headers haven't already been sent. Previously: [45560] See: #45560. Fixes #48283. Props dlh.
Author |
Dominik Schilling <[email protected]>
2019-10-10 19:05:57 +0000
|
---|
Props Clorith. Fixes #48130.
Author |
K. Adam White <[email protected]>
2019-10-10 17:16:44 +0000
|
---|
Props kadamwhite, TimothyBlynJacobs. Fixes #48266.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-09 22:20:37 +0000
|
---|
The PHP native JSON extension has been bundled and compiled with PHP by default since version 5.2.0. Because the minimum version of PHP required by WordPress is now 5.6.20 (see #46594 and [45058]), the related polyfills and workarounds have been removed (see [46205-46206,46208]). However, even though the JSON extension is now included in PHP by default, it is still possible to disable the extension in a custom configuration. This change will prevent sites from upgrading if the JSON extension is disabled to prevent compatibility issues. Props jrf, jorbin, dd32, desrosj. Fixes #47699.
Author |
K. Adam White <[email protected]>
2019-10-09 17:34:20 +0000
|
---|
Slashing non-string data caused PUT requests containing unmodified meta arrays of integers to fail the check against the existing stored meta value, causing a 500 when posting an unmodified response body back to the server. Props TimothyBlynJacobs, augustuswm. Fixes #48264.
Author |
Jake Spurlock <[email protected]>
2019-10-09 04:56:55 +0000
|
---|
Custom posts, and other menu titles that are long aren't wrapping correctly. Props jagirbaheshwp, munyagu, harshbarach, hareesh-pillai, pratikkry, naveenkharwar, mukesh27, dushanthi, worldweb, audrasjb, afercia, amolv, iqbalbary, davidbaumwald. Fixes #42201
Author |
Sergey Biryukov <[email protected]>
2019-10-09 04:33:34 +0000
|
---|
See #47678.
Author |
Sergey Biryukov <[email protected]>
2019-10-09 04:26:22 +0000
|
---|
Props jrf. See #47678.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-08 22:17:54 +0000
|
---|
Also, ignore the `node_modules` folder for Twenty Nineteen. Fixes #48262.
Author |
Adam Silverstein <[email protected]>
2019-10-08 20:45:15 +0000
|
---|
Author |
Adam Silverstein <[email protected]>
2019-10-08 19:57:09 +0000
|
---|
Author |
Dominik Schilling <[email protected]>
2019-10-08 19:50:54 +0000
|
---|
Props ianbelanger. See #48110.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-08 19:19:30 +0000
|
---|
Props aazaozz, desrosj. See #48110.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-08 19:05:53 +0000
|
---|
This brings `trunk`'s version of Twenty Twenty in-sync with GitHub. For a complete list of changes since [46357], see https://github.com/WordPress/twentytwenty/compare/7157870...7246fd6. Props anlino, ianbelanger, poena, williampatton, nielslange, acosmin, netweb, joyusly, luminuu, itowhid06, cbravobernal, intimez, glauberglauber, ocean90, amolv, briceduclos, aristath, mukesh27, garrett-eclipse, audrasjb, afercia, dianeco, utsav72640, mahesh901122, tobifjellner. See #48110.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 19:05:13 +0000
|
---|
Props chetan200891. Fixes #48248.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 18:47:18 +0000
|
---|
Props chetan200891. Fixes #48250.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 17:54:45 +0000
|
---|
Rather than relying on `func_get_args()` to retrieve arbitrary function arguments, we can now use the spread operator to assign them directly to a variable. This re-applies [45624] and reverts [45640], with a dev note upcoming for plugin authors to maintain backward compatibility with old versions of WordPress. Props jrf. See #47678.
Author |
John James Jacoby <[email protected]>
2019-10-08 17:44:42 +0000
|
---|
This commit switches a comparison to a Yoda condition, performs a more strict `intval()` check on the value of the Site Status column, and prevents a specific Site State from appearing in List Table rows when filtering by that same Site State already (to match the behavior of other List Table State implementations.) Fixes #37684. Props pbiron.
Author |
Andrea Fercia <[email protected]>
2019-10-08 17:18:07 +0000
|
---|
On the front end, themes that don't use jQuery make the admin bar fallback to the non-jQuery implementation. Some important features miss from the non-jQuery `admin-bar.js` part, for example `hoverintent` and, most importantly, the touch events for the mobile menu don't work at all. Enqueueing jQuery is the simplest option for now. For the future, a complete rewriting of `admin-bar.js` in plain JavaScript is highly recommended. See #47069.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 17:17:07 +0000
|
---|
Props jrf. Fixes #48254.
Author |
Andrea Fercia <[email protected]>
2019-10-08 17:05:53 +0000
|
---|
Additionally checks for the "menu" and "router" state attributes to better determine when the ARIA tabs pattern markup is appropriate. See #47149.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 17:02:23 +0000
|
---|
Props alexclassroom. Fixes #48259.
Author |
Adam Silverstein <[email protected]>
2019-10-08 16:04:32 +0000
|
---|
Upgrade `mediaelement` to the latest version. Includes a variety of bug fixes made since the 4.2.6 release; see https://github.com/mediaelement/mediaelement/releases. Props danieliser, Hareesh Pillai. Fixes #46681.
Author |
K. Adam White <[email protected]>
2019-10-08 13:41:29 +0000
|
---|
Ensures that the ::get_rest_controller() method will always return an instanceof the expected controller class, or null. Removes unused private static property $post_type_controllers. Props dlh, TimothyBlynJacobs. Fixes #45677.
Author |
K. Adam White <[email protected]>
2019-10-08 04:43:10 +0000
|
---|
Removes a special-case prohibition against embedding 'self' which prevented ?_embed from being used with the /wp/v2/search endpoint. Props TimothyBlynJacobs, chrisvanpatten, kadamwhite. Fixes #47684.
Author |
K. Adam White <[email protected]>
2019-10-08 04:00:25 +0000
|
---|
Props meloniq. Fixes #47024.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 03:18:02 +0000
|
---|
Props itowhid06, johnbillion, jrf. Fixes #48123.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 02:55:20 +0000
|
---|
Follow-up to [45478]. Props ianbelanger, afercia. Fixes #46529. See #44643.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 02:00:24 +0000
|
---|
Props ianbelanger, iandunn, karmatosed. Fixes #35779.
Author |
Sergey Biryukov <[email protected]>
2019-10-08 01:52:26 +0000
|
---|
Props ianbelanger, sabernhardt, slobodanmanic, Quantumstate, Gwendydd, andraganescu, francina. Fixes #28967.
Author |
John Blackbourn <[email protected]>
2019-10-07 22:17:22 +0000
|
---|
The `_publish_post_hook()` function checks for `WP_IMPORTING` before setting meta fields fir enclosures and pings, which means this test is doomed to fail. The test can be re-implemented if the `WP_IMPORTING` constant gets moved to a function similar to how `wp_installing()` works for the `WP_INSTALLING` constant. See #48014
Author |
John Blackbourn <[email protected]>
2019-10-07 21:35:54 +0000
|
---|
Introduced in [46175]. Fixes #36824
Author |
John Blackbourn <[email protected]>
2019-10-07 20:27:20 +0000
|
---|
Props rebasaurus, whyisjake Fixes #48014
Author |
Andrea Fercia <[email protected]>
2019-10-07 19:55:58 +0000
|
---|
Thew new dotted outline for the links focus style introduced in [46241] doesn't appear to be ready to guarantee a good indication of focus. It was agreed to restore the previous links focus style and postpone exploration for a new style to the next release cycle. Partially reverts [46241] and [46293]. See #34904, #47153.
Author |
John Blackbourn <[email protected]>
2019-10-07 19:06:41 +0000
|
---|
See #47110
Author |
Andrea Fercia <[email protected]>
2019-10-07 18:45:45 +0000
|
---|
- improves the buttons `.active` CSS class for buttons that need to be styled as "pressed" - update the alternate color schemes `.active` CSS class accordingly - improves a few icons colors in the alternate color schemes See #34904.
Author |
Andrew Ozz <[email protected]>
2019-10-07 17:04:49 +0000
|
---|
1. `POST /wp/v2/media`. 2. If the upload failed (HTTP 500 error), look for a response header with `X-WP-Upload-Attachment-ID` header that contains the newly created attachment ID. 3. `POST /wp/v2/media/{id}/post-process` with `{ "action": "create-image-subsizes" }`. This request may still fail, but it will save its progress. 4. On continued failure, `DELETE /wp/v2/media/{id}` to give up on the upload and instruct the user to resize their image before uploading. Props TimothyBlynJacobs. Fixes #47987.
Author |
Andrew Ozz <[email protected]>
2019-10-07 15:28:29 +0000
|
---|
Props timothyblynjacobs. Fixes #48200.
Author |
Sergey Biryukov <[email protected]>
2019-10-07 15:16:44 +0000
|
---|
Props itowhid06. Fixes #48237.
Author |
Andrea Fercia <[email protected]>
2019-10-07 13:18:19 +0000
|
---|
- improves input fields height in the customizer - improves input fields height for Internet Explorer 11 - improves input fields height in the Image Editor - improves alignment of selects and buttons in the privacy policy pages - makes the search themes fields font-size consistent Props garrett-eclipse, afercia. See #47477.
Author |
Andrea Fercia <[email protected]>
2019-10-07 12:41:50 +0000
|
---|
Visible `<label>` elements benefit all users. The `placeholder` attribute should not be used as a replacement for visible labels. Instead, it's supposed to be used only for a short hint to aid users with data entry e.g. a sample value or a brief description of the expected format. Screen readers may not announce a `placeholder` attribute at all. Other users may suffer from the lack of a visible label and a placeholder used as replacement, for example: - users with cognitive disabilities may have trouble remembering what the filled field does - speech recognition users cannot see the name they can speak to set focus on the field - low-vision users with high text-size may not be able to see the whole placeholder even when it's visible, if its value is clipped by the edge of the input Props anevins, audrasjb, karmatosed, azaozz, SergeyBiryukov, afercia. See #40331. Fixes #47138.
Author |
Andrea Fercia <[email protected]>
2019-10-07 11:52:32 +0000
|
---|
- explicitly informs users they can use their email to log in as an alternative to their username and vice-versa - shows the `Lost your password?` link only when an wrong password has been entered - uses a more appropriate copy by changing "invalid" to "unknown" - removes the all caps `ERROR` Props subrataemfluence, zalak151291, ryokuhi, SergeyBiryukov, audrasjb, joedolson, marybaum, ramiy, markjaquith, chanthaboune, afercia. Fixes #43037.
Author |
Aaron Jorbin <[email protected]>
2019-10-06 17:12:23 +0000
|
---|
Moves https://github.com/rmccue/Requests/pull/370 into WordPress. Previous [46258]. See #47746.
Author |
Sergey Biryukov <[email protected]>
2019-10-06 15:26:42 +0000
|
---|
Props itowhid06. Fixes #48228.
Author |
Sergey Biryukov <[email protected]>
2019-10-06 15:12:42 +0000
|
---|
Fixes #48230.
Author |
Sergey Biryukov <[email protected]>
2019-10-06 15:04:18 +0000
|
---|
Props nevma, AkSDvP, greenshady, SergeyBiryukov. Fixes #47720.
Author |
Jake Spurlock <[email protected]>
2019-10-06 06:54:13 +0000
|
---|
Both personal data request processes should follow the same convention. Fixes: #43974. Props: garrett-eclipse, kjellr, Kerfred, birgire, marybaum, SergeyBiryukov.
Author |
Jake Spurlock <[email protected]>
2019-10-06 06:40:36 +0000
|
---|
If there's a page with an extra long title, the Privacy Policy page dropdown in Privacy Settings overflows the page width. Fixes #47366 Props garrett-eclipse, SergeyBiryukov, mukesh27, desrosj, adhitya03, jalpa1984, nrqsnchz, paresh07.
Author |
Sergey Biryukov <[email protected]>
2019-10-06 02:21:42 +0000
|
---|
Props dkarfa. Fixes #48191.
Author |
Aaron Jorbin <[email protected]>
2019-10-05 21:59:32 +0000
|
---|
Follow up to [46408] Sometimes you need to take documentation literally. And sometimes you need to take it seriously. Deprecations and replacements in uglify are a case where I took them literally and should have taken them seriously. See #48203.
Author |
Aaron Jorbin <[email protected]>
2019-10-05 19:47:04 +0000
|
---|
This upgrades a number of devDependencies. Some of these include changes to how the tasks are configured. Uglify: There are deprecated options from 2.x to 4.x, see: https://github.com/gruntjs/grunt-contrib-uglify#options Autoprefixer: Browserslist now warns when passing in the browser list, so that is put into package.json As with most changes to uglify, this changes every minified JS file. Fixes #48203.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 15:40:31 +0000
|
---|
Props garrett-eclipse, dkarfa. Fixes #48188.
Author |
Aaron Jorbin <[email protected]>
2019-10-05 14:19:20 +0000
|
---|
Smaller images are good, so is not having npm vulnerabilities. See #48203. Fixes #48206. Props whyisjake, netweb.
Author |
Aaron Jorbin <[email protected]>
2019-10-05 13:47:52 +0000
|
---|
The version of grunt replace that is bundled in core is using an outdated version of lodash that is bringing 2 low, 3 high, and 1 critical issue. This package is currently abandoned. There is a community forked version, but that is also harboring some similar security issues. This switches to a fork by @whyisjake and causes no change to the build. See #48203. Fixes #48217. Props whyisjake, netweb for testing.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 02:38:14 +0000
|
---|
Props garrett-eclipse, chetan200891, johnjamesjacoby, ayeshrajans. Fixes #48044.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 02:31:14 +0000
|
---|
See #47838.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 02:15:13 +0000
|
---|
This ensures that parent folders with a numeric name are not accidentally skipped when only a subfolder is intended to be skipped. Props codex-m. Fixes #46581.
Author |
SergeyBiryukov <[email protected]>
2019-10-05 02:08:01 +0000
|
---|
See #47110.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 01:30:00 +0000
|
---|
Props dkarfa, desrosj, earnjam. Fixes #48214.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 00:59:50 +0000
|
---|
See #46537.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 00:55:48 +0000
|
---|
See #48022.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 00:53:39 +0000
|
---|
This prevents standalone percent symbols from being stripped out, e.g. in a default value like `100%`. Props aristath, kuus, moonomo, westonruter, davetgreen, daviedR, katielgc, noisysocks, SergeyBiryukov. Fixes #34290.
Author |
Sergey Biryukov <[email protected]>
2019-10-05 00:39:04 +0000
|
---|
See #47110.
Author |
Sergey Biryukov <[email protected]>
2019-10-04 23:28:22 +0000
|
---|
Props pento, hirofumi2012, davidbaumwald. Fixes #46537.
Author |
Sergey Biryukov <[email protected]>
2019-10-04 23:20:01 +0000
|
---|
Reverts [46327]. Fixes #44397.
Author |
Sergey Biryukov <[email protected]>
2019-10-04 22:18:11 +0000
|
---|
Props immeet94, mukesh27. Fixes #46928. See #47110.
Author |
Sergey Biryukov <[email protected]>
2019-10-04 22:08:34 +0000
|
---|
See #47515.
Author |
Dominik Schilling <[email protected]>
2019-10-04 21:58:48 +0000
|
---|
When the site title is inside an underscore template, syntax defined in `wp.template` like `{{ }}` is treated as special characters and will make Underscore treat it as data to be compiled/rendered. Props pierlo, donmhico. Fixes #46863.
Author |
Dominik Schilling <[email protected]>
2019-10-04 21:19:17 +0000
|
---|
Also, add missing message argument to Customizer notifications to ensure tests are passing. Fixes #45066.
Author |
Dominik Schilling <[email protected]>
2019-10-04 20:19:11 +0000
|
---|
Props garrett-eclipse. Fixes #47515.
Author |
Dominik Schilling <[email protected]>
2019-10-04 20:11:20 +0000
|
---|
Props garrett-eclipse. Fixes #45634.
Author |
Dominik Schilling <[email protected]>
2019-10-04 19:57:08 +0000
|
---|
* Remove unnecessary numbered placeholders. * Add context to "All" and "Spam" status. * Add translator comments. Props pedromendonca. Fixes #48210.
Author |
Jonathan Desrosiers <[email protected]>
2019-10-04 14:31:05 +0000
|
---|
This prevents a `The link you followed has expired.` error when using a filter and now uses `$_POST` instead of `$_GET` to capture all form values. Props pbiron. Fixes #45954.
Author |
Sergey Biryukov <[email protected]>
2019-10-03 23:11:20 +0000
|
---|
Props atachibana. Fixes #48109.
Author |
Andrew Ozz <[email protected]>
2019-10-03 21:00:10 +0000
|
---|