Zuletzt bearbeitet vor 4 Monaten
von Margit Link-Rodrigue

AutoDoc:BlueSpiceArticlePreviewCapture: Unterschied zwischen den Versionen

hw>Unknown user
Keine Bearbeitungszusammenfassung
 
K (1 Version importiert)
 
(12 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
{{ExtensionMainDescOpen}}
==DescriptionMsg==
{{ExtensionMainDescBody
{{AutoDocDescriptionMsg
|desc = Erstellt Vorschaubilder von Wikipages für den Dynamic File Dispatcher.
|name = BlueSpiceArticlePreviewCapture
}}
|desc = {{int:bs-articlepreviewcapture-desc
{{ExtensionMainDescClose}}
}}
}}
==License==
{{AutoDocLicense
|name = GPL-3.0-only
}}
==Requirements==
{{AutoDocRequirements
|mediawiki = {{AutoDocVersion
|name = MediaWiki
|version = 1.36.0
}}
|extensions = {{AutoDocVersion
|name = BlueSpiceFoundation
|version = 4.1
}}
}}
==Config==
{{AutoDocConfig
|config = {{AutoDocOption
|name = ArticlePreviewCapturePhantomJSBackend
|value = <nowiki>'native-shell-exec'</nowiki>
}}
{{AutoDocOption
|name = ArticlePreviewCapturePhantomJSBaseUrl
|value = <nowiki>NULL</nowiki>
}}
{{AutoDocOption
|name = ArticlePreviewCapturePhantomJSEscapeShellCommand
|value = <nowiki>true</nowiki>
}}
{{AutoDocOption
|name = ArticlePreviewCapturePhantomJSExecutable
|value = <nowiki>'/usr/local/bin/phantomjs'</nowiki>
}}
{{AutoDocOption
|name = ArticlePreviewCapturePhantomJSOptions
|value = <nowiki>array (
  0 => '--ignore-ssl-errors',
  1 => 'true',
)</nowiki>
}}
{{AutoDocOption
|name = ArticlePreviewCapturePhantomJSServiceURL
|value = <nowiki>NULL</nowiki>
}}
}}
==Hooks==
{{AutoDocHooks
|Hooks = {{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/MWStakeCommonWebAPIsQueryStoreResult MWStakeCommonWebAPIsQueryStoreResult]
|callback = addUserImage
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/SetupAfterCache SetupAfterCache]
|callback = \BlueSpice\ArticlePreviewCapture\Hook\SetupAfterCache\AddForeignFileRepo::callback
}}
}}


{{ExtensionConfigOpen}}
{{ExtensionConfigBody
|name = $bsgArticlePreviewCapturePhantomJSExecutable
|defaultValue = <nowiki>"/usr/local/bin/phantomjs"</nowiki>
|overrideBy = $bsgOverrideArticlePreviewCapturePhantomJSExecutable
}}
{{ExtensionConfigBody
|name = $bsgArticlePreviewCapturePhantomJSOptions
|defaultValue = <nowiki>["--ignore-ssl-errors","true"]</nowiki>
|overrideBy = $bsgOverrideArticlePreviewCapturePhantomJSOptions
}}
{{ExtensionConfigBody
|name = $bsgArticlePreviewCapturePhantomJSBaseUrl
|defaultValue = <nowiki>{"description":"Defaults to $wgServer","value":null}</nowiki>
|overrideBy = $bsgOverrideArticlePreviewCapturePhantomJSBaseUrl
}}
{{ExtensionConfigBody
|name = $bsgArticlePreviewCapturePhantomJSEscapeShellCommand
|defaultValue = <nowiki>true</nowiki>
|overrideBy = $bsgOverrideArticlePreviewCapturePhantomJSEscapeShellCommand
}}
{{ExtensionConfigBody
|name = $bsgArticlePreviewCapturePhantomJSServiceURL
|defaultValue = <nowiki>{"value":null}</nowiki>
|overrideBy = $bsgOverrideArticlePreviewCapturePhantomJSServiceURL
}}
{{ExtensionConfigBody
|name = $bsgArticlePreviewCapturePhantomJSBackend
|defaultValue = <nowiki>"native-shell-exec"</nowiki>
|overrideBy = $bsgOverrideArticlePreviewCapturePhantomJSBackend
}}
{{ExtensionConfigClose}}

Aktuelle Version vom 1. Dezember 2023, 15:09 Uhr

DescriptionMsg

Erstellt Vorschaubilder von Wikipages für den Dynamic File Dispatcher.

License

GPL v3

Requirements

  • MediaWiki: 1.36.0
  • BlueSpiceFoundation: 4.1

Config

Konfiguration

Name Wert
ArticlePreviewCapturePhantomJSBackend 'native-shell-exec'
ArticlePreviewCapturePhantomJSBaseUrl NULL
ArticlePreviewCapturePhantomJSEscapeShellCommand true
ArticlePreviewCapturePhantomJSExecutable '/usr/local/bin/phantomjs'
ArticlePreviewCapturePhantomJSOptions array ( 0 => '--ignore-ssl-errors', 1 => 'true', )
ArticlePreviewCapturePhantomJSServiceURL NULL

Hooks

Hooks

Keine Kategorien vergebenBearbeiten

Diskussionen