Commit Graph

  • 2ddca22b66 Remove the whois.arin.net link from wp_notify_postauthor() and wp_notify_moderator(). Also, remove from edit-form-comment.php and add a new filter: edit_comment_misc_actions. Scott Taylor 2015-06-24 20:55:05 +00:00
  • 8d756c76c1 Add editor_stylesheets filter to get_editor_stylesheets(). Sergey Biryukov 2015-06-24 13:31:11 +00:00
  • 64da56c543 Fix a typo in the DocBlock for get_plugins(). Drew Jaynes 2015-06-24 12:21:57 +00:00
  • e95626a94f Document default values for optional arguments in edit_term_link(). Drew Jaynes 2015-06-24 10:55:13 +00:00
  • bdd00bc8c7 Add missing documentation for the $echo parameter in the DocBlock for edit_term_link(). Drew Jaynes 2015-06-24 10:52:32 +00:00
  • b1b9db161f WP Filesystem: Correctly set the @since for WP_Filesystem_Base::getchmod() added in r32923. This is 2.5.0 as that's when the function become available in all subclasses. See #29548 Dion Hulse 2015-06-24 04:51:16 +00:00
  • fc52d9cbb1 WP Filesystem: Correctly parse the permissions field in the directory listings, and actually set it in FTP environments Props mnelson4 for initial patch. Fixes #29548 Dion Hulse 2015-06-24 04:48:18 +00:00
  • bdace7c8b5 Press This: fix spinner position relative to the split button. See #32757. Andrew Ozz 2015-06-24 03:31:03 +00:00
  • 504f154363 Press This: ensure proper tab order in the split button. Tweak padding and border color a bit. See #32757. Andrew Ozz 2015-06-24 03:22:57 +00:00
  • 9911a1cbe6 Press This: convert the Preview | Save | Publish buttons to a split button. See #32757. Andrew Ozz 2015-06-24 02:45:38 +00:00
  • 447550ec7b Implement tests for the upload_mimes filter to ensure it prevents the upload of disallowed file types. John Blackbourn 2015-06-24 00:42:33 +00:00
  • 8c22c526bd Implement canonical and url_to_postid() tests for child pages which share a post name with other child pages. John Blackbourn 2015-06-24 00:40:45 +00:00
  • 06ed4c4d0f Correct the title used on the user dashboard. John Blackbourn 2015-06-24 00:36:40 +00:00
  • 7192f7e9cf Because programming is fun. After [32915], _.find() will return undefined if an empty array is passed - in that case, the function should return true. Scott Taylor 2015-06-23 19:42:50 +00:00
  • 75b6e0755d When filtering media by type in wp.media.model.Attachments.filters.type(), account for the library's type being an array of full mime-types. Scott Taylor 2015-06-23 19:39:21 +00:00
  • 6cded9493a In wp_prepare_attachment_for_js(), when setting filename, call wp_basename() on the result of get_attached_file(), not WP_Post->guid. guid can be set to the result get_permalink(), which is not a file path. Scott Taylor 2015-06-23 18:29:44 +00:00
  • 5beca90d40 The query-attachments AJAX action immediately errors out if the user doesn't have the upload_files cap. As such, the Customizer shouldn't show buttons that launch the media modal when the user doesn't have the proper permissions to query attachments. Scott Taylor 2015-06-23 18:19:43 +00:00
  • 2399de6870 Add expectedDeprecated flags to wp_richedit_pre() and wp_htmledit_pre() unit tests. Boone Gorges 2015-06-23 14:41:39 +00:00
  • 641e701865 In WP_Comment_Query, parse meta_query vars after the pre_get_comments hook. Boone Gorges 2015-06-23 14:35:29 +00:00
  • e0908f450f Fix PHP notice in WP_Tax_Query::get_sql_for_clause(). Boone Gorges 2015-06-23 12:43:05 +00:00
  • ff871b3603 Refresh attachment links in the media modal are unneeded since bringing the image editor into it in [27445]. Scott Taylor 2015-06-22 21:32:04 +00:00
  • 3b17ffb990 In wp.media.view.UploaderStatus.filename(), don't truncate the filename. Scott Taylor 2015-06-22 21:25:19 +00:00
  • f039546371 Add a label to the content field in the Text Widget for screen readers. Scott Taylor 2015-06-22 21:21:02 +00:00
  • 6932a5f558 Sanitize the class passed to wp_list_bookmarks() and allow passing an array. Scott Taylor 2015-06-22 20:54:31 +00:00
  • 7af8195803 In unregister_setting(), search for $option_name in a segment of $new_whitelist_options keyed by $option_group. Scott Taylor 2015-06-22 20:50:30 +00:00
  • 9d0fe3958c After [32884], update the default value for comment_shortcuts. Scott Taylor 2015-06-22 20:43:58 +00:00
  • a147a92046 List table views: fix missing current class for "All" when logged in as an author. Scott Taylor 2015-06-22 20:38:32 +00:00
  • 3f4a902051 Add "Scheduled" to post states. Helen Hou-Sandi 2015-06-22 16:06:45 +00:00
  • ef8ed3e279 Avoid a PHP notice in WP_Press_This::get_suggested_content() after [32828]. Sergey Biryukov 2015-06-22 15:19:53 +00:00
  • e03d853fe6 Fix typo/white space in the docs. See #32425. Andrew Ozz 2015-06-21 22:07:48 +00:00
  • e366658072 Update the TinyMCE initialization: - Replace wp_htmledit_pre() and wp_richedit_pre() with format_for_editor(). - Replace the 'htmledit_pre' and 'richedit_pre' filters with 'format_for_editor'. - Do not run the post content through wpautop() in PHP when the visual editor is default. Run the textarea content through the JS wpautop on initializing TinyMCE. - Simplify both editors initialization. - Improve setting of wpActiveEditor in Quicktags. - Improve editor.js, use tinymce.$ when possible. See #32425. Andrew Ozz 2015-06-21 22:00:42 +00:00
  • d54302da5e Pass stylesheet URL as an argument to 'style_loader_tag' filter. boonebgorges 2015-06-21 19:34:03 +00:00
  • cf57a5e072 Use 3-digit x.x.x style for 4.3.0 @since versions. Dominik Schilling (ocean90) 2015-06-21 11:40:05 +00:00
  • af92620277 Update convert_chars(): - Stop trying to remove <title> and <category> meta tags. They have not been used for many many years. - Replacement of <br> with <br /> and <hr> with <hr /> is not needed for HTML 5.0. Also, these tags are formatted like that by the visual editor. - Replace invalid HTML entities that might be pasted in the Text editor on save instead of on display. Fixes #32335. Andrew Ozz 2015-06-21 00:58:12 +00:00
  • 799bc5ce79 Customizer: Fix live preview for menu item titles. Dominik Schilling (ocean90) 2015-06-20 22:32:37 +00:00
  • 57daea7230 Fix error when dropping files for uploading on the editor before the media modal is initialized. Props rommelxcastro, sebastiantiede. Fixes #32527. Andrew Ozz 2015-06-20 21:07:03 +00:00
  • 1bc98482f1 Customizer: Escape original title of menu items. Dominik Schilling (ocean90) 2015-06-20 19:54:47 +00:00
  • 5f9ef8fed3 Customizer: Improve handling of posts with no title. Dominik Schilling (ocean90) 2015-06-20 19:49:43 +00:00
  • 724b22938e Customizer: Accessibility improvements for menu item searches. Dominik Schilling (ocean90) 2015-06-20 19:21:38 +00:00
  • 842347841e Customizer: Don't add a menu item twice when using the keyboard. Dominik Schilling (ocean90) 2015-06-20 19:00:05 +00:00
  • 21d76509c4 Customizer: Use valid markup for menu items. Dominik Schilling (ocean90) 2015-06-20 18:46:16 +00:00
  • 684d129a99 Customizer: Make labels of the menu item reorder buttons translatable. Dominik Schilling (ocean90) 2015-06-20 18:39:18 +00:00
  • d6127982be Customizer: Replace wrong usage of _x() with translator comments. Dominik Schilling (ocean90) 2015-06-20 18:32:04 +00:00
  • 52649618e2 Customizer: Rename label for custom links to "Custom Links", see [31748]. Dominik Schilling (ocean90) 2015-06-20 18:28:55 +00:00
  • 798ea970d3 Customizer: Decode HTML entities in the label property of WP_Customize_Media_Control. Dominik Schilling (ocean90) 2015-06-20 18:15:00 +00:00
  • 5b56ca5ab1 Update the DocBlock for wp_insert_post() to exclude now-defunct contact method arguments and clarify others. Drew Jaynes 2015-06-20 02:52:47 +00:00
  • f366ccf053 Editor: add ARIA labels to the Quicktags buttons to improve accessibility. Props afercia, azaozz. Fixes #31522. azaozz 2015-06-20 02:15:04 +00:00
  • 8dbc2ed36d Add a changelog entry to the DocBlock for language_attributes() noting that it was converted into a wrapper for get_language_attributes() in 4.3. Drew Jaynes 2015-06-19 23:00:21 +00:00
  • 2231b5d1dc Correct inline doc for $public in register_post_status(). Scott Taylor 2015-06-19 22:34:09 +00:00
  • 33f416f35a Use GPL-2.0+ for the value of license in package.json Scott Taylor 2015-06-19 22:31:33 +00:00
  • a968694338 Use valid markup in Walker_Nav_Menu_Edit::start_el() - replace <d(l|t)> with <div> for .menu-item-bar and .menu-item-handle. Scott Taylor 2015-06-19 22:22:00 +00:00
  • 8a7b906bee Add missing access modifiers in class-wp-customize-setting.php. Scott Taylor 2015-06-19 22:07:12 +00:00
  • e3bf970f2a Add missing access modifier to WP_Customize_Sidebar_Section::json(). Scott Taylor 2015-06-19 22:05:08 +00:00
  • 713a547aad Add missing access modifier to WP_Customize_Nav_Menus_Panel::wp_nav_menu_manage_columns(). Scott Taylor 2015-06-19 22:04:24 +00:00
  • a38eefb475 Add missing access modifiers to WP_Customize_Nav_Menus. Scott Taylor 2015-06-19 22:03:13 +00:00
  • 89328eb69f Customizer et al, use elseif in PHP, not else if. This was corrected via brute force in [31090]. Scott Taylor 2015-06-19 22:00:33 +00:00
  • fa99a8af6e Add access modifier to WP_Customize_Nav_Menu_Item_Control::json() Scott Taylor 2015-06-19 21:54:37 +00:00
  • 47068b95f7 Add access modifier to WP_Customize_Nav_Menu_Control::json() Scott Taylor 2015-06-19 21:53:59 +00:00
  • 6ffc540366 Add access modifier to WP_Upgrader::clear_destination() Scott Taylor 2015-06-19 21:52:44 +00:00
  • 53a3137e1a Edit Post screen messages need to run preview URLs through the preview_post_link filter. Scott Taylor 2015-06-19 21:48:11 +00:00
  • c5f72c4ab7 Use <button> instead of <a> for non-link links in Quick Edit. Scott Taylor 2015-06-19 21:41:07 +00:00
  • a484b6a634 Add get_language_attributes(), which is then used by (...drum roll...) language_attributes(). Scott Taylor 2015-06-19 21:35:22 +00:00
  • ee4e5c4b35 Check is_callable() in do_shortcode_tag(), not add_shortcode(). Add a _doing_it_wrong() in do_shortcode_tag() when is_callable() is false. Scott Taylor 2015-06-19 21:32:31 +00:00
  • 9123db3dcb Add a filter in wp_get_attachment_image_src() called attachment_image_src. Scott Taylor 2015-06-19 21:26:30 +00:00
  • bb292c74c1 Cleanup (ms-)?admin-filters.php Scott Taylor 2015-06-19 21:17:20 +00:00
  • 73fd2d1d81 Ugrade MediaElement to 2.17.0 Changelog: https://github.com/johndyer/mediaelement/compare/2.16.4...2.17.0 Scott Taylor 2015-06-19 20:41:12 +00:00
  • ed8b9a8d27 wptexturize() improvements: * Make sure that strings ending with a number and quotation mark get the proper smart quotes * Introduce wptexturize_primes(), a logic tree to determine whether or not "7'." represents seven feet, then converts the special char into either a prime char or a closing quote char. Scott Taylor 2015-06-19 20:05:52 +00:00
  • da826f59a5 Media Library Bulk Select button size should be smaller. Scott Taylor 2015-06-19 18:55:52 +00:00
  • 2da677b2f7 Improve focus when previewing an oEmbed from Add Media Panel Scott Taylor 2015-06-19 18:48:06 +00:00
  • a06f5f6d90 Don't strip \0 (backslash+zero) from post content for users without "unfiltered_html" Scott Taylor 2015-06-19 18:46:11 +00:00
  • bd272f3188 Customizer: Improve accessibility of the toggle button in the available menu items panel. Dominik Schilling (ocean90) 2015-06-19 17:23:46 +00:00
  • 59a9592125 Remove allowed tags from comment form. Konstantin Obenland 2015-06-19 14:14:41 +00:00
  • 82a26045e5 Check that current changes can be lost before editing another comment. Konstantin Obenland 2015-06-19 13:47:35 +00:00
  • fa5ec5077b Editor: restructure word count Ella Iseulde Van Dorpe 2015-06-19 10:34:59 +00:00
  • bfb8734652 Keep WP_Customize_Nav_Menus_Panel with other panels rather than controls. Konstantin Obenland 2015-06-19 08:36:37 +00:00
  • 9c0750ac52 When updating plugins/themes verify that the files to be deleted can be modified before starting the deletion process. This will avoid partially deleting an item during update which has inconsistent permissions. This change only affects those using the direct & ssh transports as FTP's is_writable() currently always returns true. Fixes #30921 Dion Hulse 2015-06-19 03:48:55 +00:00
  • 4ff7f27c83 Remove a redundant index drop, it'll be dropped and re-created a few lines further down. Fixes a warning during updating from 4.0 or earlier. Fixes #31388 for trunk Dion Hulse 2015-06-19 03:17:12 +00:00
  • 5cb9a4b019 Fix using htmlspecialchars() whit the $double_encode parameter. PHP < 5.4 doesn't validate the entities. Props miqrogroove. Fixes #17780. Andrew Ozz 2015-06-19 01:52:48 +00:00
  • 4d8c4295f3 Since PHP 5.2.3, the htmlspecialchars() function has an optional $double_encode parameter, which we can now use. This will save us a few expensive kses/html decoding calls. Scott Taylor 2015-06-18 21:59:10 +00:00
  • b8180d3d14 Correct the docs for the post_type_labels_{$post_type} filter. John Blackbourn 2015-06-18 21:32:53 +00:00
  • 413d24c47f Customizer: Improve accessibility of Add Menu Items button and its panel. Dominik Schilling (ocean90) 2015-06-18 20:51:48 +00:00
  • ee24335ba5 Autoprefixer for [32844]. Dominik Schilling (ocean90) 2015-06-18 20:48:52 +00:00
  • 301988d967 Add singular.php to template hierarchy Aaron Jorbin 2015-06-18 19:00:09 +00:00
  • 646c19accf Make sure that all Gravatars are generated by get_avatar() or at least run through apply_filters( 'get_avatar', $avatar ) for the sake of extensibility. Scott Taylor 2015-06-18 18:35:04 +00:00
  • 9bf79ed862 Semanticize Help and Screen Options toggle. Konstantin Obenland 2015-06-18 16:35:12 +00:00
  • 2ae17175b2 Use https for Google API external libraries. Konstantin Obenland 2015-06-18 15:50:42 +00:00
  • 771509a452 Show the posts meta box by default in Appearance > Menus. Konstantin Obenland 2015-06-18 15:03:29 +00:00
  • b758c6cec4 More consistent spacing around the excerpt textarea. Konstantin Obenland 2015-06-18 14:18:53 +00:00
  • d7831ec94d Use assertFalse() rather than assertNull() in Tests_WP_Customize_Setting::test_is_current_blog_previewed(). Boone Gorges 2015-06-18 14:07:35 +00:00
  • 9597066674 Make sure $_SERVER['SERVER_NAME'] is set whenever wp_mail() is called in PHPUnit tests. Boone Gorges 2015-06-18 13:52:29 +00:00
  • 7ae03917a9 When updating a user, only send email-change notification if email address is passed. Boone Gorges 2015-06-18 13:29:41 +00:00
  • cf9044394b Add filters to wp_unique_term_slug(). Boone Gorges 2015-06-18 13:19:12 +00:00
  • 9941421f72 TinyMCE: wptextpattern: escape should undo Ella Iseulde Van Dorpe 2015-06-18 12:58:07 +00:00
  • f88225549e Revert [32834]. Konstantin Obenland 2015-06-18 12:26:40 +00:00
  • 1fc76c997f Emphasise previewing new themes Konstantin Obenland 2015-06-18 12:23:30 +00:00
  • 77d2e23a69 Make posts in the 'Most recent' tab of post type meta boxes filterable. Konstantin Obenland 2015-06-18 11:34:33 +00:00
  • fa1a214eb6 TinyMCE: wptextpattern: fix issue that removes content Ella Iseulde Van Dorpe 2015-06-18 11:33:11 +00:00
  • b1446f4221 TinyMCE: show inline toolbar after scroll/resize Ella Iseulde Van Dorpe 2015-06-18 11:09:56 +00:00
  • cfbff5b495 Recommend a user updates keys/salts in maint/repair.php. Konstantin Obenland 2015-06-18 11:06:09 +00:00
  • 0da957471b Correct a typo in the inline docs for add_action(). John Blackbourn 2015-06-18 08:36:39 +00:00