Wordpress/wp-admin
Andrew Ozz 619caa5c73 Make iPad support usable again, add viewport meta, see #18863
git-svn-id: https://develop.svn.wordpress.org/trunk@18926 602fd350-edb4-49c9-b593-d223f7449a82
2011-10-10 04:19:05 +00:00
..
css Fix postbox containers when there are no visible postboxes in them, fixes #18882 2011-10-09 00:05:38 +00:00
images UI touches for the single media button. see #17578. 2011-10-05 21:07:04 +00:00
includes Make iPad support usable again, add viewport meta, see #18863 2011-10-10 04:19:05 +00:00
js Make iPad support usable again, add viewport meta, see #18863 2011-10-10 04:19:05 +00:00
maint
network Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
user Make the dashboard screen (index.php) occupy the same menu index across all admins (site/network/user). Props wpmuguru. fixes #17751 2011-09-30 16:47:02 +00:00
about.php Add new 'about this version' page (with filler content) and menu item. see #18742. 2011-09-21 23:20:26 +00:00
admin-ajax.php Fix unfiltered_html_comment nonce, props nacin, fixes #18319 2011-10-01 00:19:07 +00:00
admin-footer.php Revise admin bar items based on user testing. Post at http://wp.me/pbNCB-qz. see #18197. 2011-10-05 18:45:32 +00:00
admin-functions.php
admin-header.php Clean up unused bits from responsive admin, fix the JS on dashboard, see #18863 2011-10-06 08:43:01 +00:00
admin-post.php
admin.php Don't trigger Database Upgrades for POST requests with a body. Fixes #18712 2011-09-20 04:17:55 +00:00
async-upload.php
comment.php
credits.php Don't split names across multiple lines on the credits page. props zeo, fixes #17940. 2011-09-29 21:28:29 +00:00
custom-background.php Fix attribute spacing. props mfields, fixes #18570. 2011-09-07 13:53:02 +00:00
custom-header.php
edit-comments.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
edit-form-advanced.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
edit-form-comment.php Fix typos in documentation (wp-admin/). See #18560. 2011-09-03 14:18:10 +00:00
edit-link-form.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
edit-tag-form.php
edit-tags.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
edit.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
export.php
freedoms.php
gears-manifest.php
import.php Importers and Install themes thickbox fixes, props helenyhou, see #18198 2011-09-18 19:39:49 +00:00
index-extra.php
index.php Move the Screen Options tab to the top and introduce a new 'overview' screen option, which accepts content for the top of this tab. see #18785. 2011-10-07 05:23:33 +00:00
install-helper.php
install.php Revert [18817]. Adding the new HTML to setup-config would make translation files stale, and I'd rather i18n that file first (see #18180). fixes #18865, see #16413. 2011-10-05 23:42:11 +00:00
link-add.php
link-manager.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
link-parse-opml.php
link.php
load-scripts.php
load-styles.php
media-new.php
media-upload.php Prevent the uploader getting stuck when deleting the only image from the gallery, props ocean90, fixes #15118 2011-09-30 22:52:29 +00:00
media.php
menu-header.php Fix menu hover when loaded folded, simplify menu JS and auto-folding, see #18382 2011-10-06 09:18:56 +00:00
menu.php Fix typos in documentation (wp-admin/). See #18560. 2011-09-03 14:18:10 +00:00
moderation.php
ms-admin.php
ms-delete-site.php
ms-edit.php
ms-options.php
ms-sites.php
ms-themes.php
ms-upgrade-network.php
ms-users.php
my-sites.php
nav-menus.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
network.php Introduce wp_get_db_schema() for rerieving the various flavors of the WP db schema. Eliminates need to use global. Allows multiple calls to wpmu_create_blog(). see #12028 2011-10-06 00:21:24 +00:00
options-discussion.php
options-general.php
options-head.php
options-media.php
options-permalink.php Don't check 'Custom Structure' Permalink radio option for the default permastruct. Fixes #18507 2011-08-24 07:48:13 +00:00
options-privacy.php First pass on clarifying Settings > Privacy. props designsimply, markjaquith. see #16416. 2011-08-16 06:53:19 +00:00
options-reading.php
options-writing.php
options.php Be more consistent with ERROR: messages. fixes #15887 2011-09-30 17:18:35 +00:00
plugin-editor.php Merge most admin css files, first run, see #18314 2011-08-21 03:46:43 +00:00
plugin-install.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
plugins.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
post-new.php
post.php Release a user's post lock when the user leaves a post. see #18515. 2011-09-27 20:52:07 +00:00
press-this.php Fix insetring images in Quick Press and Press This, see #17144 2011-10-07 20:14:21 +00:00
profile.php
revision.php
setup-config.php
theme-editor.php Merge most admin css files, first run, see #18314 2011-08-21 03:46:43 +00:00
theme-install.php Merge most admin css files, first run, see #18314 2011-08-21 03:46:43 +00:00
themes.php Use WP_PLUGIN_DIR, not PLUGINDIR. props ocean90, fixes #18772. 2011-09-25 19:24:15 +00:00
tools.php
update-core.php
update.php Store Plugin/Theme uploads in the Media Library properly. Add Scheduled cleanup +2hrs to clean up any aborted installation attempts. See #18182 2011-08-28 08:42:07 +00:00
upgrade-functions.php
upgrade.php
upload.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
user-edit.php Force the admin bar on in the admin as it is now integrated. Removes the second UI option. Leaves out the upgrade routine for now. see #18197. 2011-09-17 22:26:01 +00:00
user-new.php
users.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00
widgets.php Revert [18861], [18862], [18864], [18874], [18879], and [18880]. see #18785. 2011-10-07 04:57:12 +00:00