38440 Commits

Author SHA1 Message Date
Jonathan Desrosiers
f95257f204 General: Introduce wp_unique_id(), a PHP implementation of Underscore's uniqueId method.
A static variable contains an integer that is incremented with each call. This number is returned with the optional prefix.
As such the returned value is not universally unique, but it is unique across the life of the PHP process.

Props westonruter, dlh.

Merges [43658] and [44406] to the 5.0 branch.
See #44883.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44407 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-06 20:07:34 +00:00
Jonathan Desrosiers
3f6df95e64 Accessibility: Insert Link modal: Improve keyboard interaction.
Avoids change the selected link when using the Shift + Up/Down arrow keys
to select text in the form fields.

Props afercia.

Merges [42807] to the 5.0 branch.
Fixes #43253.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44405 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-06 19:42:36 +00:00
Dominik Schilling (ocean90)
2acbb2a7e4 I18N/Script Loader: Support text domains other than "messages".
The inline JavaScript added by `WP_Scripts::print_translations()` should check whether `locale_data.$text_domain` exists and fall back to `locale_data.messages` otherwise.

Merge of [44403] to the 5.0 branch.

Props swissspidy.
Fixes #45441.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44404 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-06 17:05:24 +00:00
Jonathan Desrosiers
239d1d1556 Editor: Use explicit context instead of a trailing space for Edit string in TinyMCE.
In [42523], `trunk` was updated to use explicit context instead of a trailing space for the Edit string in TinyMCE plugins. [43472] later backported this change, but the string in `class-wp-editor.php` was missed. This fixes the `Edit` string so not display as `Edit|button` in the 5.0 branch.

Props dimadin.

See #42543, #44134.
Fixes #44919.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44401 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-05 04:13:20 +00:00
Jonathan Desrosiers
c3d51239d7 Editor: Allow the “Add Media” button tooltip to be translated in the Classic block.
In the Classic Editor, the “Add Media” button was outside of the TinyMCE editor. In the Block Editor, the “Add Media” button was moved into the TinyMCE toolbar in the Classic block, but the tooltip was not added to the list of translatable strings. This adds “Add Media” to that list.

The corresponding keyboard shortcut is also specified for the “Add Media” button.

Props afercia.

Merges [44398-44399] to the 5.0 branch.
Fixes #45788.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44400 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-05 03:50:46 +00:00
Dominik Schilling (ocean90)
90ee9f51a7 Script Loader: Load unminified package vendor scripts when SCRIPT_DEBUG is set.
The unminified package vendor scripts are bundled with the release package thus the value of the `SCRIPT_DEBUG` constant should be honored.

Merge of [44391] to the 5.0 branch.

Props earnjam.
Fixes #45535.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44393 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-04 20:38:34 +00:00
Jonathan Desrosiers
45a8f1d7c5 Customize: Safeguard a check on the customize_validate_{$setting_id} filter value to ensure it is a WP_Error.
While the filter is documented to only support a `WP_Error`, it has been a common practice to return true in a validation function if no errors have occurred. This was already caught when the same filter was executed in `WP_Customize_Setting`, it was however missing in `WP_Customize_Manager::validate_setting_values()`.

Props flixos90.

Merges [43578] to the 5.0 branch.
Fixes #44809.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44392 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-04 20:29:41 +00:00
Jonathan Desrosiers
5340afd185 Block Editor: Upgrade @WordPress packages to the latest versions.
Updated packages:

- @wordpress/annotations@1.0.5
- @wordpress/api-fetch@2.2.7
- @wordpress/block-library@2.2.12
- @wordpress/block-serialization-default-parser@2.0.3
- @wordpress/blocks@6.0.5
- @wordpress/components@7.0.5
- @wordpress/core-data@2.0.16
- @wordpress/data@4.2.0
- @wordpress/deprecated@2.0.4
- @wordpress/dom@2.0.8
- @wordpress/edit-post@3.1.7
- @wordpress/editor@9.0.7
- @wordpress/format-library@1.2.10
- @wordpress/hooks@2.0.4
- @wordpress/list-reusable-blocks@1.1.18
- @wordpress/notices@1.1.2
- @wordpress/nux@3.0.6
- @wordpress/plugins@2.0.10
- @wordpress/rich-text@3.0.4
- @wordpress/url@2.3.3
- @wordpress/viewport@2.1.0

Props: youknowriad, gziolo, desrosj.

Merges [44389] to the 5.0 branch.
Fixes #45814.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44390 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-04 20:18:09 +00:00
Jonathan Desrosiers
d55618e69c Customize: Pass missing parameter to dynamic option_{$option} filter in WP_Customize_Widgets::capture_filter_pre_get_option().
This prevents a potential fatal error from an `ArgumentCountError` exception in PHP 7.1 or greater

Props dlh.

Merges [43561] to the 5.0 branch.
Fixes #44770.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44387 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-03 18:55:00 +00:00
Jonathan Desrosiers
c49005aca2 Happy New Year!
Fixes Tests_Basic::test_license

Merges [44379] to the 5.0 branch.

Props jorbin.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44384 602fd350-edb4-49c9-b593-d223f7449a82
2019-01-03 16:23:09 +00:00
laurelfulford
0acb4ebc35 Twenty Nineteen: Make sure links are followed on touchend, not touchstart.
The theme's original navigation JavaScript was making it so all links on a site were immediately followed on touchstart when using a touch-enabled device. This update makes sure links are followed at touchend, to improve usability and menu behavior.

Props anevins, panchen, kjellr.
Fixes #45510.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44357 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-21 21:08:56 +00:00
Gary Pendergast
eb965c27c0 Post WordPress 5.0.2 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44342 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-19 23:55:44 +00:00
Gary Pendergast
901f4fbada WordPress 5.0.2.
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44340 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-19 23:21:49 +00:00
Jonathan Desrosiers
a0e2d2ab0c Posts, Post Types: Correctly show hierarchical post type hierarchy in admin.
In [44185], a bug was introduced where hierarchical post types would not display in the correct default order (hierarchically).

This was caused by a `! isset()` check, which returned `false` after [44185], causing the correct default value to not be applied. This switches that conditional to use an `empty()` check, ignoring the new empty string assignment that was added to prevent a PHP notice when `compact()` is called.

Merges [44338] to the 5.0 branch.

Props davidbinda.
Fixes #45711.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44339 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-19 22:27:51 +00:00
Gary Pendergast
c22f4e71ae About: Add 5.0.2 details to the about page.
Props desrosj.
Fixes #45703.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44337 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-19 22:18:44 +00:00
laurelfulford
999a6537c2 Default Themes: Bump the version numbers and release dates.
Update the theme versions and release dates for the default themes, in time for WordPress 5.0.2.

The POT files for Twenty Ten and Eleven have also been updated.

Merges [44322] into the 5.0 branch.
Fixes #45681.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44323 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-19 02:48:14 +00:00
Gary Pendergast
65433fe5f5 Post WordPress 5.0.2 RC2 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44290 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-18 12:01:36 +00:00
Gary Pendergast
dedead9d8d WordPress 5.0.2 RC2
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44289 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-18 11:51:07 +00:00
Gary Pendergast
0f5de39c56 i18n: Remove the script_loader_src filter from load_script_textdomain().
This filter is superfluous here, the `load_script_textdomain_relative_path` should be used for customising the textdomain path.

See #45528.
Props dimadin.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44288 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-18 11:07:46 +00:00
Grzegorz (Greg) Ziółkowski
6163135856 Block Editor: Upgrade @WordPress packages to the latest version (4.7.1)
Updated packages:

 - @wordpress/block-library@2.2.11
 - @wordpress/edit-post@3.1.6
 - @wordpress/editor@9.0.6
 - @wordpress/format-library@1.2.9

Props youknowriad, pento.

Fixes #45637.




git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44287 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-18 10:36:53 +00:00
Gary Pendergast
3422c59710 i18n: Prevent a PHP warning when a mu-plugin loads a textdomain.
`determine_locale()` accesses the `$pagenow` global, but this is set after mu-plugins are loaded, so we need to check that it's been set.

Props swissspidy, azaozz.
See #45668.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44284 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-18 03:39:14 +00:00
Gary Pendergast
8afa10d989 Post WordPress 5.0.2 RC1 version bump.
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44259 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-17 03:38:25 +00:00
Gary Pendergast
64e5554773 WordPress 5.0.2 RC1.
git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44258 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-17 02:02:00 +00:00
Gary Pendergast
b47bfb88b5 Block Editor: Remove a deprecated notice being generated by the meta box compat functions.
See #45456.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44248 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-16 23:56:13 +00:00
laurelfulford
37b8a459e4 Twenty Seventeen: Update font-family for Simplified Chinese (zh_CN).
Fix the `font-family` used for Simplified Chinese (zh_CN) in the block editor CSS.

Props vaishalipanchal, ze3kr.
Fixes #45408.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44235 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-16 19:46:55 +00:00
Dominik Schilling (ocean90)
a8e72a12f1 I18N: Introduce load_script_translations() as a wrapper for loading and filtering translation data for JavaScript files.
* Introduces `pre_load_script_translations` to short-circuit the function.
* Introduces `load_script_translation_file` to filter the file path for loading script translations.
* Introduces `load_script_translations` to filter the JSON-encoded translation data.

Props johnbillion, strategio, swissspidy, dimadin, ocean90.
See #45425.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44232 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-16 15:53:34 +00:00
Dominik Schilling (ocean90)
35623ef072 Script Loader: Pass the suffix to package style handles to ensure correct file names for minified RTL stylesheets.
See #45547.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44231 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-16 11:05:53 +00:00
laurelfulford
7ba3613ad9 Bundled Themes: Replace “Gutenberg” in code comments and classes.
This update replaces the term “Gutenberg” in the themes code comments and classes with something more future-friendly.

Fixes #45452.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44213 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 20:20:44 +00:00
laurelfulford
c1f981b316 Bundled Themes: Update default block appender selector.
The markup for the default block appender changed from a text input to a text area in the editor; this update makes the same change in the default theme styles.

Fixes #45450.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44212 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 20:00:28 +00:00
Jonathan Desrosiers
30684bede3 Script Loader: Misplaced parenthesis when wp-tinymce-lists is added.
A closing parenthesis was misplaced in the `$scripts->add( 'wp-tinymce-lists' )` call, causing the dependencies and version to be incorrectly passed to `includes_url()` instead.

Props volodymyrkolesnykov.
Fixes: #45506.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44211 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 17:26:37 +00:00
Jonathan Desrosiers
f948d08281 Twenty Sixteen: Fix superscript and subscript.
When using the block-based editor in Twenty Sixteen, superscript is displaying below the baseline and subscript is displaying above the baseline. This is the opposite of what should occur. This reverses the two to display correctly.

Props greg-raven, torontodigits, JDTrower.
Fixes: #44776.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44210 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 17:13:37 +00:00
herregroen
902af362f8 I18N: Fix JavaScript translations for subdirectory installations.
Fixes the `load_script_textdomain` function not resolving the md5 hash based on the relative path for WordPress installations in a subdirectory. Also adds a filter to allow sites using CDNs or other alternative asset locations to filter the relative path resolution.

Props akirk, fierevere, swissspidy, mypacecreator, babaevan, tmatsuur, ocean90.
Fixes #45528.


git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44209 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 12:54:54 +00:00
Gary Pendergast
9a4211dcff Scripts: Remove an incorrect parameter sent to wp_get_script_polyfill().
`wp_get_script_polyfill()` only accepts two parameters, but this call was passing a third.

Props swissspidy.
See #45472.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44208 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 01:30:32 +00:00
Gary Pendergast
971928c74d REST API: Remove a duplicate require_once().
In `WP_REST_Attachments_Controller::create_item()`, `wp-admin/includes/image.php` was being `require_once()`-ed... twice. The superflous `require_once()` has been quietly removed.

Props david.binda.
See #45420.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44206 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-15 00:16:41 +00:00
laurelfulford
afc1fcf048 Twenty Seventeen: Remove editor style that prevents images from being resized.
Twenty Seventeen’s editor styles contained an Internet Explorer 8 specific fix that stopped images from being scalable in the editor in other browsers. Since the editor no longer supports IE8, this fix can safely be removed. 

Props audrasjb, mihaivalentin, subrataemfluence.
Fixes #39738.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44205 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 23:24:49 +00:00
laurelfulford
0a4165fe70 Twenty Seventeen: Add focus style to cookies consent checkbox.
To improve accessibility, the cookies content checkbox in the comment form needed some visible indication when it’s in focus. 

Props pratikthink, afercia.
Fixes #44699.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44204 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 23:09:40 +00:00
laurelfulford
935fff4ab3 Twenty Seventeen: Remove unnecessary ol styles from editor.
Twenty Seventeen was designed with bolded numbers for its ordered list styles. This was removed from the theme prior to launch, but it was left in the editor styles, so it needed to be removed there, too.

Props mmaumio, edpittol.
Fixes #44775.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44203 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 22:52:55 +00:00
Jonathan Desrosiers
5853c653fc Twenty Nineteen: Fixes and improvements.
This commit fixes the final differences between the version of Twenty Nineteen in core and the one in GitHub. The two are now identical.

See #45424.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44202 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 22:28:18 +00:00
Jonathan Desrosiers
44a30daee4 Twenty Nineteen: Fixes and improvements.
This commit brings over several changes that occurred upstream in the theme’s GitHub repository into core.

- Fix left/right-aligned pullquote spacing. https://github.com/WordPress/twentynineteen/pull/695
- Improve `readme.txt` to follow the correct standards for themes. https://github.com/WordPress/twentynineteen/issues/689

Props kjellr, allancole.

See #45424.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44201 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 22:03:36 +00:00
laurelfulford
e76dd650e7 Twenty Sixteen: Fix button block custom colors on front end.
Simplify some of the button block’s CSS selectors in the theme, to make sure the default colors don’t override the custom colors on the front end.

Fixes #45427.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44200 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 21:52:07 +00:00
Jonathan Desrosiers
73894e612e Twenty Nineteen: Fixes and improvements.
This commit brings over several changes that occurred upstream in the theme’s GitHub repository into core.

- Fixes some minor code quality issues. https://github.com/WordPress/twentynineteen/pull/237
- Fix PHP Warning: Parameter must be an array or an object that implements Countable. https://github.com/WordPress/twentynineteen/pull/661
- Add missing text domain and escaping to comment author text. https://github.com/WordPress/twentynineteen/pull/274
- Remove hyphens rule for cover image text. https://github.com/WordPress/twentynineteen/pull/691

Props khleomix, grapplerulrich, iCaleb, kjellr, allancole.

See #45424.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44199 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 21:50:16 +00:00
laurelfulford
6ae98f3b84 Twenty Fifteen: Fix button block custom colors on front end.
Simplify some of the button block’s CSS selectors in the theme, to make sure the default colors don’t override the custom colors on the front end.

Fixes #45428.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44198 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 21:39:47 +00:00
laurelfulford
41a055120f Twenty Fourteen: Fix button block custom colors on front end.
Simplify some of the button block’s CSS selectors in the theme, to make sure the default colors don’t override the custom colors on the front end.

Fixes #45429.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44197 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 21:30:27 +00:00
Jonathan Desrosiers
6d78174aeb Twenty Nineteen: Fixes and improvements.
This commit brings over several changes that occurred upstream in the theme’s GitHub repository into core.

- Fix the gallery caption link color. https://github.com/WordPress/twentynineteen/pull/687
- Remove left padding from pullquote blocks. https://github.com/WordPress/twentynineteen/pull/690
- Print `skip-link-focus-fix` inline instead of enqueueing as blocking script. https://github.com/WordPress/twentynineteen/pull/47
- Fix and improve some strings with placeholders. https://github.com/WordPress/twentynineteen/pull/217

Props kjellr, allancole, dimadin, westonruter.

See #45424.

git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44196 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 21:23:52 +00:00
laurelfulford
afa8ba3334 Twenty Thirteen: Fix button block custom colors.
Simplify some of the button block’s CSS selectors in the theme, to make sure the default colors don’t override the custom colors on the front end.

Also make sure the button’s gradient is not applied when a custom background color is added, since it will hide it. 

Fixes #45431.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44195 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 21:13:56 +00:00
laurelfulford
0953eaab5d Twenty Twelve: Fix button block custom colors.
Simplify some of the button block’s CSS selectors in the theme, to make sure the default colors don’t override the custom colors on the front end.

Also make sure the button’s gradient is not applied when a custom background color is added, since it will hide it. 

Fixes #45432.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44194 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 20:54:35 +00:00
allancole
58d186251c Updating Twenty Nineteen, the new default theme for 2019.
This update changes the following: 

- Add proper frontend styles for center aligned archive and category blocks. More info here: https://github.com/WordPress/twentynineteen/pull/684
- Fix image_filter theme option conditional function. More info here: https://github.com/WordPress/twentynineteen/pull/680
- Remove duplicate rule-line when a separator block is followed by H1/H2 in the editor. Props richtabor. More info here: https://github.com/WordPress/twentynineteen/pull/686

Props richtabor, kjellr.

See #45424.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44193 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 20:41:25 +00:00
allancole
338bf91b4f Updating Twenty Nineteen, the new default theme for 2019.
This change properly sets the primary color hue theme option. 

- More info: https://github.com/WordPress/twentynineteen/pull/683

Props richtabor.

See #45424.


git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44192 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 20:11:18 +00:00
laurelfulford
d6e02d50f3 Twenty Eleven: Fix button block custom colors on front end.
Simplify some of the button block’s CSS selectors in the theme, to make sure the default colors don’t override the custom colors on the front end.

Fixes #45433.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44191 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 20:10:32 +00:00
laurelfulford
4950598cde Twenty Eleven: Correct block editor font-size issue.
Update a mistake in Twenty Eleven's block editor styles that erroneously sets the `font-size` to `300`, when it should set the `font-weight` to `300`. This was causing browsers in quirks mode to make the editor font size very large. 

Fixes #45421.



git-svn-id: https://develop.svn.wordpress.org/branches/5.0@44190 602fd350-edb4-49c9-b593-d223f7449a82
2018-12-14 19:51:20 +00:00