(Created page with "{{BSExtensionInfobox |desc=Word-Import |status=stable |developer=Hallo Welt! GmbH |type=BlueSpice |edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud |compatible=BlueSpice...") |
m (Text replacement - "BlueSpice Cloud" to "BlueSpice cloud") |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{BSExtensionInfobox | {{BSExtensionInfobox | ||
|desc= | |desc=File upload | ||
|status=stable | |status=stable | ||
|developer=Hallo Welt! GmbH | |developer=Hallo Welt! GmbH | ||
|type=BlueSpice | |type=BlueSpice | ||
|edition=BlueSpice pro, BlueSpice | |edition=BlueSpice pro, BlueSpice free, BlueSpice farm, BlueSpice cloud | ||
|compatible=BlueSpice | |compatible=BlueSpice | ||
|category= | |category=Rich Articles | ||
|license=GPL v3 only | |license=GPL v3 only | ||
| | |bsvFrom=4.2 | ||
}} | }} | ||
The extension ''' | The extension '''EnhancedUpload'' allows uploading files to the wiki. | ||
==Features== | ==Features== | ||
* In page editing mode: | |||
* | ** Files can now be dragged and dropped directly onto a wiki page without any further intermediate step | ||
* | ** Images are embedded as a thumbnail | ||
* | ** Documents are embedded as a link | ||
** A list of files can be included anywhere on a wiki page using an <nowiki><attachments /></nowiki> tag directly from the visual editor | |||
** This feature replaces the previous attachments area at the bottom of the page | |||
*The special page for uploading was overwritten and redesigned with focus on usability | |||
*Much leaner and modern design based on the Discovery skin | |||
* Bundles the functionality of multi-upload | |||
{{Xml upload}} | |||
{{translation}} | {{translation}} |
Latest revision as of 10:49, 7 June 2024
Extension: EnhancedUpload
Overview | |||
---|---|---|---|
Description: | File upload | ||
State: | stable | Dependency: | BlueSpice |
Developer: | Hallo Welt! GmbH | License: | GPL v3 only |
Type: | BlueSpice | Category: | Rich Articles |
Edition: | BlueSpice pro, BlueSpice free, BlueSpice farm, BlueSpice cloud | Version: | 4.2+ |
The extension 'EnhancedUpload allows uploading files to the wiki.
Features
- In page editing mode:
- Files can now be dragged and dropped directly onto a wiki page without any further intermediate step
- Images are embedded as a thumbnail
- Documents are embedded as a link
- A list of files can be included anywhere on a wiki page using an <attachments /> tag directly from the visual editor
- This feature replaces the previous attachments area at the bottom of the page
- The special page for uploading was overwritten and redesigned with focus on usability
- Much leaner and modern design based on the Discovery skin
- Bundles the functionality of multi-upload
XML file type:The xml file type is blacklisted since MW 1.39 and has to be allowed in LocalSettings.php:
$GLOBALS['wgProhibitedFileExtensions'] = array_diff( $GLOBALS['wgProhibitedFileExtensions'] ?? [], [ 'xml' ] );
$GLOBALS['wgMimeTypeExclusions'] = array_diff( $GLOBALS['wgMimeTypeExclusions'] ?? [], [ 'application/xml', 'text/xml' ] );