[wp-trac] [WordPress Trac] #9757: Allow Plugin/Theme updates from a uploaded .zip file.

WordPress Trac noreply at wordpress.org
Mon Feb 24 20:52:03 UTC 2014


#9757: Allow Plugin/Theme updates from a uploaded .zip file.
------------------------------------+-----------------------------
 Reporter:  hakre                   |       Owner:
     Type:  feature request         |      Status:  new
 Priority:  low                     |   Milestone:  Future Release
Component:  Upgrade/Install         |     Version:  2.8
 Severity:  normal                  |  Resolution:
 Keywords:  dev-feedback has-patch  |     Focuses:
------------------------------------+-----------------------------

Old description:

> Plugin administration lacks of an update possibility by uploading zip
> files. This feature is only half-done in 2.7, you can only upload plugins
> as zip to install them, not to update them.
>
> Zip file uploads should be treated the same as the other install/update
> possibilities like remote.
>
> #9708 provides a testcase that can be used to test such am update by zip.
>
> currently a over-upload in the install page does throw an error that the
> directory already exists:
>
> {{{
>     *
>

>       Dashboard
>     *
>
>     *
>

>       Posts
>       Posts
>           o Edit
>           o Add New
>           o Post Tags
>           o Categories
>     *
>

>       Media
>       Media
>           o Library
>           o Add New
>     *
>

>       Links
>       Links
>           o Edit
>           o Add New
>           o Link Categories
>     *
>

>       Pages
>       Pages
>           o Edit
>           o Add New
>     *
>

>       Comments 0
>     *
>
>     *
>

>       Appearance
>       Appearance
>           o Themes
>           o Widgets
>           o Editor
>           o Add New Themes
>           o Custom Header
>     *
>

>       Plugins 0
>       Plugins 0
>           o Installed
>           o Add New
>           o Editor
>     *
>

>       Users
>       Users
>           o Authors & Users
>           o Add New
>           o Your Profile
>     *
>

>       Tools
>       Tools
>           o Tools
>           o Import
>           o Export
>           o Upgrade
>     *
>

>       Settings
>       Settings
>           o General
>           o Writing
>           o Reading
>           o Discussion
>           o Media
>           o Privacy
>           o Permalinks
>           o Miscellaneous
>     *
>
> Help
> Documentation
> Support Forums
> Help
>
> Installing Plugin from uploaded file: 9708-plugin-
> testcase-9708-plugin-a-v-0.2.zip
>
> Unpacking the package.
>
> Installing the plugin.
>
> Destination folder already exists. [...]worpress-trunk/wp-
> content/plugins/9708-plugin-testcase/
>
> Plugin Install Failed.
> }}}

New description:

 Plugin administration lacks of an update possibility by uploading zip
 files. This feature is only half-done in 2.7, you can only upload plugins
 as zip to install them, not to update them.

 Zip file uploads should be treated the same as the other install/update
 possibilities like remote.

 #9708 provides a testcase that can be used to test such am update by zip.

 currently a over-upload in the install page does throw an error that the
 directory already exists:

 {{{
 Installing Plugin from uploaded file: 9708-plugin-
 testcase-9708-plugin-a-v-0.2.zip

 Unpacking the package.

 Installing the plugin.

 Destination folder already exists. [...]worpress-trunk/wp-
 content/plugins/9708-plugin-testcase/

 Plugin Install Failed.
 }}}

--

Comment (by SergeyBiryukov):

 Related: #27196

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


More information about the wp-trac mailing list