Opened 8 years ago
Last modified 8 years ago
#16858 confirmed Task
Standard distribution of upload file plugin code differs from referenced source.
Reported by: | Jon Kuhl | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Documentation & Samples | Version: | 4.6.2 |
Keywords: | Cc: |
Description
The standard distribution of the uploadfile plugin requires the link plugin. However, the Source code made available through the Add-on section of the website indicates that link is not required.
My preference would be to not require the link plugin - it isn't actually required to perform the upload. Removing it would also better support those of us that integrate our own and remove the link plugin. That said, the request is to make these two source paths consistent so there isn't confusion about what the plugin requires.
Std Dist: https://github.com/ckeditor/ckeditor-releases/blob/master/plugins/uploadfile/plugin.js
Source: https://github.com/ckeditor/ckeditor-plugin-uploadfile/blob/t/12541/plugin.js
Change History (1)
comment:1 Changed 8 years ago by
Component: | General → Documentation & Samples |
---|---|
Keywords: | uploadfile plugin removed |
Status: | new → confirmed |
Current source code for this plugin looks like so: https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/uploadfile/plugin.js.
The link on add-on page is some old one - http://ckeditor.com/addon/uploadfile.