March 2015 Archives by thread
Starting: Sun Mar 1 07:09:48 UTC 2015
Ending: Tue Mar 31 23:34:24 UTC 2015
Messages: 357
- [wp-svn] [31590] trunk/src/wp-includes/functions.php: Add an entry to the changelog for `wp_get_mime_types() ` mentioning that GIMP (xcf) file support was added in 4.2.
noreply at wordpress.org
- [wp-svn] [31591] trunk/src/wp-includes: Adjust the description for the `$extra_attr` argument in the DocBlocks for `get_avatar_data ()` and `get_avatar()`.
noreply at wordpress.org
- [wp-svn] [31592] trunk/src/wp-admin/includes/template.php: Add a hash notation for the optional `$args` parameter in `add_settings_field ()`, which includes a description for the new `$class` argument added in [ 31560].
noreply at wordpress.org
- [wp-svn] [31593] trunk/src/wp-admin/includes/template.php: Fix a typo in the `$args` parameter hash notation description for `add_settings_field ()`.
noreply at wordpress.org
- [wp-svn] [31594] trunk/src: Add `wp.a11y.speak()` for audible alerts/ updates in screen readers.
noreply at wordpress.org
- [wp-svn] [31595] trunk/src: PressThis:
noreply at wordpress.org
- [wp-svn] [31596] trunk/src/wp-admin: PressThis:
noreply at wordpress.org
- [wp-svn] [31597] trunk/src: PressThis: make sure buttons.css is loaded before press-this.css.
noreply at wordpress.org
- [wp-svn] [31598] trunk/src: PressThis: fix and update buttons styles.
noreply at wordpress.org
- [wp-svn] [31599] trunk/src/wp-admin/includes/template.php: Clean up and refine DocBlocks for a variety of functions and methods in wp-admin /includes/template.php.
noreply at wordpress.org
- [wp-svn] [31600] trunk/src/wp-includes/post-template.php: Properly indent the hash notation of default arguments for `wp_page_menu( )`.
noreply at wordpress.org
- [wp-svn] [31601] trunk/src/wp-admin: Press This:
noreply at wordpress.org
- [wp-svn] [31602] trunk/src/wp-includes/js/wplink.js: wpLink:
noreply at wordpress.org
- [wp-svn] [31603] trunk/src/wp-admin/css/common.css: Themes: Avoid jumping when selecting a feature in the feature filter on Add Themes screen.
noreply at wordpress.org
- [wp-svn] [31604] trunk/src/wp-admin: Nav menus: Better JS performance on initial load of edit screen.
noreply at wordpress.org
- [wp-svn] [31605] trunk/src/wp-admin/js/nav-menu.js: Fix some inline doc typos that were missed in [31604].
noreply at wordpress.org
- [wp-svn] [31606] trunk/src/wp-includes/js/wplink.js: wpLink: fix the logic for prepending `http://` and trim the input.
noreply at wordpress.org
- [wp-svn] [31607] trunk/src/wp-admin: Remove the once-placeholder-esque "tag hint", which has not worked in quite some time.
noreply at wordpress.org
- [wp-svn] [31608] trunk/src/wp-includes/user.php: Correct a typo in the hash notation for `wp_insert_user()`: The argument name should be `$user_registered` not `$date_registered`.
noreply at wordpress.org
- [wp-svn] [31609] trunk/src: PressThis:
noreply at wordpress.org
- [wp-svn] [31610] trunk/src/wp-admin/includes/template.php: List tables: Display front and posts page indicators.
noreply at wordpress.org
- [wp-svn] [31611] trunk/src/wp-admin/css/forms.css: Autocomplete: Update CSS based on both jQuery UI and general visual changes.
noreply at wordpress.org
- [wp-svn] [31612] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: decode HTML entities before trying to insert view markers.
noreply at wordpress.org
- [wp-svn] [31613] trunk/src/wp-admin/js/press-this.js: PressThis: remove the extra .length tests for strings from press-this.js.
noreply at wordpress.org
- [wp-svn] [31614] trunk: In `wp_get_attachment_url()`, convert to HTTPS when possible.
noreply at wordpress.org
- [wp-svn] [31615] trunk: Respect `comment_date` and `comment_date_gmt` params in `wp_new_comment() `.
noreply at wordpress.org
- [wp-svn] [31616] trunk/src/wp-includes/css/media-views.css: [31468] reverted this in the 4.1 branch, also reverting in trunk.
noreply at wordpress.org
- [wp-svn] [31617] trunk: In `get_next_comments_link()`, ensure proper pagination when no 'cpage' query var is found.
noreply at wordpress.org
- [wp-svn] [31618] trunk/src/wp-includes/js/media: Media modules: set `$` to `Backbone.$`, instead of `jQuery`, so fewer globals are imported.
noreply at wordpress.org
- [wp-svn] [31619] trunk/src: Allow attachments to be Detached from their parent in media grid and list modes.
noreply at wordpress.org
- [wp-svn] [31620] trunk/src: Allow inline editing of `width` and `height` parameters while previewing an embed in the media modal :
noreply at wordpress.org
- [wp-svn] [31621] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: revert decoding of HTML entities.
noreply at wordpress.org
- [wp-svn] [31622] trunk/tests/phpunit/tests: In PHPUnit test classes, `parent:: tearDown()` should be the last thing done in `tearDown()` methods.
noreply at wordpress.org
- [wp-svn] [31623] trunk/tests/phpunit/tests: Pinking shears in unit test files.
noreply at wordpress.org
- [wp-svn] [31624] trunk/src/wp-admin: `detached` affects the `wp() ` call for the media list table, so switch our new `$_GET` key to `detach`.
noreply at wordpress.org
- [wp-svn] [31625] trunk/src/wp-includes/js/media: When editing/ viewing the details of a `[video]` shortcode that has Vimeo as its source, and `Froogaloop` has not already been lazy-loaded, check the details of the state's model for the video `src`, instead of the HTML element.
noreply at wordpress.org
- [wp-svn] [31626] trunk/src/wp-admin/includes/ajax-actions.php: After [31620], when checking for HTTP URLs, make sure we are checking the shortcode body instead of an indexed attribute.
noreply at wordpress.org
- [wp-svn] [31627] trunk/src/wp-includes/js/mediaelement: Ugrade to MediaElement 2.16.4:
noreply at wordpress.org
- [wp-svn] [31628] trunk: Introduce `$autoload` parameter to `update_option()`.
noreply at wordpress.org
- [wp-svn] [31629] trunk/Gruntfile.js: Use `browserify`' s watch mechanism in tandem with `grunt watch`.
noreply at wordpress.org
- [wp-svn] [31630] trunk/src/wp-includes/class-oembed.php: Add oEmbed support for Tumblr.
noreply at wordpress.org
- [wp-svn] [31631] trunk/src/wp-includes/class-oembed.php: Whitespace after [31630].
noreply at wordpress.org
- [wp-svn] [31632] trunk/src/wp-includes/js/media: In the modal state for Embed previews, only show the Title field when the preview fails.
noreply at wordpress.org
- [wp-svn] [31633] trunk/src/wp-admin/post.php: When adding `post_type` to `$sendback` in `wp-admin/post.php`, use `add_query_arg()` instead of string concatenation.
noreply at wordpress.org
- [wp-svn] [31634] trunk/src/wp-includes/js/mediaelement/wp-mediaelement.css: Audio previews need top margin on Edit Media screen.
noreply at wordpress.org
- [wp-svn] [31635] trunk/src/wp-admin/includes/class-wp-press-this.php: PressThis:
noreply at wordpress.org
- [wp-svn] [31636] trunk/src/wp-admin/js/press-this.js: PressThis: fix toggling of `aria-expanded` attribute.
noreply at wordpress.org
- [wp-svn] [31637] trunk/src/wp-admin/includes/class-wp-press-this.php: PressThis: when server-side parsing, filter small images by the width and height attributes if set.
noreply at wordpress.org
- [wp-svn] [31638] trunk/src/wp-includes/taxonomy.php: Correct the `$number` argument description in `get_terms() ` to reflect that an empty string or 0 will return all possible results, not -1.
noreply at wordpress.org
- [wp-svn] [31639] trunk/src/wp-includes/taxonomy.php: Ensure that an array of object IDs is passed to the 'get_object_terms' filter.
noreply at wordpress.org
- [wp-svn] [31640] trunk: Allow `$autoload` setting to be changed for existing options using `update_option ()`.
noreply at wordpress.org
- [wp-svn] [31641] trunk/src/wp-admin: Comments: Show more identifying information for moderation and editing.
noreply at wordpress.org
- [wp-svn] [31642] trunk/src/wp-includes: Media: UI tweaks for Insert from URL.
noreply at wordpress.org
- [wp-svn] [31643] trunk/src/wp-includes/js/mediaelement/ mediaelement-and-player.min.js: For our MediaElement 2.16.4 build + monkey patches, also add from the illustrious dd32:
noreply at wordpress.org
- [wp-svn] [31644] trunk/src/wp-content/themes/twentyfifteen/js/functions.js: Twenty Fifteen: add ARIA attributes to menu toggle.
noreply at wordpress.org
- [wp-svn] [31645] trunk/src: Introduce a function, `wp_attachment_is( $type, $post = 0 )`, to collapse the logic for determining whether an attachment is an `image` , `audio`, or `video`.
noreply at wordpress.org
- [wp-svn] [31646] trunk/src/wp-includes/post.php: After [31645], for the `default` `case`, return the result of checking the extension against the passed type.
noreply at wordpress.org
- [wp-svn] [31647] trunk: Add unit tests for `wp_attachment_is()`, checks the whitelist and arbitrary extension.
noreply at wordpress.org
- [wp-svn] [31648] trunk: Update `grunt-sass` to `0.18.0`.
noreply at wordpress.org
- [wp-svn] [31649] trunk: Update `grunt-contrib-jshint` to `0.11.0`
noreply at wordpress.org
- [wp-svn] [31650] trunk/package.json: Update NPM Grunt packages: `compress`, `concat`, `copy`, `imagemin` and `uglify`
noreply at wordpress.org
- [wp-svn] [31651] trunk/src/wp-admin: PressThis:
noreply at wordpress.org
- [wp-svn] [31652] trunk/src/wp-includes/taxonomy.php: Remove a duplicate mention of the default value for the `$number` argument in `get_terms ()`.
noreply at wordpress.org
- [wp-svn] [31653] trunk: When passing `$full` to `get_posts_by_author_sql()`, make sure a 'post_type' clause is included in results.
noreply at wordpress.org
- [wp-svn] [31654] trunk/src/wp-admin: PressThis: add preview functionality.
noreply at wordpress.org
- [wp-svn] [31655] trunk/src/wp-admin/includes/class-wp-press-this.php: PressThis: make the Preview button "subtle".
noreply at wordpress.org
- [wp-svn] [31656] trunk/src/wp-admin/network/users.php: Improve experience when deleting users from a multisite network.
noreply at wordpress.org
- [wp-svn] [31657] trunk/src/wp-includes/ms-load.php: Return HTTP status code 500 by default in ms_not_installed()
noreply at wordpress.org
- [wp-svn] [31658] trunk/src/wp-admin/network: Return HTTP status code 403 in network admin when access is forbidden.
noreply at wordpress.org
- [wp-svn] [31659] trunk/src/wp-includes/post.php: Better document parameters and the return for the newly-introduced `wp_attachment_is ()`.
noreply at wordpress.org
- [wp-svn] [31660] trunk/src/wp-includes/post.php: Add a missing `@since 4.2.0` tag to the DocBlock for `wp_attachment_is() `.
noreply at wordpress.org
- [wp-svn] [31661] trunk/src: Customizer: Add audio/ video previews for upload controls.
noreply at wordpress.org
- [wp-svn] [31662] trunk/tests/phpunit/tests: Tests for some existing 'orderby' functionality in `WP_*_Query` classes.
noreply at wordpress.org
- [wp-svn] [31663] trunk: Improve 'orderby' syntax for `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [31664] trunk/src/wp-includes/user.php: Fix documentation whitespace after [31663].
noreply at wordpress.org
- [wp-svn] [31665] trunk/src/wp-includes/user.php: In `WP_User_Query`, `$meta_query` should be a class property rather than a local variable.
noreply at wordpress.org
- [wp-svn] [31666] trunk/tests/phpunit/tests: Add tests for the conversion of 'meta_* ' query vars to `$meta_query` objects in all query classes.
noreply at wordpress.org
- [wp-svn] [31667] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: improve unbinding of mutationObserver in nested iframes.
noreply at wordpress.org
- [wp-svn] [31668] trunk/tests/phpunit/tests/user/query.php: User query `meta_vars` test must account for the 'blog_id' clause added in multisite.
noreply at wordpress.org
- [wp-svn] [31669] trunk: Improved 'orderby' meta syntax in `WP_User_Query`.
noreply at wordpress.org
- [wp-svn] [31670] trunk/tests/phpunit/tests/post/attachments.php: Whitelist 'psd' for uploads when testing `wp_attachment_is() on multisite.
noreply at wordpress.org
- [wp-svn] [31671] trunk/src/wp-includes/class-oembed.php: Add oEmbed support for Kickstarter.
noreply at wordpress.org
- [wp-svn] [31672] trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php: Use `$this->` instead of `parent::` when calling `tablenav() ` in `WP_Theme_Install_List_Table`.
noreply at wordpress.org
- [wp-svn] [31673] trunk/src: Introduce delete_site meta capability.
noreply at wordpress.org
- [wp-svn] [31674] trunk/src/wp-admin/js/common.js: Reveal row actions on focus in the network users list table.
noreply at wordpress.org
- [wp-svn] [31675] trunk/src/wp-admin/js: Fix tagBox init on the Edit Post screen.
noreply at wordpress.org
- [wp-svn] [31676] trunk/tests/phpunit/tests/user/listAuthors.php: Share fixtures across `wp_list_authors()` tests.
noreply at wordpress.org
- [wp-svn] [31677] trunk/src/wp-admin/js/press-this.js: jshint fixes for press-this.js.
noreply at wordpress.org
- [wp-svn] [31678] trunk/src/wp-includes: Avoid function calls on each iteration of a `for` loop.
noreply at wordpress.org
- [wp-svn] [31679] trunk/src: Empty `return` statements are unnecessary at the end of functions.
noreply at wordpress.org
- [wp-svn] [31680] trunk/src/wp-admin/css/press-this.css: PressThis: fix styling of wpLink.
noreply at wordpress.org
- [wp-svn] [31681] trunk/src: There are a few functions that have the ability to return `false` instead of a string , so the return value should be checked before being passed to functions that expect string.
noreply at wordpress.org
- [wp-svn] [31682] trunk/src/wp-includes/cache.php: Declare `multisite` as a field for `WP_Object_Cache`.
noreply at wordpress.org
- [wp-svn] [31683] trunk/src/wp-includes/class-http.php: `self` should be used for accessing local static members.
noreply at wordpress.org
- [wp-svn] [31684] trunk/src/wp-includes/widgets.php: Remove the PHP4 constructor from `WP_Widget`.
noreply at wordpress.org
- [wp-svn] [31685] trunk/src/wp-includes/widgets.php: [31684] has BC issues, revert it.
noreply at wordpress.org
- [wp-svn] [31686] trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php: SSH2 Upgrade transport: Trim the trailing newline character from the ouput of `pwd` to avoid a PHP Segfault.
noreply at wordpress.org
- [wp-svn] [31687] trunk/src/wp-admin/edit-tag-form.php: Fix the editable_slug hook documentation, the PHPDoc must come directly before the hook call, with no HTML inbetween.
noreply at wordpress.org
- [wp-svn] [31688] trunk/src/wp-admin/edit-tag-form.php: Update hook docs for the `editable_slug` filter as it is evaluated in more than just a term slug context , it is also leveraged for use with post URIs.
noreply at wordpress.org
- [wp-svn] [31689] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpView: decode HTML entities before trying to match the wpView text string.
noreply at wordpress.org
- [wp-svn] [31690] trunk/src: Replace flagrant instances of `.html('')` with `.empty( )`.
noreply at wordpress.org
- [wp-svn] [31691] trunk/src/wp-includes/js/tinymce/plugins: TinyMCE: when pasting an URL over a selection, insert a link with the URL instead of replacing the selection with it.
noreply at wordpress.org
- [wp-svn] [31692] trunk/src/wp-admin/js/media.js: Media library: Revert [31582], as it introduces navigation difficulties for many users.
noreply at wordpress.org
- [wp-svn] [31693] trunk/src: PressThis:
noreply at wordpress.org
- [wp-svn] [31694] trunk: EXIF/IPTC captions should populate Caption (`post_excerpt`) on upload, not Description (`post_content`).
noreply at wordpress.org
- [wp-svn] [31695] trunk/src/wp-admin/comment.php: Comments: Fix undefined `$comment_url` variable notice, introduced in [31641].
noreply at wordpress.org
- [wp-svn] [31696] trunk/src/wp-admin: Screen Options: Improve items per page option label.
noreply at wordpress.org
- [wp-svn] [31697] trunk/src: Customizer: Add loading indicators for the Customizer preview.
noreply at wordpress.org
- [wp-svn] [31698] trunk/src: Customizer: Introduce `WP_Customize_Media_Control`.
noreply at wordpress.org
- [wp-svn] [31699] trunk: Improved customizability for the Submit button in `comment_form()`.
noreply at wordpress.org
- [wp-svn] [31700] trunk: TinyMCE: update to 4.1.9.
noreply at wordpress.org
- [wp-svn] [31701] trunk/src/wp-includes: Don' t run update checks for AJAX requests after [31168].
noreply at wordpress.org
- [wp-svn] [31702] trunk/src/wp-admin/css/themes.css: Theme Details: Hide admin toolbar on smaller screens.
noreply at wordpress.org
- [wp-svn] [31703] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE: Remove old placeholder functions and callbacks.
noreply at wordpress.org
- [wp-svn] [31704] trunk/src: Customizer: Add title attributes to iframes.
noreply at wordpress.org
- [wp-svn] [31705] trunk: Customizer: Fix previewing and applying widgets when previewing another theme.
noreply at wordpress.org
- [wp-svn] [31706] trunk/src/wp-admin/js: Customizer: Prevent a race condition when attempting to publish too soon after updating widget form fields with multiple edits.
noreply at wordpress.org
- [wp-svn] [31707] trunk: Customizer: Return the original value when filtering theme mods/ options and the current blog has changed.
noreply at wordpress.org
- [wp-svn] [31708] trunk/src/wp-includes: Revert the part of [31168] that [31701] was trying to fix.
noreply at wordpress.org
- [wp-svn] [31709] trunk/src/wp-admin/edit.php: Restore `<title> ` tag on Posts and Pages screens after [31696].
noreply at wordpress.org
- [wp-svn] [31710] trunk/src/wp-includes/class-oembed.php: Allow `https` URLs for Instagram embeds, and switch to `https` for its oEmbed API endpoint.
noreply at wordpress.org
- [wp-svn] [31711] trunk/src/wp-includes/class-oembed.php: Some updates to the oEmbed provider table.
noreply at wordpress.org
- [wp-svn] [31712] trunk/src/wp-includes/class-oembed.php: RIP3 Revision3
noreply at wordpress.org
- [wp-svn] [31713] trunk/src/wp-includes: wpLink: replace the "Title" field with a " Text" field and populate it with the link text when editing an existing link or with the selected text if any.
noreply at wordpress.org
- [wp-svn] [31714] trunk/src/wp-includes: wpLink: change the text label to Link text, always focus the URK field, fix Ctrl/Cmd + K shortcut.
noreply at wordpress.org
- [wp-svn] [31715] trunk/src/wp-includes/class-wp-editor.php: wpLink: Title case " Link Text", as it's an existing string.
noreply at wordpress.org
- [wp-svn] [31716] trunk/src: Update jQuery UI to 1.11.4.
noreply at wordpress.org
- [wp-svn] [31717] trunk/src/wp-admin/includes: Merge three similar strings.
noreply at wordpress.org
- [wp-svn] [31718] trunk/src/wp-includes/class-wp-editor.php: Editor: Hide TinyMCE help button on mobile.
noreply at wordpress.org
- [wp-svn] [31719] trunk/src/wp-admin/css/common.css: Plugin details: Ensure banner image doesn't repeat.
noreply at wordpress.org
- [wp-svn] [31720] trunk/src/wp-admin/js/common.js: Allow swiping of the admin menu on touch devices.
noreply at wordpress.org
- [wp-svn] [31721] trunk/src/wp-includes/pluggable.php: Gravatars: Enable HiDPI versions for browsers that support srcset.
noreply at wordpress.org
- [wp-svn] [31722] trunk/src/wp-includes/pluggable.php: Gravatars: Remove redundant 1x srcset.
noreply at wordpress.org
- [wp-svn] [31723] trunk/src/wp-includes: Update hoverIntent to 1.8.1.
noreply at wordpress.org
- [wp-svn] [31724] trunk/src/wp-includes/js/wplink.js: JSHint: Remove an unused variable.
noreply at wordpress.org
- [wp-svn] [31725] trunk/src: TinyMCE:
noreply at wordpress.org
- [wp-svn] [31726] trunk/src/wp-includes: Enable more flexibility for non-URL GUIDs.
noreply at wordpress.org
- [wp-svn] [31727] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE, floating toolbars: return early if no selected element in the editor.
noreply at wordpress.org
- [wp-svn] [31728] trunk/tests/phpunit/tests/avatar.php: Fix a unit test after [31721 ].
noreply at wordpress.org
- [wp-svn] [31729] trunk/src/wp-includes/widgets.php: Introduce HTML5 widgets support.
noreply at wordpress.org
- [wp-svn] [31730] trunk: Introduce a new algorithm for displaying a hierarchical list of post objects in the `WP_Posts_List_Table`.
noreply at wordpress.org
- [wp-svn] [31731] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpViews: use the real attribute value instead of the cached jQuery data.
noreply at wordpress.org
- [wp-svn] [31732] trunk/src/wp-includes/js/tinymce/plugins: TinyMCE: initialize the floating toolbars on preinit so we can attach other events on init.
noreply at wordpress.org
- [wp-svn] [31733] trunk: Add emoji support, with Twemoji fallback.
noreply at wordpress.org
- [wp-svn] [31734] trunk: Add emoji URL support, and Twemoji fallback for displaying slugs in wp-admin, when the browser doesn't natively support emoji.
noreply at wordpress.org
- [wp-svn] [31735] trunk/src/wp-includes/class-wp-editor.php: TinyMCE: remove block_formats setting, this is now the default in TinyMCE 4.1.9.
noreply at wordpress.org
- [wp-svn] [31736] trunk/src/wp-admin/includes/misc.php: Administration: Remove single-use URL parameters and create canonical link based on new URL.
noreply at wordpress.org
- [wp-svn] [31737] trunk/src/wp-admin/includes/class-wp-press-this.php: PressThis: update _limit_url(), use esc_url_raw().
noreply at wordpress.org
- [wp-svn] [31738] trunk/src/wp-includes/js/tinymce/plugins/wpeditimage/plugin.js: TinyMCE: remove blocking of commands on placeholder images.
noreply at wordpress.org
- [wp-svn] [31739] trunk/src/wp-admin: PressThis: add inline comments and some cleanup for the images and embeds regex.
noreply at wordpress.org
- [wp-svn] [31740] trunk/src/wp-includes/js/mce-view.js: TinyMCE: improve setting of the sandboxing iframe inside a view.
noreply at wordpress.org
- [wp-svn] [31741] trunk/src: Fix JSHint errors in [31734] and add missing dependencies.
noreply at wordpress.org
- [wp-svn] [31742] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpViews: always import the non-default editor styles in the sandbox iframe in views.
noreply at wordpress.org
- [wp-svn] [31743] trunk/src/wp-admin/options-writing.php: Press This: Remove obsolete help tab in Settings -> Writing.
noreply at wordpress.org
- [wp-svn] [31744] trunk/src: Emoji JS cleanup.
noreply at wordpress.org
- [wp-svn] [31745] trunk/src/wp-includes/images/smilies: Add new smiley images missed in [31733].
noreply at wordpress.org
- [wp-svn] [31746] trunk/src/wp-includes/script-loader.php: The partial change to the script handle in [31744] was not actually intended.
noreply at wordpress.org
- [wp-svn] [31747] trunk/src/wp-admin/css: Star ratings: Use a yellow color across the board.
noreply at wordpress.org
- [wp-svn] [31748] trunk/src: Nav menus: Return to calling links "Custom Links".
noreply at wordpress.org
- [wp-svn] [31749] trunk/src: Request FTP and SSH credentials when needed during shiny updates
noreply at wordpress.org
- [wp-svn] [31750] trunk: Emoji: Instead of having custom hooks for Ajax callbacks, use MutationObserver to re-parse any changed elements in the DOM.
noreply at wordpress.org
- [wp-svn] [31751] trunk/src/wp-admin/includes/ajax-actions.php: Shiny Updates: Don' t translate an error code string.
noreply at wordpress.org
- [wp-svn] [31752] trunk/src/wp-includes/formatting.php: Emoji: There' s a little tear in my eye as I remove DOMDocument from the Emoji staticizer.
noreply at wordpress.org
- [wp-svn] [31753] trunk/src/wp-admin/js/updates.js: Shiny Updates: Disable body scrolling when filesystem request modal is open.
noreply at wordpress.org
- [wp-svn] [31754] trunk: Allow `is_page_template()` to accept an array, as many other conditional tags do.
noreply at wordpress.org
- [wp-svn] [31755] trunk/src: Revert [31749], see #31528.
noreply at wordpress.org
- [wp-svn] [31756] trunk/src/wp-includes: Emoji:
noreply at wordpress.org
- [wp-svn] [31757] trunk/src/wp-includes/js/mce-view.js: TinyMCE wpViews: fix typos in the conditional checking which stylesheets to import.
noreply at wordpress.org
- [wp-svn] [31758] trunk/src/wp-includes: Update Twemoji to 1.3.0.
noreply at wordpress.org
- [wp-svn] [31759] trunk/src/wp-includes/images/smilies: `grunt imagemin`for [31745].
noreply at wordpress.org
- [wp-svn] [31760] trunk/src/wp-includes/version.php: WordPress 4.2-beta1
noreply at wordpress.org
- [wp-svn] [31761] trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js: TinyMCE: fix emoji parsing in IE.
noreply at wordpress.org
- [wp-svn] [31762] trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js: TinyMCE: fix emoji parsing in IE typo.
noreply at wordpress.org
- [wp-svn] [31763] trunk/src/wp-includes/version.php: WordPress 4.2-beta1
noreply at wordpress.org
- [wp-svn] [31764] trunk/tests/phpunit/tests/general/archives.php: Don' t run `wp_get_archives()` cache test on multisite.
noreply at wordpress.org
- [wp-svn] [31765] trunk/src/wp-admin: PressThis: simplify and restyle the categories drop-down, remove the checkboxes and use JS to get the selected categories on submitting the form.
noreply at wordpress.org
- [wp-svn] [31766] trunk/src/wp-includes: Emoji: update Twemoji to 1.3.1.
noreply at wordpress.org
- [wp-svn] [31767] trunk/src/wp-includes/version.php: Post 4.2-beta1 version bump.
noreply at wordpress.org
- [wp-svn] [31768] trunk/src/wp-admin/tools.php: PressThis: improve translatable strings on the Tools screen.
noreply at wordpress.org
- [wp-svn] [31769] trunk: Ignore `.DS_Store` files.
noreply at wordpress.org
- [wp-svn] [31770] trunk/src/wp-includes/pluggable.php: Restore line breaks before comment text in comment notification emails.
noreply at wordpress.org
- [wp-svn] [31771] trunk/src/wp-includes/formatting.php: Emoji and smiley images should be displayed inline.
noreply at wordpress.org
- [wp-svn] [31772] trunk/src/wp-includes/js/wp-emoji.js: Emoji: better regex when testing for only char emoji.
noreply at wordpress.org
- [wp-svn] [31773] trunk/src/wp-includes: Emoji: yet another update for Twemoji, to 1.3.2.
noreply at wordpress.org
- [wp-svn] [31774] trunk/Gruntfile.js: PressThis: in Grunt, minify the bookmarklet before copying the files to /build.
noreply at wordpress.org
- [wp-svn] [31775] trunk/src/wp-admin/includes/class-wp-press-this.php: PressThis: add a wrapped with role = application to the categories section.
noreply at wordpress.org
- [wp-svn] [31776] trunk/src/wp-admin/edit-form-comment.php: Remove hidden `user_id` input from Edit Comment screen.
noreply at wordpress.org
- [wp-svn] [31777] trunk/src/wp-admin/user-new.php: Remove duplicate label on Add New User screen.
noreply at wordpress.org
- [wp-svn] [31778] trunk/src/wp-admin/js: PressThis: increase the number of meta tags we check in the bookmarklet to 200.
noreply at wordpress.org
- [wp-svn] [31779] trunk/src/wp-includes/js: Emoji:
noreply at wordpress.org
- [wp-svn] [31780] trunk/src/wp-includes/js/wp-emoji.js: Emoji: always export the methods in wp-emoji.js, even when dependencies are missing and we cannot initialize.
noreply at wordpress.org
- [wp-svn] [31781] trunk: Smilies: The new smilies added in [31733] and [31745] are larger than the old smilies.
noreply at wordpress.org
- [wp-svn] [31782] trunk/tests/phpunit/tests/post.php: Tests: Since [31733], we now encode emoji in posts, instead of removing them (when they' re being stored in versions of MySQL that don't support `utf8mb4`).
noreply at wordpress.org
- [wp-svn] [31783] trunk/src/wp-includes/wp-db.php: WPDB: HHVM doesn' t support passing a DB link to `mysqli_get_client_version()`.
noreply at wordpress.org
- [wp-svn] [31784] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add ARIA attributes to menu toggle.
noreply at wordpress.org
- [wp-svn] [31785] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: add ARIA attributes to menu toggle.
noreply at wordpress.org
- [wp-svn] [31786] trunk/src: Emoji:
noreply at wordpress.org
- [wp-svn] [31787] trunk/src/wp-includes/js: Emoji: fix few typos.
noreply at wordpress.org
- [wp-svn] [31788] trunk/src/wp-includes/js/wp-emoji.js: Emoji: Move a comment to match the restructure in [31779], and add an extra comment explaining how emoji rendering support is detected.
noreply at wordpress.org
- [wp-svn] [31789] trunk/src/wp-includes: Clean up some inline documentation for emoji functionality, including a missing `@since` for `mail_emoji()`, and a changelog entry for `wp_insert_post()`.
noreply at wordpress.org
- [wp-svn] [31790] trunk/src/wp-includes/formatting.php: Fix typo in a comment in [ 31752].
noreply at wordpress.org
- [wp-svn] [31791] trunk/src/wp-includes: Emoji: Rename the email and feed filter functions to be `_` prefixed, and `@ignore`-d in the PHPDocs.
noreply at wordpress.org
- [wp-svn] [31792] trunk: In `wp_insert_term()`, allow a term with an existing name if a unique `$slug` has been provided.
noreply at wordpress.org
- [wp-svn] [31793] trunk: Improve method consistency in `WP_Comment_Query`.
noreply at wordpress.org
- [wp-svn] [31794] trunk/src/wp-content/themes/twentyfourteen: Twenty Fourteen: add ARIA attributes to search toggle.
noreply at wordpress.org
- [wp-svn] [31795] trunk/src/wp-includes/comment.php: Move the default arguments hash notation for `WP_Comment_Query` to the new constructor , where the argument definitions were moved in [31793].
noreply at wordpress.org
- [wp-svn] [31796] trunk/Gruntfile.js: Press This: exclude both bookmarklet.js and bookmarklet.min.js from the main uglify task.
noreply at wordpress.org
- [wp-svn] [31797] trunk/src: Press This:
noreply at wordpress.org
- [wp-svn] [31798] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: change the Publish button text to Submit for Review for contributors ( like on the Edit Post screen).
noreply at wordpress.org
- [wp-svn] [31799] trunk/src/wp-admin/includes: Press This:
noreply at wordpress.org
- [wp-svn] [31800] trunk/src: Press This: bump bookmarklet's version.
noreply at wordpress.org
- [wp-svn] [31801] trunk/src/wp-admin/css/press-this-editor.css: Set svn: eol-style to native for `press-this-editor.css`.
noreply at wordpress.org
- [wp-svn] [31802] trunk/package.json: Update `grunt-rtlcss` to 1.6.0.
noreply at wordpress.org
- [wp-svn] [31803] trunk/src/wp-includes/comment-template.php: Add a changelog entry to the DocBlock for `comment_form() ` for the `class_submit` argument added in 4.1.
noreply at wordpress.org
- [wp-svn] [31804] trunk/src/wp-cron.php: Add a missing DocBlock for the core utility function `_get_cron_lock()`.
noreply at wordpress.org
- [wp-svn] [31805] trunk/src/wp-admin/css/press-this.css: Press This: fix styling of the "Scan" button.
noreply at wordpress.org
- [wp-svn] [31806] trunk/src/wp-admin: Press This: fix styling on the Tools screen.
noreply at wordpress.org
- [wp-svn] [31807] trunk/src/wp-admin: Press This: fix the header styling and add a logo.
noreply at wordpress.org
- [wp-svn] [31808] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: add `aria-describedby` to the new tag field.
noreply at wordpress.org
- [wp-svn] [31809] trunk/src/wp-admin/css/press-this.css: Press This: fix editor buttons visibility on mobile.
noreply at wordpress.org
- [wp-svn] [31810] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: ignore site descriptions that end with an ellipsis.
noreply at wordpress.org
- [wp-svn] [31811] trunk/src/wp-admin: Request FTP and SSH credentials when needed during shiny updates
noreply at wordpress.org
- [wp-svn] [31812] trunk/tests/phpunit/tests: Move and tests to their own files.
noreply at wordpress.org
- [wp-svn] [31813] trunk/src/wp-includes/taxonomy.php: Ensure that the `$exclusions` parameter of 'list_terms_exclusions' filter is always a string.
noreply at wordpress.org
- [wp-svn] [31814] trunk/src/wp-content/themes: Bundled themes: add documentation for new `onResizeARIA` function.
noreply at wordpress.org
- [wp-svn] [31815] trunk/src/wp-admin/includes: WP_Filesystem: Change `WP_Filesystem_FTPext::exists()` and `WP_Filesystem_ftpsockets:: exists()` to return true for empty directories.
noreply at wordpress.org
- [wp-svn] [31816] trunk/src/wp-admin/js/customize-widgets.js: Customizer: Remove a `throw error` call which prevents further actions, like `jqxhr.always()`.
noreply at wordpress.org
- [wp-svn] [31817] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE : strip tags from pasted URLs before testing if they are embeddable.
noreply at wordpress.org
- [wp-svn] [31818] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: prepend the site domain to root-relative URLs.
noreply at wordpress.org
- [wp-svn] [31819] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE : small cleanup for stripping of tags from pasted URLs.
noreply at wordpress.org
- [wp-svn] [31820] trunk/src/wp-admin/js: List tables: Go back to inserting quick edit rows after, as some plugins rely on that assumption.
noreply at wordpress.org
- [wp-svn] [31821] trunk/src/wp-includes/comment-template.php: Comments: Move HTML tags for screen reader text into translatable strings.
noreply at wordpress.org
- [wp-svn] [31822] trunk/src/wp-includes/js/tinymce/skins/wordpress/wp-content.css: TinyMCE emoji: fix highlighting of selected replacement images in Chrome.
noreply at wordpress.org
- [wp-svn] [31823] trunk/src/wp-admin/edit-tags.php: Edit Terms: Show error messages actually as error messages.
noreply at wordpress.org
- [wp-svn] [31824] trunk/src/wp-includes/css/admin-bar.css: Toolbar: Protect against Firefox font rendering interference by themes.
noreply at wordpress.org
- [wp-svn] [31825] trunk/src/wp-includes/update.php: Don' t try to call `wp_clean_plugins_cache(); ` twice in `wp_clean_update_cache( )`.
noreply at wordpress.org
- [wp-svn] [31826] trunk/src/wp-includes/widgets.php: Revert [31729] since `<aside> ` seems not to be the appropriate HTML5 tag.
noreply at wordpress.org
- [wp-svn] [31827] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: check if the URL is to embeddable content on a site that supports oEmbed.
noreply at wordpress.org
- [wp-svn] [31828] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Add `WP_Posts_List_Table::is_base_request()` to determine if the current "view" is the "All" (default) view.
noreply at wordpress.org
- [wp-svn] [31829] trunk/src: Replace `array_shift()` with `reset() ` where appropriate for performance.
noreply at wordpress.org
- [wp-svn] [31830] trunk/src/wp-admin/includes/meta-boxes.php: In the " Send Trackbacks" meta box, the description of how pingbacks work was missing a comma after the introductory clause.
noreply at wordpress.org
- [wp-svn] [31831] trunk/src/wp-admin: Ensure that we target the correct plugin row for update updates
noreply at wordpress.org
- [wp-svn] [31832] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE : revert stripping of tags from pasted URLs on `beforeSetContent` [31817] and [31819].
noreply at wordpress.org
- [wp-svn] [31833] trunk/src/wp-admin/includes: Make dates in multisite site and user list tables translatable.
noreply at wordpress.org
- [wp-svn] [31834] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Fix notice that exists for plugins with no slug
noreply at wordpress.org
- [wp-svn] [31835] trunk/src/wp-includes/version.php: WordPress 4.2-beta2
noreply at wordpress.org
- [wp-svn] [31836] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: small clean-up when generating the suggested content.
noreply at wordpress.org
- [wp-svn] [31837] trunk/src/wp-admin/includes/class-wp-press-this.php: Make a comment clearer (without implying inversed logic) and fix a typo.
noreply at wordpress.org
- [wp-svn] [31838] trunk/src/wp-includes/canonical.php: If the URL being visited has non-breaking spaces at the end of it, they were probably inserted by an errant URL copy/paste.
noreply at wordpress.org
- [wp-svn] [31839] trunk/src/wp-content/themes: Bundled themes: Use SSL for theme and author URIs.
noreply at wordpress.org
- [wp-svn] [31840] trunk/src/wp-content/themes: Bundled themes: Add trailing slashes to theme URIs to avoid a redirect.
noreply at wordpress.org
- [wp-svn] [31841] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: After [ 31730], replace one more instance of `array_shift()` with `reset() ` for better performance.
noreply at wordpress.org
- [wp-svn] [31842] trunk/src/wp-content/themes: Bundled themes: After [31453], replace `current()` with `reset()`, which is guaranteed to be the first item.
noreply at wordpress.org
- [wp-svn] [31843] trunk/src/wp-admin/css/l10n.css: Use bold Arial for RTL headings.
noreply at wordpress.org
- [wp-svn] [31844] trunk/src/wp-admin/includes/class-wp-upgrader.php: Remove leading newlines from two translatable strings.
noreply at wordpress.org
- [wp-svn] [31845] trunk/tests/phpunit/tests/feed/rss2.php: Ensure that fixtures in RSS2 tests have an author.
noreply at wordpress.org
- [wp-svn] [31846] trunk/tests/phpunit/tests/feed/rss2.php: Enforce non-pretty permalinks in RSS2 tests.
noreply at wordpress.org
- [wp-svn] [31847] trunk/src/wp-includes/formatting.php: When converting emoji in email to static images, check that the message is defined, otherwise we could cause PHP warnings.
noreply at wordpress.org
- [wp-svn] [31848] trunk/tests/phpunit/tests/feed/rss2.php: Use shared fixtures in RSS2 unit tests.
noreply at wordpress.org
- [wp-svn] [31849] trunk/src/wp-content/themes: Bundled themes: update editor styles to better display images and captions in small screens.
noreply at wordpress.org
- [wp-svn] [31850] trunk/src/wp-includes/widgets.php: Trigger `_doing_it_wrong() ` if `register_sidebar()` is not passed an `id`
noreply at wordpress.org
- [wp-svn] [31851] trunk/src/wp-includes/media.php: Add hook documentation for the `get_media_embedded_in_content_allowed` filter , introduced in [31574].
noreply at wordpress.org
- [wp-svn] [31852] trunk/src/wp-includes/formatting.php: Add more verbose inline documentation inside of `wpautop() ` to more clearly explain what's going on.
noreply at wordpress.org
- [wp-svn] [31853] trunk/src/wp-includes/post-thumbnail-template.php: Adjust DocBlocks for `get_|the_post_thumbnail() ` to clarify the difference between the 'thumbnail' and 'post-thumbnail' image sizes.
noreply at wordpress.org
- [wp-svn] [31854] trunk/src/wp-includes/general-template.php: Document default arguments for `paginate_links()` as a hash notation.
noreply at wordpress.org
- [wp-svn] [31855] trunk/src/wp-includes/taxonomy.php: Supplement hook documentation for the `get_terms_fields` filter to more clearly explain the expected consequences of using it to modify the fields to select in a terms query.
noreply at wordpress.org
- [wp-svn] [31856] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE : when pasting an URL, check if the node it is pasted at is empty and remove any empty inline child elements.
noreply at wordpress.org
- [wp-svn] [31857] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Media: Show filename instead of extension in the list table.
noreply at wordpress.org
- [wp-svn] [31858] trunk/src/wp-includes/css/editor.css: TinyMCE: fix the icon for the `wp_code` button.
noreply at wordpress.org
- [wp-svn] [31859] trunk/src/wp-includes/plugin.php: Fix a typo in the description for the `_wp_filter_build_unique_id() ` DocBlock.
noreply at wordpress.org
- [wp-svn] [31860] trunk/src/wp-includes/formatting.php: Emoji: When we' re replacing emoji with `<img>`s in email, we can only do that if the Content-Type is text/html - otherwise, they' ll show up in the email as the HTML string.
noreply at wordpress.org
- [wp-svn] [31861] trunk/src/wp-includes/formatting.php: Emoji: Set the emoji image protocol with `set_url_scheme()`, instead of defaulting to HTTPS.
noreply at wordpress.org
- [wp-svn] [31862] trunk/src: Remove ambiguity in the time display format in core, switches to using 24hr notation where am/pm isn't specified.
noreply at wordpress.org
- [wp-svn] [31863] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrader: When creating a temporary working directory, strip off `.tmp` as well as `.zip` incase we end up using that directory as the items main directory.
noreply at wordpress.org
- [wp-svn] [31864] trunk: Emoji: Gmail doesn't obey an `<img>`' s inline CSS `height` rule, transforming it to `min-height`.
noreply at wordpress.org
- [wp-svn] [31865] trunk/src/wp-admin/css/list-tables.css: Taxonomy List Tables: On mobile devices, hide the slug column, to avoid cramping the action links into two rows.
noreply at wordpress.org
- [wp-svn] [31866] trunk/src/wp-includes/version.php: 4.2-beta2-31866
noreply at wordpress.org
- [wp-svn] [31867] trunk/src/wp-includes/media.php: Introduce `attachment_url_to_postid` filter to let plugins manage the uploads location better.
noreply at wordpress.org
- [wp-svn] [31868] trunk/src/wp-admin: Press This:
noreply at wordpress.org
- [wp-svn] [31869] trunk/src/wp-includes/js/wp-emoji.js: Emoji: The regex for checking if the current glyph is a flag was checking the incorrect byte range , which was causing the South Korean flag to not be replaced in Firefox.
noreply at wordpress.org
- [wp-svn] [31870] trunk/src/wp-includes/comment.php: Remove obsolete `$wpdb` reference from `get_comments()` docs.
noreply at wordpress.org
- [wp-svn] [31871] trunk/src: Implement an `aria-describedby` attribute for login screen errors, and improve the "Forgot password?" anchor text.
noreply at wordpress.org
- [wp-svn] [31872] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Fill `$plugins['upgrade']` with extra info for use in list table
noreply at wordpress.org
- [wp-svn] [31873] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Fix a typo in [31872].
noreply at wordpress.org
- [wp-svn] [31874] trunk/src/wp-includes/functions.php: TinyMCE: fix error and PHP warning when adding more than one instance in RTL mode.
noreply at wordpress.org
- [wp-svn] [31875] trunk: Emoji: Instead of loading the emoji JS files automatically, we now include a small JS shim in the header, to test if the user' s browser needs Twemoji.
noreply at wordpress.org
- [wp-svn] [31876] trunk/src/wp-includes/js/wp-emoji-loader.js: Set EOL style for wp-emoji-loader.js.
noreply at wordpress.org
- [wp-svn] [31877] trunk/src/wp-admin/admin-header.php: Emoji: Print the emoji support shim in wp-admin, too.
noreply at wordpress.org
- [wp-svn] [31878] trunk/src/wp-includes/js/tinymce/plugins/wordpress/plugin.js: TinyMCE: pad empty paragraphs with `<br> ` in Chrome to stop it from inserting non-breaking spaces in them.
noreply at wordpress.org
- [wp-svn] [31879] trunk/src: Emoji: Revert [31877], and print the emoji shim and styles during `admin_print_scripts` and `admin_print_styles` , instead.
noreply at wordpress.org
- [wp-svn] [31880] trunk/src/wp-admin/includes/template.php: Do not output empty name and id HTML attributes in get_submit_button().
noreply at wordpress.org
- [wp-svn] [31881] trunk/src/wp-includes/formatting.php: Emoji: Add a comment to `print_emoji_detection_script() ` explaining how the `include` statement works as part of the `grunt build` process.
noreply at wordpress.org
- [wp-svn] [31882] trunk/src/wp-admin/includes/misc.php: When altering the admin URL to reflect the canonical location, keep the existing hash (if present) in the URL.
noreply at wordpress.org
- [wp-svn] [31883] trunk/src/wp-includes/user.php: Ensure the `$wp_hasher` global has an entry in the `check_password_reset_key ()` DocBlock.
noreply at wordpress.org
- [wp-svn] [31884] trunk/src/wp-admin/includes/file.php: Clean up DocBlock information and syntax for `get_filesystem_method()`.
noreply at wordpress.org
- [wp-svn] [31885] trunk/src: Customizer: Avoid `SecurityError`s when the Customizer is embedded in an origin other than wp-admin.
noreply at wordpress.org
- [wp-svn] [31886] trunk/src/wp-includes/default-widgets.php: Text Widget: Use `!empty()` for checking if the filter setting is set.
noreply at wordpress.org
- [wp-svn] [31887] trunk/src/wp-includes/functions.wp-scripts.php: Avoid a PHP notice in `wp_enqueue_script()` if $handle is an array.
noreply at wordpress.org
- [wp-svn] [31888] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE : make sure the editor is not completely empty before checking if the user clicked above or below a wpView.
noreply at wordpress.org
- [wp-svn] [31889] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Comments List: Don't let "Quick Edit" break on smaller screens.
noreply at wordpress.org
- [wp-svn] [31890] trunk/src/wp-admin: Improve alignment of labels and inputs in Quick Edit.
noreply at wordpress.org
- [wp-svn] [31891] trunk/src/wp-includes/functions.php: Clarify the DocBlock summary for `wp_scheduled_delete() ` to mention that it includes posts of any type where the 'trash' status is used.
noreply at wordpress.org
- [wp-svn] [31892] trunk/src/wp-admin/css/customize-controls.css: Customizer Theme Switcher: Reset font size of theme names in overlay.
noreply at wordpress.org
- [wp-svn] [31893] trunk/src: Customizer: [31885] actually hasn' t fixed the `SecurityError`s.
noreply at wordpress.org
- [wp-svn] [31894] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: on sites that support oEmbed, if the user has selected some text, quote it below the embed.
noreply at wordpress.org
- [wp-svn] [31895] trunk/src/wp-admin/js/tags-box.js: When saving post, ensure that non-hierarchical taxonomy input is defined before attempting to parse it.
noreply at wordpress.org
- [wp-svn] [31896] trunk/src/wp-admin/includes/post.php: Check that `$_POST` array index is set before comparing it in `post_preview ()`.
noreply at wordpress.org
- [wp-svn] [31897] trunk/src/wp-admin: Remove Shiny Plugin Installs
noreply at wordpress.org
- [wp-svn] [31898] trunk/src/wp-includes/js/wp-emoji.js: Fix initialization of wp-emoji in IE8.
noreply at wordpress.org
- [wp-svn] [31899] trunk/src/wp-includes: Remove `<code> ` tags from translatable strings.
noreply at wordpress.org
- [wp-svn] [31900] trunk/src/wp-admin/js/updates.js: More clean up from removal of Shiny Plugin Installs
noreply at wordpress.org
- [wp-svn] [31901] trunk/src/wp-includes/script-loader.php: Remove Shiny Plugin Install strings
noreply at wordpress.org
- [wp-svn] [31902] trunk/src/wp-includes/version.php: WordPress 4.2-beta3
noreply at wordpress.org
- [wp-svn] [31903] trunk/src/wp-includes/version.php: Post-beta3 bump.
noreply at wordpress.org
- [wp-svn] [31904] trunk/src/wp-includes/script-loader.php: End "Update failed" with a full stop.
noreply at wordpress.org
- [wp-svn] [31905] trunk/src: Improve newly added strings for i18n:
noreply at wordpress.org
- [wp-svn] [31906] trunk/src/wp-admin/includes/class-wp-press-this.php: Improve newly added strings for i18n:
noreply at wordpress.org
- [wp-svn] [31907] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: remove `role="application"` from the Categories list wrapper.
noreply at wordpress.org
- [wp-svn] [31908] trunk/src/wp-admin: Fix focusing in the plugin and theme editors.
noreply at wordpress.org
- [wp-svn] [31909] trunk: Emoji: [31864] changed emoji image' s inline style from `height` to `max-height`.
noreply at wordpress.org
- [wp-svn] [31910] trunk/src/wp-admin/js/common.js: Admin menu: Revert [31720] for swipe open/closed.
noreply at wordpress.org
- [wp-svn] [31911] trunk/src/wp-includes/class-wp-customize-control.php: Customizer: Use proper preview URL for Live Preview links.
noreply at wordpress.org
- [wp-svn] [31912] trunk/src/wp-admin/css/customize-controls.css: Theme Switcher: Don 't hide action buttons on narrow screens.
noreply at wordpress.org
- [wp-svn] [31913] trunk/src/wp-admin/css/customize-controls.css: Customizer: Use responsive button styles if screen is max-width 640px.
noreply at wordpress.org
- [wp-svn] [31914] trunk/src/wp-admin/js/customize-controls.js: Theme Switcher: Opening themes details modal shouldn' t require two clicks on touch devices.
noreply at wordpress.org
- [wp-svn] [31915] trunk/src/wp-admin/themes.php: Remove a stray > introduced in [ 31905].
noreply at wordpress.org
- [wp-svn] [31916] trunk/src/wp-admin/js/customize-controls.js: Customizer: Fix selector for container which includes the controls.
noreply at wordpress.org
- [wp-svn] [31917] trunk/src/wp-admin/css/customize-controls.css: Customizer: Increase size of search field and disable text size adjustment to prevent auto zooming.
noreply at wordpress.org
- [wp-svn] [31918] trunk/src: Theme Switcher: Use the global panel back button instead of adding a new one.
noreply at wordpress.org
- [wp-svn] [31919] trunk/src/wp-admin/js/press-this.js: Press This:
noreply at wordpress.org
- [wp-svn] [31920] trunk/src/wp-admin/js/customize-controls.js: Customizer: Fix calculation of panel positions when accessing via deep-links.
noreply at wordpress.org
- [wp-svn] [31921] trunk/src/wp-admin/customize.php: Customizer: Increase initial-scale viewport specification to 1.0.
noreply at wordpress.org
- [wp-svn] [31922] trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js: TinyMCE emoji: catch the inserting of emoji chars with the Windows 8 onscreen keyboard and replace if needed.
noreply at wordpress.org
- [wp-svn] [31923] trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js: Remove unused vars.
noreply at wordpress.org
- [wp-svn] [31924] trunk/src/wp-includes/formatting.php: Emoji: When staticizing emoji into `<img>` tags, include an `alt` attribute of the original Emoji, to match both Smiley and Twemoji `<img>` tags.
noreply at wordpress.org
- [wp-svn] [31925] trunk/src/wp-admin: Press This: fix accessibility for the post options "sidebar".
noreply at wordpress.org
- [wp-svn] [31926] trunk/src/wp-includes/formatting.php: Emoji: When encoding emoji into HTML entities, 0 was being incorrectly trimmed from the right side of the hex string, causing some characters to be encoded incorrectly.
noreply at wordpress.org
- [wp-svn] [31927] trunk/src/wp-admin/nav-menus.php: Fix duplicate ID for Save Menu button on Menus screen.
noreply at wordpress.org
- [wp-svn] [31928] trunk/src/wp-admin: Make sure the update button in "At a Glance" dashboard widget does not overlap with long strings.
noreply at wordpress.org
- [wp-svn] [31929] trunk/src/wp-admin/js/edit-comments.js: Use a more specific selector for comment moderation hotkeys after [31513] .
noreply at wordpress.org
- [wp-svn] [31930] trunk/src/wp-admin/includes/class-wp-press-this.php: Press This: Use the error message returned by `wp_update_post() ` instead of a generic one.
noreply at wordpress.org
- [wp-svn] [31931] trunk/src/wp-includes/js/tinymce/plugins/wpview/plugin.js: TinyMCE wpView: add back the removal of selected views on inserting new content.
noreply at wordpress.org
- [wp-svn] [31932] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: make sure submenu links work correctly on small screens with touch events.
noreply at wordpress.org
- [wp-svn] [31933] trunk/src: Customizer: Revert [31911].
noreply at wordpress.org
- [wp-svn] [31934] trunk/src/wp-content/themes/twentyfifteen: Twenty Fifteen: adjust scroll behavior to make sure sidebar height is calculated during scroll events , not just resize events.
noreply at wordpress.org
- [wp-svn] [31935] trunk/src/wp-includes/js/media: Let us pray to the gods of backwards compatibility:
noreply at wordpress.org
- [wp-svn] [31936] trunk: Add some logic into `wp_tempnam` to prevent it creating ' falsey' directory names that might get used elsewhere within WordPress.
noreply at wordpress.org
- [wp-svn] [31937] trunk/tests/phpunit/tests/file.php: Tests: Clean up the resulting /tmp/foo* files from the `tempnam` call.
noreply at wordpress.org
- [wp-svn] [31938] trunk/src/wp-includes/formatting.php: Emoji: Change the emoji CDN to w.org, from wp.com.
noreply at wordpress.org
- [wp-svn] [31939] trunk/src/wp-includes/wp-db.php: WPDB: When we' re checking to see if the MySQL client library supports `utf8mb4`, we need a separate check for `mysqlnd` versions, which using different version numbering to `libmysqlclient`.
noreply at wordpress.org
- [wp-svn] [31940] trunk/tests/phpunit/tests/post.php: Emoji: Fix a unit test which was incorrectly failing after [31926] fixed emoji being incorrectly encoded.
noreply at wordpress.org
- [wp-svn] [31941] trunk/src: Decouple strings where the singular and plural form are not just the same string with different numbers , but essentially two different strings.
noreply at wordpress.org
- [wp-svn] [31942] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Media Library: Add a label for attachment type select in list mode.
noreply at wordpress.org
- [wp-svn] [31943] trunk/src/wp-admin/includes/theme.php: Themes: Add a filter to short-circuit `wp_prepare_themes_for_js()`.
noreply at wordpress.org
- [wp-svn] [31944] trunk/src/wp-admin/js/customize-controls.js: Customizer: Defer rendering theme controls until the section is displayed.
noreply at wordpress.org
- [wp-svn] [31945] trunk/src/wp-includes: Disable body scrolling when session expired log in modal is open.
noreply at wordpress.org
- [wp-svn] [31946] trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js: TinyMCE emoji: fix caret position after replacing emoji in Chrome on Windows 8.
noreply at wordpress.org
Last message date:
Tue Mar 31 23:34:24 UTC 2015
Archived on: Tue Mar 31 23:34:26 UTC 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).