Wordpress/wp-admin
Andrew Nacin 390e1756a1 Don't use wp_send_json_* handlers in the upload-attachment XHR handler.
The difference is the content type: application/json (which jQuery deserializes automatically for us) and the default text/html.

jQuery correctly handles application/json requests for IE, so we can continue to use the wp_send_json_* handlers elsewhere. Plupload rolls its own requests and does not handle application/json correctly. So, keep the standard text/html content type on upload-attachment.

props koopersmith.
see #22446.



git-svn-id: https://develop.svn.wordpress.org/trunk@22845 602fd350-edb4-49c9-b593-d223f7449a82
2012-11-26 20:12:50 +00:00
..
css Compress scripts/styles: 3.5-RC1-22839. 2012-11-26 03:47:40 +00:00
images Do not optimize/smush/ImageOptim GIFs. Most are either not reduced in size or reduced only couple of bytes but the optimization messes with the transparency/matte. Fixes #22536, see #22381 2012-11-22 19:08:22 +00:00
includes Don't use wp_send_json_* handlers in the upload-attachment XHR handler. 2012-11-26 20:12:50 +00:00
js Compress scripts/styles: 3.5-beta3-22808. 2012-11-22 04:58:35 +00:00
maint Use retina logo in install, upgrade, setup-config, repair, and confirmation screens. 2012-11-07 17:34:22 +00:00
network Add manual new lines to a string, as double quotes with \n is not optimal due to sprintf-parsing reasons. props SergeyBiryukov, fixes #22486. see #22260. 2012-11-19 06:11:42 +00:00
user
about.php About page for WordPress 3.5, first pass. Not yet offered for translation. props lessbloat, johnbillion. see #22455. 2012-11-22 09:16:26 +00:00
admin-ajax.php Media: Backwards compatibility for the many send_to_editor filters. props nacin. see #22186, #21390. 2012-11-21 16:02:20 +00:00
admin-footer.php
admin-functions.php
admin-header.php Skip To links: visually hide by only setting top: -1000em; (this should make them work well in all screen readers), fixes #21312 2012-11-20 21:14:49 +00:00
admin-post.php
admin.php
async-upload.php Have media-new.php return simple rows of basic attachment data, with an 'Edit' link next to each taking them to post.php (in a new window). Not ideal, but this is largely a fallback screen at this point. 2012-11-21 13:05:44 +00:00
comment.php
credits.php
custom-background.php Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 08:45:15 +00:00
custom-header.php Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 08:45:15 +00:00
customize.php Pinking shears 2012-11-17 15:11:29 +00:00
edit-comments.php Improve the contextual help for the comment bubble in the 'In Response To' column. Props lessbloat. fixes #19788 2012-10-23 13:37:18 +00:00
edit-form-advanced.php Updates to post.php help text for posts and pages, including a new section on inserting media. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 09:00:39 +00:00
edit-form-comment.php
edit-link-form.php
edit-tag-form.php Enter the semicolon. Props F J Kaiser, SergeyBiryukov. fixes #21393 2012-10-18 13:06:39 +00:00
edit-tags.php Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 08:45:15 +00:00
edit.php Use the create_posts capability in more places. 2012-10-24 22:15:43 +00:00
export.php Rename filter on $args sent to export_wp() for clarity. See #19863. 2012-11-06 14:51:45 +00:00
freedoms.php
import.php Pull the list of popular importers from WordPress.org. 2012-11-17 07:20:04 +00:00
index.php Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 08:45:15 +00:00
install-helper.php
install.php Pinking shears 2012-11-17 15:11:29 +00:00
link-add.php
link-manager.php
link-parse-opml.php
link.php
load-scripts.php Add comments to time intervals we cannot express with the constants. Fix a comment. props SergeyBiryukov. fixes #20987. 2012-11-10 18:13:09 +00:00
load-styles.php Fix minified RTL style loading via load-styles.php. props ocean90. fixes #22482. 2012-11-16 22:18:33 +00:00
media-new.php media-new.php: Remove unused scripts, strings, error handling, save handling, and save button. fixes #22083. 2012-11-21 15:10:17 +00:00
media-upload.php Split media-new.php and media-upload.php into distinct files. 2012-11-21 12:19:40 +00:00
media.php
menu-header.php Pinking shears 2012-11-17 15:11:29 +00:00
menu.php
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 Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 08:45:15 +00:00
network.php
options-discussion.php
options-general.php Don't show the same time or date format twice on the General Settings page. This can occur if a translated format is the same as an existing default format. fixes #21060. 2012-10-25 20:15:47 +00:00
options-head.php
options-media.php
options-permalink.php
options-privacy.php
options-reading.php Revert page on front changes. Reverts [22127] [22129] [22135] [22136]. see #16379. 2012-11-19 01:28:32 +00:00
options-writing.php Add back Update Services help. props DrewAPicture, fixes #22365. 2012-11-05 21:38:48 +00:00
options.php Revert page on front changes. Reverts [22127] [22129] [22135] [22136]. see #16379. 2012-11-19 01:28:32 +00:00
plugin-editor.php
plugin-install.php Pinking shears 2012-11-17 15:11:29 +00:00
plugins.php
post-new.php Redirect post-new.php?post_type=attachment to media-new.php. see #22491, #22083, #21391. 2012-11-21 17:40:53 +00:00
post.php Don't load autosave.js on the attachment editing screen, add simple AYS on unload if there are changes, props helenyhou, fixes #22491 2012-11-20 19:46:38 +00:00
press-this.php Extend Press This by a few pixels to allow longer strings. props SergeyBiryukov. fixes #20975. 2012-11-07 19:27:19 +00:00
profile.php
revision.php
setup-config.php Use retina logo in install, upgrade, setup-config, repair, and confirmation screens. 2012-11-07 17:34:22 +00:00
theme-editor.php
theme-install.php
themes.php
tools.php
update-core.php
update.php Merge some strings. props pavelevap. fixes #22306. 2012-11-07 19:37:54 +00:00
upgrade-functions.php
upgrade.php Larger buttons for the DB upgrade screens. see #21598. 2012-11-07 18:38:17 +00:00
upload.php
user-edit.php As wp_dropdown_roles() only prints editable roles, ensure that the 2012-11-19 19:23:54 +00:00
user-new.php Kill use of colons in class names, props SergeyBiryukov, fixes #21152 2012-11-06 01:01:52 +00:00
users.php i18n: Fix the usage of sprintf replacements in the user management admin page. See #22260. 2012-10-23 11:32:41 +00:00
widgets.php Fix various typos and omissions across a number of help tabs. props DrewAPicture, Ipstenu. see #22451. 2012-11-22 08:45:15 +00:00