Andrew Ozz
|
f1dcfa9712
|
Editor: hide the DFW v2 button when editor-expand is off. Fixes #30568.
Built from https://develop.svn.wordpress.org/trunk@30711
git-svn-id: http://core.svn.wordpress.org/trunk@30701 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 20:40:22 +00:00 |
Andrew Ozz
|
ab2c480d86
|
Editor, DFW v2: use a 2D transform to force repaint of the admin toolbar, only on `#wp-toolbar`. Fixes calculating the position of the right sidebar on fade-in and removes any performance and stacking implications.
Props joemcgill, see #30516.
Built from https://develop.svn.wordpress.org/trunk@30710
git-svn-id: http://core.svn.wordpress.org/trunk@30700 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 20:25:24 +00:00 |
Ian Stewart
|
1cb6721c81
|
Twenty Fifteen: removing unused styles inherited from Twenty Fourteen.
Props iamtakashi, fixes #30572.
Built from https://develop.svn.wordpress.org/trunk@30709
git-svn-id: http://core.svn.wordpress.org/trunk@30699 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 16:05:22 +00:00 |
John Blackbourn
|
d58c44dc00
|
Apply a no-op CSS transformation to the admin toolbar (among other elements) in order to trigger hardware acceleration when focus/DFW deactivates. This helps prevent rendering issues seen in browsers on Retina devices.
See #30516
Props joemcgill
Built from https://develop.svn.wordpress.org/trunk@30708
git-svn-id: http://core.svn.wordpress.org/trunk@30698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 14:18:27 +00:00 |
John Blackbourn
|
e96e165c3a
|
Prevent scrolling beneath modals on mobile devices by removing overflow from `#wpwrap` when a modal is open.
Fixes #29909
Props avryl
Built from https://develop.svn.wordpress.org/trunk@30707
git-svn-id: http://core.svn.wordpress.org/trunk@30697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 08:09:25 +00:00 |
John Blackbourn
|
a5fa87325b
|
Don't fix the position of the admin toolbar submenus when the viewport is below 600px. This avoids them becoming detached from the admin toolbar when scrolling.
Fixes #29905
Props avryl
Built from https://develop.svn.wordpress.org/trunk@30706
git-svn-id: http://core.svn.wordpress.org/trunk@30696 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 06:49:22 +00:00 |
John Blackbourn
|
9b9424aa77
|
Admin help text changes for the General Settings screen, post editing screen, network settings screen, and user editing screen.
Fixes #30547
Props kpdesign
Built from https://develop.svn.wordpress.org/trunk@30705
git-svn-id: http://core.svn.wordpress.org/trunk@30695 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 05:15:23 +00:00 |
Gary Pendergast
|
6501c3c217
|
Unit Tests: The `test_set_allowed_incompatible_sql_mode()` test tries to set the `NO_ZERO_DATE` sql mode, which was removed in MySQL 5.7. This causes the test to incorrectly fail when run against MySQL 5.7.
Built from https://develop.svn.wordpress.org/trunk@30704
git-svn-id: http://core.svn.wordpress.org/trunk@30694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 05:12:23 +00:00 |
Drew Jaynes
|
c4b9da857a
|
Using let's properly in inline comments lets us move on to more pressing matters of inline documentation.
Props trepmal.
Fixes #30570.
Built from https://develop.svn.wordpress.org/trunk@30703
git-svn-id: http://core.svn.wordpress.org/trunk@30693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 04:43:22 +00:00 |
John Blackbourn
|
511489d7e4
|
Update the tests for `get_metadata()` to reflect the revert in r30701.
See #15030
Built from https://develop.svn.wordpress.org/trunk@30702
git-svn-id: http://core.svn.wordpress.org/trunk@30692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 03:44:23 +00:00 |
John Blackbourn
|
d28823df33
|
Revert r30115 which was a breaking change for code which interacts with the return value of `get_metadata()` when no meta key is specified.
See #15030
Built from https://develop.svn.wordpress.org/trunk@30701
git-svn-id: http://core.svn.wordpress.org/trunk@30691 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 03:35:22 +00:00 |
John Blackbourn
|
6f3414ea67
|
Correct the width of the background vignette in the plugin info modal.
Fixes #28229
Built from https://develop.svn.wordpress.org/trunk@30700
git-svn-id: http://core.svn.wordpress.org/trunk@30690 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 03:19:22 +00:00 |
Gary Pendergast
|
de6d84935f
|
WPDB: When looking up the character set for a table or column, make sure we send the table name to MySQL in the correct case, as MySQL can be configured with case sensitive table names.
Fixes #30538.
Built from https://develop.svn.wordpress.org/trunk@30699
git-svn-id: http://core.svn.wordpress.org/trunk@30689 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 03:00:23 +00:00 |
Helen Hou-Sandí
|
cb5c43df83
|
Don't over-target buttons in the publish meta box.
This selector caused breakage for any custom buttons added.
props ericlewis.
fixes #30035.
Built from https://develop.svn.wordpress.org/trunk@30698
git-svn-id: http://core.svn.wordpress.org/trunk@30688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 02:35:28 +00:00 |
John Blackbourn
|
6fcf4ed3c5
|
Prevent the deletion of a theme while it has an active child theme.
Fixes #29580
Props karpstrucking, jesin
Built from https://develop.svn.wordpress.org/trunk@30697
git-svn-id: http://core.svn.wordpress.org/trunk@30687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 02:21:24 +00:00 |
John Blackbourn
|
b0a2416040
|
Ensure the theme and plugin update checks are always in sync with the current theme and plugin versions before fetching cached update data. This change only triggers a request to the update API when necessary.
Fixes #13071
Props bswatson
Built from https://develop.svn.wordpress.org/trunk@30696
git-svn-id: http://core.svn.wordpress.org/trunk@30686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 01:52:23 +00:00 |
Drew Jaynes
|
ad297dab6d
|
Correctly capitalize JavaScript throughout core docs.
Fixes #30569.
Built from https://develop.svn.wordpress.org/trunk@30695
git-svn-id: http://core.svn.wordpress.org/trunk@30685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 00:31:22 +00:00 |
Andrew Ozz
|
d16c8cf1fc
|
TinyMCE: update the wpView toolbar to look the same as the new image toolbar.
Fixes #30561.
Built from https://develop.svn.wordpress.org/trunk@30694
git-svn-id: http://core.svn.wordpress.org/trunk@30684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-02 00:26:22 +00:00 |
Andrew Ozz
|
16e54ae8c0
|
Editor DFW v2: do not fade out on using keyboard shortcuts in TinyMCE (Alt+Shift+letter).
Fixes #30539.
Built from https://develop.svn.wordpress.org/trunk@30693
git-svn-id: http://core.svn.wordpress.org/trunk@30683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 22:53:24 +00:00 |
Ian Stewart
|
c9c02be354
|
Twenty Fifteen: correct stylesheet dependencies.
Props ocean90, fixes #30532.
Built from https://develop.svn.wordpress.org/trunk@30692
git-svn-id: http://core.svn.wordpress.org/trunk@30682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 19:41:22 +00:00 |
Drew Jaynes
|
4bdf9961d4
|
Improve inline documentation for four methods in `WP_Widget`: `get_field_id()`, `display_callback()`, `update_callback()`, and `form_callback()`.
Props jazzs3quence for the initial patch.
See #30315.
Built from https://develop.svn.wordpress.org/trunk@30691
git-svn-id: http://core.svn.wordpress.org/trunk@30681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 19:35:25 +00:00 |
Ian Stewart
|
4c86797ba7
|
Twenty Fifteen: broader selection of avatars that should catch any plugins adding avatars that use the avatar class.
Props iamtakashi, fixes #30541.
Built from https://develop.svn.wordpress.org/trunk@30690
git-svn-id: http://core.svn.wordpress.org/trunk@30680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 19:34:22 +00:00 |
Ian Stewart
|
20d135f3b2
|
Twenty Fifteen: correct list indentation inside blockquotes.
Props iamtakashi, fixes #30543.
Built from https://develop.svn.wordpress.org/trunk@30689
git-svn-id: http://core.svn.wordpress.org/trunk@30679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 19:31:24 +00:00 |
Boone Gorges
|
9c047d48ab
|
Use `assertEqualSetsWithIndex()` as appropriate in `get_terms()` tests.
See #30522.
Built from https://develop.svn.wordpress.org/trunk@30688
git-svn-id: http://core.svn.wordpress.org/trunk@30678 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 14:25:23 +00:00 |
Gary Pendergast
|
e1e546c330
|
Unit Tests: The `assertEqualSets()` helper was returning true for some sets that were not equal. `assertEqualSets()` now behaves correctly, and the new `assertEqualSetsWithIndex()` helper also checks that the array indexes are the same.
Fixes #30522.
Built from https://develop.svn.wordpress.org/trunk@30687
git-svn-id: http://core.svn.wordpress.org/trunk@30677 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 05:02:23 +00:00 |
John Blackbourn
|
389811b3ec
|
Remove the sortable functionality from the selection editing toolbar at the bottom of the media manager.
Fixes #29934
See #24352
Props jessepollak
Built from https://develop.svn.wordpress.org/trunk@30686
git-svn-id: http://core.svn.wordpress.org/trunk@30676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 04:18:23 +00:00 |
John Blackbourn
|
e93105ba9a
|
Clarify the text for the 'Edit Selection' link when multiple media items are selected in the media manager.
Props adamsilverstein
See #24325
Built from https://develop.svn.wordpress.org/trunk@30685
git-svn-id: http://core.svn.wordpress.org/trunk@30675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 04:15:23 +00:00 |
John Blackbourn
|
d614abe3a2
|
Allow brackets in a URL when it's sanitised for a redirect. Brackets are valid in query parameters.
Fixes #30308
Props voldemortensen
Built from https://develop.svn.wordpress.org/trunk@30684
git-svn-id: http://core.svn.wordpress.org/trunk@30674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 03:21:22 +00:00 |
John Blackbourn
|
17ddc06287
|
Allow square brackets in a URL when it's sanitised for a redirect. Square brackets are valid in query parameters and IPv6 addresses.
Fixes #17052
Props voldemortensen
Built from https://develop.svn.wordpress.org/trunk@30683
git-svn-id: http://core.svn.wordpress.org/trunk@30673 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 03:16:22 +00:00 |
Scott Taylor
|
37a23b2c73
|
Improve various `@param` docs.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30682
git-svn-id: http://core.svn.wordpress.org/trunk@30672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 02:17:21 +00:00 |
Scott Taylor
|
e619abda6e
|
Improve various `@param` docs for `src/wp-includes/*`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30681
git-svn-id: http://core.svn.wordpress.org/trunk@30671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 01:34:24 +00:00 |
Scott Taylor
|
2c32752abd
|
Improve various `@param` docs for `src/wp-admin/*`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30680
git-svn-id: http://core.svn.wordpress.org/trunk@30670 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 01:00:22 +00:00 |
Scott Taylor
|
65ab522a51
|
Improve various `@param` docs for List Tables.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30679
git-svn-id: http://core.svn.wordpress.org/trunk@30669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 00:33:23 +00:00 |
Scott Taylor
|
da4c39480f
|
Improve various `@param` docs for `src/wp-admin/includes/class-wp-filesystem-*.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30678
git-svn-id: http://core.svn.wordpress.org/trunk@30668 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 00:13:22 +00:00 |
Gary Pendergast
|
a0c12d0c61
|
WPDB: Before fetching results, make sure we have a valid result resource to fetch them from.
Fixes #27982.
Built from https://develop.svn.wordpress.org/trunk@30677
git-svn-id: http://core.svn.wordpress.org/trunk@30667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-12-01 00:03:22 +00:00 |
Scott Taylor
|
a215b8801d
|
Improve various `@param` docs for `src/wp-includes/class-wp-customize*.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30676
git-svn-id: http://core.svn.wordpress.org/trunk@30666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 23:33:23 +00:00 |
Andrew Ozz
|
3ad5115eaf
|
TinyMCE: update to 4.1.7, changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Fixes #30560.
Built from https://develop.svn.wordpress.org/trunk@30675
git-svn-id: http://core.svn.wordpress.org/trunk@30665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 23:28:24 +00:00 |
Scott Taylor
|
a0df295f5c
|
Improve various `@param` docs.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30674
git-svn-id: http://core.svn.wordpress.org/trunk@30664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 23:24:25 +00:00 |
Scott Taylor
|
ba914c7df1
|
Improve various `@param` docs.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30673
git-svn-id: http://core.svn.wordpress.org/trunk@30663 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:56:25 +00:00 |
Scott Taylor
|
d097e7cf83
|
Improve the `@param` docs for `src/includes/theme.php` and `src/includes/update.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30672
git-svn-id: http://core.svn.wordpress.org/trunk@30662 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:44:22 +00:00 |
Scott Taylor
|
9a8be964b6
|
Improve the `@param` docs for `src/wp-includes/post*.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30671
git-svn-id: http://core.svn.wordpress.org/trunk@30661 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:37:22 +00:00 |
Andrew Ozz
|
41494045a9
|
TinyMCE: update translatable strings, see #30560.
Built from https://develop.svn.wordpress.org/trunk@30670
git-svn-id: http://core.svn.wordpress.org/trunk@30660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:27:24 +00:00 |
Scott Taylor
|
3752aa7ce8
|
Improve the `@param` docs for `src/includes/rewrite.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30669
git-svn-id: http://core.svn.wordpress.org/trunk@30659 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:25:23 +00:00 |
Scott Taylor
|
67417897ec
|
Improve the `@param` docs for `src/wp-admin/includes/plugin.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30668
git-svn-id: http://core.svn.wordpress.org/trunk@30658 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:23:23 +00:00 |
Scott Taylor
|
04453cbe01
|
Improve the `@param` docs for `src/wp-includes/pluggable*`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30667
git-svn-id: http://core.svn.wordpress.org/trunk@30657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:19:25 +00:00 |
Scott Taylor
|
04a4cf6156
|
Improve the `@param` docs for `src/wp-includes/user.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30666
git-svn-id: http://core.svn.wordpress.org/trunk@30656 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:11:23 +00:00 |
Scott Taylor
|
5d75282328
|
Improve the `@param` docs for `src/wp-includes/widgets.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30665
git-svn-id: http://core.svn.wordpress.org/trunk@30655 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 22:05:21 +00:00 |
Scott Taylor
|
b63c789e88
|
Improve the `@param` docs for `src/wp-includes/wp-db.php`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30664
git-svn-id: http://core.svn.wordpress.org/trunk@30654 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 21:55:23 +00:00 |
Scott Taylor
|
b35cbbfac7
|
Add missing `@param`s to `src/wp-includes/pomo` files.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30663
git-svn-id: http://core.svn.wordpress.org/trunk@30653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 21:41:22 +00:00 |
Scott Taylor
|
616c5515ce
|
Improve the `@param` docs for `trackback_response()` and `validate_another_blog_signup()`.
See #30224.
Built from https://develop.svn.wordpress.org/trunk@30662
git-svn-id: http://core.svn.wordpress.org/trunk@30652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-11-30 21:23:23 +00:00 |