Reference:External Data and Reference:BlueSpiceDrawioConnector: Difference between pages

(Difference between pages)
No edit summary
Tag: 2017 source edit
 
No edit summary
 
Line 1: Line 1:
{{BSExtensionInfobox
{{BSExtensionInfo
|desc=allows for using and displaying values retrieved from various sources: external URLs, local wiki pages and local files (in CSV, GFF, JSON and XML formats), database tables, and LDAP servers.
|status=stable
|status=stable
|developer=Yaron Koren, and others
|developer=HalloWelt
|type=MediaWiki
|type=BlueSpice
|edition=BlueSpice pro
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=MediaWiki
|compatible=BlueSpice
|category=Infrastructure
|category=Infrastructure
|license=GPL v2+
|license=GPL v3 only
|docu=https://www.mediawiki.org/wiki/Extension:External_Data
|features='''BlueSpiceManual:Extension/DrawioEditorConnector''' enables the integration of the extension [[Manual:Extension/DrawioEditor{{!}}DrawioEditor]] into the BlueSpice framework.
|active=Yes
|desc=connects Bluespice with the extension ''DrawioEditor'' for creating digrams.
|features=
'''ExternalData''' extension allows MediaWiki pages to retrieve, filter, and format structured data from one or more sources. These sources can include external URLs, regular wiki pages, uploaded files, files on the local server, databases or LDAP directories.
 
 
==Parser functions==
The extension has nine parser functions:
 
*'''#get_web_data''' retrieves CSV, GFF, JSON or XML data from a URL and assigns it to variables that can be accessed on the page.
*'''#get_soap_data''' retrieves data from a URL via the [https://en.wikipedia.org/wiki/SOAP SOAP] protocol.
*'''#get_file_data''' retrieves data from a file on the local server, in the same formats as #get_web_data.
*'''#get_db_data''' retrieves data from a database.
*'''#get_ldap_data''' retrieves data from an LDAP server.
*'''#external_value''' displays the value of any such variable.
*'''#for_external_table''' cycles through all the values retrieved for a set of variables, displaying the same "container" text for each one.
*'''#store_external_table''' cycles through a table of values, storing them as semantic data via the [https://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki Semantic MediaWiki] extension, by mimicking a call to SMW's #subobject function for each row.
*'''#display_external_table''' cycles through all the values retrieved for a set of variables, displaying each "row" using a template.
*'''#clear_external_data''' erases the current set of retrieved data.
}}
}}
{{wcagCheck
{{wcagCheck
|wcagStatus=2-testing complete
|wcagStatus=2-testing complete
|wcagTestdate=2022-08-05
|extensionType=backend
|extensionType=backend
}}
}}

Revision as of 14:28, 5 August 2022

Extension: BlueSpiceDrawioConnector

all extensions

Overview
Description:

Connects BlueSpice to Drawio

State: stable Dependency: BlueSpice
Developer: HalloWelt License: GPL-3.0-only
Type: BlueSpice Category: Infrastructure
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1+

Features

BlueSpiceManual:Extension/DrawioEditorConnector enables the integration of the extension DrawioEditor into the BlueSpice framework.

Technical Information

This information applies to BlueSpice 4. Technical details for BlueSpice Cloud can differ in some cases.

Requirements

  • MediaWiki: 1.35.0
  • BlueSpiceFoundation: 3.3

Integrates into

  • BlueSpiceVisualEditorConnector

Special pages

Hooks

Accessibility

Test status: 2-testing complete
Last test date:


Extension type: backend

Discussions