October 2015 Archives by thread
Starting: Thu Oct 1 00:22:37 UTC 2015
Ending: Sat Oct 31 22:48:08 UTC 2015
Messages: 760
- [wp-svn] [34722] trunk/src/wp-admin/menu-header.php: Add `'submenu_file' ` filter for the file of an admin menu sub-menu item.
noreply at wordpress.org
- [wp-svn] [34723] trunk/src/wp-admin/menu.php: Don't show the "Add New" link on `post-new.php`.
noreply at wordpress.org
- [wp-svn] [34724] trunk/src/wp-admin/menu-header.php: Declare the `$submenu_file` global to avoid a notice generated by passing it as a parameter to the `submenu_file` hook , introduced in [34722].
noreply at wordpress.org
- [wp-svn] [34725] trunk/src/wp-admin/menu-header.php: Docs: Document declaration of the `$submenu_file` global in wp-admin/ menu-header.php.
noreply at wordpress.org
- [wp-svn] [34726] trunk/src: Comments: Trash blacklisted comments by default.
noreply at wordpress.org
- [wp-svn] [34727] trunk/src/wp-includes/formatting.php: Formatting: Rename the `$richedit` parameter in `format_to_edit()` to `$rich_text`.
noreply at wordpress.org
- [wp-svn] [34728] trunk/src/wp-admin/includes: Post List Table: Ensure that `edit.php` with no query string produces the proper markup and links in the `date` column header.
noreply at wordpress.org
- [wp-svn] [34729] trunk: Simplify pagination logic in `comments_template()`.
noreply at wordpress.org
- [wp-svn] [34730] trunk/src/wp-includes: Prevent extra db queries in `WP_Comment:: get_children()`.
noreply at wordpress.org
- [wp-svn] [34731] trunk/src/wp-includes/query.php: s/`add_action()`/`add_filter() ` in `WP_Query` metadata lazyloading.
noreply at wordpress.org
- [wp-svn] [34732] trunk/src/wp-includes/query.php: Correct some `WP_Query` metadata lazyloading docs.
noreply at wordpress.org
- [wp-svn] [34733] trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php: Updates: Try a more compatible method to detect if a file exists when using the FTP Extension.
noreply at wordpress.org
- [wp-svn] [34734] trunk/src/wp-includes/canonical.php: Canonical: remove unused code (commented-out) from `redirect_canonical()`.
noreply at wordpress.org
- [wp-svn] [34735] trunk: Ensure that comment permalinks reflect pagination.
noreply at wordpress.org
- [wp-svn] [34736] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: Make the regular expressions for matching images easier to read by not requiring escaping.
noreply at wordpress.org
- [wp-svn] [34737] trunk: WPDB: Allow `null` values in the CRUD functions.
noreply at wordpress.org
- [wp-svn] [34738] trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php: Updates: SSH2 Transport: Use a work around to avoid a bug where PHP' s SSH2 extension fails to list the contents of the `/` directory.
noreply at wordpress.org
- [wp-svn] [34739] trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php: Updates: SSH2 Transport: Add a connection error when the SFTP subsystem cannot be initialized.
noreply at wordpress.org
- [wp-svn] [34740] trunk/src/wp-admin/includes/misc.php: Rewrite `insert_with_markers ()` to use `flock()` when available, significant cleanup of the function too.
noreply at wordpress.org
- [wp-svn] [34741] trunk/tests/phpunit/tests/comment/commentsTemplate.php: Make sure permastruct is set in `comments_template()` tests.
noreply at wordpress.org
- [wp-svn] [34742] trunk/src/wp-admin/network/site-users.php: Bump H3 headings to H2 on the Network Site Users screen for better accessibility.
noreply at wordpress.org
- [wp-svn] [34743] trunk/src/wp-admin: In `wp_comment_reply() ` change the H5 headings in fieldset legends for better accessibility.
noreply at wordpress.org
- [wp-svn] [34744] trunk/src/wp-includes/shortcodes.php: Shortcodes: clarify the `@return` docs for `shortcode_parse_atts()`.
noreply at wordpress.org
- [wp-svn] [34745] trunk: Shortcodes: prevent registration of invalid shortcode names.
noreply at wordpress.org
- [wp-svn] [34746] trunk/src/wp-includes/post-functions.php: Docs: Update the argument descriptions for `$child_of` and `$hierarchical` in `get_pages ()` to more closely reflect expected behavior.
noreply at wordpress.org
- [wp-svn] [34747] trunk: Shortcodes: Fix PCRE performance bugs in `get_shortcode_regexp() ` and related to `wptexturize()`, `do_shortcode()`, and `strip_shortcodes ()`
noreply at wordpress.org
- [wp-svn] [34748] trunk/src/wp-admin/includes/class-wp-upgrader.php: Language Upgrader: Re-use the automatic upgrader skin if the parent upgrader is using it.
noreply at wordpress.org
- [wp-svn] [34749] trunk/src/wp-admin/options-permalink.php: MS: Provide better UI when a main site's `/blog` prefix is changed.
noreply at wordpress.org
- [wp-svn] [34750] trunk/src/wp-admin/includes: MS: Remove registration of ID column in Sites and Users list tables.
noreply at wordpress.org
- [wp-svn] [34751] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrader: Clear plugin/theme caches directly after a plugin/ theme has been installed.
noreply at wordpress.org
- [wp-svn] [34752] trunk/src/wp-admin: Install: Replace the "Privacy" setting with the "Search Engine Visibility" setting from Reading Settings.
noreply at wordpress.org
- [wp-svn] [34753] trunk/src/wp-includes: Deprecate `create_empty_blog()`.
noreply at wordpress.org
- [wp-svn] [34754] trunk/src/wp-includes/ms-functions.php: This function is blessed.
noreply at wordpress.org
- [wp-svn] [34755] trunk/src/wp-includes: Deprecate `get_admin_users_for_domain()`.
noreply at wordpress.org
- [wp-svn] [34756] trunk/src/wp-includes/option.php: MS: Remove `@todo` for `ms_protect_special_option()` from `delete_site_option ()`.
noreply at wordpress.org
- [wp-svn] [34757] trunk/tests/phpunit/tests/option/siteOption.php: Tests: Split `test_the_basics()` Site Option test into many tests.
noreply at wordpress.org
- [wp-svn] [34758] trunk/tests/phpunit/tests/option/siteOption.php: Tests: Split `test_default_filter()` Site Option test into multiple tests.
noreply at wordpress.org
- [wp-svn] [34759] trunk/tests/phpunit/tests/option/siteOption.php: Tests: Clarify site option tests storing and retrieving serialized data.
noreply at wordpress.org
- [wp-svn] [34760] trunk/src/wp-admin: Plugins: on the Install page, move the name of each plugin into the `<h4> ` to accommodate screen readers.
noreply at wordpress.org
- [wp-svn] [34761] trunk: Shortcodes/Formatting: Add PCRE Performance Testing
noreply at wordpress.org
- [wp-svn] [34762] trunk: 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`.
noreply at wordpress.org
- [wp-svn] [34763] trunk/src/wp-admin/includes/plugin-install.php: Docs: Clarify the expected replacement element type if replacing the object or array in `plugins_api ()` via the `plugins_api` hook.
noreply at wordpress.org
- [wp-svn] [34764] trunk/src/wp-admin/includes/plugin-install.php: Docs: Also clarify the expected element types depending on the value of `$action` in the hook doc for the `plugins_api` filter.
noreply at wordpress.org
- [wp-svn] [34765] trunk/tests/phpunit/tests/cache.php: 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`.
noreply at wordpress.org
- [wp-svn] [34766] trunk/tests/phpunit/tests/option: 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.
noreply at wordpress.org
- [wp-svn] [34767] trunk/tests/phpunit/tests/option: Unit Tests: when `wp_using_ext_object_cache()`, mark some transient tests as skipped.
noreply at wordpress.org
- [wp-svn] [34768] trunk/src/wp-includes/post-template.php: Docs: Fix a few syntatical issues with inline documentation in wp-includes/ post-template.php.
noreply at wordpress.org
- [wp-svn] [34769] trunk/src/wp-includes/nav-menu.php: Introduce the `wp_add_nav_menu_item` action, fired immediately after a new nav menu item has been added.
noreply at wordpress.org
- [wp-svn] [34770] trunk/src/wp-includes/formatting.php: Docs: Remove documentation for a phantom parameter not actually passed to the `is_email` filter.
noreply at wordpress.org
- [wp-svn] [34771] trunk/tests/phpunit/tests/functions.php: Skip two `wp_json_encode( )` tests when mbstring is unavailable.
noreply at wordpress.org
- [wp-svn] [34772] trunk/tests/phpunit/includes/utils.php: Fix `preg_match_all() ` syntax in PCRE benchmark test util.
noreply at wordpress.org
- [wp-svn] [34773] trunk/tests/phpunit: Improvements to PCRE benchmarking tests.
noreply at wordpress.org
- [wp-svn] [34774] trunk/tests/phpunit/tests/shortcode.php: Pinking shears in shortcode test file.
noreply at wordpress.org
- [wp-svn] [34775] trunk/tests/phpunit/tests/image/intermediate_size.php: More explicit tests for `image_get_intermediate_size()`.
noreply at wordpress.org
- [wp-svn] [34776] trunk/.travis.yml: Add PHP Nightlies to the test suite
noreply at wordpress.org
- [wp-svn] [34777] trunk: MS: Introduce `*_network_option` functions.
noreply at wordpress.org
- [wp-svn] [34778] trunk/src: MS: Use `*_network_option()` functions throughout core.
noreply at wordpress.org
- [wp-svn] [34779] trunk/src/wp-includes/option.php: Docs: Add deprecation note for `$use_cache` in `get_site_option()`.
noreply at wordpress.org
- [wp-svn] [34780] trunk: Introduce support for array format field names in `WP_Widget:: get_field_name()` and `WP_Widget::get_field_id()`.
noreply at wordpress.org
- [wp-svn] [34781] trunk/src/wp-includes/l10n.php: Docs: Improve a variety of inline docs in wp-includes/l10n.php.
noreply at wordpress.org
- [wp-svn] [34782] trunk/src/wp-includes/class-wp-widget.php: Docs: Fix the placement and ordering of some `@since` tags following [34780].
noreply at wordpress.org
- [wp-svn] [34783] trunk/src: Switch the remaining user-facing links to wordpress.org over to HTTPS.
noreply at wordpress.org
- [wp-svn] [34784] trunk/src/wp-includes/general-template.php: `shttp` is not a protocol.
noreply at wordpress.org
- [wp-svn] [34785] trunk/src/wp-includes/class-oembed.php: Add VideoPress as a trusted oEmbed provider.
noreply at wordpress.org
- [wp-svn] [34786] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Remove the unnecessary dynamic prefix used in the `plugin_action_links` filter name , and in those of its brethren.
noreply at wordpress.org
- [wp-svn] [34787] trunk/src/wp-includes/taxonomy-functions.php: Introduce a `register_taxonomy_args` filter for filtering the arguments passed when calling `register_taxonomy ()`.
noreply at wordpress.org
- [wp-svn] [34788] trunk/src/wp-admin/js/customize-nav-menus.js: Customize: Fix `nav_menu_item` CSS `classes` array being incorrectly presented in input field as comma-delimited list.
noreply at wordpress.org
- [wp-svn] [34789] branches/4.3: Customize: Fix `nav_menu_item` CSS `classes` array being incorrectly presented in input field as comma-delimited list.
noreply at wordpress.org
- [wp-svn] [34790] trunk/src: Use `wp_login_url() ` for login links when signing up for a new blog or activating a new blog on Multisite.
noreply at wordpress.org
- [wp-svn] [34791] trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php: Twenty Fifteen: Document the `'twentyfifteen_color_schemes'` filter.
noreply at wordpress.org
- [wp-svn] [34792] trunk/src/wp-includes/comment-template.php: Remove dead code added to `get_comment_link()` in [34735].
noreply at wordpress.org
- [wp-svn] [34793] trunk/src/wp-includes/functions.php: Adjust `_default_wp_die_handler()` formatting so it doesn' t confuse Sublime Text's parsing and syntax highlighting.
noreply at wordpress.org
- [wp-svn] [34794] trunk/src/wp-admin/post.php: Respect the `force_delete` parameter of `get_delete_post_link()`.
noreply at wordpress.org
- [wp-svn] [34795] trunk/src/wp-includes/query.php: Remove `search_terms` from `WP_Query` doc block.
noreply at wordpress.org
- [wp-svn] [34796] trunk/src/wp-admin/includes: 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.
noreply at wordpress.org
- [wp-svn] [34797] trunk/src/wp-admin/upload.php: Merge some strings in `wp-admin/ upload.php` with existing strings with the same meaning.
noreply at wordpress.org
- [wp-svn] [34798] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Merge some strings with the same meaning in `wp-includes/ class-wp-xmlrpc-server.php`.
noreply at wordpress.org
- [wp-svn] [34799] trunk/src: Abstract functionality from `wp-comments-post.php` into a function, `wp_handle_comment_submission()`.
noreply at wordpress.org
- [wp-svn] [34800] trunk/src/wp-includes/template.php: Add `single-{post_type}-{post_name}.php` to the top of the template hierarchy for single posts.
noreply at wordpress.org
- [wp-svn] [34801] trunk/tests/phpunit/tests/comment-submission.php: Add missing unit tests from [34799].
noreply at wordpress.org
- [wp-svn] [34802] trunk/tests/phpunit: Tests: Introduce `WP_UnitTestCase:: reset_permalinks()`, an attempt to DRY up logic for resetting and restoring default permalinks on `setUp ()` and `tearDown()`.
noreply at wordpress.org
- [wp-svn] [34803] trunk/tests/phpunit/includes/testcase.php: Tests: Move the global permalinks reset routine to only fire when running core tests.
noreply at wordpress.org
- [wp-svn] [34804] trunk: Ensure that `WP_User_Query` vars are filled after ' pre_get_users'.
noreply at wordpress.org
- [wp-svn] [34805] trunk: Only count top-level comments when calculating threaded pagination.
noreply at wordpress.org
- [wp-svn] [34806] trunk: Use 'comments_per_page' option as fallback in `get_page_of_comment()`.
noreply at wordpress.org
- [wp-svn] [34807] trunk/tests/phpunit/includes/testcase.php: Tests: Last try: It' s redundant to reset permalinks on `tearDown()` if we' re already doing it on every `setUp()`.
noreply at wordpress.org
- [wp-svn] [34808] trunk/src/wp-includes/comment-functions.php: Introduce ' page_of_comment' filter.
noreply at wordpress.org
- [wp-svn] [34809] trunk: When creating terms, avoid false dupe checks due to accented characters.
noreply at wordpress.org
- [wp-svn] [34810] trunk/tests/phpunit: Tests: Permalink Structures Phase II: DRY up logic for setting permalink structures in test methods.
noreply at wordpress.org
- [wp-svn] [34811] trunk/src/wp-includes/taxonomy-functions.php: Don' t prime term meta cache in `is_object_in_term()`.
noreply at wordpress.org
- [wp-svn] [34812] trunk: Update the taxonomy relationship cache in `is_object_in_term()`.
noreply at wordpress.org
- [wp-svn] [34813] trunk/src/wp-admin/includes: 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.
noreply at wordpress.org
- [wp-svn] [34814] trunk/src: MS: Align HTML structure in `wp-signup.php` and `wp-activate.php`.
noreply at wordpress.org
- [wp-svn] [34815] trunk/src/wp-includes/comment-functions.php: Rechristen the `get_page_of_comment` filter.
noreply at wordpress.org
- [wp-svn] [34816] trunk/tests/phpunit/tests/widgets.php: Widgets: Add tests for `dynamic_sidebar()` where sidebars were registered with 1) no supplied ID, 2) a numeric ID, 3) a string ID.
noreply at wordpress.org
- [wp-svn] [34817] trunk/tests/phpunit/tests/widgets.php: Widgets: Add more tests for registering and unregistering sidebars with 1) no ID, 2) a string ID, 3) a numeric ID.
noreply at wordpress.org
- [wp-svn] [34818] trunk/src/wp-admin/includes/plugin.php: Docs: Document the plugin data array returned by `get_plugin_data() ` with a hash-notation.
noreply at wordpress.org
- [wp-svn] [34819] trunk/src/wp-includes: MS: Populate `site_name` property in a new `WP_Network`.
noreply at wordpress.org
- [wp-svn] [34820] trunk/src/wp-includes/user-functions.php: Use `home_url() ` instead of `get_option( 'siteurl' ) ` in notifications that are sent when a user' s email address or password is changed.
noreply at wordpress.org
- [wp-svn] [34821] trunk/src/wp-admin/includes/deprecated.php: Docs: Add missing summaries for three deprecated admin functions: `dropdown_categories()`, `dropdown_link_categories()`, and `wp_dropdown_cats()`.
noreply at wordpress.org
- [wp-svn] [34822] trunk/src/wp-admin/includes/deprecated.php: 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()`.
noreply at wordpress.org
- [wp-svn] [34823] trunk/src/wp-admin/includes/media.php: Docs: Add missing DocBlock summaries for a multitude of functions in wp-admin/ includes/media.php.
noreply at wordpress.org
- [wp-svn] [34824] trunk/src/wp-admin/includes/misc.php: Docs: Add missing summaries for functions in wp-admin/includes/misc.php.
noreply at wordpress.org
- [wp-svn] [34825] trunk/src/wp-admin/includes/plugin.php: Docs: Add missing DocBlock summaries to three functions in wp-admin/includes/ plugin.php.
noreply at wordpress.org
- [wp-svn] [34826] trunk/src/wp-admin/includes/template-functions.php: Docs: Add missing DocBlock summaries for five functions in wp-admin/includes/ template-functions.php.
noreply at wordpress.org
- [wp-svn] [34827] trunk/src/wp-admin/includes/widgets.php: Docs: Add a missing DocBlock summary for `wp_list_widget_controls_dynamic_sidebar ()`.
noreply at wordpress.org
- [wp-svn] [34828] trunk: Use `wp_installing()` instead of `WP_INSTALLING` constant.
noreply at wordpress.org
- [wp-svn] [34829] trunk/src/wp-admin/css/customize-nav-menus.css: Customizer: Fix moving focus to available nav menu items search.
noreply at wordpress.org
- [wp-svn] [34830] branches/4.3: Customizer: Fix moving focus to available nav menu items search.
noreply at wordpress.org
- [wp-svn] [34831] trunk/src/wp-admin/includes/revision.php: Docs: Document the `$revision_data` parameter passed to the `wp_prepare_revision_for_js` filter with a hash notation.
noreply at wordpress.org
- [wp-svn] [34832] trunk/src/wp-admin/includes/revision.php: Revisions: Also pass the `$revision` post object to the `wp_prepare_revision_for_js` filter , introduced in [34541].
noreply at wordpress.org
- [wp-svn] [34833] trunk/src/wp-admin/includes/post.php: Permalinks: Slightly lengthen the truncated slug for display.
noreply at wordpress.org
- [wp-svn] [34834] trunk/src/wp-admin/js/customize-nav-menus.js: Customizer: Reset horizontal scroll position when finished dragging a nav menu item.
noreply at wordpress.org
- [wp-svn] [34835] branches/4.3: Customizer: Reset horizontal scroll position when finished dragging a nav menu item.
noreply at wordpress.org
- [wp-svn] [34836] trunk/src/wp-includes/query.php: Include `post__in` as a value available to the `orderby` parameter in the docs for `WP_Query ::parse_query()`.
noreply at wordpress.org
- [wp-svn] [34837] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Correct pagination when viewing the 'Mine' link on the post listing screen.
noreply at wordpress.org
- [wp-svn] [34838] trunk: Customizer: Ensure `WP_Customize_Setting::update() ` returns boolean value.
noreply at wordpress.org
- [wp-svn] [34839] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Media List Table: Remove the date display in `column_parent()`.
noreply at wordpress.org
- [wp-svn] [34840] trunk/src: MS: Pass context to `get_header()` and `get_footer() ` in activation/signup.
noreply at wordpress.org
- [wp-svn] [34841] trunk/src/wp-includes/class-wp-image-editor-imagick.php: Image Editor: Merge two error strings.
noreply at wordpress.org
- [wp-svn] [34842] trunk/src/wp-includes/post-template.php: Revisions: Add a `wp_post_revision_title_expanded` filter.
noreply at wordpress.org
- [wp-svn] [34843] trunk/src/wp-includes/post-template.php: Docs: Adjust the line wrap indentation on the `$link` parameter description for the `wp_post_revision_title_expanded` hook , introduced in [34842].
noreply at wordpress.org
- [wp-svn] [34844] trunk/src/wp-includes/compat.php: REST API: add `json_last_error_msg()` compatibility function for PHP < 5.5 to `compat.php`
noreply at wordpress.org
- [wp-svn] [34845] trunk/src/wp-includes/compat.php: REST API: add `JsonSerializable( )` compatibility interface for PHP <5.4 to `compat.php`
noreply at wordpress.org
- [wp-svn] [34846] trunk/src/wp-includes/functions.php: REST API: add a utility function, `mysql_to_rfc3339()` to `functions.php`
noreply at wordpress.org
- [wp-svn] [34847] trunk/tests/phpunit/tests/rewrite/addRewriteRule.php: Rewrite: add tests for `add_rewrite_rule()`.
noreply at wordpress.org
- [wp-svn] [34848] trunk/tests/phpunit: HTTP timeouts should cause some tests to be skipped, not failed
noreply at wordpress.org
- [wp-svn] [34849] trunk/tests/phpunit/tests/http/base.php: Fix whitespace issues introduced in [34848]
noreply at wordpress.org
- [wp-svn] [34850] trunk/src/wp-admin/network/site-new.php: oEmbed: add `embed` to `$subdirectory_reserved_names`.
noreply at wordpress.org
- [wp-svn] [34851] trunk/src/wp-includes: Embeds: move some functions from `media.php` to a new file, `embed-functions.php` , via `svn cp`
noreply at wordpress.org
- [wp-svn] [34852] trunk/tests/phpunit/tests/attachment/slashes.php: Tests: Make the Attachment Slashes tests clean up after itself.
noreply at wordpress.org
- [wp-svn] [34853] trunk/src: Multisite: in `wpmu_validate_blog_signup()`, pass `embed` to the array passed to `subdirectory_reserved_names`.
noreply at wordpress.org
- [wp-svn] [34854] trunk/src: Multisite: Introduce `get_subdirectory_reserved_names() `, which returns a filterable list of reserved subdirectory site names.
noreply at wordpress.org
- [wp-svn] [34855] trunk: Merge the Responsive Images feature plugin into core, initial commit.
noreply at wordpress.org
- [wp-svn] [34856] trunk: Users: Empty sanitized usernames should be considered invalid when passed through `validate_username ()`.
noreply at wordpress.org
- [wp-svn] [34857] trunk/tests/phpunit/tests/customize/nav-menus.php: Tests: Dequeue the styles and scripts enqueued by `Test_WP_Customize_Nav_Menus:: test_enqueue_scripts()`.
noreply at wordpress.org
- [wp-svn] [34858] trunk/tests/phpunit/tests/user.php: Users: Add a separate test for checking the validity of a username containing uppercase characters in the scope of single vs multisite.
noreply at wordpress.org
- [wp-svn] [34859] trunk/tests/phpunit/tests/user.php: Users: Don't typo `assertTrue( )` in a the uppercase letters `validate_username()` test.
noreply at wordpress.org
- [wp-svn] [34860] trunk/src/wp-includes/class-wp-xmlrpc-server.php: XML-RPC: allow `wp_xmlrpc_server::wp_getPosts()` to receive `s` as a filter.
noreply at wordpress.org
- [wp-svn] [34861] trunk/src/wp-admin/includes/menu.php: Admin Menu: remove duplicated separators, and use `strpos()` (instead of `strcmp()`) when determining if the separator CSS class is present.
noreply at wordpress.org
- [wp-svn] [34862] trunk/src/wp-includes/class.wp-scripts.php: Scripts: in `WP_Scripts::set_group()`, the `args` prop of the `_WP_Dependency` instance defaults to `null` - check that it is set before comparing.
noreply at wordpress.org
- [wp-svn] [34863] trunk/src/wp-includes/js/json2.js: External Libraries: update `json2.js` to the `2015-05-03` version.
noreply at wordpress.org
- [wp-svn] [34864] trunk/src/wp-mail.php: WP Mail: replace logic that was mimicking `strtotime()` with `strtotime()`.
noreply at wordpress.org
- [wp-svn] [34865] trunk/src/wp-includes/option.php: Transients, add filters for `$expiration`:
noreply at wordpress.org
- [wp-svn] [34866] trunk/src/wp-admin/includes/media.php: Media: in `wp_read_video|audio_metadata()`, set `GETID3_TEMP_DIR` to `get_temp_dir()` if it is not defined.
noreply at wordpress.org
- [wp-svn] [34867] trunk/src: Setup/Config: some `dirname( ABSPATH ) ` file lookups should have errors suppressed due to possibility of `open_basedir` restrictions on hosts.
noreply at wordpress.org
- [wp-svn] [34868] trunk/src/wp-includes/shortcodes.php: Shortcodes: Pass the name as context for `shortcode_atts_{$shortcode}`.
noreply at wordpress.org
- [wp-svn] [34869] trunk/src/wp-includes/script-loader.php: Script Loader: Update version of `json2.js` after [34863].
noreply at wordpress.org
- [wp-svn] [34870] trunk/tests/phpunit/tests/rewrite/addRewriteRule.php: Tests: Update `Tests_Rewrite_AddRewriteRule->setUp() ` to use the new `set_permalink_structure()` helper.
noreply at wordpress.org
- [wp-svn] [34871] trunk/src/wp-includes/comment-template.php: Template: Introduce a new `class_form` argument in `comment_form()`, allowing customization of the form class attribute.
noreply at wordpress.org
- [wp-svn] [34872] trunk/tests/phpunit/includes/bootstrap.php: Fix typo in [34848].
noreply at wordpress.org
- [wp-svn] [34873] trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php: MS Themes List Table: Fix inverted logic for displaying the "No items" message.
noreply at wordpress.org
- [wp-svn] [34874] trunk/tests/phpunit/tests/http/base.php: Adjust detection of stream timeouts in maybe skip tests for https tests
noreply at wordpress.org
- [wp-svn] [34875] trunk: Improve role-related arguments in `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [34876] trunk/src/wp-includes/media.php: Docs: Update an inline comment in `wp_get_attachment_image_sizes()`, which came in as part of the Responsive Images merge in [34855].
noreply at wordpress.org
- [wp-svn] [34877] trunk/src/wp-includes/option.php: Transients: Rename filters added in [34865].
noreply at wordpress.org
- [wp-svn] [34878] trunk/src/wp-includes/option.php: Transients: Clarify the `expiration_of_site_transient_$transient` filter description.
noreply at wordpress.org
- [wp-svn] [34879] trunk/tests/phpunit/tests/ajax/DeleteComment.php: Add message with status info to temperamental assertion.
noreply at wordpress.org
- [wp-svn] [34880] trunk: Revert [34875] due to unintentional breaking change
noreply at wordpress.org
- [wp-svn] [34881] trunk/src/wp-includes/post-template.php: Posts: Add post class for password protected posts.
noreply at wordpress.org
- [wp-svn] [34882] trunk/src/wp-activate.php: Registration: Remove the last remaining `Lucida Grande` from WordPress.
noreply at wordpress.org
- [wp-svn] [34883] trunk/src/wp-admin/js/customize-widgets.js: Customizer: Ensure that `wp.customize.Widgets.savedWidgetIds` is defined up front.
noreply at wordpress.org
- [wp-svn] [34884] trunk/src/wp-includes/taxonomy-functions.php: Docs: `_pad_term_counts()` takes an array of objects passed by reference, not term IDs.
noreply at wordpress.org
- [wp-svn] [34885] trunk/src/wp-login.php: Login: Pass the `$errors` object as a parameter to the `lostpassword_post` hook.
noreply at wordpress.org
- [wp-svn] [34886] trunk/src/wp-includes/post-functions.php: Docs: Only document `get_posts()` argument defaults that differ from, or aren' t present in the defaults offered by `WP_Query::parse_query()`.
noreply at wordpress.org
- [wp-svn] [34887] trunk/src/wp-includes/class-phpass.php: Remove closing PHP tag from `wp-includes/class-phpass.php`.
noreply at wordpress.org
- [wp-svn] [34888] trunk: Build Tools: upgrade `grunt-browserify` to `~4.0.0` and remove the `watch` task for `browserify` , which has its own internal watcher.
noreply at wordpress.org
- [wp-svn] [34889] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Posts List Table: ensure that "All" gets the "current" CSS class when applicable.
noreply at wordpress.org
- [wp-svn] [34890] trunk: Rewrite/Permalinks/Canonical: in `url_to_postid()`, call `set_url_scheme() ` on the URL to combat mixed content issues and find posts cross-scheme.
noreply at wordpress.org
- [wp-svn] [34891] trunk/src: List Tables/WP_Screen: in `WP_Screen`, add methods to store, retrieve, and render screen reader text, primarily used by list table screens.
noreply at wordpress.org
- [wp-svn] [34892] trunk/src/wp-admin/css/list-tables.css: List Tables: after [34276] , decrease horizontal padding for sorted column headers ( causing weirdness in the Count column of tax list tables) - the vertical padding change suffices in fixing the original issue.
noreply at wordpress.org
- [wp-svn] [34893] trunk/src/wp-admin: Meta Boxes: reboot some of the code in `postbox.js` to support `aria-expanded` attribute toggling and to properly reference static class properties.
noreply at wordpress.org
- [wp-svn] [34894] trunk/src/wp-includes: Introduce `wp_get_server_protocol() ` to DRY protocol parsing logic and make adding more protocols, like `HTTP /2`, easier.
noreply at wordpress.org
- [wp-svn] [34895] trunk/src/wp-admin/includes/meta-boxes.php: Meta Boxes: add an action, `post_submitbox_minor_actions`.
noreply at wordpress.org
- [wp-svn] [34896] trunk/src/wp-includes: Move `wp_installing()` to load.php.
noreply at wordpress.org
- [wp-svn] [34897] trunk/src/wp-admin/includes/list-table.php: List Tables: in `_WP_List_Table_Compat::get_column_info()`, also return `$primary`, which is expected since [33016].
noreply at wordpress.org
- [wp-svn] [34898] trunk/tests/phpunit/tests/multisite: Tests: Improve tests for `get_space_allowed()`.
noreply at wordpress.org
- [wp-svn] [34899] trunk/tests/phpunit/tests/multisite: Tests: Improve tests for `is_upload_space_available()`.
noreply at wordpress.org
- [wp-svn] [34900] trunk/tests/phpunit/tests/multisite/getSpaceAllowed.php: Tests: Account for non-numeric strings in tests for `get_space_allowed()`.
noreply at wordpress.org
- [wp-svn] [34901] trunk/tests/phpunit/tests/multisite: Tests: Improve tests for `upload_is_user_over_quota()`.
noreply at wordpress.org
- [wp-svn] [34902] trunk/tests/phpunit/tests/multisite/site.php: Tests: Remove static capture of space used and space allowed.
noreply at wordpress.org
- [wp-svn] [34903] trunk: Embeds: Add oEmbed provider support.
noreply at wordpress.org
- [wp-svn] [34904] trunk: Embeds: After [34903], remove an accidentally included text domain, and exclude a test failing in PHP 5.2.
noreply at wordpress.org
- [wp-svn] [34905] trunk/phpunit.xml.dist: Tests: Exclude the `oembed/ headers.php` test file, which was marked as PHP >= 5.3.0 in [34904].
noreply at wordpress.org
- [wp-svn] [34906] trunk/Gruntfile.js: Build: Fix a filename typo in [34903].
noreply at wordpress.org
- [wp-svn] [34907] trunk/src/wp-includes/class-oembed.php: Update the explanatory text which accompanies the list of whitelisted oEmbed providers , following the change to the default value of the `discover` argument in `WP_oEmbed ::get_provider()`.
noreply at wordpress.org
- [wp-svn] [34908] trunk/src/wp-includes/css/wp-oembed-embed.css: Embeds: Autoprefixer for [34903].
noreply at wordpress.org
- [wp-svn] [34909] trunk/src/wp-login.php: Prevent a PHP notice from appearing on `wp-login.php?action= postpass` when there's no `$_POST['post_password']` parameter.
noreply at wordpress.org
- [wp-svn] [34910] trunk/src/wp-login.php: Prevent a PHP notice when POSTing to `wp-login.php?action= register` without a `user_login` or `user_email` field in the POST request.
noreply at wordpress.org
- [wp-svn] [34911] trunk/src/wp-admin/includes/meta-boxes.php: Docs: Improve documentation for `post_submit_meta_box()`, which serves as the display callback for the 'Publish' meta box.
noreply at wordpress.org
- [wp-svn] [34912] trunk/src: Revert [34778], continue using `_site_option() ` for the current network.
noreply at wordpress.org
- [wp-svn] [34913] trunk/src/wp-admin: Bump H3 headings to H2 on the Network Admin > Sites > Edit Site screens.
noreply at wordpress.org
- [wp-svn] [34914] trunk/src/wp-includes/functions.php: Add an optional `$description` parameter to `status_header() ` so custom HTTP status descriptions can be provided.
noreply at wordpress.org
- [wp-svn] [34915] trunk: Correctly encode the `url` parameter that gets passed to WordPress' own oEmbed endpoint URL.
noreply at wordpress.org
- [wp-svn] [34916] trunk: Correctly set the scheme of the `home` and `siteurl` options when creating a new site on multisite that uses some combination of HTTPS in the admin area or on the front end.
noreply at wordpress.org
- [wp-svn] [34917] trunk/src: Pass the `$post` parameter to the `_wp_post_revision_fields` filter.
noreply at wordpress.org
- [wp-svn] [34918] trunk/tests/phpunit/tests/user/updateUserCaches.php: Add tests for `update_user_caches()`.
noreply at wordpress.org
- [wp-svn] [34919] trunk: Handle `WP_User` objects properly in `update_user_caches() `.
noreply at wordpress.org
- [wp-svn] [34920] trunk: Avoid stripping square brackets from URLs, and instead correctly encode them.
noreply at wordpress.org
- [wp-svn] [34921] trunk/src/wp-includes/class-wp-customize-manager.php: Customizer: Replace context for two strings added in [30306] with a translator comment.
noreply at wordpress.org
- [wp-svn] [34922] trunk/src/wp-includes: Use PHP7's `random_int() ` CSPRNG functionality in `wp_rand() ` with a fallback to the `random_compat` library for PHP 5.x.
noreply at wordpress.org
- [wp-svn] [34923] trunk/src: Reset Password: Move the code for creating password reset key into a new function, `get_password_reset_key()`, and use it in `retrieve_password()`.
noreply at wordpress.org
- [wp-svn] [34924] trunk/src/wp-includes: Revert [34922] pending PHP 5.2 compatibility.
noreply at wordpress.org
- [wp-svn] [34925] trunk/src: Revert [34917] until the broken test is fixed.
noreply at wordpress.org
- [wp-svn] [34926] trunk/src/wp-includes/functions.php: REST API: Add JsonSerializable compatibility to wp_json_encode
noreply at wordpress.org
- [wp-svn] [34927] trunk/src/wp-includes/functions.php: REST API: Add wp_is_numeric_array helper function
noreply at wordpress.org
- [wp-svn] [34928] trunk: REST API: Introduce baby API to the world.
noreply at wordpress.org
- [wp-svn] [34929] trunk/src/wp-includes/rest-api.php: REST API: Unbreak everything.
noreply at wordpress.org
- [wp-svn] [34930] trunk/src/wp-includes/rest-api.php: REST API: Add missing reference to WP_HTTP_Response
noreply at wordpress.org
- [wp-svn] [34931] trunk/src: Correctly set the `secure` flag for the test cookie based on the login URL scheme , and the same for the user settings cookies based on the admin URL scheme.
noreply at wordpress.org
- [wp-svn] [34932] trunk/src/wp-login.php: Correctly set the `secure` flag on the post password cookie based on the scheme of the referring URL , if it's available, instead of the home URL.
noreply at wordpress.org
- [wp-svn] [34933] trunk: Abstract the shortcode attribute parsing regex into its own function, update the JavaScript counterpart, and introduce a test to ensure they do not diverge again.
noreply at wordpress.org
- [wp-svn] [34934] trunk: Allow excluded keywords when searching posts.
noreply at wordpress.org
- [wp-svn] [34935] trunk/src/wp-includes/post-functions.php: Posts: Add the `pre_get_lastpostmodified` filter to `get_lastpostmodified()`.
noreply at wordpress.org
- [wp-svn] [34936] trunk/src/wp-admin/includes/schema.php: Term Meta: Prevent a " Multiple primary key defined" error during database upgrades.
noreply at wordpress.org
- [wp-svn] [34937] trunk/src/wp-includes/version.php: Embeds: Update `$wp_db_version` to flush rewrite rules for [34903].
noreply at wordpress.org
- [wp-svn] [34938] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Add a file header to wp-includes/class-wp-rewrite.php.
noreply at wordpress.org
- [wp-svn] [34939] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Remove invalid inline `@link` tags from a variety of DocBlocks in `WP_Rewrite`.
noreply at wordpress.org
- [wp-svn] [34940] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Relocate some DocBlock-level `@see` tags in `WP_Rewrite`.
noreply at wordpress.org
- [wp-svn] [34941] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Relocate some more DocBlock-level `@see` tags and add some missing `@access` tags in `WP_Rewrite`.
noreply at wordpress.org
- [wp-svn] [34942] trunk/src/wp-includes/wp-db.php: Split database error messages into separate strings to remove unnecessary HTML tags from translations.
noreply at wordpress.org
- [wp-svn] [34943] trunk/src/wp-includes/wp-db.php: Add `wp_load_translations_early() ` to `wpdb::check_connection()`.
noreply at wordpress.org
- [wp-svn] [34944] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Fix third-person singular verbs in DocBlock summaries throughout `WP_Rewrite`.
noreply at wordpress.org
- [wp-svn] [34945] trunk/tests/phpunit/tests/user/wpSetCurrentUser.php: Add tests for current behavior of `wp_set_current_user()`.
noreply at wordpress.org
- [wp-svn] [34946] trunk/src/wp-includes: Improve the parameter names and inline documentation for `add_rewrite_rule ()`, `WP_Rewrite::add_rule()`, and `WP_Rewrite::add_external_rule()`.
noreply at wordpress.org
- [wp-svn] [34947] trunk: Allow a null `id` to do a `name` lookup in `wp_set_current_user()`.
noreply at wordpress.org
- [wp-svn] [34948] trunk/src: Buttons: Update styles and colors.
noreply at wordpress.org
- [wp-svn] [34949] trunk/src/wp-includes/rest-api/rest-functions.php: REST API: Add some missing documentation.
noreply at wordpress.org
- [wp-svn] [34950] trunk: Template: Add fallback for empty containers.
noreply at wordpress.org
- [wp-svn] [34951] trunk: Administration: Add the ability to pass an array of screen IDs to `add_meta_box() ` and `remove_meta_box()`.
noreply at wordpress.org
- [wp-svn] [34952] trunk/src/wp-admin/includes/template-functions.php: Docs: Normalize documentation spacing in the DocBlocks for `add_meta_box() ` and `remove_meta_box()` following [34951].
noreply at wordpress.org
- [wp-svn] [34953] trunk/src/wp-includes: HTTP/REST API: move `WP_HTTP_Response` to `wp-includes/` with the rest (ha!) of the HTTP classes.
noreply at wordpress.org
- [wp-svn] [34954] trunk/src/wp-includes: After [34953], unbreak WordPress.
noreply at wordpress.org
- [wp-svn] [34955] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Fix typo in [ 34944].
noreply at wordpress.org
- [wp-svn] [34956] trunk/src/wp-includes/class-wp-user-query.php: Store SQL query string as a property on `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [34957] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Add saner formatting and make readability improvements to a variety of inline comments in `WP_Rewrite` and `WP_Rewrite ::generate_rewrite_rules()`.
noreply at wordpress.org
- [wp-svn] [34958] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Improve more formatting and syntax for inline comments in `WP_Rewrite`.
noreply at wordpress.org
- [wp-svn] [34959] trunk: `WP_User_Query` role improvement redux.
noreply at wordpress.org
- [wp-svn] [34960] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Convert the description for the optional `$args` parameter in `WP_Rewrite ::add_permastruct()` into a hash notation.
noreply at wordpress.org
- [wp-svn] [34961] trunk/src: Make `$blog_id` explicitly global.
noreply at wordpress.org
- [wp-svn] [34962] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Mark the optional parameters for `WP_Rewrite::generate_rewrite_rules() ` as such, and improve overall formatting.
noreply at wordpress.org
- [wp-svn] [34963] trunk/src/wp-admin/includes/class-wp-users-list-table.php: On the Users list table, show all the roles of a user in a comma-separated list if they have more than one role.
noreply at wordpress.org
- [wp-svn] [34964] trunk/src/wp-includes/class-wp-rewrite.php: Docs: Add a couple of strategically-placed spaces in `WP_Rewrite`.
noreply at wordpress.org
- [wp-svn] [34965] trunk: Introduce the ability to filter the Users admin listing screen by users with no role , if such users exist.
noreply at wordpress.org
- [wp-svn] [34966] trunk/src/wp-includes/default-filters.php: Embeds: If we' re adding a boatload of new items to default-filters.php, might as well make them readable.
noreply at wordpress.org
- [wp-svn] [34967] trunk/src/wp-includes/embed-functions.php: Docs: Clarify the file header summary for wp-includes/embed-functions.php, and add missing parameter information for `wp_oembed_parse_query()`, introduced in [34903].
noreply at wordpress.org
- [wp-svn] [34968] trunk/src/wp-includes/embed-functions.php: Docs: Adjust the summary for the `oembed_discovery_links` hook doc to mention that the filter is for HTML output.
noreply at wordpress.org
- [wp-svn] [34969] trunk/src/wp-includes/embed-functions.php: Embeds: Fix syntax on instantiating a new `WP_oEmbed_Controller` instance and cross-reference in the DocBlock for `wp_oembed_parse_query ()`.
noreply at wordpress.org
- [wp-svn] [34970] trunk/src/wp-includes/embed-functions.php: Docs: Adjust third-person singular verbs in DocBlock summaries for oEmbed functions introduced in [34903].
noreply at wordpress.org
- [wp-svn] [34971] trunk/src/wp-includes/embed-functions.php: Docs: Add missing `@since` versions for the `oembed_minwidth` and `oembed_maxwidth` filters , introduced in [34903].
noreply at wordpress.org
- [wp-svn] [34972] trunk/src/wp-includes/embed-functions.php: Embeds: Combine the `oembed_minwidth` and `oembed_maxwidth` filters into one, similar to how the existing `oembed_defaults` works for width and height.
noreply at wordpress.org
- [wp-svn] [34973] trunk/src/wp-admin/plugins.php: Remove HTML escaping for the plugin name and author fields that are displayed when deleting a plugin.
noreply at wordpress.org
- [wp-svn] [34974] trunk/src/wp-includes/embed-functions.php: Embeds: Rename the `$return` parameter in `wp_filter_oembed_result() ` to `$result` to provide better context on what is being filtered.
noreply at wordpress.org
- [wp-svn] [34975] trunk/src/wp-includes/embed-functions.php: Docs: Add a missing `@since` version to the hook doc for the `the_excerpt_embed` filter , introduced in [34903].
noreply at wordpress.org
- [wp-svn] [34976] trunk/src/wp-admin/css: Revisions: Update slider handle styling.
noreply at wordpress.org
- [wp-svn] [34977] trunk/src/wp-admin/js: JS: in event callbacks replace the very outdated `return false` with `preventDefault ()`.
noreply at wordpress.org
- [wp-svn] [34978] trunk/src: After [34529], if a compatible `termmeta` table is found on database upgrade, convert it to `utf8mb4` collation.
noreply at wordpress.org
- [wp-svn] [34979] trunk/src/wp-admin: My Sites: Make "Create a New Site" link consistent with other "Add New" links.
noreply at wordpress.org
- [wp-svn] [34980] trunk/src/wp-admin/includes/dashboard.php: Dashboard: Display year in Activity widget if the post date year is not the same as the current one.
noreply at wordpress.org
- [wp-svn] [34981] trunk/src/wp-includes: Use PHP7's `random_int() ` CSPRNG functionality in `wp_rand() ` with a fallback to the `random_compat` library for PHP 5.x.
noreply at wordpress.org
- [wp-svn] [34982] trunk/src/wp-includes/link-template.php: Add `$id` parameter to `the_permalink()`, for consistency with `get_permalink()`.
noreply at wordpress.org
- [wp-svn] [34983] trunk/tests/phpunit/tests/general/template.php: Tests: Add basic DocBlocks for four helper methods in general/ template.php used to assist testing the Site Icon feature.
noreply at wordpress.org
- [wp-svn] [34984] trunk/src/wp-admin/includes/media.php: Media: Return early from `media_sideload_image()` if `$file` didn' t match the pattern for images.
noreply at wordpress.org
- [wp-svn] [34985] trunk/src/wp-includes/functions.php: In `do_robots()`, allow crawling for `admin-ajax.php`, since it's often used on front-end.
noreply at wordpress.org
- [wp-svn] [34986] trunk/src/wp-includes/pluggable.php: Fix typo in `wp_rand()` docs.
noreply at wordpress.org
- [wp-svn] [34987] trunk/src/wp-admin/setup-config.php: Install: Match existing tonal style in setup-config.php by converting strings containing 'do not' and 'does not' to instead use contractions.
noreply at wordpress.org
- [wp-svn] [34988] trunk/src/wp-includes: Fix typo in `get_avatar() ` and `get_avatar_data()` docs.
noreply at wordpress.org
- [wp-svn] [34989] trunk: Ensure that `WP_Date_Query` accepts a value of `0` for ' hour'.
noreply at wordpress.org
- [wp-svn] [34990] trunk/src/wp-includes/css/media-views.css: Notices: Update one more instance of white-on-white.
noreply at wordpress.org
- [wp-svn] [34991] trunk/src/wp-admin: Administration: Convert H5 usage in Screen Options to use fieldsets and legends.
noreply at wordpress.org
- [wp-svn] [34992] trunk/src/wp-includes/class-walker-comment.php: Docs: Indent an example comment tree in the DocBlock for `Walker_Comment:: display_element() ` so it can be properly parsed in Markdown for the Code Reference.
noreply at wordpress.org
- [wp-svn] [34993] trunk/src/wp-includes/class-walker-comment.php: Docs: Fix wrapping and syntax for a multi-comment in `Walker_Comment:: display_element()`.
noreply at wordpress.org
- [wp-svn] [34994] trunk/src/wp-admin/themes.php: Remove stray closing tag in `wp-admin/themes.php`.
noreply at wordpress.org
- [wp-svn] [34995] trunk/src/wp-includes/class-wp-theme.php: Template: Make it possible to both ''add'' and ''remove'' items from the page templates list using the `theme_page_templates` filter.
noreply at wordpress.org
- [wp-svn] [34996] trunk/src/wp-admin/network/site-new.php: MS: Show an error if a new site slug conflicts with an existing username.
noreply at wordpress.org
- [wp-svn] [34997] trunk: Introduce `WP_Term`.
noreply at wordpress.org
- [wp-svn] [34998] trunk: Return `WP_Term` objects from `get_terms()`.
noreply at wordpress.org
- [wp-svn] [34999] trunk: Return `WP_Post` objects from `wp_get_object_terms()`.
noreply at wordpress.org
- [wp-svn] [35000] trunk/src/wp-admin: Merge two database update strings for consistency.
noreply at wordpress.org
- [wp-svn] [35001] trunk/src/wp-includes/link-template.php: Template: Rename the `$id` parameters in `the_permalink()`, `get_the_permalink()`, and `get_permalink()` to `$post`.
noreply at wordpress.org
- [wp-svn] [35002] trunk/src/wp-includes/link-template.php: Template: Pass the `$post` parameter to the `the_permalink` filter.
noreply at wordpress.org
- [wp-svn] [35003] trunk/src/wp-admin/includes/dashboard.php: Dashboard: Introduce the `dashboard_recent_drafts_query_args` filter, making it possible to manipulate the post query arguments used in the ' Recent Drafts' dashboard widget.
noreply at wordpress.org
- [wp-svn] [35004] trunk/src/wp-admin/includes/dashboard.php: Docs: Fix some minor formatting in the `$query_args` parameter description for the `` filter doc.
noreply at wordpress.org
- [wp-svn] [35005] trunk/src/wp-admin/includes/template-functions.php: Add `echo` parameter for `wp_star_rating()`.
noreply at wordpress.org
- [wp-svn] [35006] trunk/src/wp-admin: Use `wp_star_rating()` on Add Themes screen:
noreply at wordpress.org
- [wp-svn] [35007] trunk: Customizer: Fix scalability performance problem for previewing multidimensional settings.
noreply at wordpress.org
- [wp-svn] [35008] trunk/src/wp-admin/includes/user.php: Users: Remove redundant error message when password is only entered once.
noreply at wordpress.org
- [wp-svn] [35009] trunk/src/wp-admin: Accessibility: bump headings one level up on the Add Plugins screen for a better headings hierarchy.
noreply at wordpress.org
- [wp-svn] [35010] trunk/src/wp-admin/includes/class-wp-screen.php: WP Screen: after [34991], avoid unnecessary nesting levels and remove unused global import.
noreply at wordpress.org
- [wp-svn] [35011] trunk/src/wp-admin/includes/class-wp-users-list-table.php: Users List Table: after [34963], remove unused code/ add doc for global import.
noreply at wordpress.org
- [wp-svn] [35012] trunk/src/wp-admin/includes/class-wp-users-list-table.php: Users List Table: after [35011], just use `wp_roles()`, no global import.
noreply at wordpress.org
- [wp-svn] [35013] trunk/src: Docs: some `@global object` vernaculars should be converted to the actual object type.
noreply at wordpress.org
- [wp-svn] [35014] trunk/src/wp-admin/js/post.js: Admin JS: after [34977], avoid variable names conflicts with `e`.
noreply at wordpress.org
- [wp-svn] [35015] trunk/src/wp-admin: Accessibility: bump headings one level up on the Appearance > Widgets screen for a better headings hierarchy.
noreply at wordpress.org
- [wp-svn] [35016] trunk: MS: Allow for a `blog_upload_space` setting of 0 to restrict uploads.
noreply at wordpress.org
- [wp-svn] [35017] trunk: MS: Handle the possibility of 0 when checking a user' s upload quota.
noreply at wordpress.org
- [wp-svn] [35018] trunk/src/wp-includes/class-wp-customize-control.php: Customizer: `WP_Customize_Cropped_Image_Control` should extend `WP_Customize_Image_Control` , since Site Icon can only an image.
noreply at wordpress.org
- [wp-svn] [35019] trunk/src/wp-includes: Plupload: update to 2.1.8.
noreply at wordpress.org
- [wp-svn] [35020] trunk/src/wp-includes/js/media/views/uploader/editor.js: Fix inconsistency in src/wp-includes/js/media/views/uploader/editor.js.
noreply at wordpress.org
- [wp-svn] [35021] trunk/src/wp-admin/includes/class-wp-list-table.php: Docs: Fix some syntactical issues in property DocBlocks for `WP_List_Table`.
noreply at wordpress.org
- [wp-svn] [35022] trunk/src/wp-admin/includes/post.php: Media: Introduce the `admin_post_thumbnail_size` filter, which enables manipulation of the image size used to display the post thumbnail in the 'Featured Image' meta box.
noreply at wordpress.org
- [wp-svn] [35023] trunk/src/wp-admin/includes/post.php: Media: Remove logic for unnecessarily overloading the `$content_width` global when passing default dimensions used to display the post thumbnail image in the 'Featured Image' meta box.
noreply at wordpress.org
- [wp-svn] [35024] trunk: MS: Adjust `_network_option()` parameter order, `$network_id` is first.
noreply at wordpress.org
- [wp-svn] [35025] trunk: MS: Reject truthy, non-numeric network ids in `_network_option()`.
noreply at wordpress.org
- [wp-svn] [35026] trunk/src/wp-admin/network/settings.php: MS: Reflect falsy values for `upload_space_check_disabled` in UI.
noreply at wordpress.org
- [wp-svn] [35027] trunk/src/wp-admin/includes/menu.php: Docs: Wrap a couple of hook name references in inline `@see` tags in the hook docs for `custom_menu_order` and `menu_order`.
noreply at wordpress.org
- [wp-svn] [35028] trunk: Don' t require a `$taxonomy` to be specified in `get_term_field()`.
noreply at wordpress.org
- [wp-svn] [35029] trunk/src/wp-includes/taxonomy-functions.php: After [35028], normalize `get_term_field()` doc formatting.
noreply at wordpress.org
- [wp-svn] [35030] trunk/tests/phpunit/tests/query.php: Fix incorrect setup in 'tag' query var test.
noreply at wordpress.org
- [wp-svn] [35031] trunk/src/wp-includes/class-wp-term.php: Be stricter about sanitizing values coming out of `WP_Term`.
noreply at wordpress.org
- [wp-svn] [35032] trunk: Don't cache `WP_Term` objects in `wp_get_object_cache()`.
noreply at wordpress.org
- [wp-svn] [35033] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `image_constrain_size_for_editor () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35034] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `image_downsize() ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35035] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in the `image_downside` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35036] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `get_image_tag() ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35037] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in the `get_image_tag_class` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35038] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in the `get_image_tag` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35039] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `image_get_intermediate_size () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35040] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `wp_get_attachment_image_src () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35041] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in the `wp_get_attachment_image_src` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35042] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `wp_get_attachment_image () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35043] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in the `wp_get_attachment_image_attributes` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35044] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `wp_get_attachment_image_url () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35045] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` argument in `gallery_shortcode` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35046] trunk/src/wp-includes/media.php: Docs: Normalize spacing in the `$attr` hash notation for `gallery_shortcode() ` following [35045].
noreply at wordpress.org
- [wp-svn] [35047] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `previous_image_link() ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35048] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `next_image_link() ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35049] trunk/src/wp-includes/media.php: Docs: Adjust documentation for the `$size` parameter in `adjacent_image_link() ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35050] trunk/src/wp-includes/post-template.php: Docs: Adjust documentation for the `$size` parameter in `wp_get_attachment_link () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35051] trunk/src/wp-includes/media.php: Docs: Adjust the order of 'width' and 'height' (for consistency) for the `$crop` parameter documentation in `add_image_size()`.
noreply at wordpress.org
- [wp-svn] [35052] trunk/src/wp-includes/media.php: Docs: Adjust the order of 'width' and 'height' (for consistency) for the `$crop` parameter documentation in `set_post_thumbnail_size()`.
noreply at wordpress.org
- [wp-svn] [35053] trunk/src/wp-includes/media.php: Docs: Adjust the order of 'width' and 'height' (for consistency) for the `$crop` parameter documentation in `image_resize_dimensions()`.
noreply at wordpress.org
- [wp-svn] [35054] trunk/src/wp-includes/media.php: Docs: Adjust the order of 'width' and 'height' (for consistency) for the `$crop` parameter documentation in `image_make_intermediate_size( )`.
noreply at wordpress.org
- [wp-svn] [35055] trunk/src/wp-admin/includes/media.php: Docs: Adjust documentation for the `$size` parameter in `get_image_send_to_editor () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35056] trunk/src/wp-admin/includes/media.php: Docs: Fix syntax and properly mark optional parameters as such in the DocBlock for `get_image_send_to_editor ()`.
noreply at wordpress.org
- [wp-svn] [35057] trunk/src/wp-includes/post-template.php: Docs: Fix the syntax for marking parameters optional and add defaults in the DocBlock for `wp_get_attachment_link ()`.
noreply at wordpress.org
- [wp-svn] [35058] trunk/src/wp-admin/includes/media.php: Docs: Adjust documentation for the `$size` parameter in the `image_send_to_editor` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35059] trunk/src/wp-admin/includes/media.php: Docs: Normalize spacing in the `image_send_to_editor` hook doc following [35058 ].
noreply at wordpress.org
- [wp-svn] [35060] trunk/src/wp-admin/includes/post.php: Docs: Adjust documentation for the `$size` parameter in the `admin_post_thumbnail_size` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35061] trunk/src/wp-includes/class-wp-image-editor-gd.php: Docs: Fix hash notation syntax for the `$sizes[ $size ] ` section in the DocBlock for `WP_Image_Editor_GD::multi_resize()`.
noreply at wordpress.org
- [wp-svn] [35062] trunk/src/wp-includes/class-wp-image-editor-imagick.php: Docs: Fix hash notation syntax for the `$sizes[ $size ] ` section in the DocBlock for `WP_Image_Editor_Imagick::multi_resize()`.
noreply at wordpress.org
- [wp-svn] [35063] trunk/src/wp-includes: Docs: Re-clarify the `$sizes[ $size ] ` section of the hash notations for `WP_Image_Editor_GD::multi_resize() ` and `WP_Image_Editor_Imagick::multi_resize()` as not fully-optional.
noreply at wordpress.org
- [wp-svn] [35064] trunk/src/wp-includes/general-template.php: Docs: Improve documentation for `get_site_icon_url()`, introduced in [32994].
noreply at wordpress.org
- [wp-svn] [35065] trunk/src/wp-includes/post-template.php: Docs: Adjust documentation for the `$size` parameter in the `wp_get_attachment_link` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35066] trunk/src/wp-includes/post-template.php: Docs: Normalize spacing in the `wp_get_attachment_link` hook doc following [ 35065].
noreply at wordpress.org
- [wp-svn] [35067] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in `the_post_thumbnail() ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35068] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in `get_the_post_thumbnail () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35069] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in the `post_thumbnail_size` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35070] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in the `begin_fetch_post_thumbnail_html` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35071] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in the `end_fetch_post_thumbnail_html` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35072] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in the `post_thumbnail_html` hook doc to clarify the required order of width and height values when an array is passed.
noreply at wordpress.org
- [wp-svn] [35073] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Normalize spacing in the `post_thumbnail_html` hook doc following [35072] .
noreply at wordpress.org
- [wp-svn] [35074] trunk/src/wp-includes/post-thumbnail-template.php: Docs: The `$size` parameters in the `begin_fetch_post_thumbnail_html` and `end_fetch_post_thumbnail_html` hooks can also accept an array (already supported).
noreply at wordpress.org
- [wp-svn] [35075] trunk/src/wp-includes/post-thumbnail-template.php: Docs: The `post_thumbnail_size` hook can also accept an array ( already supported).
noreply at wordpress.org
- [wp-svn] [35076] trunk/src/wp-includes/post-thumbnail-template.php: Docs: Adjust documentation for the `$size` parameter in `the_post_thumbnail_url () ` to clarify the required order of width and height values when passing an array.
noreply at wordpress.org
- [wp-svn] [35077] trunk/src/wp-includes/media.php: Docs: The `$size` parameter for the `get_image_tag_class` hook also accepts an array.
noreply at wordpress.org
- [wp-svn] [35078] trunk/src/wp-includes/media.php: Docs: The `$size` parameter for the `get_image_tag` hook also accepts an array.
noreply at wordpress.org
- [wp-svn] [35079] trunk/src/wp-admin/includes/media.php: Docs: Normalize spacing in the DocBlock for `get_image_send_to_editor() ` following [35056].
noreply at wordpress.org
- [wp-svn] [35080] trunk/src/wp-admin/includes/media.php: Docs: Specify the default image size in the `$size` parameter description for the `image_send_to_editor` hook.
noreply at wordpress.org
- [wp-svn] [35081] trunk/src/wp-includes/media.php: Media: avoid "divide by zero" in `wp_get_attachment_image_srcset_array()`.
noreply at wordpress.org
- [wp-svn] [35082] trunk/src/wp-includes/option.php: Add `$transient` as a parameter to the `set_transient_{transient}` action.
noreply at wordpress.org
- [wp-svn] [35083] trunk/src/wp-includes/images: oEmbed: add fallback icons ( not used yet) for older browsers.
noreply at wordpress.org
- [wp-svn] [35084] trunk/src/wp-includes/query.php: Correct the `@since` doc for `WP_Query::is_embed()`.
noreply at wordpress.org
- [wp-svn] [35085] trunk/src/wp-includes/embed-template.php: Add missing `@since` docs for the filters in `wp-includes/ embed-template.php`
noreply at wordpress.org
- [wp-svn] [35086] trunk/src/wp-includes/embed-template.php: Correct two escaping functions used in `wp-includes/embed-template.php`.
noreply at wordpress.org
- [wp-svn] [35087] trunk/src/wp-includes/embed-template.php: Remove an unnecessary `function_exists() ` call which was included in the oEmbed feature plugin for compatibility with WordPress < 4.3.
noreply at wordpress.org
- [wp-svn] [35088] trunk/src/wp-includes/version.php: Version bump.
noreply at wordpress.org
- [wp-svn] [35089] trunk/src/wp-includes/embed-template.php: Remove another unnecessary `function_exists()` call.
noreply at wordpress.org
- [wp-svn] [35090] trunk/src/wp-includes/general-template.php: Add missing `@since` params and update the docs for `site_icon_url() ` and `has_site_icon()`.
noreply at wordpress.org
- [wp-svn] [35091] trunk/tests/phpunit/tests/date/query.php: Correct the `post_date` format in `WP_Date_Query` tests.
noreply at wordpress.org
- [wp-svn] [35092] trunk/src/wp-includes/functions.php: In `number_format_i18n()`, check if `$wp_locale` is set before using it.
noreply at wordpress.org
- [wp-svn] [35093] trunk/src/wp-login.php: Login: Pass the username and `WP_User` object to the `retrieve_password_title` filter.
noreply at wordpress.org
- [wp-svn] [35094] trunk/src/wp-admin/includes/plugin.php: Plugins: Introduce the `delete_plugin` transactional hook, which fires immediately after a plugin deletion attempt occurs.
noreply at wordpress.org
- [wp-svn] [35095] trunk/src/wp-includes/class-IXR.php: XML-RPC: Add a filter, `xmlrpc_memory_limit`, to allow the value of `$xmlrpc_memory_limit` to be increased.
noreply at wordpress.org
- [wp-svn] [35096] trunk/src/wp-includes/embed-template.php: Format the number of comments in `wp-includes/ embed-template.php` for the locale.
noreply at wordpress.org
- [wp-svn] [35097] trunk/src/wp-includes/functions.php: Feeds: Adjust the `do_feed_{$feed}` hook name to actually be dynamic, rather than pre-storing the tag name in a variable and referencing that.
noreply at wordpress.org
- [wp-svn] [35098] trunk/src/wp-includes/functions.php: Feeds: Simplify logic for checking if the `do_feed_{$feed}` action is hooked to any callbacks.
noreply at wordpress.org
- [wp-svn] [35099] trunk/src/wp-admin/js/color-picker.js: Color Picker: when opening and closing, toggle a `wp-picker-active` class on the wrapper.
noreply at wordpress.org
- [wp-svn] [35100] trunk: Widgets: when getting settings, and none exist, set them to empty to avoid extraneous database queries on subsequent requests.
noreply at wordpress.org
- [wp-svn] [35101] trunk: Don't match partial roles in `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [35102] trunk/src: Widgets: add a function, `is_registered_sidebar() ` - helps us avoid touching the `$wp_registered_sidebars` global.
noreply at wordpress.org
- [wp-svn] [35103] trunk/src/wp-includes/default-filters.php: Widgets: add a default filter for `widget_text` (used by the Text widget), `balanceTags`, which respects the option for `use_balanceTags`.
noreply at wordpress.org
- [wp-svn] [35104] trunk/src/wp-includes/widget-functions.php: Widgets: Rename the `$name` parameter in `is_registered_sidebar() ` to `$sidebar_id` and adjust the accepted types to `string|int` as sidebar IDs can be numeric.
noreply at wordpress.org
- [wp-svn] [35105] trunk/src/wp-includes/general-template.php: Replace `get_bloginfo( 'wpurl' )` with `site_url()` in `rsd_link()`.
noreply at wordpress.org
- [wp-svn] [35106] trunk: Widgets: When using `the_widget()`, the `$before_widget` argument only receives the widget class if using the default sidebar arguments.
noreply at wordpress.org
- [wp-svn] [35107] trunk/src/wp-admin/plugin-editor.php: Replace `get_bloginfo( ' wpurl' )` with `admin_url()` in plugin editor.
noreply at wordpress.org
- [wp-svn] [35108] trunk/tests/phpunit/tests/cache.php: In cache tests, determine cache class name dynamically.
noreply at wordpress.org
- [wp-svn] [35109] trunk/src/wp-admin/plugins.php: Replace `get_bloginfo( 'wpurl' ) ` with `admin_url()` for plugin activation error message.
noreply at wordpress.org
- [wp-svn] [35110] trunk/src/wp-admin/includes/class-wp-users-list-table.php: Remove obsolete code from `WP_Users_List_Table::get_sortable_columns().
noreply at wordpress.org
- [wp-svn] [35111] trunk/src/wp-includes/query.php: Remove dead code from `WP_Query:: lazyload_term_meta()`.
noreply at wordpress.org
- [wp-svn] [35112] trunk/tests/phpunit/tests/term/meta.php: In term meta lazy-loading tests, force `WP_Query` to cache results.
noreply at wordpress.org
- [wp-svn] [35113] trunk/tests/phpunit/tests/widgets.php: Widgets: after [35106], ensure that the widget required by the unit test is registered.
noreply at wordpress.org
- [wp-svn] [35114] trunk: Users: allow `-1` (no limit, use with extreme caution on large sites) as the value for `number` in `WP_User_Query` - similar to `posts_per_page => -1` in `WP_Query`.
noreply at wordpress.org
- [wp-svn] [35115] trunk/src/wp-includes/functions.php: Feeds: Pass the feed name to `do_feed_{$feed}` action.
noreply at wordpress.org
- [wp-svn] [35116] trunk: Users: when passing a `WP_User` instance to `wp_update_user ()`, ensure that the user password is not accidentally double-hashed.
noreply at wordpress.org
- [wp-svn] [35117] trunk: In `get_terms()`, don't store `WP_Term` objects in cache.
noreply at wordpress.org
- [wp-svn] [35118] trunk/src/wp-includes/rewrite-functions.php: Feeds: Pass the second parameter of `"do_feed_{$feed}"` action, feed name, to callbacks added via `add_feed()`.
noreply at wordpress.org
- [wp-svn] [35119] trunk/src/wp-includes/rewrite-functions.php: Docs: Describe the `$feedname` argument of `add_feed()`.
noreply at wordpress.org
- [wp-svn] [35120] trunk/src/wp-includes/taxonomy-functions.php: Use a more reliable method for generating `get_terms()` cache key.
noreply at wordpress.org
- [wp-svn] [35121] trunk/src/wp-includes/rewrite-functions.php: Feeds: Remove a confusing comment from `add_feed()`, added in [3638].
noreply at wordpress.org
- [wp-svn] [35122] trunk: Fotmatting: in `sanitize_file_name()`, escape `%` when uploads contain them, otherwise attachment URLs will unescape the char and break.
noreply at wordpress.org
- [wp-svn] [35123] trunk/tests/phpunit/tests/user/query.php: Correct expected counts in `WP_User_Query` 'number' test.
noreply at wordpress.org
- [wp-svn] [35124] trunk/tests/phpunit/tests/functions.php: After [35122], update `test_wp_unique_filename()` to reflect the change.
noreply at wordpress.org
- [wp-svn] [35125] trunk/src/wp-includes/css/admin-bar.css: Admin Bar: fix the alignment of secondary menu item arrows.
noreply at wordpress.org
- [wp-svn] [35126] trunk/src/wp-admin/credits.php: Accessibility: bump headings one level up on Credits screen for a better headings hierarchy.
noreply at wordpress.org
- [wp-svn] [35127] trunk/src/wp-admin/css/about.css: Add the CSS changes missed in [ 35126].
noreply at wordpress.org
- [wp-svn] [35128] trunk/src/wp-admin: Accessibility: bump headings one level up in post meta boxes for a better headings hierarchy.
noreply at wordpress.org
- [wp-svn] [35129] trunk/src/wp-admin/includes/meta-boxes.php: Acessibility: " Add New Category" links on Edit Post screen should not be a header.
noreply at wordpress.org
- [wp-svn] [35130] trunk/src/wp-admin/css/edit.css: Accessibility: Correct the style for Popular Tags header on Edit Tags screen after [ 33917].
noreply at wordpress.org
- [wp-svn] [35131] trunk/src/wp-admin/css/common.css: Accessibility: Add back-compat styles for plugins that still use `h2` as a main heading in their screens.
noreply at wordpress.org
- [wp-svn] [35132] trunk/src/wp-includes/css/admin-bar.css: Toolbar: Improve padding of toolbar submenu items on small screens.
noreply at wordpress.org
- [wp-svn] [35133] trunk/src/wp-admin/css/themes.css: Theme Installer: fix the theme "Install"/"Installed" button's vertical alignment for HiDPI displays.
noreply at wordpress.org
- [wp-svn] [35134] trunk/src/wp-admin/theme-editor.php: Theme Editor: add a filter, `wp_theme_editor_filetypes`, to allow more filetypes to be edited via the Theme Editor.
noreply at wordpress.org
- [wp-svn] [35135] trunk/src/wp-includes/class-wp-user-query.php: Docs: Add a changelog entry mentioning that the `number` argument now supports -1 (all).
noreply at wordpress.org
- [wp-svn] [35136] trunk/tests/phpunit/includes/testcase.php: In `WP_UnitTestCase`, only flush rewrite rules when they're set.
noreply at wordpress.org
- [wp-svn] [35137] trunk/tests/phpunit/tests/xmlrpc/wp: Create fewer fixtures in some XML-RPC tests.
noreply at wordpress.org
- [wp-svn] [35138] trunk/src/wp-includes/class-wp-user-query.php: Users: Restore changes from [35114] accidentally reverted in [35135].
noreply at wordpress.org
- [wp-svn] [35139] trunk/src/wp-admin/includes: Taxonomy: `get_terms_to_edit() ` can also return `false` or `WP_Error`.
noreply at wordpress.org
- [wp-svn] [35140] trunk/src/wp-includes: Taxonomy: in `wp_list_categories()`, add an arg: `separator`, to allow the overriding of `<br/>`.
noreply at wordpress.org
- [wp-svn] [35141] trunk: KSES: have you ever heard of the `<bdo>` HTML tag? Same.
noreply at wordpress.org
- [wp-svn] [35142] trunk/src/wp-includes/ms-functions.php: Multisite: Improve two error strings specifying allowed characters in usernames and site names.
noreply at wordpress.org
- [wp-svn] [35143] trunk/src/wp-admin/setup-config.php: Correct the error message displayed on setup when `wp-config-sample.php` does not exist.
noreply at wordpress.org
- [wp-svn] [35144] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrader: Introduce a new action hook `pre_auto_update`, which fires immediately prior to an auto-update for core, themes, plugins , or translations.
noreply at wordpress.org
- [wp-svn] [35145] trunk/tests/phpunit/tests/pluggable.php: Remove `wp_cache_reset() ` from the pluggable functions signature tests, as the function is deprecated and no longer used.
noreply at wordpress.org
- [wp-svn] [35146] trunk/tests/phpunit/tests/pluggable.php: Skip the pluggable function signature tests when an external object cache is in use.
noreply at wordpress.org
- [wp-svn] [35147] trunk/tests/phpunit/tests/pluggable.php: Reinstate `wp_cache_get() ` into the pluggable function tests.
noreply at wordpress.org
- [wp-svn] [35148] trunk/tests/phpunit/tests/pluggable.php: Improve [35146] to only skip pluggable function signature tests for `wp-includes/ cache.php` when an external object cache is in use.
noreply at wordpress.org
- [wp-svn] [35149] trunk/src/wp-includes/option.php: Improve the docs for the `$expiration` parameter in `set_transient()`, `set_site_transient()`, and associated filters.
noreply at wordpress.org
- [wp-svn] [35150] trunk/.travis.yml: Remove `fast_finish: true` from Travis CI configuration for now.
noreply at wordpress.org
- [wp-svn] [35151] trunk/src/wp-admin: Include network-active plugins and inactive network-only plugins on the Plugins listing screen for individual sites on Multisite.
noreply at wordpress.org
- [wp-svn] [35152] trunk/src/wp-signup.php: Introduce a language chooser to the site signup process on Multisite.
noreply at wordpress.org
- [wp-svn] [35153] trunk/src/wp-includes/taxonomy-functions.php: Reinstate the Link Category admin screen after [34359].
noreply at wordpress.org
- [wp-svn] [35154] trunk/tests/phpunit/tests/xmlrpc/wp/getComments.php: Create fewer fixtures in XML-RPC `getComments` tests.
noreply at wordpress.org
- [wp-svn] [35155] trunk/src/wp-admin/js/updates.js: Accessibility: update a jQuery selector used for the Plugin Cards after [35009].
noreply at wordpress.org
- [wp-svn] [35156] trunk/src/wp-includes/admin-bar.php: MS: Add "Settings" link under "Network Admin" toolbar menu.
noreply at wordpress.org
- [wp-svn] [35157] trunk/src/wp-includes: Docs: Add missing file headers to two Toolbar API files: wp-includes/ admin-bar.php and wp-includes/class-wp-admin-bar.php.
noreply at wordpress.org
- [wp-svn] [35158] trunk/src/wp-admin: Bump H3 headings to H2 on the legacy Link Manager screen for better accessibility.
noreply at wordpress.org
- [wp-svn] [35159] trunk/src/wp-signup.php: MS: Introduce action `before_signup_header`.
noreply at wordpress.org
- [wp-svn] [35160] trunk/src/wp-admin/edit-form-comment.php: Bump the "Status" H3 heading to H2 on the Edit Comment screen for better accessibility.
noreply at wordpress.org
- [wp-svn] [35161] trunk/src/wp-admin: Screen options: Improve the "Apply" button
noreply at wordpress.org
- [wp-svn] [35162] trunk/tests/phpunit/tests: Create fewer fixtures in some tests.
noreply at wordpress.org
- [wp-svn] [35163] trunk/tests/phpunit/tests/functions/getArchives.php: Share fixtures in `Tests_Get_Archives`.
noreply at wordpress.org
- [wp-svn] [35164] trunk/tests/phpunit/tests/admin/includesListTable.php: Share fixtures in `Tests_Admin_includesListTable` tests.
noreply at wordpress.org
- [wp-svn] [35165] trunk/tests/phpunit/tests/admin/includesListTable.php: Fix incorrect variable names from [35164].
noreply at wordpress.org
- [wp-svn] [35166] trunk/src/wp-admin/includes/admin.php: Docs: Add a version and standardize the file header summary for wp-admin/ includes/admin.php.
noreply at wordpress.org
- [wp-svn] [35167] trunk/src/wp-admin/includes/admin-filters.php: Docs: wp-admin/ includes/admin-filters.php is part of the Administration subpackage, update the summary.
noreply at wordpress.org
- [wp-svn] [35168] trunk/src/wp-admin/includes/ajax-actions.php: Docs: Standardize file header summary for wp-admin/includes/ajax-actions.php.
noreply at wordpress.org
- [wp-svn] [35169] trunk/src/wp-admin/includes/bookmark.php: Docs: Fix third-person singular verbs for summaries in wp-admin/includes/ bookmarks.php.
noreply at wordpress.org
- [wp-svn] [35170] trunk/src: Docs: Add missing descriptions for the `$wpdb` global in DocBlocks all the places.
noreply at wordpress.org
- [wp-svn] [35171] trunk/tests/phpunit/tests: Unit Tests: wrestle performance out of `Tests_Auth` by cloning the same user for a majority of the tests.
noreply at wordpress.org
- [wp-svn] [35172] trunk/tests/phpunit/tests: Unit Tests: move `->test_readme() ` out of `Tests_Basic` and into `Tests_External_HTTP_Basic` in `tests/ external-http/`.
noreply at wordpress.org
- [wp-svn] [35173] trunk/tests/phpunit/tests/comment.php: Unit Tests: reuse fixtures in `Tests_Comment`.
noreply at wordpress.org
- [wp-svn] [35174] trunk/tests/phpunit/tests/auth.php: Unit Tests: call `commit_transaction()` in `Tests_Auth` set up.
noreply at wordpress.org
- [wp-svn] [35175] trunk/tests/phpunit/tests/auth.php: Unit Tests: `Tests_Auth` needs a `tearDownAfterClass` impl to avoid spillage.
noreply at wordpress.org
- [wp-svn] [35176] trunk/tests/phpunit/tests/comment.php: Unit Tests: `Tests_Comment` needs a `tearDownAfterClass` impl to avoid spillage.
noreply at wordpress.org
- [wp-svn] [35177] trunk/tests/phpunit/tests/canonical.php: Unit Tests: `Tests_Canonical` doesn't need to call `wp_set_current_user() ` or implement `tearDown` because its grandparent calls `wp_set_current_user ( 0 )` in `tearDown()`.
noreply at wordpress.org
- [wp-svn] [35178] trunk/tests/phpunit/tests: Unit Tests: move some oEmbed tests that can trigger HTTP calls to `Tests_External_HTTP_OEmbed`.
noreply at wordpress.org
- [wp-svn] [35179] trunk/tests/phpunit/tests/media.php: Unit Tests: make a fixture in `Tests_Media` to represent the large image, instead of creating it 10 times.
noreply at wordpress.org
- [wp-svn] [35180] trunk/src/wp-admin/theme-editor.php: Theme Editor: Repurpose the ` 'wp_theme_editor_filetypes'` filter added in [35134] to actually filter file types instead of files.
noreply at wordpress.org
- [wp-svn] [35181] trunk/tests/phpunit/tests/media.php: Unit Tests: in `Tests_Media:: test_wp_get_attachment_image_srcset_array_no_width()`, just toggle metadata, instead of creating a new attachment.
noreply at wordpress.org
- [wp-svn] [35182] trunk/src/wp-admin: Make some primary action buttons look primary.
noreply at wordpress.org
- [wp-svn] [35183] trunk/tests/phpunit/tests/post.php: Unit Tests: in `Tests_Post`, create fixtures for users.
noreply at wordpress.org
- [wp-svn] [35184] trunk/src/wp-admin/css/common.css: Acessibility: Add back-compat styles for plugins that use `h3` inside the `.metabox-holder` container.
noreply at wordpress.org
- [wp-svn] [35185] trunk/tests/phpunit/tests/term.php: Unit Tests: in `Tests_Term`, create fixtures for posts.
noreply at wordpress.org
- [wp-svn] [35186] trunk/tests/phpunit: Unit Tests: implement `setUpBeforeClass() ` and `tearDownAfterClass()` on `WP_UnitTestCase`.
noreply at wordpress.org
- [wp-svn] [35187] trunk/src/wp-admin/themes.php: Themes: Add Install Parent Theme button for child themes that are missing a parent theme.
noreply at wordpress.org
- [wp-svn] [35188] trunk/tests/phpunit/tests/user.php: Unit Tests: create more fixtures for `Tests_User`.
noreply at wordpress.org
- [wp-svn] [35189] trunk: Users: Add `'illegal_user_logins' ` filter to allow certain usernames to be blacklisted.
noreply at wordpress.org
- [wp-svn] [35190] trunk/src/wp-admin/includes/user.php: Remove a one-time variable from `edit_user()` added in [35189].
noreply at wordpress.org
- [wp-svn] [35191] trunk/tests/phpunit: Unit Tests: after [35186], "upgrade" the Canonical fixtures.
noreply at wordpress.org
- [wp-svn] [35192] trunk/tests/phpunit/tests/comment/query.php: Unit Tests: in `Tests_Comment_Query::test_get_comments_for_post()`, create fewer comments (5, instead of 10).
noreply at wordpress.org
- [wp-svn] [35193] trunk/tests/phpunit/tests/post/revisions.php: Unit Tests: upgrade the fixtures in `Tests_Post_Revisions`.
noreply at wordpress.org
- [wp-svn] [35194] trunk/tests/phpunit/tests/post/thumbnails.php: Unit Tests: upgrade the fixtures in `Tests_Post_Thumbnail_Template`.
noreply at wordpress.org
- [wp-svn] [35195] trunk: In `WP::parse_request()` and `url_to_postid()`, if a post slug clashes with a trashed page, return the post instead of the page.
noreply at wordpress.org
- [wp-svn] [35196] trunk/tests/phpunit/tests: Unit Tests: create fewer terms in `Tests_Term_getTerms::test_get_terms_parent_zero()`
noreply at wordpress.org
- [wp-svn] [35197] trunk/tests/phpunit/tests/user/query.php: Unit Tests: add/ upgrade the fixtures in `Tests_User_Query`.
noreply at wordpress.org
- [wp-svn] [35198] trunk/src/wp-admin/js/plugin-install.js: Fix close button plugin modal after [18590]
noreply at wordpress.org
- [wp-svn] [35199] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: make captioned images draggable
noreply at wordpress.org
- [wp-svn] [35200] trunk/src/wp-admin/css: Circular focus styling for expand/ collapse arrows.
noreply at wordpress.org
- [wp-svn] [35201] trunk/src/wp-admin/css: Box shadows still need `-webkit-`, turns out.
noreply at wordpress.org
- [wp-svn] [35202] trunk/src/wp-admin/includes: Docs: `Walker_Nav_Menu_Checklist` and `Walker_Nav_Menu_Edit` are part of the Navigation Menu API , but intended for use in the scope of administration.
noreply at wordpress.org
- [wp-svn] [35203] trunk/Gruntfile.js: Twenty Sixteen: Update `Gruntfile.js` to ignore the html5 shiv for JSHint.
noreply at wordpress.org
- [wp-svn] [35204] trunk/src/wp-admin/upgrade.php: Make the database update button primary.
noreply at wordpress.org
- [wp-svn] [35205] trunk/src/wp-includes: In `WP::parse_request()` and `url_to_postid ()`, don't skip objects that have a post status with `'exclude_from_search ' => false`, e.g.
noreply at wordpress.org
- [wp-svn] [35206] trunk/tests/phpunit/tests/user/query.php: Fix incorrect variable name introduced in [35197].
noreply at wordpress.org
- [wp-svn] [35207] trunk/src/wp-admin/css: Circular focus styling for widgets and menus in the customizer.
noreply at wordpress.org
- [wp-svn] [35208] trunk/.travis.yml: Add Twenty Sixteen to travis builds
noreply at wordpress.org
- [wp-svn] [35209] trunk/tests/phpunit: Tests: Don' t preserve the global state for Ajax tests when using an external object cache.
noreply at wordpress.org
- [wp-svn] [35210] trunk/src/wp-includes/media.php: Docs: Fix a typo in an inline comment in `wp_get_attachment_image_srcset_array( )`.
noreply at wordpress.org
- [wp-svn] [35211] trunk/tests/phpunit: Tests: Remove the `@runTestsInSeparateProcesses` annotation for Ajax tests.
noreply at wordpress.org
- [wp-svn] [35212] trunk/src/wp-includes/class-wp-network.php: Multisite: Remove the strictness for `$using_paths` in `WP_Network::get_by_path()`.
noreply at wordpress.org
- [wp-svn] [35213] trunk/.travis.yml: Travis: Extend our test suite with a memcached instance.
noreply at wordpress.org
- [wp-svn] [35214] trunk: Unit Tests: add `SpeedTrapListener` to `phpunit/ includes` and add the config node to `phpunit.xml.dist`.
noreply at wordpress.org
- [wp-svn] [35215] trunk/src/wp-admin/css: Account for icon alignment using text-indent in RTL.
noreply at wordpress.org
- [wp-svn] [35216] trunk/src/wp-includes/js/mce-view.js: TinyMCE: make sure markers are removed after first init
noreply at wordpress.org
- [wp-svn] [35217] trunk/src/wp-includes: TinyMCE: add lang attribute
noreply at wordpress.org
- [wp-svn] [35218] trunk/.travis.yml: Travis CI: Use a pinned version of the object cache drop-in.
noreply at wordpress.org
- [wp-svn] [35219] trunk/src/wp-admin: Bump H4 headings to H2 in the Updates screen for better accessibility.
noreply at wordpress.org
- [wp-svn] [35220] trunk/src/wp-admin: Accessibility: Improve headings hierarchy in the Theme browser modal dialog.
noreply at wordpress.org
- [wp-svn] [35221] trunk/src/wp-admin/includes/file.php: Docs: Standardize the file header summary for wp-admin/includes/file.php.
noreply at wordpress.org
- [wp-svn] [35222] trunk/src/wp-admin/includes/class-wp-media-list-table.php: In `WP_Media_List_Table`, rename `$pending_count` to `$comment_pending_count` and mark it as protected , for consistency with `WP_Posts_List_Table`.
noreply at wordpress.org
- [wp-svn] [35223] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: In `WP_Posts_List_Table`, correct the type for `$comment_pending_count`.
noreply at wordpress.org
- [wp-svn] [35224] trunk/tests/phpunit/tests: Unit Tests: since [32953], we can just use `self::delete_user() ` instead of using `if` logic for Multisite.
noreply at wordpress.org
- [wp-svn] [35225] trunk/tests/phpunit: Unit Tests: one `$factory` to rule them all, and it shall be `static`.
noreply at wordpress.org
- [wp-svn] [35226] trunk/tests/phpunit/includes/speed-trap-listener.php: Unit Tests: PHP 5.2, I Hate You and You Are Bringing Me Down.
noreply at wordpress.org
- [wp-svn] [35227] trunk: Return `null` from `get_term()` on taxonomy mismatch.
noreply at wordpress.org
- [wp-svn] [35228] trunk/src/wp-includes/embed-functions.php: Embeds: In `print_oembed_embed_styles()`, load non-minified file if `SCRIPT_DEBUG` is true.
noreply at wordpress.org
- [wp-svn] [35229] trunk/src: Sample permalink: Improve accessibility of changing the permalink on Edit Post screen.
noreply at wordpress.org
- [wp-svn] [35230] trunk/src/wp-includes/script-loader.php: Merge two warning strings.
noreply at wordpress.org
- [wp-svn] [35231] trunk: Customizer: Always show Widgets panel initially if sidebars are registered; show notice to users in panel if no widget areas are in current preview.
noreply at wordpress.org
- [wp-svn] [35232] trunk/src: Merge two strings for expanding accordion and Customizer sections.
noreply at wordpress.org
- [wp-svn] [35233] trunk/src/wp-includes: Improve `get_post_permalink` compatibility with non standard post status
noreply at wordpress.org
- [wp-svn] [35234] trunk/src/wp-admin: Replace Quick Edit and Bulk Edit headings with `<legend>` elements.
noreply at wordpress.org
- [wp-svn] [35235] trunk: Embeds: Rename files, functions, and hooks added in [34903] to make it more clear what is oEmbed-specific and what isn't.
noreply at wordpress.org
- [wp-svn] [35236] trunk/tests/phpunit/tests/customize/widgets.php: Customizer: Add unit test for `WP_Customize_Widgets::is_panel_active()`.
noreply at wordpress.org
- [wp-svn] [35237] trunk/src/wp-admin/includes/class-wp-list-table.php: Docs: Add a missing file header for wp-admin/includes/class-wp-list-table.php.
noreply at wordpress.org
- [wp-svn] [35238] trunk/src: Admin: fix repositioning notices
noreply at wordpress.org
- [wp-svn] [35239] trunk/src/wp-admin/js/common.js: JSHint after [35238]
noreply at wordpress.org
- [wp-svn] [35240] trunk/src/wp-includes/post-functions.php: Docs: Improve the hook doc for the `get_post_status` filter, introduced in [ 35233].
noreply at wordpress.org
- [wp-svn] [35241] trunk/src/wp-admin/includes: Docs: Add missing file headers to the list table classes and adjust class DocBlocks accordingly.
noreply at wordpress.org
- [wp-svn] [35242] trunk: Unit Tests: after [35225], make `factory` a method/ getter on `WP_UnitTestCase` and add magic methods for BC for every plugin that is extending `WP_UnitTestCase` and accessing the `$factory` instance prop.
noreply at wordpress.org
- [wp-svn] [35243] trunk/tests/phpunit/tests: Unit Tests: after [35242], declare some missing instance props on individual test classes.
noreply at wordpress.org
- [wp-svn] [35244] trunk/tests/phpunit: Unit Tests: `WP_UnitTest_Generator_Sequence` needs a static incrementer - otherwise, it assumes every test class is a reset, which it no longer is ( it is now static).
noreply at wordpress.org
- [wp-svn] [35245] trunk/tests/phpunit/tests: Unit Tests: better fixtures for `Tests_Admin_Includes_Post`.
noreply at wordpress.org
- [wp-svn] [35246] trunk/tests/phpunit/tests: Unit Tests: better fixtures for `Tests_AdminBar`.
noreply at wordpress.org
- [wp-svn] [35247] trunk/tests/phpunit/tests/user.php: Unit Tests: better fixtures for `Tests_User`.
noreply at wordpress.org
- [wp-svn] [35248] trunk/tests/phpunit/tests/user/wpSetCurrentUser.php: Unit Tests: better fixtures for `Tests_User_WpSetCurrentUser`.
noreply at wordpress.org
- [wp-svn] [35249] trunk/tests/phpunit/tests: Unit Tests: better fixtures for `Tests_Meta_Slashes` and `Tests_WP_Customize_Section`.
noreply at wordpress.org
- [wp-svn] [35250] trunk/src/wp-includes/media.php: Media: in `wp_get_attachment_image_sizes()`, ensure that `$img_width` exists when the image does not.
noreply at wordpress.org
- [wp-svn] [35251] trunk/src/wp-admin/js/customize-controls.js: Customizer: Fix `margin-top` calculation for Themes section.
noreply at wordpress.org
- [wp-svn] [35252] trunk: Introduce `map_deep()`, a utility function that recursively maps a callable function to every item in an array or object.
noreply at wordpress.org
- [wp-svn] [35253] trunk/src/wp-includes: Embeds: After [35235], replace some missed `oembed` references with `embed`.
noreply at wordpress.org
- [wp-svn] [35254] trunk/.gitignore: Remove an IDE-specific rule in `.gitignore`.
noreply at wordpress.org
- [wp-svn] [35255] trunk/tests/phpunit/tests/oembed/template.php: Correct a test after r35253.
noreply at wordpress.org
- [wp-svn] [35256] trunk/tests/phpunit/tests: Move the `test_is_home_should_be_false_when_visiting_custom_endpoint_without_a_registered_query_var_and_page_on_front_is_set ()` test into a more appropriate place.
noreply at wordpress.org
- [wp-svn] [35257] trunk/tests/phpunit: Add `is_embed()` to `WP_UnitTestCase:: assertQueryTrue()` and update the relevant embed tests.
noreply at wordpress.org
- [wp-svn] [35258] trunk/tests/phpunit/includes/testcase.php: Preserve the public and private query var properties on the global `WP` instance when using `WP_UnitTestCase ::go_to()`.
noreply at wordpress.org
- [wp-svn] [35259] trunk/tests/phpunit/tests/rewrite/addRewriteEndpoint.php: Some rewrite endpoint tests in preparation for new endpoint masks.
noreply at wordpress.org
- [wp-svn] [35260] trunk/tests/phpunit/tests/rewrite/addRewriteEndpoint.php: Some cleanup that was missed in [35259].
noreply at wordpress.org
- [wp-svn] [35261] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: Drag and drop link with image
noreply at wordpress.org
- [wp-svn] [35262] trunk/src/wp-admin/includes/comment.php: Docs: Add a version to the file header for wp-admin/includes/comment.php.
noreply at wordpress.org
- [wp-svn] [35263] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Administration: Introduce the `manage_posts_extra_tablenav` action, which fires inside the tablenav for the posts list table, and just outside the "actions" container.
noreply at wordpress.org
- [wp-svn] [35264] trunk/src/wp-includes: Taxonomy: Improve deprecated argument strings for the 'link' type in `get_categories()` and `wp_dropdown_categories()`.
noreply at wordpress.org
- [wp-svn] [35265] trunk/src: Multisite: Improve the Admin Bar parent menu items color on hover and focus.
noreply at wordpress.org
- [wp-svn] [35266] trunk/src/wp-includes/rest-api/rest-functions.php: Docs: Fix a typo in the `$blog_id` parameter name in the `rest_url` filter doc.
noreply at wordpress.org
- [wp-svn] [35267] trunk/src/wp-admin/includes/misc.php: In `insert_with_markers() ` restore the 4.3 behaviour of creating the file if it doesn't exist.
noreply at wordpress.org
- [wp-svn] [35268] trunk: Bust object term cache in `wp_remove_object_terms()`.
noreply at wordpress.org
- [wp-svn] [35269] trunk/src/wp-includes/class-wp-term.php: Don' t store `data` as a property on `WP_Term` objects.
noreply at wordpress.org
- [wp-svn] [35270] trunk/tests/phpunit/tests/term/getTermField.php: Tests: Add some more test coverage for `get_term_field()`.
noreply at wordpress.org
- [wp-svn] [35271] trunk/src/wp-admin/includes/class-wp-site-icon.php: Docs: Add a missing file header for wp-admin/includes/class-wp-site-icon.php.
noreply at wordpress.org
- [wp-svn] [35272] trunk/tests/phpunit/tests/widgets.php: Widgets: Modify unit test assertion to be compatible with `widget_nav_menu` option being filtered by plugin to return `ArrayIterator`.
noreply at wordpress.org
- [wp-svn] [35273] trunk/src/wp-admin: Accessibility: Improve the headings hierarchy in the Add Themes screen.
noreply at wordpress.org
- [wp-svn] [35274] trunk/src/wp-includes: Docs: Update the default scheme for `get_rest_url()` from 'json' to 'rest'.
noreply at wordpress.org
- [wp-svn] [35275] trunk/src/wp-includes/class-wp-customize-control.php: Customizer: when available, show the `description` when rendering the `dropdown-pages` Control.
noreply at wordpress.org
- [wp-svn] [35276] trunk: Formatting: when making unique filenames in `wp_unique_filename() ` by adding an incrementing number, prefix it with a dash to disambiguate from files that end in numbers.
noreply at wordpress.org
- [wp-svn] [35277] trunk/src: List Tables: revert the majority of [34467].
noreply at wordpress.org
- [wp-svn] [35278] trunk/src/wp-includes: Widgets: revert [34376] and [34386] as pertains to the Categories widget supporting custom taxonomies.
noreply at wordpress.org
- [wp-svn] [35279] trunk/src/wp-includes/class-IXR.php: XML-RPC: after [35095], change the name of the `xmlrpc_memory_limit` filter to `xmlrpc_chunk_parsing_size`.
noreply at wordpress.org
- [wp-svn] [35280] trunk: Users: when calling `wp_insert_user() ` with an valid user ID, return `WP_Error` instead of arbitrarily updating user meta.
noreply at wordpress.org
- [wp-svn] [35281] trunk/src/wp-admin: Theme Installer: toggle `iframe-ready` on the overlay to control the spinner animated GIF and high CPU usage.
noreply at wordpress.org
- [wp-svn] [35282] trunk/src/wp-admin: Dashboard: use the `create_posts` cap on the post type object when determining if the Quick Press widget can be displayed.
noreply at wordpress.org
- [wp-svn] [35283] trunk/src/wp-includes/SimplePie/Parse/Date.php: Feeds: add `CEST` to `$timezone` in `SimplePie_Parse_Date`.
noreply at wordpress.org
- [wp-svn] [35284] trunk: Formatting: allow date strings to be passed to `get_gmt_from_date()`, instead of requiring `'Y-m-d H:i:s'`.
noreply at wordpress.org
- [wp-svn] [35285] trunk/src/wp-includes/query.php: Query: Introduce the `content_pagination` filter, which makes it possible to manipulate how post content is split into " pages" in `WP_Query::setup_postdata()`.
noreply at wordpress.org
- [wp-svn] [35286] trunk/src/wp-includes/default-constants.php: Filesystem: Introduce constants to allow for easier expression of file sizes and other data amounts.
noreply at wordpress.org
- [wp-svn] [35287] trunk/src/wp-includes/default-constants.php: Docs: The `MINUTE_IN_SECONDS`, `HOUR_IN_SECONDS`, `DAY_IN_SECONDS`, `WEEK_IN_SECONDS`, `MONTH_IN_SECONDS`, and `YEAR_IN_SECONDS` constants were introduced in 3.5.
noreply at wordpress.org
- [wp-svn] [35288] trunk/src/wp-includes/functions.php: Media: Introduce the `enclosure_links` filter, which makes it possible to adjust the list of audio and video enclosure links derived from post content before querying the database.
noreply at wordpress.org
- [wp-svn] [35289] trunk/src/wp-includes/media.php: Media: Introduce the `image_get_intermediate_size` filter to its like-named function , making it possible to manipulate returned intermedia image size data.
noreply at wordpress.org
- [wp-svn] [35290] trunk/src/wp-includes/default-constants.php: Docs: Correction: `MONTH_IN_SECONDS` was added in 4.4.0.
noreply at wordpress.org
- [wp-svn] [35291] trunk/src/wp-includes/category-template.php: Correct inline comment in `wp_list_categories()`.
noreply at wordpress.org
- [wp-svn] [35292] trunk/src/wp-admin/js/tags-box.js: Tags: Avoid a double trailing space after tags separator in auto-suggest.
noreply at wordpress.org
- [wp-svn] [35293] trunk/src/wp-includes/category-template.php: In `wp_list_categories()`, rewrite a long condition for clarity.
noreply at wordpress.org
- [wp-svn] [35294] trunk: Themes: Improve document title output.
noreply at wordpress.org
- [wp-svn] [35295] trunk: Tests: Use updated filter names and oembed title for UT sanity.
noreply at wordpress.org
- [wp-svn] [35296] trunk/src/wp-includes/deprecated.php: Docs: Fix up DocBlock syntax for the now-deprecated `wp_title()`.
noreply at wordpress.org
- [wp-svn] [35297] trunk/src/wp-includes/feed.php: Docs: Improve vague changelog entries for functions and hooks where arguments were deprecated in [35294].
noreply at wordpress.org
- [wp-svn] [35298] trunk/src/wp-includes/general-template.php: Docs: Update the hook doc for the `pre_get_document_title` filter to explain '' what'' value is filterable rather than ''why'' the value is filterable :-)
noreply at wordpress.org
- [wp-svn] [35299] trunk: Site Icon: Get site icon ID only when needed.
noreply at wordpress.org
- [wp-svn] [35300] trunk/src/wp-includes/general-template.php: Docs: Fix indentation and improve usefulness of inline comments surrounding the if /elseif conditions for assigning document titles in `wp_get_document_title ()`.
noreply at wordpress.org
- [wp-svn] [35301] trunk/src/wp-includes/general-template.php: Docs: Adjust syntax in the hook doc summaries for the `document_title_separator` and `document_title_parts` filters , introduced in [35294].
noreply at wordpress.org
- [wp-svn] [35302] trunk: Customizer: Implement indicators for invalid nav menu items.
noreply at wordpress.org
- [wp-svn] [35303] trunk/src/wp-includes/feed.php: Docs: Add translator comments for two `_deprecated_argument() ` calls added to `get_wp_title_rss()` and `wp_title_rss()` in [35294].
noreply at wordpress.org
- [wp-svn] [35304] trunk/src: Customizer: Make the widgets "Reorder" and " Add a Widget" buttons...
noreply at wordpress.org
- [wp-svn] [35305] trunk: Customizer: Allow new `option` settings to not be saved as autoloaded by passing an `autoload` arg value of `false`.
noreply at wordpress.org
- [wp-svn] [35306] trunk: TinyMCE: update to 4.2.6.
noreply at wordpress.org
- [wp-svn] [35307] trunk: Customizer: Introduce `customize_loaded_components` filter to allow core components to be disabled.
noreply at wordpress.org
- [wp-svn] [35308] trunk/src/wp-includes/class-wp-customize-setting.php: Customizer: Prevent `nav_menu_item` settings from becoming dirty when their controls are set up.
noreply at wordpress.org
- [wp-svn] [35309] trunk/tests/phpunit: Unit Tests: consolidate the many separate implementations of `_make_attachment() ` into a helper method on `WP_UnitTestCase`.
noreply at wordpress.org
- [wp-svn] [35310] trunk/src/wp-admin/css/themes.css: Autoprefixer for [35281].
noreply at wordpress.org
- [wp-svn] [35311] trunk/tests/phpunit: AJAX UNIT TESTS: Have you ever wondered why these take 600 forevers to run? They all eventually call `do_action( 'admin_init' )`, which has `_maybe_update_core`, `_maybe_update_plugins`, and `_maybe_update_themes` hooked to it.
noreply at wordpress.org
- [wp-svn] [35312] trunk/src/wp-admin/includes/schema.php: Site Icon: make the default value for the `site_icon` option `0` in `schema.php`.
noreply at wordpress.org
- [wp-svn] [35313] trunk/src/wp-admin/js/common.js: Administration: the current admin menu item should have an `aria-haspopup` attribute when the menu is folded.
noreply at wordpress.org
- [wp-svn] [35314] trunk: Formatting: move `url_shorten()` from `wp-admin/includes/ misc.php` to `wp-includes/formatting.php` for more global access.
noreply at wordpress.org
- [wp-svn] [35315] trunk/src/wp-admin: Plugins/Updates: in `request_filesystem_credentials()`, alter the heading HTML tag based on the current screen for improved semantics.
noreply at wordpress.org
- [wp-svn] [35316] trunk/src/wp-admin: Export: add missing labels and improvement accessibility of the Export screen.
noreply at wordpress.org
- [wp-svn] [35317] trunk/src/wp-admin: Widgets: add a button to delete all inactive widgets simultaneously for better UX.
noreply at wordpress.org
- [wp-svn] [35318] trunk/src/wp-admin/js/common.js: Precommit cleanup, see r35313.
noreply at wordpress.org
- [wp-svn] [35319] trunk/src/wp-includes/taxonomy-functions.php: Docs: Correct duplicate hook reference for `get_terms`.
noreply at wordpress.org
- [wp-svn] [35320] trunk/src/wp-includes/taxonomy-functions.php: Docs: Correct function name in `get_terms_args` parameter description.
noreply at wordpress.org
- [wp-svn] [35321] trunk/src/wp-includes/taxonomy-functions.php: Reorder default arguments in `get_terms() ` for consistency with the hash notation added in [29128].
noreply at wordpress.org
- [wp-svn] [35322] trunk/src/wp-includes/taxonomy-functions.php: Add `get_terms_defaults` filter for the default arguments of `get_terms() `.
noreply at wordpress.org
- [wp-svn] [35323] trunk/src/wp-includes/rest-api/rest-functions.php: REST API: Change nonce name to `_wpnonce`.
noreply at wordpress.org
- [wp-svn] [35324] trunk/src/wp-includes/rest-api/rest-functions.php: Docs: Improve the return description in the DocBlock for `rest_send_allow_header ()`.
noreply at wordpress.org
- [wp-svn] [35325] trunk/src: Filesystem: Following the introduction of the `KB|MB|GB|TB_IN_BYTES` constants in [ 35286], use them in various places in core.
noreply at wordpress.org
- [wp-svn] [35326] trunk/src/wp-admin/includes/template-functions.php: List Tables: Replace the hyphen separator for titles and post/ media states with a `— `.
noreply at wordpress.org
- [wp-svn] [35327] trunk/src/wp-includes/functions.php: `wp_die()`: Update colors and button styling.
noreply at wordpress.org
- [wp-svn] [35328] trunk/src/wp-includes/general-template.php: Docs: Add documentation in the form of a hash notation for default arguments accepted by `wp_login_form ()`.
noreply at wordpress.org
- [wp-svn] [35329] trunk/tests/phpunit/tests/general/document-title.php: Document title tests should expect dynamic blogname.
noreply at wordpress.org
- [wp-svn] [35330] trunk/src/wp-includes/css/media-views.css: Media: Update colors to match the times.
noreply at wordpress.org
- [wp-svn] [35331] trunk: Don't force comment pagination.
noreply at wordpress.org
- [wp-svn] [35332] trunk: Replace Autoprefixer Core with Autoprefixer
noreply at wordpress.org
- [wp-svn] [35333] trunk: Prevent non-public taxonomies from registering aquery var.
noreply at wordpress.org
- [wp-svn] [35334] trunk/tests/phpunit/tests/general/document-title.php: Tests: Use most specific function for document titles.
noreply at wordpress.org
- [wp-svn] [35335] trunk/package.json: Update grunt-browserify
noreply at wordpress.org
- [wp-svn] [35336] trunk/src/wp-includes/locale.php: WP Locale: Add a `start_of_week` property to store the start of the week per locale.
noreply at wordpress.org
- [wp-svn] [35337] trunk/src/wp-admin: Options: Hide the week starts on setting for installs that have the default setting already.
noreply at wordpress.org
- [wp-svn] [35338] trunk/src/wp-admin/css/press-this.css: Press This: Improve the " choose tags" button focus style.
noreply at wordpress.org
- [wp-svn] [35339] trunk: Comments: Introduce two new filters, `notify_moderator` and `notify_post_author`, both of which make it possible to selectively override site notification email settings for new comments.
noreply at wordpress.org
- [wp-svn] [35340] trunk/src: RIP `#21759b`, the old WordPress Blue.
noreply at wordpress.org
- [wp-svn] [35341] trunk/src/wp-includes: TinyMCE:
noreply at wordpress.org
- [wp-svn] [35342] trunk: Force the REST API URL to use `https` for its scheme when the current request is served over HTTPS and the host name matches that of the REST API URL.
noreply at wordpress.org
- [wp-svn] [35343] trunk/src/wp-admin/css/common.css: Plugins: Improve the " Install Now" button vertical alignment in the Plugin Details modal dialog.
noreply at wordpress.org
- [wp-svn] [35344] trunk/tests/phpunit/tests/rest-api.php: Remove the failing `test_rest_url_scheme()` test while it's investigated.
noreply at wordpress.org
- [wp-svn] [35345] trunk/tests/phpunit/tests/image/intermediate_size.php: Provide a more helpful failure message when Imagick isn't installed.
noreply at wordpress.org
- [wp-svn] [35346] trunk/tests/phpunit/tests/media.php: Correct some more tests which were using `example.org` instead of `WP_TESTS_DOMAIN`.
noreply at wordpress.org
- [wp-svn] [35347] trunk/tests/phpunit/tests: Correctly use `WP_TESTS_EMAIL` in email tests.
noreply at wordpress.org
- [wp-svn] [35348] trunk/tests/phpunit/tests/image/intermediate_size.php: Remove the explicit Imagick extension test.
noreply at wordpress.org
- [wp-svn] [35349] trunk/src/wp-includes/rest-api/rest-functions.php: Revert [34352], pending investigation.
noreply at wordpress.org
- [wp-svn] [35350] trunk/tests/phpunit: Initialise `$_SERVER['SERVER_NAME'] ` during the test bootstrap to avoid individual tests having to do it.
noreply at wordpress.org
- [wp-svn] [35351] trunk: Force the REST API URL to use `https` for its scheme when the current request is served over HTTPS and the host name matches that of the REST API URL.
noreply at wordpress.org
- [wp-svn] [35352] trunk/src/wp-includes/revision.php: Docs: Correct description for `_wp_post_revision_fields()` arguments.
noreply at wordpress.org
- [wp-svn] [35353] trunk/src/wp-includes/rest-api/class-wp-rest-server.php: REST API: don't load `wp-admin/includes/admin.php` on every request.
noreply at wordpress.org
- [wp-svn] [35354] trunk: oEmbed: if `SimpleXMLElement` does not exist, return an `HTTP Error 501 Not implemented` response.
noreply at wordpress.org
- [wp-svn] [35355] trunk: Media: in `wp_get_attachment_image_sizes()`, to streamline and for performance:
noreply at wordpress.org
- [wp-svn] [35356] trunk/src/wp-includes/class-oembed.php: oEmbed: add Reddit Comments as a provider
noreply at wordpress.org
- [wp-svn] [35357] trunk/src/wp-admin: List tables: Move the view mode switcher into screen options for posts.
noreply at wordpress.org
- [wp-svn] [35358] trunk/src/wp-includes/media.php: Responsive Images: limit the size of images included in `srcset` attributes.
noreply at wordpress.org
- [wp-svn] [35359] trunk/src/wp-admin/includes/continents-cities.php: Docs: Add a proper file header to wp-admin/includes/continents-cities.php.
noreply at wordpress.org
- [wp-svn] [35360] trunk/src/wp-admin/includes/schema.php: Options: remove old ' gzipcompression' and 'advanced_edit' options.
noreply at wordpress.org
- [wp-svn] [35361] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Plugins: after [35151], set default `$restrict_network_*` values to prevent notices.
noreply at wordpress.org
- [wp-svn] [35362] trunk/src/wp-includes/version.php: 4.4-beta1
noreply at wordpress.org
- [wp-svn] [35363] trunk/package.json: Bump grunt-contrib-jshint to 0.11.3
noreply at wordpress.org
- [wp-svn] [35364] trunk/src/wp-includes/class-IXR.php: Update variable naming after [35279].
noreply at wordpress.org
- [wp-svn] [35365] trunk/src/wp-includes: Update to Random_Compat 1.0.9.
noreply at wordpress.org
- [wp-svn] [35366] trunk: XMLRPC: Prevent authentication from occuring after a failed authentication attmept in any single XML-RPC call.
noreply at wordpress.org
- [wp-svn] [35367] trunk/tests/phpunit/includes/testcase-xmlrpc.php: XMLRPC: Revert the changes to `WP_XMLRPC_UnitTestCase` in [35366] as they weren' t required.
noreply at wordpress.org
- [wp-svn] [35368] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Comments: Use a full URL rather than a relative one for links which can contain IPv6 addresses to avoid an issue where the URL was being eaten by escaping functions.
noreply at wordpress.org
- [wp-svn] [35369] trunk: WP_HTTP: Promote the `WP_HTTP::parse_url() ` method to a more generic `wp_parse_url()` function.
noreply at wordpress.org
- [wp-svn] [35370] trunk: Use `wp_parse_url()` in `esc_url() ` to avoid parsing bugs in < PHP 5.4.7.
noreply at wordpress.org
- [wp-svn] [35371] trunk/src/wp-admin/includes/ajax-actions.php: Updates: Add a generic failure case to the ajax update endpoint for when the `WP_Error` value hasn 't been found.
noreply at wordpress.org
- [wp-svn] [35372] trunk/src/wp-includes/locale.php: In `WP_Locale::init()`, replace space as a thousands separator with a non-breaking space.
noreply at wordpress.org
- [wp-svn] [35373] trunk/src/wp-admin/includes/plugin.php: Docs: Use consistent naming and capitalization of menu names in `add_submenu_page ()` wrappers.
noreply at wordpress.org
- [wp-svn] [35374] trunk/src/wp-admin/includes/media.php: Docs: Correct the type and description of `$post` parameter passed to the `attachment_fields_to_save` filter.
noreply at wordpress.org
- [wp-svn] [35375] trunk/src/wp-includes/class-http.php: Docs: Syntax fixes for deprecating `WP_Http::parse_url()`.
noreply at wordpress.org
- [wp-svn] [35376] trunk/src: After [34891], rename new post type and taxonomy label keys to match the default strings.
noreply at wordpress.org
- [wp-svn] [35377] trunk/src/wp-includes: After [34891] and [35376], add new labels to changelog entries.
noreply at wordpress.org
- [wp-svn] [35378] trunk/src/wp-includes/media.php: Responsive Images: fix typo in r35358.
noreply at wordpress.org
- [wp-svn] [35379] trunk/src/wp-includes: Site Icon: Introduce `get_site_icon_url` filter for the icon URL.
noreply at wordpress.org
- [wp-svn] [35380] trunk/src/wp-includes/class-wp-editor.php: Remove unused variable in `_WP_Editors::editor()`.
noreply at wordpress.org
- [wp-svn] [35381] trunk/src/wp-includes/class-wp-customize-widgets.php: Docs: Change variable name in `WP_Customize_Widgets:: filter_customize_dynamic_setting_args() ` DocBlock to match the actual variable.
noreply at wordpress.org
- [wp-svn] [35382] trunk/src: Nav Menus: show custom post type Archive item at the top of the `View All` tab for the post type on the legacy Nav Menu screen.
noreply at wordpress.org
- [wp-svn] [35383] trunk/src/wp-includes: Customize: move `WP_Customize_Setting` subclasses to `wp-includes/customize`, they load in the exact same place.
noreply at wordpress.org
- [wp-svn] [35384] trunk/src/wp-includes/general-template.php: Editor: After [33927], make sure `user_can_richedit()` returns true for Microsoft Edge.
noreply at wordpress.org
- [wp-svn] [35385] trunk/src/wp-includes: Customize: move `WP_Customize_Section` subclasses to `wp-includes/customize`, they load in the exact same place.
noreply at wordpress.org
- [wp-svn] [35386] trunk/src/wp-includes: Customize: move `WP_Customize_Panel` subclass to `wp-includes/customize`, it loads in the exact same place.
noreply at wordpress.org
- [wp-svn] [35387] trunk/src/wp-admin/includes/revision.php: Docs: Add a version to the file header for wp-admin/includes/revision.php.
noreply at wordpress.org
- [wp-svn] [35388] trunk/src/wp-includes/feed.php: Use correct placeholders for translator comments added in [35303].
noreply at wordpress.org
- [wp-svn] [35389] trunk/src/wp-includes: Customize: move `WP_Customize_Control` subclasses to `wp-includes/customize`, they load in the exact same place.
noreply at wordpress.org
- [wp-svn] [35390] trunk/src/wp-includes/Text/Diff/Engine/string.php: Fix the `@author` doc param encoding in `Text/Diff/Engine/ string` so the file is recognized as UTF-8, not ISO-8859-1.
noreply at wordpress.org
- [wp-svn] [35391] trunk/src/wp-includes: Customizer: remove the `title` attribute from the Preview html element while loading.
noreply at wordpress.org
- [wp-svn] [35392] trunk/src/wp-includes/version.php: Post 4.4-beta1 version bump.
noreply at wordpress.org
- [wp-svn] [35393] trunk/src/wp-includes/customize/ class-wp-widget-area-customize-control.php: Docs: Add missing DocBlocks for the `$type` and `$sidebar_id` properties, and summaries for the `to_json()` and `render_content() ` methods in `WP_Widget_Area_Customize_Control`.
noreply at wordpress.org
- [wp-svn] [35394] trunk/src/wp-includes/embed-functions.php: Docs: Fix a typo in the `print_embed_scripts()` function header.
noreply at wordpress.org
- [wp-svn] [35395] trunk/src/wp-includes/default-filters.php: Embeds: Move the embed iframe script to the footer, as it isn' t being run until `DOMContentLoaded` is fired.
noreply at wordpress.org
- [wp-svn] [35396] trunk/src/wp-includes/customize/ class-wp-customize-nav-menu-control.php: Customizer: Remove the no more used `add-menu-item-loading` spinner.
noreply at wordpress.org
- [wp-svn] [35397] trunk/src/wp-includes: Embeds: Rename TinyMCE `wpoembed` plugin to `wpembed`.
noreply at wordpress.org
- [wp-svn] [35398] trunk/src/wp-includes/post-template.php: Docs: Correct `$class` parameter type and description for `body_class` filter.
noreply at wordpress.org
- [wp-svn] [35399] trunk/src/wp-includes/post-template.php: In `get_post_class()`, ensure that we always coerce the class list passed to the function to an array , even when it's empty.
noreply at wordpress.org
- [wp-svn] [35400] trunk/src/wp-includes/post-template.php: Docs: After [35399], correct `$class` parameter type and description for `post_class` filter.
noreply at wordpress.org
- [wp-svn] [35401] trunk/src/wp-includes/media.php: Docs: After [34453], correct inline comments in `wp_get_attachment_image_sizes()`.
noreply at wordpress.org
- [wp-svn] [35402] trunk/src/wp-includes/media.php: Remove assignments from conditions in `wp_get_attachment_image() ` and `wp_img_add_srcset_and_sizes()`.
noreply at wordpress.org
- [wp-svn] [35403] trunk/src/wp-admin/includes/ms-admin-filters.php: Docs: Add a `@subpackage` tag to the file header for wp-admin/includes/ ms-admin-filters.php.
noreply at wordpress.org
- [wp-svn] [35404] trunk/src/wp-includes/media.php: After [35402], don' t unnecessary run `wp_get_attachment_image_srcset() ` and `wp_get_attachment_image_sizes()` in `wp_get_attachment_image() ` if `srcset` is passed as an argument.
noreply at wordpress.org
- [wp-svn] [35405] trunk/src/wp-includes/media.php: After [35402], don' t unnecessary run `wp_get_attachment_metadata()`, `wp_get_attachment_image_srcset()`, and `wp_get_attachment_image_sizes() ` in `wp_img_add_srcset_and_sizes()`.
noreply at wordpress.org
- [wp-svn] [35406] trunk/src/wp-includes/embed-functions.php: Embeds: Add a CDATA and HTML comment wrapper around the JavaScript included in the embed HTML.
noreply at wordpress.org
- [wp-svn] [35407] trunk/src/wp-admin/includes/ms-deprecated.php: Docs: Standardize the file header for wp-admin/includes/ms-deprecated.php.
noreply at wordpress.org
- [wp-svn] [35408] trunk: Embeds: Replace hardcoded error messages with `get_status_header_desc( $http_code )`.
noreply at wordpress.org
- [wp-svn] [35409] trunk/src/wp-includes/embed-template.php: Embeds: Provide a site icon via `srcset` for HiDPI screens.
noreply at wordpress.org
- [wp-svn] [35410] trunk/src/wp-includes/random_compat/random.php: Update Random_Compat to master.
noreply at wordpress.org
- [wp-svn] [35411] trunk/src/wp-admin/options-general.php: Settings: Don' t display Site Address field description if `WP_HOME` is defined and the field is disabled.
noreply at wordpress.org
- [wp-svn] [35412] trunk: Responsive images:
noreply at wordpress.org
- [wp-svn] [35413] trunk/src/wp-includes/template.php: List the possible values for the dynamic portion of the `{type}_template` hook.
noreply at wordpress.org
- [wp-svn] [35414] trunk/src/wp-admin: Dashboard: make tags used for headings more semantic.
noreply at wordpress.org
- [wp-svn] [35415] trunk/src/wp-includes/pluggable.php: Mail: in `wp_notify_postauthor()` and `wp_notify_moderator()`, ensure that special chars aren't HTML-encoded in the email message body.
noreply at wordpress.org
- [wp-svn] [35416] trunk/src/wp-admin/includes/menu.php: Admin Menu: after [34861], prevent adjacent separators.
noreply at wordpress.org
- [wp-svn] [35417] trunk: Don't specify an `offset` default in `get_posts()`.
noreply at wordpress.org
- [wp-svn] [35418] trunk/src: Thickbox: spinner should disappear when loading is done.
noreply at wordpress.org
- [wp-svn] [35419] trunk/src/wp-includes/media.php: Responsive images:
noreply at wordpress.org
- [wp-svn] [35420] trunk/src/wp-admin/css/dashboard.css: Dashboard: cleanup after [ 35414].
noreply at wordpress.org
- [wp-svn] [35421] trunk/src/wp-includes/css/buttons.css: Buttons: More consistent focus styling.
noreply at wordpress.org
- [wp-svn] [35422] trunk/src/wp-admin/css/common.css: Buttons: Screen Options/ Help shouldn't have active styling.
noreply at wordpress.org
- [wp-svn] [35423] trunk/src/wp-includes/default-filters.php: Multisite: Restore displaying the Toolbar on wp-signup.php while logged-in.
noreply at wordpress.org
- [wp-svn] [35424] trunk/src/wp-includes/version.php: 4.4-beta2
noreply at wordpress.org
- [wp-svn] [35425] trunk/src/wp-includes/version.php: Bump 4.4 Beta 2.
noreply at wordpress.org
- [wp-svn] [35426] trunk/src/wp-includes/media.php: Responsive images: add inline docs for private functions.
noreply at wordpress.org
- [wp-svn] [35427] trunk/src: Media: Improve the headings hierarchy in the Media Views for better accessibility.
noreply at wordpress.org
- [wp-svn] [35428] trunk/src/wp-includes/shortcodes.php: Shortcodes: Tweak the error messages added in [34745].
noreply at wordpress.org
- [wp-svn] [35429] trunk/src/wp-includes/embed-template.php: Embeds: Tweak the " embed not found" message, based on the Twenty Sixteen 404 template.
noreply at wordpress.org
- [wp-svn] [35430] trunk/src/wp-includes/embed-template.php: Embeds: Tweak a string added in [35429], and add a translator comment.
noreply at wordpress.org
- [wp-svn] [35431] trunk/src/wp-includes/option.php: Rename internal variable in `set_transient()`.
noreply at wordpress.org
- [wp-svn] [35432] trunk: Embeds: Include post name in "Continue reading" links to provide a readable link for screenreaders.
noreply at wordpress.org
- [wp-svn] [35433] trunk/src/wp-includes/rest-api/rest-functions.php: REST API: Add missing translator comments for deprecated function and argument strings.
noreply at wordpress.org
- [wp-svn] [35434] trunk/src/wp-includes/rest-api/rest-functions.php: REST API: Use correct version in `_doing_it_wrong()` call.
noreply at wordpress.org
- [wp-svn] [35435] trunk: Correctly populate the `user_id` field for comments when a user submits a comment while logged in.
noreply at wordpress.org
- [wp-svn] [35436] trunk: Embeds: Who put this REST API infrastructure in my WordPress?
noreply at wordpress.org
- [wp-svn] [35437] trunk: Embeds: Provide a cached text fallback.
noreply at wordpress.org
- [wp-svn] [35438] trunk/src/wp-admin/options-general.php: Don't use `<code> ` in translatable strings in `options-general.php`.
noreply at wordpress.org
- [wp-svn] [35439] trunk/src/wp-admin/includes/media.php: Don't use `<code> ` in translatable string in `wp-admin/includes/media.php`.
noreply at wordpress.org
- [wp-svn] [35440] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Don' t use `<code>` in translatable strings in `wp-admin/includes/ class-wp-plugins-list-table.php`.
noreply at wordpress.org
- [wp-svn] [35441] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Add ` <code>` tag missed in [35440].
noreply at wordpress.org
- [wp-svn] [35442] trunk/src/wp-admin/includes/nav-menu.php: Don't use `<strong> ` in translatable string in `wp-admin/includes/nav-menu.php`.
noreply at wordpress.org
- [wp-svn] [35443] trunk/src/wp-admin/includes/dashboard.php: Don't use `<a> ` in translatable strings in `wp-admin/includes/dashboard.php'.
noreply at wordpress.org
- [wp-svn] [35444] trunk/src/wp-admin/includes/nav-menu.php: Don't use `<strong> ` in translatable string in `wp-admin/includes/nav-menu.php`.
noreply at wordpress.org
- [wp-svn] [35445] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Replace a second instance of `<code>` in translatable string left in [ 35440].
noreply at wordpress.org
- [wp-svn] [35446] trunk: Ensure that the scheme used in the URL returned by `get_blogaddress_by_id ()` always reflects the blog's URL, instead of using `http`.
noreply at wordpress.org
- [wp-svn] [35447] trunk/src/wp-signup.php: Don't use `<strong> ` in translatable strings in `wp-signup.php`.
noreply at wordpress.org
- [wp-svn] [35448] trunk/src/wp-admin/css/common.css: Buttons: Add some vendor prefixes missed in [35422].
noreply at wordpress.org
- [wp-svn] [35449] trunk/src/wp-includes/default-filters.php: Multisite: Restore display of the Toolbar on wp-activate.php while logged-in.
noreply at wordpress.org
- [wp-svn] [35450] trunk/src/wp-admin/includes/nav-menu.php: Menus: Prevent display conflicts in the screen options for Menus when a post type and taxonomy share the same slug.
noreply at wordpress.org
- [wp-svn] [35451] trunk/src/wp-signup.php: Don't use `<strong> ` in translatable strings in `wp-signup.php`.
noreply at wordpress.org
- [wp-svn] [35452] trunk/src/wp-includes/nav-menu.php: Don't use `<strong> ` in translatable string in `wp-includes/nav-menu.php`.
noreply at wordpress.org
- [wp-svn] [35453] trunk/src/wp-includes/ms-load.php: Don't use `<a> ` in translatable string in `wp-includes/ms-load.php`.
noreply at wordpress.org
- [wp-svn] [35454] trunk/src/wp-includes/theme-compat/comments-popup.php: Add translator comments for strings in `theme-compat/comments-popup.php`.
noreply at wordpress.org
- [wp-svn] [35455] trunk/src/wp-includes/theme-compat/comments.php: Don't use `<a> ` in translatable string in `theme-compat/comments.php`.
noreply at wordpress.org
- [wp-svn] [35456] trunk/src/wp-includes/theme-compat/footer.php: Add translator comments for strings in `theme-compat/footer.php`.
noreply at wordpress.org
- [wp-svn] [35457] trunk/src/wp-includes/theme-compat/header.php: Add translator comments for strings in `theme-compat/header.php`.
noreply at wordpress.org
- [wp-svn] [35458] trunk/src/wp-includes/theme-compat/sidebar.php: Don't use `<a> ` in translatable strings in `theme-compat/sidebar.php`.
noreply at wordpress.org
- [wp-svn] [35459] trunk/src/wp-admin/includes/template-functions.php: Accessibility: Bump the Settings API sections heading one level up.
noreply at wordpress.org
- [wp-svn] [35460] trunk/src/wp-includes/functions.php: Add `wp-post-new-reload` to the list of removable query vars so it doesn' t persist in the URL.
noreply at wordpress.org
- [wp-svn] [35461] trunk/src/wp-admin/includes/class-wp-screen.php: View mode is only a screen option for posts lists.
noreply at wordpress.org
- [wp-svn] [35462] trunk/src/wp-includes/rest-api/rest-functions.php: Remove trailing whitespace introduced in [35351].
noreply at wordpress.org
- [wp-svn] [35463] trunk/src/wp-includes/media-template.php: Media: Restore proper conditional statement broken after [35427].
noreply at wordpress.org
- [wp-svn] [35464] trunk: Responsive images:
noreply at wordpress.org
- [wp-svn] [35465] trunk/src/wp-includes/media.php: Responsive images: few more inline docs fixes.
noreply at wordpress.org
- [wp-svn] [35466] trunk: Embeds: Add fallbacks for IE7-9.
noreply at wordpress.org
- [wp-svn] [35467] trunk/src/wp-includes/images/embed/: Embeds: Revert [35083], as the PNG files ended up not being used in [35466].
noreply at wordpress.org
- [wp-svn] [35468] trunk/src/wp-admin/includes: Docs: Use 3-digit, x.x.x-style semantic versioning in the DocBlocks for `post_form_autocomplete_off ()` and `WP_Filesystem_SSH2::sftp_path()`.
noreply at wordpress.org
- [wp-svn] [35469] trunk/src/wp-admin/css/dashboard.css: Dashboard: Activity widget CSS cleanup after [35420].
noreply at wordpress.org
- [wp-svn] [35470] trunk/src/wp-includes/class-wp-oembed-controller.php: Embeds: Fix typo in `oembed_request_post_id` filter DocBlock.
noreply at wordpress.org
- [wp-svn] [35471] trunk/src/wp-includes/embed-functions.php: Embeds: In `get_oembed_response_data()`, make the `$post` argument required.
noreply at wordpress.org
- [wp-svn] [35472] trunk: Embeds: In `get_post_embed_html()`, move the optional `$post` argument after the required `$width` and `$height`.
noreply at wordpress.org
- [wp-svn] [35473] trunk/src/wp-admin/css/nav-menus.css: Nav Menus: add responsive styles for viewport between 768 and 1000px.
noreply at wordpress.org
- [wp-svn] [35474] trunk/src/wp-includes/rest-api/rest-functions.php: REST API: remove the `@internal` annotation from `rest_api_default_filters()`.
noreply at wordpress.org
- [wp-svn] [35475] trunk: Comments: don't auto-close comments on draft posts.
noreply at wordpress.org
- [wp-svn] [35476] trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php: Filesystem: in `WP_Filesystem_FTPext::parselisting()`, check for the existence of `$b['islink']` before using it.
noreply at wordpress.org
- [wp-svn] [35477] trunk/src/wp-admin/includes/plugin.php: Admin Menu: allow more than one menu item to be added at the same priority/position.
noreply at wordpress.org
- [wp-svn] [35478] trunk/src/wp-includes/js/wp-embed.js: WP oEmbed: Improve height attribute sanitization
noreply at wordpress.org
- [wp-svn] [35479] trunk: Media: add a new image size, `medium_large`.
noreply at wordpress.org
- [wp-svn] [35480] trunk/src/wp-includes/canonical.php: Canonical: when `/%post_id%/ ` is the permalink structure, don't redirect IDs that match Auto Drafts.
noreply at wordpress.org
- [wp-svn] [35481] trunk/src/wp-includes/media.php: Responsive images: add `$image_url` parameter to `wp_get_attachment_image_sizes() ` and use it in the filter.
noreply at wordpress.org
Last message date:
Sat Oct 31 22:48:08 UTC 2015
Archived on: Sat Oct 31 22:48:10 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).