Ella Iseulde Van Dorpe
|
f78068c152
|
TinyMCE: wptextpattern: headings on enter
Fixes #31441.
Built from https://develop.svn.wordpress.org/trunk@33452
git-svn-id: http://core.svn.wordpress.org/trunk@33419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 23:16:25 +00:00 |
|
Aaron Jorbin
|
4a73f82a28
|
Add Initial JS Unit Tests for Menu Customizer
While these two tests will help ensure we don't repeat our mistakes, they mostly help lay the foundation for more tests that still need to be written.
See #32688
Props adamsilverstein, jorbin
Built from https://develop.svn.wordpress.org/trunk@33451
git-svn-id: http://core.svn.wordpress.org/trunk@33418 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 22:08:25 +00:00 |
|
Scott Taylor
|
d92795db13
|
Passwords UI: clean up the new JS in wp-admin/js/user-profile.js .
Instead of wrapping `#pass1` in a `<span>` dynamically, add the `<span>` to the HTML in PHP. It currently has no styling.
Fixes #33145.
Built from https://develop.svn.wordpress.org/trunk@33450
git-svn-id: http://core.svn.wordpress.org/trunk@33417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 21:25:25 +00:00 |
|
Dominik Schilling
|
c478eee017
|
Bundled Themes: Bump version numbers and update POT files.
see #32978.
Built from https://develop.svn.wordpress.org/trunk@33449
git-svn-id: http://core.svn.wordpress.org/trunk@33416 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 19:50:25 +00:00 |
|
Dominik Schilling
|
9f466eacb8
|
i18n tools: Use https for msgid-bugs-address URLs.
Built from https://develop.svn.wordpress.org/trunk@33448
git-svn-id: http://core.svn.wordpress.org/trunk@33415 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 19:38:25 +00:00 |
|
Mark Jaquith
|
4965581097
|
Don't blindly trust the output of glob() to be an array.
props kitchin
fixes #33093
Built from https://develop.svn.wordpress.org/trunk@33447
git-svn-id: http://core.svn.wordpress.org/trunk@33414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 18:05:24 +00:00 |
|
Konstantin Obenland
|
0b0c456a44
|
Site Icon: Minor cleanup for WP_Site_Icon after [33329].
Built from https://develop.svn.wordpress.org/trunk@33446
git-svn-id: http://core.svn.wordpress.org/trunk@33413 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 16:09:25 +00:00 |
|
Konstantin Obenland
|
94aefe52dc
|
Customizer: Use correct spelling when instantiating CustomizeImageCropper .
Introduced in [33329].
Built from https://develop.svn.wordpress.org/trunk@33445
git-svn-id: http://core.svn.wordpress.org/trunk@33412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 15:55:24 +00:00 |
|
Konstantin Obenland
|
2a516d6345
|
Menus: Readjust screen options toggle icon.
Third revision. This will let the icon appear slightly bigger than the help
icon on Macs and just slightly smaller on Windows machines. It's a compromise
in every way.
Fixes #32733. Again.
Built from https://develop.svn.wordpress.org/trunk@33444
git-svn-id: http://core.svn.wordpress.org/trunk@33411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 15:43:25 +00:00 |
|
Mark Jaquith
|
72c9164f47
|
Switch explicitly from nightly to 7.0 for Travis, for clarity.
props netweb
fixes #33136
Built from https://develop.svn.wordpress.org/trunk@33443
git-svn-id: http://core.svn.wordpress.org/trunk@33410 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 15:16:25 +00:00 |
|
Sergey Biryukov
|
bc64ce5094
|
Merge two similar strings about insufficient permissions.
props pavelevap.
fixes #33140.
Built from https://develop.svn.wordpress.org/trunk@33442
git-svn-id: http://core.svn.wordpress.org/trunk@33409 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 13:25:25 +00:00 |
|
Sergey Biryukov
|
84f900b655
|
Move the translator note added in [33437] directly before the string it applies to.
fixes #33091.
Built from https://develop.svn.wordpress.org/trunk@33441
git-svn-id: http://core.svn.wordpress.org/trunk@33408 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 12:43:24 +00:00 |
|
Ella Iseulde Van Dorpe
|
491c863f35
|
Editor: word count: better names for types.
Also fix it in wp_trim_words().
Fixes #30966.
Built from https://develop.svn.wordpress.org/trunk@33440
git-svn-id: http://core.svn.wordpress.org/trunk@33407 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 11:19:26 +00:00 |
|
Mark Jaquith
|
b2b53fd997
|
Fix the padding for the feature filter box on the Add Themes screen.
fixes #33132
props SergeyBiryukov
Built from https://develop.svn.wordpress.org/trunk@33439
git-svn-id: http://core.svn.wordpress.org/trunk@33406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 03:34:25 +00:00 |
|
Mark Jaquith
|
5abcb6938c
|
Toggle between dashicons-hidden and dashicons-visibility in the password hide/show button.
fixes #33135
Built from https://develop.svn.wordpress.org/trunk@33438
git-svn-id: http://core.svn.wordpress.org/trunk@33405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 03:13:24 +00:00 |
|
Mark Jaquith
|
8e264b416b
|
Add a translator note for the fix in r33387
props SergeyBiryukov
fixes 33091
Built from https://develop.svn.wordpress.org/trunk@33437
git-svn-id: http://core.svn.wordpress.org/trunk@33404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-27 01:54:24 +00:00 |
|
Sergey Biryukov
|
48a1c86245
|
Comment string tweaks:
* Merge two strings about an invalid comment ID.
* Add missing context to 'Mark as Spam' string.
* Merge two 'In Response To' strings, replace redundant context with a translator comment.
props pavelevap.
fixes #32334.
Built from https://develop.svn.wordpress.org/trunk@33436
git-svn-id: http://core.svn.wordpress.org/trunk@33403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 23:36:24 +00:00 |
|
Sergey Biryukov
|
1a05a5a3b1
|
Merge some similar media-related strings.
props pavelevap.
fixes #32390.
Built from https://develop.svn.wordpress.org/trunk@33435
git-svn-id: http://core.svn.wordpress.org/trunk@33402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 23:24:24 +00:00 |
|
Sergey Biryukov
|
a883227772
|
Multisite: Introduce a singular string for user removal (we already have one for deletion).
props pavelevap.
fixes #32387.
Built from https://develop.svn.wordpress.org/trunk@33434
git-svn-id: http://core.svn.wordpress.org/trunk@33401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 23:19:24 +00:00 |
|
Sergey Biryukov
|
fbd8a43b5d
|
Merge two duplicate strings.
props pavelevap.
fixes #31730.
Built from https://develop.svn.wordpress.org/trunk@33433
git-svn-id: http://core.svn.wordpress.org/trunk@33400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 23:04:25 +00:00 |
|
Sergey Biryukov
|
67618d5cc0
|
Merge similar strings for plugin update permissions.
props pavelevap.
fixes #32388.
Built from https://develop.svn.wordpress.org/trunk@33432
git-svn-id: http://core.svn.wordpress.org/trunk@33399 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 23:01:25 +00:00 |
|
Sergey Biryukov
|
82034319e1
|
Merge duplicate strings related to Trash.
props pavelevap.
fixes #33133.
Built from https://develop.svn.wordpress.org/trunk@33431
git-svn-id: http://core.svn.wordpress.org/trunk@33398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 22:48:26 +00:00 |
|
Andrew Ozz
|
a92b1d02ae
|
TinyMCE: remove role=tab from the keyboard shortcuts help dialog.
See #33031.
Built from https://develop.svn.wordpress.org/trunk@33430
git-svn-id: http://core.svn.wordpress.org/trunk@33397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 21:37:24 +00:00 |
|
Andrew Ozz
|
170eef2e93
|
TinyMCE: fix accessibility for the keyboard shortcuts help dialog.
Props afercia, azaozz. Fixes #33031.
Built from https://develop.svn.wordpress.org/trunk@33429
git-svn-id: http://core.svn.wordpress.org/trunk@33396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 19:14:26 +00:00 |
|
Ella Iseulde Van Dorpe
|
63dc60ee7b
|
JSHint for [33426]
Oops. :|
See #33096.
Built from https://develop.svn.wordpress.org/trunk@33428
git-svn-id: http://core.svn.wordpress.org/trunk@33395 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 18:18:24 +00:00 |
|
Aaron Jorbin
|
d8eaaf66df
|
Use explicit variable variable syntax
PHP7 introduces a backwards compatable change to variable varibale syntax that requires us to use curly brackets to maintain the syntax between php5 and php7. For more info, see https://wiki.php.net/rfc/uniform_variable_syntax#semantic_differences_in_existing_syntax for the semantic differences.
Props ocean90
Fixes #31982
Built from https://develop.svn.wordpress.org/trunk@33427
git-svn-id: http://core.svn.wordpress.org/trunk@33394 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 18:04:26 +00:00 |
|
Ella Iseulde Van Dorpe
|
d44c684599
|
TinyMCE: views: use media setting to get post ID
Also fix dependency declarations and confusing variable names.
Props rhurling.
Fixes #33096.
Built from https://develop.svn.wordpress.org/trunk@33426
git-svn-id: http://core.svn.wordpress.org/trunk@33393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 10:11:24 +00:00 |
|
Sergey Biryukov
|
2eb77f7252
|
Remove svn:executable from test files.
Built from https://develop.svn.wordpress.org/trunk@33425
git-svn-id: http://core.svn.wordpress.org/trunk@33392 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 09:41:25 +00:00 |
|
Sergey Biryukov
|
54e3899f11
|
Update Test_WP_Customize_Nav_Menus::test_available_items_template() after [33413].
fixes #32715.
Built from https://develop.svn.wordpress.org/trunk@33424
git-svn-id: http://core.svn.wordpress.org/trunk@33391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 09:15:25 +00:00 |
|
Sergey Biryukov
|
93baee020c
|
Comment status box: Move focus back to Edit link when changing the date.
props afercia.
fixes #33062.
Built from https://develop.svn.wordpress.org/trunk@33422
git-svn-id: http://core.svn.wordpress.org/trunk@33390 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 02:26:24 +00:00 |
|
Sergey Biryukov
|
275f10e78e
|
Customizer: Set a correct default for nav_menu_locations setting.
props westonruter.
fixes #33088.
Built from https://develop.svn.wordpress.org/trunk@33421
git-svn-id: http://core.svn.wordpress.org/trunk@33389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 02:01:25 +00:00 |
|
Sergey Biryukov
|
a1fef4c4ef
|
Update help text after [33368].
fixes #33082.
Built from https://develop.svn.wordpress.org/trunk@33420
git-svn-id: http://core.svn.wordpress.org/trunk@33388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 01:52:25 +00:00 |
|
Sergey Biryukov
|
bd0f6a2132
|
Remove unused pw-weak ID attributes.
see #33077.
Built from https://develop.svn.wordpress.org/trunk@33419
git-svn-id: http://core.svn.wordpress.org/trunk@33387 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-26 00:58:24 +00:00 |
|
Ella Iseulde Van Dorpe
|
19dc4bb13a
|
Revert [31849] and [33351]
Also set the max-width of images in themes to 100%, not in pixels.
See #33022 and #31250.
Built from https://develop.svn.wordpress.org/trunk@33418
git-svn-id: http://core.svn.wordpress.org/trunk@33386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-25 23:00:24 +00:00 |
|
Ella Iseulde Van Dorpe
|
8830708379
|
Editor: fit images
Fixes #31253.
Built from https://develop.svn.wordpress.org/trunk@33417
git-svn-id: http://core.svn.wordpress.org/trunk@33385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-25 22:44:24 +00:00 |
|
Ella Iseulde Van Dorpe
|
ba900970f7
|
TinyMCE: inline toolbar: reduce size arrow
The size of the arrow box was too big. It prevented the user from moving the cursor to a place right above the arrow.
See #32604.
Built from https://develop.svn.wordpress.org/trunk@33416
git-svn-id: http://core.svn.wordpress.org/trunk@33384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-25 16:46:25 +00:00 |
|
Ella Iseulde Van Dorpe
|
0433e258b9
|
Editor: add space around aligned images
Also increase the font size of captions.
Part props jmichaelward.
Fixes #32176.
Built from https://develop.svn.wordpress.org/trunk@33415
git-svn-id: http://core.svn.wordpress.org/trunk@33383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-25 13:12:25 +00:00 |
|
Andrew Ozz
|
87aaf3bcfe
|
TinyMCE: restore support for <script> tags.
See #33083.
Built from https://develop.svn.wordpress.org/trunk@33414
git-svn-id: http://core.svn.wordpress.org/trunk@33382 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 22:04:25 +00:00 |
|
Dominik Schilling
|
de86d6b18d
|
Customizer: Add missing text or labels to some nav menu UI controls.
props afercia, celloexpressions, westonruter.
fixes #32715.
Built from https://develop.svn.wordpress.org/trunk@33413
git-svn-id: http://core.svn.wordpress.org/trunk@33381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 20:28:25 +00:00 |
|
Dominik Schilling
|
edf256fa96
|
Customizer: Hide inactive reorder buttons for menu items from assistive technologies.
props afercia.
fixes #33114.
Built from https://develop.svn.wordpress.org/trunk@33412
git-svn-id: http://core.svn.wordpress.org/trunk@33380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 17:57:24 +00:00 |
|
Scott Taylor
|
d8e8ad4a2f
|
Pinking shears.
Built from https://develop.svn.wordpress.org/trunk@33411
git-svn-id: http://core.svn.wordpress.org/trunk@33379 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 17:27:24 +00:00 |
|
Konstantin Obenland
|
458332302e
|
Menus: Account for browsers that set a default margin for buttons.
Fixes #32733.
Built from https://develop.svn.wordpress.org/trunk@33410
git-svn-id: http://core.svn.wordpress.org/trunk@33378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 17:24:24 +00:00 |
|
Konstantin Obenland
|
d512633588
|
Comments: Normalize button color on hover in alt color schemes.
Props iseulde.
Fixes #33086.
Built from https://develop.svn.wordpress.org/trunk@33409
git-svn-id: http://core.svn.wordpress.org/trunk@33377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 17:11:24 +00:00 |
|
Konstantin Obenland
|
7c5989379e
|
Comments: Align author form label with its field labels below.
Props liljimmi.
Fixes #33069.
Built from https://develop.svn.wordpress.org/trunk@33408
git-svn-id: http://core.svn.wordpress.org/trunk@33376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-24 16:51:27 +00:00 |
|
Drew Jaynes
|
bed02906f2
|
Docs: Fix incorrect indentation for the wp_xmlrpc_server->wp_getPostFormats() DocBlock.
Also adds a missing return description.
Props TomHarrigan.
Fixes #33078.
Built from https://develop.svn.wordpress.org/trunk@33407
git-svn-id: http://core.svn.wordpress.org/trunk@33375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-23 13:19:27 +00:00 |
|
Dominik Schilling
|
aa8229a868
|
Dashicons: Fix font ID in SVG file.
see #33084.
Built from https://develop.svn.wordpress.org/trunk@33394
git-svn-id: http://core.svn.wordpress.org/trunk@33362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-23 10:03:24 +00:00 |
|
Drew Jaynes
|
9cd32c7f6c
|
Docs: Correct the possible return types and corresponding descriptions for wp_get_post_terms() .
Props adamkheckler for the initial patch.
Fixes #32950.
Built from https://develop.svn.wordpress.org/trunk@33393
git-svn-id: http://core.svn.wordpress.org/trunk@33361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-23 07:45:25 +00:00 |
|
Weston Ruter
|
3a97d2a7de
|
Customizer: Update JS variable to reference renamed data attribute for available nav menu object.
Fixes regression for a change that was missed in [33366].
Props valendesigns.
Fixes #32708.
Built from https://develop.svn.wordpress.org/trunk@33392
git-svn-id: http://core.svn.wordpress.org/trunk@33360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-23 06:02:24 +00:00 |
|
Gary Pendergast
|
8d4a693b13
|
Tests: Add a new test file missed in [33359].
Built from https://develop.svn.wordpress.org/trunk@33391
git-svn-id: http://core.svn.wordpress.org/trunk@33359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-23 05:18:25 +00:00 |
|
Dion Hulse
|
765714ac0b
|
Switch to a more performant query in meta_form().
Props lumaraf, swissspidy, rarylson, pento
Fixes #24498
Built from https://develop.svn.wordpress.org/trunk@33390
git-svn-id: http://core.svn.wordpress.org/trunk@33358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-07-23 05:17:25 +00:00 |
|