Commit Graph

  • 568721eef1 Trim trailing space from string in site delete confirmation Jeremy Felt 2015-07-01 16:30:34 +00:00
  • 54cd46c1d0 Customizer: Fix height calculation of placeholders when dragging menu items. Dominik Schilling (ocean90) 2015-07-01 16:19:51 +00:00
  • caab22e5b2 l10n: Update wp_get_installed_translations() to support variants of a language. Dominik Schilling (ocean90) 2015-07-01 15:42:32 +00:00
  • b32cf591c2 Improve the tone of key/salts recommendation message. Konstantin Obenland 2015-07-01 15:38:09 +00:00
  • f8841653ef wp_audio|video_shortcode() doesn't allow you to pass id, the docs shall reflect that. Scott Taylor 2015-07-01 15:00:54 +00:00
  • 238d5a78a6 Close comment quick edit before updating a post. Konstantin Obenland 2015-07-01 14:53:48 +00:00
  • cc23659078 New password change/set UI. Mark Jaquith 2015-07-01 14:47:24 +00:00
  • f7b8ff5a2e Don't allow $field param to be passed to get_term_link(). Boone Gorges 2015-07-01 12:53:05 +00:00
  • e8a16ec322 Allow 'comment_agent' and 'comment_author_IP' to be set via wp_new_comment(). Boone Gorges 2015-07-01 12:07:28 +00:00
  • 1cccb02930 Split upgrade_430() into two so that split_all_shared_terms() runs when upgrade_430_fix_comments() bails early. Dion Hulse 2015-07-01 07:34:26 +00:00
  • 5b58664439 Expire password reset links after 24 hours (by default). This causes existing password reset links to become invalid. Dion Hulse 2015-07-01 06:32:07 +00:00
  • b04ea26df1 After [32866], change filter name. Konstantin Obenland 2015-07-01 03:46:23 +00:00
  • cf9b82dd14 Fire the check_admin_referer action on failure as well as success. Helen Hou-Sandi 2015-07-01 03:36:58 +00:00
  • e5c4c584c0 List tables: A better responsive view. Helen Hou-Sandi 2015-07-01 01:30:23 +00:00
  • 6130ea5a0b Bulk/quick edit: Set the correct colspan. Helen Hou-Sandi 2015-07-01 01:05:29 +00:00
  • 016ebf43ed Open closed widget areas when dragging onto them. Konstantin Obenland 2015-07-01 00:57:03 +00:00
  • 58f914004d TinyMCE: update to 4.2.1. Changelog: https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt. Fixes #32801. Andrew Ozz 2015-07-01 00:51:22 +00:00
  • f733d8a91d Customizer: Fresh colors for Reorder Done button. Konstantin Obenland 2015-07-01 00:18:46 +00:00
  • 7718755e2e Site Icon: Move admin icon filter to its rightful place. Konstantin Obenland 2015-06-30 23:25:46 +00:00
  • 454d8682d0 Plugins list table: Sort plugins by Name by default so translated plugin names get correctly sorted. Dominik Schilling (ocean90) 2015-06-30 22:30:19 +00:00
  • 9d22c89199 Squish that .png a bit more. See [32994]. Andrew Ozz 2015-06-30 22:03:53 +00:00
  • 05e0f92632 Remove unnecessary feedback message from WP_Importer::is_user_over_quota(). Dominik Schilling (ocean90) 2015-06-30 20:31:13 +00:00
  • 86bd177222 Make WP_Locale::rtl_src_admin_notice() translatable. Dominik Schilling (ocean90) 2015-06-30 20:20:40 +00:00
  • 9db82ab3a7 wpdb: Make "WordPress database error:" translatable. Dominik Schilling (ocean90) 2015-06-30 19:59:28 +00:00
  • b5c9418d88 Twenty Fifteen: Add missing textdomain. Konstantin Obenland 2015-06-30 19:22:10 +00:00
  • 4a59595cf3 Use correct panel id for menus when linking to the customizer. Konstantin Obenland 2015-06-30 16:23:29 +00:00
  • 3092f5a638 Twenty Fifteen: Use default strings for comments link. Konstantin Obenland 2015-06-30 15:38:31 +00:00
  • e681cb8ba7 Image edit: Consistent whitespace for the side boxes. Helen Hou-Sandi 2015-06-30 15:18:29 +00:00
  • 26c766c0a7 Use existing nomenclature pattern for Site Icon class. Konstantin Obenland 2015-06-30 14:36:09 +00:00
  • 41c512a202 Add assertive capability to wp.a11y.speak(). Props afercia. See #32600. Andrew Ozz 2015-06-30 04:34:15 +00:00
  • f27883ce42 Press This: - Add support for the Text editor. - Add auto-scrolling when the caret moves out of the viewport while the user is typing (similarly to editor-expand). - Add auto-resize for the textarea. See #32706. azaozz 2015-06-30 03:57:42 +00:00
  • 6872d9122e Provide alt text for uploaded header images. Konstantin Obenland 2015-06-29 21:31:21 +00:00
  • 3a982b1590 Fix Tests_Post_GetPostClass::test_taxonomy_classes_hit_cache() after [32994]. Boone Gorges 2015-06-29 14:31:52 +00:00
  • 10d81a3fe5 Introduce 'wp_generate_tag_cloud_data' filter. Boone Gorges 2015-06-29 14:15:59 +00:00
  • 85ce3f7eba Add some tests for wp_generate_tag_cloud(). Boone Gorges 2015-06-29 13:18:48 +00:00
  • ffa682bee4 Introducing Site Icon, favicon management for WordPress. Konstantin Obenland 2015-06-29 12:57:35 +00:00
  • 2959d58c91 XML-RPC: Only escape what we need to in wp.editPage, this allows for passwords with the special characters "' to work in a request. Props redsweater for initial Patch. Fixes #32703 Dion Hulse 2015-06-29 02:06:25 +00:00
  • 510aff0e2d wpLink: always attempt to correct the URL before getting the URL field value. Fixes an edge case where the URL was not corrected when the user submitted the form by pressing Enter. Props andfinally. Fixes #32412. Andrew Ozz 2015-06-28 23:06:14 +00:00
  • 74a2eb6790 List tables: Bring screen reader text for comments column title to media. Helen Hou-Sandi 2015-06-28 15:43:32 +00:00
  • 4a60647ab7 Deprecate php4 style constructors Aaron Jorbin 2015-06-28 15:26:41 +00:00
  • 6c8944b6ea Add Deprecated Constructor Function Aaron Jorbin 2015-06-28 14:55:33 +00:00
  • d928f81407 Update Grunt dev-dependencies Aaron Jorbin 2015-06-28 14:49:08 +00:00
  • e43ee8d41d Customizer: Correct position for menu item delete icon in IE8. Konstantin Obenland 2015-06-28 11:48:35 +00:00
  • 6a83af6caa Add missing semicolon Aaron Jorbin 2015-06-28 11:41:00 +00:00
  • 893d02d469 Menus: Add a Manage in Customizer link, like we did for Widgets screen in [30459]. Sergey Biryukov 2015-06-28 06:07:47 +00:00
  • 0916133d43 List tables: Select All should not be a column header. Sergey Biryukov 2015-06-28 05:45:49 +00:00
  • c72d42d922 Press This: - Save a draft before opening the standard editor window. - While saving a post show Saving... instead of Publish for the main visible part of the split button (same as the Save Draft button before). See #32757. Andrew Ozz 2015-06-28 04:58:56 +00:00
  • 8baa10c377 Customizer: Increase color contrast ratio for menu locations text. Sergey Biryukov 2015-06-28 04:44:03 +00:00
  • 5e3dcc772d Customizer: Add an aria-label attribute to the Add Items button to improve accessibility. Sergey Biryukov 2015-06-28 04:27:24 +00:00
  • a796d187b3 When searching for users using the search arg in get_users()/WP_User_Query, also search the user's email, url, and display name. Scott Taylor 2015-06-28 00:35:42 +00:00
  • cc762006c5 Update getID3 to 1.9.9 Scott Taylor 2015-06-28 00:16:17 +00:00
  • cb6867f374 Update jQuery to 1.11.3: http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/ Scott Taylor 2015-06-27 23:39:16 +00:00
  • e4aa6ae703 After [32974], tweak some CSS for focus, etc. Scott Taylor 2015-06-27 23:12:23 +00:00
  • 556ec207f1 Customizer: Improve previewing setting changes for show_on_front, page_on_front, and page_for_posts. Weston Ruter 2015-06-27 19:58:41 +00:00
  • a4fd22608f Additional style changes to accomodate <h1> headings. Konstantin Obenland 2015-06-27 15:50:59 +00:00
  • e59592f87e Proper heading for admin screens. Konstantin Obenland 2015-06-27 15:40:27 +00:00
  • 1be584d477 Fix the dismissable notice button focus style, broken in [32475]. Sergey Biryukov 2015-06-27 15:06:22 +00:00
  • af60f4e874 Media modal: Use better descriptive text for "Remove" buttons. Sergey Biryukov 2015-06-27 14:50:41 +00:00
  • 37837c88f1 Customizer: Add an aria-expanded attribute to the Add Menu button to improve accessibility. Dominik Schilling (ocean90) 2015-06-27 10:04:32 +00:00
  • 3dd7ca4ed6 Customizer: Remove top margin when dragging menu items. Dominik Schilling (ocean90) 2015-06-27 09:46:10 +00:00
  • 9a6c48790a Revert [32702]. The URL may not have an s parameter as there are filters in place so that a plugin can return a URL with a completely different structure. Sergey Biryukov 2015-06-27 08:34:09 +00:00
  • ce10a63e67 TinyMCE: prevent undefined error in toolbar.hide(). See #32604. Andrew Ozz 2015-06-27 02:23:18 +00:00
  • b6eb753618 TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS. See #32604. Andrew Ozz 2015-06-27 02:20:30 +00:00
  • 44eaf91b75 Press This: fix iOS bug that prevents closing of the split button when tapping outside of it. See #32757. Andrew Ozz 2015-06-27 02:14:29 +00:00
  • 550763988b ob_get_contents() followed by ob_end_clean() can be replaced by ob_get_clean(). Scott Taylor 2015-06-27 01:11:45 +00:00
  • f162be6046 For doc block types, favor bool over the few remaining booleans Scott Taylor 2015-06-27 01:02:12 +00:00
  • 2a5278e2dd Some doc blocks should use bool instead of true|false Scott Taylor 2015-06-27 00:44:21 +00:00
  • 297b615b99 In WP_Filesystem_Base::chdir|chgrp|chmod() (all mock abstract methods), modify @return to include string so that subclass @returns match. Scott Taylor 2015-06-27 00:42:43 +00:00
  • fe617914d4 Declare visibility for WP_Locale methods. Scott Taylor 2015-06-27 00:31:27 +00:00
  • 4affc95146 TinyMCE: prevent error in the wptextpattern plugin when the first child node in a paragraph is not a text node. See #31441; Andrew Ozz 2015-06-26 23:18:16 +00:00
  • a0ebf84f40 Update Twemoji to 1.4.1 including up to 3c0c13d3a5 (exclude SVG elements). Remove our hacks and adapt wp-emoji.js to use the new image attributes callback. Fixes #32203. Andrew Ozz 2015-06-26 22:00:13 +00:00
  • d688a2ddc2 TinyMCE, inline link toolbar: fix z-index bug in iOS Safari. See #32604. Andrew Ozz 2015-06-26 20:28:59 +00:00
  • 8b77a613c1 TinyMCE: add the editor focusing help the Keyboard Shortcuts modal. See #31913. Andrew Ozz 2015-06-26 18:48:02 +00:00
  • 82d937a96e TinyMCE, inline link toolbar: fix styling on small screens so the displayed URL is not needlessly truncated. See #32604. Andrew Ozz 2015-06-26 17:54:57 +00:00
  • d6ebee58c2 Customizer: Prevent dragging menu items above the main heading. Dominik Schilling (ocean90) 2015-06-26 17:10:12 +00:00
  • 4f60683623 Improve error checking in get_edit_term_link(). Boone Gorges 2015-06-26 14:12:27 +00:00
  • da5c716009 Introduce WP_UnitTestCase::delete_user(). Boone Gorges 2015-06-26 12:58:29 +00:00
  • d0c3281ea8 In Media microtemplates after [32467], use <button> instead of <a> for several more non-links. Scott Taylor 2015-06-26 05:00:42 +00:00
  • 9b671bdf9e TinyMCE: update the Keyboard Shortcuts help modal, use the TinyMCE UI API instead of an iframe. Props iseulde, azaozz. Fixes #31913. Andrew Ozz 2015-06-26 04:39:11 +00:00
  • b7127176a1 Remove an undeeded space concatenation from wpmu_validate_user_signup(). This was previously used to prevent strpos() returning 0, which is not needed after r32942. See #32444 Dion Hulse 2015-06-26 01:38:25 +00:00
  • afd45937eb After [32866], fix doc blocks. Scott Taylor 2015-06-25 21:01:56 +00:00
  • 229a9cc434 List tables: when post navigation links point to the current page, use <span>s and text instead of <a>s. Scott Taylor 2015-06-25 20:31:51 +00:00
  • dcd5b25395 After [32896], update ConvertChars.php unit tests and rename to ConvertInvalidEntries.php. Scott Taylor 2015-06-25 19:50:14 +00:00
  • 9f5df5d045 Admin menu: improve accessibility when collapsed. Scott Taylor 2015-06-25 19:32:36 +00:00
  • 53bc964fc1 After [32796], improve the accessibility and markup for instances of touch_time(). Scott Taylor 2015-06-25 19:30:00 +00:00
  • ae029a133e Press This: better screen reader text for the arrow part of the split button. Props afercia. See #32757. Andrew Ozz 2015-06-25 19:23:54 +00:00
  • 4d28f9a7de In get_site_option() and get_option(), ensure that $notoptions is an array before writing to it. Prevents a flood of Cannot use a scalar value as an array, because $notoptions is otherwise set to the result of wp_cache_get(), which returns mixed. Scott Taylor 2015-06-25 19:00:51 +00:00
  • 6690882fc1 wpmu_validate_user_signup() should strictly check against false when using strpos(). Scott Taylor 2015-06-25 16:56:01 +00:00
  • cd188f40d1 WP_Rewrite::add_rule() should strictly check against false when using strpos(). Scott Taylor 2015-06-25 16:55:35 +00:00
  • 9cef023a96 prep_atom_text_construct() and before_last_bar() should strictly check against false when using str(r)?pos(). Scott Taylor 2015-06-25 16:48:14 +00:00
  • f335ef9a66 Remove unused code from WP_Press_This::html(). Scott Taylor 2015-06-25 16:37:56 +00:00
  • 1bae0bb006 Remove unused code from WP_MS_Sites_List_Table::display_rows(). Scott Taylor 2015-06-25 16:35:51 +00:00
  • 017d27a2c1 TinyMCE, inline link toolbar: - Add max-width for all floating toolbars. - Ensure the inline link toolbar doesn't exceed the width on small screen devices. - Do not cut/concatenate the URL when it is less than 40 characters long. - Show more of the URL if the beginning part plus the ending part are less than 40 characters long. See #32604. Andrew Ozz 2015-06-25 04:41:34 +00:00
  • 6d6a1980b2 Press This: support passing i parameter to add an image src. Props stephdau, azaozz. Fixes #32173. Andrew Ozz 2015-06-25 03:05:47 +00:00
  • dc56b51c47 Define SCRIPT_DEBUG early on every load, similarly to WP_DEBUG. Remove defined( 'SCRIPT_DEBUG' ) checks. Fixes #32333. Andrew Ozz 2015-06-25 02:28:50 +00:00
  • e06cc095b4 Press This, split button: wrap the sub-buttons in an unordered list to aid accessibility. Props afercia. See #32757. Andrew Ozz 2015-06-25 01:54:36 +00:00
  • dd419b74cc Introduce a no_terms label for taxonomies. This label is used when indicating that there are no terms in the given taxonomy associated with an object. John Blackbourn 2015-06-25 00:15:46 +00:00
  • 7fc64e8adb wplink: update TinyMCE UI after updating the link Ella Iseulde Van Dorpe 2015-06-24 23:22:44 +00:00
  • ed5625f831 TinyMCE: wplink: add inline toolbar Ella Iseulde Van Dorpe 2015-06-24 23:04:46 +00:00
  • ac63fb4dc3 YouTube oEmbed parsing: support the m subdomain. Adds unit tests. Scott Taylor 2015-06-24 21:05:59 +00:00