You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "AutoDoc:BlueSpiceWebDAVClientIntegration"
m (1 revision imported) |
hw>Unknown user |
Contents
- 1 DescriptionMsg
- 2 IntegratesInto License
- 3 Config
- 4 ApiModules
- 5 Hooks
DescriptionMsg[edit source]
Allows opening files from the browser directly in the client application (Requires WebDAV)
IntegratesIntoLicense[edit source]
BlueSpiceFoundationGPL-3.0-only
Config[edit source]
Configuration[edit source]
Name | Value |
---|---|
WebDAVCIClientApps | array ( 'bs-webdav-ci-ms-word' => array ( 'icon' => 'icon-file-word', 'extensions' => array ( 0 => 'doc', 1 => 'docx', 2 => 'dot', 3 => 'dotx', 4 => 'rtf', 5 => 'docm', 6 => 'dotm', 7 => 'odt', ), 'protocol' => 'ms-word', ), 'bs-webdav-ci-ms-excel' => array ( 'icon' => 'icon-file-excel', 'extensions' => array ( 0 => 'xls', 1 => 'xlsx', 2 => 'csv', 3 => 'tsv', ), 'protocol' => 'ms-excel', ), 'bs-webdav-ci-ms-powerpoint' => array ( 'icon' => 'icon-file-powerpoint', 'extensions' => array ( 0 => 'ppt', 1 => 'pptx', ), 'protocol' => 'ms-powerpoint', ), 'bs-webdav-ci-archive' => array ( 'icon' => 'icon-file-zip', 'extensions' => array ( 0 => 'zip', ), ), 'bs-webdav-ci-generic' => array ( 'icon' => 'icon-file', ), '@Not yet supported!' => '', '@bs-webdav-ci-ms-visio' => array ( 'icon' => 'icon-file-visio', 'extensions' => array ( ), 'protocol' => 'ms-visio', ), '@bs-webdav-ci-ms-access' => array ( 'icon' => 'icon-file-access', 'extensions' => array ( ), 'protocol' => 'ms-access', ), '@bs-webdav-ci-ms-project' => array ( 'icon' => 'icon-file-project', 'extensions' => array ( ), 'protocol' => 'ms-project', ), '@bs-webdav-ci-ms-publisher' => array ( 'icon' => 'icon-file-publisher', 'extensions' => array ( ), 'protocol' => 'ms-publisher', ), '@bs-webdav-ci-ms-spd' => array ( 'icon' => 'icon-file-spd', 'extensions' => array ( ), 'protocol' => 'ms-spd', ), '@bs-webdav-ci-ms-infopath' => array ( 'icon' => 'icon-file-infopath', 'extensions' => array ( ), 'protocol' => 'ms-infopath', ), ) |
ApiModules[edit source]
API Modules[edit source]
- bs-filehistoryfile-storetasks
- bs-filefilehistory-tasksstore
Hooks[edit source]
Hooks[edit source]
==DescriptionMsg== {{AutoDocDescriptionMsg |name = BlueSpiceWebDAVClientIntegration |desc = {{int:bs-webdav-ci-desc }} }} ==IntegratesInto== {{AutoDocIntegratesInto |into = {{AutoDocListItem |item = BlueSpiceFoundation }} }} License== {{AutoDocLicense |name = GPL-3.0-only }} ==Config== {{AutoDocConfig |config = {{AutoDocOption |name = WebDAVCIClientApps |value = <nowiki>array ( 'bs-webdav-ci-ms-word' => array ( 'icon' => 'icon-file-word', 'extensions' => array ( 0 => 'doc', 1 => 'docx', 2 => 'dot', 3 => 'dotx', 4 => 'rtf', 5 => 'docm', 6 => 'dotm', 7 => 'odt', ), 'protocol' => 'ms-word', ), 'bs-webdav-ci-ms-excel' => array ( 'icon' => 'icon-file-excel', 'extensions' => array ( 0 => 'xls', 1 => 'xlsx', 2 => 'csv', 3 => 'tsv', ), 'protocol' => 'ms-excel', ), 'bs-webdav-ci-ms-powerpoint' => array ( 'icon' => 'icon-file-powerpoint', 'extensions' => array ( 0 => 'ppt', 1 => 'pptx', ), 'protocol' => 'ms-powerpoint', ), 'bs-webdav-ci-archive' => array ( 'icon' => 'icon-file-zip', 'extensions' => array ( 0 => 'zip', ), ), 'bs-webdav-ci-generic' => array ( 'icon' => 'icon-file', ), '@Not yet supported!' => '', '@bs-webdav-ci-ms-visio' => array ( 'icon' => 'icon-file-visio', 'extensions' => array ( ), 'protocol' => 'ms-visio', ), '@bs-webdav-ci-ms-access' => array ( 'icon' => 'icon-file-access', 'extensions' => array ( ), 'protocol' => 'ms-access', ), '@bs-webdav-ci-ms-project' => array ( 'icon' => 'icon-file-project', 'extensions' => array ( ), 'protocol' => 'ms-project', ), '@bs-webdav-ci-ms-publisher' => array ( 'icon' => 'icon-file-publisher', 'extensions' => array ( ), 'protocol' => 'ms-publisher', ), '@bs-webdav-ci-ms-spd' => array ( 'icon' => 'icon-file-spd', 'extensions' => array ( ), 'protocol' => 'ms-spd', ), '@bs-webdav-ci-ms-infopath' => array ( 'icon' => 'icon-file-infopath', 'extensions' => array ( ), 'protocol' => 'ms-infopath', ), )</nowiki> }} }} ==ApiModules== {{AutoDocApiModules |APIModules = {{AutoDocCallback |name = bs-filehistory-storefile-tasks |callback = BSApiFileHistoryStoreBSApiFileTasks }} {{AutoDocCallback |name = bs-file-tasksfilehistory-store |callback = BSApiFileTasksBSApiFileHistoryStore }} }} ==Hooks== {{AutoDocHooks |Hooks = {{AutoDocCallback |name = BeforePageDisplay [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] |callback = WebDAVClientIntegrationHooks::onBeforePageDisplay }} {{AutoDocCallback |name = BsContextMenuGetItems [https://www.mediawiki.org/wiki/Manual:Hooks/BsContextMenuGetItems BsContextMenuGetItems] |callback = WebDAVClientIntegrationHooks::onBsContextMenuGetItems }} }}
Line 5: | Line 5: | ||
}} | }} | ||
}} | }} | ||
− | == | + | ==License== |
− | {{ | + | {{AutoDocLicense |
− | | | + | |name = GPL-3.0-only |
− | |||
− | |||
}} | }} | ||
==Config== | ==Config== | ||
Line 121: | Line 119: | ||
{{AutoDocApiModules | {{AutoDocApiModules | ||
|APIModules = {{AutoDocCallback | |APIModules = {{AutoDocCallback | ||
+ | |name = bs-file-tasks | ||
+ | |callback = BSApiFileTasks | ||
+ | }} | ||
+ | {{AutoDocCallback | ||
|name = bs-filehistory-store | |name = bs-filehistory-store | ||
|callback = BSApiFileHistoryStore | |callback = BSApiFileHistoryStore | ||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
}} | }} | ||
Line 132: | Line 130: | ||
{{AutoDocHooks | {{AutoDocHooks | ||
|Hooks = {{AutoDocCallback | |Hooks = {{AutoDocCallback | ||
− | |name = BeforePageDisplay | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BeforePageDisplay BeforePageDisplay] |
|callback = WebDAVClientIntegrationHooks::onBeforePageDisplay | |callback = WebDAVClientIntegrationHooks::onBeforePageDisplay | ||
}} | }} | ||
{{AutoDocCallback | {{AutoDocCallback | ||
− | |name = BsContextMenuGetItems | + | |name = [https://www.mediawiki.org/wiki/Manual:Hooks/BsContextMenuGetItems BsContextMenuGetItems] |
|callback = WebDAVClientIntegrationHooks::onBsContextMenuGetItems | |callback = WebDAVClientIntegrationHooks::onBsContextMenuGetItems | ||
}} | }} | ||
}} | }} |