[wp-trac] [WordPress Trac] #41755: Remove the Flash and Silverlight options from Plupload
WordPress Trac
noreply at wordpress.org
Sun Sep 3 09:59:13 UTC 2017
#41755: Remove the Flash and Silverlight options from Plupload
-------------------------------------------------+-----------------------
Reporter: azaozz | Owner: azaozz
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 4.9
Component: Upload | Version:
Severity: normal | Resolution:
Keywords: has-patch needs-testing 2nd-opinion | Focuses:
-------------------------------------------------+-----------------------
Changes (by azaozz):
* keywords: has-patch needs-testing => has-patch needs-testing 2nd-opinion
Comment:
Replying to [comment:6 gmariani405]:
Was thinking about this too. If we want it, would probably be better to
drop `plupload.full.min.js` and keep the `'plupload'` dependency on
moxie.js, something like:
{{{
$scripts->add( 'moxie', "/wp-includes/js/plupload/moxie$suffix.js",
array(), '1.3.5' );
$scripts->add( 'plupload', "/wp-includes/js/plupload/plupload$suffix.js",
array( 'moxie' ), '2.1.9' );
}}}
Not really sure if that's needed. Plupload is an external package/library.
There are changes to the original files, so we added our versions as non-
minified (readable) files, but we aren't going to "actively develop" it in
core.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41755#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list