January 2015 Archives by date
Starting: Thu Jan 1 12:24:05 UTC 2015
Ending: Sat Jan 31 22:01:33 UTC 2015
Messages: 303
- [wp-svn] [31017] trunk/src/license.txt: Update license copyright year to 2015.
noreply at wordpress.org
- [wp-svn] [31018] trunk/src/wp-includes/media.php: More-specific docs for `wp_embed_handler_youtube()`.
noreply at wordpress.org
- [wp-svn] [31019] trunk/src/wp-admin/includes/template.php: `WP_List_Table`' s constructor registers an `'admin_footer'` callback when AJAX is enabled.
noreply at wordpress.org
- [wp-svn] [31020] trunk/src/wp-includes/post.php: If you set `'_wp_page_template' ` for a post, and then switch to a theme that doesn't support the template , subsequent calls to `wp_insert_post() ` will bail early without running a plethora of hooks.
noreply at wordpress.org
- [wp-svn] [31021] trunk/tests/phpunit/tests/term/wpDeleteObjectTermRelationships.php : Add tests for `wp_delete_object_term_relationships()`.
noreply at wordpress.org
- [wp-svn] [31022] trunk/src/wp-includes/css/wp-auth-check.css: Fix the background color in the auth.
noreply at wordpress.org
- [wp-svn] [31023] trunk/src/wp-admin/js/common.js: Move the (recently added) `.notice` admin notices below the first H2, same as the `.updated` and `.error` notices.
noreply at wordpress.org
- [wp-svn] [31024] trunk: Introduce 'name' parameter for `get_terms()`.
noreply at wordpress.org
- [wp-svn] [31025] trunk: In `Walker_Category`, don' t generate list elements for empty cat names.
noreply at wordpress.org
- [wp-svn] [31026] trunk/tests/phpunit/tests/category/wpListCategories.php: Add tests for `wp_list_categories()` CSS class generation.
noreply at wordpress.org
- [wp-svn] [31027] trunk/src/wp-includes/category-template.php: Introduce ' category_css_classes' filter.
noreply at wordpress.org
- [wp-svn] [31028] trunk/src/wp-includes/functions.wp-scripts.php: When calling `wp_enqueue_script()` with a registered `$handle`, no `$src` (using the default value, `false`), and `true` as the value for `$in_footer`, ensure that the script actually loads in the footer.
noreply at wordpress.org
- [wp-svn] [31029] trunk/src: When outputting JS with a `Content-Type` header:
noreply at wordpress.org
- [wp-svn] [31030] trunk/src/wp-includes: Allow the 3rd argument to `wp_localize_script()/WP_Scripts->localize() ` to be a `callable`, allowing data to be lazy-loaded when the script is actually enqueued.
noreply at wordpress.org
- [wp-svn] [31031] trunk: Ensure that inline styles attached to conditional stylesheets are also conditional.
noreply at wordpress.org
- [wp-svn] [31032] trunk/src/wp-includes: Add the ability to print data *after* a script, whether it is concatenated or not:
noreply at wordpress.org
- [wp-svn] [31033] trunk/src/wp-includes/class.wp-scripts.php: After [31030]: if a `callable` is passed as the 3rd arg to `wp_localize_script()/ WP_Scripts->localize()`, pass `$handle` and `$object_name` to the user func when invoking it.
noreply at wordpress.org
- [wp-svn] [31034] trunk/src: Inline `<script> `s that are only printed in the admin for pages that are served with the HTML5 doctype absolutely do not need `CDATA` comments.
noreply at wordpress.org
- [wp-svn] [31035] trunk/src: Use the `'not_found' ` label when there are no items for a taxonomy in the terms list table.
noreply at wordpress.org
- [wp-svn] [31036] trunk/src/wp-includes/comment-template.php: Remove whitespace side effects from `comment_form()`.
noreply at wordpress.org
- [wp-svn] [31037] trunk/src/wp-admin: Respect query vars for taxonomies passed as URL parameters when in grid mode of Media Library.
noreply at wordpress.org
- [wp-svn] [31038] trunk/src/wp-includes/css/media-views.css: Fix spacing of `.compat-item .field` form widgets in media modal.
noreply at wordpress.org
- [wp-svn] [31039] trunk/src/wp-includes/js/media-views.js: In Media Grid, don' t immediately load full size images if the requested size passed to `wp.media.view.Attachment.imageSize ()` does not exist, look for other suitable sizes.
noreply at wordpress.org
- [wp-svn] [31040] trunk: Preserve alpha transparency when rotating a PNG while GD is the active image editor.
noreply at wordpress.org
- [wp-svn] [31041] trunk/src/wp-admin/upload.php: After [31037], ensure that the library is passed as a map to the Media Grid instance.
noreply at wordpress.org
- [wp-svn] [31042] trunk/src: Improve the handling of comma-separated mime-types in `wp_match_mime_types ()`, particularly as pertains to the mime-type selector on the Media list table screen.
noreply at wordpress.org
- [wp-svn] [31043] trunk/src/wp-admin/includes/image-edit.php: If `IMAGE_EDIT_OVERWRITE` is defined as `true`, ensure that multiple edits to the same image does not result in the file being deleted (updating the meta fails because the old and new paths are identical).
noreply at wordpress.org
- [wp-svn] [31044] trunk/src/wp-includes/functions.php: ImageMagick expects TIFF files to have `.tiff` as an extension, so the key in `wp_get_mime_types()` should be `'tiff|tif'` not `'tif|tiff '` so the proper extension is returned in `WP_Image_Editor->get_extension( )` subclass invocations.
noreply at wordpress.org
- [wp-svn] [31045] trunk/src/wp-includes/js/media-views.js: In Media Views, use `this.listenTo( this.model, ....
noreply at wordpress.org
- [wp-svn] [31046] trunk/tests/phpunit: Remove non-built-in post statuses during each unit test teardown.
noreply at wordpress.org
- [wp-svn] [31047] trunk/tests/phpunit/tests/query/postStatus.php: Add tests for the 'post_status' behavior of `WP_Query`.
noreply at wordpress.org
- [wp-svn] [31048] trunk/src/wp-includes/post-thumbnail-template.php: A couple more tweaks to the post-thumbnail-template.php description.
noreply at wordpress.org
- [wp-svn] [31049] trunk/src/wp-includes/capabilities.php: Preinitialize WP_User:: $data to an object in the event an empty user object is created.
noreply at wordpress.org
- [wp-svn] [31050] trunk/src/wp-includes/wp-db.php: WPDB Docs: Update the @since version from 4.1.0 to 4.2.0, for all the methods/ members that were punted from 4.1.
noreply at wordpress.org
- [wp-svn] [31051] trunk/src/wp-includes/wp-db.php: WPDB: To ensure we' re not asking MySQL to read data using queries that it can't handle, make sure that we run all read queries through the character set sanity checks.
noreply at wordpress.org
- [wp-svn] [31052] trunk: `size_format() ` incorrectly included a trailing space for `B` values: less than 1024 bytes.
noreply at wordpress.org
- [wp-svn] [31053] trunk/src/wp-admin/edit-form-comment.php: Pass comment author name and comment ID to 'get_comment_author_link' filter on Edit Comment screen, for consistency with [30092].
noreply at wordpress.org
- [wp-svn] [31054] trunk/src/wp-admin/css/themes.css: Themes: Fix position of admin notice with .notice class.
noreply at wordpress.org
- [wp-svn] [31055] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Use localized format for Last Updated date on Add Plugins screen.
noreply at wordpress.org
- [wp-svn] [31056] trunk/src: Remove obsolete inline comment.
noreply at wordpress.org
- [wp-svn] [31057] trunk/src/wp-includes/date.php: Fix 'compare' parameter description in WP_Date_Query.
noreply at wordpress.org
- [wp-svn] [31058] trunk/src/wp-includes/post.php: Skip building the query in wp_count_posts() if cached results are used.
noreply at wordpress.org
- [wp-svn] [31059] trunk/src/wp-includes/pluggable.php: Remove padding from the comment notification emails in wp_notify_moderator ().
noreply at wordpress.org
- [wp-svn] [31060] trunk/src/wp-includes/pluggable.php: Remove space before comma in wp_notify_postauthor() and wp_notify_moderator().
noreply at wordpress.org
- [wp-svn] [31061] trunk/src/wp-includes/css/media-views.css: Autoprefixer for [31038 ].
noreply at wordpress.org
- [wp-svn] [31062] trunk/src: Customizer: Send JSON success for `customize_save` and allow response to be filtered.
noreply at wordpress.org
- [wp-svn] [31063] trunk/src/wp-includes/class-wp-customize-manager.php: Add a description for the `$data` parameter in the DocBlock for the `customize_save_response` hook introduced in [31062].
noreply at wordpress.org
- [wp-svn] [31064] trunk/src/wp-includes/formatting.php: Options: When updating options, make sure the user isn' t trying to insert characters that aren' t supported by the database character set.
noreply at wordpress.org
- [wp-svn] [31065] trunk/tests/phpunit/tests: Fix typo in a comment in slashing tests.
noreply at wordpress.org
- [wp-svn] [31066] trunk: Don't force newlines around URLs in WP_Embed::autoembed().
noreply at wordpress.org
- [wp-svn] [31067] trunk/src/wp-admin/user-edit.php: Remove obsolete help sentence on Edit User screen.
noreply at wordpress.org
- [wp-svn] [31068] trunk/src/wp-includes/css/dashicons.css: Dashicons: Fix typo in .dashicons-excerpt-view class.
noreply at wordpress.org
- [wp-svn] [31069] trunk/src/wp-includes/class-wp-customize-manager.php: Customizer: Correctly display "Select" option in Navigation section dropdowns.
noreply at wordpress.org
- [wp-svn] [31070] trunk/src/wp-admin/includes/image-edit.php: Image file editor: fix a wrong error message when restoring an edited image and IMAGE_EDIT_OVERWRITE is set.
noreply at wordpress.org
- [wp-svn] [31071] trunk/src/wp-includes/link-template.php: Add context for 'Previous ' and 'Next' strings in get_the_posts_pagination().
noreply at wordpress.org
- [wp-svn] [31072] trunk/src/wp-admin/theme-install.php: Theme install: Display an appropriate string if theme has not been rated yet.
noreply at wordpress.org
- [wp-svn] [31073] trunk/src/wp-admin/includes/update-core.php: TinyMCE: Remove dashicon-no-alt.png, unused since [30694].
noreply at wordpress.org
- [wp-svn] [31074] trunk/src/wp-admin/includes/translation-install.php: Call the init () method for the upgrader in wp_can_install_language_pack() to avoid undefined index notices.
noreply at wordpress.org
- [wp-svn] [31075] trunk/src/wp-admin/includes/dashboard.php: In dashboard activity widget, display a front-end link if the user cannot edit the post.
noreply at wordpress.org
- [wp-svn] [31076] branches/4.1: Set the type attribute of the buttons for logging out of all sessions to buttons
noreply at wordpress.org
- [wp-svn] [31077] trunk/src: Pinking Shears.
noreply at wordpress.org
- [wp-svn] [31078] trunk/src: Access Modifiers:
noreply at wordpress.org
- [wp-svn] [31079] trunk/src: Perl-style comments should not be used
noreply at wordpress.org
- [wp-svn] [31080] branches/4.1: Themes: Fix position of admin notice with .notice class.
noreply at wordpress.org
- [wp-svn] [31081] trunk/src/wp-includes/query.php: `WP_Query->parse_tax_query() ` - for BC, this method is not marked as protected.
noreply at wordpress.org
- [wp-svn] [31082] branches/4.1: Add context for 'Previous' and 'Next' strings in get_the_posts_pagination().
noreply at wordpress.org
- [wp-svn] [31083] trunk/src/wp-includes: In Customizer classes:
noreply at wordpress.org
- [wp-svn] [31084] branches/4.1: Pass $resource_type to 'get_ancestors' filter.
noreply at wordpress.org
- [wp-svn] [31085] trunk/src/wp-includes/class-wp-customize-manager.php: There is no need to use the `final` modifier inside a `final` class.
noreply at wordpress.org
- [wp-svn] [31086] trunk/src/wp-includes/functions.php: PHP keywords and constants " true", "false", "null" should be in lower case - there was one lingering capitalized `false` in `_http_build_query ()`.
noreply at wordpress.org
- [wp-svn] [31087] trunk/src/wp-includes/taxonomy.php: In `wp-includes/taxonomy.php`:
noreply at wordpress.org
- [wp-svn] [31088] branches/4.1: TinyMCE: Remove dashicon-no-alt.png, unused since [ 30694].
noreply at wordpress.org
- [wp-svn] [31089] trunk/src/wp-admin/includes/upgrade.php: Enable Pretty Permalinks for new sites during install if the server supports it.
noreply at wordpress.org
- [wp-svn] [31090] trunk/src: The keyword `elseif` should be used instead of `else if` so that all control keywords look like single words.
noreply at wordpress.org
- [wp-svn] [31091] trunk/src/wp-admin/includes/plugin.php: In `wp-includes/ plugin.php`, collapse 3 `else-newline-tab-if` statements.
noreply at wordpress.org
- [wp-svn] [31092] trunk/src/wp-includes/class-wp-xmlrpc-server.php: In `wp_xmlrpc_server`, remove dead code.
noreply at wordpress.org
- [wp-svn] [31093] trunk/src/wp-includes/wp-db.php: WPDB: When `wpdb::query() ` needs to sanity check a query string, make sure to run `wpdb:flush() ` afterwards, to ensure the results from sanity check queries aren' t mixed up with the results for the user query.
noreply at wordpress.org
- [wp-svn] [31094] trunk/src/wp-includes/wp-db.php: WPDB: When sanity checking a string, check that it's a string, first - PHP notices can occur if an array or object is handled like a string.
noreply at wordpress.org
- [wp-svn] [31095] trunk/src/wp-admin/options-discussion.php: Collapse additional avatar settings if avatars are disabled.
noreply at wordpress.org
- [wp-svn] [31096] trunk/src/wp-includes/js/media-views.js: Remove non-functional date filter from Edit Selection view in media modal.
noreply at wordpress.org
- [wp-svn] [31097] trunk/tests/phpunit/tests/link/getAdjacentPostLink.php: Use home_url() instead of hardcoded domain in Tests_Link_GetAdjacentPostLink.
noreply at wordpress.org
- [wp-svn] [31098] trunk: Pass post type to count_user_posts() in get_the_author_posts().
noreply at wordpress.org
- [wp-svn] [31099] trunk/src: Use `&&` instead of `and` in the 3 places where `and` was used.
noreply at wordpress.org
- [wp-svn] [31100] trunk/src: Jump statements should not be followed by other statements ( there were 5 lingering).
noreply at wordpress.org
- [wp-svn] [31101] trunk/src: Overriding methods should do more than simply call the same method in the super class.
noreply at wordpress.org
- [wp-svn] [31102] trunk/src/wp-includes/media.php: Make a hint on Edit Selection view in media modal more accurate, as it applies to all media files, not just images.
noreply at wordpress.org
- [wp-svn] [31103] trunk/src/wp-includes/comment-template.php: Remove a redundant inline comment with a typo.
noreply at wordpress.org
- [wp-svn] [31104] trunk/src/wp-includes/rewrite.php: If WP_Rewrite::flush_rules() is called on 'init' or earlier, wait until 'wp_loaded' before actually flushing the rules, to make sure all the rules registered on 'init' are included.
noreply at wordpress.org
- [wp-svn] [31105] trunk/src: Properly declare `$hook_suffix`, `$plugin_page`, `$typenow`, and `$taxnow` as globals in `wp-admin/admin.php`.
noreply at wordpress.org
- [wp-svn] [31106] trunk/src: After [31105], don't ditch the `isset()` calls for BC.
noreply at wordpress.org
- [wp-svn] [31107] trunk: Add `get_avatar_url()`, for retrieving just the URL of an avatar, rather than the entire `<img> ` tag that `get_avatar()` produces.
noreply at wordpress.org
- [wp-svn] [31108] trunk/src/wp-includes/class-wp-theme.php: Correct @return value for WP_Theme::load_textdomain() after [30681].
noreply at wordpress.org
- [wp-svn] [31109] trunk/src/wp-admin/includes/media.php: Improve documentation for media_handle_upload().
noreply at wordpress.org
- [wp-svn] [31110] trunk/src/wp-admin/includes/plugin-install.php: Use localized format for Last Updated date in plugin details modal, for consistency with [31055].
noreply at wordpress.org
- [wp-svn] [31111] trunk/src/wp-includes/js/admin-bar.js: Toolbar: Make network admin accessible via keyboard.
noreply at wordpress.org
- [wp-svn] [31112] trunk/src/wp-includes/class-wp-editor.php: Avoid a PHP notice in _WP_Editors::wp_fullscreen_html() when no $post global is set.
noreply at wordpress.org
- [wp-svn] [31113] trunk/src/wp-admin/includes/ms.php: Add variable type for sync_category_tag_slugs() parameters.
noreply at wordpress.org
- [wp-svn] [31114] trunk: In `get_permalink()`, don' t resolve to pretty permalink if post has 'future' status.
noreply at wordpress.org
- [wp-svn] [31115] trunk/src/wp-includes/js/mediaelement/froogaloop.min.js: After [ 31016], would be cool if we actually included the `froogaloop` file to interact with Vimeo.
noreply at wordpress.org
- [wp-svn] [31116] trunk/src/wp-admin: In `Custom_Background` and `Custom_Header`:
noreply at wordpress.org
- [wp-svn] [31117] trunk/src/wp-includes/js/media-views.js: Media modal: do not attempt to focus the hidden file input field added by Plupload when tabbing.
noreply at wordpress.org
- [wp-svn] [31118] trunk/src/wp-admin/js/editor-expand.js: TinyMCE editor-expand: when kitchensink is off hide the statusbar on loading, and when the editor is shorter then the viewport.
noreply at wordpress.org
- [wp-svn] [31119] trunk/src/wp-admin/includes/ajax-actions.php: In `wp_ajax_upload_attachment()`, `wp_check_filetype_and_ext()` doesn' t need a 3rd param - it already defaults to `null`.
noreply at wordpress.org
- [wp-svn] [31120] trunk/src/wp-includes: Use `PHP_SAPI` constant instead of `php_sapi_name() ` in `iis7_supports_permalinks()`, `wp_fix_server_vars()`, and `wp_redirect()`.
noreply at wordpress.org
- [wp-svn] [31121] trunk/src/wp-admin: Admin globals:
noreply at wordpress.org
- [wp-svn] [31122] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: `WP_Upgrader` will take any "skin" that is passed to it, and set `-> skin` via composition.
noreply at wordpress.org
- [wp-svn] [31123] trunk/src/wp-admin/includes/revision.php: In `wp-admin/includes/ revision.php`, `$post->modified` is a coding error.
noreply at wordpress.org
- [wp-svn] [31124] trunk/src/wp-admin: Declare `$wp_version`, `$required_php_version` , and `$required_mysql_version` as globals in install and upgrade admin files.
noreply at wordpress.org
- [wp-svn] [31125] trunk/src/wp-admin: Adding a `@return` annotation to constructors is generally not recommended as a constructor does not have a meaningful return value - anything that is returned is discarded.
noreply at wordpress.org
- [wp-svn] [31126] trunk/src: Adding a `@return` annotation to constructors is generally not recommended as a constructor does not have a meaningful return value.
noreply at wordpress.org
- [wp-svn] [31127] trunk/src: Fix some `@param` docs that have chars too close them.
noreply at wordpress.org
- [wp-svn] [31128] trunk/src/wp-admin/comment.php: Declare `$action` as a global in `wp-admin/comment.php`.
noreply at wordpress.org
- [wp-svn] [31129] trunk/src/wp-admin/custom-background.php: Since `get_theme_mod() ` returns `false` on failure, `$background_image_thumb` can be set to it and checked instead of calling `get_background_image ()` 3 times in `Custom_Background->admin_page()`.
noreply at wordpress.org
- [wp-svn] [31130] trunk/src/wp-admin/custom-header.php: `get_header_image() ` can return `false`.
noreply at wordpress.org
- [wp-svn] [31131] trunk/src/wp-admin/edit-form-advanced.php: In `edit-form-advanced.php`:
noreply at wordpress.org
- [wp-svn] [31132] trunk/src/wp-includes/post.php: `get_post() ` takes `$output` as its 2nd param.
noreply at wordpress.org
- [wp-svn] [31133] trunk/src/wp-admin/custom-background.php: In `Custom_Background`:
noreply at wordpress.org
- [wp-svn] [31134] trunk/src/wp-admin/custom-header.php: In `Custom_Image_Header`:
noreply at wordpress.org
- [wp-svn] [31135] trunk/src/wp-includes/wp-diff.php: In `WP_Text_Diff_Renderer_Table`:
noreply at wordpress.org
- [wp-svn] [31136] trunk/src/wp-includes/class-wp.php: In `WP_MatchesMapRegex`:
noreply at wordpress.org
- [wp-svn] [31137] trunk/src/wp-includes/class-wp-walker.php: In `Walker`:
noreply at wordpress.org
- [wp-svn] [31138] trunk/src/wp-includes/class-wp-error.php: In `WP_Error`:
noreply at wordpress.org
- [wp-svn] [31139] trunk/src/wp-includes/class-wp-ajax-response.php: `WP_Ajax_Response` has one property only, `$responses`.
noreply at wordpress.org
- [wp-svn] [31140] trunk: Default `$parent` in `category_exists() ` should default to null rather than 0.
noreply at wordpress.org
- [wp-svn] [31141] trunk/src/wp-includes/class-wp-walker.php: `Walker:: $has_children` should be public for backward compatibility.
noreply at wordpress.org
- [wp-svn] [31142] trunk/src/wp-includes/css/editor.css: TinyMCE: fix (switch) the indent/ outdent icons in RTL mode so the arrow points at the proper direction.
noreply at wordpress.org
- [wp-svn] [31143] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE wpView: when clicking in the editor optimize the caret placement before or after a view.
noreply at wordpress.org
- [wp-svn] [31144] trunk/src/wp-includes/user.php: In `WP_User_Query`, only call magic method internals against a whitelist of properties, `$compat_fields`.
noreply at wordpress.org
- [wp-svn] [31145] trunk/src/wp-admin/includes/class-wp-filesystem-base.php: In `WP_Filesystem_Base`, make the only `private` member, `$cache`, `public` and remove magic methods.
noreply at wordpress.org
- [wp-svn] [31146] trunk/src/wp-admin/includes/class-wp-list-table.php: In `WP_List_Table`, only call magic method internals again whitelists of properties and methods , `$compat_fields` and `$compat_methods`.
noreply at wordpress.org
- [wp-svn] [31147] trunk/src/wp-includes/capabilities.php: In `WP_Roles`, only allow `__call()` to run against `->_init()`.
noreply at wordpress.org
- [wp-svn] [31148] trunk/src/wp-includes/class-oembed.php: In `WP_oEmbed`, only allow `__call()` to run against a whitelist of methods, `$compat_methods`.
noreply at wordpress.org
- [wp-svn] [31149] trunk/src/wp-includes/class-wp-xmlrpc-server.php: In `wp_xmlrpc_server`, only allow `__call()` to run against `-> _multisite_getUsersBlogs()`.
noreply at wordpress.org
- [wp-svn] [31150] trunk/src/wp-includes/comment.php: In `WP_Comment_Query`, only allow `__call()` to run against `->get_search_sql()`.
noreply at wordpress.org
- [wp-svn] [31151] trunk/src/wp-includes/query.php: In `WP_Query`, only call magic method internals again whitelists of properties and methods , `$compat_fields` and `$compat_methods`.
noreply at wordpress.org
- [wp-svn] [31152] trunk: In `get_avatar()`, revert the `<img> ` tag attributes to using single quotes, instead of double quotes.
noreply at wordpress.org
- [wp-svn] [31153] trunk: In `get_avatar_data()`, there' s no need to return `false` if we couldn't find an avatar, as Gravatar can handle being given an empty email hash.
noreply at wordpress.org
- [wp-svn] [31154] trunk/src/wp-includes/link-template.php: If `get_avatar_data() ` is passed an empty value for the default avatar, we should be using the site's `avatar_default` option instead.
noreply at wordpress.org
- [wp-svn] [31155] trunk: Enforce leading and trailing slashes on paths updated with `update_blog_details ()`
noreply at wordpress.org
- [wp-svn] [31156] trunk/src/wp-admin/network/site-info.php: Update `home` and `siteurl` after path slashes are validated in `update_blog_details ()`
noreply at wordpress.org
- [wp-svn] [31157] trunk: Check for existence of data from `get_blogaddress_by_id() ` before returning a URL
noreply at wordpress.org
- [wp-svn] [31158] trunk: Use a less complex approach for enforcing path slashes in `update_blog_details ()`
noreply at wordpress.org
- [wp-svn] [31159] trunk/src/wp-admin/includes/upgrade.php: The new wp_install_maybe_enable_pretty_permalinks() function doesn' t need to be pluggable.
noreply at wordpress.org
- [wp-svn] [31160] trunk/src/wp-admin/includes/upgrade.php: More concise documentation for wp_install_maybe_enable_pretty_permalinks( )
noreply at wordpress.org
- [wp-svn] [31161] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: After [31146], properly declare `$user_can` as a `private` field in `WP_Comments_List_Table`.
noreply at wordpress.org
- [wp-svn] [31162] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Add 2 `private` fields to `WP_Media_List_Table`, `$detached` and `$is_trash`.
noreply at wordpress.org
- [wp-svn] [31163] trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php: In lieu of refactoring, add a `private` field to `WP_MS_Themes_List_Table`, `$has_items`.
noreply at wordpress.org
- [wp-svn] [31164] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Add a `private` field to `WP_Plugin_Install_List_Table`, `$error`.
noreply at wordpress.org
- [wp-svn] [31165] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Add a `private` field to `WP_Posts_List_Table`, `$is_trash`.
noreply at wordpress.org
- [wp-svn] [31166] trunk/src/wp-admin/includes/class-wp-terms-list-table.php: Add a `private` field to `WP_Terms_List_Table`, `$level`.
noreply at wordpress.org
- [wp-svn] [31167] trunk/src/wp-admin/includes/class-wp-list-table.php: `WP_Themes_List_Table` accesses `$_pagination_args` from the parent class.
noreply at wordpress.org
- [wp-svn] [31168] trunk/src/wp-includes: There are some random `add_action() ` and `add_filter()` calls littered around some files in `wp-includes/`.
noreply at wordpress.org
- [wp-svn] [31169] trunk/src/wp-includes/post.php: Remove an erroneous `@internal` tag from the DocBlock for `get_children() `.
noreply at wordpress.org
- [wp-svn] [31170] trunk/src: Ensure we' re using the correct `@ignore` phpDocumentor tag to mark elements that should be skipped when parsing.
noreply at wordpress.org
- [wp-svn] [31171] trunk: Add 'comment_type' to the list of fields wp_update_comment( ) can update.
noreply at wordpress.org
- [wp-svn] [31172] trunk: Add 'user_id' to the list of fields wp_update_comment() can update.
noreply at wordpress.org
- [wp-svn] [31173] trunk/src/wp-admin/js/common.js: Reveal row actions on focus on taxonomy screens.
noreply at wordpress.org
- [wp-svn] [31174] trunk/src/wp-includes/css/media-views.css: Scope attachment selectors in media views to avoid interfering with attachment pages on front-end.
noreply at wordpress.org
- [wp-svn] [31175] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: Add print section to the table of contents in the stylesheet.
noreply at wordpress.org
- [wp-svn] [31176] trunk/src/wp-includes/admin-bar.php: Customizer: Use deep-link for Widgets in toolbar on front-end.
noreply at wordpress.org
- [wp-svn] [31177] trunk/src/wp-admin/js/common.js: Revert [31173] and target only taxonomy and link manager tables in keyboard focus code.
noreply at wordpress.org
- [wp-svn] [31178] trunk/src/wp-includes/ms-blogs.php: Don' t overcheck the expected return from `get_blog_details() ` in `get_blogaddress_by_id()`
noreply at wordpress.org
- [wp-svn] [31179] trunk: Support array values in `WP_Date_Query:: validate_date_values()`.
noreply at wordpress.org
- [wp-svn] [31180] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: select the iframe element by id.
noreply at wordpress.org
- [wp-svn] [31181] trunk/src/wp-admin: List tables: Use CSS :nth-child() selectors for zebra striping.
noreply at wordpress.org
- [wp-svn] [31182] trunk/src/wp-content/themes/twentyfifteen/functions.php: Twenty Fifteen: remove border on post navigation when post thumbnail is available.
noreply at wordpress.org
- [wp-svn] [31183] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: remove unused CSS rules for `wp_page_menu` since are not used in the theme.
noreply at wordpress.org
- [wp-svn] [31184] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: move `js` and `no-js` class name functionality out of header template and into a `wp_head` hook in functions.php file so that the JavaScript functionality isn 't hard-coded into a template file.
noreply at wordpress.org
- [wp-svn] [31185] trunk/src/wp-includes/css/editor.css: TinyMCE: remove the fade in/ out when opening/closing native modals to match the rest of our UI.
noreply at wordpress.org
- [wp-svn] [31186] trunk/src: Ensure that `<figcaption>` is not autop'd.
noreply at wordpress.org
- [wp-svn] [31187] trunk/src: Replace the 3 remaining occurrences of `wpspin` GIF with `spinner`.
noreply at wordpress.org
- [wp-svn] [31188] trunk/src: In PHP 5.0.0, `is_a() ` became deprecated in favour of the `instanceof` operator.
noreply at wordpress.org
- [wp-svn] [31189] trunk/src/wp-includes: Revert [31032], this did not get much love.
noreply at wordpress.org
- [wp-svn] [31190] trunk: In `WP_User`, `->get_role_caps()` and `-> update_user_level_from_caps()` must be called inside `->add_cap()` and `-> remove_cap()` after updating user meta.
noreply at wordpress.org
- [wp-svn] [31191] trunk/tests/phpunit/tests/formatting/Autop.php: After [31186], remove `figcaption` from the list of inline elements that are autop' d in `Tests_Formatting_Autop:: test_that_wpautop_treats_inline_elements_as_inline()`.
noreply at wordpress.org
- [wp-svn] [31192] trunk/src/wp-includes/functions.wp-scripts.php: `functions.wp-scripts.php` contains a lot of duplicated code.
noreply at wordpress.org
- [wp-svn] [31193] trunk/src/wp-includes/functions.wp-scripts.php: In `wp_print_scripts()`, bail if `$handles` is `false` and the `$wp_scripts` global has not been instantiated.
noreply at wordpress.org
- [wp-svn] [31194] trunk/src/wp-includes/functions.wp-styles.php: After [31192], create a function, `wp_styles()`, to reduce duplicated code in `functions.wp-styles.php`.
noreply at wordpress.org
- [wp-svn] [31195] trunk: Allow `comment_post_ID` to be passed to `wp_update_comment( )`, so that a comment can be moved to a different post.
noreply at wordpress.org
- [wp-svn] [31196] trunk/src/wp-includes: Make `_wp_scripts_maybe_doing_it_wrong( $function )` "private".
noreply at wordpress.org
- [wp-svn] [31197] trunk/src/wp-includes/css/media-views.css: Media: Prevent filter selects from jiggling when the spinner shows.
noreply at wordpress.org
- [wp-svn] [31198] branches/4.1: Media: Prevent filter selects from jiggling when the spinner shows.
noreply at wordpress.org
- [wp-svn] [31199] trunk: When a hyphen `-` or double hyphen `--` was at the start or the end of a string , it wasn't texturized correctly.
noreply at wordpress.org
- [wp-svn] [31200] trunk/src/wp-admin: In HTML5, the `action` attribute is no longer required.
noreply at wordpress.org
- [wp-svn] [31201] trunk/src/wp-admin/includes/ajax-actions.php: In `wp_ajax_parse_media_shortcode()`, don' t require a global `$post` for all passed shortcodes.
noreply at wordpress.org
- [wp-svn] [31202] trunk/src/wp-includes/functions.wp-scripts.php: Add `@ignore` to `_wp_scripts_maybe_doing_it_wrong()`.
noreply at wordpress.org
- [wp-svn] [31203] trunk: In `paginate_links()`, don' t override custom format arguments when setting up default 'add_args'.
noreply at wordpress.org
- [wp-svn] [31204] trunk/src/wp-includes/comment-template.php: In `comment_form()`, add the HTML5 `required` attribute next to `aria-required` in fields that utilize it.
noreply at wordpress.org
- [wp-svn] [31205] trunk/src/wp-includes/kses.php: Add `<s> ` to `$allowedtags` in KSES.
noreply at wordpress.org
- [wp-svn] [31206] trunk: Bail out of hierarchy loops in `_pad_term_counts()`.
noreply at wordpress.org
- [wp-svn] [31207] trunk: Bail out of hierarchy loops in `_get_term_children()`.
noreply at wordpress.org
- [wp-svn] [31208] trunk/src/wp-admin/includes: `WP_Filesystem_Base` should declare `$errors` and `$options` as fields for use by subclasses.
noreply at wordpress.org
- [wp-svn] [31209] trunk/src/wp-admin/includes: In `WP_Filesystem_Base` subclasses that set `$wp_base`, remove this dead code.
noreply at wordpress.org
- [wp-svn] [31210] trunk/src/wp-admin/includes/class-wp-list-table.php: Add 2 noop methods to `WP_List_Table`: `->column_default()` and `-> column_cb()`.
noreply at wordpress.org
- [wp-svn] [31211] trunk/src: [31210] broke Supportflow on dotorg, which declares these methods as `protected`.
noreply at wordpress.org
- [wp-svn] [31212] trunk/src: `@param` cleanup:
noreply at wordpress.org
- [wp-svn] [31213] trunk/src/wp-admin/includes/upgrade.php: By initializing this array before a loop, Scrutinizer reports 0 (zero) " Coding Style" errors.
noreply at wordpress.org
- [wp-svn] [31214] trunk/src/wp-content/themes/twentyfifteen/js/functions.js: Twenty Fifteen: keep sub-menus open when visiting sub-menu pages, to show context when navigating a site.
noreply at wordpress.org
- [wp-svn] [31215] trunk/src/wp-admin/includes/class-wp-filesystem-ftpext.php: Calling `->chown()` and `->chgrp() ` in `WP_Filesystem_FTPext` produces no side-effects.
noreply at wordpress.org
- [wp-svn] [31216] trunk/src/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Calling `->chown()` and `->chgrp() ` in `WP_Filesystem_ftpsockets` produces no side-effects.
noreply at wordpress.org
- [wp-svn] [31217] trunk/src: Remove unused local vars in `delete_plugins()`, `delete_theme()`, `WP_Date_Query->validate_date_values()`, `global_terms( )`, and `WP_Text_Diff_Renderer_Table->_changed()`.
noreply at wordpress.org
- [wp-svn] [31218] trunk/src/wp-includes/link-template.php: In `get_edit_term_link()` , default to a valid `$object_type`.
noreply at wordpress.org
- [wp-svn] [31219] trunk/src: Fix some erroneous `@param` annotations.
noreply at wordpress.org
- [wp-svn] [31220] trunk/src: Fix some internal types that are passed to functions to avoid changing the acceptable types passed as arguments to those functions :
noreply at wordpress.org
- [wp-svn] [31221] trunk/src/wp-includes/taxonomy.php: `wp_set_object_terms() ` takes `$taxonomy` as a string.
noreply at wordpress.org
- [wp-svn] [31222] trunk/src/wp-includes/class-wp-editor.php: TinyMCE: add breaking out of blockquotes by pressing Enter twice.
noreply at wordpress.org
- [wp-svn] [31223] trunk: Add support for IE conditional comments for WP_Scripts to match the functionality of WP_Styles , including unit tests.
noreply at wordpress.org
- [wp-svn] [31224] trunk/src/wp-includes/theme.php: Introduce has_header_image() to check whether a header image is set.
noreply at wordpress.org
- [wp-svn] [31225] trunk/src/wp-admin/includes/upgrade.php: Use the site' s local time to create the first post during installation.
noreply at wordpress.org
- [wp-svn] [31226] trunk/src/wp-includes/class-wp-customize-widgets.php: Customizer: Fix form tag replacement in WP_Customize_Widgets::get_widget_control() after [31200].
noreply at wordpress.org
- [wp-svn] [31227] trunk/src/wp-admin/css/customize-widgets.css: Customizer: Make " Search widgets" input sticky.
noreply at wordpress.org
- [wp-svn] [31228] trunk/src/wp-includes/general-template.php: Pass $force_reauth value to the 'login_url' filter.
noreply at wordpress.org
- [wp-svn] [31229] trunk/src/wp-includes/general-template.php: Add a changelog entry for the new parameter added in [31228].
noreply at wordpress.org
- [wp-svn] [31230] trunk/tests/phpunit/tests: Move `wp_get_object_terms() ` tests into their own file.
noreply at wordpress.org
- [wp-svn] [31231] trunk/src/wp-includes/taxonomy.php: Standardize the docblock for `wp_get_object_terms()`.
noreply at wordpress.org
- [wp-svn] [31232] trunk/src/wp-includes/taxonomy.php: Correct `wp_get_object_terms() ` documentation.
noreply at wordpress.org
- [wp-svn] [31233] trunk/tests/phpunit/tests/term/wpGetObjectTerms.php: Add unit tests for 'orderby' and 'order' param of `wp_get_object_terms() `.
noreply at wordpress.org
- [wp-svn] [31234] trunk/src/wp-includes/class-wp-customize-manager.php: Customizer: Replicate behavior from options-reading.php and hide front page options if there are no pages.
noreply at wordpress.org
- [wp-svn] [31235] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: fix vertical positioning of the image toolbar when there are several instances of the editor.
noreply at wordpress.org
- [wp-svn] [31236] trunk: Additional 'orderby' values for `wp_get_object_terms()`.
noreply at wordpress.org
- [wp-svn] [31237] trunk/src/wp-includes/taxonomy.php: Add `@since` annotation for ' orderby' values introduced in [31236].
noreply at wordpress.org
- [wp-svn] [31238] trunk/src/wp-includes/taxonomy.php: Minor fix for inline doc syntax in a changelog entry for `wp_get_object_terms ()`.
noreply at wordpress.org
- [wp-svn] [31239] trunk: attachment_url_to_postid() should always return an integer.
noreply at wordpress.org
- [wp-svn] [31240] trunk/src/wp-admin/js/theme.js: Strip HTML tags when searching for installed themes.
noreply at wordpress.org
- [wp-svn] [31241] trunk/src/wp-includes/default-widgets.php: Display correct title in Archives widget if the type of archive was changed using the 'widget_archives_dropdown_args' filter.
noreply at wordpress.org
- [wp-svn] [31242] trunk/src/wp-includes/shortcodes.php: Ensure both parameters and the return for `has_shortcode() ` are fully documented.
noreply at wordpress.org
- [wp-svn] [31243] trunk/src/wp-includes/shortcodes.php: Add more complete documentation for parameters, globals, and return values to the DocBlocks for `remove_shortcode()`, `shortcode_exists()`, and `do_shortcode()`.
noreply at wordpress.org
- [wp-svn] [31244] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php : Ensure the correct list of default tabs for the Plugin Install screen are documented.
noreply at wordpress.org
- [wp-svn] [31245] trunk/src/wp-includes/shortcodes.php: Remove a stray period introduced in [31242].
noreply at wordpress.org
- [wp-svn] [31246] trunk/src/wp-admin/includes/upgrade.php: Add missing summaries and descriptions for various functions in wp-admin/ includes/upgrade.php.
noreply at wordpress.org
- [wp-svn] [31247] trunk/src/wp-admin/edit-tags.php: Remove inaccurate part of {$taxonomy}_add_form_fields action description.
noreply at wordpress.org
- [wp-svn] [31248] trunk: Better loop detection for `_pad_term_counts()`.
noreply at wordpress.org
- [wp-svn] [31249] trunk: Texturize: Add "em" as a cockney term, so that "'em" is texturized with an apostrophe, instead of an open quote.
noreply at wordpress.org
- [wp-svn] [31250] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix escaping and minor code style issues.
noreply at wordpress.org
- [wp-svn] [31251] trunk: `WP_Date_Query` date validation should not fail for hour = 0.
noreply at wordpress.org
- [wp-svn] [31252] trunk/src/wp-admin/js/customize-widgets.js: Customizer: If there' s only one available sidebar, hide the move-widget button.
noreply at wordpress.org
- [wp-svn] [31253] trunk/tests/phpunit/tests/export: Remove skipped tests related to the proposed Export API.
noreply at wordpress.org
- [wp-svn] [31254] trunk/tests/phpunit/tests/iterators.php: Remove `WP_Post_IDs_Iterator` tests.
noreply at wordpress.org
- [wp-svn] [31255] trunk/src/wp-admin/js/customize-widgets.js: Customizer: Hide the reorder-widgets button when a widget area is empty.
noreply at wordpress.org
- [wp-svn] [31256] trunk/tests/phpunit/tests/formatting/MapDeep.php: Remove skipped unit tests related to proposed `map_deep()`.
noreply at wordpress.org
- [wp-svn] [31257] trunk/tests/phpunit/tests/image: Move GD-specific resize test to GD-specific resize test file.
noreply at wordpress.org
- [wp-svn] [31258] trunk/tests/phpunit/tests/http/functions.php: Use https URLs for wordpress.com assets in `Tests_HTTP_Functions`.
noreply at wordpress.org
- [wp-svn] [31259] trunk/tests/phpunit/tests/image/functions.php: A few more wordpress.com https assets in unit tests.
noreply at wordpress.org
- [wp-svn] [31260] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: fix escaping and minor code style issues.
noreply at wordpress.org
- [wp-svn] [31261] trunk/src/wp-content/themes/twentytwelve: Twenty Twelve: fix escaping and minor code style issues.
noreply at wordpress.org
- [wp-svn] [31262] trunk/src/wp-content/themes/twentytwelve: Twenty Twelve: more fixes for escaping and minor code style issues.
noreply at wordpress.org
- [wp-svn] [31263] trunk/src/wp-includes/comment.php: Comments: When a comment fails to insert, remove any invalid characters and try again.
noreply at wordpress.org
- [wp-svn] [31264] trunk/src/wp-includes/comment.php: Comments: When a comment fails to insert, remove invalid characters from the email and URL fields, too.
noreply at wordpress.org
- [wp-svn] [31265] trunk/src/wp-content/themes/twentyeleven: Twenty Eleven: fix escaping and minor code style issues.
noreply at wordpress.org
- [wp-svn] [31266] trunk/src/wp-content/themes/twentyten: Twenty Ten: fix escaping and minor code style issues.
noreply at wordpress.org
- [wp-svn] [31267] trunk/src/wp-content/themes/twentyeleven/functions.php: Twenty Eleven: fix indentation (spaces to tabs).
noreply at wordpress.org
- [wp-svn] [31268] trunk/src/wp-content/themes: Twenty Eleven and Twelve: fill in support for `screen-reader-text` class.
noreply at wordpress.org
- [wp-svn] [31269] trunk/src/wp-includes/user.php: In wp_update_user(), make sure $userdata['ID'] is set before using it.
noreply at wordpress.org
- [wp-svn] [31270] trunk: Introduce 'parent' parameter to `wp_get_object_terms()`.
noreply at wordpress.org
- [wp-svn] [31271] trunk: Add classes for custom taxonomy terms in `get_post_class() `.
noreply at wordpress.org
- [wp-svn] [31272] trunk/src/wp-admin: Improve accessibility of nav menu locations form.
noreply at wordpress.org
- [wp-svn] [31273] trunk/src/wp-includes/script-loader.php: jQuery UI: Add missing dependencies for puff and scale effects.
noreply at wordpress.org
- [wp-svn] [31274] trunk/src/wp-admin/js/inline-edit-post.js: Quick Edit: Don' t save the post if Enter is pressed on the Cancel link.
noreply at wordpress.org
- [wp-svn] [31275] trunk: Introduce 'childless' parameter to `get_terms()`.
noreply at wordpress.org
- [wp-svn] [31276] trunk: In `get_terms()`, check hierarchy for all `$taxonomies` before bailing early from 'parent' or 'child_of'.
noreply at wordpress.org
- [wp-svn] [31277] trunk/tests/phpunit/tests/ajax/ReplytoComment.php: In `Tests_Ajax_ReplytoComment::test_blocked_comment()`, don' t stop blocking comments until test is complete.
noreply at wordpress.org
- [wp-svn] [31278] trunk: Allow $autoload in add_option() to receive false.
noreply at wordpress.org
- [wp-svn] [31279] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Fix a typo in [ 30138].
noreply at wordpress.org
- [wp-svn] [31280] trunk/tests/phpunit/tests: Do not run certain cache-hit tests on multisite.
noreply at wordpress.org
- [wp-svn] [31281] trunk/src/wp-admin/user-edit.php: Revert [30027].
noreply at wordpress.org
- [wp-svn] [31282] trunk/src/wp-admin/install.php: Remove duplicate label on installation screen.
noreply at wordpress.org
- [wp-svn] [31283] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: move RSS icon style rule lower to prevent it from being overridden by other social icon rules.
noreply at wordpress.org
- [wp-svn] [31284] trunk: Ensure that 'pad_counts' is not discarded when the first of multiple taxonomies passed to `get_terms ()` is non-hierarchical.
noreply at wordpress.org
- [wp-svn] [31285] trunk: Ensure that 'hierarchical' is respected in `get_terms() ` when multiple taxonomies are passed.
noreply at wordpress.org
- [wp-svn] [31286] trunk/tests/phpunit/tests: Improve organiation of tax_query and meta_query unit tests.
noreply at wordpress.org
- [wp-svn] [31287] trunk: Don' t use term IDs for array indexes when caching object terms.
noreply at wordpress.org
- [wp-svn] [31288] trunk/src/wp-admin/js/inline-edit-tax.js: When updating the name a hierarchical term with Quick Edit, update the corresponding option in the Parent dropdown.
noreply at wordpress.org
- [wp-svn] [31289] trunk/tests/phpunit/tests/comment/getPageOfComment.php: Add basic unit tests for `get_page_of_comment()`.
noreply at wordpress.org
- [wp-svn] [31290] trunk: HTTP API: Fix an issue where the `limit_response_size` parameter wasn' t working properly with large documents and the cURL transport.
noreply at wordpress.org
- [wp-svn] [31291] trunk/src/readme.html: Update readme recommendations.
noreply at wordpress.org
- [wp-svn] [31292] trunk/src/wp-admin/includes/post.php: Add missing descriptions to the DocBlocks for various functions in wp-admin /includes/post.php
noreply at wordpress.org
- [wp-svn] [31293] trunk/src/wp-admin/includes/taxonomy.php: Add missing descriptions to the DocBlocks for various functions in wp-admin /includes/taxonomy.php.
noreply at wordpress.org
- [wp-svn] [31294] trunk/src/wp-includes/wp-db.php: Add missing descriptions to the `$blogid` and `$siteid` property DocBlocks in the `wpdb` class.
noreply at wordpress.org
- [wp-svn] [31295] trunk/src/wp-includes/wp-diff.php: Add a missing description for the `$_diff_threshold` property in the `WP_Text_Diff_Renderer_Table` class.
noreply at wordpress.org
- [wp-svn] [31296] trunk/src/wp-includes/ms-functions.php: Fix an inaccurate summary and description in the DocBlock for `wpmu_validate_user_signup ()`.
noreply at wordpress.org
- [wp-svn] [31297] trunk/src/wp-admin/admin.php: Avoid confusion by clarifying an inline comment on logic for performing multisite upgrades.
noreply at wordpress.org
- [wp-svn] [31298] trunk/src/wp-admin/user-new.php: Add New User: Remove trailing whitespace from button labels.
noreply at wordpress.org
- [wp-svn] [31299] trunk/tests/phpunit/tests/category/getCategoryParents.php: Add tests for `get_category_parents()`.
noreply at wordpress.org
- [wp-svn] [31300] trunk/src/wp-admin/includes: Switch to a 403 response code in places where it is more appropriate than a 500 due to permissions errors.
noreply at wordpress.org
- [wp-svn] [31301] trunk/tests/phpunit/tests/category/wpListCategories.php: Add unit tests for 'show_option_all' behavior of `wp_list_categories()`.
noreply at wordpress.org
- [wp-svn] [31302] trunk: In `get_adjacent_post()`, return private post if the current user has the capacity to read it.
noreply at wordpress.org
- [wp-svn] [31303] trunk/src/wp-admin/includes/meta-boxes.php: Don' t display the Help tab reference in Page Attributes meta box if Help tab was removed.
noreply at wordpress.org
- [wp-svn] [31304] trunk/src/wp-includes/media.php: Pass the current shortcode instance ID to `post_gallery` and `post_playlist` filters.
noreply at wordpress.org
- [wp-svn] [31305] trunk/src/wp-includes/media.php: Rename `$instances` to `$instance` in wp_audio_shortcode() and wp_video_shortcode() for consistency with gallery_shortcode() and wp_playlist_shortcode().
noreply at wordpress.org
- [wp-svn] [31306] trunk/tests/phpunit: Introduce `setExpectedDeprecated() ` and `setExpectedIncorrectUsage()` methods to `WP_UnitTestCase.
noreply at wordpress.org
- [wp-svn] [31307] trunk: Introduce 'show_in_quick_edit' parameter for `register_taxonomy()`.
noreply at wordpress.org
- [wp-svn] [31308] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Fix ' quick_edit_show_taxonomy' filter so that can properly be used for overrides in all cases.
noreply at wordpress.org
- [wp-svn] [31309] trunk/src/wp-includes/media.php: Add changelog entries to the `post_gallery` and `post_playlist` hook docs for the `$instance` variable that was added in [31304].
noreply at wordpress.org
- [wp-svn] [31310] trunk/tests/phpunit/tests/functions.php: Add a unit test that expects wp_parse_args() to treat `'true'` and `' false'` in a query string as strings.
noreply at wordpress.org
- [wp-svn] [31311] trunk/tests/phpunit/tests/functions.php: Remove redundant parameter.
noreply at wordpress.org
- [wp-svn] [31312] trunk: Improve support for ordering `WP_Query` results by postmeta.
noreply at wordpress.org
- [wp-svn] [31313] trunk: Prevent terms in a show_in_quick_edit= false taxonomy from being updated by a faked AJAX request.
noreply at wordpress.org
- [wp-svn] [31314] trunk/tools/i18n/makepot.php: i18n tools: Tabs, not spaces for indentation.
noreply at wordpress.org
- [wp-svn] [31315] trunk/tools/i18n/makepot.php: i18n tools: Exclude wp-includes/ class-pop3.php in wp_frontend().
noreply at wordpress.org
- [wp-svn] [31316] trunk/src/wp-admin/css/themes.css: Themes: Remove a Chrome workaround that causes theme screenshots to look too crisp and no longer appears to be relevant.
noreply at wordpress.org
- [wp-svn] [31317] trunk/tests/phpunit/tests/dependencies/scripts.php: Separate the tests for IE conditional comments support in WP_Scripts.
noreply at wordpress.org
- [wp-svn] [31318] trunk/src/wp-admin/css/login.css: Reduce the size of the WordPress logo tap target on log in screen on mobile , to avoid unexpected redirect away from the form.
noreply at wordpress.org
- [wp-svn] [31319] trunk/tools/i18n/makepot.php: i18n tools: Sync makepot.php with i18n.svn.
noreply at wordpress.org
Last message date:
Sat Jan 31 22:01:33 UTC 2015
Archived on: Sat Jan 31 22:01:34 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).