February 2015 Archives by thread
Starting: Sun Feb 1 05:28:29 UTC 2015
Ending: Sat Feb 28 20:07:46 UTC 2015
Messages: 270
- [wp-svn] [31320] trunk/src/wp-admin/js/nav-menu.js: Menus: Don't display "Move" text without direction if there is only one menu item.
noreply at wordpress.org
- [wp-svn] [31321] trunk: When querying for a specific post, allow posts with a non-public status to be returned as long as that status is specified.
noreply at wordpress.org
- [wp-svn] [31322] trunk/src/wp-includes/script-loader.php: jQuery UI: Add `jquery-ui-core` as dependency for `jquery-ui-progressbar`.
noreply at wordpress.org
- [wp-svn] [31323] trunk: In `get_sample_permalink()`, override 'future' status before generating permalink.
noreply at wordpress.org
- [wp-svn] [31324] trunk: When using WP_Query's `'fields' => 'ids'` (or `'fields' => 'id=>parent'`), make sure the returned result is always an array of integers.
noreply at wordpress.org
- [wp-svn] [31325] trunk/src/wp-includes/default-widgets.php: Add `' widget_nav_menu_args'` filter for Custom Menu widget arguments.
noreply at wordpress.org
- [wp-svn] [31326] trunk/src/wp-admin/includes/plugin-install.php: Remove an unused parameter on install_plugins_upload().
noreply at wordpress.org
- [wp-svn] [31327] trunk/src/wp-admin/includes/class-wp-upgrader.php: WP_Upgrader: Remove references to non-existant variables that have never existed.
noreply at wordpress.org
- [wp-svn] [31328] trunk/src/wp-admin/media-upload.php: Remove an extra indent from most of media-new.php.
noreply at wordpress.org
- [wp-svn] [31329] trunk: Ensure that `WP_Customize_Setting::value() ` returns default value for setting if not dirty.
noreply at wordpress.org
- [wp-svn] [31330] trunk/src/wp-admin/css/themes.css: Themes: Allow version number in the overlay to be selected.
noreply at wordpress.org
- [wp-svn] [31331] trunk/src/wp-admin/includes: Accessibility: remove remaining instances of accesskey.
noreply at wordpress.org
- [wp-svn] [31332] trunk/src/wp-admin/css/edit.css: Fix displaying long tag names in the Tags postbox.
noreply at wordpress.org
- [wp-svn] [31333] trunk/src: Shiny Updates: Add ajax-y updates to the plugin list page, and ajax-y updates and installs to the plugin card page.
noreply at wordpress.org
- [wp-svn] [31334] trunk/src/wp-admin/includes/ajax-actions.php: Shiny Updates: Add capability checks to the ajax callbacks, to ensure the current user is allowed to install/update plugins.
noreply at wordpress.org
- [wp-svn] [31335] trunk/src/wp-admin/includes/ajax-actions.php: Shiny Updates: If the current user is not allowed to install/update plugins, we should return a JSON error, so it can be used by the JS handlers.
noreply at wordpress.org
- [wp-svn] [31336] trunk/src/wp-includes/date.php: Clarify inline documentation for `WP_Date_Query` to better explain the relationship between an individual clause 's 'compare' argument and various integer-based date arguments.
noreply at wordpress.org
- [wp-svn] [31337] trunk/src/wp-includes/post-template.php: Use hash notation for `wp_dropdown_pages()` argument documentation.
noreply at wordpress.org
- [wp-svn] [31338] trunk: Introduce `'value_field'` parameter to `wp_dropdown_pages() `.
noreply at wordpress.org
- [wp-svn] [31339] trunk/tests/phpunit/tests/customize/setting.php: Use temporary variable for array in `Tests_Customize_Setting:: test_preview_standard_types_multidimensional()`.
noreply at wordpress.org
- [wp-svn] [31340] trunk: Modify `meta_query orderby syntax to use array keys as clause "handles".
noreply at wordpress.org
- [wp-svn] [31341] trunk/src/wp-admin/js: jshint fixes for shiny updates JS.
noreply at wordpress.org
- [wp-svn] [31342] trunk/tests/phpunit/tests/customize/setting.php: Another array syntax fix for Customizer tests.
noreply at wordpress.org
- [wp-svn] [31343] trunk/src/wp-includes/js/mce-view.js: MCE views: Always refresh the view after updating a gallery.
noreply at wordpress.org
- [wp-svn] [31344] trunk/Gruntfile.js: Use minified jquery-ui-core file during qunit: compiled Grunt task.
noreply at wordpress.org
- [wp-svn] [31345] trunk/src/wp-admin/includes/ajax-actions.php: Shiny Updates: Fix a PHP warning when installing new plugins.
noreply at wordpress.org
- [wp-svn] [31346] trunk: Use field-specific sanitization in `WP_Tax_Query:: transform_query()`.
noreply at wordpress.org
- [wp-svn] [31347] trunk/src/wp-includes: Add useremail and userslugs as global cache groups.
noreply at wordpress.org
- [wp-svn] [31348] trunk/src/wp-includes/ms-blogs.php: Remove leading space from the definition of a global cache group.
noreply at wordpress.org
- [wp-svn] [31349] trunk: WPDB: If a site is using the `utf8` charset, and their version of MySQL supports `utf8mb4`, auto-upgrade them to `utf8mb4`.
noreply at wordpress.org
- [wp-svn] [31350] trunk/.travis.yml: Temporarily (I hope) remove PHP 5.2 from tests being run on travis-ci
noreply at wordpress.org
- [wp-svn] [31351] trunk/src: Upgrades: When deciding if we can upgrade a table to utf8mb4, make sure we' re checking the character set, not the collation.
noreply at wordpress.org
- [wp-svn] [31352] trunk/.travis.yml: Update Travis-ci Slack notification token
noreply at wordpress.org
- [wp-svn] [31353] trunk/.travis.yml: Travis hates tabs.
noreply at wordpress.org
- [wp-svn] [31354] trunk/src/wp-admin/includes/upgrade.php: Upgrades: When upgrading a table to utf8mb4, we should run the `ALTER TABLE` query, even if it doesn't have any text columns.
noreply at wordpress.org
- [wp-svn] [31355] trunk/src/wp-includes/post-template.php: Add documentation for the `$value_field` argument added to `wp_dropdown_pages ()` in [31338].
noreply at wordpress.org
- [wp-svn] [31356] trunk/src/wp-includes/post-template.php: Adjust the DocBlock for `wp_dropdown_pages() ` to mark the entire `$args` parameter array as optional instead of each individual argument.
noreply at wordpress.org
- [wp-svn] [31357] trunk/src/wp-includes/category-template.php: Update the DocBlock for `wp_dropdown_categories() ` to reflect that the entire `$args` parameter array is optional instead of individual arugments.
noreply at wordpress.org
- [wp-svn] [31358] trunk/src/wp-admin/includes/upgrade.php: Upgrades: wp_usermeta is a global table in multisite, so it should only be upgraded by the single site routines when we' re not in a multisite install.
noreply at wordpress.org
- [wp-svn] [31359] trunk: Parse non-hierarchical tag input into term IDs before sending to `wp_insert_post ()`.
noreply at wordpress.org
- [wp-svn] [31360] trunk/src/wp-includes/class-wp-customize-manager.php: Customizer: Add changelog entry for the 'default' parameter added in [31329].
noreply at wordpress.org
- [wp-svn] [31361] trunk/src/wp-admin/js/editor-expand.js: Editor: prevent errors in editor-expand when the Text editor is not used.
noreply at wordpress.org
- [wp-svn] [31362] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: ensure the image toolbar stays visible when the image is much wider than the editor.
noreply at wordpress.org
- [wp-svn] [31363] trunk/src/wp-admin/includes: Avoid inadvertent stomping of the original `$args` parameter passed to `plugins_api_result` and `themes_api_result` filters in `plugins_api ()` and `themes_api()`, respectively.
noreply at wordpress.org
- [wp-svn] [31364] trunk/src/wp-admin/menu-header.php: In `_wp_menu_output()`, `$submenu_items` is an array and should be initialized as such.
noreply at wordpress.org
- [wp-svn] [31365] trunk/src/wp-includes/taxonomy.php: Remove unnecessary `array_shift()` usage in `get_terms() ` for better performance.
noreply at wordpress.org
- [wp-svn] [31366] trunk: In `WP_Query::get_queried_object()`, avoid PHP notices when `is_tax` is paired with an empty `tax_query`.
noreply at wordpress.org
- [wp-svn] [31367] trunk/src/wp-includes/taxonomy.php: Late escaping in `get_terms() ` and `WP_Tax_Query`.
noreply at wordpress.org
- [wp-svn] [31368] trunk/src/wp-admin/update-core.php: Use a positive wording for translations update notice.
noreply at wordpress.org
- [wp-svn] [31369] trunk: Add `orderby=meta_value_num` support to `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [31370] trunk: Customizer: Introduce an API to create WP_Customize_Settings for dynamically-created settings.
noreply at wordpress.org
- [wp-svn] [31371] trunk/src/wp-includes/wp-db.php: WPDB: When we' re removing invalid text text from strings with multiple different character sets , `wpdb::strip_invalid_text()` wasn' t correctly switching connection character sets.
noreply at wordpress.org
- [wp-svn] [31372] trunk/tests/phpunit/tests: WPDB: Some character set tests were failing if `DB_CHARSET` was empty, or a non-utf8 character set.
noreply at wordpress.org
- [wp-svn] [31373] trunk: Split the media JS files into modules:
noreply at wordpress.org
- [wp-svn] [31374] trunk/src/wp-includes/wp-db.php: WPDB: The `mysqli_query() ` call in `wpdb::set_charset()` had the parameters the wrong way around.
noreply at wordpress.org
- [wp-svn] [31375] branches/4.1/src/wp-includes/version.php: The 4.1 branch is now for 4.1.1 development
noreply at wordpress.org
- [wp-svn] [31376] branches/4.1: Default `$parent` in `category_exists() ` should default to null rather than 0.
noreply at wordpress.org
- [wp-svn] [31377] branches/4.1: `WP_Date_Query` date validation should not fail for hour = 0.
noreply at wordpress.org
- [wp-svn] [31378] branches/4.1: In `wp_update_term()`, limit duplicate slug checks to the same taxonomy as the updated term.
noreply at wordpress.org
- [wp-svn] [31379] trunk/src/wp-includes/js/media: Make sure that `media/ views.js` doesn't load Models that already exist in `media/models.js`.
noreply at wordpress.org
- [wp-svn] [31380] trunk/src/wp-includes/js/media: Bind `this` at calltime instead of letting `self` spill down into closures.
noreply at wordpress.org
- [wp-svn] [31381] trunk/src/wp-includes/pluggable.php: Improve return and parameter documentation for `check_admin_referer()`, `check_ajax_referer()`, and `wp_verify_nonce()`.
noreply at wordpress.org
- [wp-svn] [31382] trunk/src/wp-admin/update-core.php: Updates: Display plugin update rows even for plugins which are not hosted by WordPress.org or the HTTP request times out on.
noreply at wordpress.org
- [wp-svn] [31383] branches/4.1/src/wp-admin/update-core.php: Updates: Display plugin update rows even for plugins which are not hosted by WordPress.org or the HTTP request times out on.
noreply at wordpress.org
- [wp-svn] [31384] trunk/src/wp-admin: Improve the Customize experience on mobile.
noreply at wordpress.org
- [wp-svn] [31385] trunk: Media JS files:
noreply at wordpress.org
- [wp-svn] [31386] trunk/src/wp-includes/js/media-audiovideo.js: Avoid an IE8 JS error when removing a MediaElement player.
noreply at wordpress.org
- [wp-svn] [31387] trunk/src/wp-includes/js/media: After [31386], this needs to happen in `audio-video.manifest.js`.
noreply at wordpress.org
- [wp-svn] [31388] trunk/src/wp-includes/comment-template.php: Use screen reader text instead of a title attribute in comments_popup_link
noreply at wordpress.org
- [wp-svn] [31389] trunk/src/wp-includes/comment-template.php: Add translator comments for new strings.
noreply at wordpress.org
- [wp-svn] [31390] trunk/src/wp-includes/update.php: Revert [30696] pending further investigation.
noreply at wordpress.org
- [wp-svn] [31391] trunk/src/wp-includes/wp-db.php: WPDB: When checking to see if we can use utf8mb4, we also need to make sure PHP 's MySQL client library is capable of using utf8mb4.
noreply at wordpress.org
- [wp-svn] [31392] trunk: Don't parse empty 'tax_input' keys in `edit_post()`.
noreply at wordpress.org
- [wp-svn] [31393] trunk/src/wp-includes/js/media: Export the proper class in `media/ views/image-details.js`
noreply at wordpress.org
- [wp-svn] [31394] branches/4.1: Revert [30696] pending further investigation.
noreply at wordpress.org
- [wp-svn] [31395] branches/4.1: Avoid an IE8 JS error when removing a MediaElement player.
noreply at wordpress.org
- [wp-svn] [31396] branches/4.1: Support array values in `WP_Date_Query:: validate_date_values()`.
noreply at wordpress.org
- [wp-svn] [31397] branches/4.1: Customizer: Improve IE 8 compatibility.
noreply at wordpress.org
- [wp-svn] [31398] branches/4.1: jQuery UI: Add missing dependencies for puff and scale effects.
noreply at wordpress.org
- [wp-svn] [31399] trunk/src/wp-includes/js/media: Set svn:eol-style for [31373].
noreply at wordpress.org
- [wp-svn] [31400] trunk/src/wp-admin: Update body class when switching between admin color schemes.
noreply at wordpress.org
- [wp-svn] [31401] trunk/src/wp-includes/comment-template.php: Use `_n() ` in `comments_popup_link() ` when setting the default string to display if there are more than one comment.
noreply at wordpress.org
- [wp-svn] [31402] trunk/src/wp-includes/comment-template.php: Switch to a string placeholder, as `number_format_i18n() ` returns a string.
noreply at wordpress.org
- [wp-svn] [31403] trunk/src: Replace generic "Dear user" greeting in email notifications with a more personalized one.
noreply at wordpress.org
- [wp-svn] [31404] trunk/src/wp-admin/includes/ms.php: Remove redundant string with a typo introduced in [25481].
noreply at wordpress.org
- [wp-svn] [31405] trunk/src: Remove unused media JS files.
noreply at wordpress.org
- [wp-svn] [31406] trunk/src/wp-includes/js/media: Use `Math.round() ` instead of `Math.floor() ` when determining page of attachments to query in `wp.media.model.Query.sync`.
noreply at wordpress.org
- [wp-svn] [31407] trunk/src/wp-includes/class-oembed.php: oEmbed discovery fails on XHTML head links, adjust the regex to not match `/`.
noreply at wordpress.org
- [wp-svn] [31408] trunk: Always pass back the custom classes `get_post_class() ` was called with, even if the post was not found.
noreply at wordpress.org
- [wp-svn] [31409] trunk/src: Shiny Updates: Replace `$.post() ` calls with `wp.ajax.post()`, and clean up a bunch of the now unnecessary code.
noreply at wordpress.org
- [wp-svn] [31410] branches/4.1: Ensure that `WP_Customize_Setting::value() ` returns default value for setting if not dirty.
noreply at wordpress.org
- [wp-svn] [31411] trunk/src/wp-includes/admin-bar.php: Use `require_once() ` to prevent a fatal error if `_wp_admin_bar_init()` is called twice.
noreply at wordpress.org
- [wp-svn] [31412] trunk/src/wp-includes/comment-template.php: Add `.comment-reply-login` class to `get_post_reply_link()`, for consistency with `get_comment_reply_link()`.
noreply at wordpress.org
- [wp-svn] [31413] trunk/src/wp-includes/class-oembed.php: oEmbed discovery fails on encoded link URLs: decode HTML chars in the HTML-encoded URLs that are returned.
noreply at wordpress.org
- [wp-svn] [31414] trunk/src/wp-includes/option.php: Add `$expiration` as a parameter to the `pre_set_transient_{$transient}` filter.
noreply at wordpress.org
- [wp-svn] [31415] trunk/src/wp-includes/class-oembed.php: Protect `<pre> ` tags when parsing oEmbed responses in `WP_oEmbed::_strip_newlines() ` in `DOMDocument` is available.
noreply at wordpress.org
- [wp-svn] [31416] trunk/src/wp-includes/class-oembed.php: After [31415], make sure `str_replace() ` only occurs once for each matched tag to avoid overwriting until `<pre> `s.
noreply at wordpress.org
- [wp-svn] [31417] trunk/src/wp-login.php: Introduce a `logout_redirect` filter so the redirect destination can be changed when a user logs out.
noreply at wordpress.org
- [wp-svn] [31418] trunk: Split shared taxonomy terms on term update.
noreply at wordpress.org
- [wp-svn] [31419] trunk/src/wp-admin/js/customize-widgets.js: Customizer: Improve [ 31252] to show the move-widget buttons only if there is more than one *rendered* sidebar.
noreply at wordpress.org
- [wp-svn] [31420] trunk/src/wp-admin/widgets.php: Widgets: Add return param for widgets admin page to the "Manage in Customizer" link.
noreply at wordpress.org
- [wp-svn] [31421] trunk/src/wp-includes/class-wp-customize-manager.php: Customizer: Restore showing a login form inside the previewer if an user is logged out.
noreply at wordpress.org
- [wp-svn] [31422] trunk/src: Update the default admin color scheme for more unity and refinement.
noreply at wordpress.org
- [wp-svn] [31423] trunk/src/wp-includes/class-oembed.php: Use RegEx instead of `DOMDocument` when protecting `<pre> ` tags in `WP_oEmbed::_strip_newlines()`.
noreply at wordpress.org
- [wp-svn] [31424] trunk/src/wp-admin/css/admin-menu.css: Admin menu: Ensure top level menu item keeps hover color when hovering over or focusing on the submenu.
noreply at wordpress.org
- [wp-svn] [31425] trunk/package.json: Update grunt-cssjanus to 0.2.4, we no longer need the fork.
noreply at wordpress.org
- [wp-svn] [31426] trunk/tests/phpunit/tests/customize/widgets.php: Fix failing `Tests_Dependencies_jQuery:: test_wp_script_is_dep_enqueued` test.
noreply at wordpress.org
- [wp-svn] [31427] trunk/src/wp-admin/menu.php: Escape Customizer links in the admin menu.
noreply at wordpress.org
- [wp-svn] [31428] trunk/src/wp-admin/js/customize-widgets.js: Customizer: Don' t focus new widgets if they are added programmatically.
noreply at wordpress.org
- [wp-svn] [31429] trunk/src/wp-admin: Prevent IE9 and lower displaying the download file dialogue when attempting to upload using the `html4` Plupload handler.
noreply at wordpress.org
- [wp-svn] [31430] branches/4.1: Prevent IE9 and lower displaying the download file dialogue when attempting
noreply at wordpress.org
- [wp-svn] [31431] branches/4.1: Bump 4.1.1 version numbers & dates.
noreply at wordpress.org
- [wp-svn] [31432] trunk: Avoid a PHP Warning when `add_args` is passed as `false` to `paginate_links ()`.
noreply at wordpress.org
- [wp-svn] [31433] branches/4.1: In `paginate_links()`, don' t override custom format arguments when setting up default 'add_args'.
noreply at wordpress.org
- [wp-svn] [31434] branches/4.1: Move the (recently added) `.notice` admin notices below the first H2, same as the `.updated` and `.error` notices.
noreply at wordpress.org
- [wp-svn] [31435] branches/4.1: Revert [31080] from the 4.1 branch and replace it with a small function in an already changed file.
noreply at wordpress.org
- [wp-svn] [31436] branches/4.1: TinyMCE: select the iframe element by id.
noreply at wordpress.org
- [wp-svn] [31437] branches/4.1: TinyMCE: ensure the image toolbar stays visible when the image is much wider than the editor.
noreply at wordpress.org
- [wp-svn] [31438] trunk/src/wp-admin/includes/class-wp-list-table.php: Posts list table: Add a filter to disable the months dropdown.
noreply at wordpress.org
- [wp-svn] [31439] trunk/tests/phpunit/tests/query/stickies.php: Add tests for some of `WP_Query`'s sticky post logic.
noreply at wordpress.org
- [wp-svn] [31440] trunk/src/wp-admin/includes: Terminate JS statements in two admin files.
noreply at wordpress.org
- [wp-svn] [31441] trunk/src/wp-admin/includes/class-wp-upgrader.php: Correct parameter types for `Plugin_Upgrader::bulk_upgrade() ` and `Theme_Upgrader::bulk_upgrade()`.
noreply at wordpress.org
- [wp-svn] [31442] trunk/src/wp-admin/includes/template.php: `_list_meta_row() ` should always return a string.
noreply at wordpress.org
- [wp-svn] [31443] trunk/src/wp-admin/includes/template.php: Rename unused argument and remove obsolete global in `iframe_header()`.
noreply at wordpress.org
- [wp-svn] [31444] branches/4.1/src/wp-includes/js/media-grid.js: Fix the display of Audio and Video in the Media Library when using IE8 and below.
noreply at wordpress.org
- [wp-svn] [31445] trunk/src/wp-includes/admin-bar.php: Create the My Sites URL in the context of a user's primary site.
noreply at wordpress.org
- [wp-svn] [31446] trunk/src/wp-admin/includes/template.php: Use correct default values for some admin template functions.
noreply at wordpress.org
- [wp-svn] [31447] trunk/src: Avoid a PHP notice in `wp_install_language_form() ` and `wp_dropdown_languages()` if the language doesn' t have a ISO 639-1 code.
noreply at wordpress.org
- [wp-svn] [31448] trunk/src/wp-includes/admin-bar.php: Use `get_admin_url() ` to get the correct My Sites URL without calling `switch_to_blog() ` directly.
noreply at wordpress.org
- [wp-svn] [31449] trunk: Return a `WP_Error` if an empty name is provided when registering a taxonomy.
noreply at wordpress.org
- [wp-svn] [31450] trunk: Return a `WP_Error` if an empty name is provided when registering a post type.
noreply at wordpress.org
- [wp-svn] [31451] trunk/src/wp-includes/functions.php: Improve documentation for return value of `wp_list_pluck()`.
noreply at wordpress.org
- [wp-svn] [31452] trunk/src/wp-includes/general-template.php: Provide a secondary sort order for `wp_get_archives()` when `type= postbypost`.
noreply at wordpress.org
- [wp-svn] [31453] trunk/src/wp-content/themes: Bundled themes: replace `array_shift( )` with `current()` for performance.
noreply at wordpress.org
- [wp-svn] [31454] trunk/src/wp-content/themes: Bundled themes: remove URLs from reset credits.
noreply at wordpress.org
- [wp-svn] [31455] trunk/src/wp-includes/admin-bar.php: Toolbar: Add a label for search field on front-end.
noreply at wordpress.org
- [wp-svn] [31456] trunk/src/wp-includes/admin-bar.php: Toolbar: Remove title attributes from 'About WordPress', 'Add New', and ' My Account' items.
noreply at wordpress.org
- [wp-svn] [31457] trunk/tests/phpunit/tests: Use more descriptive names for `register_post_type() ` and `register_taxonomy()` tests with too long and too short names.
noreply at wordpress.org
- [wp-svn] [31458] trunk: More careful type conversion in `WP_Query` `is_*() ` methods.
noreply at wordpress.org
- [wp-svn] [31459] trunk/src/wp-includes: Replace hardcoded usage of `comment-page` with the comment pagination base.
noreply at wordpress.org
- [wp-svn] [31460] trunk/src/wp-admin/css/customize-controls.css: Customizer: Remove margin for hidden controls.
noreply at wordpress.org
- [wp-svn] [31461] trunk/src/wp-includes/post.php: Update the descriptions for `transition_post_status() ` and the `{$new_stats}_{$post-> post_type}` hook with more information about the expected behavior of transitioning post statuses.
noreply at wordpress.org
- [wp-svn] [31462] trunk/src/wp-admin/includes/image.php: Don' t try to read a non-existent Exif:Title tag in `wp_read_image_metadata()`, as it's not a part of the Exif standard.
noreply at wordpress.org
- [wp-svn] [31463] trunk/src/wp-load.php: Add inline documentation to clarify the reasoning behind the various conditions that control how WP is loaded.
noreply at wordpress.org
- [wp-svn] [31464] trunk/src/wp-content/themes: Bundled themes: update CSS rules for `.screen-reader-text` to be consistent with current accessibility guidelines.
noreply at wordpress.org
- [wp-svn] [31465] trunk/src/wp-admin/css/list-tables.css: `grunt autoprefixer` for [ 31333].
noreply at wordpress.org
- [wp-svn] [31466] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: fire `nodeChanged` when an embedded iframe is resized so we can adjust the editor height and other UI components.
noreply at wordpress.org
- [wp-svn] [31467] trunk: Improve 'orderby' syntax for `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [31468] branches/4.1: Revert [31198] from the 4.1 branch, as it is an incomplete fix that introduces more problems than the tiny issue it was attempting to solve.
noreply at wordpress.org
- [wp-svn] [31469] trunk/tests/phpunit/includes/testcase.php: Improved handling of expectedDeprecated and expectedIncorrectUsage annotations in unit tests.
noreply at wordpress.org
- [wp-svn] [31470] trunk/src/wp-admin/js/updates.js: Add eol-style property and normalize EOLs.
noreply at wordpress.org
- [wp-svn] [31471] trunk/src: Add SVN eol-style = native where missing.
noreply at wordpress.org
- [wp-svn] [31472] trunk/.travis.yml: Restore PHP 5.2 to Travis CI
noreply at wordpress.org
- [wp-svn] [31473] trunk: Respect 'default_option_' filters during early sanity checks in `add_option()` and `update_option() `.
noreply at wordpress.org
- [wp-svn] [31474] branches/4.1/src/wp-admin/about.php: About: Add changelog for 4.1.1.
noreply at wordpress.org
- [wp-svn] [31475] branches/4.1/src/wp-admin/about.php: Remove errant string.
noreply at wordpress.org
- [wp-svn] [31476] branches/4.1/src/wp-includes/taxonomy.php: Update @since in [31084 ].
noreply at wordpress.org
- [wp-svn] [31477] branches/4.1/src/wp-includes/version.php: Bump $tinymce_version in the 4.1 branch.
noreply at wordpress.org
- [wp-svn] [31478] tags/4.1.1/: Tag 4.1.1
noreply at wordpress.org
- [wp-svn] [31479] trunk/src/wp-includes/pluggable.php: Fix a typo in duplicate hook comment.
noreply at wordpress.org
- [wp-svn] [31480] trunk/src/wp-includes: Remove `src` from duplicate hook comments for `get_avatar` and `get_avatar_data`.
noreply at wordpress.org
- [wp-svn] [31481] trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php: Twenty Fourteen: make `twentyfourteen_post_thumbnail()` pluggable.
noreply at wordpress.org
- [wp-svn] [31482] trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php: Add an entry to the changelog for `twentyfourteen_post_thumbnail() ` noting that it was made 'pluggable'.
noreply at wordpress.org
- [wp-svn] [31483] trunk/src/wp-admin/js/user-profile.js: When creating a new user, pasting a password should update the password strength indicator.
noreply at wordpress.org
- [wp-svn] [31484] trunk/src/wp-admin/customize.php: Fix typo in [30760].
noreply at wordpress.org
- [wp-svn] [31485] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: don' t insert nested paragraphs when inserting embeddable URLs.
noreply at wordpress.org
- [wp-svn] [31486] trunk/src/wp-includes/post.php: Clarify and complete default argument documentation for `wp_insert_post() `.
noreply at wordpress.org
- [wp-svn] [31487] trunk/src/wp-includes/js/media: Restore the changes I made in [ 31016] for chromeless Vimeo that were missed in [31373].
noreply at wordpress.org
- [wp-svn] [31488] trunk/src/wp-includes/js/media: JSHint after [31487].
noreply at wordpress.org
- [wp-svn] [31489] trunk/src/wp-includes/js/media: The `grid` build should not load `views/edit-image`, it already exists in the `views` build.
noreply at wordpress.org
- [wp-svn] [31490] trunk/src/wp-includes/js/media: After [30120], in media JS files, move from `@constructor` to `@class` annotations as per JSDoc preferred nomenclature : http://usejsdoc.org/tags-class.html
noreply at wordpress.org
- [wp-svn] [31491] trunk/src/wp-includes/js/media: Specify globals in media JS files - it is important to denote where we are diverging from dependency injection.
noreply at wordpress.org
- [wp-svn] [31492] trunk/src/wp-includes/js/media: Media JS files:
noreply at wordpress.org
- [wp-svn] [31493] trunk/src/wp-includes/js/media: Make sure the `audio-video` build does not load files from the `views` build.
noreply at wordpress.org
- [wp-svn] [31494] trunk/src/wp-includes/js/media: Make sure the `grid` build does not load files from the `views` build.
noreply at wordpress.org
- [wp-svn] [31495] trunk/src/wp-admin/js/theme.js: Themes: Update the theme count when searching for installed themes, like we do on Add Themes screen.
noreply at wordpress.org
- [wp-svn] [31496] trunk/src/wp-includes/post.php: Remove a stray single quote in `wp_insert_post()` documentation.
noreply at wordpress.org
- [wp-svn] [31497] trunk/src/wp-admin: Themes: Add feedback for screen readers when search results are changed.
noreply at wordpress.org
- [wp-svn] [31498] trunk/tools/i18n: i18n tools: Improve support for multi-line comments in StringExtractor.
noreply at wordpress.org
- [wp-svn] [31499] trunk/tools/i18n/t/data/not-gettexted-0-work.php: i18n tools: Delete `data/not-gettexted-0-work.php`.
noreply at wordpress.org
- [wp-svn] [31500] trunk/src/wp-content/themes/twentyfifteen: Revert [30790] and update POT file for Twenty Fifteen.
noreply at wordpress.org
- [wp-svn] [31501] trunk/src/wp-content/themes/twentyfourteen/languages/ twentyfourteen.pot: Update POT file for Twenty Fourteen.
noreply at wordpress.org
- [wp-svn] [31502] trunk/tests/qunit/index.html: Adjust our QUnit test suite to show the QUnit toolbar.
noreply at wordpress.org
- [wp-svn] [31503] trunk/src/wp-admin/about.php: Use correct closing tag for " Under the Hood" header on About screen.
noreply at wordpress.org
- [wp-svn] [31504] trunk/package.json: Update grunt-autoprefixer to 2.2.0
noreply at wordpress.org
- [wp-svn] [31505] trunk/src: Run Autoprefixer after [31504].
noreply at wordpress.org
- [wp-svn] [31506] trunk/src/wp-admin/includes/class-wp-upgrader-skins.php: Remove untranslatable period from a successful update message in `Bulk_Upgrader_Skin ::add_strings()`.
noreply at wordpress.org
- [wp-svn] [31507] trunk/src/wp-admin/css/list-tables.css: Quick Edit: Make date fields a bit wider.
noreply at wordpress.org
- [wp-svn] [31508] trunk/src/wp-admin/includes/dashboard.php: Dashboard: Add a filter for the query arguments used for the Recent Posts widget.
noreply at wordpress.org
- [wp-svn] [31509] trunk/src/wp-admin/js/common.js: Delegate `focusin` and `focusout` events for row actions to make sure the actions are always revealed on focus.
noreply at wordpress.org
- [wp-svn] [31510] trunk/tests/phpunit/tests/image: Better image-type support checks in image unit tests.
noreply at wordpress.org
- [wp-svn] [31511] trunk/src/wp-admin/includes/ajax-actions.php: Do not activate plugins on initial installation in multisite.
noreply at wordpress.org
- [wp-svn] [31512] trunk/tests/phpunit/tests/image/functions.php: Use PHP 5.2 compatible syntax in image tests.
noreply at wordpress.org
- [wp-svn] [31513] trunk/src/wp-admin: Improve table footer tab sequence by moving `< tfoot>` after `<tbody>`.
noreply at wordpress.org
- [wp-svn] [31514] trunk/src/wp-includes/ms-functions.php: Use response code 200 when an existing network user joins a site via invitation.
noreply at wordpress.org
- [wp-svn] [31515] trunk/tests/phpunit: Ensure that a request URL is always set in `WP_UnitTestCase::go_to()`.
noreply at wordpress.org
- [wp-svn] [31516] trunk/src/wp-admin/user-edit.php: Avoid clearing stored capabilities for a user when removing their built in role in multisite.
noreply at wordpress.org
- [wp-svn] [31517] trunk/src/wp-admin: Provide proper label associations and descriptions throughout the network admin
noreply at wordpress.org
- [wp-svn] [31518] trunk/src/wp-includes/comment-template.php: Add `comment-author-is-site-member` class to comment output for site members.
noreply at wordpress.org
- [wp-svn] [31519] trunk/src/wp-admin/css/themes.css: Themes: Use a darker color for "No themes found" message to increase contrast.
noreply at wordpress.org
- [wp-svn] [31520] trunk/src/wp-includes/default-widgets.php: Add missing labels to Archives and Categories dropdown widgets.
noreply at wordpress.org
- [wp-svn] [31521] trunk/src/wp-includes/nav-menu.php: Fix a typo in `wp_update_nav_menu_item` hook documentation.
noreply at wordpress.org
- [wp-svn] [31522] trunk/tests/phpunit/tests/post/template.php: Add unit tests for `get_page_template_slug()`.
noreply at wordpress.org
- [wp-svn] [31523] trunk/src/wp-admin/css/nav-menus.css: Menus: Prevent checkboxes and radio buttons from being stretched to full width on mobile.
noreply at wordpress.org
- [wp-svn] [31524] trunk/src/wp-admin/css/nav-menus.css: Menus: Remove fixed height from `.description-thin` fields.
noreply at wordpress.org
- [wp-svn] [31525] trunk/src/wp-includes/taxonomy.php: Pass taxonomy name, not object , to 'edit_term_taxonomy' and 'edited_term_taxonomy' actions.
noreply at wordpress.org
- [wp-svn] [31526] trunk/src/wp-includes/script-loader.php: Load json2.js only in IE7 and older.
noreply at wordpress.org
- [wp-svn] [31527] trunk/src/wp-admin/update-core.php: Upgrades: Specifically pass the 'version' and 'locale' POST vars through the Core Update FTP credentials form.
noreply at wordpress.org
- [wp-svn] [31528] branches/4.1/src/wp-admin/update-core.php: Upgrades: Specifically pass the 'version' and 'locale' POST vars through the Core Update FTP credentials form.
noreply at wordpress.org
- [wp-svn] [31529] trunk/src/wp-admin/includes/image-edit.php: Add missing function and parameter descriptions to a variety of functions in wp-admin /includes/image-edit.php.
noreply at wordpress.org
- [wp-svn] [31530] trunk/src/wp-includes/media.php: Clarify a wide variety of function, parameter, and return descriptions in DocBlocks throughout wp-includes/media.php.
noreply at wordpress.org
- [wp-svn] [31531] trunk/tests/phpunit/tests/post/template.php: Fix line endings after [31522].
noreply at wordpress.org
- [wp-svn] [31532] trunk: Add 'orderby=description' support to `get_terms()`.
noreply at wordpress.org
- [wp-svn] [31533] trunk/src: Add theme browsing and theme switching to the Customizer
noreply at wordpress.org
- [wp-svn] [31534] trunk/src: PressThis v2, first run.
noreply at wordpress.org
- [wp-svn] [31535] trunk/src: PressThis:
noreply at wordpress.org
- [wp-svn] [31536] trunk/src/wp-includes/class-wp-customize-manager.php: Make sure WP_Customize_Manager::theme() never returns null.
noreply at wordpress.org
- [wp-svn] [31537] trunk/src/wp-includes/link-template.php: Press This: JSON encode the URL before appending it to the bookmarklet.
noreply at wordpress.org
- [wp-svn] [31538] trunk/src/wp-admin: Grunt precommit cleanup.
noreply at wordpress.org
- [wp-svn] [31539] trunk/src/wp-includes/class-wp-customize-control.php: Add a missing file header and clean up class DocBlocks in wp-includes/ class-wp-customize-control.php.
noreply at wordpress.org
- [wp-svn] [31540] trunk/src/wp-includes/class-wp-customize-manager.php: Add a missing file header to wp-includes/class-wp-customize-manager.php, separate out the class DocBlock for `WP_Customize_Manager`.
noreply at wordpress.org
- [wp-svn] [31541] trunk/src/wp-includes/class-wp-customize-panel.php: Add a missing file header to wp-includes/class-wp-customize-panel.php, separate out the class DocBlock for `WP_Customize_Panel`.
noreply at wordpress.org
- [wp-svn] [31542] trunk/src/wp-includes/class-wp-customize-section.php: Add a missing file header and clean up class DocBlocks in wp-includes/ class-wp-customize-section.php.
noreply at wordpress.org
- [wp-svn] [31543] trunk/src/wp-includes/class-wp-customize-setting.php: Add a missing file header and clean up class DocBlocks in wp-includes/ class-wp-customize-setting.php.
noreply at wordpress.org
- [wp-svn] [31544] trunk/src/wp-includes/class-wp-customize-widgets.php: Add a missing file header to wp-includes/class-wp-customize-widgets.php, separate out the class DocBlock for `WP_Customize_Widgets`.
noreply at wordpress.org
- [wp-svn] [31545] trunk: PressThis: go back to loading the minified bookmarklet content with file_get_contents ().
noreply at wordpress.org
- [wp-svn] [31546] trunk/src/wp-includes: TinyMCE: wpView improvements:
noreply at wordpress.org
- [wp-svn] [31547] trunk: Press This: add press-this.css to the list of stylesheets that are minified.
noreply at wordpress.org
- [wp-svn] [31548] trunk/src/wp-includes/js: TinyMCE: wpView improvements: remove the (obsolete) get/setViewText methods.
noreply at wordpress.org
- [wp-svn] [31549] trunk/src/wp-admin/js/press-this.js: Press This: fix notices/ errors classes.
noreply at wordpress.org
- [wp-svn] [31550] trunk/src/wp-admin: Hide irrelevant UI and display a message when editing the page for posts.
noreply at wordpress.org
- [wp-svn] [31551] trunk/src/wp-admin/includes/template.php: Ignore the internal-use function `_wp_posts_page_notice() ` from parsing for the code reference.
noreply at wordpress.org
- [wp-svn] [31552] trunk/src/wp-admin/includes/class-wp-press-this.php: Add missing access modifiers to `WP_Press_This`.
noreply at wordpress.org
- [wp-svn] [31553] trunk/src/wp-includes/comment.php: `wp_insert_comment() ` should be checking and setting `$compacted`, not the non-existent `$post_data`.
noreply at wordpress.org
- [wp-svn] [31554] trunk/src: Don't call the size function `count() ` as part of a test condition in loops.
noreply at wordpress.org
- [wp-svn] [31555] trunk/src/wp-includes/capabilities.php: Cleanup the `@property` annotations for `WP_User`.
noreply at wordpress.org
- [wp-svn] [31556] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: Use correct URL for update bookmarklet link.
noreply at wordpress.org
- [wp-svn] [31557] trunk/package.json: Update grunt-patch-wordpress to 0.3.0
noreply at wordpress.org
- [wp-svn] [31558] trunk/.travis.yml: Run unit tests on Travis CI with php nightlies
noreply at wordpress.org
- [wp-svn] [31559] trunk/src/wp-includes/js: TinyMCE: wpView improvements: introduce getText() and remove() methods, improved getInstance(), better docs.
noreply at wordpress.org
- [wp-svn] [31560] trunk/src/wp-admin/includes/template.php: Settings API: Allow passing a class to `add_settings_field()` via the `$args` array.
noreply at wordpress.org
- [wp-svn] [31561] trunk/src/wp-includes: In `get_avatar_data()` and `get_avatar()`, allow `height` and `width` to be specified separately ( both default to `size`).
noreply at wordpress.org
- [wp-svn] [31562] trunk/src: Persist search terms across grid/list modes:
noreply at wordpress.org
- [wp-svn] [31563] trunk/src/wp-includes/js/media/grid.js: Fix the build file after [ 31562].
noreply at wordpress.org
- [wp-svn] [31564] trunk/src/wp-admin/css: CSS: Move relevant `#sidemenu` rules into `deprecated-media.css` and remove the cruft.
noreply at wordpress.org
- [wp-svn] [31565] trunk/src/wp-admin: PressThis: enable scrollbars in Firefox, remove overflow-x: hidden from the html element.
noreply at wordpress.org
- [wp-svn] [31566] trunk/src/wp-admin: PressThis: accessibility enhancements:
noreply at wordpress.org
- [wp-svn] [31567] trunk/src/wp-includes: Update jQuery to 1.11.2.
noreply at wordpress.org
- [wp-svn] [31568] trunk/src/wp-includes/js/media: JSHint: Remove an unused variable.
noreply at wordpress.org
- [wp-svn] [31569] trunk/src: Update jQuery UI to 1.11.3.
noreply at wordpress.org
- [wp-svn] [31570] trunk/src/wp-admin/js/customize-widgets.js: Customize Widgets: Don 't return undefined items in getWidgetFormControls method.
noreply at wordpress.org
- [wp-svn] [31571] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: Use boolean value instead of __return_true().
noreply at wordpress.org
- [wp-svn] [31572] trunk/src/wp-includes/script-loader.php: Press This: Add press-this to list of RTL styles.
noreply at wordpress.org
- [wp-svn] [31573] trunk: RTL CSS generation: Switch from CSSJanus to RTLCSS.
noreply at wordpress.org
- [wp-svn] [31574] trunk: Improve `get_media_embedded_in_content() ` so that it returns the media it finds in the same order that it appears in the content.
noreply at wordpress.org
- [wp-svn] [31575] trunk/src: Make a new function, `wp_delete_file()`.
noreply at wordpress.org
- [wp-svn] [31576] trunk/src/wp-includes: In the `->multi_resize() ` method of the `WP_Image_Editor` subclasses, when looping through potential crops, we need to make sure the crop isn' t the exact same dimensions as the original image before copying it as a new crop.
noreply at wordpress.org
- [wp-svn] [31577] trunk/src/wp-admin: Press This: RTL improvements.
noreply at wordpress.org
- [wp-svn] [31578] trunk/src/wp-includes/functions.php: Support GIMP files in the Media Library.
noreply at wordpress.org
- [wp-svn] [31579] trunk: Build: Let RTLCSS handle swapping the codes for right/ left arrows from Dashicons.
noreply at wordpress.org
- [wp-svn] [31580] trunk/src/wp-includes/default-filters.php: PressThis TinyMCE: set 'directionality' and add the LTR button when in RTL.
noreply at wordpress.org
- [wp-svn] [31581] trunk/src/wp-includes/taxonomy.php: Introduce 'get_object_terms' filter in `wp_get_object_terms()`.
noreply at wordpress.org
- [wp-svn] [31582] trunk/src/wp-admin/js/media.js: When viewing media in List mode, auto-submit the form for attachment filters when the value of a `<select> ` changes.
noreply at wordpress.org
- [wp-svn] [31583] trunk/src/wp-admin/css/press-this.css: PressThis: fix selecting a post format (radio buttons) with the keyboard.
noreply at wordpress.org
- [wp-svn] [31584] trunk/src/wp-admin/js: PressThis: when there is a protocol mismatch (http vs.
noreply at wordpress.org
- [wp-svn] [31585] trunk/src/wp-includes/css/media-views.css: In the `Insert From URL` state of the `Post` frame, add the necessary CSS for focus styles for images.
noreply at wordpress.org
- [wp-svn] [31586] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: update the " update" method.
noreply at wordpress.org
- [wp-svn] [31587] trunk: When sanitizing a URL to redirect to, UTF-8 characters can be URL encoded, instead of being removed.
noreply at wordpress.org
- [wp-svn] [31588] trunk/src: Press This: Backwards compatibility enhancements.
noreply at wordpress.org
- [wp-svn] [31589] trunk/src/wp-admin: PressThis:
noreply at wordpress.org
Last message date:
Sat Feb 28 20:07:46 UTC 2015
Archived on: Sat Feb 28 20:07:47 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).