WordPress/wp-includes/js/plupload
koopersmith 30d798ec8d Create WP_Customize_Control to separate the process of rendering a control from fetching, previewing, and saving its values. see #19910.
Many-to-many mapping between settings and controls.
* Settings and controls have been separated in both the PHP (WP_Customize_Setting, WP_Customize_Control) and the JS (wp.customize.Setting, wp.customize.Control).
* While most settings are tied to a single control, some require multiple controls. The 'header_textcolor' control is a good example: to hide the header text, header_textcolor is set to 'blank'.

Add 'Display Header Text' control.

A handful of miscellaneous bugfixes along the way.

Notes:
* Controls should be separated out a bit more; juggling type-specific arguments in the switch statement is rather inelegant.
* Page dropdowns are currently inactive and need to be re-linked.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2012-03-28 04:14:09 +00:00
..
changelog.txt Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
handlers.dev.js Use ajaxurl rather than direct references to admin-ajax.php. see #18952. 2012-03-15 13:30:28 +00:00
handlers.js Compress scripts/styles: 3.4-alpha-20192. 2012-03-15 13:58:27 +00:00
license.txt Pluploader take 1, props jacobwg, see #18206 2011-07-29 08:59:35 +00:00
plupload.flash.js Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.flash.swf Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.html4.js Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.html5.js Add error message when a big file fails to upload, expose the XHR request in plipload and abort() it, see #19228 2011-11-13 02:01:13 +00:00
plupload.js Add error message when a big file fails to upload, expose the XHR request in plipload and abort() it, see #19228 2011-11-13 02:01:13 +00:00
plupload.silverlight.js Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
plupload.silverlight.xap Uploader: update to 1.5.1.1, remove plupload.full.js (we cannot use it), rename the script handle in script-loader to avoid any confusion, fixes #19187 2011-11-06 21:46:24 +00:00
wp-plupload.dev.js Create WP_Customize_Control to separate the process of rendering a control from fetching, previewing, and saving its values. see #19910. 2012-03-28 04:14:09 +00:00
wp-plupload.js Compress scripts/styles: 3.4-alpha-20180. 2012-03-15 04:15:22 +00:00