WordPress/wp-admin/includes
Dion Hulse cbacb92dae 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

The index shortenings should have still taken place on utf8 sites previously, so there's no need to run those again. 

Props kovshenin, pento, dd32
Fixes #32127 for trunk.

Built from https://develop.svn.wordpress.org/trunk@33055


git-svn-id: http://core.svn.wordpress.org/trunk@33026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-07-03 03:26:24 +00:00
..
admin-filters.php Site Icon: Move admin icon filter to its rightful place. 2015-06-30 23:26:25 +00:00
admin.php Use existing nomenclature pattern for Site Icon class. 2015-06-30 14:37:27 +00:00
ajax-actions.php
bookmark.php
class-ftp-pure.php Deprecate php4 style constructors 2015-06-28 15:27:24 +00:00
class-ftp-sockets.php Deprecate php4 style constructors 2015-06-28 15:27:24 +00:00
class-ftp.php Deprecate php4 style constructors 2015-06-28 15:27:24 +00:00
class-pclzip.php Deprecate php4 style constructors 2015-06-28 15:27:24 +00:00
class-wp-comments-list-table.php List tables: A better responsive view. 2015-07-01 01:31:25 +00:00
class-wp-filesystem-base.php
class-wp-filesystem-direct.php
class-wp-filesystem-ftpext.php
class-wp-filesystem-ftpsockets.php
class-wp-filesystem-ssh2.php
class-wp-importer.php Remove unnecessary feedback message from WP_Importer::is_user_over_quota(). 2015-06-30 20:32:25 +00:00
class-wp-links-list-table.php
class-wp-list-table.php List tables: A better responsive view. 2015-07-01 01:31:25 +00:00
class-wp-media-list-table.php List tables: Bring screen reader text for comments column title to media. 2015-06-28 15:44:25 +00:00
class-wp-ms-sites-list-table.php List tables: A better responsive view. 2015-07-01 01:31:25 +00:00
class-wp-ms-themes-list-table.php
class-wp-ms-users-list-table.php List tables: A better responsive view. 2015-07-01 01:31:25 +00:00
class-wp-plugin-install-list-table.php
class-wp-plugins-list-table.php Plugins list table: Sort plugins by Name by default so translated plugin names get correctly sorted. 2015-06-30 22:31:25 +00:00
class-wp-posts-list-table.php List tables: A better responsive view. 2015-07-01 01:31:25 +00:00
class-wp-press-this.php Replace @returns with @return in PHP docblocks. 2015-07-02 21:05:24 +00:00
class-wp-site-icon.php Site Icon: Improve responsiveness for small screen devices. 2015-07-02 21:16:24 +00:00
class-wp-terms-list-table.php
class-wp-theme-install-list-table.php
class-wp-themes-list-table.php
class-wp-upgrader-skins.php
class-wp-upgrader.php
class-wp-users-list-table.php List tables: A better responsive view. 2015-07-01 01:31:25 +00:00
comment.php
continents-cities.php
dashboard.php
deprecated.php Deprecate php4 style constructors 2015-06-28 15:27:24 +00:00
export.php
file.php
image-edit.php
image.php
import.php Add (more) missing doc blocks to wp-admin/includes/*. 2015-05-29 21:17:27 +00:00
list-table.php
media.php
menu.php
meta-boxes.php
misc.php
ms-admin-filters.php
ms-deprecated.php
ms.php
nav-menu.php
plugin-install.php
plugin.php
post.php Use get_default_comment_status() globally. 2015-07-02 22:32:25 +00:00
revision.php
schema.php
screen.php
taxonomy.php
template.php Introducing Site Icon, favicon management for WordPress. 2015-06-29 12:58:25 +00:00
theme-install.php
theme.php
translation-install.php
update-core.php
update.php
upgrade.php Enable utf8mb4 for MySQL extension users. Previously utf8mb4 was limited to MySQLi users only unintentionally. 2015-07-03 03:26:24 +00:00
user.php New password change/set UI. 2015-07-01 14:48:24 +00:00
widgets.php