[wp-trac] [WordPress Trac] #35429: Allow new plugins to be uploaded without having to go to a new page first.

WordPress Trac noreply at wordpress.org
Thu Jan 14 01:30:35 UTC 2016


#35429: Allow new plugins to be uploaded without having to go to a new page first.
---------------------------------------+------------------------------
 Reporter:  Ipstenu                    |       Owner:
     Type:  enhancement                |      Status:  new
 Priority:  normal                     |   Milestone:  Awaiting Review
Component:  Plugins                    |     Version:
 Severity:  normal                     |  Resolution:
 Keywords:  has-patch has-screenshots  |     Focuses:  ui
---------------------------------------+------------------------------

Comment (by afercia):

 Tring to add some no-js compatibility, the `/wp-admin/theme-
 install.php?tab=upload` screen should still be available to users when JS
 is off. Also trying to add some a11y. Couple of questions, would greatly
 appreciate your feedback:

 1
 since now the uploader should be printed out in all the "tabs" screens, is
 using the following hook still needed?
 {{{
 add_action( 'install_plugins_upload',
 'install_plugins_upload' );
 }}}
 As far as I see, this was used to print out the uploader form just in the
 "upload" tab but now we need it in all the tabs.

 2
 when the upload failes (I've uploaded an image to trigger it :)), an error
 message get displayed together with a "Return to Plugins page" link that
 points to "plugins.php", maybe the link should let users go back to
 "plugin-install.php" instead?

--
Ticket URL: <https://core.trac.wordpress.org/ticket/35429#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list