Commit Graph

  • 0116e778d9 Widget Customizer: Simplify conditions in setup_widget_addition_previews(). Sergey Biryukov 2014-03-28 17:08:05 +00:00
  • 814b798b0d Widget Customizer: Simplify nonces. Dominik Schilling (ocean90) 2014-03-28 15:34:17 +00:00
  • 891e6183ee Widget Customizer: Remove UPDATE_WIDGET_AJAX_ACTION and UPDATE_WIDGET_NONCE_POST_KEY constants. Dominik Schilling (ocean90) 2014-03-28 15:01:41 +00:00
  • 66f5f64352 MediaElement.js: Update version for [27811]. see #27570. Dominik Schilling (ocean90) 2014-03-28 14:10:44 +00:00
  • 2d4b606e14 Widget Customizer: Convert static WP_Customize_Widgets class into instantiated class and merge Options_Transaction into WP_Customize_Widgets. Dominik Schilling (ocean90) 2014-03-28 14:06:10 +00:00
  • 76a167ac5f Introduce pre_update_option filter. Dominik Schilling (ocean90) 2014-03-28 13:56:44 +00:00
  • cc102fe0ff Widget Customizer: Set hightlight color to blue. Same color as in [27741]. Dominik Schilling (ocean90) 2014-03-28 13:32:53 +00:00
  • e94f08380e Return the default mime icon for playlist items that don't have a featured image in wp_prepare_attachment_for_js(). Scott Taylor 2014-03-28 12:49:48 +00:00
  • 0e188eba96 When creating a new playlist, we don't know from the model what "type" it is right away (there is no longer a video-playlist shortcode) - we need to check the controller's library's prop for type when deciding what settings to display in the modal. Scott Taylor 2014-03-28 12:36:41 +00:00
  • 559cad0fb0 Bump to 2.14.0 - fixes issues related to m4a files. Scott Taylor 2014-03-28 12:34:05 +00:00
  • 815ccdf8f3 Wow. One more time with the typos. Drew Jaynes (DrewAPicture) 2014-03-28 05:53:42 +00:00
  • 01e30d23b4 Better description and fixed typo for _WP_Editors::parse_settings(). Drew Jaynes (DrewAPicture) 2014-03-28 05:50:12 +00:00
  • f36a1ab9b5 Convert wp_editor() default arguments documentation to a hash notation in the _WP_Editors::parse_settings() PHPDoc. Drew Jaynes (DrewAPicture) 2014-03-28 05:45:54 +00:00
  • 01ecedbb0d Fix the wp_count_attachments() PHPDoc to reflect that it returns an object, not array. Drew Jaynes (DrewAPicture) 2014-03-28 05:42:49 +00:00
  • e50f30640e Make DFW usable on touch devices: change the toolbar to two rows and keep it and borders visible. See #26907 Andrew Ozz 2014-03-28 04:39:04 +00:00
  • 706b608000 Set baseline colors for the light playlist skin. props kwight. fixes #27562. Helen Hou-Sandi 2014-03-28 03:37:08 +00:00
  • 90d45acbf7 Bring keyboard accessibility to the theme install screen and theme action buttons. props jorbin. see #27521. Helen Hou-Sandi 2014-03-28 03:15:30 +00:00
  • 7a3c12d985 Add a unit test for shortlinks of a page on front. Andrew Nacin 2014-03-28 03:01:43 +00:00
  • 09d8fe1b09 Shortlinks: Use the home URL for a page on front. Andrew Nacin 2014-03-28 02:58:53 +00:00
  • 98ac075d8b Always decode special characters for email subjects. Andrew Nacin 2014-03-28 02:43:04 +00:00
  • 65007189cf Galleries: Avoid doubling up clearing br elements. Andrew Nacin 2014-03-28 02:40:47 +00:00
  • d686c73525 Pass walker arguments to get_comment_link() so pagination works when wp_list_comments() is used outside the comment template. Andrew Nacin 2014-03-28 02:37:33 +00:00
  • 4d57b96fb2 Widget Customizer: Improve behavior of bigger widgets. Dominik Schilling (ocean90) 2014-03-27 23:12:25 +00:00
  • bbe59d0487 Edit Image modal: - Bring back some of the advanced settings. - Make the layout two-column for wider screens, remove the sidebar, and shrink the modal a bit. - The image reflects the size as inserted in the post as long as it doesn't overflow the column and is not too tall. Changing the size to another intermediate will also update the image "preview." - Rename "Edit Image" to "Edit Original" to try and better communicate that editing the image will modify the media library item not just the image inserted into the post that is being edited. (updates two PNGs from precommit) Props gcorne, see #27366 Andrew Ozz 2014-03-27 22:40:06 +00:00
  • c411ad4cba When labeling Show Tracklist for playlist settings, use Show Video List when the playlist is video. Scott Taylor 2014-03-27 21:09:39 +00:00
  • 17e4da2bd8 Remove html5 theme support on tearDown() so theme settings don't leak into other tests. Scott Taylor 2014-03-27 20:54:08 +00:00
  • 7b7e5305c7 In multi_resize() image editor methods, assert that null can only be passed for one of the arguments, not both. Add a lot more unit test assertions to ensure this. Scott Taylor 2014-03-27 20:39:08 +00:00
  • 75ee98cb25 Remove tracknumbers from the UI, can still be overridden as a playlist shortcode attribute. Scott Taylor 2014-03-27 20:26:24 +00:00
  • 1959b1379b Affix the audio view toolbar to the bottom as opposed to the top of the view. Otherwise it's not accessible when the view is the first item in the content. Said views keep a newline underneath, so there's space for it to appear there instead. fixes #27548, see #27320. Helen Hou-Sandi 2014-03-27 20:09:38 +00:00
  • 7494a5acc5 Set the default font family to inherit (Open Sans) in all TinyMCE modals, change the cursor to pointer when hovering over Quicktags buttons. Props avryl, see #27279 Andrew Ozz 2014-03-27 19:18:45 +00:00
  • 615e820420 Add some missing CSS prefixes. props grunt autoprefixer:core. Dominik Schilling (ocean90) 2014-03-27 19:16:35 +00:00
  • 8312fca652 Make sure Playlist states that are audio are marked as such with proper localized strings. Scott Taylor 2014-03-27 18:36:03 +00:00
  • 85de422f33 Move counting of attachments for audio/video to the backend, instead of using a reduce function in JS. Scott Taylor 2014-03-27 18:15:09 +00:00
  • c0fcc61290 Avoid JS errors when edit image is not available, such as outside of post editing. Andrew Nacin 2014-03-27 18:14:05 +00:00
  • c5717f0aa1 Remove the TinyMCE image toolbar when the image is deleted via the keyboard. Andrew Nacin 2014-03-27 18:06:13 +00:00
  • 9384ee1bf3 There is no more video-playlist shortcode. To use video, it is now [playlist type="video" ....]. Also deleting core playlist styles. The style attribute is still supported, defaulting to light. Our core style support was 4-5 CSS rules. Scott Taylor 2014-03-27 17:57:30 +00:00
  • 0098d5ab65 Color scheme support for the new theme installer UI. Andrew Nacin 2014-03-27 17:55:34 +00:00
  • ccf21196cb Remove unused JS variables after [27770]. see #27013. Andrew Nacin 2014-03-27 17:31:00 +00:00
  • 9e29fa6ffd Add post_parent to the private query vars list. Fixes detached media queries. Andrew Nacin 2014-03-27 16:36:40 +00:00
  • 1c19360c54 Preserve comments in Masonry shim. see [27780], see #27510. Andrew Nacin 2014-03-27 07:32:43 +00:00
  • f89de2538c Update minified jQuery Masonry shim. see [27779], see #27510. Andrew Nacin 2014-03-27 07:31:32 +00:00
  • ca8351919e Update Masonry v2/v3 shim from upstream. Andrew Nacin 2014-03-27 07:24:04 +00:00
  • f4089c7a58 TinyMCE: Differentiate active and hover states for toolbar buttons like the kitchen sink. Andrew Nacin 2014-03-27 07:18:18 +00:00
  • 5db0c45614 MCE view controls: Helen Hou-Sandi 2014-03-27 07:01:38 +00:00
  • ab787f2f57 Proper IDs for the custom fields box. Andrew Nacin 2014-03-27 06:55:51 +00:00
  • 06603dc6cc Fix flyout menus on most mobile devices. nacin 2014-03-27 06:29:03 +00:00
  • bc0bb40e5b Comments: Update border color and help text. Andrew Nacin 2014-03-27 05:07:04 +00:00
  • 03257493c9 Editor: Fix line height on 'Drop files to upload'. Andrew Nacin 2014-03-27 04:07:33 +00:00
  • a4588b42a0 Make sure inputs in Press This have a type so they are styled appropriately. see #18380. Helen Hou-Sandi 2014-03-27 02:38:48 +00:00
  • d8311a0296 Match TinyMCE modal form element focus styling to the admin. props paulwilde. see #27173. Helen Hou-Sandi 2014-03-27 02:35:43 +00:00
  • 1c0d6827f5 Remove containment of scrolling inside the editor for now. See #27013 Andrew Ozz 2014-03-27 02:34:25 +00:00
  • 50d900aa5f Fix docs for hooks in deactivate_plugins() and activate_plugin(). see #27189, #27188. Andrew Nacin 2014-03-27 02:01:29 +00:00
  • a4844038e2 Revert [27738] as the patient exhibited side effects. see #23862. Andrew Nacin 2014-03-27 01:30:34 +00:00
  • 115f291221 Use wp_parse_id_list() when parsing exclude_tree in get_pages(). Add unit tests to ensure a URL string, array with string as value, and array with array as value for exclude_tree can be used to specify multiple IDs. Scott Taylor 2014-03-27 01:17:41 +00:00
  • 42055c8c93 Add aria-label to the DFW buttons, props joedolson, fixes #26555 Andrew Ozz 2014-03-27 01:13:44 +00:00
  • efec2a916c Better, more consistent styling for plugin details Thickbox and TinyMCE help. Helen Hou-Sandi 2014-03-27 00:07:05 +00:00
  • a8fe109dcd Add the 'attachment_' prefix to caption IDs after editing, see #24409 Andrew Ozz 2014-03-27 00:06:50 +00:00
  • 29d54bcb78 Twenty Thirteen and Fourteen: implement HTML5 markup for galleries (see #26697) and captions (see #26642). Props obenland, closes #27502. Lance Willett 2014-03-27 00:05:22 +00:00
  • 3acb8fcdf6 The bulk editor and post format meta box should use the same checks for available post formats. Scott Taylor 2014-03-27 00:05:14 +00:00
  • 28663b08e8 Remove select and input from wpautop()'s HTML blocks list. Andrew Nacin 2014-03-27 00:00:17 +00:00
  • 814de88f7a Themes screen: Use a normal error for WP_Theme errors. Andrew Nacin 2014-03-26 23:36:42 +00:00
  • 4b21dcc825 Fix double avatars and JS errors when spamming/trashing comments. Scott Taylor 2014-03-26 23:13:43 +00:00
  • 6b9eccd1f0 Add an .html4-captions class to the editor when HTML5 captions are not supported, for theme use. Andrew Nacin 2014-03-26 23:12:48 +00:00
  • c6c9eae522 Customizer: Improve accessibility. Dominik Schilling (ocean90) 2014-03-26 22:55:46 +00:00
  • c55cdfa85d Properly render the image details modal when the image references an invalid attachment. Andrew Nacin 2014-03-26 22:55:10 +00:00
  • 09c4928cf7 In wp_list_pages(), add the current_page_item class where applicable when used with a custom post type. Scott Taylor 2014-03-26 22:46:16 +00:00
  • 8aeeaf976a Fix excluded_terms passed to get_adjacent_posts_rel_link(). Andrew Nacin 2014-03-26 22:31:04 +00:00
  • 723caec67c Widget Customizer: First pass for inline docs. Dominik Schilling (ocean90) 2014-03-26 22:28:49 +00:00
  • 8380c63b84 Post lock dialog should not appear above the auth check login prompt. Helen Hou-Sandi 2014-03-26 22:23:52 +00:00
  • 61228a9c0f Don't display the "Show Artist Name in Tracklist" input in settings for Video Playlists. Scott Taylor 2014-03-26 22:11:06 +00:00
  • 6a7038062f jshint fixes for [27734]. Scott Taylor 2014-03-26 21:40:56 +00:00
  • 3adce93956 Ensure active tabs have a background color to avoid any awkward bleed-through in case of overlap. props TobiasBg. fixes #27116. Helen Hou-Sandi 2014-03-26 20:56:10 +00:00
  • aeda501de1 Merge some theme update strings. Andrew Nacin 2014-03-26 20:07:10 +00:00
  • 78b05bc236 Avoid JS errors before the commentReply script loads. Let's make this unobtrusive soon. Andrew Nacin 2014-03-26 18:52:31 +00:00
  • 36496a3877 Revert [27166]. Andrew Nacin 2014-03-26 18:42:41 +00:00
  • 79ff680b93 WP_Theme: Return false from the display() method when get() fails. Andrew Nacin 2014-03-26 18:21:45 +00:00
  • ed0b146180 Themes screens: Bump to 20 items per page so it fills a high resolution display. see #26968. Andrew Nacin 2014-03-26 17:45:28 +00:00
  • cce32aa627 Fix LTR field handling: * Restore .ltr class lost in the conversion to RTL as a build process. * Make email and url inputs always LTR. * Set an email field on user-edit to be LTR. Andrew Nacin 2014-03-26 17:11:47 +00:00
  • befc57bc7c Make the CSS selector for current playlist item <img> more specific so the width is properly constrained. Scott Taylor 2014-03-26 16:50:52 +00:00
  • 5af1c7497d Better focus styles for form elements in the admin. These are purposefully not keyed to admin color schemes, as different colors could communicate a state like an error as opposed to focus. props celloexpressions. fixes #27173. Helen Hou-Sandi 2014-03-26 16:05:34 +00:00
  • d712de8d2f Don't clip post titles in the dashboard activity widget as it hides direct links to comments. Andrew Nacin 2014-03-26 15:04:54 +00:00
  • 396404cd9b Inline documentation for hooks in wp-includes/kses.php. Andrew Nacin 2014-03-26 14:56:04 +00:00
  • 0dea9b049f WP class: Remove duplication of the post_type query var, also specified as a public QV. Andrew Nacin 2014-03-26 14:44:59 +00:00
  • c4b15e91bf Upgrader skins: Strip tags before displaying error data. Andrew Nacin 2014-03-26 14:38:39 +00:00
  • 3843983ffa Ensure proper slashing of the password on install. Andrew Nacin 2014-03-26 14:30:26 +00:00
  • 4a58d1a91b Pass the default mime-type icon as the image for a track when a featured image is not selected for an item in a playlist. Image display in general can be toggled on/off in the modal via Playlist Settings. Scott Taylor 2014-03-26 12:44:42 +00:00
  • 5745c4ab5b Always localize mediaelement when passing settings to the page via JSON. wp-mediaelement only gets triggered for audio and video shortcodes, playlists need the path passed to the page as well, as they don't enqueue wp-mediaelement. Scott Taylor 2014-03-26 12:14:18 +00:00
  • 323f9c0eb9 Don't make mce-view a dependency for media-audiovideo. Make media-audiovideo and wp-playlist dependencies for mce-view and only enqueue mce-view in the admin in wp_enqueue_media(). MCE views don't need to be included when media is loaded on the front end. Scott Taylor 2014-03-26 12:10:21 +00:00
  • 653e7f4be4 Inline documentation for hooks in wp-includes/script-loader.php. Drew Jaynes (DrewAPicture) 2014-03-26 05:51:45 +00:00
  • b66192abce Inline documentation for hooks in wp-includes/class.wp-scripts.php. Drew Jaynes (DrewAPicture) 2014-03-26 05:47:16 +00:00
  • e111f0a5ec Inline documentation for hooks in wp-includes/class-wp-xmlrpc-server.php. Drew Jaynes (DrewAPicture) 2014-03-26 05:43:05 +00:00
  • 2dcbd7d3ca TinyMCE: fix the More and Next Page tags behavior: - Append them inside top level <p> tags. - If the caret is not in a top level <p>, create new paragraph after the current top level tag. - Do not change placement when edited in the Text editor. See #27378 Andrew Ozz 2014-03-26 02:07:23 +00:00
  • f2c1fcbb65 Autosave: don't create the temporary permalink if the title field had focus (the user was typing a title) at the time of the last autosave. Fixes #27503 Andrew Ozz 2014-03-25 22:21:24 +00:00
  • 8c47b1e188 Ensure buttons don't get overly tall in responsive views when a browser (oh, Firefox) enforces a line-height on buttons. props azaozz. fixes #27409. Helen Hou-Sandi 2014-03-25 21:23:00 +00:00
  • ccc5f363c0 Use Dashicon-style images for mime type icons. Actually moving to Dashicons via the font can be explored later, but has theme/plugin implications and requires too many changes to make it for 3.9. props melchoyce for the icons. fixes #26650. Helen Hou-Sandi 2014-03-25 21:09:34 +00:00
  • 101863ea1d Network Admin: Case-insensitive comparisons for the network-site comparison in the bootstrap. Andrew Nacin 2014-03-25 21:06:26 +00:00
  • 51847e0c73 Multisite: Lowercase REQUEST_URI when matching paths. Andrew Nacin 2014-03-25 21:04:23 +00:00
  • 9215e9f5ab Fix a typo in the deleted_{$meta_type}_meta hook description. Drew Jaynes (DrewAPicture) 2014-03-25 20:33:21 +00:00
  • 80fcbd5cf7 Use dashicons in header images in the customizer. Andrew Nacin 2014-03-25 19:50:19 +00:00
  • e1c2e01c18 Update grunt-patch-wordpress to 0.2.0. Andrew Nacin 2014-03-25 18:47:24 +00:00