Commit Graph

  • b987aa93a7 Build/Test Tools: Remove ancient UT ticket handling. John Blackbourn 2017-04-22 19:38:42 +00:00
  • caf86dc849 Build/Test Tools: Add some more tests to the ms-required and ms-excluded groups. John Blackbourn 2017-04-22 19:21:11 +00:00
  • 021dce3aa2 Build/Test Tools: Remove a useless test. John Blackbourn 2017-04-22 19:09:09 +00:00
  • 4f8057f7d5 Build/Test Tools: Introduce ms-required and ms-excluded groups for tests. John Blackbourn 2017-04-22 18:58:46 +00:00
  • c717bfbba9 Build/Test Tools: Don't skip tests when php.net or dev.mysql.com are unreachable. John Blackbourn 2017-04-22 18:44:18 +00:00
  • 040b411ec2 Build/Test Tools: Avoid skipping canonical tests that are connected to open Trac tickets. John Blackbourn 2017-04-22 18:25:30 +00:00
  • 2eb8cb7ca2 Canonical: Don't skip tests if the test data is invalid. John Blackbourn 2017-04-22 17:29:03 +00:00
  • 58b60158c7 Posts, Post Types: Correct the fallback value for the label_count argument of register_post_status(). John Blackbourn 2017-04-22 14:16:56 +00:00
  • 7b66ef190c Editor: fix undefined var notice in editor_js() in class-wp-editor.php. Andrew Ozz 2017-04-22 01:11:23 +00:00
  • ccd942ddaa Restore support for taxonomy 'args' override when querying object terms. Boone Gorges 2017-04-21 19:13:51 +00:00
  • 6ea3026565 Customize: Increase width of controls pane on large monitors to give more room. Weston Ruter 2017-04-21 05:24:52 +00:00
  • 63e6a6b7e7 Customize: Fix visibility of "Hide Controls" link in IE. Weston Ruter 2017-04-21 05:15:29 +00:00
  • 7966b89e29 Multisite: Add $network_id parameter to wp_update_network_counts(). Felix Arntz 2017-04-20 00:26:30 +00:00
  • d6297c051e Multisite: Add $network_id parameter to wp_update_network_user_counts(). Felix Arntz 2017-04-20 00:13:41 +00:00
  • 9bf39fa0fc Multisite: Add $network_id parameter to wp_update_network_site_counts(). Felix Arntz 2017-04-19 23:59:16 +00:00
  • ff25986f02 Docs: Improve @param and @return entries for wp_get_post_categories(), wp_get_post_tags(), and wp_get_post_terms(). Sergey Biryukov 2017-04-19 23:07:18 +00:00
  • 2c50a6dd24 TinyMCE: Fix cursor position after updating a wpview node. Fix hiding the inline toolbar on editor blur. Andrew Ozz 2017-04-19 22:09:44 +00:00
  • 66eb13d3b2 Accessibility: Make some Widgets buttons real buttons. Andrea Fercia 2017-04-19 21:13:53 +00:00
  • 9c5ba6f387 Accessibility: Make Safari 10 + VoiceOver announce repeated, identical, wp.a11y.speak() messages. Andrea Fercia 2017-04-19 19:53:00 +00:00
  • 94ad421722 Multisite: After [37918] add support for retrieving custom site properties set by the site_details filter. Dominik Schilling (ocean90) 2017-04-19 18:51:25 +00:00
  • 43d7215a5c Editor: Define $suffix before using it in _WP_Editors::print_tinymce_scripts(). Sergey Biryukov 2017-04-19 12:01:49 +00:00
  • 8a2be37451 Editor: Provide API for the editor to be dynamically instantiated via JS. First run. Andrew Ozz 2017-04-19 02:37:29 +00:00
  • 627ba9254e Twenty Seventeen: Bump version and update the changelog. Pascal Birchler 2017-04-18 09:13:17 +00:00
  • f5f0aea2a9 Customize: Use fixed-width illustrative placeholder for hex field in color picker to prevent truncation. Weston Ruter 2017-04-18 00:30:07 +00:00
  • 417e3945d2 Twenty Seventeen: Correct heading hierarchy for posts on the front page. Pascal Birchler 2017-04-17 10:08:55 +00:00
  • b55133da6e Build/Test tools: Reverse the order in which the Travis jobs run. John Blackbourn 2017-04-15 17:42:07 +00:00
  • f57f03b935 Networks and Sites: Correct a capability check when accessing the Sites -> Add New screen. John Blackbourn 2017-04-15 17:29:55 +00:00
  • d68a189288 Docs: Update the length limit in set_site_transient() docs after [34030]. Sergey Biryukov 2017-04-15 09:27:22 +00:00
  • 0bdd57140b Upload: improve legacy SWFUpload event handlers for current jQuery. Adam Silverstein 2017-04-14 16:42:16 +00:00
  • a92edf9e9a Media: Default to always showing the "Create Audio/Video Playlist" buttons. James Nylen 2017-04-14 11:25:00 +00:00
  • b5ca4cc9c3 Media: Ensure Crop Image is always visible. Pascal Birchler 2017-04-14 09:30:37 +00:00
  • ad73270aa4 Posts, Post Types: In wp_check_post_lock(), check if the user with lock exists and return false otherwise. Sergey Biryukov 2017-04-13 23:08:03 +00:00
  • 1fd9d6026d Posts, Post Types: Improve the docs for wp_check_post_lock() and wp_set_post_lock(). Sergey Biryukov 2017-04-13 23:01:20 +00:00
  • a844db32e2 Administration: Add "(link opens in a new window)" as a screen reader text for "Preview" link on Edit Post screen. Sergey Biryukov 2017-04-13 22:41:50 +00:00
  • 11d450f47e Media: Improve filters that allow overriding slow media queries. James Nylen 2017-04-13 20:21:45 +00:00
  • 5fcfb9b247 Toolbar: Reset CSS properties that might be inherited from the active Theme. Andrea Fercia 2017-04-12 16:11:30 +00:00
  • 620280474f Build/Test tools: Introduce and implement assertNotIXRError() and assertIXRError() assertion methods. John Blackbourn 2017-04-12 14:58:33 +00:00
  • 043d3b54a8 Build/Test tools: Improve the failure message reported by assertQueryTrue() so it's a little less cryptic. John Blackbourn 2017-04-11 10:48:00 +00:00
  • 78d7aba4ed Multisite: Replace unnecessary is_super_admin() check when setting up the initial network. Felix Arntz 2017-04-10 21:59:59 +00:00
  • 1b9c964e81 Customize: Verify availability of history.replaceState (in IE9) before attempting to populate changeset_uuid parameter. Weston Ruter 2017-04-10 21:14:50 +00:00
  • 1abf42b45e Multisite: Introduce an upgrade_network capability. Felix Arntz 2017-04-10 21:10:48 +00:00
  • 7ddf1b3ce1 Fix broken audio/video functions when sanitizing ID3 data Joe McGill 2017-04-10 01:27:30 +00:00
  • d37198f240 TinyMCE: update the tests for version 4.5.6. Remove default plugins tests, it is quite pointless to keep repeating them at this point. Andrew Ozz 2017-04-09 23:10:15 +00:00
  • 860363337f Update TinyMCE to 4.5.6. Has many improvements and bug fixes. Changelog: https://github.com/tinymce/tinymce/blob/4.5.x/changelog.txt. Andrew Ozz 2017-04-09 23:00:47 +00:00
  • 04e3680d1c Media: Improve handling of non-image files in wp_get_image_mime. Joe McGill 2017-04-09 22:43:04 +00:00
  • 3b794d15ae Customize: Fix behavior of clicking Delete Menu link and keep available nav menu items panel open when doing bulk deletion. Weston Ruter 2017-04-07 20:21:46 +00:00
  • e896940a4e Customize: Auto-expand a widget area section when expanding the Widgets panel if there is only one registered sidebar and it is active. Weston Ruter 2017-04-07 19:26:31 +00:00
  • f44a9eba4e Upgrade/Install: Introduce wp_disallow_file_mods() helper function. Pascal Birchler 2017-04-07 14:35:39 +00:00
  • 49c68e7a9a Networks and Sites: Align the display of site statuses on the Sites listing screen with those of posts on the Posts listing screen. John Blackbourn 2017-04-07 13:50:12 +00:00
  • 2a261f0d7c Build/Test tools: Remove occurrences of create_function() in unit tests. John Blackbourn 2017-04-07 13:37:39 +00:00
  • 4fbac9b3a7 Multisite: Partially revert [40295]. Felix Arntz 2017-04-07 13:14:36 +00:00
  • 3ca0673036 Multisite: Introduce a setup_network capability for setting up multisite. Felix Arntz 2017-04-07 12:52:24 +00:00
  • ca0aa133ff Load: Only load PasswordHash class when needed. Pascal Birchler 2017-04-06 18:00:16 +00:00
  • 74e7dab932 Media: Add filters to allow overriding slow media queries. James Nylen 2017-04-06 03:56:38 +00:00
  • 86d333dc26 Customize: Fix HTTPS navigation of site in preview on IE11. Weston Ruter 2017-04-06 00:31:11 +00:00
  • e5508461da Customize: Fix reversal of nav menu item's type and object properties for page stub added in customizer. Weston Ruter 2017-04-05 23:28:13 +00:00
  • 4c72c19f0e Customize: Use is_header_video_active() as active_callback for external_header_video control instead of is_front_page(). Weston Ruter 2017-04-05 23:09:29 +00:00
  • a7b3612f2a REST API: Allow fetching multiple users at once via the slug parameter. James Nylen 2017-04-05 22:24:24 +00:00
  • 66b4bb9809 REST API: Update description string of terms endpoint slug parameter. James Nylen 2017-04-05 21:07:04 +00:00
  • 99de5d69d7 REST API: Allow fetching multiple terms at once via the slug parameter. James Nylen 2017-04-05 20:24:27 +00:00
  • 54eb8900dd Multisite: Fix wp_get_sites() to return an unlimited amount of sites when passing a falsy limit argument. flixos90 2017-04-03 23:43:00 +00:00
  • 707bf79a9b Multisite: Add $network_id parameter to get_user_count(). flixos90 2017-04-03 23:31:33 +00:00
  • 117f2da3cc Multisite: Support the $network_id parameter of get_blog_count(). flixos90 2017-04-03 23:13:40 +00:00
  • 7734535fe7 Customize: User get_user_locale() in customizer body class. swissspidy 2017-04-03 22:36:35 +00:00
  • 926853f3a3 REST API: JS Client - Enable connecting to multiple endpoints. Adam Silverstein 2017-04-02 19:40:37 +00:00
  • 7e298b0ceb Mail: Use correct capitalization for PHPMailer methods in wp_mail(). Sergey Biryukov 2017-04-01 14:33:59 +00:00
  • 39c77f5f3a I18N: Remove an extra slash between .mo file path and name in load_muplugin_textdomain(). Sergey Biryukov 2017-04-01 14:25:08 +00:00
  • d766856878 Posts, Post Types: Introduce post_date_column_status filter for post status text in list tables' Date column. Sergey Biryukov 2017-04-01 14:07:01 +00:00
  • 7fcef3062b Embeds: Change the embed_autourls option filter from default_option_* to pre_option_* to avoid a DB query. Sergey Biryukov 2017-04-01 13:55:29 +00:00
  • 9b0de1429d Accessibility: Improve the Media Library inline uploader accessibility. Andrea Fercia 2017-03-31 17:37:58 +00:00
  • fadd7cb721 Administration: Fix minor misalignments caused by the button-link CSS class. Andrea Fercia 2017-03-31 16:50:42 +00:00
  • fb3e6ea250 Quick/Bulk Edit: Fix the Tag suggestions position on the Bulk Edit textarea. Andrea Fercia 2017-03-31 16:34:52 +00:00
  • e4ab5c306d Press This: Reorder post format icon styles for consistency with get_post_format_strings(). Sergey Biryukov 2017-03-31 08:21:04 +00:00
  • d1442e955a Press This: Add missing icons for Chat and Status post formats. Sergey Biryukov 2017-03-31 08:18:04 +00:00
  • cc1c0639d0 Invalidate term query caches when setting or deleting term relationships. Boone Gorges 2017-03-30 16:49:47 +00:00
  • 2cd890decc Multisite: Correct documentation for site status change hooks. Jeremy Felt 2017-03-30 04:35:09 +00:00
  • 54edf92498 Multisite: Add deleted_blog action after site has been deleted. Jeremy Felt 2017-03-30 04:30:27 +00:00
  • c7f1aeb441 Tests: Remove a couple of invalid error assertions. James Nylen 2017-03-29 17:05:41 +00:00
  • b9de0d7f10 Docs: Add an entry for $pagenow global in WP_Customize_Manager::setup_theme(). Sergey Biryukov 2017-03-29 11:40:01 +00:00
  • 21310844e3 Taxonomy: Fix typo in $aria_checked variable name in Walker_Category_Checklist::start_el(). Sergey Biryukov 2017-03-29 11:21:26 +00:00
  • 8cc8a221fc Multisite: Remove unused site-lookup global cache group. Jeremy Felt 2017-03-28 21:07:22 +00:00
  • 6790fcb55d Multisite: Respect $_wp_suspend_cache_invalidation when clearing network and site caches. Jeremy Felt 2017-03-28 19:35:49 +00:00
  • 83002e564e Multisite: Allow falsy properties to be cached in site-details. Jeremy Felt 2017-03-28 02:31:13 +00:00
  • 308554bd84 Tests: Add missing global cache groups. Jeremy Felt 2017-03-28 01:45:43 +00:00
  • b36363bb69 Tests: Clarify zero path segment tests for get_network_by_path(). Jeremy Felt 2017-03-28 01:24:44 +00:00
  • 2f39fe479f Tests: Consolidate logic used to skip API fixture generation. Jeremy Felt 2017-03-27 21:04:06 +00:00
  • ab57ab8e7f Multisite: Add lang_id support to WP_Site_Query. Jeremy Felt 2017-03-27 19:47:53 +00:00
  • ba254dfa63 Tests: Use utf8mb4 max index length when creating keys. Jeremy Felt 2017-03-27 19:33:55 +00:00
  • 8d611dde0d Themes: Fix incorrect annotation for __clear_multi_author_cache() function. Pascal Birchler 2017-03-25 15:46:10 +00:00
  • ae78742444 Multisite: After [40305], rename clean_site_details_cache() method as it's not really private. Pascal Birchler 2017-03-25 15:30:41 +00:00
  • 1e7b157523 Customize: Improve i18n for strings in hidden widget area notices. westonruter 2017-03-24 22:02:02 +00:00
  • 54baae39b2 REST API: Use get_gmt_from_date() when preparing a draft post for response. Pascal Birchler 2017-03-24 17:31:54 +00:00
  • d0b54885a3 Users: Don't push the current user's role to the top of the list in wp_dropdown_roles(). John Blackbourn 2017-03-24 14:52:26 +00:00
  • 13f5d04590 Docs: Correct default value in @param entry for the $num_words parameter of wp_trim_words filter. Sergey Biryukov 2017-03-24 00:57:21 +00:00
  • eda002a9d5 Login and Registration: Avoid a potentially incorrect value for the cookie hash on multisite installations that don't have a value in the siteurl network option. John Blackbourn 2017-03-23 19:00:31 +00:00
  • 13f7d1c21f Customize: Prevent client-side validation from being cleared when no corresponding server-side validation is present. Weston Ruter 2017-03-23 18:11:03 +00:00
  • 0cd74be18a Customize: Fix navigation of site in preview on IE11. Weston Ruter 2017-03-23 17:24:08 +00:00
  • df23b65221 Multisite: Add further unit tests for get_blog_details(). Felix Arntz 2017-03-23 17:13:14 +00:00
  • 8d4d20db2d Customize: Fix selective refresh when customizing the 404 template. Weston Ruter 2017-03-23 16:56:57 +00:00
  • b971759494 Twenty Seventeen: Declare jQuery as a dependency for navigation.js. Sergey Biryukov 2017-03-23 16:21:21 +00:00