February 2014 Archives by author
Starting: Sat Feb 1 22:24:30 UTC 2014
Ending: Fri Feb 28 23:28:44 UTC 2014
Messages: 271
- [wp-svn] [27064] trunk/src/wp-includes/cache.php: Remove `$force` argument from `WP_Object_Cache::delete()`.
m at wordpress.org
- [wp-svn] [27065] trunk/src/wp-includes/category-template.php: Add arguments to the wp_dropdown_cats filter, and docs.
m at wordpress.org
- [wp-svn] [27066] trunk/src/wp-admin: Ensure the last separator is removed from the user and network admin menus.
m at wordpress.org
- [wp-svn] [27067] trunk: Fix an error in SQL generation when `perm` is set and an array is passed for `post_status`.
m at wordpress.org
- [wp-svn] [27068] trunk/src/wp-login.php: New resetpass_form hook in wp-login.php.
m at wordpress.org
- [wp-svn] [27069] trunk/src/wp-admin/user-edit.php: Use get_current_user_id() instead of $user_ID in user-edit.php.
m at wordpress.org
- [wp-svn] [27070] trunk/src/wp-includes/functions.php: Update @return statement of wp_nonce_url(): The URL is escaped.
m at wordpress.org
- [wp-svn] [27071] trunk/src/wp-includes/js/wplink.js: WP_Link: convert < > and " to HTML entities when setting link title for the Text editor.
m at wordpress.org
- [wp-svn] [27072] trunk: Ensure compatibility with MySQL 5.6 which has stricter SQL modes by default.
m at wordpress.org
- [wp-svn] [27073] trunk: Throw an incorrect usage notice when the query argument of wpdb::prepare( ) does not include a placeholder.
m at wordpress.org
- [wp-svn] [27074] trunk/src/wp-includes/wp-db.php: Add a comment for [27073] as someone will inevitably complain it is tricked by % in a string.
m at wordpress.org
- [wp-svn] [27075] trunk: When the MySQL server has "gone away, " attempt to reconnect and retry the query.
m at wordpress.org
- [wp-svn] [27076] trunk/src/wp-includes/ms-load.php: Remove an unnecessary variable passed to wpdb::prepare() during multisite load.
m at wordpress.org
- [wp-svn] [27077] trunk/src/wp-admin/includes: Consistently trim and unslash search queries for the users list tables.
m at wordpress.org
- [wp-svn] [27078] trunk/src/wp-includes/css/editor.css: Editor: add : focus style for the Quicktags buttons, fixes #26932
m at wordpress.org
- [wp-svn] [27079] trunk/src/wp-admin: Open previews of different posts in different windows/tabs.
m at wordpress.org
- [wp-svn] [27080] trunk/src: Consolidate "close on Escape" in the media modal, DFW, wpLink and Thickbox.
m at wordpress.org
- [wp-svn] [27081] trunk: Properly invalidate the cache for `wp_count_posts() ` on insert, trash, or when transitioning `post_status` inside of `_transition_post_status() `.
m at wordpress.org
- [wp-svn] [27082] trunk/src/wp-includes/js/wplink.js: Add braces around conditionals.
m at wordpress.org
- [wp-svn] [27083] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE: don't replace <i> with <em> and <b> with <strong> and don' t remove them when empty, see #24067, see #23037.
m at wordpress.org
- [wp-svn] [27084] trunk/src/wp-includes/js/wplink.js: Add back missing var definition in wplink.js, props TobiasBg, see #24067
m at wordpress.org
- [wp-svn] [27085] trunk/src: Minor cleanup (jshint) of wp-fullscreen.js and / wordpress/plugin.js, see #24067
m at wordpress.org
- [wp-svn] [27086] trunk/tests/phpunit/includes/testcase.php: Test suite: Trim queries before deciding whether to create temporary tables.
m at wordpress.org
- [wp-svn] [27087] trunk: Invalidate the post cache for posts associated with a user who has been removed from a blog in `remove_user_from_blog ()`.
m at wordpress.org
- [wp-svn] [27088] trunk/src/wp-admin/network/sites.php: Inline documentation for hooks in wp-admin/network/sites.php.
m at wordpress.org
- [wp-svn] [27089] trunk/src/wp-admin/includes/class-wp-terms-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-terms-list-table.php.
m at wordpress.org
- [wp-svn] [27090] trunk/src/wp-admin/includes: Inline documentation for hooks in wp-admin/includes/ class-wp-ms-themes-list-table.php.
m at wordpress.org
- [wp-svn] [27091] trunk/src/wp-content/themes: Default themes: Use the 'display' filter for get_bloginfo( 'name' ) attached to the wp_title filter.
m at wordpress.org
- [wp-svn] [27092] trunk/src/wp-includes/js/autosave.js: Autosave: Fix typo in event namespace.
m at wordpress.org
- [wp-svn] [27093] trunk/src/wp-includes/class-wp-editor.php: When using wp_editor(), make it easier to specify which editor is shown first, fixes #20822
m at wordpress.org
- [wp-svn] [27094] trunk: Consolidate handling of <object>, <audio> and <video> in wpautop() and add unit tests for them.
m at wordpress.org
- [wp-svn] [27095] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE: don' t scroll the main window when scrolling the editor content with a mouse wheel or trackpad and reaching the end.
m at wordpress.org
- [wp-svn] [27096] trunk/tests/phpunit/tests/media.php: The video shortcode unit test shouldn' t be expected to maintain HTML comments.
m at wordpress.org
- [wp-svn] [27097] trunk: When a video shortcode has content in its body, append it as inner HTML in the resulting `<video>`.
m at wordpress.org
- [wp-svn] [27098] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: set the proper caption width when clicking image resize handle on image with caption.
m at wordpress.org
- [wp-svn] [27099] trunk/tests/phpunit/tests/term.php: Add a unit test demonstrating the failure to invalidate a post' s term cache when the term is updated.
m at wordpress.org
- [wp-svn] [27100] trunk/tests/phpunit/tests/media.php: The unit test for the video shortcode needs to mimic the default params for width and post ID.
m at wordpress.org
- [wp-svn] [27101] trunk: Add cache invalidation when updating a term, example: create a category, assign it to a post, edit the category.
m at wordpress.org
- [wp-svn] [27102] trunk: Regenerate the term hierarchy cache (`{taxonomy}_children`) when it is out of sync with the passed taxonomy's `last_changed` value.
m at wordpress.org
- [wp-svn] [27103] trunk/tests/phpunit/tests/term/cache.php: Add the unit test from #25711.
m at wordpress.org
- [wp-svn] [27104] trunk/tests/phpunit/tests: Move some cache related tests to the new `term/cache.php` from [27103].
m at wordpress.org
- [wp-svn] [27105] trunk: JSHint fixes for media-views and Gruntfile.
m at wordpress.org
- [wp-svn] [27106] trunk/src: Merge colors.css into wp-admin.css.
m at wordpress.org
- [wp-svn] [27107] trunk/src/wp-admin/css/wp-admin.css: Some tweaks to [27106]:
m at wordpress.org
- [wp-svn] [27108] trunk: In `get_terms()`, don' t set automatically `hierarchical` to `false` when `parent => 0` is passed.
m at wordpress.org
- [wp-svn] [27109] trunk/src/wp-admin/css/wp-admin.css: Fix some hover/ focus styling and specificity issues.
m at wordpress.org
- [wp-svn] [27110] trunk/src: Fix scrolling inside the Visual editor on MacOS, add the same functionality to the Text editor, see #27013
m at wordpress.org
- [wp-svn] [27111] trunk/src: Fix the conditional enqueueing/ printing of colors stylesheets, without breaking dependencies.
m at wordpress.org
- [wp-svn] [27112] trunk/src/wp-admin/network.php: Network install: When showing the path to wp-config.php make sure our slashes are normalized.
m at wordpress.org
- [wp-svn] [27113] trunk/src/wp-includes/class-oembed.php: Add imgur to the list of oEmbed providers.
m at wordpress.org
- [wp-svn] [27114] trunk/src/wp-admin/js/revisions.js: Revisions browser: The back button should return to the post you were editing ( use replaceState instead of pushState).
m at wordpress.org
- [wp-svn] [27115] trunk/src/wp-includes: Use a float for last_changed microtime cache values.
m at wordpress.org
- [wp-svn] [27116] trunk/src/wp-includes/pluggable.php: Fix typo in wp_set_auth_cookie() description.
m at wordpress.org
- [wp-svn] [27117] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: fix gap above static pages, props SergeyBiryukov.
m at wordpress.org
- [wp-svn] [27118] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Twenty Fourteen: make sure `featured` tag is hidden on front-end views as expected.
m at wordpress.org
- [wp-svn] [27119] trunk/src/wp-admin/themes.php: Use .screen-reader-text class instead of an alt attribute for overlay button labels on Themes screen.
m at wordpress.org
- [wp-svn] [27120] trunk/src/wp-content/themes/twentyfourteen/inc/ featured-content.php: Twenty Fourteen: delete the `featured_content_ids` transient on theme switch to make sure child themes can override the Featured Content quantity value.
m at wordpress.org
- [wp-svn] [27121] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: fix unreachable links when the content area is shorter than the sidebar in smaller viewpoints.
m at wordpress.org
- [wp-svn] [27122] trunk/src/wp-content/themes/twentyfourteen/inc: Twenty Fourteen: translate `featured` tag slug used to link to specific tags in Posts editor.
m at wordpress.org
- [wp-svn] [27123] trunk/src/wp-content/themes/twentyfourteen/style.css: Twenty Fourteen: pinking shears.
m at wordpress.org
- [wp-svn] [27124] trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php: Twenty Fourteen: fix Ephemera Widget to avoid showing full post content when displayed in single post or page.
m at wordpress.org
- [wp-svn] [27125] trunk: When a `term_id` matches in `_get_term_children()`, recurse through its children until there is no more depth in the hierarchy.
m at wordpress.org
- [wp-svn] [27126] trunk/src/wp-includes/js/media-views.js: Add some inline docs to `media-views.js` and remove some unnecessary comments from a few `super` calls.
m at wordpress.org
- [wp-svn] [27127] trunk/src: Introduce `maybe_regenerate_attachment_metadata( $attachment )`.
m at wordpress.org
- [wp-svn] [27128] trunk/src/wp-includes/media.php: Introduce `has_image_size( $name )`, a utility function that helps avoid loading the `$_wp_additional_image_sizes` global.
m at wordpress.org
- [wp-svn] [27129] trunk: Add remove_image_size() and tests for it and has_image_size (), added in [27128].
m at wordpress.org
- [wp-svn] [27130] trunk/src/wp-includes/post.php: Add a filter `wp_insert_attachment_data` in `wp_insert_attachment()`.
m at wordpress.org
- [wp-svn] [27131] trunk: Various JSHint fixes.
m at wordpress.org
- [wp-svn] [27132] trunk/src/wp-admin/includes/template.php: Improve parameter documentation of add_meta_box().
m at wordpress.org
- [wp-svn] [27133] trunk/src/wp-includes/class-oembed.php: Add meetup.com oEmbed support.
m at wordpress.org
- [wp-svn] [27134] trunk/src/wp-includes/post-template.php: Fix validation issue in get_the_password_form() caused by wpautop().
m at wordpress.org
- [wp-svn] [27135] trunk/src/wp-admin/includes/template.php: Clarify `submit_button() ` `$type` parameter docs to mention that the value doubles as the CSS class attribute.
m at wordpress.org
- [wp-svn] [27136] trunk/src/wp-admin/includes/template.php: Improve inline documentation for `submit_button()`.
m at wordpress.org
- [wp-svn] [27137] trunk/src/wp-admin/includes/template.php: Fix docs spacing missed in [27136].
m at wordpress.org
- [wp-svn] [27138] trunk/src/wp-includes/post.php: Inline documentation for the `wp_insert_attachment_data` filter hook, added in [27130].
m at wordpress.org
- [wp-svn] [27139] trunk/src/wp-includes/media.php: Inline documentation tweaks for `has_image_size()` and `remove_image_size ()`.
m at wordpress.org
- [wp-svn] [27140] trunk/src/wp-includes/media.php: has_image_size()' s parameter should be required.
m at wordpress.org
- [wp-svn] [27141] trunk/src/wp-includes/taxonomy.php: Improve inline documentation for several 'last_changed' -related functions introduced in [27101] and [27102].
m at wordpress.org
- [wp-svn] [27142] trunk: Reuse the `terms` cache group for taxonomy cache invalidation.
m at wordpress.org
- [wp-svn] [27143] trunk/src/wp-includes/media-template.php: Remove a stray </div> from the Edit Image template, was breaking it in IE < 9.
m at wordpress.org
- [wp-svn] [27144] trunk/src/wp-comments-post.php: Fixes for inline documentation for hooks in wp-comments-post.php.
m at wordpress.org
- [wp-svn] [27145] trunk/src/wp-admin/admin-footer.php: Fixes for hooks documentation in wp-admin/admin-footer.php.
m at wordpress.org
- [wp-svn] [27146] trunk/src/xmlrpc.php: Fixes for hooks documentation on xmlrpc.php.
m at wordpress.org
- [wp-svn] [27147] trunk/src/wp-includes/wp-db.php: Fixes for hooks documentation in wp-includes/wp-db.php.
m at wordpress.org
- [wp-svn] [27148] trunk/src/wp-includes/general-template.php: Improve inline documenation for `get_the_time()` and `get_post_time().
m at wordpress.org
- [wp-svn] [27149] trunk/src/wp-includes/pluggable.php: Improve inline documentation for `wp_new_user_notification()`.
m at wordpress.org
- [wp-svn] [27150] trunk: Nav Menu: Remove post/ page items from the Nav Menu when the post/page is deleted.
m at wordpress.org
- [wp-svn] [27151] trunk/src/wp-admin/menu-header.php: Update comment about structure of items in $menu global.
m at wordpress.org
- [wp-svn] [27152] trunk/src/wp-includes/ms-functions.php: Collect the post and link ids that will be reassigned before running the update in `remove_user_from_blog ()`.
m at wordpress.org
- [wp-svn] [27153] trunk/src/wp-includes/default-filters.php: Run wp_auth_check on every heartbeat tick.
m at wordpress.org
- [wp-svn] [27154] trunk/src/wp-includes: Remove unused arg from wp_auth_check(), see #27081.
m at wordpress.org
- [wp-svn] [27155] trunk: Incorporate the TinyMCE tests into our JS tests:
m at wordpress.org
- [wp-svn] [27156] trunk/src/wp-includes/comment-template.php: Inline documentation cleanup in wp-includes/comment-template.php.
m at wordpress.org
- [wp-svn] [27157] trunk/src/wp-includes/comment-template.php: Fix a typo in the PHPDoc for `comment_author_email_link()`.
m at wordpress.org
- [wp-svn] [27158] trunk/src: Detect and handle symlinking of plugins in plugin_basename().
m at wordpress.org
- [wp-svn] [27159] trunk/src/wp-includes: Edit image in TinyMCE:
m at wordpress.org
- [wp-svn] [27160] trunk/src/wp-includes/version.php: Bump the TinyMCE version, see #24409.
m at wordpress.org
- [wp-svn] [27161] trunk/src/wp-includes/ms-functions.php: In `remove_user_from_blog( )`, avoid a potentially expensive `IN` query before invalidating the reassigned post and link caches.
m at wordpress.org
- [wp-svn] [27162] trunk/src/wp-includes/cache.php: Rather than removing the 3rd argument in `WP_Object_Cache::delete()`, mark it as `$deprecated`.
m at wordpress.org
- [wp-svn] [27163] trunk: Partially revert [27101], [27102], [27141], and [27142].
m at wordpress.org
- [wp-svn] [27164] trunk/src/wp-includes/js/media-views.js: Use jQuery.prop('checked' ) instead of jQuery.attr('checked'), which is deprecated.
m at wordpress.org
- [wp-svn] [27165] trunk/src/wp-includes: TinyMCE: fix styling in the Charmap modal so the click targets are as large as the table cells.
m at wordpress.org
- [wp-svn] [27166] trunk: Don't iterate over `$wp_query-> posts` in `update_post_thumbnail_cache()` if it is empty.
m at wordpress.org
- [wp-svn] [27167] trunk/src/wp-admin/update-core.php: Merge two similar strings.
m at wordpress.org
- [wp-svn] [27168] trunk/tests/phpunit/includes/trac.php: Don' t use HTTPS in unit tests if OpenSSL isn't loaded.
m at wordpress.org
- [wp-svn] [27169] trunk/src/wp-includes/js/tinymce: TinyMCE: add image based placeholders for audio and video shortcodes.
m at wordpress.org
- [wp-svn] [27170] trunk: Update Backbone from 1.0 to 1.1.
m at wordpress.org
- [wp-svn] [27171] trunk/src/wp-includes/js: Update media-views and wp.Backbone.View for Backbone 1.1.
m at wordpress.org
- [wp-svn] [27172] trunk: Dev tools: Add `grunt imagemin: core` task for optimizing images pre-commit.
m at wordpress.org
- [wp-svn] [27173] trunk/src: Optimize 69 images (of 127) using the new Grunt task.
m at wordpress.org
- [wp-svn] [27174] trunk: Dev/build tools: Use grunt-autoprefixer for CSS vendor prefixes.
m at wordpress.org
- [wp-svn] [27175] trunk/Gruntfile.js: Dev/build tools: Skip new backbone.js and underscore.js files during jshint.
m at wordpress.org
- [wp-svn] [27176] trunk/Gruntfile.js: Add `grunt precommit` for running front-end dev and test tasks before commit.
m at wordpress.org
- [wp-svn] [27177] trunk/src/wp-includes/js/tinymce: TinyMCE: add support for audio and video shortcodes without closing, fix jshint warning, see #27016.
m at wordpress.org
- [wp-svn] [27178] trunk: Multisite: Add get_network_by_path() and wp_get_network() to begin cleanup of multisite load.
m at wordpress.org
- [wp-svn] [27179] trunk/src/wp-includes/js/tinymce/plugins/charmap: TinyMCE: when clicking on a character in the Charmap modal, don' t close it if the Crtl key is pressed.
m at wordpress.org
- [wp-svn] [27180] trunk/tests/qunit/editor: TinyMCE tests: remove 'coverage' for now , has unsatisfied dependencies.
m at wordpress.org
- [wp-svn] [27181] trunk/src: Rename the old media.css file, used for the pre-3.5 media library.
m at wordpress.org
- [wp-svn] [27182] trunk/src/wp-includes/css/editor.css: TinyMCE: wrap the toolbars buttons on narrow screens, props mikemanger, fixes #26882
m at wordpress.org
- [wp-svn] [27183] trunk/tests/phpunit/includes/testcase.php: Reset `$wp_query` and `$post` during `WP_UnitTestCase::tearDown() ` to avoid spillage of globals between tests.
m at wordpress.org
- [wp-svn] [27184] trunk/src/wp-includes/revision.php: `wp_get_post_revisions() ` should have a default `orderby` of `date ID` to tie-break rapidly added revisions - namely , when unit tests are run.
m at wordpress.org
- [wp-svn] [27185] trunk: Make `WP_User_Query::prepare_query() ` public by allowing it to be passed an array of args.
m at wordpress.org
- [wp-svn] [27186] trunk/src/wp-includes/taxonomy.php: Remove extraneous type-casting in `wp_get_object_terms()`.
m at wordpress.org
- [wp-svn] [27187] trunk/tests/phpunit/tests/query/conditionals.php: Add some more assertions to `Tests_Query_Conditionals`, specifically for `is_single()`, `is_page()`, and `is_attachment()`.
m at wordpress.org
- [wp-svn] [27188] trunk/src: Use `selected()` where appropriate in `touch_time()`, `page_template_dropdown()`, and `parent_dropdown()`.
m at wordpress.org
- [wp-svn] [27189] trunk/src/wp-includes/link-template.php: Remove code from a previous patch.
m at wordpress.org
- [wp-svn] [27190] trunk/src/wp-includes: TinyMCE: style the modals to match WordPress admin (first-run).
m at wordpress.org
- [wp-svn] [27191] trunk/src/wp-includes: Correct return values for update_metadata() and related functions.
m at wordpress.org
- [wp-svn] [27192] trunk/src/wp-comments-post.php: Correct @since value.
m at wordpress.org
- [wp-svn] [27193] trunk/src/wp-includes: TinyMCE: revert style for the blocks drop-down in the toolbar, limit the styles imported for the same drop-down, make the menu highlight color grey.
m at wordpress.org
- [wp-svn] [27194] trunk/src/wp-admin/includes/template.php: Use correct variable.
m at wordpress.org
- [wp-svn] [27195] trunk: Once upon a time not long ago,
m at wordpress.org
- [wp-svn] [27196] trunk/src/wp-admin/includes/meta-boxes.php: Add screen-reader friendly variations of some short text links in the Publish meta box.
m at wordpress.org
- [wp-svn] [27197] trunk/tests/phpunit/tests/term/getTerms.php: Add @ticket references.
m at wordpress.org
- [wp-svn] [27198] trunk/.editorconfig: Add .editorconfig file, see http:// editorconfig.org/.
m at wordpress.org
- [wp-svn] [27199] trunk: Make login styles standalone.
m at wordpress.org
- [wp-svn] [27200] trunk/src/wp-admin/css/login.css: Login styles do not depend on common.css.
m at wordpress.org
- [wp-svn] [27201] trunk/src/wp-includes/nav-menu-template.php: Fixes for hooks documentation wp-includes/nav-menu-template.php.
m at wordpress.org
- [wp-svn] [27202] trunk/src/wp-admin/includes/image.php: Inline documentation for hooks in wp-admin/includes/image.php.
m at wordpress.org
- [wp-svn] [27203] trunk/src/wp-includes: Simplify how admin color schemes are enqueued.
m at wordpress.org
- [wp-svn] [27204] trunk/src/wp-includes/script-loader.php: Remove accidental change in [27203].
m at wordpress.org
- [wp-svn] [27205] trunk/src/wp-admin/update-core.php: Update $parent_file value in wp-admin/update-core.php.
m at wordpress.org
- [wp-svn] [27206] trunk/src/wp-includes/query.php: Inline documentation for various SQL clause hooks in wp-includes/ query.php.
m at wordpress.org
- [wp-svn] [27207] trunk/src/wp-includes/query.php: Inline documentation for various SQL clause hooks in wp-includes/ query.php.
m at wordpress.org
- [wp-svn] [27208] trunk/src/wp-includes/query.php: Inline documentation for various SQL clause hooks in wp-includes/ query.php.
m at wordpress.org
- [wp-svn] [27209] trunk/src: Allow pseudo post types `attachment: audio` and `attachment: video` to get the media modal on Edit Media when they support featured images.
m at wordpress.org
- [wp-svn] [27210] trunk/src/wp-includes/query.php: Inline documentation hooks in wp-includes/query.php.
m at wordpress.org
- [wp-svn] [27211] trunk/src/wp-includes/query.php: Remove now-unnecessary vanity spacing of various hooks in wp-includes/ query.php.
m at wordpress.org
- [wp-svn] [27212] trunk/src/wp-includes/js/media-editor.js: Add an abstraction of the gallery code in `media-editor.js` called `wp.media.collection`.
m at wordpress.org
- [wp-svn] [27213] trunk/src/wp-includes/js/media-editor.js: Replace the current `wp.media.gallery` instance in `media-editor.js` with one that leverages `wp.media.collection`.
m at wordpress.org
- [wp-svn] [27214] trunk/src/wp-includes/js/media-views.js: In `media-views.js`, add `wp.media.controller.CollectionAdd` and `wp.media.controller.CollectionEdit` to provide an abstraction for Add and Edit screens in the media modal for collection-type things.
m at wordpress.org
- [wp-svn] [27215] trunk/src/wp-includes/js/media-views.js: Register `wp.media.controller.GalleryEdit` and `wp.media.controller.GalleryAdd` using the new `wp.media.controller.Collection*` abstraction code.
m at wordpress.org
- [wp-svn] [27216] trunk/src/wp-admin/edit-form-advanced.php: Correct a missing conditional in `edit-form-advanced.php`.
m at wordpress.org
- [wp-svn] [27217] trunk/src/wp-includes/theme.php: Add boolean return values to require_if_theme_supports().
m at wordpress.org
- [wp-svn] [27218] trunk/src/wp-admin/css/l10n.css: Prevent "Add" button in Tags meta box from wrapping to a new line in ru_RU.
m at wordpress.org
- [wp-svn] [27219] trunk/src/wp-admin/includes/file.php: Simplify error in validate_file_to_edit().
m at wordpress.org
- [wp-svn] [27220] trunk: Remove theme support for 'menus' in unregister_nav_menu() when there are no more menus.
m at wordpress.org
- [wp-svn] [27221] trunk/src/wp-admin/includes: Use filtered per_page value in WP_Plugin_Install_List_Table and WP_Theme_Install_List_Table.
m at wordpress.org
- [wp-svn] [27222] trunk/src/wp-includes/nav-menu-template.php: Convert docs for `wp_nav_menu()` arguments to a hash notation.
m at wordpress.org
- [wp-svn] [27223] trunk/src/wp-includes/nav-menu-template.php: Fix reversed return logic in the `wp_nav_menu()` phpdoc.
m at wordpress.org
- [wp-svn] [27224] trunk/src/wp-includes/widgets.php: Remove unused code from WP_Widget::update_callback().
m at wordpress.org
- [wp-svn] [27225] trunk/src/wp-includes/class-oembed.php: Allow any vimeo.com subdomain for embeds.
m at wordpress.org
- [wp-svn] [27226] trunk/src/wp-admin/network.php: Embolden some instructions when installing a network.
m at wordpress.org
- [wp-svn] [27227] trunk/src/wp-includes/nav-menu-template.php: Remove unused variable.
m at wordpress.org
- [wp-svn] [27228] trunk/src/wp-includes/script-loader.php: Make sure color schemes are registered when WP_Styles is initialized early.
m at wordpress.org
- [wp-svn] [27229] trunk/src/wp-admin/css: Make nav menu item add tabs and content consistent with similar tabs on the post edit screen.
m at wordpress.org
- [wp-svn] [27230] trunk/src/wp-includes/general-template.php: Remove unnecessary assignment and concatenation from the_date() and get_the_date().
m at wordpress.org
- [wp-svn] [27231] trunk/src/wp-includes/general-template.php: Correct @return value for get_the_date().
m at wordpress.org
- [wp-svn] [27232] trunk/src/wp-includes/script-loader.php: Revert [27228], as it doesn't work with SCRIPT_DEBUG off.
m at wordpress.org
- [wp-svn] [27233] trunk/src/wp-includes: Update Backbone to version 1.1.2.
m at wordpress.org
- [wp-svn] [27234] trunk/src/wp-includes/version.php: Bump.
m at wordpress.org
- [wp-svn] [27235] trunk/src/wp-includes/link-template.php: Correct PHPDoc return description for `get_boundary_post()`.
m at wordpress.org
- [wp-svn] [27236] trunk: Build: Update version of grunt-autoprefixer devDependency.
m at wordpress.org
- [wp-svn] [27237] trunk/src/wp-admin/includes/template.php: Inline documentation for hooks in wp-admin/includes/template.php.
m at wordpress.org
- [wp-svn] [27238] trunk/src/wp-includes/js/media-editor.js: Access class directly instead of using `this` in the `shortcodeAttrs` method of any factory-generated `wp.media.collection`.
m at wordpress.org
- [wp-svn] [27239] trunk/src/wp-includes: Add core support for Playlists and Video Playlists.
m at wordpress.org
- [wp-svn] [27240] trunk/src/wp-includes/media.php: Inline documentation improvements for `wp_get_playlist()`.
m at wordpress.org
- [wp-svn] [27241] trunk/src/wp-includes/media-template.php: Spacing fixes for code introduced in [27239].
m at wordpress.org
- [wp-svn] [27242] trunk/src/wp-includes: Load default settings state when creating a new playlist in the media modal.
m at wordpress.org
- [wp-svn] [27243] trunk/src/wp-includes/js: Remove a few unnecessary jQuery selectors added in [27239].
m at wordpress.org
- [wp-svn] [27244] trunk/src/wp-includes/media.php: Supply mime-type instead of extension for an item' s `type` property in playlist JSON.
m at wordpress.org
- [wp-svn] [27245] trunk/src/wp-includes/media.php: Get the proper image size for an item's thumb in playlist JSON.
m at wordpress.org
- [wp-svn] [27246] trunk/src: Add Oxford comma to password hint.
m at wordpress.org
- [wp-svn] [27247] trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php: Fix theme preview URL for themes loaded via AJAX on Install Themes screen.
m at wordpress.org
- [wp-svn] [27248] trunk/src/wp-admin/js: Fix thickbox positioning if toolbar is not present.
m at wordpress.org
- [wp-svn] [27249] trunk/src/wp-includes/wp-db.php: Declare $wpdb->base_prefix.
m at wordpress.org
- [wp-svn] [27250] trunk: Use ext/mysqli in PHP 5.5 or greater.
m at wordpress.org
- [wp-svn] [27251] trunk/src/wp-includes/nav-menu.php: Consistently return a WP_Error object in case of an error in wp_update_nav_menu_item ().
m at wordpress.org
- [wp-svn] [27252] trunk/src/wp-admin/css/dashboard.css: Prevent large images in comments from overflowing the meta box.
m at wordpress.org
- [wp-svn] [27253] trunk/src/wp-admin/load-styles.php: Force UTF-8 in load-styles.php , like we do in load-scripts.php.
m at wordpress.org
- [wp-svn] [27254] trunk/src/wp-admin/css/edit.css: Fix the tags input in small viewports and make it a more reasonable size.
m at wordpress.org
- [wp-svn] [27255] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Inline documentation for hooks in wp-admin/includes/ class-wp-posts-list-table.php.
m at wordpress.org
- [wp-svn] [27256] trunk/src/wp-admin/includes/screen.php: Inline documentation for hooks in wp-admin/includes/screen.php.
m at wordpress.org
- [wp-svn] [27257] trunk/src/wp-includes: Use mysqli for WordPress development versions, regardless of PHP version, to increase testing footprint.
m at wordpress.org
- [wp-svn] [27258] trunk: Allow user_id to be an array of IDs in WP_Comment_Query.
m at wordpress.org
- [wp-svn] [27259] trunk/src/wp-includes/functions.php: Allow current_time() to accept a date format string, adding to 'timestamp' and 'mysql'.
m at wordpress.org
- [wp-svn] [27260] trunk/src: Make the user arguments for get_edit_profile_url() and get_dashboard_url() optional, defaulting to the current user.
m at wordpress.org
- [wp-svn] [27261] trunk/src/wp-admin/includes: Remove _relocate_children(), which has had no purpose for some time.
m at wordpress.org
- [wp-svn] [27262] trunk/src: Remove all `@package` and `@subpackage` PHPDoc tags not at the file- or class-levels in core.
m at wordpress.org
- [wp-svn] [27263] trunk/src/wp-content/themes: Update the HTML5 Shiv across the default themes to 3.7.0.
m at wordpress.org
- [wp-svn] [27264] trunk/src/wp-admin/includes/update.php: Clarify return values for get_preferred_from_update_core() and get_core_updates().
m at wordpress.org
- [wp-svn] [27265] trunk/src/wp-includes/link-template.php: Fix undefined variable.
m at wordpress.org
- [wp-svn] [27266] trunk/src/wp-includes/js: Fixed mixed spaces and tabs.
m at wordpress.org
- [wp-svn] [27267] trunk: Add jshint to Travis CI config.
m at wordpress.org
- [wp-svn] [27268] trunk/src/wp-admin: Improve pushState, replaceState and routing for Themes page
m at wordpress.org
- [wp-svn] [27269] trunk/src/wp-includes/media.php: Make sure `data.meta` always exists when rendering tracklists.
m at wordpress.org
- [wp-svn] [27270] trunk/src/wp-includes/class-wp-editor.php: Set wpActiveEditor to the id of the first instance on init, props kovshenin, fixes #27210.
m at wordpress.org
- [wp-svn] [27271] trunk/src/wp-includes: Update the Masonry JavaScript library to version 3.
m at wordpress.org
- [wp-svn] [27272] trunk/src/wp-includes/functions.php: Keep redirect_to when hitting the log out AYS.
m at wordpress.org
- [wp-svn] [27273] trunk/src/wp-admin/js/revisions.js: Remove unused routing code in revisions.
m at wordpress.org
- [wp-svn] [27274] trunk/src/wp-includes/author-template.php: Add exclude and include to wp_list_authors().
m at wordpress.org
- [wp-svn] [27275] trunk/src/wp-includes/ms-load.php: Fix a sometimes notice in wpmu_current_site()
m at wordpress.org
- [wp-svn] [27276] trunk/src/wp-includes/js: When closing the various "edit" media modals, remove the related views elements from the DOM.
m at wordpress.org
- [wp-svn] [27277] trunk/src/wp-includes/wp-db.php: wpdb: set dbh to null when the mysqli connection fails.
m at wordpress.org
- [wp-svn] [27278] trunk/src/wp-includes/wp-db.php: Add a constant to disable mysqli for testing purposes.
m at wordpress.org
- [wp-svn] [27279] trunk/src/wp-includes/wp-db.php: When failing to reconnect to a server that has gone away, simply fail the query once we've passed template_redirect, rather than wp_die().
m at wordpress.org
- [wp-svn] [27280] trunk/src: Decrement update count bubbles as plugins/ themes are updated, live.
m at wordpress.org
- [wp-svn] [27281] trunk/src/wp-admin/js/updates.js: Remove title attributes on the fly when [27280] makes them incorrect.
m at wordpress.org
- [wp-svn] [27282] trunk/src/wp-includes/css/buttons.css: Ensure disabled secondary buttons do not change background on hover or active.
m at wordpress.org
- [wp-svn] [27283] trunk/src/wp-includes/comment-template.php: Pass the comment object to the get_comment_date and get_comment_time.
m at wordpress.org
- [wp-svn] [27284] trunk/src/wp-includes/formatting.php: Use placeholders in strings in wp_sprintf_l() to ensure spaces are not lost in translation.
m at wordpress.org
- [wp-svn] [27285] trunk: Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that uses WP_Query.
m at wordpress.org
- [wp-svn] [27286] trunk/src/wp-includes/link-template.php: Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that uses WP_Query.
m at wordpress.org
- [wp-svn] [27287] trunk/src/wp-includes/link-template.php: We shall call it WP_Adjacent_Post instead.
m at wordpress.org
- [wp-svn] [27288] trunk/src/wp-includes/link-template.php: One more change.
m at wordpress.org
- [wp-svn] [27289] trunk/src: Remove unnecessary quotes from urls in CSS.
m at wordpress.org
- [wp-svn] [27290] trunk: Return 404 when querying author' s posts who is not a member and has no posts on the site
m at wordpress.org
- [wp-svn] [27291] trunk/src/wp-includes/link-template.php: Add inline documentation for properties and other inline docs fixes for `WP_Adjacent_Post`.
m at wordpress.org
- [wp-svn] [27292] trunk/src/wp-includes/link-template.php: Remove now-moot vanity spacing for `WP_Adjacent_Post` property definitions.
m at wordpress.org
- [wp-svn] [27293] trunk/src/wp-includes/link-template.php: Document the `$taxonomy` property in `WP_Adjacent_Post`.
m at wordpress.org
- [wp-svn] [27294] trunk: Introduce doing_filter() and doing_action() to identify hooks in progress.
m at wordpress.org
- [wp-svn] [27295] trunk/.gitignore: More robust `.gitignore` file
m at wordpress.org
- [wp-svn] [27296] trunk/src/wp-includes/link-template.php: Set the taxonomy property in the WP_Adjacent_Post class.
m at wordpress.org
- [wp-svn] [27297] trunk/src/wp-includes/class-wp-theme.php: Add a filter to remove or rename page templates for a theme.
m at wordpress.org
- [wp-svn] [27298] trunk/.gitignore: Remove twenty* ignore-exclusion lines.
m at wordpress.org
- [wp-svn] [27299] trunk: Developer tools: grunt-patch-wordpress from jorbin, for applying patches directly from Trac.
m at wordpress.org
- [wp-svn] [27300] trunk/src/wp-includes: Revert [27115] and let cache backends handle the stripping of spaces in cache keys as necessary.
m at wordpress.org
- [wp-svn] [27301] trunk/src/wp-admin/includes/class-wp-users-list-table.php: Improve inline documentation for `WP_Users_List_Table`.
m at wordpress.org
- [wp-svn] [27302] trunk/src/wp-includes/media.php: Introduce HTML5 gallery support.
m at wordpress.org
- [wp-svn] [27303] trunk/src/wp-includes/script-loader.php: Move comment-reply.js to the footer.
m at wordpress.org
- [wp-svn] [27304] trunk: Add a $default argument to get_query_var() and WP_Query:: get(). fixes #16471.
m at wordpress.org
- [wp-svn] [27305] trunk/src/wp-admin/includes/ajax-actions.php: Unslash in the time-format and date-format ajax endpoints.
m at wordpress.org
- [wp-svn] [27306] trunk/src/wp-admin/js/theme.js: Themes screen: Clicking back through history should properly close the overlay.
m at wordpress.org
- [wp-svn] [27307] trunk/src/wp-includes/certificates/ca-bundle.crt: WP_HTTP: Update the Root Certificate bundle used for SSL communication by WP_HTTP.
m at wordpress.org
- [wp-svn] [27308] trunk/src/wp-includes/js/media-editor.js: Populate playlist setting values with their default value if they don' t exist while parsing shortcode attributes.
m at wordpress.org
- [wp-svn] [27309] trunk/src/wp-includes/js/media-views.js: Correct a misspelled property name in a `media-views.js` annotation.
m at wordpress.org
- [wp-svn] [27310] trunk/src/wp-admin/network/site-users.php: Use wp_dropdown_roles() in wp-admin/network/site-users.php.
m at wordpress.org
- [wp-svn] [27311] trunk/src/wp-includes/media.php: Add some security hardening to passed playlist attributes.
m at wordpress.org
- [wp-svn] [27312] trunk/src/wp-includes/media.php: In the tracklist for playlist, fall back to `title` if there is no `caption`.
m at wordpress.org
- [wp-svn] [27313] trunk/src/wp-includes: `wp.media.collection` should be its own civilized instantiable class, not a wrapper/factory.
m at wordpress.org
- [wp-svn] [27314] trunk/Gruntfile.js: JSHint: Generically blacklist all minified files.
m at wordpress.org
- [wp-svn] [27315] trunk/src/wp-includes/js/media-editor.js: This comment was pasted and does not apply to specified code block.
m at wordpress.org
- [wp-svn] [27316] trunk/src: Upgrade Plupload to 2.1.1, props kovshenin, see #25663
m at wordpress.org
- [wp-svn] [27317] trunk/src/wp-includes/js/media-editor.js: In `media-editor.js`, use `_.isUndefined()` when available.
m at wordpress.org
- [wp-svn] [27318] trunk/src/wp-includes: Remove debugging cruft, see #25663
m at wordpress.org
- [wp-svn] [27319] trunk/src/wp-admin/includes/file.php: Avoid an undefined index notice in wp_handle_upload().
m at wordpress.org
- [wp-svn] [27320] trunk/src/wp-includes: Some playlist cleanup:
m at wordpress.org
- [wp-svn] [27321] trunk/src/wp-includes/js/media-editor.js: Restore / re-tools some docs after [27313].
m at wordpress.org
- [wp-svn] [27322] trunk/src/wp-includes/js/media-views.js: Rather than extending `media.controller.CollectionAdd` 3 times, make it a constructor that dynamically extends `media.controller.Library` and use instances of it instead.
m at wordpress.org
- [wp-svn] [27323] trunk/src/wp-admin/includes/misc.php: Avoid an undefined index notice in wp_doc_link_parse().
m at wordpress.org
- [wp-svn] [27324] trunk/src/wp-admin/includes/widgets.php: Remove temporary hooks added in [26865].
m at wordpress.org
- [wp-svn] [27325] trunk/src/wp-admin: Use a consistent format for translator comments.
m at wordpress.org
- [wp-svn] [27326] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Don' t filter out network-only plugins from the Plugins screen if they' re individually active on the current site.
m at wordpress.org
- [wp-svn] [27327] trunk/src/wp-includes/rewrite.php: Allow rewrite endpoints to specify a query variable name.
m at wordpress.org
- [wp-svn] [27328] trunk/src: * Videos should always render at the same aspect ratio.
m at wordpress.org
- [wp-svn] [27329] trunk/src/wp-includes/category-template.php: Add some missing number i18n in `Walker_Category` and `Walker_CategoryDropdown`.
m at wordpress.org
- [wp-svn] [27330] trunk/src/wp-content/themes/twentyfourteen: in TwentyFourteen: don ' t add the `has-post-thumbnail` class or print the featured image when viewing an attachment.
m at wordpress.org
- [wp-svn] [27331] trunk/src/wp-content/themes: In TwentyTwelve and TwentyThirteen, don't print the featurd image when viewing an attachment.
m at wordpress.org
- [wp-svn] [27332] trunk/src/wp-includes/load.php: Correct the inline docs for `timer_stop()`.
m at wordpress.org
- [wp-svn] [27333] trunk/src/wp-includes/post-template.php: Enable previews for all pages of multi-page posts.
m at wordpress.org
- [wp-svn] [27334] trunk/src/wp-includes/post-template.php: Pass along preview query args only if they are already present.
m at wordpress.org
Last message date:
Fri Feb 28 23:28:44 UTC 2014
Archived on: Fri Feb 28 23:28:46 UTC 2014
This archive was generated by
Pipermail 0.09 (Mailman edition).