Commit Graph

  • 38aeeb5ebe Docs: Fix two notations in the DocBlocks for show_admin_bar() and is_admin_bar_showing() to reflect use of the $show_admin_bar global rather than $wp_admin_bar. Drew Jaynes 2016-02-07 01:21:14 +00:00
  • b925222cb9 Docs: Fix one line of the DocBlock for the JsonSerializable compat interface to use a tab instead of spaces. Drew Jaynes 2016-02-07 01:17:50 +00:00
  • fed210d8ae Docs: Use the correct parameter name in the DocBlock for wp_kses_post_deep(), introduced in [36429]. Drew Jaynes 2016-02-07 00:17:59 +00:00
  • e0787b6a2b Docs: Add a missing type to the return description for map_deep(). Drew Jaynes 2016-02-07 00:14:15 +00:00
  • 0ac4ed2e67 Login: In login_header(), use correct separator for RTL locales. Sergey Biryukov 2016-02-06 22:55:41 +00:00
  • ddc9f3dccb Allow comments to be queried by 'any' post_type or post_status. Boone Gorges 2016-02-06 04:50:05 +00:00
  • eb8e2fb6ed Allow get_terms() results to ordered by metadata. Boone Gorges 2016-02-06 04:41:26 +00:00
  • 0673904ddf WP_Query taxonomy query vars should be set to first of multiple taxonomies. Boone Gorges 2016-02-06 03:57:33 +00:00
  • b4779f7368 TinyMCE inline link: - Fix not displaying anything when the URL is only a fragment. Show the whole URL. - Fix editing a link when it is the very first word in the editor. - Fix editing a link then some of the surrounding text or space is selected. Change the selection to only the link node. - Add placeholder when adding new link. Andrew Ozz 2016-02-06 00:50:31 +00:00
  • 3ed7c823c9 When updating a user, invalidate its 'userslugs' cache. Boone Gorges 2016-02-05 19:02:51 +00:00
  • 2c73fd9531 Make the $post param optional in get_post_field(). Boone Gorges 2016-02-05 18:57:09 +00:00
  • ef99ae21be Comments: Restore the ability to bypass post_id filter using 0 or '0'. Boone Gorges 2016-02-05 18:49:46 +00:00
  • 3ec4faf6e3 Comments: Add 'parent__in' and 'parent__not_in' to query var defaults. Boone Gorges 2016-02-05 18:35:47 +00:00
  • cdf27d383d Tests: Use the new wpdb::close() method for closing the DB connection. Gary Pendergast 2016-02-05 01:05:47 +00:00
  • 6b49ad22ba Accessibility: simplify the Plugins and Themes tables on the Updates screen. Andrea Fercia 2016-02-04 19:18:21 +00:00
  • a50e6f1d26 Docs: Document the $args parameter for get_categories() as a hash notation. Drew Jaynes 2016-02-04 14:49:49 +00:00
  • 66d8f82d2e Docs: Reference get_terms() for arguments available in get_categories(). Drew Jaynes 2016-02-04 14:37:07 +00:00
  • 9f52463206 Docs: Add more complete information to DocBlocks for private core functions _wp_dashboard_control_callback() and _wp_dashboard_recent_comments_row(). Drew Jaynes 2016-02-03 20:19:31 +00:00
  • 5572e1d4f4 Docs: Add private access notation to the DocBlock for the core _wp_handle_upload() function. Drew Jaynes 2016-02-03 20:18:15 +00:00
  • 3aaf9506ce Docs: Mark two private functions as such in wp-admin/ajax-actions.php. Drew Jaynes 2016-02-03 20:16:42 +00:00
  • 4f884dd8b2 Docs: Add a missing DocBlock for the private _add_themes_utility_last() function. Drew Jaynes 2016-02-03 20:06:39 +00:00
  • 7bc7bd07d4 Suppress possible warnings in PHP < 5.3.3 by parse_url() in wp_validate_redirect(). Dominik Schilling (ocean90) 2016-02-02 16:33:02 +00:00
  • 5bf2ce0d66 Revert [35792] Aaron Jorbin 2016-02-02 16:23:15 +00:00
  • ce68dd0ec5 Better validation of the URL used in HTTP redirects. Dominik Schilling (ocean90) 2016-02-02 15:10:09 +00:00
  • 6e8dc736c4 HTTP: 0.1.2.3 is not a valid IP. Dominik Schilling (ocean90) 2016-02-02 12:54:59 +00:00
  • 022bd3f851 Database: Allow loading when only the mysqlnd extension is loaded. Gary Pendergast 2016-02-02 00:58:32 +00:00
  • 2918cca22c WPDB: Add a close() method to wpdb, for when the connection needs to be manually closed. Gary Pendergast 2016-02-02 00:12:28 +00:00
  • 15002741b5 Customizer: Fix searching for available nav menu items by updating reference to nonce. Weston Ruter 2016-02-01 21:35:27 +00:00
  • 62705eef00 Media: In wp_read_image_metadata() make sure that IPTC keywords are UTF8 encoded. Dominik Schilling (ocean90) 2016-02-01 14:52:15 +00:00
  • 2635b3dadb Menus: Avoid displaying two spinners when adding selected menu items. Andrea Fercia 2016-01-31 18:05:45 +00:00
  • 66cb522610 Menus: after [36379] prevent "Quick Search" form submission when pressing Enter. Andrea Fercia 2016-01-31 14:02:18 +00:00
  • c8cd8c8a36 Comments: Add back $req variable in comments_template(). Rachel Baker 2016-01-30 22:12:29 +00:00
  • d95233cce9 Comments: Add a back link to wp_die() comment form submission error display. Rachel Baker 2016-01-30 21:55:32 +00:00
  • 07e07702ed Install: Improve the install page language chooser button style. Andrea Fercia 2016-01-30 14:52:55 +00:00
  • cde933e306 After [36171] remove all the occurrences of the old CSS clearfix. Andrea Fercia 2016-01-30 13:45:37 +00:00
  • 3964f0ef33 Update Random_Compat to the latest version (1.1.6). Dion Hulse 2016-01-30 00:56:07 +00:00
  • fdd7d91162 Simplify action placement in update_metadata(). Boone Gorges 2016-01-29 04:51:11 +00:00
  • b27ed68003 Menus: Remove a redundant and unused 0 parameter from the Delete Menu link on the nav menus admin screen. Dion Hulse 2016-01-28 06:13:38 +00:00
  • c974ac77c4 Pass additional params to 'get_archive_links' filter. Boone Gorges 2016-01-28 04:45:46 +00:00
  • 27361e6ffe Networks and sites: Replace "blog" usage with "site" in docs. Eric Andrew Lewis 2016-01-28 03:50:26 +00:00
  • 3fde994152 Networks and sites: Replace "blog" usage with "site" in docs. ericlewis 2016-01-28 03:34:02 +00:00
  • 7c1854aeb0 Fix set up/tear down of post types in comment query test. Boone Gorges 2016-01-27 23:12:07 +00:00
  • 304ab7c0e4 Customizer: Export nonce, theme, and url app settings in preview as exported in pane. Weston Ruter 2016-01-27 17:54:39 +00:00
  • fe7495efdf Multisite: Add the global cache group sites to restore_current_blog() and wp_start_object_cache(). Dominik Schilling (ocean90) 2016-01-27 13:50:11 +00:00
  • 919c95afe0 Multisite: Add the global cache group networks to restore_current_blog(). Dominik Schilling (ocean90) 2016-01-27 13:42:35 +00:00
  • 8d562e0d04 Build/Test Tools: Move class WP_UnitTest_Factory into its own file. Eric Andrew Lewis 2016-01-27 03:26:15 +00:00
  • 74f26214e7 General: Document the difference between site_url() and home_url(). Eric Andrew Lewis 2016-01-27 02:54:33 +00:00
  • 3560d4b3f5 Customizer: Improve parity between JS Setting models in preview with JS Setting models in pane. Weston Ruter 2016-01-26 23:51:17 +00:00
  • 78bde761bb Accessibility: Improve the focus style on the Credits screen. Andrea Fercia 2016-01-26 22:37:41 +00:00
  • 01f88b1ae4 Comments: Fire an action after a comment is removed from object cache. Eric Andrew Lewis 2016-01-26 03:46:40 +00:00
  • 746f545f9a Query: Respect 'suppress_filters' when filtering search-related SQL. Boone Gorges 2016-01-26 03:11:12 +00:00
  • 14b6dbebd2 Introduce $comment_status and $ping_status params for WP_Query. Boone Gorges 2016-01-26 02:55:15 +00:00
  • af5a3b663f Allow is_post_type_viewable() to accept a post type name. Boone Gorges 2016-01-26 02:36:32 +00:00
  • 81d3d79c1f Add tests for is_post_type_viewable(). Boone Gorges 2016-01-26 02:26:21 +00:00
  • 72f40494de Normalize 'clean_term_cache' docs formatting after [36399]. Boone Gorges 2016-01-26 02:18:04 +00:00
  • ef72cc7b86 Pass $clean_taxonomy param to 'clean_term_cache' action. Boone Gorges 2016-01-26 02:17:02 +00:00
  • 836ea13929 Docs: Correct return value for is_allowed_http_origin(). Sergey Biryukov 2016-01-26 00:38:17 +00:00
  • 63afb0dcc8 Plugins: Clarify that mu-plugins can't be "active" in docs. Eric Andrew Lewis 2016-01-26 00:31:08 +00:00
  • d43a7a9f06 Accessibility: Improve the color contrast ratio replacing the residual occurrences of the #777 gray. Andrea Fercia 2016-01-26 00:03:34 +00:00
  • fd5743761a Accessibility: Fix the color contrast ratio in the login screen. Andrea Fercia 2016-01-25 23:51:15 +00:00
  • ddfbfce2e6 Pass data consistently on plugin, network plugin, and network theme screens. Konstantin Obenland 2016-01-25 22:54:52 +00:00
  • e497698613 Multisite: Introduce the WP_Site class. Jeremy Felt 2016-01-25 21:51:01 +00:00
  • 494e4ee146 Docs: Fix indentation in add_filter() example. Dominik Schilling (ocean90) 2016-01-25 18:57:43 +00:00
  • 2960ad4cbd Docs: Fix parameter documentation ordering in the hook docs for the register_taxonomy_args filter. Drew Jaynes 2016-01-25 17:10:57 +00:00
  • 3c88ac14ee i18n tools: Add the text domain to translate_nooped_plural() calls as well. Peter Westwood 2016-01-24 15:28:40 +00:00
  • 1e1ac57375 i18n tools: Add a test for the add-textdomain.php script. Peter Westwood 2016-01-24 15:25:11 +00:00
  • b07466c2bf Customizer: Use "(Untitled)" as site title if blogname is empty. Weston Ruter 2016-01-23 23:14:10 +00:00
  • e1b5d2d2bf In comments list table, $post_id should default to false rather than 0. Boone Gorges 2016-01-23 22:15:19 +00:00
  • 41406e3c6e Networks and sites: Replace "blog" usage with "site" in docs. Eric Andrew Lewis 2016-01-23 16:46:31 +00:00
  • 5d56b9a465 Docs: Correct wpdb::db_version() description. Sergey Biryukov 2016-01-23 11:21:14 +00:00
  • b780792d87 TinyMCE: add inline link dialog Ella Iseulde Van Dorpe 2016-01-23 00:07:29 +00:00
  • 0e46055d5b Customizer: Add shift-click on nav menu items in preview to focus on corresponding nav menu item controls in pane. Weston Ruter 2016-01-22 21:20:26 +00:00
  • 535d080317 Docs: List out possible values for the $show parameter in the description for get_bloginfo(). Drew Jaynes 2016-01-22 20:21:40 +00:00
  • dbac8968ed Allow comment query results to be limited to comments with comment_post_ID = 0. Boone Gorges 2016-01-22 20:19:49 +00:00
  • ad00ffffe4 Docs: Improve documentation for bloginfo() including cross-reference info for the $show parameter passed through to get_bloginfo(). Drew Jaynes 2016-01-22 20:16:11 +00:00
  • e23986bdb3 Accessibility: Remove title attributes from the Menus screen. Andrea Fercia 2016-01-22 14:25:58 +00:00
  • 3fe805cf99 Docs: Remove redundant PHP tags from get_object_taxonomies() description. Sergey Biryukov 2016-01-22 02:40:10 +00:00
  • 10c8930278 TinyMCE: remove the srcset and sizes attributes (if any) after replacing or editing an image. Andrew Ozz 2016-01-22 01:18:30 +00:00
  • 710f2593cc Quick/Bulk Edit: Remove a no more used jQuery loop for unsupported post formats. Andrea Fercia 2016-01-21 22:49:43 +00:00
  • a2637cf34d Customizer: Hide help toggle button in panel when no description is supplied. Weston Ruter 2016-01-21 22:00:42 +00:00
  • ac704e838c Media: In _wp_handle_upload(), move ending brace to a new line. Sergey Biryukov 2016-01-21 20:26:06 +00:00
  • 497b64a300 Unit Tests: Correct comment in wp-tests-config-sample.php. Sergey Biryukov 2016-01-21 20:24:12 +00:00
  • 5600ca6bf4 Customizer: Fix click.preview event handler for jump links and shift+clicks in preview. Weston Ruter 2016-01-21 06:07:45 +00:00
  • 51aee5ab1b Upgrade: Switch the locking mechanism to using static methods so that it can be accessed from other upgrade-classes. Dion Hulse 2016-01-21 01:21:52 +00:00
  • 58082f28e6 Widgets: Show the "Clear Inactive Widgets" button only after the sidebar with inactive widgets. Dominik Schilling (ocean90) 2016-01-20 21:54:01 +00:00
  • 832197c6e6 Docs: Update the @access tag value for WP_Http::_get_first_available_transport() from private to public. Drew Jaynes 2016-01-20 18:45:04 +00:00
  • 77f8c5fc07 Themes: Enhance filtering options for allowed themes on a network. Jeremy Felt 2016-01-20 18:28:33 +00:00
  • 8ae1899929 Docs: Add missing @access tags to DocBlocks for WP class methods and properties. Drew Jaynes 2016-01-20 18:18:53 +00:00
  • 2ed7c6d857 Media: When reusing the initial values from the global MediaElement config object, the config object should first be cloned. Objects in JS are references that will retain any changes. This fixes an issue where player controls could get mixed up between instances when multiple players (namely, single audio and audio playlists, in a certain order) are on the same page. Scott Taylor 2016-01-20 15:46:59 +00:00
  • 65267f09fb Emoji: Work around a mod_security rule which prevents pages with 4 or more instances of String.fromCharCode( from being served. Dion Hulse 2016-01-20 07:39:47 +00:00
  • 1d82f671a3 TinyMCE: update to 4.3.3. Update the QUnit tests and revert back to testing the non-minified files in /src. Andrew Ozz 2016-01-20 04:17:22 +00:00
  • 078b93863d Build Tools: Revert to using a human readable timestamp rather than the unix timestamp in [36315]. Fixes #28722 Dion Hulse 2016-01-20 02:01:57 +00:00
  • 18d9640a5a Themes: Add initial tests for the allowed_themes filter. Jeremy Felt 2016-01-19 23:57:46 +00:00
  • b9e62671f6 Core Upgrader: Add a locking mechanism to avoid two concurrent updates of WordPress occuring. Dion Hulse 2016-01-19 05:06:46 +00:00
  • 5eee5cfc3c Don't double-escape the 'name' param in get_terms(). Boone Gorges 2016-01-19 04:09:32 +00:00
  • d36d6cc630 Build/Test Tools: Move PHP factory classes into their own files. Eric Andrew Lewis 2016-01-19 03:55:19 +00:00
  • 7ae3adfb80 Share post fixture in WP_Comment_Query tests. Boone Gorges 2016-01-19 03:02:42 +00:00
  • 1b8e03bd89 Ignore false values of 'search' in WP_Comment_Query. Boone Gorges 2016-01-19 02:54:28 +00:00
  • 43da0d3894 Themes: Show template loading error to users with switch_themes cap. Eric Andrew Lewis 2016-01-18 19:56:54 +00:00
  • 7c6d2b0d61 Comments: Remove unused $default_comments_page variable in get_comment_link(). Rachel Baker 2016-01-18 16:34:54 +00:00