Commit Graph

  • 815adc833a Popular tags' edit links should respect the current post type. Adds unit test. Scott Taylor 2014-03-25 18:39:26 +00:00
  • fbb2e1dc89 Transients: Allow a non-expiring transient to be updated with an expiry. Andrew Nacin 2014-03-25 18:22:49 +00:00
  • 07eb830a9b Ensure the $path is trailing-slashed in domain_exists(). Andrew Nacin 2014-03-25 17:39:08 +00:00
  • 89d81da181 Ensure the $path is trailing-slashed in domain_exists(). Andrew Nacin 2014-03-25 17:31:37 +00:00
  • 5a60d9dc24 Theme compat: Move <head profile> to <link>. Andrew Nacin 2014-03-25 17:21:45 +00:00
  • b2ad4105e3 Network Admin: Fix pagination on site-themes and site-users. Andrew Nacin 2014-03-25 16:56:45 +00:00
  • 17c48086fb 3.9-beta2-27714 Andrew Nacin 2014-03-25 16:48:20 +00:00
  • 21b0ca8462 Back compat for overriding window.autosave. Andrew Nacin 2014-03-25 16:46:22 +00:00
  • fbe0b3e5ac Don't allow the image editor thumbnail to be dragged. see #21811. Andrew Nacin 2014-03-25 16:20:50 +00:00
  • 0fccb7b64d Restore the update message in the dashboard, removed in 3.8. Andrew Nacin 2014-03-25 14:35:23 +00:00
  • c9531d6d67 Encode spaces in get_template_directory_uri() and get_stylesheet_directory_uri(). Andrew Nacin 2014-03-25 13:06:21 +00:00
  • 87bfc847b1 Gracefully fail in wp_generate_tag_cloud() when emptiness is returned from the tag_cloud_sort filter. Andrew Nacin 2014-03-25 12:59:17 +00:00
  • de653fe7ab Clarify the return value of wp_generate_tag_cloud(). Andrew Nacin 2014-03-25 12:55:11 +00:00
  • 89f16d1887 Allow XML attributes with colons to be read by kses. Andrew Nacin 2014-03-25 12:52:48 +00:00
  • 3e28e2fae8 Multisite: Don't set the $super_admins global in grant_super_admin(), revoke_super_admin(). Andrew Nacin 2014-03-25 12:13:40 +00:00
  • ee742d98b8 Update Dashicons. Dominik Schilling (ocean90) 2014-03-25 12:04:36 +00:00
  • b48db6834f Custom backgrounds: Always cause a preview in the customizer. Andrew Nacin 2014-03-25 12:00:01 +00:00
  • 5653356188 Custom backgrounds: Do not print the default background color when it has been saved to the DB. Andrew Nacin 2014-03-25 11:52:56 +00:00
  • 2e1f98d2a0 Widget Customizer: Improve widget highlighting. Dominik Schilling (ocean90) 2014-03-25 11:47:27 +00:00
  • e54fff3bb1 Widget Customizer: Fix shift+click issue in Firefox to open a widget. Dominik Schilling (ocean90) 2014-03-25 11:22:13 +00:00
  • 9c740b8dd5 Inline documentation for hooks in wp-includes/nav-menu.php. Drew Jaynes (DrewAPicture) 2014-03-25 09:03:02 +00:00
  • 16feaee19a Inline documentation for hooks in wp-includes/revision.php. Drew Jaynes (DrewAPicture) 2014-03-25 08:59:55 +00:00
  • 52a57b9f43 Inline documentation for hooks in wp-includes/meta.php. Drew Jaynes (DrewAPicture) 2014-03-25 08:55:44 +00:00
  • 5e1914e748 Inline documentation for hooks in wp-includes/default-widgets.php. Drew Jaynes (DrewAPicture) 2014-03-25 08:52:22 +00:00
  • 7fbfe22546 Fix typo from [27695]. See #26924. Drew Jaynes (DrewAPicture) 2014-03-25 08:06:38 +00:00
  • 0e7a34444d Correct misleading verbiage in 'print' hook docs. Drew Jaynes (DrewAPicture) 2014-03-25 08:04:44 +00:00
  • a00d98a8c2 TinyMCE: bring back removal of the size-* class when the user soft-resizes an image, see #24409 Andrew Ozz 2014-03-25 00:15:37 +00:00
  • 98921c5ca0 Let us pass jshint:core. Scott Taylor 2014-03-24 23:01:15 +00:00
  • 05f0bcabec Use the current post's post type when determining post adjacency. Andrew Nacin 2014-03-24 21:29:14 +00:00
  • 4983a8b8d0 RSS widgets: Omit the title attribute when the summary is shown. Andrew Nacin 2014-03-24 21:07:10 +00:00
  • 9cd40edebf In wp_create_post_autosave(), intersect the $new_autosave's keys with the keys from _wp_post_revision_fields() to ensure that all expected fields are present. Scott Taylor 2014-03-24 20:31:51 +00:00
  • 82ba1702df When using meta_query in a WP_Query, passing NOT EXISTS or '' to compare should not require value to be set. The resulting SQL should then produce the appropriate OR clause for existence of non-existence after passing the query to the $key_only_queries stack internally. Scott Taylor 2014-03-24 19:56:54 +00:00
  • afde656058 Customizer header images: Fix randomizing headers. Andrew Nacin 2014-03-24 19:15:32 +00:00
  • d9ab8333c8 Media manager: Avoid a blank modal when an invalid image size class is set on the image. Andrew Nacin 2014-03-24 19:00:15 +00:00
  • 710f11f2df When using WP_Query's "fields" => "ids" (or "fields" => "id=>parent"), the returned values should be an array of integers, not array of integers represented by strings. Scott Taylor 2014-03-24 18:54:38 +00:00
  • 651b4a5f5b Fix the video shortcode unit test after [27519]. Scott Taylor 2014-03-24 17:13:48 +00:00
  • 88b610dc72 Fix a swath of broken unit tests from Tests_User_ListAuthors. Scott Taylor 2014-03-24 16:52:38 +00:00
  • 2583c954b9 Revert [27184] until WP_Query is patched to apply order to each space-delimited orderby value properly. Scott Taylor 2014-03-24 14:45:44 +00:00
  • 54bc81e04f Do not use the alternative if/elseif/else syntax in prepend_attachment() introduced in [27622], as per kovshenin. Scott Taylor 2014-03-24 14:38:31 +00:00
  • f966183e51 Fix typo in a comment. see #25663. Sergey Biryukov 2014-03-24 09:08:36 +00:00
  • 2dc003fb02 Two files weren't deleted in [27679], see #27014 Andrew Ozz 2014-03-24 06:12:08 +00:00
  • 0898014ebd Update the TinyMCE tests. Andrew Ozz 2014-03-24 05:59:45 +00:00
  • 9b56f72fb1 Ensure Thickbox loading spinner is properly sized for HiDPI displays. Andrew Nacin 2014-03-24 03:45:08 +00:00
  • 401aa27073 Plugin Installer: Disable 'Latest Version Installed' buttons. Andrew Nacin 2014-03-24 03:40:28 +00:00
  • 73fe2abadd Inline documentation for hooks in wp-includes/post-template.php. Drew Jaynes (DrewAPicture) 2014-03-24 03:36:36 +00:00
  • 48391a7444 Use correct variable. see [27373]. Andrew Nacin 2014-03-24 03:24:33 +00:00
  • 0be6f6072a Inline documentation for hooks in wp-admin/includes/taxonomy.php. Drew Jaynes (DrewAPicture) 2014-03-24 03:13:06 +00:00
  • 7062f3c75a Inline documentation for wp-admin/includes/class-wp-upgrader.php. Drew Jaynes (DrewAPicture) 2014-03-24 02:59:36 +00:00
  • af0f9a5e00 Inline documentation for hooks in wp-admin/includes/file.php. Drew Jaynes (DrewAPicture) 2014-03-24 02:44:17 +00:00
  • 99c2775c0f Remove some debug cruft accidentally committed in [27670]. Drew Jaynes (DrewAPicture) 2014-03-24 02:37:05 +00:00
  • ac9e81e0f0 Inline documentation for hooks in wp-admin/includes/menu.php. Drew Jaynes (DrewAPicture) 2014-03-24 02:34:14 +00:00
  • 4d7ca61c09 Inline documentation for hooks in wp-admin/includes/dashboard.php. Drew Jaynes (DrewAPicture) 2014-03-24 02:20:33 +00:00
  • 71917873d4 Introduce HTML5 caption support. Andrew Nacin 2014-03-24 02:04:56 +00:00
  • c7080c0a6b Inline documentation for hooks in wp-admin/includes/post.php. Drew Jaynes (DrewAPicture) 2014-03-24 01:48:40 +00:00
  • 7002a26178 Inline documentation for hooks in wp-includes/category-template.php. Drew Jaynes (DrewAPicture) 2014-03-24 01:34:46 +00:00
  • 06a02bc455 Use wp_cache_add() instead of wp_cache_set() when we don't want an unconditional set. Andrew Nacin 2014-03-24 01:02:06 +00:00
  • 9c520a5412 Multisite load: Cache the main site lookup query. Andrew Nacin 2014-03-24 01:00:17 +00:00
  • 903c86d927 Introduce a ms_site_not_found filter to replace NOBLOGREDIRECT. Andrew Nacin 2014-03-24 00:13:48 +00:00
  • 263d9c7f33 Plupload: switch to urlstream upload method when the 'flash' runtime is used in non IE browsers. This ensures cookies are sent but limits the maximum file size that flash can handle. Andrew Ozz 2014-03-23 23:44:20 +00:00
  • d5889105bf Twenty Fourteen: Fix typo in contextual help. Sergey Biryukov 2014-03-23 12:41:58 +00:00
  • 00cb862f5e TinyMCE: - Fix PressThis styling when the popup is resized. - Don't force loading of the media JS. - Add the 'image' plugin as fallback when no media button(s). - Add back the link icon tooltip/menu item string for translation. See #24067, see #24409 Andrew Ozz 2014-03-23 07:09:23 +00:00
  • d534c8c3eb When inserting a video shortcode into the editor, set the poster attribute automatically if the video has a featured image attached to it. Scott Taylor 2014-03-23 03:35:50 +00:00
  • 559cccfdd1 When an HTML5 fallback button is pressed in the Audio or Video Details state, filter the library by that specific mime-type when the Add Audio|Video Source is activated. Scott Taylor 2014-03-23 03:15:35 +00:00
  • 0697544056 Turn on thumbnail support for attachment:audio and attachment:video. Change conditionals to check for theme OR post type support when determining whether to turn on the Featured Image UI pieces in the admin. Scott Taylor 2014-03-23 02:34:39 +00:00
  • 7dbbebeb43 Move the styling of drag/drop on the editor uploading to media-views.css, see #27465 Andrew Ozz 2014-03-23 01:41:21 +00:00
  • 42e7ed7c78 General code cleanup and improving video sizing in the admin: Scott Taylor 2014-03-22 23:25:08 +00:00
  • 7ad1e0f1bb Widget Customizer: Use Underscores indexOf for IE8 compatibility. Dominik Schilling (ocean90) 2014-03-22 21:21:36 +00:00
  • 2a1899e319 Widget Customizer: Fix 'WidgetCustomizerPreview' is undefined error in IE8/9. Dominik Schilling (ocean90) 2014-03-22 21:03:18 +00:00
  • 429a018b9c Widget Customizer: Improve error handling. First pass. Dominik Schilling (ocean90) 2014-03-22 20:54:17 +00:00
  • a3abe09be2 Customizer: Use the _.now() function from Undescore.js for the current timestamp. Date.now() isn't supported in IE8. Dominik Schilling (ocean90) 2014-03-22 10:53:10 +00:00
  • 686896998d Widget Customizer: Improve widget search. Dominik Schilling (ocean90) 2014-03-21 21:12:32 +00:00
  • f0abc9b7e0 Themes: Improve RegExp pattern for search. Dominik Schilling (ocean90) 2014-03-21 21:03:59 +00:00
  • 4db18a113d Fix a copy/paste error in WP_Date_Query parameter description. Sergey Biryukov 2014-03-21 17:52:08 +00:00
  • ff5c4e186b Add context to 'Browse' (themes). see #27055, #27453. Andrew Nacin 2014-03-21 00:19:38 +00:00
  • fe3404bdf1 Merge two strings. see #27320, #27453. nacin 2014-03-21 00:18:02 +00:00
  • 4b760ff840 Editing image file: properly refresh the view after restoring the original image or rescaling the image. Props gcorne, see #21811 Andrew Ozz 2014-03-20 23:24:43 +00:00
  • 39197965e4 Fixes for jshint Scott Taylor 2014-03-20 22:26:53 +00:00
  • f9dda7bea7 Add JSDoc blocks to media-audiovideo.js. Scott Taylor 2014-03-20 22:22:25 +00:00
  • 42ad47e3b0 Twenty Fourteen: improved gallery styles in visual editor, props celloexpressions. Fixes #27462. Lance Willett 2014-03-20 17:20:22 +00:00
  • 5c0f7ae4fb Unifying media controls and supporting playlists in the editor: Scott Taylor 2014-03-20 13:33:00 +00:00
  • 5bbb2d3951 3.9-beta2 Andrew Nacin 2014-03-20 04:42:44 +00:00
  • ba301f7c24 Twenty Thirteen: add Audio, Video, and Gallery Styles to editor styles. Props celloexpressions, see #27462. Lance Willett 2014-03-20 04:40:43 +00:00
  • 42c27ef755 Twenty Fourteen: add Audio, Video, and Gallery Styles to editor styles. Props celloexpressions, see #27462. Lance Willett 2014-03-20 04:26:08 +00:00
  • 3217fa545b Theme installer: * Restore the feature filter. * Improve responsiveness. * Router updates, fixes. * Make "Upload Theme" button more consistent with the admin. * Avoid theme-count causing filters to jump. Andrew Nacin 2014-03-20 04:19:55 +00:00
  • 0963ea19a0 Fix various issues with WP_Adjacent_Post: * Performance / number of queries. * Incorrect results caused by sticky posts. * Back compat for filters, which had used "WHERE" while WP_Query does not; and fixing table references. Andrew Nacin 2014-03-20 02:58:48 +00:00
  • fb0adf94b3 Return a bool from wp_using_ext_object_cache(), never a null. Andrew Nacin 2014-03-20 02:54:26 +00:00
  • 5a49e9f4bf WP_Query: allow split_the_query = false to avoid a split. Andrew Nacin 2014-03-20 02:53:44 +00:00
  • 9bac9f66d9 wpView: select/deselect views when moving the caret with the arrow keys, don't move the caret after deselect(), props gcorne, see #26959 Andrew Ozz 2014-03-20 02:47:15 +00:00
  • 598162885c Move wp.media.view.MediaDetails to media-audiovideo.js. This should have moved over with the rest. Scott Taylor 2014-03-20 02:44:26 +00:00
  • 352e5c61cd Avoid an undefined function due to /wp-admin/includes/dashboard.php being included too late. props obenland. fixes #27457. Helen Hou-Sandi 2014-03-20 01:30:49 +00:00
  • ae8cea0f82 Add the version string to wp-content.css to avoid tenacious caching woes. see #27320. Helen Hou-Sandi 2014-03-20 01:07:36 +00:00
  • d80da6c3f4 Further unify and refine media and view control styling. see #27320. Helen Hou-Sandi 2014-03-20 00:47:21 +00:00
  • f2233c67bb Twenty Fourteen: load Masonry after window load event to give more time for widget content to load before drawing the layout. Closes #27051. Lance Willett 2014-03-19 23:07:24 +00:00
  • 9e92a95ec5 Remove "Show" prefix from filter dropdowns, see #26743. Dominik Schilling (ocean90) 2014-03-19 22:12:13 +00:00
  • 0b74a67262 Only enqueue the image editor in the media modal in the admin. Andrew Nacin 2014-03-19 21:15:50 +00:00
  • deb852ca3e Twenty Fourteen: revert r27623 post_class filter removal since it will visually break pre-WP 3.9 installs. See #18804. Lance Willett 2014-03-19 20:48:28 +00:00
  • d38059b771 Twenty Fourteen: remove post_class filter for has-post-thumbnail now that it's added in core for every theme. See #18804. Lance Willett 2014-03-19 19:12:32 +00:00
  • 33a76e2d06 On attachment pages for audio and video, display players. Currently, only a link is displayed. Add minimal CSS rules for compatibility with 2011, 2012, and 2013 themes. Scott Taylor 2014-03-19 18:59:31 +00:00
  • 1d98cab1ef Ensure the media library spinner hides when displaying a cached result set. props kovshenin. see #24859. Helen Hou-Sandi 2014-03-19 18:26:05 +00:00
  • 8c3ac32372 More translation cleanups. Andrew Nacin 2014-03-19 08:17:08 +00:00