Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved max-width test for MediaElementPlayer.setPlayerSize #1531

Merged
merged 1 commit into from
Jul 31, 2015

Conversation

joemcgill
Copy link
Contributor

The test for max-width in MediaElementPlayer.setPlayerSize only returns true if max-width is set to 100%. Firefox returns the calculated value instead, so this check always fails in FF. A different, solution is to simply check if a max-width is set and if that value is different than the width of the video, in which case it should probably be resized. This should resolve #920.

The test for max-width in MediaElementPlayer.setPlayerSize only returns true if max-width is set to 100%. Firefox returns the calculated value instead, so this check always fails in FF. A different, solution is to simply check if a max-width is set and if that value is different than the width of the video, in which case it should probably be resized. This should resolve mediaelement#920.
aaronjorbin pushed a commit to aaronjorbin/develop.wordpress that referenced this pull request Jul 14, 2015
…deos in Firefox:

mediaelement/mediaelement#1531

Props joemcgill.
Fixes #32722.


git-svn-id: https://develop.svn.wordpress.org/trunk@33267 602fd350-edb4-49c9-b593-d223f7449a82
markjaquith pushed a commit to markjaquith/WordPress that referenced this pull request Jul 14, 2015
svn2github pushed a commit to svn2github/wp-svn-2-git that referenced this pull request Jul 14, 2015
johndyer added a commit that referenced this pull request Jul 31, 2015
Improved max-width test for MediaElementPlayer.setPlayerSize
@johndyer johndyer merged commit ea2f638 into mediaelement:master Jul 31, 2015
BronsonQuick pushed a commit to Chassis/Chassis that referenced this pull request Aug 30, 2015
b57f3aa Tag 4.3 Built from https://develop.svn.wordpress.org/tags/4.3@33635
cf4e51f Branch 4.3. Built from https://develop.svn.wordpress.org/branches/4.3@33634
2e73c24 WordPress 4.3
e36a91e About: Use actual locale and not subtitle debug cruft.
d55738d About: Update release video to use the correct ID.
2f514a6 When generating a fallback `post_name` using the post ID, `wp_insert_post()` should clear the post cache immediately.
6b9b32c 4.3-RC3-33629
cd937b6 4.3-RC3
96a6f0a Pinking shears. Built from https://develop.svn.wordpress.org/trunk@33627
ce55706 Upgrade: Update `$_old_files` for 4.3.
69146f6 Passwords: Use `keyup` event to prevent IE8's misinterpretation of `propertychange`.
2de7757 Fix creating of extra `<br />` tags in both PHP and JS variants of wpautop(). Add PHP tests to catch similar problems in the future. Props valendesigns, azaozz. Fixes #33377. Built from https://develop.svn.wordpress.org/trunk@33624
50e42e8 List tables: Yet more primary column fallbacks.
dfcf1d0 Editor: Exclude `shift` from modifier keys when handling spacebar shortcuts.
dba7c50 Don't run term-splitting routine on new installations.
e6bc624 Passwords: Restore second parameter for `wp_new_user_notification()`.
52a7082 Don't suspend cache invalidation when running term splitting batch routine.
1880411 Menu customizer: Ensure the search results section is full height.
9ee7f05 Customize: Fix keyboard accessibility for toggling screen options and contextual help.
69a03fd Remove unit test related to pre-4.1 term splitting during `wp_update_term()`.
151d273 Term splitting routine should be run in a separate process, triggered via wp-cron.
f74a907 Capabilities: Fall back to the `edit_posts` capability for orphaned comments.
35f8b77 About: Third pass at 4.3 about page:
4a1f50f After [33325], supply a missing `post_type` in `->mw_editPost()`.
2c9e813 When splitting a shared 'nav_menu' term, ensure that nav items and theme locations are retained.
7fcc3e5 Customize: Fix layout issues in panels and sections when resizing and autofocusing.
3bfd096 Fix paste typos in upgrade.php. Props tellyworth. Fixes #33206. Built from https://develop.svn.wordpress.org/trunk@33609
08743e4 After [32948]: Account for the use of `paginate_links()` with table navigation markup.
be9d89d Tests: Update Site Icon tests to account for changes in [33605].
dfa53a1 Site Icon: Improvements to Site Icon API.
731c255 Site icon: Rearrange function parameters to avoid frequently passing empty values.
48712a0 Customize: Limit styles for menu's reorder button to the `nav_menu` control.
d030823 Network admin: Internationalize some existing strings that were missed in [33186].
7e2cec4 Customizer: Rename `WP_New_Menu_Customize_Control` to `WP_Customize_New_Menu_Control` for consistency.
aace7c2 Function documentation: Fix a broken docbock introduced with [32642]. See #32444.
e9e88d0 Shortcodes: Trim whitespace after sanitizing the shortcode output.
45b8634 Customizer: Remove obsolete `.control-panel-back` and `.customize-overlay-close` buttons.
bd34257 List tables: Adjust width of Quick Edit labels for longer translations.
e2b10da Upgrade: Skip the sitecategories table when it doesn't exist (Global Terms is disabled). Props nofearinc, obenland, SergeyBiryukov, and pento. Fixes #33206
04c21a0 Customizer: Restore Shift + Clicking on widgets to open the widgets panel.
f673128 Install: Adjust `th` padding to align with `td`s.
f8136f2 Fix `do_shortcode('<[shortcode]')` edge case. Props miqrogroove. Merges [33499] trunk. See #33116.
6bd6069 Remove all existing internal feature pointers.
718271d TinyMCE: fix inline toolbar repositioning for inline editors
d60e2ee Only use a bare URL when the link text field is used.
309516a Move media hooks out of `admin-filters.php` as sometimes editors are used on the front end.
4a31dd6 Comments: Update help text for new comment bubbles.
1b28296 wpLink: Make sure the link wrapper is the last element in the body, otherwise the inline editor toolbar may show up above the backdrop.
1e5b0ff Multisite: Use single URL input when editing sites in a subdirectory configuration
2678bd9 Customizer: Restore default `fallback_cb` arg for `wp_nav_menu()` calls in customizer preview.
34d50e6 TinyMCE: wplink: fix WPLinkPreview for multiple editors
2fbdeae WordPress 4.3-RC2-33572. Built from https://develop.svn.wordpress.org/trunk@33572
ca7fe3e WordPress 4.3-RC2. Built from https://develop.svn.wordpress.org/trunk@33571
198cdb1 Multisite mails: Initialize `$current_user` before accessing `$current_user->user_login`.
55a4ce4 TinyMCE: wptextpattern: trim whitespace
40e12ab JSHint for [33528]: remove logging
70128fe Comments: IDs are integers. Built from https://develop.svn.wordpress.org/trunk@33555
a9b3f12 Heartbeat: Ensure post locks are released. Built from https://develop.svn.wordpress.org/trunk@33542
12b0257 Nav menus: Adjust redundant titles in accessibility helpers. Built from https://develop.svn.wordpress.org/trunk@33540
86823a6 Customizer: Use `hash_equals()` for widgets. Built from https://develop.svn.wordpress.org/trunk@33535
a3e45db Customizer: Add QUnit tests for menus.
63d1389 TinyMCE: fix initializing the editor on switching Text => Visual when the Text editor is loaded first. Props stuartshields, peterwilsoncc, netweb, azaozz. Fixes #33192. Built from https://develop.svn.wordpress.org/trunk@33527
b7f9555 Customizer: Fix failing tests on PHP 5.2 after [33488].
8b91700 Fix PHP notice after [33492].
0e1476d Editor: word count: Remove indentation from the translator comment.
684d54e TinyMCE: update to 4.2.3, changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Fixes #33203. Built from https://develop.svn.wordpress.org/trunk@33516
e7b4ca0 Remove debug cruft from [33511].
f70ef0c 4.3-RC1-33514
f087cce 4.3-RC1
9a1d80e TinyMCE: wptextpattern: stop propagation on undo
ea8f8ac Menu customizer: More clearly separate search results from available items.
3dfce31 Customizer: Improve focus styles for screen option and help toggles.
fb59c76 TinyMCE: remove the spare string for the keyboard shortcuts modal. See #31441. Built from https://develop.svn.wordpress.org/trunk@33509
9069d66 TinyMCE: wptextpattern: undo on esc after enter
e384cda TinyMCE: wptextpattern: reorder undo
4837a3a Fix a unit test failure after [33489].
727123d Customizer: Switch buttons to match the focus order with the visual order.
c96977e TinyMCE: fix (again) the text in the keyboard shortcuts modal for the changed patterns. See #31441. Built from https://develop.svn.wordpress.org/trunk@33504
6142cb7 Customizer: This circular focus thing is hot.
a5aa0dc Nav menus: Make the selector for the edit menu item link more specific. Prevents clashing with other elements which have the same class.
c987117 TinyMCE: fix the text in the keyboard shortcuts modal for the changed patterns. See #31441. Built from https://develop.svn.wordpress.org/trunk@33501
5720007 Customizer: Stack the menu gear icon below the help icon for more text breathing room.
9152362 About: Second pass at 4.3 about page.
7ace034 Press This: properly add Open Sans to the editor, using the `mce_css` filter. See #26072. Fixes #33189. Built from https://develop.svn.wordpress.org/trunk@33497
a4bc3da Customizer: Update `nav_menu_locations[...]` controls to remove placeholder menus from the dropdown options upon Save & Publish.
61dd2bf Persist (and mask) the password on the install screen if the install does not proceed due to errors.
05965d8 Make the multisite new user messages reflect that reset links are sent, not passwords.
bdc30ce Customizer: Remove redundant translated string.
8679a93 Themes: Remove legacy theme preview.
49b3ad2 Twenty Fifteen: Only re-initialize the main navigation in the Customizer when it is specifically updated.
7b7ae2e Comments list table: Display that cute lil comment bubble.
d22adb0 Ensure the caption shortcode outputs a valid HTML ID.
bf9d148 Customizer: Ensure that all existing menus are shown in the Custom Menu widget's dropdown.
dc4c2fa Upgrade: Lowercase the "s" in `remove_all_filters()`.
9728057 Change send_pass_change_email to send_password_change_email (better name).
c5719ba Make the "using default password" nag more accurate.
926006e TinyMCE: views: correct cursor position after paste
a5ed94a Customizer: Add an `aria-expanded` attribute to Edit menu item toggles.
d1e7225 Press This: correct link on the post screens
bca4465 Do not re-generate the password after pressing "cancel". Persist the state.
6910709 Autogenerate passwords that more reliably fit within their inputs.
0217951 Re-work user-profile.js so the password meter works in IE8 and password managers can fill multiple times.
dbcff0b Add CloudUp to our oEmbed provider whitelist.
3bed2e3 Omit the "(required)" text for password on the install screen.
ff32df7 Use the `embed_maybe_make_link` filter to test WP_Embed::autoembed(). See #33106. Built from https://develop.svn.wordpress.org/trunk@33470
15a7d98 Protect newlines inside of `CDATA`. This was breaking things, notably inline JS that used comments for HTML standards compat.
fa25fe8 Fix updating of nonces on the Edit Post screen after the log in expires and the user logs in again. Props iseulde, azaozz. Fixes #33098. Built from https://develop.svn.wordpress.org/trunk@33468
49ac027 About: Remove translation functions until strings are final.
4cac764 About: First pass at WordPress 4.3 About page.
959f366 Lose the clunky `setTimeout()` code and just track the password value changes.
a4e751a TinyMCE: iOS: wrap long strings
387d94a Themes: Update readme files.
96e340b Plugins list table: Make selector for Details links more specific to prevent the Description header from being announced as "clickable".
0e28880 Fill empty TinyMCE paragraphs with a dummy `<br />` on all browsers.
fd320b5 Customizer: Make a string translatable, see [33413].
5d3fba3 XML-RPC: Don't rely on `include_path` to include files, use `dirname()` instead.
974c153 TinyMCE: wptextpattern: fix typo and make it faster
ca03839 Twenty Eleven: Fix "Skip to content" links appearance after [31464].
13a1818 Replace empty table header with a table cell.
e6904bc WPDB: When checking the encoding of strings against the database, make sure we're only relying on the return value of strings that were sent to the database. Also make sure that we're not trying to sanity check strings that've been marked as not needing sanity checking.
a48604e Customizer: Hide empty space in footer on small screens since it is only populated on larger screens.
3e36b24 Remove broken/dead colour scheme code
f78068c TinyMCE: wptextpattern: headings on enter
4a73f82 Add Initial JS Unit Tests for Menu Customizer
d92795d Passwords UI: clean up the new JS in `wp-admin/js/user-profile.js`.
c478eee Bundled Themes: Bump version numbers and update POT files.
9f466ea i18n tools: Use https for `msgid-bugs-address` URLs. Built from https://develop.svn.wordpress.org/trunk@33448
4965581 Don't blindly trust the output of `glob()` to be an array.
0b0c456 Site Icon: Minor cleanup for `WP_Site_Icon` after [33329].
94aefe5 Customizer: Use correct spelling when instantiating `CustomizeImageCropper`.
2a516d6 Menus: Readjust screen options toggle icon.
72c9164 Switch explicitly from `nightly` to `7.0` for Travis, for clarity.
bc64ce5 Merge two similar strings about insufficient permissions.
84f900b Move the translator note added in [33437] directly before the string it applies to.
491c863 Editor: word count: better names for types.
b2b53fd Fix the padding for the feature filter box on the Add Themes screen.
5abcb69 Toggle between dashicons-hidden and dashicons-visibility in the password hide/show button.
8e264b4 Add a translator note for the fix in r33387
48a1c86 Comment string tweaks: * Merge two strings about an invalid comment ID. * Add missing context to 'Mark as Spam' string. * Merge two 'In Response To' strings, replace redundant context with a translator comment.
1a05a5a Merge some similar media-related strings.
a883227 Multisite: Introduce a singular string for user removal (we already have one for deletion).
fbd8a43 Merge two duplicate strings.
67618d5 Merge similar strings for plugin update permissions.
8203431 Merge duplicate strings related to Trash.
a92b1d0 TinyMCE: remove role=tab from the keyboard shortcuts help dialog. See #33031. Built from https://develop.svn.wordpress.org/trunk@33430
170eef2 TinyMCE: fix accessibility for the keyboard shortcuts help dialog. Props afercia, azaozz. Fixes #33031. Built from https://develop.svn.wordpress.org/trunk@33429
63dc60e JSHint for [33426]
d8eaaf6 Use explicit variable variable syntax
d44c684 TinyMCE: views: use media setting to get post ID
2eb77f7 Remove `svn:executable` from test files. Built from https://develop.svn.wordpress.org/trunk@33425
54e3899 Update `Test_WP_Customize_Nav_Menus::test_available_items_template()` after [33413].
93baee0 Comment status box: Move focus back to Edit link when changing the date.
275f10e Customizer: Set a correct default for `nav_menu_locations` setting.
a1fef4c Update help text after [33368].
bd0f6a2 Remove unused `pw-weak` ID attributes.
19dc4bb Revert [31849] and [33351]
8830708 Editor: fit images
ba90097 TinyMCE: inline toolbar: reduce size arrow
0433e25 Editor: add space around aligned images
87aaf3b TinyMCE: restore support for `<script>` tags. See #33083. Built from https://develop.svn.wordpress.org/trunk@33414
de86d6b Customizer: Add missing text or labels to some nav menu UI controls.
edf256f Customizer: Hide inactive reorder buttons for menu items from assistive technologies.
d8e8ad4 Pinking shears.
4583323 Menus: Account for browsers that set a default margin for buttons.
d512633 Comments: Normalize button color on hover in alt color schemes.
7c59893 Comments: Align author form label with its field labels below.
bed0290 Docs: Fix incorrect indentation for the `wp_xmlrpc_server->wp_getPostFormats()` DocBlock.
aa8229a Dashicons: Fix font ID in SVG file.
9cd32c7 Docs: Correct the possible return types and corresponding descriptions for `wp_get_post_terms()`.
3a97d2a Customizer: Update JS variable to reference renamed data attribute for available nav menu object.
8d4a693 Tests: Add a new test file missed in [33359].
765714a Switch to a more performant query in meta_form().
d2893c5 Prevent 1Password from thinking the text "log in" should trigger a password save prompt
9682eb0 Do not propagate empty passwords from the hidden form field.
8d72575 Fix vertical alignment of the eye in the "hidden" dashicon to match "visibility".
333957f TinyMCE, inline link toolbar: add a bit more specificity to the selectors in editor.css to fix overriding in IE < 10. See #32604. Built from https://develop.svn.wordpress.org/trunk@33372
a3f7fdf 4.3-beta4-33371
514124b 4.3-beta4
92395fd TinyMCE: update to 4.2.2. Changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Fixes #33033, #33042. See #33083. Built from https://develop.svn.wordpress.org/trunk@33369
7aa41d1 Improve the "sessions" section strings.
8ce90da Move password and session items into "Account Management" profile section.
d5ce83c Customizer: Introduce `customize_nav_menu_available_item_types` and `customize_nav_menu_available_items` filters.
31ca0cd Soothe JSHint's rankled spirits Built from https://develop.svn.wordpress.org/trunk@33365
1ef4025 Introduce a Cancel button and onUnload warning for password changes.
f08f12f Fix up and normalize pw_weak/pw-weak IDs and labels.
ae03a8a Make password field toggling work in IE8, and clean up a bunch of password CSS issues.
c3e0ed7 Shortcodes: Improve the reliablity of shortcodes inside HTML tags.
fe5a844 Capabilities: When creating an auto-draft, ensure that the current user still has permission to do so.
0f61e18 Site Icon: Create custom sizes for images that don't need cropping.
a0e830d Nav Menus: Add a Menus title with Manage in Customizer button to nav-menus.php
e5340ea Widgets screen: while dragging a widget over a closed sidebar refresh only the widgets in the current sidebar instead of all widgets in all sidebars. Props chriscct7. Fixes #33015. Built from https://develop.svn.wordpress.org/trunk@33354
45bfab3 Passwords: Add password strength meter feedback for screen readers.
482f174 Publish box: move focus when the animation is done
d8980f9 TinyMCE: add min-width to the placeholder images for the more and nextpage tags to fix them in themes that force width = auto. Fixes #33022. Built from https://develop.svn.wordpress.org/trunk@33351
8a09012 TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS. Fixes #32604. Built from https://develop.svn.wordpress.org/trunk@33350
253d9db Publish box: focus first date field on edit
d827a71 Publish box: apply changes post.js to comment.js
23712a8 Customizer: Nav Menus JS cleanup, second round
146befe Customizer: Add label for menu names when editing a menu.
4e8fc7b Customizer: Nav Menus JS cleanup, first round
5015997 Editor: word count: exclude HTML comments and entities
bf481ed After [33325], add a doc summary.
d349e9c Revert [32466], I will pick this up in 4.4.
52f6aeb Publish box: fix leading zeros in date format
262c1a7 Publish box: fix strange date format after change
4dcfd3e Customizer: Avoid duplicate IDs and remove role presentation from menu items reorder button. Follow-up to [33074].
1ab1197 TinyMCE: views: make sure gallery captions update
1d92ed1 JSHint: don't redeclare globals listed in .jshintrc
f1e604e Customize: Align screen options toggle with info icon.
8dad70c Tests: Remove test for `delete_site_icon()`.
f9c88fc Toolbar: Restore scroll-to-top functionality.
0ccb9c4 Site Icon: Center initial crop position.
f535f28 Site Icon: Improve vertical spacing in preview.
7c75a6d Passwords: Use small screen styles for all small screens.
7725d25 Use WP's version number after monkey-patch in [33329].
3248497 Site Icon: Add crop preview to the media modal.
8041554 Customizer: Fix previewing certain changes to nav menus.
412013a Allow HTML/entities in the Active Theme Name in the themes.php & Customizer templates.
432f989 Ensure that private posts cannot be made sticky via Quick Edit. DRY the logic for stickies in `wp_xmlrpc_server` by introducing `->_toggle_sticky()`.
2166b4a JSHint: Use 'global' rather than 'globals' for inline configuration.
9100925 Customizer: Indicate when there are no nav menu items available for a given type.
afd7a8e Customizer: Finish unit tests for nav menus.
a36d50f Customizer: Prevent `wp-a11y` from being needlessly enqueued in the customizer preview.
e9b6d25 Editor: word count: count astrals as one character
0729c70 Update the description for `get_the_category()` with helpful information for the proper function to use for custom taxonomies.
909dde9 Customizer: Move "Menu options" heading outside of a nav menu auto-add control's label.
a6cb4b2 WPDB: `::strip_text_from_query()` doesn't pass a length to `::strip_invalid_text()`, which was causing queries to fail when they contained characters that needed to be sanity checked by MySQL.
6759a21 WPDB: Remove some of the complexities in `::strip_invalid_text()` associated with switching character sets between queries. Instead of trying to dynamically change connection character sets, we now rely on the value of `::charset`. This also fixes the case where queries were being blocked when `DB_CHARSET` was `utf8`, but the column character set was non-`utf8`.
f9980c7 wpLink: fix vertical alignment of the fields labels. Part props daniluk4000. Fixes #32829. Built from https://develop.svn.wordpress.org/trunk@33300
f00d1e6 Editor: word count: exclude shortcodes
dac985c Editor: Add Media should be a button
e9f33a9 Customizer: Ensure consistent margins in sections.
0a24f1b Improve function description for `wp_transition_post_status()`.
add46de Editor: word count: remove redundant script enqueuing
24594de TinyMCE: inline toolbar: fix memory leaks
54b5b3c Editor: DFW: hide udate message
e098c0e Editor: word count: exclude more characters
f7f8347 Editor: word count: update translator message
bbccb9c Editor: word count: add `all` type
25a9a18 TinyMCE: fix visual regressions (2)
9c61c05 4.3-beta3-33288
97b844b 4.3-beta3
7946fba TinyMCE, keyboard shortcuts help: make the popup wider to easily accommodate translations. Part props ocean90. See #31441; Built from https://develop.svn.wordpress.org/trunk@33286
952564e TinyMCE: fix visual regressions
59ad07b Toolbar: Ensure icons are colored correctly in alternate schemes.
0f37c66 Customizer: Defer updating nav menu item `tabIndex` attributes until pane is reflowed.
8c9eb43 Customizer: Hide the transport list when it's empty, especially for screen readers.
3271513 Feeds: Revert [32765] because of objections raised in #4575.
2883bbb Customize: Provide a default way to save cropped images.
4cb73cf Customizer: Fix element focus after menu item is deleted for keyboard accessibility.
080a4ad Properly clean up header image data when the attachment is deleted.
f28b182 WPDB: When checking that text isn't too long to insert into a column, `LONGTEXT` columns could fail, as their length is longer than `PHP_INT_MAX`. Treating their length as a `float` instead of an `int` fixes this.
f75fe69 Update password meter to match new color guidelines.
cf7e138 Docs: Update the DocBlock descriptions for a variety of template functions to better reflect that the dynamic `$type_template` hook can be used to filter the template path.
f7f4a97 Docs: Clarify the hook docs for the `{$type}_template` hook to mention that non-alphanumeric characters delimiting words will also be removed from the passed `$type` parameter.
84419a5 Update the descriptions for `get_front_page_template()` and `get_comments_popup_template()` to reference the correct dynamic hook names.
7c218ab After [33148]: Don't nest `esc_attr()` and `htmlspecialchars()` when escaping the post title on the edit post screen.
4d34e37 List Tables: * In `->handle_row_actions()`, bail immediately if `$primary` and `$column_name` do not match. Saves us a nesting level and avoids declaring code that is unusable. * In `WP_List_Table::single_row_columns()`, allow `_column_{$name}` to be called dynamically by core to avoid having to override the entirety of `->single_row_columns()` in `WP_MS_Users_List_Table` and `WP_Posts_List_Table` * In `WP_MS_Sites_List_Table`, `id` is not a column.
4f94d3a Media: Don't indent action links if there is no media icon.
2a0ddf8 Media: Reduce link noise between icons and titles in list view.
9de28a2 Monkey patch MediaElement to include a PR that restores responsive videos in Firefox: https://github.com/johndyer/mediaelement/pull/1531
4182df2 List tables: Even more robust fallback for the primary column.
1f18ef8 Login: Reflect new password flow in registration form.
88e669b Use default parameter when getting the default avatar type.
542e011 Media: Remove `post_type` variable, unused since [32676].
28ce032 In `wp_unique_post_slug()`, only prevent date archive conflicts when the slug is being changed.
5a1618b When creating a new post with an empty `post_name` and `post_title`, don't generate a `post_name` that conflicts with a date archive permalink.
4ee0da1 WPDB: When extracting the table name from a query, we had a 1000 character limit on the SQL string that would be searched. This was a hangover from when the code was imported from HyperDB, and isn't appropriate for Core, where a wider range of queries are likely to be run.
43077a6 Updates: When performing an ajax plugin update, rely upon `wp_update_plugins()` to check the contents of the transient and return early if no request needs to be made. This works around a bug where custom update handlers are injecting an update into an empty transient, malforming the transient and causing update failures. Fixes #32198 for trunk
c5bd855 Customizer: Improve performance of menus by caching results of `wp_setup_nav_menu_item()` calls.
0ae5642 Tests: Use a data provider when testing site flags in `update_blog_details()`.
20f6a94 Tests: Use a data provider when testing path slashing in `update_blog_details()`.
8e01406 Tests: Move `update_blog_details()` tests to their own file.
62c6bd8 Editor: Center-align Publish/Update spinner on small-screen devices.
f020fab Password: Improve display of password meter on login screen.
6b350ba Require dependencies when appropriate in some unit test files.
e4305c7 Passwords: Make show/hide toggle translatable.
a929b8e Fix the same typo again in the hook doc summary for the `send_pass_change_email` filter.
9de2f22 Fix a typo in the hook docs summary for the `send_pass_change_email` filter.
7e3f0cf Passwords: New UI for install screen.
8ef2cd1 Fix the inline documentation syntax in the hook docs for the `email_change_email` filter, introduced in 4.3.
86f21b4 Fix the inline documentation syntax in the hook docs for the `password_change_email` filter, introduced in 4.3.
284b726 Fix the inline documentation syntax in the hook docs for the `send_email_change_email` filter, added in 4.3.
96ed705 Fix the inline documentation syntax in the hook docs for the `send_pass_change_email` filter, added in 4.3.
668bdf6 Wrap a long changelog entry description in the DocBlock for `count_user_posts()`.
f4328b2 Add an extra line before the hook doc for the `editor_stylesheets` filter begins.
08ad571 Fix inline documentation syntax in the DocBlock for `get_singular_template()`, added in 4.3.
137357b Fix formatting in the DocBlock for `_split_shared_term()`.
6b5728c Properly mark the `$query_var` parameter as optional in the DocBlock for `WP_Rewrite->add_endpoint()`.
e6dd566 Add better line wrapping and syntax improvements to the description for `wp_resolve_numeric_slug_conflicts()`, added in 4.3.
47b1aca Remove a now-unnecessary inline `@see` tag from the description for `add_rewrite_endpoint()`.
9e94263 Wrap a long changelog entry description in the DocBlock for `get_post_type_labels()`.
92d342f Fix the parameter description syntax in the hook docs for the `wp_safe_redirect_fallback` filter, added in 4.3.
4e74b79 Fix the parameter description syntax in the hook docs for the `wp_get_nav_menu_object` filter, added in 4.3.
6639c34 Fix inline documentation syntax in the DocBlock for `WP_Meta_Query->has_or_relation()`, added in 4.3.
71a7b8c Remove now-unnecessary inline `@see` tag from the DocBlock for `wp_dropdown_languages()`.
9619558 Fix inline documentation syntax for the `language_attributes()` DocBlock.
2d14bd0 Fix inline documentation syntax in the DocBlock for `get_language_attributes()`, introduced in 4.3.
ffb8736 Fix the summary hook vernacular for the `site_icon_meta_tags` filter docs.
ceec5ac Fix inline documentation syntax for a few general-purpose functions and hooks added in 4.3.
9e12c71 Fix inline documentation syntax for two formatting functions added in 4.3.
2163288 Fix summaries for new feed functions added in 4.3.
536cddd Fix inline documentation syntax for `get_default_comment_status()`, introduced in 4.3.
b72f822 Add a missing `$html` parameter variable in the hook docs for the `style_loader_tag` filter.
c6cff37 Fix syntax and add missing `@access` tags to a variety of methods and properties in `WP_Customize_Nav_Menu_Item_Setting` added in 4.3.
d1a84b6 Fix syntax and add missing `@access` tags to a variety of methods added to `WP_Customize_Section`, `WP_Customize_Nav_Menu_Section`, and `WP_Customize_New_Menu_Section` in 4.3.
2475426 Fix syntax and add missing `@access` tags to a variety of methods added to `WP_Customize_Nav_Menus_Panel` in 4.3.
65a4946 Fix syntax and add missing `@access` tags to various methods in `WP_Customize_Nav_Menus`, added in 4.3.
442f8fa Fix parameter descriptions for two methods added to `WP_Customize_Manager` in 4.3.
eb5b641 Fix missing or inconsistent parameter descriptions for constructors in `WP_Customize_Control`, `WP_Customize_Color_Control`, `WP_Customize_Media_Control`, `WP_Customize_Image_Control`, `WP_Customize_Background_Image_Control`, `WP_Customize_Site_Icon_Control`, `WP_Customizer_Header_Image_Control`, and `WP_Customize_Nav_Menu_Item_Control`.
34f0605 Fix inline documentation syntax, and/or add missing `@access` tags for a variety of Customizer subclasses and methods added in 4.3.
665c393 Fix summaries for for `WP_User->__call()` and `wp_roles()`, both added in 4.3.
7ab106e Fix the summary and parameter description for `wp_admin_bar_customize_menu()` added in 4.3.
e4ecc7e Fix summaries and add missing `@global` descriptions to the `upgrade_430_fix_comments()` and `split_all_shared_terms()` functions added in 4.3.
f9194e3 Add a description for the dynamic portion of the `nav_menu_items_{$post_type_name}_recent` filter added in 4.3.
2d0721a Fix the summary for the `WP_Users_List_Table->get_default_primary_column_name()` method added in 4.3.
0322d0e Fix inline documentation syntax in the `WP_Upgrader->clear_destination()` method added in 4.3.
d932607 Passwords: Add trailing periods in new strings.
f9070e1 Fix summaries for two methods added to `WP_Terms_List_Table` in 4.3.
281d2ed Passwords: Improve display of show/hide toggle for touch and small-screen devices.
050e95d Re-add parameter names to the `add()` DocBlock in `wptextpattern` accidentally replaced only with descriptions in [33200].
d1a3d2e Add missing summaries, `@access` tags, and some parameter descriptions for methods added to `WP_Links_List_Table` in 4.3.
5b34f6f Add a true return description to the `test()` method added to wpEmoji in 4.3.
2829827 Site Icon: Add Android-specific app icon.
12e970c Minor documentation fixes for the `wp.a11y.speak()` and `addContainer()` DocBlocks.
a6687bc Add true descriptions to parameters for the `add()` method for `wptextpattern`, added in 4.3.
5ebb685 Add missing summaries, `@access` tags, and some parameter descriptions for methods added to `WP_MS_Sites_List_Table` in 4.3.
8822958 Improving formatting for various pieces of inline documentation in the new `WP_Site_Icon` class added in 4.3.
b2cc4de Add missing summaries, `@access` tags, and some parameter descriptions to methods added to `WP_Posts_List_Table` in 4.3.
9a2261d Fix the DocBlock summary for `WP_Plugins_List_Table->get_primary_column_name()`, added in 4.3.
3361f39 Add missing summaries and parameter descriptions to new methods added to `WP_MS_Users_List_Table` in 4.3.
1d95cf1 Handle MS Sites bulk action verification separately from individual actions.
5961dbb Add missing summaries to new methods added to `WP_MS_Themes_List_Table` in 4.3.
f3eba15 Place the locale inside the md5 hash in the dashboard RSS feed widget transient key to prevent the transient timeout option name becoming longer than the allowed field size.
72b383b Customizer: Fix broken cap check in `WP_Customize_Nav_Menus::ajax_search_available_items`.
396cc7b Correct a parameter name in the docs for `wp_insert_category()`.
ae50d09 Customizer: Disambiguate a menu's auto-add pages option from preceding menu location checkboxes.
58de0d0 Tests: Check downsized images against dynamic rather than static filename when original is expected.
4bd5e2d TinyMCE: - Go back to encoding the editor content only when TinyMCE is used. - Add check and encode `</textarea>` if present. See #32425. Built from https://develop.svn.wordpress.org/trunk@33187
a5f6dd3 Network Admin: Improved header information in Edit Site tabs.
562f49d Add explicit testing for `pre_get_space_used()` filter.
c122491 Exclude individual site directories when calculating space used for the main site.
1f7a3bc Append the current locale to dashboard RSS widget cache keys so they refresh accordingly when the locale is changed.
50b32fc Add Unit Tests for get_objects_in_term()
43ae0c0 Site Icon: Unit tests for `WP_Site_Icon` and its API.
13ab10f Site Icon: Improve a11y in Settings.
967b04a Add missing summaries and `@access` tags to methods added to `WP_Media_List_Table` in 4.3.
d7c887f Fix the summaries for a few methods and hooks added to `WP_List_Table` in 4.3.
c333809 Fix the summary and add a missing variable in the hook docs for the `edit_comment_misc_actions` filter.
703d4c2 Fix filter doc vernacular for the new `wp_ajax_cropped_attachment_id` hook added in 4.3.
6deae61 Add dbDelta insert test
cfa6e60 Nav menus: Add an ID attribute to the menu select box to link it with the label.
9f0506e Add better handling for actions and messaging in MS Sites List Table row actions
72e83d6 Restrict search inputs in network dashboard's Right Now to max width of 100%.
b8ffa8e Restrict textarea fields in network setup to a max width of 100%.
0241081 TinyMCE, shortcuts help popup: do not use translatable strings for the keys. See #31441. Built from https://develop.svn.wordpress.org/trunk@33170
5a59c29 s/nestwork/network/ for network dashboard Right Now styles.
1cd0605 Improve formatting of network dashboard's Right Now actions on 320px screens.
b0bdcf3 Customizer: Remove unused string.
153511f Password UI: The non-breaking space doesn't need to be translatable. Add some context to password strength strings.
4f32f8e Improve styling of `.themes-php` header on mobile devices.
daa5113 Customizer: Merge two strings.
cb2782a Customizer: Replace non-visible error messages for nav menus with error codes.
8b31074 Improve styling of `#adduser` text inputs on mobile devices.
0a64d94 Nav menus: Restore menu id in hidden input.
0dbe4d6 Set autocapitalize to none, autocorrect to off for new username inputs on iOS.
b99d7d9 Press This: make the font size in the Text editor similar to the Visual editor. Fix buttons padding. Fixes #32706. Built from https://develop.svn.wordpress.org/trunk@33159
58af8a0 Better context for autofocused elements for screen readers.
0ca06cd Customizer: Force top margin to be zero for a new created nav menu to avoid extra spacing.
9868325 Press THis: do not change the split button box-shadow on hover. Fixes #32757. Built from https://develop.svn.wordpress.org/trunk@33156
6e73f12 List tables: Better accessibility and design for the comments bubble.
f29e504 Site Icon: Add Customizer UI.
75d6c10 Customizer: Use a `<button>` for the collapse sidebar … button.
f0db1e0 Customizer: Replace the plus icon for `#available-menu-items .item-add` with a thinner one, see [33126].
bff15bf Customizer: Improve markup for available menu items.
106b067 Customizer: Use the new dashicon for the Preview/Customize toggle in narrow screens.
41a8b24 List tables: Remove a black colored separator in Quick Edit for pages.
6cc3a90 Revert [32851] and [32850] for now, tl;dr encoding issues.
3e292a2 Toolbar: Don't show the customize link in the admin.
70a8c3e List tables: Better focus styling for the row toggle.
e023d86 Update Akismet external to 3.1.3 in trunk.
8431399 Fix missing period in missing site error.
eb26a74 Avoid PHP notice when attempting to edit a site that does not exist.
0bc0b0c Do not allow deletion of a super admin user through `wpmu_delete_user()`.
6963767 Remove debug cruft from [33124].
7e51b69 TinyMCE: when deleting an image, ensure the wrapping link (if any) is deleted too. Fixes the erroneous showing of the link toolbar after deleting an image. Also small readability fix. See #32604. Built from https://develop.svn.wordpress.org/trunk@33141
d5de83f 4.3-beta2-33140
323eb22 4.3-beta2
3e58b38 Customizer: Remove additional wrapper element around `wp_nav_menu()` which broke some theme designs.
73d57e6 Add/Edit User: Move weak password label to the checkbox.
5fff9d1 Customizer: Use `visibility` to hide available widgets and menu items panels from screen readers and to move them out of tab order.
e8c6340 Improvements to responsive styling on my-sites.php.
3f64c0e Customizer: Defer listening to nav menu setting changes until active.
28ecfd8 Updates: Select All should not be a column header.
54428b5 Spinners: Ensure one appears in the lost connection notice.
9e26f1d Customizer: Prevent loss of `walker` and `fallback_cb` args for `wp_nav_menu`.
28c1600 Toolbar: Disambiguate links to the dashboard vs. to the customizer.
4ec14ee Remove grunt-autoprefixer in favor of grunt-postcss with autoprefixer
4cd7909 TinyMCE, Press This: add the `wptextpattern` plugin to the Press This editor. See #31441. Built from https://develop.svn.wordpress.org/trunk@33128
cacf51c TinyMCE: add help for the text patterns to the shortcuts help popup. See #31441. Built from https://develop.svn.wordpress.org/trunk@33127
34eb53b Dashicons: Update to the latest files.
da3571f Skip the `Tests_Option_Transient::test_nonexistent_key_old_timeout()` tests on multisite for now.
efda1ae Update PHPMailer to 5.2.10 from 5.2.7.
0ec584c Remove PHP4 constructors from Unit Tests
30e478b Move `get_default_comment_status()` to `wp-includes/comment.php` to sit alongside `get_comment_statuses()`.
1276096 Menus: Restore visibility of up/down arrows for reordering menu items with JS disabled.
4f93c26 Customizer: Prevent preview from loading during QUnit tests and causing an XHR cross-domain error.
e2cbf49 Introduce unit tests for `sanitize_option()`.
bc745f8 Allow shortcode parameter names (attributes) to contain dashes.
9c3bc85 Ensure error messages look like, well, errors.
6c90a44 After [32980], update the docs to reflect that `display_name` is now included when searching for users in some scenarios.
6b034b6 In `wp_insert_user()`, comparing an email address against the user's old email address should not be case-sensitive.
0deed4b In `install_dashboard()` (`plugin-install`, FWIW), make sure `slug` is populated and degrease the unfortunate whitespace that was present.
2cc8269 Hide notices introduced in [30505] on about page.
52c2567 Menus: Respect context when linking to the Customizer.
ee9cb55 Respect the special case of having only one theme.
92fe9c9 Transients: If `get_option( $transient_timeout )` returns false, don't bother trying to delete the transient in `get_transient()`.
acad0e2 Better styling for `.form-invalid` inputs.
7bbf64a Dashicons: Update to the latest files.
e5c6186 Menu customizer: Ensure item type doesn't collide with the handle focus glow.
0b04608 Show row actions on focus for the dashboard comment list.
958cde5 List tables: Ensure special CSS for the title column gets applied.
81c2f54 List tables: Add a fallback for the primary column.
ffb1de3 Ensure that Custom Links in menu's are marked as current regardless of their scheme. Props McGuive7, marsjaninzmarsa. Fixes #32221
9e7a2f9 Use `assertEqualSets()` in `WP_Query::parse_tax_query()` tests.
df22068 List tables: Account for comments being reused on the post edit screen.
c9027b0 Assign proper active class when showing plugin updates in network admin
2d6edf0 List tables: Get rid of double borders for plugins and themes on narrow screens.
6fff730 List tables: Ensure the no items message appears on narrow screens.
3faebf4 Remove unused `$current_site` global in MS Sites list table
c9a29b0 Check for all required caps before (un)sticking a post.
2096b45 In `WP_Query::parse_tax_query()`, allow taxonomy querystring to be formatted as an array.
a62cc94 Customizer: Register controls and settings for `nav_menu_locations` even when there are no menus yet.
7b7fe01 Twenty Fifteen: don't hyphenate input elements. Fixes #32880. Built from https://develop.svn.wordpress.org/trunk@33093
ae2cafe Twenty Fifteen: Display sidebar background color with Header Image.
c65b89b In `wp.media.model.Attachments.filters.type()`, return `true` earlier if `type` isn't set.
fa1b659 Merge two `class` attributes in `WP_Customize_Media_Control::content_template()` and `wp_print_media_templates()`.
a3c1814 Customizer: Ensure that a newly-added nav menu item gets the Original link populated in its control.
b2e725e Fix opening closed widget areas when dragging a widget over them. Props polevaultweb. Fixes #13524. Built from https://develop.svn.wordpress.org/trunk@33088
c543f98 Plugins list table: Add an `aria-label` attribute with the plugin name to plugin action links to provide context for screen reader users.
72ae151 Remove deprecated constructor notice.
cc43eae Deprecate PHP4 style contructor in Twenty Eleven's Ephemera widget.
664b037 Site Icon: Switch to using H1 headings.
eee4049 Usernames in multisite should be restricted to 60 characters or fewer.
67142f5 Don't autocapitalize or autocorrect domain or path when adding a new site in iOS.
767ed1e Use the full site URL in `choose_primary_blog()` when a user is a member of only one site.
5ab785b Only output Save Changes in My Sites when a user is a member of more than one site.
ddff6fe Don't capitalize words in a sentence after comma.
bcc1670 Customizer: Remove HTML tags from two translatable strings.
340f1e1 Customizer: Fix `tabindex` of reorder buttons for menu items with depth 1 and 10.
b229946 Plugins list table: Use case-insensitive sorting.
cf22cd7 Site Icon: Remove date dropdown from media modal.
200463d Customizer: Improve descriptive text and focus for menu items reorder button.
86499fc Synchronize star ratings of themes and plugins.
27885cc Improve the display of my-sites.php on small screens.
912b434 Customizer: Fix saving menus with empty names or names that are already used.
93a334b Customizer: Remove some non-functional code.
2ce8d2e Customizer: Accessibility enhancements.
492853a Don't let wp-pointers cover the theme detail modal.
bd974d7 Use a less element-specific class name for links within page titles.
2f38353 Check if `commentReply` exists before trying to work with it.
903a125 Remove accidental change to embed
9171271 Don't strip newline in esc_url() when protocol is mailto:
ceaec85 Press This: Rewrite `WP_Press_This::fetch_source_html()` to utilise the HTTP API better without the need for a local temporary file. This reverts [33061] but keeps it's custom UA string.
fc8c36e Press This: Set explicit user agent.
12fba44 Editor: refresh word count quicker
36de491 Don't upgrade global tables to utf8mb4 when `wp_should_upgrade_global_tables()` says not to. Additionally fixes an incorrect conditional in [33057] which would result in the usermeta index being altered twice on Multisite updates.
d651de0 Introduce `wp_should_upgrade_global_tables()` to determine if global tables should be upgraded automatically. Use it throughout the existing upgrade routines.
f85306c Toolbar: Allow submenus to be closed with a second tap on touch devices.
cbacb92 Enable utf8mb4 for MySQL extension users. Previously utf8mb4 was limited to MySQLi users only unintentionally. This change does the following things  * Allows utf8mb4 for the MySQL extension  * Re-runs the utf8->utf8mb4 conversion for single sites, this will do nothing for tables already converted  * Re-runs the utf8->utf8mb4 conversion for global tables in multisite when the environment supports utf8mb4  * Removes upgrade_420() calling as upgrade_430() will perform those changes now instead
a4e803f Use `get_default_comment_status()` globally.
cd7a40b Site Icon: Improve responsiveness for small screen devices.
3fb3d2a Replace `@returns` with `@return` in PHP docblocks.
0d270f6 Site Icon: Skip cropping if image has the correct size.
f2ce960 Add missing prefixed attributes, introduced in [33023].
bcf488f Site Icon: Show correct background preview for transparent images.
4cba374 Make "Preformatted" string in TinyMCE translatable.
f59f2a8 Restore `rel='nofollow'` for comment reply links to reduce extra crawling by search engines.
c919a1c 4.3-beta1-33046
d0e47d5 Customizer: Build flips the panel arrow for RTL on our behalf.
5aba96c 4.3-beta1
da27453 Update `test_filter_wp_nav_menu_args()` after [33035].
cf38b01 Revert [33038] because of objections raised on #22889 and #31590 Built from https://develop.svn.wordpress.org/trunk@33042
edffcb0 Turn of comments for pages by default.
a193eb3 Prevent link to customizer from wrpping on small screens.
d51f1c1 Restore `$noreplytext` default value in `comment_form_title()`
9d11efe Say goodbye to ?replytocom=123 links and their URL pollution.
85d7261 Site icon: Remove option name from `$whitelist_options` for the general options screen.
8f03622 Customizer: Add link to Widgets panel from Menus panel description.
52db283 Customizer: Avoid PHP notices after [32806].
04793dc Fix small typo from [33019].
5041014 Slow down on calling zxcvbn if it isn't loaded.
b4a86c0 Add additional escaping to credits page.
cb93e24 Add a missing "var". see #32589 Built from https://develop.svn.wordpress.org/trunk@33031
78167b8 Customizer: Make reordering menu items via drag and drop easier.
b837d37 Trim trailing space from string in site delete confirmation
8430848 Customizer: Fix height calculation of placeholders when dragging menu items.
699dbed l10n: Update `wp_get_installed_translations()` to support variants of a language.
d9c5529 Improve the tone of key/salts recommendation message.
2b513bf `wp_audio|video_shortcode()` doesn't allow you to pass `id`, the docs shall reflect that.
d03ff4b Close comment quick edit before updating a post.
423a1a7 New password change/set UI.
b1bd2e6 Don't allow `$field` param to be passed to `get_term_link()`.
ca390b2 Allow 'comment_agent' and 'comment_author_IP' to be set via `wp_new_comment()`.
ebb6aa1 Split `upgrade_430()` into two so that `split_all_shared_terms()` runs when `upgrade_430_fix_comments()` bails early.
c261ad2 Expire password reset links after 24 hours (by default). This causes existing password reset links to become invalid.
8e57bef After [32866], change filter name.
275bff1 Fire the `check_admin_referer` action on failure as well as success.
8eb7f71 List tables: A better responsive view.
8f85bb1 Bulk/quick edit: Set the correct colspan.
e460d37 Open closed widget areas when dragging onto them.
5919fdd TinyMCE: update to 4.2.1. Changelog: https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt. Fixes #32801. Built from https://develop.svn.wordpress.org/trunk@33013
ec407bc Customizer: Fresh colors for Reorder Done button.
f18fabc Site Icon: Move admin icon filter to its rightful place.
7cc9a4c Plugins list table: Sort plugins by `Name` by default so translated plugin names get correctly sorted.
d986bbb Squish that .png a bit more. See [32994]. Built from https://develop.svn.wordpress.org/trunk@33009
86ebc13 Remove unnecessary feedback message from `WP_Importer::is_user_over_quota()`.
b214be2 Make `WP_Locale::rtl_src_admin_notice()` translatable.
54424e9 wpdb: Make "WordPress database error:" translatable.
8217b0f Twenty Fifteen: Add missing textdomain.
aa3cb4a Use correct panel id for menus when linking to the customizer.
f051c59 Twenty Fifteen: Use default strings for comments link.
e41b7b4 Image edit: Consistent whitespace for the side boxes.
38e4211 Use existing nomenclature pattern for Site Icon class.
3a2741c Add `assertive` capability to wp.a11y.speak(). Props afercia. See #32600. Built from https://develop.svn.wordpress.org/trunk@33000
b092def Press This: - Add support for the Text editor. - Add auto-scrolling when the caret moves out of the viewport while the user is typing (similarly to editor-expand). - Add auto-resize for the textarea. See #32706. Built from https://develop.svn.wordpress.org/trunk@32999
36b24b0 Provide alt text for uploaded header images.
2a5bf83 Fix `Tests_Post_GetPostClass::test_taxonomy_classes_hit_cache()` after [32994].
a3d9af5 Introduce 'wp_generate_tag_cloud_data' filter.
c91c28d Add some tests for `wp_generate_tag_cloud()`.
c56a8ae Introducing Site Icon, favicon management for WordPress.
2a35e07 XML-RPC: Only escape what we need to in `wp.editPage`, this allows for passwords with the special characters `"'` to work in a request. Props redsweater for initial Patch. Fixes #32703
4605417 wpLink: always attempt to correct the URL before getting the URL field value. Fixes an edge case where the URL was not corrected when the user submitted the form by pressing Enter. Props andfinally. Fixes #32412. Built from https://develop.svn.wordpress.org/trunk@32992
83e33a2 List tables: Bring screen reader text for comments column title to media.
1525010 Deprecate php4 style constructors
a6ebaef Add Deprecated Constructor Function
c9307fc Update Grunt dev-dependencies
0704de8 Customizer: Correct position for menu item delete icon in IE8.
4bbf254 Add missing semicolon
bff91cf Menus: Add a Manage in Customizer link, like we did for Widgets screen in [30459].
b26accf List tables: Select All should not be a column header.
275fc22 Press This: - Save a draft before opening the standard editor window. - While saving a post show Saving... instead of Publish for the main visible part of the split button (same as the Save Draft button before). See #32757. Built from https://develop.svn.wordpress.org/trunk@32983
9665259 Customizer: Increase color contrast ratio for menu locations text.
9e445e3 Customizer: Add an `aria-label` attribute to the Add Items button to improve accessibility.
5b9b3ce When searching for users using the `search` arg in `get_users()`/`WP_User_Query`, also search the user's email, url, and display name.
a59b2ff Update getID3 to 1.9.9
f077b3c Update jQuery to 1.11.3: http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/
36513e9 After [32974], tweak some CSS for focus, etc.
e162bb8 Customizer: Improve previewing setting changes for `show_on_front`, `page_on_front`, and `page_for_posts`.
77f385e Additional style changes to accomodate `<h1>` headings.
7dc1d06 Proper heading for admin screens.
aa6a58f Fix the dismissable notice button focus style, broken in [32475].
c99db2b Media modal: Use better descriptive text for "Remove" buttons.
2ecb586 Customizer: Add an `aria-expanded` attribute to the Add Menu button to improve accessibility.
2d9a46b Customizer: Remove top margin when dragging menu items.
74c7f59 Revert [32702]. The URL may not have an `s` parameter as there are filters in place so that a plugin can return a URL with a completely different structure.
81d0434 TinyMCE: prevent undefined error in `toolbar.hide()`. See #32604. Built from https://develop.svn.wordpress.org/trunk@32968
e311b53 TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS. See #32604. Built from https://develop.svn.wordpress.org/trunk@32967
7715a50 Press This: fix iOS bug that prevents closing of the split button when tapping outside of it. See #32757. Built from https://develop.svn.wordpress.org/trunk@32966
8b12864 `ob_get_contents()` followed by `ob_end_clean()` can be replaced by `ob_get_clean()`.
a0e373e For doc block types, favor `bool` over the few remaining `boolean`s
642af1f Some doc blocks should use `bool` instead of `true|false`
60b8e86 In `WP_Filesystem_Base::chdir|chgrp|chmod()` (all mock `abstract` methods), modify `@return` to include `string` so that subclass `@return`s match.
4032526 Declare visibility for `WP_Locale` methods.
b9e796a TinyMCE: prevent error in the wptextpattern plugin when the first child node in a paragraph is not a text node. See #31441; Built from https://develop.svn.wordpress.org/trunk@32960
4857824 Update Twemoji to 1.4.1 including up to  https://github.com/twitter/twemoji/commit/3c0c13d3a53ba9611098ca867565e7751449adfa (exclude SVG elements). Remove our hacks and adapt wp-emoji.js to use the new image attributes callback. Fixes #32203. Built from https://develop.svn.wordpress.org/trunk@32959
1f75220 TinyMCE, inline link toolbar: fix z-index bug in iOS Safari. See #32604. Built from https://develop.svn.wordpress.org/trunk@32958
7a4c8d8 TinyMCE: add the editor focusing help the Keyboard Shortcuts modal. See #31913. Built from https://develop.svn.wordpress.org/trunk@32957
5f041b3 TinyMCE, inline link toolbar: fix styling on small screens so the displayed URL is not needlessly truncated. See #32604. Built from https://develop.svn.wordpress.org/trunk@32956
a6b7a69 Customizer: Prevent dragging menu items above the main heading.
d99f9d3 Improve error checking in `get_edit_term_link()`.
40ab456 Introduce `WP_UnitTestCase::delete_user()`.
72bf48f In Media microtemplates after [32467], use `<button>` instead of `<a>` for several more non-links.
561ca94 TinyMCE: update the Keyboard Shortcuts help modal, use the TinyMCE UI API instead of an iframe. Props iseulde, azaozz. Fixes #31913. Built from https://develop.svn.wordpress.org/trunk@32951
4df2bd0 Remove an undeeded space concatenation from `wpmu_validate_user_signup()`. This was previously used to prevent `strpos()` returning 0, which is not needed after r32942. See #32444
747b1eb After [32866], fix doc blocks.
7537240 List tables: when post navigation links point to the current page, use `<span>`s and text instead of `<a>`s.
7a26402 After [32896], update `ConvertChars.php` unit tests and rename to `ConvertInvalidEntries.php`.
2518b37 Admin menu: improve accessibility when collapsed.
587c570 After [32796], improve the accessibility and markup for instances of `touch_time()`.
7142248 Press This: better screen reader text for the arrow part of the split button. Props afercia. See #32757. Built from https://develop.svn.wordpress.org/trunk@32944
26855e6 In `get_site_option()` and `get_option()`, ensure that `$notoptions` is an array before writing to it. Prevents a flood of `Cannot use a scalar value as an array`, because `$notoptions` is otherwise set to the result of `wp_cache_get()`, which returns `mixed`.
aaa9996 `wpmu_validate_user_signup()` should strictly check against `false` when using `strpos()`.
b3ecfda `WP_Rewrite::add_rule()` should strictly check against `false` when using `strpos()`.
b9e8ee9 `prep_atom_text_construct()` and `before_last_bar()` should strictly check against `false` when using `str(r)?pos()`.
7453d12 Remove unused code from `WP_Press_This::html()`.
d9bd43c Remove unused code from `WP_MS_Sites_List_Table::display_rows()`.
8005ccf TinyMCE, inline link toolbar: - Add max-width for all floating toolbars. - Ensure the inline link toolbar doesn't exceed the width on small screen devices. - Do not cut/concatenate the URL when it is less than 40 characters long. - Show more of the URL if the beginning part plus the ending part are less than 40 characters long. See #32604. Built from https://develop.svn.wordpress.org/trunk@32937
d3ee649 Press This: support passing `i` parameter to add an image src. Props stephdau, azaozz. Fixes #32173. Built from https://develop.svn.wordpress.org/trunk@32936
eaadfde Define `SCRIPT_DEBUG` early on every load, similarly to `WP_DEBUG`. Remove `defined( 'SCRIPT_DEBUG' )` checks. Fixes #32333. Built from https://develop.svn.wordpress.org/trunk@32935
d4f3428 Press This, split button: wrap the sub-buttons in an unordered list to aid accessibility. Props afercia. See #32757. Built from https://develop.svn.wordpress.org/trunk@32934
b5973e9 Introduce a `no_terms` label for taxonomies. This label is used when indicating that there are no terms in the given taxonomy associated with an object.
af4f2bd wplink: update TinyMCE UI after updating the link
d710b76 TinyMCE: wplink: add inline toolbar
d8b13fa YouTube oEmbed parsing: support the `m` subdomain. Adds unit tests.
f23199c Remove the `whois.arin.net` link from `wp_notify_postauthor()` and `wp_notify_moderator()`. Also, remove from `edit-form-comment.php` and add a new filter: `edit_comment_misc_actions`.
3f448d7 Add `editor_stylesheets` filter to `get_editor_stylesheets()`.
e9758d4 Fix a typo in the DocBlock for `get_plugins()`.
e872f02 Document default values for optional arguments in `edit_term_link()`.
8a6f4cb Add missing documentation for the `$echo` parameter in the DocBlock for `edit_term_link()`.
42fbb65 WP Filesystem: Correctly set the @since for WP_Filesystem_Base::getchmod() added in r32923. This is 2.5.0 as that's when the function become available in all subclasses. See #29548
8f47efe WP Filesystem: Correctly parse the permissions field in the directory listings, and actually set it in FTP environments Props mnelson4 for initial patch. Fixes #29548
dfaa89d Press This: fix spinner position relative to the split button. See #32757. Built from https://develop.svn.wordpress.org/trunk@32922
f8cf80e Press This: ensure proper tab order in the split button. Tweak padding and border color a bit. See #32757. Built from https://develop.svn.wordpress.org/trunk@32921
f4109b0 Press This: convert the Preview | Save | Publish buttons to a split button. See #32757. Built from https://develop.svn.wordpress.org/trunk@32920
0fdc7bb Implement tests for the `upload_mimes` filter to ensure it prevents the upload of disallowed file types.
f4ec9be Implement canonical and `url_to_postid()` tests for child pages which share a post name with other child pages.
3c7ea03 Correct the title used on the user dashboard.
8854256 Because programming is fun. After [32915], `_.find()` will return `undefined` if an empty array is passed - in that case, the function should return `true`.
15bfe75 When filtering media by type in `wp.media.model.Attachments.filters.type()`, account for the library's `type` being an array of full mime-types.
3b88c83 In `wp_prepare_attachment_for_js()`, when setting `filename`, call `wp_basename()` on the result of `get_attached_file()`, not `WP_Post->guid`. `guid` can be set to the result `get_permalink()`, which is not a file path.
f61501f The `query-attachments` AJAX action immediately errors out if the user doesn't have the `upload_files` cap. As such, the Customizer shouldn't show buttons that launch the media modal when the user doesn't have the proper permissions to query attachments.
3ffe2a0 Add `expectedDeprecated` flags to `wp_richedit_pre()` and `wp_htmledit_pre()` unit tests.
fdd0917 In `WP_Comment_Query`, parse meta_query vars after the `pre_get_comments` hook.
03be864 Fix PHP notice in `WP_Tax_Query::get_sql_for_clause()`.
b30b08f Refresh attachment links in the media modal are unneeded since bringing the image editor into it in [27445].
8c7e1b8 In `wp.media.view.UploaderStatus.filename()`, don't truncate the filename.
994881d Add a label to the content field in the Text Widget for screen readers.
744cc75 Sanitize the class passed to `wp_list_bookmarks()` and allow passing an array.
00de0e6 In `unregister_setting()`, search for `$option_name` in a segment of `$new_whitelist_options` keyed by `$option_group`.
d6c644d After [32884], update the default value for `comment_shortcuts`.
b8f49ce List table views: fix missing current class for "All" when logged in as an author.
5a07e4b Add "Scheduled" to post states.
4332d8d Avoid a PHP notice in `WP_Press_This::get_suggested_content()` after [32828].
baa8e83 Fix typo/white space in the docs. See #32425. Built from https://develop.svn.wordpress.org/trunk@32900
e4758f4 Update the TinyMCE initialization: - Replace `wp_htmledit_pre()` and `wp_richedit_pre()` with `format_for_editor()`. - Replace the `'htmledit_pre'` and `'richedit_pre'` filters with `'format_for_editor'`. - Do not run the post content through `wpautop()` in PHP when the visual editor is default. Run the textarea content through the JS wpautop on initializing TinyMCE. - Simplify both editors initialization. - Improve setting of `wpActiveEditor` in Quicktags. - Improve editor.js, use `tinymce.$` when possible. See #32425. Built from https://develop.svn.wordpress.org/trunk@32899
a680859 Pass stylesheet URL as an argument to 'style_loader_tag' filter.
4423739 Use 3-digit x.x.x style for `4.3.0` @since versions.
b9a4fef Update convert_chars(): - Stop trying to remove `<title>` and `<category>` meta tags. They have not been used for many many years. - Replacement of `<br>` with `<br />` and `<hr>` with `<hr />` is not needed for HTML 5.0. Also, these tags are formatted like that by the visual editor. - Replace invalid HTML entities that might be pasted in the Text editor on save instead of on display. Fixes #32335. Built from https://develop.svn.wordpress.org/trunk@32896
095dfe5 Customizer: Fix live preview for menu item titles.
c13cb27 Fix error when dropping files for uploading on the editor before the media modal is initialized. Props rommelxcastro, sebastiantiede. Fixes #32527. Built from https://develop.svn.wordpress.org/trunk@32894
759bcdb Customizer: Escape original title of menu items.
f127478 Customizer: Improve handling of posts with no title.
baeadbb Customizer: Accessibility improvements for menu item searches.
4a13015 Customizer: Don't add a menu item twice when using the keyboard.
2e8245b Customizer: Use valid markup for menu items.
1d953f8 Customizer: Make labels of the menu item reorder buttons translatable.
8fe9d04 Customizer: Replace wrong usage of `_x()` with translator comments.
5c2d8c6 Customizer: Rename label for custom links to "Custom Links", see [31748].
4fdc99d Customizer: Decode HTML entities in the label property of `WP_Customize_Media_Control`.
1077b83 Update the DocBlock for `wp_insert_post()` to exclude now-defunct contact method arguments and clarify others.
9828f90 Editor: add ARIA labels to the Quicktags buttons to improve accessibility. Props afercia, azaozz. Fixes #31522. Built from https://develop.svn.wordpress.org/trunk@32883
e2c7542 Add a changelog entry to the DocBlock for `language_attributes()` noting that it was converted into a wrapper for `get_language_attributes()` in 4.3.
a28f09a Correct inline doc for `$public` in `register_post_status()`.
ada4394 Use `GPL-2.0+` for the value of `license` in `package.json`
92d67bf Use valid markup in `Walker_Nav_Menu_Edit::start_el()` - replace `<d(l|t)>` with `<div>` for `.menu-item-bar` and `.menu-item-handle`.
88743c7 Add missing access modifiers in `class-wp-customize-setting.php`.
eb4cd48 Add missing access modifier to `WP_Customize_Sidebar_Section::json()`.
55b2385 Add missing access modifier to `WP_Customize_Nav_Menus_Panel::wp_nav_menu_manage_columns()`.
dd2ec86 Add missing access modifiers to `WP_Customize_Nav_Menus`.
5e994cd Customizer et al, use `elseif` in PHP, not `else if`. This was corrected via brute force in [31090].
a75961d Add access modifier to `WP_Customize_Nav_Menu_Item_Control::json()`
24bae70 Add access modifier to `WP_Customize_Nav_Menu_Control::json()`
032ea5b Add access modifier to `WP_Upgrader::clear_destination()`
23e02fa Edit Post screen messages need to run preview URLs through the `preview_post_link` filter.
86beb35 Use `<button>` instead of `<a>` for non-link links in Quick Edit.
38037c8 Add `get_language_attributes()`, which is then used by (...drum roll...) `language_attributes()`.
0c866cf Check `is_callable()` in `do_shortcode_tag()`, not `add_shortcode()`. Add a `_doing_it_wrong()` in `do_shortcode_tag()` when `is_callable()` is `false`.
ec6dfc7 Add a filter in `wp_get_attachment_image_src()` called `attachment_image_src`.
cfe78e0 Cleanup `(ms-)?admin-filters.php`
5e1d796 Ugrade MediaElement to 2.17.0 Changelog: https://github.com/johndyer/mediaelement/compare/2.16.4...2.17.0
777d3ba `wptexturize()` improvements: * Make sure that strings ending with a number and quotation mark get the proper smart quotes * Introduce `wptexturize_primes()`, a logic tree to determine whether or not "7'." represents seven feet, then converts the special char into either a prime char or a closing quote char.
b212ee6 Media Library `Bulk Select` button size should be smaller.
c5e088b Improve focus when previewing an oEmbed from Add Media Panel
32dabc1 Don't strip `\0` (backslash+zero) from post content for users without "unfiltered_html"
a28586a Customizer: Improve accessibility of the toggle button in the available menu items panel.
898bb2e Remove allowed tags from comment form.
4e7c057 Check that current changes can be lost before editing another comment.
fd95002 Editor: restructure word count
50e32a1 Keep `WP_Customize_Nav_Menus_Panel` with other panels rather than controls.
8593dc3 When updating plugins/themes verify that the files to be deleted can be modified before starting the deletion process. This will avoid partially deleting an item during update which has inconsistent permissions. This change only affects those using the direct & ssh transports as FTP's is_writable() currently always returns `true`. Fixes #30921
a21f890 Remove a redundant index drop, it'll be dropped and re-created a few lines further down. Fixes a warning during updating from 4.0 or earlier. Fixes #31388 for trunk
503b80b Fix using `htmlspecialchars()` whit the `$double_encode` parameter. PHP < 5.4 doesn't validate the entities. Props miqrogroove. Fixes #17780. Built from https://develop.svn.wordpress.org/trunk@32851
d8c93a0 Since PHP 5.2.3, the `htmlspecialchars()` function has an optional `$double_encode` parameter, which we can now use. This will save us a few expensive kses/html decoding calls.
f632756 Correct the docs for the `post_type_labels_{$post_type}` filter.
f5fa907 Customizer: Improve accessibility of Add Menu Items button and its panel.
f39edce Autoprefixer for [32844]. Built from https://develop.svn.wordpress.org/trunk@32847
4b7ce55 Add singular.php to template hierarchy
09c4444 Make sure that all Gravatars are generated by `get_avatar()` or at least run through `apply_filters( 'get_avatar', $avatar )` for the sake of extensibility.
c1a9c4b Semanticize Help and Screen Options toggle.
81df9bf Use https for Google API external libraries.
d872f38 Show the posts meta box by default in Appearance > Menus.
f7f14ae More consistent spacing around the excerpt textarea.
dd3b146 Use `assertFalse()` rather than `assertNull()` in `Tests_WP_Customize_Setting::test_is_current_blog_previewed()`.
92123c1 Make sure `$_SERVER['SERVER_NAME']` is set whenever `wp_mail()` is called in PHPUnit tests.
2e5e0bd When updating a user, only send email-change notification if email address is passed.
6105fca Add filters to `wp_uni…
tareiking pushed a commit to tareiking/Chassis that referenced this pull request Sep 29, 2015
759f3d8 Tag 4.3.1 Built from https://develop.svn.wordpress.org/tags/4.3.1@34204
cbcc1cb Finish bumping the 4.3 branch to 4.3.1.
540e1f8 Bump 4.3 branch to 4.3.1.
5bb3476 Comments: When setting the `colspan` value for inline edit/reply, make sure it's actually a table and the value is not empty.
9c57f3a XMLRPC: Don't allow private posts to be sticky.
f72b21a Shortcodes: don't allow unclosed HTML elements in attributes
f91a5fd List tables: escape user e-mails
5fe5a0e Passwords: Trigger a `wp-check-valid-field` event when the password field is filled with a password by `generatePassword()`.
12b08da Settings, password field: Fix placement of the error icon and removal of the error class.
cca2659 Passwords: Deprecate second parameter of `wp_new_user_notification()`.
bf8ffcc Comments: Fix inline edit/reply on small screens.
bff564e Passwords: Refresh password fields when content is pasted into fields.
17ae4e9 Settings: reassign the label when switching password fields so it always highlights the visible field.
9f25a30 Multisite: Display content attribution drop down when deleting a user
b04ce4a Site Icon: For preview fall back to `full` size URL when `thumbnail` size doesn't exist.
2a95fc3 About: Remove period from placeholder.
e52a251 Users: Import the global var `$wp_hasher` in `wp_new_user_notification()`.
a10c2ba TinyMCE: ensure the `wordpress` plugin is loaded before calling `_createToolbar()`.
26093bd TinyMCE: update to 4.2.5, changelog: http://www.tinymce.com/develop/changelog/?ctrl=version&act=index&pr_id=1.
de170f4 Formatting: fix removing line break placeholders from HTML comments at the end of wpautop().
e1149c9 WPDB: `get_table_from_query()` didn't find table names with hyphens in them.
516ee5f Prevent unintended password change after clicking "Generate Password" and then "Cancel" when editing a user profile.
8c51f55 Pass the `$public_only` value to 'get_usernumposts' filter.
5b64378 When creating "Sample Page" on install, comments should be closed.
d8ab8aa In `Walker_CategoryDropdown::start_el()`, cast values to strings before deciding whether to append 'selected' attribute.
7e56cfc Customizer: Prevent JS error during init when `nav_menus` panel is removed by plugin.
758d53b Customizer: Collapse any expanded panel/sections before expanding other panel/sections.
00342ec Customizer: Ensure persistence of unchanged `active` state for controls, sections, and panels.
23ef197 Customize: Fix logic for determining the container element when focusing on a panel, section, or control.
e7bb78b WP_Filesystem: SSH2 handler: Remove support for is_writable() via SSH, it turns out PHP doesn't verify the writability via SFTP and instead uses a comparison based on the current php system process user instead of the ssh user. This fixes the 'The update cannot be installed because we will be unable to copy some files.' error encountered during updates by skipping the write test completely.
7f29687 Revert [33845]
f0706a0 Term Splitting: Switch to a faster cron unschedule process to benefit sites with thousands of affected jobs. Fix the cron hook name in the failsafe rescheduler.
7cfe2d2 Revert [33688] which removed all branches/4.3 files due to a sync script error.
4e96fc9 Widgets: Switch back to using `array_key_exists()` instead of `isset()` for widget instance existence check.
0b648f1 Revert [33614] which removed all branches/4.3 files due to a sync script error.
7f86f37 Term Splitting: Fix a reversal of parameters to wp_schedule_single_event() introduced in [33621]. The existing invalid cron entries will not be purged automatically (as the 'timestamp' is never matched) so we do this ourselves.
cf4e51f Branch 4.3. Built from https://develop.svn.wordpress.org/branches/4.3@33634
2e73c24 WordPress 4.3
e36a91e About: Use actual locale and not subtitle debug cruft.
d55738d About: Update release video to use the correct ID.
2f514a6 When generating a fallback `post_name` using the post ID, `wp_insert_post()` should clear the post cache immediately.
6b9b32c 4.3-RC3-33629
cd937b6 4.3-RC3
96a6f0a Pinking shears. Built from https://develop.svn.wordpress.org/trunk@33627
ce55706 Upgrade: Update `$_old_files` for 4.3.
69146f6 Passwords: Use `keyup` event to prevent IE8's misinterpretation of `propertychange`.
2de7757 Fix creating of extra `<br />` tags in both PHP and JS variants of wpautop(). Add PHP tests to catch similar problems in the future. Props valendesigns, azaozz. Fixes #33377. Built from https://develop.svn.wordpress.org/trunk@33624
50e42e8 List tables: Yet more primary column fallbacks.
dfcf1d0 Editor: Exclude `shift` from modifier keys when handling spacebar shortcuts.
dba7c50 Don't run term-splitting routine on new installations.
e6bc624 Passwords: Restore second parameter for `wp_new_user_notification()`.
52a7082 Don't suspend cache invalidation when running term splitting batch routine.
1880411 Menu customizer: Ensure the search results section is full height.
9ee7f05 Customize: Fix keyboard accessibility for toggling screen options and contextual help.
69a03fd Remove unit test related to pre-4.1 term splitting during `wp_update_term()`.
151d273 Term splitting routine should be run in a separate process, triggered via wp-cron.
f74a907 Capabilities: Fall back to the `edit_posts` capability for orphaned comments.
35f8b77 About: Third pass at 4.3 about page:
4a1f50f After [33325], supply a missing `post_type` in `->mw_editPost()`.
2c9e813 When splitting a shared 'nav_menu' term, ensure that nav items and theme locations are retained.
7fcc3e5 Customize: Fix layout issues in panels and sections when resizing and autofocusing.
3bfd096 Fix paste typos in upgrade.php. Props tellyworth. Fixes #33206. Built from https://develop.svn.wordpress.org/trunk@33609
08743e4 After [32948]: Account for the use of `paginate_links()` with table navigation markup.
be9d89d Tests: Update Site Icon tests to account for changes in [33605].
dfa53a1 Site Icon: Improvements to Site Icon API.
731c255 Site icon: Rearrange function parameters to avoid frequently passing empty values.
48712a0 Customize: Limit styles for menu's reorder button to the `nav_menu` control.
d030823 Network admin: Internationalize some existing strings that were missed in [33186].
7e2cec4 Customizer: Rename `WP_New_Menu_Customize_Control` to `WP_Customize_New_Menu_Control` for consistency.
aace7c2 Function documentation: Fix a broken docbock introduced with [32642]. See #32444.
e9e88d0 Shortcodes: Trim whitespace after sanitizing the shortcode output.
45b8634 Customizer: Remove obsolete `.control-panel-back` and `.customize-overlay-close` buttons.
bd34257 List tables: Adjust width of Quick Edit labels for longer translations.
e2b10da Upgrade: Skip the sitecategories table when it doesn't exist (Global Terms is disabled). Props nofearinc, obenland, SergeyBiryukov, and pento. Fixes #33206
04c21a0 Customizer: Restore Shift + Clicking on widgets to open the widgets panel.
f673128 Install: Adjust `th` padding to align with `td`s.
f8136f2 Fix `do_shortcode('<[shortcode]')` edge case. Props miqrogroove. Merges [33499] trunk. See #33116.
6bd6069 Remove all existing internal feature pointers.
718271d TinyMCE: fix inline toolbar repositioning for inline editors
d60e2ee Only use a bare URL when the link text field is used.
309516a Move media hooks out of `admin-filters.php` as sometimes editors are used on the front end.
4a31dd6 Comments: Update help text for new comment bubbles.
1b28296 wpLink: Make sure the link wrapper is the last element in the body, otherwise the inline editor toolbar may show up above the backdrop.
1e5b0ff Multisite: Use single URL input when editing sites in a subdirectory configuration
2678bd9 Customizer: Restore default `fallback_cb` arg for `wp_nav_menu()` calls in customizer preview.
34d50e6 TinyMCE: wplink: fix WPLinkPreview for multiple editors
2fbdeae WordPress 4.3-RC2-33572. Built from https://develop.svn.wordpress.org/trunk@33572
ca7fe3e WordPress 4.3-RC2. Built from https://develop.svn.wordpress.org/trunk@33571
198cdb1 Multisite mails: Initialize `$current_user` before accessing `$current_user->user_login`.
55a4ce4 TinyMCE: wptextpattern: trim whitespace
40e12ab JSHint for [33528]: remove logging
70128fe Comments: IDs are integers. Built from https://develop.svn.wordpress.org/trunk@33555
a9b3f12 Heartbeat: Ensure post locks are released. Built from https://develop.svn.wordpress.org/trunk@33542
12b0257 Nav menus: Adjust redundant titles in accessibility helpers. Built from https://develop.svn.wordpress.org/trunk@33540
86823a6 Customizer: Use `hash_equals()` for widgets. Built from https://develop.svn.wordpress.org/trunk@33535
a3e45db Customizer: Add QUnit tests for menus.
63d1389 TinyMCE: fix initializing the editor on switching Text => Visual when the Text editor is loaded first. Props stuartshields, peterwilsoncc, netweb, azaozz. Fixes #33192. Built from https://develop.svn.wordpress.org/trunk@33527
b7f9555 Customizer: Fix failing tests on PHP 5.2 after [33488].
8b91700 Fix PHP notice after [33492].
0e1476d Editor: word count: Remove indentation from the translator comment.
684d54e TinyMCE: update to 4.2.3, changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Fixes #33203. Built from https://develop.svn.wordpress.org/trunk@33516
e7b4ca0 Remove debug cruft from [33511].
f70ef0c 4.3-RC1-33514
f087cce 4.3-RC1
9a1d80e TinyMCE: wptextpattern: stop propagation on undo
ea8f8ac Menu customizer: More clearly separate search results from available items.
3dfce31 Customizer: Improve focus styles for screen option and help toggles.
fb59c76 TinyMCE: remove the spare string for the keyboard shortcuts modal. See #31441. Built from https://develop.svn.wordpress.org/trunk@33509
9069d66 TinyMCE: wptextpattern: undo on esc after enter
e384cda TinyMCE: wptextpattern: reorder undo
4837a3a Fix a unit test failure after [33489].
727123d Customizer: Switch buttons to match the focus order with the visual order.
c96977e TinyMCE: fix (again) the text in the keyboard shortcuts modal for the changed patterns. See #31441. Built from https://develop.svn.wordpress.org/trunk@33504
6142cb7 Customizer: This circular focus thing is hot.
a5aa0dc Nav menus: Make the selector for the edit menu item link more specific. Prevents clashing with other elements which have the same class.
c987117 TinyMCE: fix the text in the keyboard shortcuts modal for the changed patterns. See #31441. Built from https://develop.svn.wordpress.org/trunk@33501
5720007 Customizer: Stack the menu gear icon below the help icon for more text breathing room.
9152362 About: Second pass at 4.3 about page.
7ace034 Press This: properly add Open Sans to the editor, using the `mce_css` filter. See #26072. Fixes #33189. Built from https://develop.svn.wordpress.org/trunk@33497
a4bc3da Customizer: Update `nav_menu_locations[...]` controls to remove placeholder menus from the dropdown options upon Save & Publish.
61dd2bf Persist (and mask) the password on the install screen if the install does not proceed due to errors.
05965d8 Make the multisite new user messages reflect that reset links are sent, not passwords.
bdc30ce Customizer: Remove redundant translated string.
8679a93 Themes: Remove legacy theme preview.
49b3ad2 Twenty Fifteen: Only re-initialize the main navigation in the Customizer when it is specifically updated.
7b7ae2e Comments list table: Display that cute lil comment bubble.
d22adb0 Ensure the caption shortcode outputs a valid HTML ID.
bf9d148 Customizer: Ensure that all existing menus are shown in the Custom Menu widget's dropdown.
dc4c2fa Upgrade: Lowercase the "s" in `remove_all_filters()`.
9728057 Change send_pass_change_email to send_password_change_email (better name).
c5719ba Make the "using default password" nag more accurate.
926006e TinyMCE: views: correct cursor position after paste
a5ed94a Customizer: Add an `aria-expanded` attribute to Edit menu item toggles.
d1e7225 Press This: correct link on the post screens
bca4465 Do not re-generate the password after pressing "cancel". Persist the state.
6910709 Autogenerate passwords that more reliably fit within their inputs.
0217951 Re-work user-profile.js so the password meter works in IE8 and password managers can fill multiple times.
dbcff0b Add CloudUp to our oEmbed provider whitelist.
3bed2e3 Omit the "(required)" text for password on the install screen.
ff32df7 Use the `embed_maybe_make_link` filter to test WP_Embed::autoembed(). See #33106. Built from https://develop.svn.wordpress.org/trunk@33470
15a7d98 Protect newlines inside of `CDATA`. This was breaking things, notably inline JS that used comments for HTML standards compat.
fa25fe8 Fix updating of nonces on the Edit Post screen after the log in expires and the user logs in again. Props iseulde, azaozz. Fixes #33098. Built from https://develop.svn.wordpress.org/trunk@33468
49ac027 About: Remove translation functions until strings are final.
4cac764 About: First pass at WordPress 4.3 About page.
959f366 Lose the clunky `setTimeout()` code and just track the password value changes.
a4e751a TinyMCE: iOS: wrap long strings
387d94a Themes: Update readme files.
96e340b Plugins list table: Make selector for Details links more specific to prevent the Description header from being announced as "clickable".
0e28880 Fill empty TinyMCE paragraphs with a dummy `<br />` on all browsers.
fd320b5 Customizer: Make a string translatable, see [33413].
5d3fba3 XML-RPC: Don't rely on `include_path` to include files, use `dirname()` instead.
974c153 TinyMCE: wptextpattern: fix typo and make it faster
ca03839 Twenty Eleven: Fix "Skip to content" links appearance after [31464].
13a1818 Replace empty table header with a table cell.
e6904bc WPDB: When checking the encoding of strings against the database, make sure we're only relying on the return value of strings that were sent to the database. Also make sure that we're not trying to sanity check strings that've been marked as not needing sanity checking.
a48604e Customizer: Hide empty space in footer on small screens since it is only populated on larger screens.
3e36b24 Remove broken/dead colour scheme code
f78068c TinyMCE: wptextpattern: headings on enter
4a73f82 Add Initial JS Unit Tests for Menu Customizer
d92795d Passwords UI: clean up the new JS in `wp-admin/js/user-profile.js`.
c478eee Bundled Themes: Bump version numbers and update POT files.
9f466ea i18n tools: Use https for `msgid-bugs-address` URLs. Built from https://develop.svn.wordpress.org/trunk@33448
4965581 Don't blindly trust the output of `glob()` to be an array.
0b0c456 Site Icon: Minor cleanup for `WP_Site_Icon` after [33329].
94aefe5 Customizer: Use correct spelling when instantiating `CustomizeImageCropper`.
2a516d6 Menus: Readjust screen options toggle icon.
72c9164 Switch explicitly from `nightly` to `7.0` for Travis, for clarity.
bc64ce5 Merge two similar strings about insufficient permissions.
84f900b Move the translator note added in [33437] directly before the string it applies to.
491c863 Editor: word count: better names for types.
b2b53fd Fix the padding for the feature filter box on the Add Themes screen.
5abcb69 Toggle between dashicons-hidden and dashicons-visibility in the password hide/show button.
8e264b4 Add a translator note for the fix in r33387
48a1c86 Comment string tweaks: * Merge two strings about an invalid comment ID. * Add missing context to 'Mark as Spam' string. * Merge two 'In Response To' strings, replace redundant context with a translator comment.
1a05a5a Merge some similar media-related strings.
a883227 Multisite: Introduce a singular string for user removal (we already have one for deletion).
fbd8a43 Merge two duplicate strings.
67618d5 Merge similar strings for plugin update permissions.
8203431 Merge duplicate strings related to Trash.
a92b1d0 TinyMCE: remove role=tab from the keyboard shortcuts help dialog. See #33031. Built from https://develop.svn.wordpress.org/trunk@33430
170eef2 TinyMCE: fix accessibility for the keyboard shortcuts help dialog. Props afercia, azaozz. Fixes #33031. Built from https://develop.svn.wordpress.org/trunk@33429
63dc60e JSHint for [33426]
d8eaaf6 Use explicit variable variable syntax
d44c684 TinyMCE: views: use media setting to get post ID
2eb77f7 Remove `svn:executable` from test files. Built from https://develop.svn.wordpress.org/trunk@33425
54e3899 Update `Test_WP_Customize_Nav_Menus::test_available_items_template()` after [33413].
93baee0 Comment status box: Move focus back to Edit link when changing the date.
275f10e Customizer: Set a correct default for `nav_menu_locations` setting.
a1fef4c Update help text after [33368].
bd0f6a2 Remove unused `pw-weak` ID attributes.
19dc4bb Revert [31849] and [33351]
8830708 Editor: fit images
ba90097 TinyMCE: inline toolbar: reduce size arrow
0433e25 Editor: add space around aligned images
87aaf3b TinyMCE: restore support for `<script>` tags. See #33083. Built from https://develop.svn.wordpress.org/trunk@33414
de86d6b Customizer: Add missing text or labels to some nav menu UI controls.
edf256f Customizer: Hide inactive reorder buttons for menu items from assistive technologies.
d8e8ad4 Pinking shears.
4583323 Menus: Account for browsers that set a default margin for buttons.
d512633 Comments: Normalize button color on hover in alt color schemes.
7c59893 Comments: Align author form label with its field labels below.
bed0290 Docs: Fix incorrect indentation for the `wp_xmlrpc_server->wp_getPostFormats()` DocBlock.
aa8229a Dashicons: Fix font ID in SVG file.
9cd32c7 Docs: Correct the possible return types and corresponding descriptions for `wp_get_post_terms()`.
3a97d2a Customizer: Update JS variable to reference renamed data attribute for available nav menu object.
8d4a693 Tests: Add a new test file missed in [33359].
765714a Switch to a more performant query in meta_form().
d2893c5 Prevent 1Password from thinking the text "log in" should trigger a password save prompt
9682eb0 Do not propagate empty passwords from the hidden form field.
8d72575 Fix vertical alignment of the eye in the "hidden" dashicon to match "visibility".
333957f TinyMCE, inline link toolbar: add a bit more specificity to the selectors in editor.css to fix overriding in IE < 10. See #32604. Built from https://develop.svn.wordpress.org/trunk@33372
a3f7fdf 4.3-beta4-33371
514124b 4.3-beta4
92395fd TinyMCE: update to 4.2.2. Changelog: https://github.com/tinymce/tinymce/blob/master/changelog.txt. Fixes #33033, #33042. See #33083. Built from https://develop.svn.wordpress.org/trunk@33369
7aa41d1 Improve the "sessions" section strings.
8ce90da Move password and session items into "Account Management" profile section.
d5ce83c Customizer: Introduce `customize_nav_menu_available_item_types` and `customize_nav_menu_available_items` filters.
31ca0cd Soothe JSHint's rankled spirits Built from https://develop.svn.wordpress.org/trunk@33365
1ef4025 Introduce a Cancel button and onUnload warning for password changes.
f08f12f Fix up and normalize pw_weak/pw-weak IDs and labels.
ae03a8a Make password field toggling work in IE8, and clean up a bunch of password CSS issues.
c3e0ed7 Shortcodes: Improve the reliablity of shortcodes inside HTML tags.
fe5a844 Capabilities: When creating an auto-draft, ensure that the current user still has permission to do so.
0f61e18 Site Icon: Create custom sizes for images that don't need cropping.
a0e830d Nav Menus: Add a Menus title with Manage in Customizer button to nav-menus.php
e5340ea Widgets screen: while dragging a widget over a closed sidebar refresh only the widgets in the current sidebar instead of all widgets in all sidebars. Props chriscct7. Fixes #33015. Built from https://develop.svn.wordpress.org/trunk@33354
45bfab3 Passwords: Add password strength meter feedback for screen readers.
482f174 Publish box: move focus when the animation is done
d8980f9 TinyMCE: add min-width to the placeholder images for the more and nextpage tags to fix them in themes that force width = auto. Fixes #33022. Built from https://develop.svn.wordpress.org/trunk@33351
8a09012 TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS. Fixes #32604. Built from https://develop.svn.wordpress.org/trunk@33350
253d9db Publish box: focus first date field on edit
d827a71 Publish box: apply changes post.js to comment.js
23712a8 Customizer: Nav Menus JS cleanup, second round
146befe Customizer: Add label for menu names when editing a menu.
4e8fc7b Customizer: Nav Menus JS cleanup, first round
5015997 Editor: word count: exclude HTML comments and entities
bf481ed After [33325], add a doc summary.
d349e9c Revert [32466], I will pick this up in 4.4.
52f6aeb Publish box: fix leading zeros in date format
262c1a7 Publish box: fix strange date format after change
4dcfd3e Customizer: Avoid duplicate IDs and remove role presentation from menu items reorder button. Follow-up to [33074].
1ab1197 TinyMCE: views: make sure gallery captions update
1d92ed1 JSHint: don't redeclare globals listed in .jshintrc
f1e604e Customize: Align screen options toggle with info icon.
8dad70c Tests: Remove test for `delete_site_icon()`.
f9c88fc Toolbar: Restore scroll-to-top functionality.
0ccb9c4 Site Icon: Center initial crop position.
f535f28 Site Icon: Improve vertical spacing in preview.
7c75a6d Passwords: Use small screen styles for all small screens.
7725d25 Use WP's version number after monkey-patch in [33329].
3248497 Site Icon: Add crop preview to the media modal.
8041554 Customizer: Fix previewing certain changes to nav menus.
412013a Allow HTML/entities in the Active Theme Name in the themes.php & Customizer templates.
432f989 Ensure that private posts cannot be made sticky via Quick Edit. DRY the logic for stickies in `wp_xmlrpc_server` by introducing `->_toggle_sticky()`.
2166b4a JSHint: Use 'global' rather than 'globals' for inline configuration.
9100925 Customizer: Indicate when there are no nav menu items available for a given type.
afd7a8e Customizer: Finish unit tests for nav menus.
a36d50f Customizer: Prevent `wp-a11y` from being needlessly enqueued in the customizer preview.
e9b6d25 Editor: word count: count astrals as one character
0729c70 Update the description for `get_the_category()` with helpful information for the proper function to use for custom taxonomies.
909dde9 Customizer: Move "Menu options" heading outside of a nav menu auto-add control's label.
a6cb4b2 WPDB: `::strip_text_from_query()` doesn't pass a length to `::strip_invalid_text()`, which was causing queries to fail when they contained characters that needed to be sanity checked by MySQL.
6759a21 WPDB: Remove some of the complexities in `::strip_invalid_text()` associated with switching character sets between queries. Instead of trying to dynamically change connection character sets, we now rely on the value of `::charset`. This also fixes the case where queries were being blocked when `DB_CHARSET` was `utf8`, but the column character set was non-`utf8`.
f9980c7 wpLink: fix vertical alignment of the fields labels. Part props daniluk4000. Fixes #32829. Built from https://develop.svn.wordpress.org/trunk@33300
f00d1e6 Editor: word count: exclude shortcodes
dac985c Editor: Add Media should be a button
e9f33a9 Customizer: Ensure consistent margins in sections.
0a24f1b Improve function description for `wp_transition_post_status()`.
add46de Editor: word count: remove redundant script enqueuing
24594de TinyMCE: inline toolbar: fix memory leaks
54b5b3c Editor: DFW: hide udate message
e098c0e Editor: word count: exclude more characters
f7f8347 Editor: word count: update translator message
bbccb9c Editor: word count: add `all` type
25a9a18 TinyMCE: fix visual regressions (2)
9c61c05 4.3-beta3-33288
97b844b 4.3-beta3
7946fba TinyMCE, keyboard shortcuts help: make the popup wider to easily accommodate translations. Part props ocean90. See #31441; Built from https://develop.svn.wordpress.org/trunk@33286
952564e TinyMCE: fix visual regressions
59ad07b Toolbar: Ensure icons are colored correctly in alternate schemes.
0f37c66 Customizer: Defer updating nav menu item `tabIndex` attributes until pane is reflowed.
8c9eb43 Customizer: Hide the transport list when it's empty, especially for screen readers.
3271513 Feeds: Revert [32765] because of objections raised in #4575.
2883bbb Customize: Provide a default way to save cropped images.
4cb73cf Customizer: Fix element focus after menu item is deleted for keyboard accessibility.
080a4ad Properly clean up header image data when the attachment is deleted.
f28b182 WPDB: When checking that text isn't too long to insert into a column, `LONGTEXT` columns could fail, as their length is longer than `PHP_INT_MAX`. Treating their length as a `float` instead of an `int` fixes this.
f75fe69 Update password meter to match new color guidelines.
cf7e138 Docs: Update the DocBlock descriptions for a variety of template functions to better reflect that the dynamic `$type_template` hook can be used to filter the template path.
f7f4a97 Docs: Clarify the hook docs for the `{$type}_template` hook to mention that non-alphanumeric characters delimiting words will also be removed from the passed `$type` parameter.
84419a5 Update the descriptions for `get_front_page_template()` and `get_comments_popup_template()` to reference the correct dynamic hook names.
7c218ab After [33148]: Don't nest `esc_attr()` and `htmlspecialchars()` when escaping the post title on the edit post screen.
4d34e37 List Tables: * In `->handle_row_actions()`, bail immediately if `$primary` and `$column_name` do not match. Saves us a nesting level and avoids declaring code that is unusable. * In `WP_List_Table::single_row_columns()`, allow `_column_{$name}` to be called dynamically by core to avoid having to override the entirety of `->single_row_columns()` in `WP_MS_Users_List_Table` and `WP_Posts_List_Table` * In `WP_MS_Sites_List_Table`, `id` is not a column.
4f94d3a Media: Don't indent action links if there is no media icon.
2a0ddf8 Media: Reduce link noise between icons and titles in list view.
9de28a2 Monkey patch MediaElement to include a PR that restores responsive videos in Firefox: https://github.com/johndyer/mediaelement/pull/1531
4182df2 List tables: Even more robust fallback for the primary column.
1f18ef8 Login: Reflect new password flow in registration form.
88e669b Use default parameter when getting the default avatar type.
542e011 Media: Remove `post_type` variable, unused since [32676].
28ce032 In `wp_unique_post_slug()`, only prevent date archive conflicts when the slug is being changed.
5a1618b When creating a new post with an empty `post_name` and `post_title`, don't generate a `post_name` that conflicts with a date archive permalink.
4ee0da1 WPDB: When extracting the table name from a query, we had a 1000 character limit on the SQL string that would be searched. This was a hangover from when the code was imported from HyperDB, and isn't appropriate for Core, where a wider range of queries are likely to be run.
43077a6 Updates: When performing an ajax plugin update, rely upon `wp_update_plugins()` to check the contents of the transient and return early if no request needs to be made. This works around a bug where custom update handlers are injecting an update into an empty transient, malforming the transient and causing update failures. Fixes #32198 for trunk
c5bd855 Customizer: Improve performance of menus by caching results of `wp_setup_nav_menu_item()` calls.
0ae5642 Tests: Use a data provider when testing site flags in `update_blog_details()`.
20f6a94 Tests: Use a data provider when testing path slashing in `update_blog_details()`.
8e01406 Tests: Move `update_blog_details()` tests to their own file.
62c6bd8 Editor: Center-align Publish/Update spinner on small-screen devices.
f020fab Password: Improve display of password meter on login screen.
6b350ba Require dependencies when appropriate in some unit test files.
e4305c7 Passwords: Make show/hide toggle translatable.
a929b8e Fix the same typo again in the hook doc summary for the `send_pass_change_email` filter.
9de2f22 Fix a typo in the hook docs summary for the `send_pass_change_email` filter.
7e3f0cf Passwords: New UI for install screen.
8ef2cd1 Fix the inline documentation syntax in the hook docs for the `email_change_email` filter, introduced in 4.3.
86f21b4 Fix the inline documentation syntax in the hook docs for the `password_change_email` filter, introduced in 4.3.
284b726 Fix the inline documentation syntax in the hook docs for the `send_email_change_email` filter, added in 4.3.
96ed705 Fix the inline documentation syntax in the hook docs for the `send_pass_change_email` filter, added in 4.3.
668bdf6 Wrap a long changelog entry description in the DocBlock for `count_user_posts()`.
f4328b2 Add an extra line before the hook doc for the `editor_stylesheets` filter begins.
08ad571 Fix inline documentation syntax in the DocBlock for `get_singular_template()`, added in 4.3.
137357b Fix formatting in the DocBlock for `_split_shared_term()`.
6b5728c Properly mark the `$query_var` parameter as optional in the DocBlock for `WP_Rewrite->add_endpoint()`.
e6dd566 Add better line wrapping and syntax improvements to the description for `wp_resolve_numeric_slug_conflicts()`, added in 4.3.
47b1aca Remove a now-unnecessary inline `@see` tag from the description for `add_rewrite_endpoint()`.
9e94263 Wrap a long changelog entry description in the DocBlock for `get_post_type_labels()`.
92d342f Fix the parameter description syntax in the hook docs for the `wp_safe_redirect_fallback` filter, added in 4.3.
4e74b79 Fix the parameter description syntax in the hook docs for the `wp_get_nav_menu_object` filter, added in 4.3.
6639c34 Fix inline documentation syntax in the DocBlock for `WP_Meta_Query->has_or_relation()`, added in 4.3.
71a7b8c Remove now-unnecessary inline `@see` tag from the DocBlock for `wp_dropdown_languages()`.
9619558 Fix inline documentation syntax for the `language_attributes()` DocBlock.
2d14bd0 Fix inline documentation syntax in the DocBlock for `get_language_attributes()`, introduced in 4.3.
ffb8736 Fix the summary hook vernacular for the `site_icon_meta_tags` filter docs.
ceec5ac Fix inline documentation syntax for a few general-purpose functions and hooks added in 4.3.
9e12c71 Fix inline documentation syntax for two formatting functions added in 4.3.
2163288 Fix summaries for new feed functions added in 4.3.
536cddd Fix inline documentation syntax for `get_default_comment_status()`, introduced in 4.3.
b72f822 Add a missing `$html` parameter variable in the hook docs for the `style_loader_tag` filter.
c6cff37 Fix syntax and add missing `@access` tags to a variety of methods and properties in `WP_Customize_Nav_Menu_Item_Setting` added in 4.3.
d1a84b6 Fix syntax and add missing `@access` tags to a variety of methods added to `WP_Customize_Section`, `WP_Customize_Nav_Menu_Section`, and `WP_Customize_New_Menu_Section` in 4.3.
2475426 Fix syntax and add missing `@access` tags to a variety of methods added to `WP_Customize_Nav_Menus_Panel` in 4.3.
65a4946 Fix syntax and add missing `@access` tags to various methods in `WP_Customize_Nav_Menus`, added in 4.3.
442f8fa Fix parameter descriptions for two methods added to `WP_Customize_Manager` in 4.3.
eb5b641 Fix missing or inconsistent parameter descriptions for constructors in `WP_Customize_Control`, `WP_Customize_Color_Control`, `WP_Customize_Media_Control`, `WP_Customize_Image_Control`, `WP_Customize_Background_Image_Control`, `WP_Customize_Site_Icon_Control`, `WP_Customizer_Header_Image_Control`, and `WP_Customize_Nav_Menu_Item_Control`.
34f0605 Fix inline documentation syntax, and/or add missing `@access` tags for a variety of Customizer subclasses and methods added in 4.3.
665c393 Fix summaries for for `WP_User->__call()` and `wp_roles()`, both added in 4.3.
7ab106e Fix the summary and parameter description for `wp_admin_bar_customize_menu()` added in 4.3.
e4ecc7e Fix summaries and add missing `@global` descriptions to the `upgrade_430_fix_comments()` and `split_all_shared_terms()` functions added in 4.3.
f9194e3 Add a description for the dynamic portion of the `nav_menu_items_{$post_type_name}_recent` filter added in 4.3.
2d0721a Fix the summary for the `WP_Users_List_Table->get_default_primary_column_name()` method added in 4.3.
0322d0e Fix inline documentation syntax in the `WP_Upgrader->clear_destination()` method added in 4.3.
d932607 Passwords: Add trailing periods in new strings.
f9070e1 Fix summaries for two methods added to `WP_Terms_List_Table` in 4.3.
281d2ed Passwords: Improve display of show/hide toggle for touch and small-screen devices.
050e95d Re-add parameter names to the `add()` DocBlock in `wptextpattern` accidentally replaced only with descriptions in [33200].
d1a3d2e Add missing summaries, `@access` tags, and some parameter descriptions for methods added to `WP_Links_List_Table` in 4.3.
5b34f6f Add a true return description to the `test()` method added to wpEmoji in 4.3.
2829827 Site Icon: Add Android-specific app icon.
12e970c Minor documentation fixes for the `wp.a11y.speak()` and `addContainer()` DocBlocks.
a6687bc Add true descriptions to parameters for the `add()` method for `wptextpattern`, added in 4.3.
5ebb685 Add missing summaries, `@access` tags, and some parameter descriptions for methods added to `WP_MS_Sites_List_Table` in 4.3.
8822958 Improving formatting for various pieces of inline documentation in the new `WP_Site_Icon` class added in 4.3.
b2cc4de Add missing summaries, `@access` tags, and some parameter descriptions to methods added to `WP_Posts_List_Table` in 4.3.
9a2261d Fix the DocBlock summary for `WP_Plugins_List_Table->get_primary_column_name()`, added in 4.3.
3361f39 Add missing summaries and parameter descriptions to new methods added to `WP_MS_Users_List_Table` in 4.3.
1d95cf1 Handle MS Sites bulk action verification separately from individual actions.
5961dbb Add missing summaries to new methods added to `WP_MS_Themes_List_Table` in 4.3.
f3eba15 Place the locale inside the md5 hash in the dashboard RSS feed widget transient key to prevent the transient timeout option name becoming longer than the allowed field size.
72b383b Customizer: Fix broken cap check in `WP_Customize_Nav_Menus::ajax_search_available_items`.
396cc7b Correct a parameter name in the docs for `wp_insert_category()`.
ae50d09 Customizer: Disambiguate a menu's auto-add pages option from preceding menu location checkboxes.
58de0d0 Tests: Check downsized images against dynamic rather than static filename when original is expected.
4bd5e2d TinyMCE: - Go back to encoding the editor content only when TinyMCE is used. - Add check and encode `</textarea>` if present. See #32425. Built from https://develop.svn.wordpress.org/trunk@33187
a5f6dd3 Network Admin: Improved header information in Edit Site tabs.
562f49d Add explicit testing for `pre_get_space_used()` filter.
c122491 Exclude individual site directories when calculating space used for the main site.
1f7a3bc Append the current locale to dashboard RSS widget cache keys so they refresh accordingly when the locale is changed.
50b32fc Add Unit Tests for get_objects_in_term()
43ae0c0 Site Icon: Unit tests for `WP_Site_Icon` and its API.
13ab10f Site Icon: Improve a11y in Settings.
967b04a Add missing summaries and `@access` tags to methods added to `WP_Media_List_Table` in 4.3.
d7c887f Fix the summaries for a few methods and hooks added to `WP_List_Table` in 4.3.
c333809 Fix the summary and add a missing variable in the hook docs for the `edit_comment_misc_actions` filter.
703d4c2 Fix filter doc vernacular for the new `wp_ajax_cropped_attachment_id` hook added in 4.3.
6deae61 Add dbDelta insert test
cfa6e60 Nav menus: Add an ID attribute to the menu select box to link it with the label.
9f0506e Add better handling for actions and messaging in MS Sites List Table row actions
72e83d6 Restrict search inputs in network dashboard's Right Now to max width of 100%.
b8ffa8e Restrict textarea fields in network setup to a max width of 100%.
0241081 TinyMCE, shortcuts help popup: do not use translatable strings for the keys. See #31441. Built from https://develop.svn.wordpress.org/trunk@33170
5a59c29 s/nestwork/network/ for network dashboard Right Now styles.
1cd0605 Improve formatting of network dashboard's Right Now actions on 320px screens.
b0bdcf3 Customizer: Remove unused string.
153511f Password UI: The non-breaking space doesn't need to be translatable. Add some context to password strength strings.
4f32f8e Improve styling of `.themes-php` header on mobile devices.
daa5113 Customizer: Merge two strings.
cb2782a Customizer: Replace non-visible error messages for nav menus with error codes.
8b31074 Improve styling of `#adduser` text inputs on mobile devices.
0a64d94 Nav menus: Restore menu id in hidden input.
0dbe4d6 Set autocapitalize to none, autocorrect to off for new username inputs on iOS.
b99d7d9 Press This: make the font size in the Text editor similar to the Visual editor. Fix buttons padding. Fixes #32706. Built from https://develop.svn.wordpress.org/trunk@33159
58af8a0 Better context for autofocused elements for screen readers.
0ca06cd Customizer: Force top margin to be zero for a new created nav menu to avoid extra spacing.
9868325 Press THis: do not change the split button box-shadow on hover. Fixes #32757. Built from https://develop.svn.wordpress.org/trunk@33156
6e73f12 List tables: Better accessibility and design for the comments bubble.
f29e504 Site Icon: Add Customizer UI.
75d6c10 Customizer: Use a `<button>` for the collapse sidebar … button.
f0db1e0 Customizer: Replace the plus icon for `#available-menu-items .item-add` with a thinner one, see [33126].
bff15bf Customizer: Improve markup for available menu items.
106b067 Customizer: Use the new dashicon for the Preview/Customize toggle in narrow screens.
41a8b24 List tables: Remove a black colored separator in Quick Edit for pages.
6cc3a90 Revert [32851] and [32850] for now, tl;dr encoding issues.
3e292a2 Toolbar: Don't show the customize link in the admin.
70a8c3e List tables: Better focus styling for the row toggle.
e023d86 Update Akismet external to 3.1.3 in trunk.
8431399 Fix missing period in missing site error.
eb26a74 Avoid PHP notice when attempting to edit a site that does not exist.
0bc0b0c Do not allow deletion of a super admin user through `wpmu_delete_user()`.
6963767 Remove debug cruft from [33124].
7e51b69 TinyMCE: when deleting an image, ensure the wrapping link (if any) is deleted too. Fixes the erroneous showing of the link toolbar after deleting an image. Also small readability fix. See #32604. Built from https://develop.svn.wordpress.org/trunk@33141
d5de83f 4.3-beta2-33140
323eb22 4.3-beta2
3e58b38 Customizer: Remove additional wrapper element around `wp_nav_menu()` which broke some theme designs.
73d57e6 Add/Edit User: Move weak password label to the checkbox.
5fff9d1 Customizer: Use `visibility` to hide available widgets and menu items panels from screen readers and to move them out of tab order.
e8c6340 Improvements to responsive styling on my-sites.php.
3f64c0e Customizer: Defer listening to nav menu setting changes until active.
28ecfd8 Updates: Select All should not be a column header.
54428b5 Spinners: Ensure one appears in the lost connection notice.
9e26f1d Customizer: Prevent loss of `walker` and `fallback_cb` args for `wp_nav_menu`.
28c1600 Toolbar: Disambiguate links to the dashboard vs. to the customizer.
4ec14ee Remove grunt-autoprefixer in favor of grunt-postcss with autoprefixer
4cd7909 TinyMCE, Press This: add the `wptextpattern` plugin to the Press This editor. See #31441. Built from https://develop.svn.wordpress.org/trunk@33128
cacf51c TinyMCE: add help for the text patterns to the shortcuts help popup. See #31441. Built from https://develop.svn.wordpress.org/trunk@33127
34eb53b Dashicons: Update to the latest files.
da3571f Skip the `Tests_Option_Transient::test_nonexistent_key_old_timeout()` tests on multisite for now.
efda1ae Update PHPMailer to 5.2.10 from 5.2.7.
0ec584c Remove PHP4 constructors from Unit Tests
30e478b Move `get_default_comment_status()` to `wp-includes/comment.php` to sit alongside `get_comment_statuses()`.
1276096 Menus: Restore visibility of up/down arrows for reordering menu items with JS disabled.
4f93c26 Customizer: Prevent preview from loading during QUnit tests and causing an XHR cross-domain error.
e2cbf49 Introduce unit tests for `sanitize_option()`.
bc745f8 Allow shortcode parameter names (attributes) to contain dashes.
9c3bc85 Ensure error messages look like, well, errors.
6c90a44 After [32980], update the docs to reflect that `display_name` is now included when searching for users in some scenarios.
6b034b6 In `wp_insert_user()`, comparing an email address against the user's old email address should not be case-sensitive.
0deed4b In `install_dashboard()` (`plugin-install`, FWIW), make sure `slug` is populated and degrease the unfortunate whitespace that was present.
2cc8269 Hide notices introduced in [30505] on about page.
52c2567 Menus: Respect context when linking to the Customizer.
ee9cb55 Respect the special case of having only one theme.
92fe9c9 Transients: If `get_option( $transient_timeout )` returns false, don't bother trying to delete the transient in `get_transient()`.
acad0e2 Better styling for `.form-invalid` inputs.
7bbf64a Dashicons: Update to the latest files.
e5c6186 Menu customizer: Ensure item type doesn't collide with the handle focus glow.
0b04608 Show row actions on focus for the dashboard comment list.
958cde5 List tables: Ensure special CSS for the title column gets applied.
81c2f54 List tables: Add a fallback for the primary column.
ffb1de3 Ensure that Custom Links in menu's are marked as current regardless of their scheme. Props McGuive7, marsjaninzmarsa. Fixes #32221
9e7a2f9 Use `assertEqualSets()` in `WP_Query::parse_tax_query()` tests.
df22068 List tables: Account for comments being reused on the post edit screen.
c9027b0 Assign proper active class when showing plugin updates in network admin
2d6edf0 List tables: Get rid of double borders for plugins and themes on narrow screens.
6fff730 List tables: Ensure the no items message appears on narrow screens.
3faebf4 Remove unused `$current_site` global in MS Sites list table
c9a29b0 Check for all required caps before (un)sticking a post.
2096b45 In `WP_Query::parse_tax_query()`, allow taxonomy querystring to be formatted as an array.
a62cc94 Customizer: Register controls and settings for `nav_menu_locations` even when there are no menus yet.
7b7fe01 Twenty Fifteen: don't hyphenate input elements. Fixes #32880. Built from https://develop.svn.wordpress.org/trunk@33093
ae2cafe Twenty Fifteen: Display sidebar background color with Header Image.
c65b89b In `wp.media.model.Attachments.filters.type()`, return `true` earlier if `type` isn't set.
fa1b659 Merge two `class` attributes in `WP_Customize_Media_Control::content_template()` and `wp_print_media_templates()`.
a3c1814 Customizer: Ensure that a newly-added nav menu item gets the Original link populated in its control.
b2e725e Fix opening closed widget areas when dragging a widget over them. Props polevaultweb. Fixes #13524. Built from https://develop.svn.wordpress.org/trunk@33088
c543f98 Plugins list table: Add an `aria-label` attribute with the plugin name to plugin action links to provide context for screen reader users.
72ae151 Remove deprecated constructor notice.
cc43eae Deprecate PHP4 style contructor in Twenty Eleven's Ephemera widget.
664b037 Site Icon: Switch to using H1 headings.
eee4049 Usernames in multisite should be restricted to 60 characters or fewer.
67142f5 Don't autocapitalize or autocorrect domain or path when adding a new site in iOS.
767ed1e Use the full site URL in `choose_primary_blog()` when a user is a member of only one site.
5ab785b Only output Save Changes in My Sites when a user is a member of more than one site.
ddff6fe Don't capitalize words in a sentence after comma.
bcc1670 Customizer: Remove HTML tags from two translatable strings.
340f1e1 Customizer: Fix `tabindex` of reorder buttons for menu items with depth 1 and 10.
b229946 Plugins list table: Use case-insensitive sorting.
cf22cd7 Site Icon: Remove date dropdown from media modal.
200463d Customizer: Improve descriptive text and focus for menu items reorder button.
86499fc Synchronize star ratings of themes and plugins.
27885cc Improve the display of my-sites.php on small screens.
912b434 Customizer: Fix saving menus with empty names or names that are already used.
93a334b Customizer: Remove some non-functional code.
2ce8d2e Customizer: Accessibility enhancements.
492853a Don't let wp-pointers cover the theme detail modal.
bd974d7 Use a less element-specific class name for links within page titles.
2f38353 Check if `commentReply` exists before trying to work with it.
903a125 Remove accidental change to embed
9171271 Don't strip newline in esc_url() when protocol is mailto:
ceaec85 Press This: Rewrite `WP_Press_This::fetch_source_html()` to utilise the HTTP API better without the need for a local temporary file. This reverts [33061] but keeps it's custom UA string.
fc8c36e Press This: Set explicit user agent.
12fba44 Editor: refresh word count quicker
36de491 Don't upgrade global tables to utf8mb4 when `wp_should_upgrade_global_tables()` says not to. Additionally fixes an incorrect conditional in [33057] which would result in the usermeta index being altered twice on Multisite updates.
d651de0 Introduce `wp_should_upgrade_global_tables()` to determine if global tables should be upgraded automatically. Use it throughout the existing upgrade routines.
f85306c Toolbar: Allow submenus to be closed with a second tap on touch devices.
cbacb92 Enable utf8mb4 for MySQL extension users. Previously utf8mb4 was limited to MySQLi users only unintentionally. This change does the following things  * Allows utf8mb4 for the MySQL extension  * Re-runs the utf8->utf8mb4 conversion for single sites, this will do nothing for tables already converted  * Re-runs the utf8->utf8mb4 conversion for global tables in multisite when the environment supports utf8mb4  * Removes upgrade_420() calling as upgrade_430() will perform those changes now instead
a4e803f Use `get_default_comment_status()` globally.
cd7a40b Site Icon: Improve responsiveness for small screen devices.
3fb3d2a Replace `@returns` with `@return` in PHP docblocks.
0d270f6 Site Icon: Skip cropping if image has the correct size.
f2ce960 Add missing prefixed attributes, introduced in [33023].
bcf488f Site Icon: Show correct background preview for transparent images.
4cba374 Make "Preformatted" string in TinyMCE translatable.
f59f2a8 Restore `rel='nofollow'` for comment reply links to reduce extra crawling by search engines.
c919a1c 4.3-beta1-33046
d0e47d5 Customizer: Build flips the panel arrow for RTL on our behalf.
5aba96c 4.3-beta1
da27453 Update `test_filter_wp_nav_menu_args()` after [33035].
cf38b01 Revert [33038] because of objections raised on #22889 and #31590 Built from https://develop.svn.wordpress.org/trunk@33042
edffcb0 Turn of comments for pages by default.
a193eb3 Prevent link to customizer from wrpping on small screens.
d51f1c1 Restore `$noreplytext` default value in `comment_form_title()`
9d11efe Say goodbye to ?replytocom=123 links and their URL pollution.
85d7261 Site icon: Remove option name from `$whitelist_options` for the general options screen.
8f03622 Customizer: Add link to Widgets panel from Menus panel description.
52db283 Customizer: Avoid PHP notices after [32806].
04793dc Fix small typo from [33019].
5041014 Slow down on calling zxcvbn if it isn't loaded.
b4a86c0 Add additional escaping to credits page.
cb93e24 Add a missing "var". see #32589 Built from https://develop.svn.wordpress.org/trunk@33031
78167b8 Customizer: Make reordering menu items via drag and drop easier.
b837d37 Trim trailing space from string in site delete confirmation
8430848 Customizer: Fix height calculation of placeholders when dragging menu items.
699dbed l10n: Update `wp_get_installed_translations()` to support variants of a language.
d9c5529 Improve the tone of key/salts recommendation message.
2b513bf `wp_audio|video_shortcode()` doesn't allow you to pass `id`, the docs shall reflect that.
d03ff4b Close comment quick edit before updating a post.
423a1a7 New password change/set UI.
b1bd2e6 Don't allow `$field` param to be passed to `get_term_link()`.
ca390b2 Allow 'comment_agent' and 'comment_author_IP' to be set via `wp_new_comment()`.
ebb6aa1 Split `upgrade_430()` into two so that `split_all_shared_terms()` runs when `upgrade_430_fix_comments()` bails early.
c261ad2 Expire password reset links after 24 hours (by default). This causes existing password reset links to become invalid.
8e57bef After [32866], change filter name.
275bff1 Fire the `check_admin_referer` action on failure as well as success.
8eb7f71 List tables: A better responsive view.
8f85bb1 Bulk/quick edit: Set the correct colspan.
e460d37 Open closed widget areas when dragging onto them.
5919fdd TinyMCE: update to 4.2.1. Changelog: https://github.com/tinymce/tinymce-dist/blob/master/changelog.txt. Fixes #32801. Built from https://develop.svn.wordpress.org/trunk@33013
ec407bc Customizer: Fresh colors for Reorder Done button.
f18fabc Site Icon: Move admin icon filter to its rightful place.
7cc9a4c Plugins list table: Sort plugins by `Name` by default so translated plugin names get correctly sorted.
d986bbb Squish that .png a bit more. See [32994]. Built from https://develop.svn.wordpress.org/trunk@33009
86ebc13 Remove unnecessary feedback message from `WP_Importer::is_user_over_quota()`.
b214be2 Make `WP_Locale::rtl_src_admin_notice()` translatable.
54424e9 wpdb: Make "WordPress database error:" translatable.
8217b0f Twenty Fifteen: Add missing textdomain.
aa3cb4a Use correct panel id for menus when linking to the customizer.
f051c59 Twenty Fifteen: Use default strings for comments link.
e41b7b4 Image edit: Consistent whitespace for the side boxes.
38e4211 Use existing nomenclature pattern for Site Icon class.
3a2741c Add `assertive` capability to wp.a11y.speak(). Props afercia. See #32600. Built from https://develop.svn.wordpress.org/trunk@33000
b092def Press This: - Add support for the Text editor. - Add auto-scrolling when the caret moves out of the viewport while the user is typing (similarly to editor-expand). - Add auto-resize for the textarea. See #32706. Built from https://develop.svn.wordpress.org/trunk@32999
36b24b0 Provide alt text for uploaded header images.
2a5bf83 Fix `Tests_Post_GetPostClass::test_taxonomy_classes_hit_cache()` after [32994].
a3d9af5 Introduce 'wp_generate_tag_cloud_data' filter.
c91c28d Add some tests for `wp_generate_tag_cloud()`.
c56a8ae Introducing Site Icon, favicon management for WordPress.
2a35e07 XML-RPC: Only escape what we need to in `wp.editPage`, this allows for passwords with the special characters `"'` to work in a request. Props redsweater for initial Patch. Fixes #32703
4605417 wpLink: always attempt to correct the URL before getting the URL field value. Fixes an edge case where the URL was not corrected when the user submitted the form by pressing Enter. Props andfinally. Fixes #32412. Built from https://develop.svn.wordpress.org/trunk@32992
83e33a2 List tables: Bring screen reader text for comments column title to media.
1525010 Deprecate php4 style constructors
a6ebaef Add Deprecated Constructor Function
c9307fc Update Grunt dev-dependencies
0704de8 Customizer: Correct position for menu item delete icon in IE8.
4bbf254 Add missing semicolon
bff91cf Menus: Add a Manage in Customizer link, like we did for Widgets screen in [30459].
b26accf List tables: Select All should not be a column header.
275fc22 Press This: - Save a draft before opening the standard editor window. - While saving a post show Saving... instead of Publish for the main visible part of the split button (same as the Save Draft button before). See #32757. Built from https://develop.svn.wordpress.org/trunk@32983
9665259 Customizer: Increase color contrast ratio for menu locations text.
9e445e3 Customizer: Add an `aria-label` attribute to the Add Items button to improve accessibility.
5b9b3ce When searching for users using the `search` arg in `get_users()`/`WP_User_Query`, also search the user's email, url, and display name.
a59b2ff Update getID3 to 1.9.9
f077b3c Update jQuery to 1.11.3: http://blog.jquery.com/2015/04/28/jquery-1-11-3-and-2-1-4-released-ios-fail-safe-edition/
36513e9 After [32974], tweak some CSS for focus, etc.
e162bb8 Customizer: Improve previewing setting changes for `show_on_front`, `page_on_front`, and `page_for_posts`.
77f385e Additional style changes to accomodate `<h1>` headings.
7dc1d06 Proper heading for admin screens.
aa6a58f Fix the dismissable notice button focus style, broken in [32475].
c99db2b Media modal: Use better descriptive text for "Remove" buttons.
2ecb586 Customizer: Add an `aria-expanded` attribute to the Add Menu button to improve accessibility.
2d9a46b Customizer: Remove top margin when dragging menu items.
74c7f59 Revert [32702]. The URL may not have an `s` parameter as there are filters in place so that a plugin can return a URL with a completely different structure.
81d0434 TinyMCE: prevent undefined error in `toolbar.hide()`. See #32604. Built from https://develop.svn.wordpress.org/trunk@32968
e311b53 TinyMCE, inline link toolbar: tweak styling on small screens to fix wrapping in iOS. See #32604. Built from https://develop.svn.wordpress.org/trunk@32967
7715a50 Press This: fix iOS bug that prevents closing of the split button when tapping outside of it. See #32757. Built from https://develop.svn.wordpress.org/trunk@32966
8b12864 `ob_get_contents()` followed by `ob_end_clean()` can be replaced by `ob_get_clean()`.
a0e373e For doc block types, favor `bool` over the few remaining `boolean`s
642af1f Some doc blocks should use `bool` instead of `true|false`
60b8e86 In `WP_Filesystem_Base::chdir|chgrp|chmod()` (all mock `abstract` methods), modify `@return` to include `string` so that subclass `@return`s match.
4032526 Declare visibility for `WP_Locale` methods.
b9e796a TinyMCE: prevent error in the wptextpattern plugin when the first child node in a paragraph is not a text node. See #31441; Built from https://develop.svn.wordpress.org/trunk@32960
4857824 Update Twemoji to 1.4.1 including up to  https://github.com/twitter/twemoji/commit/3c0c13d3a53ba9611098ca867565e7751449adfa (exclude SVG elements). Remove our hacks and adapt wp-emoji.js to use the new image attributes callback. Fixes #32203. Built from https://develop.svn.wordpress.org/trunk@32959
1f75220 TinyMCE, inline link toolbar: fix z-index bug in iOS Safari. See #32604. Built from https://develop.svn.wordpress.org/trunk@32958
7a4c8d8 TinyMCE: add the editor focusing help the Keyboard Shortcuts modal. See #31913. Built from https://develop.svn.wordpress.org/trunk@32957
5f041b3 TinyMCE, inline link toolbar: fix styling on small screens so the displayed URL is not needlessly truncated. See #32604. Built from https://develop.svn.wordpress.org/trunk@32956
a6b7a69 Customizer: Prevent dragging menu items above the main heading.
d99f9d3 Improve error checking in `get_edit_term_link()`.
40ab456 Introduce `WP_UnitTestCase::delete_user()`.
72bf48f In Media microtemplates after [32467], use `<button>` instead of `<a>` for several more non-links.
561ca94 TinyMCE: update the Keyboard Shortcuts help modal, use the TinyMCE UI API instead of an iframe. Props iseulde, azaozz. Fixes #31913. Built from https://develop.svn.wordpress.org/trunk@32951
4df2bd0 Remove an undeeded space concatenation from `wpmu_validate_user_signup()`. This was previously used to prevent `strpos()` returning 0, which is not needed after r32942. See #32444
747b1eb After [32866], fix doc blocks.
7537240 List tables: when post navigation links point to the current page, use `<span>`s and text instead of `<a>`s.
7a26402 After [32896], update `ConvertChars.php` unit tests and rename to `ConvertInvalidEntries.php`.
2518b37 Admin menu: improve accessibility when collapsed.
587c570 After [32796], improve the accessibility and markup for instances of `touch_time()`.
7142248 Press This: better screen reader text for the arrow part of the split button. Props afercia. See #32757. Built from https://develop.svn.wordpress.org/trunk@32944
26855e6 In `get_site_option()` and `get_option()`, ensure that `$notoptions` is an array before writing to it. Prevents a flood of `Cannot use a scalar value as an array`, because `$notoptions` is otherwise set to the result of `wp_cache_get()`, which returns `mixed`.
aaa9996 `wpmu_validate_user_signup()` should strictly check against `false` when using `strpos()`.
b3ecfda `WP_Rewrite::add_rule()` should strictly check against `false` when using `strpos()`.
b9e8ee9 `prep_atom_text_construct()` and `before_last_bar()` should strictly check against `false` when using `str(r)?pos()`.
7453d12 Remove unused code from `WP_Press_This::html()`.
d9bd43c Remove unused code from `WP_MS_Sites_List_Table::display_rows()`.
8005ccf TinyMCE, inline link toolbar: - Add max-width for all floating toolbars. - Ensure the inline link toolbar doesn't exceed the width on small screen devices. - Do not cut/concatenate the URL when it is less than 40 characters long. - Show more of the URL if the beginning part plus the ending part are less than 40 characters long. See #32604. Built from https://develop.svn.wordpress.org/trunk@32937
d3ee649 Press This: support passing `i` parameter to add an image src. Props stephdau, azaozz. Fixes #32173. Built from https://develop.svn.wordpress.org/trunk@32936
eaadfde Define `SCRIPT_DEBUG` early on every load, similarly to `WP_DEBUG`. Remove `defined( 'SCRIPT_DEBUG' )` checks. Fixes #32333. Built from https://develop.svn.wordpress.org/trunk@32935
d4f3428 Press This, split button: wrap the sub-buttons in an unordered list to aid accessibility. Props afercia. See #32757. Built from https://develop.svn.wordpress.org/trunk@32934
b5973e9 Introduce a `no_terms` label for taxonomies. This label is used when indicating that there are no terms in the given taxonomy associated with an object.
af4f2bd wplink: update TinyMCE UI after updating the link
d710b76 TinyMCE: wplink: add inline toolbar
d8b13fa YouTube oEmbed parsing: support the `m` subdomain. Adds unit tests.
f23199c Remove the `whois.arin.net` link from `wp_notify_postauthor()` and `wp_notify_moderator()`. Also, remove from `edit-form-comment.php` and add a new filter: `edit_comment_misc_actions`.
3f448d7 Add `editor_stylesheets` filter to `get_editor_stylesheets()`.
e9758d4 Fix a typo in the DocBlock for `get_plugins()`.
e872f02 Document default values for optional arguments in `edit_term_link()`.
8a6f4cb Add missing documentation for the `$echo` parameter in the DocBlock for `edit_term_link()`.
42fbb65 WP Filesystem: Correctly set the @since for WP_Filesystem_Base::getchmod() added in r32923. This is 2.5.0 as that's when the function become available in all subclasses. See #29548
8f47efe WP Filesystem: Correctly parse the permissions field in the directory listings, and actually set it in FTP environments Props mnelson4 for initial patch. Fixes #29548
dfaa89d Press This: fix spinner position relative to the split button. See #32757. Built from https://develop.svn.wordpress.org/trunk@32922
f8cf80e Press This: ensure proper tab order in the split button. Tweak padding and border color a bit. See #32757. Built from https://develop.svn.wordpress.org/trunk@32921
f4109b0 Press This: convert the Preview | Save | Publish buttons to a split button. See #32757. Built from https://develop.svn.wordpress.org/trunk@32920
0fdc7bb Implement tests for the `upload_mimes` filter to ensure it prevents the upload of disallowed file types.
f4ec9be Implement canonical and `url_to_postid()` tests for child pages which share a post name with other child pages.
3c7ea03 Correct the title used on the user dashboard.
8854256 Because programming is fun. After [32915], `_.find()` will return `undefined` if an empty array is passed - in that case, the function should return `true`.
15bfe75 When filtering media by type in `wp.media.model.Attachments.filters.type()`, account for the library's `type` being an array of full mime-types.
3b88c83 In `wp_prepare_attachment_for_js()`, when setting `filename`, call `wp_basename()` on the result of `get_attached_file()`, not `WP_Post->guid`. `guid` can be set to the result `get_permalink()`, which is not a file path.
f61501f The `query-attachments` AJAX action immediately errors out if the user doesn't have the `upload_files` cap. As such, the Customizer shouldn't show buttons that launch the media modal when the user doesn't have the proper permissions to query attachments.
3ffe2a0 Add `expectedDeprecated` flags to `wp_richedit_pre()` and `wp_htmledit_pre()` unit tests.
fdd0917 In `WP_Comment_Query`, parse meta_query vars after the `pre_get_comments` hook.
03be864 Fix PHP notice in `WP_Tax_Query::get_sql_for_clause()`.
b30b08f Refresh attachment links in the media modal are unneeded since bringing the image editor into it in [27445].
8c7e1b8 In `wp.media.view.UploaderStatus.filename()`, don't truncate the filename.
994881d Add a label to the content field in the Text Widget for screen readers.
744cc75 Sanitize the class passed to `wp_list_bookmarks()` and allow passing an array.
00de0e6 In `unregister_setting()`, search for `$option_name` in a segment of `$new_whitelist_options` keyed by `$option_group`.
d6c644d After [32884], update the default value for `comment_shortcuts`.
b8f49ce List table views: fix missing current class for "All" when logged in as an author.
5a07e4b Add "Scheduled" to post states.
4332d8d Avoid a PHP notice in `WP_Press_This::get_suggested_content()` after [32828].
baa8e83 Fix typo/white space in the docs. See #32425. Built from https://develop.svn.wordpress.org/trunk@32900
e4758f4 Update the TinyMCE initialization: - Replace `wp_htmledit_pre()` and `wp_richedit_pre()` with `format_for_editor()`. - Replace the `'htmledit_pre'` and `'richedit_pre'` filters with `'format_for_editor'`. - Do not run the post content through `wpautop()` in PHP when the visual editor is default. Run the textarea content through the JS wpautop on initializing TinyMCE. - Simplify both editors initialization. - Improve setting of `wpActiveEditor` in Quicktags. - Improve editor.js, use `tinymce.$` when possible. See #32425. Built from https://develop.svn.wordpress.org/trunk@32899
a680859 Pass stylesheet URL as an argument to 'style_loader_tag' filter.
4423739 Use 3-digit x.x.x style for `4.3.0` @since versions.
b9a4fef Update convert_chars(): - Stop trying to remove `<title>` and `<category>` meta tags. They have not been used for many many years. - Replacement of `<br>` with `<br />` and `<hr>` with `<hr />` is not needed for HTML 5.0. Also, these tags are formatted like that by the visual editor. - Replace invalid HTML entities that might be pasted in the Text editor on save instead of on display. Fixes #32335. Built from https://develop.svn.wordpress.org/trunk@32896
095dfe5 Customizer: Fix live preview for menu item titles.
c13cb27 Fix error when dropping files for uploading on the editor before the media modal is initialized. Props rommelxcastro, sebastiantiede. Fixes #32527. Built from https://develop.svn.wordpress.org/trunk@32894
759bcdb Customizer: Escape original title of menu items.
f127478 Customizer: Improve handling of posts with no title.
baeadbb Customizer: Accessibility improvements for menu item searches.
4a13015 Customizer: Don't add a menu item twice when using the keyboard.
2e8245b Customizer: Use valid markup for menu items.
1d953f8 Customizer: Make labels of the menu item reorder buttons translatable.
8fe9d04 Customizer: Replace wrong usage of `_x()` with translator comments.
5c2d8c6 Customizer: Rename label for custom links to "Custom Links", see [31748].
4fdc99d Customizer: Decode HTML entities in the label property of `WP_Customize_Media_Control`.
1077b83 Update the DocBlock for `wp_insert_post()` to exclude now-defunct contact method arguments and clarify others.
9828f90 Editor: add ARIA labels to the Quicktags buttons to improve accessibility. Props afercia, azaozz. Fixes #31522. Built from https://develop.svn.wordpress.org/trunk@32883
e2c7542 Add a changelog entry to the DocBlock for `language_attributes()` noting that it was converted into a wrapper for `get_language_attributes()` in 4.3.
a28f09a Correct inline doc for `$public` in `register_post_status()`.
ada4394 Use `GPL-2.0+` for the value of `license` in `package.json`
92d67bf Use valid markup in `Walker_Nav_Menu_Edit::start_el()` - replace `<d(l|t)>` with `<div>` for `.menu-item-bar` and `.menu-item-handle`.
88743c7 Add missing access modifiers in `class-wp-customize-setting.php`.
eb4cd48 Add missing access modifier to `WP_Customize_Sidebar_Section::json()`.
55b2385 Add missing access modifier to `WP_Customize_Nav_Menus_Panel::wp_nav_menu_manage_columns()`.
dd2ec86 Add missing access modifiers to `WP_Customize_Nav_Menus`.
5e994cd Customizer et al, use `elseif` in PHP, not `else if`. This was corrected via brute force in [31090].
a75961d Add access modifier to `WP_Customize_Nav_Menu_Item_Control::json()`
24bae70 Add access modifier to `WP_Customize_Nav_Menu_Control::json()`
032ea5b Add access modifier …
nylen pushed a commit to nylen/wordpress-develop-svn that referenced this pull request Feb 16, 2017
…deos in Firefox:

mediaelement/mediaelement#1531

Props joemcgill.
Fixes #32722.


git-svn-id: https://develop.svn.wordpress.org/trunk@33267 602fd350-edb4-49c9-b593-d223f7449a82
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firefox have issue with responsive width
2 participants