October 2014 Archives by subject
Starting: Wed Oct 1 14:58:21 UTC 2014
Ending: Fri Oct 31 23:54:50 UTC 2014
Messages: 329
- [wp-svn] [29800] trunk/src/wp-includes/version.php: Version bump.
noreply at wordpress.org
- [wp-svn] [29801] trunk/src/wp-includes/default-filters.php: Add a default filter to `title_save_pre`: `trim`, because extra whitespace.
noreply at wordpress.org
- [wp-svn] [29802] trunk/src/wp-includes/js/media-editor.js: Add a namespace to the click handler registration for `.insert-media` in `media-editor.js` : `click.add-media-button`.
noreply at wordpress.org
- [wp-svn] [29803] trunk/src/wp-admin: Add classes to form containers on taxonomy screens.
noreply at wordpress.org
- [wp-svn] [29804] trunk/src/wp-admin/user-edit.php: Add classes to form containers on Edit User screen.
noreply at wordpress.org
- [wp-svn] [29805] trunk/tests/phpunit/tests: Improve unit tests for WP_Tax_Query.
noreply at wordpress.org
- [wp-svn] [29806] trunk/src: In the `wp_new_blog_notification()` email template, include the login url.
noreply at wordpress.org
- [wp-svn] [29807] trunk/src/wp-admin/includes/upgrade.php: Reorder placeholders for consistency.
noreply at wordpress.org
- [wp-svn] [29808] trunk: WP_Comment_Query: comment__in, comment__not_in, post__in, post__not_in.
noreply at wordpress.org
- [wp-svn] [29809] trunk/src/wp-includes/comment-template.php: Add a class attribute for submit button in comment form.
noreply at wordpress.org
- [wp-svn] [29810] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Media List Table: account for `MEDIA_TRASH` in the bulk action dropdown.
noreply at wordpress.org
- [wp-svn] [29811] trunk/src: Media Grid/List Table parity: when `MEDIA_TRASH` is `true` and `trash` is the current filter for the grid , add a second bulk action button: "Delete Selected"
noreply at wordpress.org
- [wp-svn] [29812] trunk/src/wp-includes/js/media-views.js: After [29811], combine 2 `if` statements.
noreply at wordpress.org
- [wp-svn] [29813] trunk/src/wp-includes/js: Add the `date` filter from media grid to the media modal.
noreply at wordpress.org
- [wp-svn] [29814] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css: Remember when we added the `style` attribute to playlists? Fix `dark`.
noreply at wordpress.org
- [wp-svn] [29815] trunk/src/wp-admin/js/editor.js: When switching to the Text editor , make the textarea visible to screen readers.
noreply at wordpress.org
- [wp-svn] [29816] trunk/src/wp-includes/post.php: In `wp_delete_attachment()`: account for orphan sizes by looping over the sizes stored in metadata, instead of relying on the current sizes stored in `$_wp_additional_image_sizes`.
noreply at wordpress.org
- [wp-svn] [29817] trunk/src/wp-admin/network/menu.php: Network Admin Menu:
noreply at wordpress.org
- [wp-svn] [29818] trunk: In `activate_plugin()`, do not re-run the activation routine for already-active network-wide plugins.
noreply at wordpress.org
- [wp-svn] [29819] trunk: Always sanitize user_nicename in wp_insert_user().
noreply at wordpress.org
- [wp-svn] [29820] trunk/src/wp-admin: Use a more consistent markup on taxonomy and user screens.
noreply at wordpress.org
- [wp-svn] [29821] trunk/src/wp-admin: * Use correct context for 'Name' and 'Parent' strings on taxonomy screens.
noreply at wordpress.org
- [wp-svn] [29822] trunk/src/wp-includes/comment-template.php: Add an aria-label attribute with commenter' s name to get_comment_reply_link().
noreply at wordpress.org
- [wp-svn] [29823] trunk/src/wp-includes/comment-template.php: Make link construction in get_comment_reply_link() and get_post_reply_link() more readable.
noreply at wordpress.org
- [wp-svn] [29824] trunk/tests/phpunit/tests/ms.php: Add unit tests for get_blog_details().
noreply at wordpress.org
- [wp-svn] [29825] trunk/src/wp-admin/update-core.php: Avoid a PHP notice in list_plugin_updates() if plugins_api() returned a WP_Error object.
noreply at wordpress.org
- [wp-svn] [29826] trunk/src/wp-admin/includes/plugin-install.php: Use correct links for filtering plugin reviews.
noreply at wordpress.org
- [wp-svn] [29827] trunk/src/wp-content/themes/twentyfourteen/inc/customizer.php: Twenty Fourteen: Move custom description for background color and image from sections to controls in the customizer.
noreply at wordpress.org
- [wp-svn] [29828] trunk/src/wp-admin/css/dashboard.css: Switch line-height added in [29790] to a unitless value.
noreply at wordpress.org
- [wp-svn] [29829] trunk/src/wp-admin: Plugin search: Wrap results in a form to fix pagination's `paged` input field.
noreply at wordpress.org
- [wp-svn] [29830] trunk/tests/phpunit/tests: Improve unit test coverage for wp_insert_term().
noreply at wordpress.org
- [wp-svn] [29831] trunk/src/wp-includes/js/media-views.js: For `attachment-compat` fields, show a spinner while `wp.media.model.Attachment.saveCompat()` is firing.
noreply at wordpress.org
- [wp-svn] [29832] trunk/src/wp-admin/css: In the admin, give media list table icons `auto` for `width` and `height`.
noreply at wordpress.org
- [wp-svn] [29833] trunk/src/wp-includes/functions.php: Allow PSDs ( Photoshop documents) to be uploaded.
noreply at wordpress.org
- [wp-svn] [29834] trunk: Fix setting default quality in WP_Image_Editor.
noreply at wordpress.org
- [wp-svn] [29835] trunk/src/wp-admin: Pin the admin menu on scrolling similarly to how the side metaboxes are pinned on the Edit Post screen , first run.
noreply at wordpress.org
- [wp-svn] [29836] trunk/src/wp-includes/media.php: Pass the requested size to ' wp_get_attachment_image_attributes' filter.
noreply at wordpress.org
- [wp-svn] [29837] trunk/src/wp-includes/media.php: Update @param docs for wp_get_attachment_image().
noreply at wordpress.org
- [wp-svn] [29838] trunk/src/wp-includes/js/customize-loader.js: Fix misleading documentation in customize-loader.js.
noreply at wordpress.org
- [wp-svn] [29839] trunk/src/wp-admin/network/themes.php: Network Admin: Properly check if the theme is active on the main site to avoid deleting it via bulk actions.
noreply at wordpress.org
- [wp-svn] [29840] trunk/src/wp-includes: Translate some previously untranslated _doing_it_wrong() messages.
noreply at wordpress.org
- [wp-svn] [29841] trunk/src/wp-admin/css/admin-menu.css: Add default z-index to the admin menu, see #29806
noreply at wordpress.org
- [wp-svn] [29842] trunk/src/wp-content/themes: Bundled themes: Add an alt attribute with the site title for header images linked to the home page.
noreply at wordpress.org
- [wp-svn] [29843] trunk/src/wp-includes/user.php: Add inline documentation for `WP_User_Query` default arguments in the form of a hash notation.
noreply at wordpress.org
- [wp-svn] [29844] trunk/.travis.yml: PHP 5.6 test failures shouldn't be allowed.
noreply at wordpress.org
- [wp-svn] [29845] trunk: In get_terms(), select term taxonomy count for all values of 'fields'.
noreply at wordpress.org
- [wp-svn] [29846] trunk/src/wp-includes/comment-template.php: Add aria-describedby attributes to comment_form().
noreply at wordpress.org
- [wp-svn] [29847] trunk: Update jQuery UI to 1.11.1.
noreply at wordpress.org
- [wp-svn] [29848] trunk/src/wp-includes/class-http.php: Return the correct server response for the 'message' response field from the server.
noreply at wordpress.org
- [wp-svn] [29849] trunk/src/wp-includes/class-http.php: Always cast the 'code' server response to an int, this provides consistency between both of the HTTP transports.
noreply at wordpress.org
- [wp-svn] [29850] trunk: Correctly handle url's containing url's in WP_HTTP:: make_absolute_url().
noreply at wordpress.org
- [wp-svn] [29851] trunk: Correctly support Schemeless URLs in WP_HTTP:: make_absolute_url() by respecting the 'host' field if present in the relative url.
noreply at wordpress.org
- [wp-svn] [29852] trunk/src/wp-includes/class-http.php: When making a HTTP request to a non-standard port, include the port in the Host header for the Streams HTTP transport.
noreply at wordpress.org
- [wp-svn] [29853] trunk/src/wp-includes/class-http.php: Avoid a PHP Notice when requesting a url without a path component (http:/ /example.com) in the Streams HTTP component.
noreply at wordpress.org
- [wp-svn] [29854] trunk: New `remove() ` method and some unit tests for the `WP_Error` class.
noreply at wordpress.org
- [wp-svn] [29855] trunk: Use the primary `meta_query` clause when parsing `orderby` in `WP_Query`.
noreply at wordpress.org
- [wp-svn] [29856] trunk/src: Language packs: Remove translations when deleting a theme or a plugin.
noreply at wordpress.org
- [wp-svn] [29857] trunk/tests/phpunit/tests/post/query.php: Change assertEqual to assertEqualSets since the order that travis-ci creates posts isn 't consistent
noreply at wordpress.org
- [wp-svn] [29858] trunk/.editorconfig: .jshintrc is a json file and .editorconfig should treat it like a json file
noreply at wordpress.org
- [wp-svn] [29859] trunk/src/wp-includes/taxonomy.php: Explicitly declare hierarchical= false for post_tag in create_initial_taxonomies().
noreply at wordpress.org
- [wp-svn] [29860] trunk/tests/phpunit/includes/testcase.php: Reset post types and taxonomies before each unit test.
noreply at wordpress.org
- [wp-svn] [29861] trunk/src/wp-includes/class-http.php: Handle deficiencies in PHP' s parse_url in older versions of PHP (<5.4.7) in WP_HTTP:: make_absolute_url().
noreply at wordpress.org
- [wp-svn] [29862] trunk: Improve 'alias_of' handling in wp_insert_term() and wp_update_term().
noreply at wordpress.org
- [wp-svn] [29863] trunk: Fix term_exists() for parent = 0.
noreply at wordpress.org
- [wp-svn] [29864] trunk: Add some unit tests for WP_HTTP::parse_url() to cover the < PHP 5.4.7 compatibility alterations.
noreply at wordpress.org
- [wp-svn] [29865] trunk: Don't bail out of term_exists() when term sanitizes to an empty string.
noreply at wordpress.org
- [wp-svn] [29866] trunk/src/wp-includes/taxonomy.php: Add more complete inline documentation for `get_term_link()`.
noreply at wordpress.org
- [wp-svn] [29867] trunk: Return an error when adding a term to a non-existent parent.
noreply at wordpress.org
- [wp-svn] [29868] trunk/src/wp-includes/nav-menu.php: Clarify inline documentation for the `_is_valid_nav_menu_item() ` and `wp_get_nav_menu_items()` in wp-includes/nav-menu.php.
noreply at wordpress.org
- [wp-svn] [29869] trunk: Only reset taxonomies and post types between tests when running core tests.
noreply at wordpress.org
- [wp-svn] [29870] trunk/src/wp-admin/includes: Add missing labels to category filter dropdowns.
noreply at wordpress.org
- [wp-svn] [29871] trunk/src/wp-admin/includes: Remove "View" prefix from category filter dropdowns, for consistency with [27626].
noreply at wordpress.org
- [wp-svn] [29872] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Add missing label to comment type filter dropdown.
noreply at wordpress.org
- [wp-svn] [29873] trunk/src/wp-includes/formatting.php: Fix whitespace issues in [ 29781].
noreply at wordpress.org
- [wp-svn] [29874] trunk/tests/phpunit/tests/media.php: Ensure themes don' t have to call add_image_size() to be used in unit tests.
noreply at wordpress.org
- [wp-svn] [29875] trunk/tests/phpunit/tests/term.php: Improve unit test coverage for wp_update_term().
noreply at wordpress.org
- [wp-svn] [29876] trunk/src/wp-includes: Media modal: fix reordering of the thumbnails while creating or editing a gallery, props avryl, fixes #29606 for trunk.
noreply at wordpress.org
- [wp-svn] [29877] trunk/src/wp-admin/network/site-new.php: Differentiate between invalid and missing admin emails when adding a new site
noreply at wordpress.org
- [wp-svn] [29878] trunk/src/wp-includes/js/quicktags.js: Quicktags: remove `accesskey` attributes the buttons and don' t add empty `title` attributes, fixes #29358
noreply at wordpress.org
- [wp-svn] [29879] trunk/src/wp-admin/js/color-picker.js: Fix support for the `hide` option in wpColorPicker, props tollmanz, fixes #29632
noreply at wordpress.org
- [wp-svn] [29880] trunk/src/wp-admin/user-new.php: Do not send a welcome notification when noconfirmation has been flagged
noreply at wordpress.org
- [wp-svn] [29881] trunk/tests/phpunit/tests/ms.php: Reset multisite unit tests global stack to original host after testing bootstrap
noreply at wordpress.org
- [wp-svn] [29882] trunk/src/wp-admin/includes/plugin-install.php: Avoid PHP notices if 'plugin' is not set for tab=plugin-information.
noreply at wordpress.org
- [wp-svn] [29883] trunk/src/wp-includes/js/tinymce/plugins/wpgallery/plugin.js: TinyMCE: fix the 'wpgallery' plugin to use a placeholder for galleries when either the 'wpview' plugin or wp.mce is not loaded.
noreply at wordpress.org
- [wp-svn] [29884] trunk/src/wp-includes/js/quicktags.js: Quicktags: move focusing the editor after inserting content to the end of the code blocks.
noreply at wordpress.org
- [wp-svn] [29885] trunk/tests/phpunit/tests/query/dateQuery.php: Don' t create dummy data for each date query test.
noreply at wordpress.org
- [wp-svn] [29886] trunk/src/wp-admin/js/editor-expand.js: Editor-expand: reset the editor height after the window is resized.
noreply at wordpress.org
- [wp-svn] [29887] trunk: Introduce support for nested queries in WP_Meta_Query.
noreply at wordpress.org
- [wp-svn] [29888] trunk/tests/phpunit/tests/post/query.php: Use assertEqualSets() for a few taxonomy-related tests.
noreply at wordpress.org
- [wp-svn] [29889] trunk/src/wp-includes/js/quicktags.js: Quicktags: fix strict check for `instance['0']`, props afercia, fixes #29767
noreply at wordpress.org
- [wp-svn] [29890] trunk: Use only LEFT JOINs when a meta_query contains a NOT EXISTS clause.
noreply at wordpress.org
- [wp-svn] [29891] trunk: Introduce support for nested queries in WP_Tax_Query.
noreply at wordpress.org
- [wp-svn] [29892] trunk/src/wp-content/themes: Importing Twenty Fifteen, first pass at our new default theme for 2015, set for 4.1.
noreply at wordpress.org
- [wp-svn] [29893] trunk: Twenty Fifteen: JSHint fixes.
noreply at wordpress.org
- [wp-svn] [29894] trunk/tests/phpunit/tests/theme/support.php: Fix theme support unit test added in [27220].
noreply at wordpress.org
- [wp-svn] [29895] trunk: Set Twenty Fifteen as the new default theme.
noreply at wordpress.org
- [wp-svn] [29896] trunk: Support 'EXISTS' and 'NOT EXISTS' in `WP_Tax_Query`.
noreply at wordpress.org
- [wp-svn] [29897] trunk/src/wp-content/themes/twentyfifteen/js/ skip-link-focus-fix.js: Twenty Fifteen: clean up skip-link-focus-fix.js, see #29799
noreply at wordpress.org
- [wp-svn] [29898] trunk/src/wp-admin/js/common.js: Admin menu:
noreply at wordpress.org
- [wp-svn] [29899] trunk/src/wp-admin/network.php: Add line breaks at the end of network setup rules to avoid unintended merging with a subsequent line.
noreply at wordpress.org
- [wp-svn] [29900] trunk/src/wp-admin: Twenty Fifteen: Update some more bundled theme references after [29895].
noreply at wordpress.org
- [wp-svn] [29901] trunk/src/wp-includes/canonical.php: Support nested tax query syntax in redirect_canonical().
noreply at wordpress.org
- [wp-svn] [29902] trunk: Avoid redundant table joins in WP_Tax_Query.
noreply at wordpress.org
- [wp-svn] [29903] trunk/src: Customizer: Change instances of "Theme Customizer" to just "Customizer", as the Customizer isn't necessarily theme-specific.
noreply at wordpress.org
- [wp-svn] [29904] trunk/src/wp-admin/theme-install.php: Theme install: Remove unused strings.
noreply at wordpress.org
- [wp-svn] [29905] trunk/src: Customizer: Only POST dirty settings to preview to improve performance.
noreply at wordpress.org
- [wp-svn] [29906] trunk/tests/phpunit/tests/date/query.php: Fix test_build_mysql_datetime_datetime_non_array().
noreply at wordpress.org
- [wp-svn] [29907] trunk/src/wp-includes: Customizer: Don' t trigger a change event if two unchanged object values are equal, second pass.
noreply at wordpress.org
- [wp-svn] [29908] trunk/src/wp-includes/comment-template.php: Comments: Don' t print an empty HTML markup when `comment_reply_link()` returns no link.
noreply at wordpress.org
- [wp-svn] [29909] trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css: Twenty Fifteen: make font-size/ line-height in editor-style.css the same as in style.css.
noreply at wordpress.org
- [wp-svn] [29910] trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css: Twenty Fifteen: no `rem` in editor-style.css for now, see #29799
noreply at wordpress.org
- [wp-svn] [29911] trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css: Twenty Fifteen, editor-style.css: revert the font-size back to 19px and margin back to 83px, merge the two body selectors (don't seem needed), remove redundant rtl rules and fix body.rtl selector.
noreply at wordpress.org
- [wp-svn] [29912] trunk: Check that search value is scalar before parsing.
noreply at wordpress.org
- [wp-svn] [29913] trunk/tests/phpunit/tests/general/paginateLinks.php: Fix `Tests_Paginate_Links` tests by properly setting up / tearing down permalink structure.
noreply at wordpress.org
- [wp-svn] [29914] trunk/src/wp-includes: Add a 6th (!) attribute to `wp_get_attachment_link() ` to allow `aria-describedby` to be added to gallery output.
noreply at wordpress.org
- [wp-svn] [29915] trunk: Cache `get_term_by()` calls:
noreply at wordpress.org
- [wp-svn] [29916] trunk/tests/phpunit/tests: Split and organize multisite unit tests
noreply at wordpress.org
- [wp-svn] [29917] trunk/src/wp-includes/js: In `wp.Uploader`, when `uploader: ready` is triggered, set `ready` to `true` on the instance.
noreply at wordpress.org
- [wp-svn] [29918] trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css: Twenty Fifteen: correct font fallback for Noto Serif in editor styles; Props Manoz69; Fixes #29984
noreply at wordpress.org
- [wp-svn] [29919] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: add print styles.
noreply at wordpress.org
- [wp-svn] [29920] trunk/src/wp-includes: Update jQuery UI to 1.11.2.
noreply at wordpress.org
- [wp-svn] [29921] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: correct margin for pagination.
noreply at wordpress.org
- [wp-svn] [29922] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: indented nested lists in comments.
noreply at wordpress.org
- [wp-svn] [29923] trunk: Introduce nested query support to WP_Date_Query.
noreply at wordpress.org
- [wp-svn] [29924] trunk/src/wp-admin: Themes: Make it possible to delete broken themes.
noreply at wordpress.org
- [wp-svn] [29925] trunk: Throw notices when invalid date values are passed to WP_Date_Query.
noreply at wordpress.org
- [wp-svn] [29926] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: Removes flashing of background behind fixed position elements when scrolling in mobile and desktop Safari.
noreply at wordpress.org
- [wp-svn] [29927] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: make sure we don' t see borders through transparent linked images.
noreply at wordpress.org
- [wp-svn] [29928] trunk/src/wp-content/themes/twentyfifteen/header.php: Twenty Fifteen: document the site-branding class in header.php.
noreply at wordpress.org
- [wp-svn] [29929] trunk/src/wp-admin/js/editor-expand.js: Editor-expand:
noreply at wordpress.org
- [wp-svn] [29930] trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php: Twenty Fifteen: readable comment details in the dark colour scheme.
noreply at wordpress.org
- [wp-svn] [29931] trunk: Remove invalid `continue` calls from WP_Tax_Query:: get_sql_for_clause().
noreply at wordpress.org
- [wp-svn] [29932] trunk/tests/phpunit/tests: Add expectedIncorrectUsage flags for unit tests that generate invalid dates.
noreply at wordpress.org
- [wp-svn] [29933] trunk: Use table aliases for columns in SQL generated by WP_Date_Query.
noreply at wordpress.org
- [wp-svn] [29934] trunk: Support date_query by user_registered in WP_User_Query.
noreply at wordpress.org
- [wp-svn] [29935] trunk: Comment/post author in/not_in for `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [29936] trunk: Better "inclusive" support for string values in WP_Date_Query.
noreply at wordpress.org
- [wp-svn] [29937] trunk/tests/phpunit/tests: Improve and reduce tests for get_blogs_of_user()
noreply at wordpress.org
- [wp-svn] [29938] trunk/src/wp-includes/date.php: Add `@since` annotation for ' user_registered' support in 'date_query_valid_columns' documentation.
noreply at wordpress.org
- [wp-svn] [29939] trunk: `wp_schedule_single_event() ` should not prevent scheduling a future duplicate event.
noreply at wordpress.org
- [wp-svn] [29940] trunk: Overhaul SQL generating logic in WP_Meta_Query to avoid unnecessary table joins.
noreply at wordpress.org
- [wp-svn] [29941] trunk/src/wp-includes/meta.php: Bail from cleaning meta query clause when it's not an array.
noreply at wordpress.org
- [wp-svn] [29942] trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php: Twenty Fifteen: Fix hover and focus style for links in content with custom color schemes.
noreply at wordpress.org
- [wp-svn] [29943] trunk/Gruntfile.js: Run JSValidate on core themes JS
noreply at wordpress.org
- [wp-svn] [29944] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Removing unused custom color controls.
noreply at wordpress.org
- [wp-svn] [29945] trunk: Invalidate cache for child terms when parent term is deleted.
noreply at wordpress.org
- [wp-svn] [29946] trunk/tests/phpunit/tests/theme.php: Check if WP_DEFAULT_THEME starts with twenty before asserting it is in default theme array
noreply at wordpress.org
- [wp-svn] [29947] trunk/src/wp-content/themes/twentyfifteen/content-none.php: Twenty Fifteen: correct escaping to render HTML in no-content admin message.
noreply at wordpress.org
- [wp-svn] [29948] trunk/src/wp-includes/class-wp-customize-setting.php: Customizer: Introduce `customize_preview_$setting-> type` action to handle multiple settings of the same type.
noreply at wordpress.org
- [wp-svn] [29949] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: centre gallery thumbnails
noreply at wordpress.org
- [wp-svn] [29950] trunk/src/wp-includes/class-wp-customize-panel.php: Customizer: Extract content markup for panels to its own method, `WP_Customize_Panel: :render_content()`.
noreply at wordpress.org
- [wp-svn] [29951] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Swap order of description and caption so the caption is underneath an image on image attachment pages.
noreply at wordpress.org
- [wp-svn] [29952] trunk/tests/phpunit/tests/theme.php: Fix formatting in [29946].
noreply at wordpress.org
- [wp-svn] [29953] trunk/src/wp-includes/meta.php: Remove redundant table alias check in WP_Meta_Query.
noreply at wordpress.org
- [wp-svn] [29954] trunk/tests/phpunit/multisite.xml: Ensure that post types and taxonomies are reset between multisite tests.
noreply at wordpress.org
- [wp-svn] [29955] trunk/src/wp-admin/css/customize-controls.css: Customizer: Use correct panel-back icon in RTL.
noreply at wordpress.org
- [wp-svn] [29956] trunk/src/wp-includes/class.wp-styles.php: Add ID attribute to style element from wp_add_inline_style().
noreply at wordpress.org
- [wp-svn] [29957] trunk/src/wp-admin/themes.php: Themes: Make "Live Preview" the primary action and "Activate" secondary.
noreply at wordpress.org
- [wp-svn] [29958] trunk/src/wp-includes/class.wp-styles.php: wp_add_inline_style():
noreply at wordpress.org
- [wp-svn] [29959] trunk/src/wp-admin: Theme install:
noreply at wordpress.org
- [wp-svn] [29960] trunk/src/wp-admin/js/updates.js: In wp.updates.decrementCount(), only display the count if it's a valid non-negative integer.
noreply at wordpress.org
- [wp-svn] [29961] trunk/src: Use proper functions for escaped translations.
noreply at wordpress.org
- [wp-svn] [29962] trunk/src: Move password hint text to a function.
noreply at wordpress.org
- [wp-svn] [29963] trunk/src/wp-admin/options-general.php: Live-update site title in toolbar when changing the corresponding field in General Settings.
noreply at wordpress.org
- [wp-svn] [29964] trunk: Make orderby= meta_value compatible with meta_query when relation=OR.
noreply at wordpress.org
- [wp-svn] [29965] trunk: Use the comment API rather than direct SQL queries in `comments_template( )`.
noreply at wordpress.org
- [wp-svn] [29966] trunk/src/wp-admin: Allow apostrophes in email addresses when adding users via the Dashboard.
noreply at wordpress.org
- [wp-svn] [29967] trunk/tests/phpunit/tests/dependencies/styles.php: Update expected results in wp_add_inline_style() unit tests after [29958] .
noreply at wordpress.org
- [wp-svn] [29968] trunk: HTTP API: Support both the 'limit_response_size' and ' stream' parameters at the same time, allowing a partial file download.
noreply at wordpress.org
- [wp-svn] [29969] trunk/src/wp-admin/includes/class-ftp.php: Avoid a PHP Notice in the PemFTP Library by adding a missing function parameter.
noreply at wordpress.org
- [wp-svn] [29970] trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php: Filesystem: Fix the move() method of the SSH2 transport, which was using the SSH2 link rather than the SFTP link.
noreply at wordpress.org
- [wp-svn] [29971] trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php: Twenty Fifteen: correct styles for color schemes
noreply at wordpress.org
- [wp-svn] [29972] trunk/src/wp-content/themes/twentyfifteen/css/ie.css: Twenty Fifteen: beautify the header in IE 8.
noreply at wordpress.org
- [wp-svn] [29973] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: correct button sizes.
noreply at wordpress.org
- [wp-svn] [29974] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: correct comment meta alignment when avatar display is turned off.
noreply at wordpress.org
- [wp-svn] [29975] trunk/src/wp-content/themes/twentyfifteen/footer.php: Twenty Fifteen: Adding in the twentyfifteen credits action.
noreply at wordpress.org
- [wp-svn] [29976] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: updated styles for skip link.
noreply at wordpress.org
- [wp-svn] [29977] trunk/src/wp-admin/includes/plugin.php: Fix copy/paste errors in [ 27769].
noreply at wordpress.org
- [wp-svn] [29978] trunk/src/wp-admin/js/common.js: Admin menu:
noreply at wordpress.org
- [wp-svn] [29979] trunk/tests/phpunit/tests/post/query.php: Remove failing unit test for #27193.
noreply at wordpress.org
- [wp-svn] [29980] trunk/tests/phpunit/tests/comment/query.php: Improve unit tests for 'status' param in `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [29981] trunk/tests/phpunit/tests/comment/query.php: Remove redundant unit test for `WP_Comment_Query` 'status'.
noreply at wordpress.org
- [wp-svn] [29982] trunk/tests/phpunit/tests/comment/query.php: Add unit test for `WP_Comment_Query` 'search' param.
noreply at wordpress.org
- [wp-svn] [29983] trunk/src/wp-admin/css/common.css: Add a focus outline to the widget control toggle arrows.
noreply at wordpress.org
- [wp-svn] [29984] trunk/src/wp-includes/l10n.php: Avoid double path separators in `load_theme_textdomain()`.
noreply at wordpress.org
- [wp-svn] [29985] trunk/src/wp-includes/http.php: Update the docs for `wp_remote_retrieve_response_code()`.
noreply at wordpress.org
- [wp-svn] [29986] trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css: TinyMCE: update the default styles: make the font size larger and make it the same size in tables.
noreply at wordpress.org
- [wp-svn] [29987] trunk/src/wp-content/themes/twentyfifteen/css/editor-style.css: Twenty Fifteen: better editor-style.css: slightly smaller fonts, make the body margins relative, fix dependency on the `mce-item-table` class for tables.
noreply at wordpress.org
- [wp-svn] [29988] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Fix missing commas in the stylesheet.
noreply at wordpress.org
- [wp-svn] [29989] trunk/src: Script-loader: remove 'heartbeat' dependency for post.js and inline-edit-post.js, fix dependencies for autosave.js.
noreply at wordpress.org
- [wp-svn] [29990] trunk/src/wp-content/themes/twentyfifteen/404.php: Twenty Fifteen: Remove a non-relevant part of a string in 404.php.
noreply at wordpress.org
- [wp-svn] [29991] trunk/src/wp-content/themes/twentyfifteen/content-link.php: Twenty Fifteen: Include post title in Continue Reading link in Link post format.
noreply at wordpress.org
- [wp-svn] [29992] trunk/tests/phpunit/tests/user/listAuthors.php: Generate fewer default posts in wp_list_authors() tests.
noreply at wordpress.org
- [wp-svn] [29993] trunk/tests/phpunit/tests/query/dateQuery.php: Streamline WP_Date_Query unit tests.
noreply at wordpress.org
- [wp-svn] [29994] trunk: TinyMCE: update to 4.1.6+.
noreply at wordpress.org
- [wp-svn] [29995] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Fix typo in a CSS comment.
noreply at wordpress.org
- [wp-svn] [29996] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Isolate :not selectors from CSS2 selectors.
noreply at wordpress.org
- [wp-svn] [29997] trunk/tests/phpunit/tests/term.php: Add unit tests for 'append' argument of wp_set_object_terms().
noreply at wordpress.org
- [wp-svn] [29998] trunk/src/wp-content/themes/twentyfifteen/footer.php: Twenty Fifteen: documentation for the twentyfifteen_credits action
noreply at wordpress.org
- [wp-svn] [29999] trunk/src/wp-includes/version.php: 4.1-alpha-29999
noreply at wordpress.org
- [wp-svn] [30000] trunk/src/wp-includes/version.php: 4.1-alpha-30000 (!)
noreply at wordpress.org
- [wp-svn] [30001] trunk/tests/phpunit/includes/testcase.php: Set current user to 0 after each unit test.
noreply at wordpress.org
- [wp-svn] [30002] trunk/src: Editor: use <button> instead of <a> for the Visual/ Text buttons, make them focusable.
noreply at wordpress.org
- [wp-svn] [30003] trunk: Add unit tests for WP_Comment_Query 'orderby' param.
noreply at wordpress.org
- [wp-svn] [30004] trunk: Allow ORDER BY in `WP_Comment_Query::query() ` to be disabled.
noreply at wordpress.org
- [wp-svn] [30005] trunk/src: Deprecate admin_created_user_subject()
noreply at wordpress.org
- [wp-svn] [30006] trunk/tests/phpunit/tests/multisite/site.php: Begin cleanup of ms-sites group unit tests
noreply at wordpress.org
- [wp-svn] [30007] trunk/tests/phpunit/tests/multisite/site.php: Improve tests for get_blog_id_from_url()
noreply at wordpress.org
- [wp-svn] [30008] trunk/tests/phpunit/tests/user/query.php: Improve unit tests for `WP_User_Query` include param.
noreply at wordpress.org
- [wp-svn] [30009] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Use a p for the site description for a better experience when using a screenreader.
noreply at wordpress.org
- [wp-svn] [30010] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: removing Skype from the list of social links is easier than adding skype to $allowed_protocols.
noreply at wordpress.org
- [wp-svn] [30011] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: darken up the post navigation with thumbnail for better a11y.
noreply at wordpress.org
- [wp-svn] [30012] trunk/src/wp-content/themes/twentyfifteen/css/ie.css: Twenty Fifteen: correct list indentation in older IE versions.
noreply at wordpress.org
- [wp-svn] [30013] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: valid HTML for accessible child page menu expanding and collapsing -- now with even better accessiblity.
noreply at wordpress.org
- [wp-svn] [30014] trunk/src: Add the ability for a customizer control to render its controls via a JavaScript template.
noreply at wordpress.org
- [wp-svn] [30015] trunk/src/wp-includes/pluggable.php: Remove padding from the comment notification emails which is from a bygone fixed-width font era.
noreply at wordpress.org
- [wp-svn] [30016] trunk: Accept 'orderby=include' in `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [30017] trunk/tests/phpunit/tests/user/query.php: Streamline `WP_User_Query` unit tests.
noreply at wordpress.org
- [wp-svn] [30018] trunk/src/wp-admin/includes/template.php: Fix an invalid type for the `$section` parameter in the `do_settings_fields ()` DocBlock.
noreply at wordpress.org
- [wp-svn] [30019] trunk/src/wp-includes/nav-menu.php: Fix the `$location` parameter type in the `unregister_nav_menu() ` DocBlock.
noreply at wordpress.org
- [wp-svn] [30020] trunk/src/wp-admin/network/users.php: Users screen in network admin:
noreply at wordpress.org
- [wp-svn] [30021] trunk/src/wp-admin/custom-header.php: Fix a copy/ paste issue in Custom_Image_Header::get_header_dimensions() introduced in [27497].
noreply at wordpress.org
- [wp-svn] [30022] trunk/src/wp-admin/includes/template.php: Remove one-time loop and redundant isset() checks.
noreply at wordpress.org
- [wp-svn] [30023] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Add Foursquare icon support to the social link menu.
noreply at wordpress.org
- [wp-svn] [30024] trunk/src/wp-admin/js/customize-controls.js: Fix JSHint errors introduced in [30014].
noreply at wordpress.org
- [wp-svn] [30025] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: If the sidebar is taller than the viewport scroll it with the content, if it's shorter keep it fixed.
noreply at wordpress.org
- [wp-svn] [30026] trunk: Fix 'count' in `WP_Comment_Query` when using 'meta_query'.
noreply at wordpress.org
- [wp-svn] [30027] trunk/src/wp-admin/user-edit.php: Add labels to the Personal Options input fields on the user profile editing screen.
noreply at wordpress.org
- [wp-svn] [30028] trunk/src/wp-admin/edit-form-advanced.php: Introduce an `edit_form_before_permalink` action which gets fired after the title field but before the permalink fields.
noreply at wordpress.org
- [wp-svn] [30029] trunk/src/wp-admin/network/upgrade.php: Optimize site query when performing network database upgrades
noreply at wordpress.org
- [wp-svn] [30030] trunk/src/wp-includes/post-template.php: In `wp_link_pages()`, only output link separators between actual pagination links.
noreply at wordpress.org
- [wp-svn] [30031] trunk: Improve `WP_Tax_Query` param sanitization for empty strings.
noreply at wordpress.org
- [wp-svn] [30032] trunk/src/wp-includes/nav-menu-template.php: Cast class names to an array to avoid a potential warning.
noreply at wordpress.org
- [wp-svn] [30033] trunk/src: Rename `_wp_password_hint()` to `_wp_get_password_hint( )` to bring it inline with core terminology.
noreply at wordpress.org
- [wp-svn] [30034] trunk/src/wp-admin/includes/post.php: Add a missing asterisk in the DocBlock for `write_post()`.
noreply at wordpress.org
- [wp-svn] [30035] trunk/tests/phpunit/tests/post/template.php: Update expected results in wp_link_pages() unit tests after [30030].
noreply at wordpress.org
- [wp-svn] [30036] trunk/src/wp-includes/post-template.php: Don't add 'sticky' class in get_post_class() if 'ignore_sticky_posts' query var is set.
noreply at wordpress.org
- [wp-svn] [30037] trunk/src/wp-admin/css/about.css: Make sure the validator list on Credits screen floats correctly with longer names.
noreply at wordpress.org
- [wp-svn] [30038] trunk/src/wp-includes/theme.php: Don' t display Standard post format twice in the meta box if the theme unnecessarily mentions it in the add_theme_support () call.
noreply at wordpress.org
- [wp-svn] [30039] trunk/src/wp-includes/comment-template.php: Add ' comment_reply_link_args' filter for get_comment_reply_link() arguments.
noreply at wordpress.org
- [wp-svn] [30040] trunk/src/wp-admin/includes/template.php: Remove one-time loop and redundant isset() checks in do_meta_boxes().
noreply at wordpress.org
- [wp-svn] [30041] trunk/src/wp-includes/post.php: When using 'show_in_menu' as a default value for 'show_in_admin_bar' in register_post_type(), cast to boolean instead of requiring a strict match.
noreply at wordpress.org
- [wp-svn] [30042] trunk: Allow 'slug' param of `get_terms()` to accept an array.
noreply at wordpress.org
- [wp-svn] [30043] trunk/src/wp-content/themes/twentyfifteen/screenshot.png: Twenty Fifteen: squeeze a few more bytes from screenshot PNG file.
noreply at wordpress.org
- [wp-svn] [30044] trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php: Twenty Fifteen: escape variable in HTML attribute output in customer header.
noreply at wordpress.org
- [wp-svn] [30045] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: spacing and code style cleanup.
noreply at wordpress.org
- [wp-svn] [30046] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: consistent line endings and SVN properties on all files.
noreply at wordpress.org
- [wp-svn] [30047] trunk/src/wp-content/themes/twentyfifteen/genericons/ genericons.css: Twenty Fifteen: pinking shears.
noreply at wordpress.org
- [wp-svn] [30048] trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php: Twenty Fifteen: minor code style for variable within array notation.
noreply at wordpress.org
- [wp-svn] [30049] trunk/src/wp-content/themes/twentyfifteen/style.css: Twenty Fifteen: minor CSS spacing fix.
noreply at wordpress.org
- [wp-svn] [30050] trunk/.gitignore: Ignore any local WP Cli config files.
noreply at wordpress.org
- [wp-svn] [30051] trunk/src/wp-content/themes/twentyfifteen/css: Twenty Fifteen: minor CSS fixes.
noreply at wordpress.org
- [wp-svn] [30052] trunk: Introduce `orderby=include` support for `get_terms()`.
noreply at wordpress.org
- [wp-svn] [30053] trunk/src/wp-content/themes/twentyfifteen: Make the Twenty Fifteen search form submit button screen reader accessible rather than hidden to all users.
noreply at wordpress.org
- [wp-svn] [30054] trunk/src/wp-admin/install.php: Add a missing Oxford comma to the install screen.
noreply at wordpress.org
- [wp-svn] [30055] trunk: Add `wp_json_encode()`, a wrapper for `json_encode() ` that ensures everything is converted to UTF-8.
noreply at wordpress.org
- [wp-svn] [30056] trunk/src/wp-admin/includes/schema.php: Remove UNIQUE key from ' slug' column of terms table.
noreply at wordpress.org
- [wp-svn] [30057] trunk/: Update the root svn:ignore property to match .gitignores.
noreply at wordpress.org
- [wp-svn] [30058] trunk/src/wp-includes/functions.php: Fix a PHPDoc typo for `wp_json_encode()`.
noreply at wordpress.org
- [wp-svn] [30059] trunk/package.json: Update grunt-contrib-imagemin to 0.9.1
noreply at wordpress.org
- [wp-svn] [30060] trunk/package.json: Update grunt-contrib-compress to 0.12.0
noreply at wordpress.org
- [wp-svn] [30061] trunk/package.json: Update grunt-sass to 0.16.0
noreply at wordpress.org
- [wp-svn] [30062] trunk/package.json: Update grunt-contrib-clean to 0.6.0
noreply at wordpress.org
- [wp-svn] [30063] trunk/package.json: Update grunt-contrib-copy to 0.7.0
noreply at wordpress.org
- [wp-svn] [30064] trunk/src/wp-includes/kses.php: Add `audio`, `video`, and `track` to `$allowedposttags` (KSES).
noreply at wordpress.org
- [wp-svn] [30065] trunk/src/wp-includes/link-template.php: Introduce some new template functions for navigation:
noreply at wordpress.org
- [wp-svn] [30066] trunk/package.json: Update grunt-contrib-uglify to 0.6.0
noreply at wordpress.org
- [wp-svn] [30067] trunk/package.json: Update grunt-autoprefixer to 1.0.1
noreply at wordpress.org
- [wp-svn] [30068] trunk/src/wp-includes/media.php: The `gallery` shortcode used to accept a SQL chunk for the value of the `orderby` attribute.
noreply at wordpress.org
- [wp-svn] [30069] trunk/Gruntfile.js: Don't cascade autoprefixer output
noreply at wordpress.org
- [wp-svn] [30070] trunk/src/wp-includes/css/editor.css: Autoprefix box sizing
noreply at wordpress.org
- [wp-svn] [30071] trunk/src/wp-includes/ms-functions.php: Introduce wp_is_trusted_network()
noreply at wordpress.org
- [wp-svn] [30072] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: Use a heading heirarchy to provide a better navigation experience when using screenreading software.
noreply at wordpress.org
- [wp-svn] [30073] trunk/src/wp-includes: Adjust caching for `get_term_by()` calls:
noreply at wordpress.org
- [wp-svn] [30074] trunk/src/wp-includes: Introduce a new means of outputting a `< title>` tag in the theme head.
noreply at wordpress.org
- [wp-svn] [30075] trunk/src/wp-includes/compat.php: Define `JSON_PRETTY_PRINT` so it can be used with `wp_json_encode()`
noreply at wordpress.org
- [wp-svn] [30076] trunk/src/wp-admin/includes/file.php: In `_wp_handle_upload()`, if `test_upload` is set to `false` in the array of dangerous overrides that the function allows , the only thing that happens when an upload fails is more potential breakage.
noreply at wordpress.org
- [wp-svn] [30077] trunk/src/wp-includes/taxonomy.php: Update inline docs for [30052] .
noreply at wordpress.org
- [wp-svn] [30078] trunk/src/wp-includes/functions.php: Docs and code standards cleanup for [30055] (`wp_json_encode()` & friends )
noreply at wordpress.org
- [wp-svn] [30079] trunk/src: Update images based on grunt imagemin
noreply at wordpress.org
- [wp-svn] [30080] trunk/tests/phpunit/tests/term/cache.php: Remove call to `wp_get_last_changed()` from unit tests.
noreply at wordpress.org
- [wp-svn] [30081] trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php: Twenty Fifteen: only escape HTML attribute output with `esc_attr()`.
noreply at wordpress.org
- [wp-svn] [30082] trunk/src/wp-includes: Don' t hardcode `height` for videos - this was a workaround for MediaElement internals causing problems.
noreply at wordpress.org
- [wp-svn] [30083] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.js: Allow developers to override the `settings.success` callback for MediaElement players.
noreply at wordpress.org
- [wp-svn] [30084] trunk: Support multiple 'status' values in `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [30085] trunk: Improve global variable setting in `setup_postdata()`.
noreply at wordpress.org
- [wp-svn] [30086] trunk/src/wp-includes/taxonomy.php: Be more specific in documentation of 'slug' param for `get_terms()`.
noreply at wordpress.org
- [wp-svn] [30087] trunk/src/wp-includes/class-wp-customize-control.php: Correct some logic to populate the `defaultValue` variable when `data.defaultValue` begins with a hash symbol.
noreply at wordpress.org
- [wp-svn] [30088] trunk/src/wp-includes/taxonomy.php: Introduce `'pre_delete_term' ` hook.
noreply at wordpress.org
- [wp-svn] [30089] trunk/src/wp-admin/options-discussion.php: Increase both mystery and humanism
noreply at wordpress.org
- [wp-svn] [30090] trunk/src/wp-includes/canonical.php: Revert [28610] in order to avoid infinite redirect loops on reverse proxies which proxy from HTTPS to HTTP.
noreply at wordpress.org
- [wp-svn] [30091] trunk/src: Introduce some actions and filters which aid plugins in revisioning post meta.
noreply at wordpress.org
- [wp-svn] [30092] trunk/src/wp-includes/comment-template.php: Comment Template Tags: Improve the availability of context information in comment template tag filters.
noreply at wordpress.org
- [wp-svn] [30093] trunk: Support an empty string passed as a status in `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [30094] trunk: Use a nested meta query when querying by role in `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [30095] trunk/src/wp-admin/custom-header.php: Add a hidden submit button to the Appearance -> Header screen so keyboard users can submit the form correctly when a default image provided by the theme is in use.
noreply at wordpress.org
- [wp-svn] [30096] trunk: Better flexibility for 'type' in `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [30097] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: leading the way with support for title-tag
noreply at wordpress.org
- [wp-svn] [30098] trunk: Use `WP_Comment_Query` to query comments in `get_approved_comments()`.
noreply at wordpress.org
- [wp-svn] [30099] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: avoid errors by preventing Twenty Fifteen from being activated in old versions of WordPress
noreply at wordpress.org
- [wp-svn] [30100] trunk/src/wp-includes/post-template.php: Improve body class for page templates.
noreply at wordpress.org
- [wp-svn] [30101] trunk/src/wp-admin/css/themes.css: Fix weird HiDPI screen rendering issue with theme install preview toolbar
noreply at wordpress.org
- [wp-svn] [30102] trunk: Improve/introduce Customizer JavaScript models for Controls , Sections, and Panels.
noreply at wordpress.org
- [wp-svn] [30103] trunk/src/wp-content/themes/twentyfifteen/functions.php: Twenty Fifteen: back compat checks in Twenty Fifteen are breaking the customizer, leaving them in for now, but commented out.
noreply at wordpress.org
- [wp-svn] [30104] trunk/src/wp-admin/js/customize-widgets.js: Customizer: Fix missing newly added widgets in the preview after [29905].
noreply at wordpress.org
- [wp-svn] [30105] trunk/src: Remove redundant and erroneous `@uses` tag from most core inline documentation.
noreply at wordpress.org
- [wp-svn] [30106] trunk/tests/phpunit/tests/multisite/site.php: Expand tests around wpmu_delete_blog()
noreply at wordpress.org
- [wp-svn] [30107] trunk: In `get_terms()`, do not override 'hierarchical' and ' pad_counts' when 'parent' is present.
noreply at wordpress.org
- [wp-svn] [30108] trunk: Clean up `get_term_by()` caching.
noreply at wordpress.org
- [wp-svn] [30109] trunk/src/wp-includes/comment.php: Update the changelog for `get_approved_comments() ` to reflect that the function was refactored to leverage `WP_Comment_Query` in [30098].
noreply at wordpress.org
- [wp-svn] [30110] trunk/src/wp-includes/comment.php: Update the changelog for `WP_Comment_Query::query() ` to reflect two more new arguments added in [30096].
noreply at wordpress.org
- [wp-svn] [30111] trunk/src/wp-includes/comment-template.php: Update the changelogs for the comment hook parameters added in [30092].
noreply at wordpress.org
- [wp-svn] [30112] trunk/tests/phpunit/tests/term/cache.php: Clean up cache invalidation suspension global in unit tests.
noreply at wordpress.org
- [wp-svn] [30113] trunk/tests/phpunit/tests/term/getTerms.php: Streamline some `get_terms()` cache tests.
noreply at wordpress.org
- [wp-svn] [30114] trunk/tests/phpunit/tests/multisite/site.php: Improve tests for domain_exists()
noreply at wordpress.org
- [wp-svn] [30115] trunk: Unserialize `get_metadata()` results when 'key' is omitted.
noreply at wordpress.org
- [wp-svn] [30116] trunk/src/wp-content/themes/twentyfifteen/functions.php: Twenty Fifteen: Change version compare string to '4.1-alpha' to avoid an error for alpha and beta testers during development.
noreply at wordpress.org
- [wp-svn] [30117] trunk/src/wp-admin/plugins.php: Use correct file name in a hook comment.
noreply at wordpress.org
- [wp-svn] [30118] trunk/tests/phpunit/tests: Move `term_exists() ` tests to their own file.
noreply at wordpress.org
- [wp-svn] [30119] trunk/src/wp-includes/revision.php: Correct two parameter types in the `wp_save_post_revision_check_for_changes` hook documentation.
noreply at wordpress.org
- [wp-svn] [30120] trunk/src/wp-includes/js/media-views.js: Add verbose docs to `media-views.js`.
noreply at wordpress.org
- [wp-svn] [30121] trunk/src: Bump db_version and add upgrade routine for schema change in [30056].
noreply at wordpress.org
- [wp-svn] [30122] trunk/src: Correct references of `@uses $wpdb` in core documentation to use `@global`.
noreply at wordpress.org
- [wp-svn] [30123] trunk/src/wp-includes/js/media-views.js: Fix JSHint errors introduced in [30120].
noreply at wordpress.org
- [wp-svn] [30124] trunk/src/wp-includes/js/media-views.js: JSHint after [30120].
noreply at wordpress.org
- [wp-svn] [30125] trunk/src/wp-includes/js/media-views.js: JSHint after [30124].
noreply at wordpress.org
- [wp-svn] [30126] trunk/src: Customizer: Improve `ColorControl`' s `wpColorPicker` to update UI based on setting changes.
noreply at wordpress.org
- [wp-svn] [30127] trunk/src/wp-admin/js/revisions.js: Add some JSDoc blocks to `revisions.js`.
noreply at wordpress.org
- [wp-svn] 回复:wp-svn Digest, Vol 117, Issue 10
听雨人
Last message date:
Fri Oct 31 23:54:50 UTC 2014
Archived on: Fri Oct 31 23:54:51 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).