Scott Taylor
|
002541326e
|
After [29360], add rules for <input> s in the scope of .media-sidebar .
Props ocean90.
Fixes #28647.
Built from https://develop.svn.wordpress.org/trunk@29441
git-svn-id: http://core.svn.wordpress.org/trunk@29219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 21:34:16 +00:00 |
|
Scott Taylor
|
34e3377d42
|
JSHint after [29437].
Built from https://develop.svn.wordpress.org/trunk@29439
git-svn-id: http://core.svn.wordpress.org/trunk@29217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 21:21:16 +00:00 |
|
Scott Taylor
|
8c96874742
|
Media Grid:
* Use a `media.view.Label` instance in the toolbar for the screen reader text for the "all" dropdown.
* Adjust the spinner's priority.
Fixes #29026.
Built from https://develop.svn.wordpress.org/trunk@29438
git-svn-id: http://core.svn.wordpress.org/trunk@29216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 21:01:15 +00:00 |
|
Scott Taylor
|
ccd0499d96
|
Media Grid: use a media.view.Label instance in the toolbar for the screen reader text for Search.
See #29026.
Built from https://develop.svn.wordpress.org/trunk@29437
git-svn-id: http://core.svn.wordpress.org/trunk@29215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 20:54:15 +00:00 |
|
Helen Hou-Sandí
|
485229bc64
|
Revert styling changes to the Attachment Details modal from [29289]. fixes #28844.
Built from https://develop.svn.wordpress.org/trunk@29436
git-svn-id: http://core.svn.wordpress.org/trunk@29214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 20:32:16 +00:00 |
|
Scott Taylor
|
8593f7b5e9
|
Media Grid: add screen reader text in a subview on the toolbar, a media.view.Label instance before media.view.DateFilter .
See #29026.
Built from https://develop.svn.wordpress.org/trunk@29435
git-svn-id: http://core.svn.wordpress.org/trunk@29213 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 20:25:16 +00:00 |
|
Scott Taylor
|
3f17e7040e
|
Create a new Backbone view, media.view.Label , which can be used as a subview in things like toolbars, which need screen reader text.
Make an initial instance of it for the label for Bulk Actions in Media Grid.
See #29026.
Built from https://develop.svn.wordpress.org/trunk@29434
git-svn-id: http://core.svn.wordpress.org/trunk@29212 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 20:09:17 +00:00 |
|
Scott Taylor
|
c5dff42d51
|
Revert [29428] to avoid errors with Add Media for now.
See #29026.
Built from https://develop.svn.wordpress.org/trunk@29432
git-svn-id: http://core.svn.wordpress.org/trunk@29210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 19:40:15 +00:00 |
|
Scott Taylor
|
6b3251e931
|
wptexturize: After [28727], leverage RegeEx possessives (++) to improve performance and avoid libpcre segfaults.
Props kovshenin.
Fixes #12690.
Built from https://develop.svn.wordpress.org/trunk@29431
git-svn-id: http://core.svn.wordpress.org/trunk@29209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 19:11:18 +00:00 |
|
Scott Taylor
|
b053fe2e04
|
Video: use auto instead of actual height for the responsive wrapper in generated markup.
See #29110.
Built from https://develop.svn.wordpress.org/trunk@29430
git-svn-id: http://core.svn.wordpress.org/trunk@29208 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 06:20:15 +00:00 |
|
Scott Taylor
|
b938bfb7d5
|
MediaElement upgrade: cleanup for generated markup for videos.
See #29110.
Built from https://develop.svn.wordpress.org/trunk@29429
git-svn-id: http://core.svn.wordpress.org/trunk@29207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 05:53:15 +00:00 |
|
Scott Taylor
|
afb0b3e4ef
|
Media Grid: add screen reader labels with more context to filters and bulk actions. Ditto for list view.
Props afercia.
Fixes #29026.
Built from https://develop.svn.wordpress.org/trunk@29428
git-svn-id: http://core.svn.wordpress.org/trunk@29206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 05:20:16 +00:00 |
|
Scott Taylor
|
f0f4174ed8
|
Media Grid: remove some unused Trash/Delete handler logic. Rendered useless since [29266] and made official by [29322].
See #28819.
Built from https://develop.svn.wordpress.org/trunk@29427
git-svn-id: http://core.svn.wordpress.org/trunk@29205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 05:03:17 +00:00 |
|
Scott Taylor
|
8ed123c97f
|
In media.view.AttachmentFilters.All , make uploaded conditional upon media.view.settings.post.id and include a new filter: unattached .
Drop the `mime-types` filter and related class (which was added for Media Grid) and use `all` instead.
Props ocean90, wonderboymusic.
Fixes #29065.
Built from https://develop.svn.wordpress.org/trunk@29426
git-svn-id: http://core.svn.wordpress.org/trunk@29204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 04:44:17 +00:00 |
|
Scott Taylor
|
641da503ac
|
Media Grid: reduce the padding for .attachments .
Props ocean90, ryelle.
Fixes #29085.
Built from https://develop.svn.wordpress.org/trunk@29425
git-svn-id: http://core.svn.wordpress.org/trunk@29203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 03:04:16 +00:00 |
|
Scott Taylor
|
8f73ec76d1
|
After [28883], ensure that priorities have callbacks before returning true in has_filter() .
Adds unit tests.
Props boonebgorges.
Fixes #29070.
Built from https://develop.svn.wordpress.org/trunk@29422
git-svn-id: http://core.svn.wordpress.org/trunk@29200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-07 02:30:20 +00:00 |
|
Scott Taylor
|
eb66e40790
|
After [29339] and [29341], add more unit tests and less ambiguous type-checking before bailing in meta-related functions that expect a numeric value for $object_id .
Props SergeyBiryukov.
Fixes #28315.
Built from https://develop.svn.wordpress.org/trunk@29421
git-svn-id: http://core.svn.wordpress.org/trunk@29199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 22:08:16 +00:00 |
|
Scott Taylor
|
935f10413e
|
Media Grid: expose the $.Deffered() object in media.view.AttachmentsBrowser.updateContent() so the grid can call Backbone.history.start() when models actually exist.
This is a lot better then `_.delay( this.pray, 1000 )`, but needs continued study.
See #29052.
Built from https://develop.svn.wordpress.org/trunk@29420
git-svn-id: http://core.svn.wordpress.org/trunk@29198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 21:44:17 +00:00 |
|
Scott Taylor
|
582b5144b2
|
Media Grid: after [28996], use the same cover size for audio/video files that images use for thumbnails.
See #24716.
Built from https://develop.svn.wordpress.org/trunk@29416
git-svn-id: http://core.svn.wordpress.org/trunk@29194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 19:33:14 +00:00 |
|
Scott Taylor
|
a58a4da852
|
Media Grid: display upload errors in a dismissable sidebar.
See #29037.
Built from https://develop.svn.wordpress.org/trunk@29415
git-svn-id: http://core.svn.wordpress.org/trunk@29193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 19:13:15 +00:00 |
|
Andrew Nacin
|
fd93879c86
|
4.0-beta3
Built from https://develop.svn.wordpress.org/trunk@29414
git-svn-id: http://core.svn.wordpress.org/trunk@29192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 18:28:17 +00:00 |
|
Andrew Nacin
|
bcb8e53d16
|
Ignore entities in XML-RPC requests.
props mdawaffe, nacin.
Built from https://develop.svn.wordpress.org/trunk@29404
git-svn-id: http://core.svn.wordpress.org/trunk@29182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 17:38:17 +00:00 |
|
Scott Taylor
|
27b0d4cd20
|
In media.view.BulkSelectionActionButton.click() , do not assume that delete is the only possible bulk action.
Fixes #29101.
Built from https://develop.svn.wordpress.org/trunk@29403
git-svn-id: http://core.svn.wordpress.org/trunk@29181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 17:24:19 +00:00 |
|
Scott Taylor
|
42809dad43
|
Use proper non-capturing regex syntax for YouTube in wp_video_shortcode() .
Props Fab1en.
See [27063].
Fixes #29119.
Built from https://develop.svn.wordpress.org/trunk@29401
git-svn-id: http://core.svn.wordpress.org/trunk@29179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 17:01:17 +00:00 |
|
Andrew Nacin
|
ee4ce8688d
|
Escape late in get_avatar().
Built from https://develop.svn.wordpress.org/trunk@29397
git-svn-id: http://core.svn.wordpress.org/trunk@29175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 07:50:18 +00:00 |
|
Andrew Ozz
|
9d707e16c9
|
Media modal/grid: fix the position of attachment icons, restore the background, fix in ie8. See #27423.
Built from https://develop.svn.wordpress.org/trunk@29393
git-svn-id: http://core.svn.wordpress.org/trunk@29171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 06:29:16 +00:00 |
|
Andrew Nacin
|
7d672c38a4
|
Constant time for wp_verify_nonce().
Built from https://develop.svn.wordpress.org/trunk@29382
git-svn-id: http://core.svn.wordpress.org/trunk@29160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 05:26:16 +00:00 |
|
Andrew Ozz
|
b61903f2bb
|
TinyMCE: add support for class attribute on the caption shortcode. Part props knutsp, kadamwhite, fixes #28951.
Built from https://develop.svn.wordpress.org/trunk@29380
git-svn-id: http://core.svn.wordpress.org/trunk@29158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-06 00:58:16 +00:00 |
|
Andrew Ozz
|
8fc01225ac
|
Media modal/grid: get the proper .attachment width in arrow navigation. Props avryl, see #27423.
Built from https://develop.svn.wordpress.org/trunk@29379
git-svn-id: http://core.svn.wordpress.org/trunk@29157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-05 19:37:15 +00:00 |
|
Andrew Nacin
|
8b7beb2378
|
Disable external entities in ID3.
Built from https://develop.svn.wordpress.org/trunk@29378
git-svn-id: http://core.svn.wordpress.org/trunk@29156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-05 19:14:18 +00:00 |
|
Andrew Nacin
|
4ecf30559b
|
Verify the MAC earlier in WP_Customize_Widgets. props duck_.
Built from https://develop.svn.wordpress.org/trunk@29377
git-svn-id: http://core.svn.wordpress.org/trunk@29155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-05 06:50:15 +00:00 |
|
Andrew Ozz
|
e6b0d0c9ee
|
Media modal/grid: remove thumbnail resizing from JS, only keep setting number of columns. Props avryl, see #27423.
Built from https://develop.svn.wordpress.org/trunk@29376
git-svn-id: http://core.svn.wordpress.org/trunk@29154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-05 05:20:18 +00:00 |
|
Sergey Biryukov
|
e1eab74aa6
|
Use wp_normalize_path() in plugins_url().
props paulschreiber.
fixes #29058.
Built from https://develop.svn.wordpress.org/trunk@29375
git-svn-id: http://core.svn.wordpress.org/trunk@29153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-05 01:31:16 +00:00 |
|
Andrew Ozz
|
a8fd1330ae
|
Media modal: use the same classes to hide the "or" that is above the "Select files" button when no drag-drop support. See #28851.
Built from https://develop.svn.wordpress.org/trunk@29373
git-svn-id: http://core.svn.wordpress.org/trunk@29151 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-04 21:17:16 +00:00 |
|
Andrew Ozz
|
666fec5144
|
TinyMCE: fix alignment buttons when used on image with caption. Remove old/unneeded code. Fixes #28705.
Built from https://develop.svn.wordpress.org/trunk@29370
git-svn-id: http://core.svn.wordpress.org/trunk@29148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-04 00:52:17 +00:00 |
|
Andrew Ozz
|
42c8135fac
|
Mobile: hide the onscreen keyboard when the media modal opens, fixes #28549.
Built from https://develop.svn.wordpress.org/trunk@29369
git-svn-id: http://core.svn.wordpress.org/trunk@29147 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-03 22:34:16 +00:00 |
|
Scott Taylor
|
27890cc734
|
Media Grid: don't blow away the Attachment Details modal every time a new model is loaded.
Props ericlewis.
Fixes #29104.
Built from https://develop.svn.wordpress.org/trunk@29368
git-svn-id: http://core.svn.wordpress.org/trunk@29146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-03 19:40:17 +00:00 |
|
Scott Taylor
|
696c12bc55
|
Media Grid: don't select body with jQuery when instantiating media.view.UploaderWindow .
Props ericlewis.
See #28965.
Built from https://develop.svn.wordpress.org/trunk@29367
git-svn-id: http://core.svn.wordpress.org/trunk@29145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-03 19:37:19 +00:00 |
|
Andrew Ozz
|
9662dc9f7b
|
Fix CSS for form elements for Firefox 30+, fixes #28500.
Built from https://develop.svn.wordpress.org/trunk@29366
git-svn-id: http://core.svn.wordpress.org/trunk@29142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-03 00:34:15 +00:00 |
|
Dominik Schilling
|
5be014c7c9
|
Standardize transition-animations on modal close/arrow buttons.
props celloexpressions.
fixes #29021.
Built from https://develop.svn.wordpress.org/trunk@29365
git-svn-id: http://core.svn.wordpress.org/trunk@29141 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-02 22:02:19 +00:00 |
|
Dominik Schilling
|
e6513fe33b
|
Media Modal: Restore uploader view, when no items are found.
see #28963.
Built from https://develop.svn.wordpress.org/trunk@29364
git-svn-id: http://core.svn.wordpress.org/trunk@29140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-02 20:47:16 +00:00 |
|
Scott Taylor
|
91764118fb
|
Add an action, pre_get_users , in WP_User_Query::prepare_query() .
Props rmccue.
Fixes #29084.
Built from https://develop.svn.wordpress.org/trunk@29363
git-svn-id: http://core.svn.wordpress.org/trunk@29139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-02 20:46:16 +00:00 |
|
Andrew Ozz
|
9662554bfb
|
Add blog_id to the wp-settings-* cookie (used for storing user state) to prevent it being overloaded on sub-domain sites. Fixes #29095.
Built from https://develop.svn.wordpress.org/trunk@29362
git-svn-id: http://core.svn.wordpress.org/trunk@29138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-02 20:09:16 +00:00 |
|
Dominik Schilling
|
1ad95ec66d
|
Media: Don't stretch radio and checkbox inputs in compat fields. Adjust margin for radio inputs.
props kovshenin for initial patch.
fixes #28647.
Built from https://develop.svn.wordpress.org/trunk@29360
git-svn-id: http://core.svn.wordpress.org/trunk@29136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-02 19:53:17 +00:00 |
|
Dominik Schilling
|
8ea68677f3
|
Media Upload: Improve styling of error messages.
props afercia, michalzuber.
fixes #29047.
Built from https://develop.svn.wordpress.org/trunk@29355
git-svn-id: http://core.svn.wordpress.org/trunk@29131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-02 14:14:19 +00:00 |
|
Sergey Biryukov
|
7753c3ff05
|
Avoid an undefined index notice in wp_reschedule_event().
props paulschreiber.
fixes #29077.
Built from https://develop.svn.wordpress.org/trunk@29349
git-svn-id: http://core.svn.wordpress.org/trunk@29126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-01 20:57:16 +00:00 |
|
Dominik Schilling
|
fb9084eed3
|
Disable background page scrolling when modals are open.
props celloexpressions.
fixes #29074.
Built from https://develop.svn.wordpress.org/trunk@29346
git-svn-id: http://core.svn.wordpress.org/trunk@29124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-01 20:15:15 +00:00 |
|
Scott Taylor
|
6018cd50b6
|
Revert [28640] as per @DH-Shredder.
See #24380.
Built from https://develop.svn.wordpress.org/trunk@29345
git-svn-id: http://core.svn.wordpress.org/trunk@29123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-01 18:43:16 +00:00 |
|
Scott Taylor
|
69dbf4f5df
|
Clarify that get_the_date() , get_the_time() , get_post_time() and get_post_modified_time() should return false when get_post() is null .
Adds unit tests.
Props GaryJ, SergeyBiryukov, tollmanz.
Fixes #28310.
Built from https://develop.svn.wordpress.org/trunk@29344
git-svn-id: http://core.svn.wordpress.org/trunk@29122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-01 18:40:16 +00:00 |
|
Mark Jaquith
|
61a0551529
|
Match background color in DFW and adapt the dashed outline color.
fixes #28330. props avryl, ipstenu.
Built from https://develop.svn.wordpress.org/trunk@29340
git-svn-id: http://core.svn.wordpress.org/trunk@29120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-08-01 18:10:16 +00:00 |
|