Opened 10 years ago
Last modified 3 years ago
#14781 new feature request
Allow upload of PHP files as plugin
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | needs-refresh has-patch needs-unit-tests |
Focuses: | administration | Cc: |
Description
Currently allowed are only ZIP packages. Plugins that consist of a single PHP file are not supported. It would be handy if uploading a single PHP file is an option.
Attachments (3)
Change History (16)
#2
@
10 years ago
Workaround: Zipping the single one PHP file (not having any directory attached) and uploading it, does the job.
#3
@
10 years ago
- Component changed from General to Upgrade/Install
- Type changed from defect (bug) to enhancement
#4
follow-up:
↓ 5
@
10 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to Future Release
- Type changed from enhancement to feature request
Seems like a relatively sane idea, Checks would need to be performed obviously to ensure that the file contains proper plugin headers.
#5
in reply to:
↑ 4
@
10 years ago
Replying to dd32:
Seems like a relatively sane idea, Checks would need to be performed obviously to ensure that the file contains proper plugin headers.
Shouldn't we do the exact checks on the unpacked zip as well?
#6
@
10 years ago
Shouldn't we do the exact checks on the unpacked zip as well?
They are done AFAIK, However skipping the unzip process would bypass that section of code.
#7
@
10 years ago
- Keywords needs-testing added
I've attached a patch that fixes this issue functional-wise. Now you can upload a single PHP file or ZIP archives.
The thing that is not done is taking care over the texts and user messages.
Also needs testing.
Related: #9757