Commit Graph

  • e710e49fe0 Include post__in as a value available to the orderby parameter in the docs for WP_Query::parse_query(). John Blackbourn 2015-10-05 20:57:14 +00:00
  • a743e47af8 Customizer: Reset horizontal scroll position when finished dragging a nav menu item. Weston Ruter 2015-10-05 20:45:57 +00:00
  • 3cde6d29c7 Permalinks: Slightly lengthen the truncated slug for display. Helen Hou-Sandi 2015-10-05 19:28:19 +00:00
  • 3e29193b98 Revisions: Also pass the $revision post object to the wp_prepare_revision_for_js filter, introduced in [34541]. Drew Jaynes 2015-10-05 18:32:38 +00:00
  • d95423c091 Docs: Document the $revision_data parameter passed to the wp_prepare_revision_for_js filter with a hash notation. Drew Jaynes 2015-10-05 18:02:41 +00:00
  • 32b604e984 Customizer: Fix moving focus to available nav menu items search. Weston Ruter 2015-10-05 15:26:59 +00:00
  • 578134d4ff Use wp_installing() instead of WP_INSTALLING constant. Boone Gorges 2015-10-05 15:05:26 +00:00
  • d67c6d2ade Docs: Add a missing DocBlock summary for wp_list_widget_controls_dynamic_sidebar(). Drew Jaynes 2015-10-05 03:05:53 +00:00
  • 39af3ca810 Docs: Add missing DocBlock summaries for five functions in wp-admin/includes/template-functions.php. Drew Jaynes 2015-10-05 03:02:20 +00:00
  • 4e86eb7cd4 Docs: Add missing DocBlock summaries to three functions in wp-admin/includes/plugin.php. Drew Jaynes 2015-10-05 02:54:56 +00:00
  • 960526cdbc Docs: Add missing summaries for functions in wp-admin/includes/misc.php. Drew Jaynes 2015-10-05 02:51:08 +00:00
  • e9e26c5726 Docs: Add missing DocBlock summaries for a multitude of functions in wp-admin/includes/media.php. Drew Jaynes 2015-10-05 02:43:49 +00:00
  • 61cd633892 Docs: Add missing method summaries for the deprecated WP_User_Search class, including prepare_query(), query(), prepare_vars_for_template_usage(), do_paging(), and get_results(). Drew Jaynes 2015-10-05 02:34:47 +00:00
  • c8537e7ced Docs: Add missing summaries for three deprecated admin functions: dropdown_categories(), dropdown_link_categories(), and wp_dropdown_cats(). Drew Jaynes 2015-10-05 02:28:33 +00:00
  • 37dfbef847 Use home_url() instead of get_option( 'siteurl' ) in notifications that are sent when a user's email address or password is changed. Sergey Biryukov 2015-10-04 23:02:18 +00:00
  • bb8ca3bd5f MS: Populate site_name property in a new WP_Network. Jeremy Felt 2015-10-04 20:50:48 +00:00
  • f5066a38f2 Docs: Document the plugin data array returned by get_plugin_data() with a hash-notation. Drew Jaynes 2015-10-04 19:05:38 +00:00
  • b1ed6b5f18 Widgets: Add more tests for registering and unregistering sidebars with 1) no ID, 2) a string ID, 3) a numeric ID. Drew Jaynes 2015-10-04 05:22:11 +00:00
  • 572fd0a45b Widgets: Add tests for dynamic_sidebar() where sidebars were registered with 1) no supplied ID, 2) a numeric ID, 3) a string ID. Drew Jaynes 2015-10-04 04:43:46 +00:00
  • 1c44c6011e Rechristen the get_page_of_comment filter. Boone Gorges 2015-10-03 22:43:01 +00:00
  • f7647bac89 MS: Align HTML structure in wp-signup.php and wp-activate.php. Jeremy Felt 2015-10-03 21:50:24 +00:00
  • 14b8056d24 Users: Don't pass the current WP_Users_List_Table or WP_MS_Users_List_Table instance to the users_list_table_query_args filter after all. Drew Jaynes 2015-10-03 21:48:35 +00:00
  • ffa997a342 Update the taxonomy relationship cache in is_object_in_term(). Boone Gorges 2015-10-03 21:18:55 +00:00
  • 8974a2bb33 Don't prime term meta cache in is_object_in_term(). Boone Gorges 2015-10-03 21:07:01 +00:00
  • 0ea2acb720 Tests: Permalink Structures Phase II: DRY up logic for setting permalink structures in test methods. Drew Jaynes 2015-10-03 20:54:11 +00:00
  • eebe549408 When creating terms, avoid false dupe checks due to accented characters. Boone Gorges 2015-10-03 20:24:09 +00:00
  • 8b8dcb2ae4 Introduce 'page_of_comment' filter. Boone Gorges 2015-10-03 19:38:49 +00:00
  • 01f25fa247 Tests: Last try: It's redundant to reset permalinks on tearDown() if we're already doing it on every setUp(). Drew Jaynes 2015-10-03 19:26:24 +00:00
  • 3b89b3ca28 Use 'comments_per_page' option as fallback in get_page_of_comment(). Boone Gorges 2015-10-03 19:25:25 +00:00
  • ddc75e22ee Only count top-level comments when calculating threaded pagination. Boone Gorges 2015-10-03 19:15:55 +00:00
  • b240a2a939 Ensure that WP_User_Query vars are filled after 'pre_get_users'. Boone Gorges 2015-10-03 18:44:40 +00:00
  • 9cdffaaed8 Tests: Move the global permalinks reset routine to only fire when running core tests. Drew Jaynes 2015-10-03 18:35:58 +00:00
  • adffdab161 Tests: Introduce WP_UnitTestCase::reset_permalinks(), an attempt to DRY up logic for resetting and restoring default permalinks on setUp() and tearDown(). Drew Jaynes 2015-10-03 17:14:12 +00:00
  • 4fc732d804 Add missing unit tests from [34799]. Sergey Biryukov 2015-10-03 15:09:57 +00:00
  • 02f76495c6 Add single-{post_type}-{post_name}.php to the top of the template hierarchy for single posts. Sergey Biryukov 2015-10-03 14:59:46 +00:00
  • fb6b3313c7 Abstract functionality from wp-comments-post.php into a function, wp_handle_comment_submission(). Sergey Biryukov 2015-10-03 14:46:09 +00:00
  • ef1a428bd5 Merge some strings with the same meaning in wp-includes/class-wp-xmlrpc-server.php. Sergey Biryukov 2015-10-03 14:08:43 +00:00
  • ee0d153629 Merge some strings in wp-admin/upload.php with existing strings with the same meaning. Sergey Biryukov 2015-10-03 13:56:05 +00:00
  • 433f6600c0 Users: Introduce the users_list_table_query_args filter, for modifying the WP_User_Query arguments used within the prepare_items() methods in the users list tables. Drew Jaynes 2015-10-03 07:23:20 +00:00
  • da083f165d Remove search_terms from WP_Query doc block. Boone Gorges 2015-10-03 04:35:57 +00:00
  • 68f5a79880 Respect the force_delete parameter of get_delete_post_link(). Sergey Biryukov 2015-10-03 01:49:52 +00:00
  • 96faf97a0f Adjust _default_wp_die_handler() formatting so it doesn't confuse Sublime Text's parsing and syntax highlighting. John Blackbourn 2015-10-03 01:31:26 +00:00
  • e677f26aa8 Remove dead code added to get_comment_link() in [34735]. Boone Gorges 2015-10-03 01:26:40 +00:00
  • 217d44bd60 Twenty Fifteen: Document the 'twentyfifteen_color_schemes' filter. Sergey Biryukov 2015-10-03 01:09:20 +00:00
  • 2212c0f858 Use wp_login_url() for login links when signing up for a new blog or activating a new blog on Multisite. John Blackbourn 2015-10-03 00:33:47 +00:00
  • 2ef0449316 Customize: Fix nav_menu_item CSS classes array being incorrectly presented in input field as comma-delimited list. Weston Ruter 2015-10-03 00:14:22 +00:00
  • 066eed4902 Introduce a register_taxonomy_args filter for filtering the arguments passed when calling register_taxonomy(). This is the taxonomy equivalent of the newly introduced register_post_type_args filter. John Blackbourn 2015-10-02 23:56:16 +00:00
  • 780460af28 Remove the unnecessary dynamic prefix used in the plugin_action_links filter name, and in those of its brethren. This way, network_admin_plugin_action_links gets listed as a separate filter. John Blackbourn 2015-10-02 23:43:20 +00:00
  • 337b94a0a5 Add VideoPress as a trusted oEmbed provider. John Blackbourn 2015-10-02 23:19:18 +00:00
  • 4703e75f31 shttp is not a protocol. John Blackbourn 2015-10-02 22:47:41 +00:00
  • 3fee278cf4 Switch the remaining user-facing links to wordpress.org over to HTTPS. John Blackbourn 2015-10-02 22:45:53 +00:00
  • bf22859e52 Docs: Fix the placement and ordering of some @since tags following [34780]. Drew Jaynes 2015-10-02 20:49:49 +00:00
  • e0c487bc61 Docs: Improve a variety of inline docs in wp-includes/l10n.php. Drew Jaynes 2015-10-02 20:44:18 +00:00
  • 48300f62b3 Introduce support for array format field names in WP_Widget::get_field_name() and WP_Widget::get_field_id(). John Blackbourn 2015-10-02 20:23:54 +00:00
  • d9031e0d51 Docs: Add deprecation note for $use_cache in get_site_option(). Jeremy Felt 2015-10-02 19:31:04 +00:00
  • 3c177b8c6f MS: Use *_network_option() functions throughout core. Jeremy Felt 2015-10-02 19:07:23 +00:00
  • 464f857316 MS: Introduce *_network_option functions. Jeremy Felt 2015-10-02 18:00:30 +00:00
  • f5276fcaa2 Add PHP Nightlies to the test suite Aaron Jorbin 2015-10-02 16:50:53 +00:00
  • 44d021b686 More explicit tests for image_get_intermediate_size(). Boone Gorges 2015-10-02 14:13:15 +00:00
  • 991feb7043 Pinking shears in shortcode test file. Boone Gorges 2015-10-02 13:50:18 +00:00
  • f408407620 Improvements to PCRE benchmarking tests. Boone Gorges 2015-10-02 13:50:12 +00:00
  • 19df309491 Fix preg_match_all() syntax in PCRE benchmark test util. Boone Gorges 2015-10-02 13:50:04 +00:00
  • b20695ed9f Skip two wp_json_encode() tests when mbstring is unavailable. Dion Hulse 2015-10-02 08:54:52 +00:00
  • e2f61478de Docs: Remove documentation for a phantom parameter not actually passed to the is_email filter. Drew Jaynes 2015-10-02 07:02:23 +00:00
  • 0fcc70b853 Introduce the wp_add_nav_menu_item action, fired immediately after a new nav menu item has been added. Drew Jaynes 2015-10-02 06:45:32 +00:00
  • f6ce56219a Docs: Fix a few syntatical issues with inline documentation in wp-includes/post-template.php. Drew Jaynes 2015-10-02 06:37:48 +00:00
  • 79dc7efc73 Unit Tests: when wp_using_ext_object_cache(), mark some transient tests as skipped. Scott Taylor 2015-10-02 05:09:03 +00:00
  • c6571bcfad Unit Tests: tests that want to flush the cache should use their instance method instead of calling wp_cache_flush() - more properties need to be wiped out in between tests. Scott Taylor 2015-10-02 05:08:13 +00:00
  • cae64c5e13 Unit Tests: in Tests_Cache::test_wp_cache_init(), when wp_using_ext_object_cache(), just check that the global is an instance of WP_Object_Cache. External object cache instances of WP_Object_Cache will contain resources as props that will always have differing internal IDs, so strict comparison won't work. Scott Taylor 2015-10-02 05:05:26 +00:00
  • 80e4265277 Docs: Also clarify the expected element types depending on the value of $action in the hook doc for the plugins_api filter. Drew Jaynes 2015-10-02 04:51:39 +00:00
  • 4c6d50413b Docs: Clarify the expected replacement element type if replacing the object or array in plugins_api() via the plugins_api hook. Drew Jaynes 2015-10-02 04:47:14 +00:00
  • a31e54344c Posts: In wp_insert_post(), don't set post_date to current time if it can be derived from a passed value for post_date_gmt. Scott Taylor 2015-10-02 04:35:34 +00:00
  • 5a24a0a4f8 Shortcodes/Formatting: Add PCRE Performance Testing Scott Taylor 2015-10-02 04:25:40 +00:00
  • c152375b58 Plugins: on the Install page, move the name of each plugin into the <h4> to accommodate screen readers. Scott Taylor 2015-10-02 04:15:12 +00:00
  • 319818a408 Tests: Clarify site option tests storing and retrieving serialized data. Jeremy Felt 2015-10-02 02:05:23 +00:00
  • b9e1b4ab7c Tests: Split test_default_filter() Site Option test into multiple tests. Jeremy Felt 2015-10-02 01:55:52 +00:00
  • e261546a61 Tests: Split test_the_basics() Site Option test into many tests. Jeremy Felt 2015-10-02 01:32:09 +00:00
  • 2322255d81 MS: Remove @todo for ms_protect_special_option() from delete_site_option(). Jeremy Felt 2015-10-01 22:45:18 +00:00
  • ed81797117 Deprecate get_admin_users_for_domain(). This function has never been used in core. John Blackbourn 2015-10-01 22:26:19 +00:00
  • d3229b6dfc This function is blessed. John Blackbourn 2015-10-01 22:23:51 +00:00
  • cfbd8056c2 Deprecate create_empty_blog(). This function has never been used in core. John Blackbourn 2015-10-01 22:09:18 +00:00
  • b2bb4ea2d5 Install: Replace the "Privacy" setting with the "Search Engine Visibility" setting from Reading Settings. Dominik Schilling (ocean90) 2015-10-01 21:34:38 +00:00
  • 00762410b0 Upgrader: Clear plugin/theme caches directly after a plugin/theme has been installed. Dominik Schilling (ocean90) 2015-10-01 21:20:09 +00:00
  • a8b5a8ec63 MS: Remove registration of ID column in Sites and Users list tables. Jeremy Felt 2015-10-01 20:57:06 +00:00
  • b71708647c MS: Provide better UI when a main site's /blog prefix is changed. Jeremy Felt 2015-10-01 20:38:40 +00:00
  • 2f16a92362 Language Upgrader: Re-use the automatic upgrader skin if the parent upgrader is using it. Dominik Schilling (ocean90) 2015-10-01 20:24:18 +00:00
  • e0b34f44a3 Shortcodes: Fix PCRE performance bugs in get_shortcode_regexp() and related to wptexturize(), do_shortcode(), and strip_shortcodes() Scott Taylor 2015-10-01 18:04:13 +00:00
  • 08f047176b Docs: Update the argument descriptions for $child_of and $hierarchical in get_pages() to more closely reflect expected behavior. Drew Jaynes 2015-10-01 17:39:25 +00:00
  • 1b70f27b04 Shortcodes: prevent registration of invalid shortcode names. Scott Taylor 2015-10-01 17:33:58 +00:00
  • 3c50d18785 Shortcodes: clarify the @return docs for shortcode_parse_atts(). Scott Taylor 2015-10-01 17:31:58 +00:00
  • 875ed40ffb In wp_comment_reply() change the H5 headings in fieldset legends for better accessibility. Andrea Fercia 2015-10-01 14:51:25 +00:00
  • b61d943435 Bump H3 headings to H2 on the Network Site Users screen for better accessibility. Andrea Fercia 2015-10-01 14:32:15 +00:00
  • 2828042b6e Make sure permastruct is set in comments_template() tests. Boone Gorges 2015-10-01 12:26:33 +00:00
  • e4a147150e Rewrite insert_with_markers() to use flock() when available, significant cleanup of the function too. Dion Hulse 2015-10-01 07:45:35 +00:00
  • f99f06206e Updates: SSH2 Transport: Add a connection error when the SFTP subsystem cannot be initialized. Fixes #33478 Dion Hulse 2015-10-01 05:42:20 +00:00
  • bb7763c1d1 Updates: SSH2 Transport: Use a work around to avoid a bug where PHP's SSH2 extension fails to list the contents of the / directory. This fixes issues where SSH2 with chrooted environments runs into a Unable to locate WordPress Content directory (wp-content). error. Dion Hulse 2015-10-01 05:39:44 +00:00
  • f9f56fb942 WPDB: Allow null values in the CRUD functions. Gary Pendergast 2015-10-01 05:36:15 +00:00
  • 3ffcb9548d Press This: Make the regular expressions for matching images easier to read by not requiring escaping. Fixes #32878 Dion Hulse 2015-10-01 05:15:05 +00:00
  • ee2c079ade Ensure that comment permalinks reflect pagination. Boone Gorges 2015-10-01 05:12:39 +00:00
  • c28bc82d4b Canonical: remove unused code (commented-out) from redirect_canonical(). Scott Taylor 2015-10-01 05:08:31 +00:00