Zuletzt bearbeitet vor 4 Monaten
von Margit Link-Rodrigue

AutoDoc:BlueSpiceSocialProfile und AutoDoc:BlueSpiceSocialResolve: Unterschied zwischen den Seiten

(Unterschied zwischen Seiten)
hw>Unknown user
Keine Bearbeitungszusammenfassung
 
hw>Unknown user
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
==DescriptionMsg==
==DescriptionMsg==
{{AutoDocDescriptionMsg
{{AutoDocDescriptionMsg
|name = BlueSpiceSocialProfile
|name = BlueSpiceSocialResolve
|desc = {{int:bs-socialprofile-desc
|desc = {{int:bs-socialresolve-desc
}}
}}
}}
}}
Zeile 13: Zeile 13:
|mediawiki = {{AutoDocVersion
|mediawiki = {{AutoDocVersion
|name = MediaWiki
|name = MediaWiki
|version = 1.37.0
|version = 1.39.0
}}
}}
|extensions = {{AutoDocVersion
|extensions = {{AutoDocVersion
|name = BlueSpiceAvatars
|version = 4.1
}}
{{AutoDocVersion
|name = BlueSpiceFoundation
|name = BlueSpiceFoundation
|version = 4.1
|version = 4.1
Zeile 26: Zeile 22:
|name = BlueSpiceSocial
|name = BlueSpiceSocial
|version = 4.1
|version = 4.1
}}
}}
==IntegratesInto==
{{AutoDocIntegratesInto
|into = {{AutoDocListItem
|item = BlueSpicePrivacy
}}
{{AutoDocListItem
|item = BlueSpiceSMWConnector
}}
{{AutoDocListItem
|item = BlueSpiceSocialProfile
}}
{{AutoDocListItem
|item = BlueSpiceVisualEditorConnector
}}
{{AutoDocListItem
|item = ContentDroplets
}}
}}
==SpecialPages==
{{AutoDocSpecialPages
|SpecialPages = {{AutoDocCallback
|name = SocialProfiles
|callback = \BlueSpice\Social\Profile\Special\Profiles
}}
}}
}}
}}
Zeile 56: Zeile 27:
{{AutoDocPermissions
{{AutoDocPermissions
|permissions = {{AutoDocPermission
|permissions = {{AutoDocPermission
|name = social-editothersprofile
|name = social-resolve
|type = global
|type = namespace
|roles = admin, maintenanceadmin
|roles = editor
|desc = {{int:right-social-editothersprofile
|desc = {{int:right-social-resolve
}}
}}
{{AutoDocPermission
|name = socialprofile-viewspecialpage
|type = global
|roles = accountmanager, admin, author, bot, commenter, editor, maintenanceadmin, reader, reviewer, structuremanager
|desc = {{int:right-socialprofile-viewspecialpage
}}
}}
}}
}}
==DefaultUserOptions==
{{AutoDocDefaultUserOptions
|options = {{AutoDocOption
|name = bs-social-profile-infoshowemail
|value = <nowiki>false</nowiki>
}}
}}
}}
}}
==Config==
==ApiModules==
{{AutoDocConfig
{{AutoDocApiModules
|config = {{AutoDocOption
|APIModules = {{AutoDocCallback
|name = BSSocialProfileCustomFields
|name = bs-socialresolve-tasks
|value = <nowiki>array (
|callback = \BlueSpice\Social\Resolve\Api\Task\Resolve
  'social-profile-department' =>
  array (
    'i18n' => 'bs-social-profile-field-department',
    'type' => 'string',
  ),
  'social-profile-function' =>
  array (
    'i18n' => 'bs-social-profile-field-function',
    'type' => 'string',
  ),
  'social-profile-location' =>
  array (
    'i18n' => 'bs-social-profile-field-location',
    'type' => 'string',
  ),
  'social-profile-phone' =>
  array (
    'i18n' => 'bs-social-profile-field-phone',
    'type' => 'string',
  ),
)</nowiki>
}}
{{AutoDocOption
|name = BSSocialProfileFields
|value = <nowiki>array (
  'social-profile-title' =>
  array (
    'i18n' => 'bs-social-profile-field-title',
    'callback' => '\\BlueSpice\\Social\\Profile\\Field\\Title::getInstance',
  ),
  'social-profile-name' =>
  array (
    'i18n' => 'bs-social-profile-field-name',
    'callback' => '\\BlueSpice\\Social\\Profile\\Field\\Name::getInstance',
  ),
  'social-profile-email' =>
  array (
    'i18n' => 'bs-social-profile-field-email',
    'callback' => '\\BlueSpice\\Social\\Profile\\Field\\Email::getInstance',
  ),
)</nowiki>
}}
}}
}}
}}
Zeile 128: Zeile 44:
{{AutoDocHooks
{{AutoDocHooks
|Hooks = {{AutoDocCallback
|Hooks = {{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/ArticleViewHeader ArticleViewHeader]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSEntityConfigAttributeDefinitions BSEntityConfigAttributeDefinitions]
|callback = \BlueSpice\Social\Profile\Extension::onArticleViewHeader
|callback = \BlueSpice\Social\Resolve\Hook\BSEntityConfigAttributeDefinitions\AddResolve::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSPageTemplatesModifyTargetUrl BSPageTemplatesModifyTargetUrl]
|callback = \BlueSpice\Social\Profile\Hook\BSPageTemplatesModifyTargetUrl\AddClassicProfileLink::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUserInfoMetaDataFactoryAllKeys BSUserInfoMetaDataFactoryAllKeys]
|callback = \BlueSpice\Social\Profile\Hook\BSUserInfoMetaDataFactoryAllKeys\AddCustomProfileFieldKeys::callback
}}
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSUserInfoMetaDataFactoryCallback BSUserInfoMetaDataFactoryCallback]
|callback = \BlueSpice\Social\Profile\Hook\BSUserInfoMetaDataFactoryCallback\AddCustomProfileFieldCallbacks::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/DeleteAccount DeleteAccount]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSEntityConfigDefaults BSEntityConfigDefaults]
|callback = \BlueSpice\Social\Profile\Hook\DeleteAccount\DeleteUserProfile::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSEntityConfigDefaults\IsResolvable::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/GetPreferences GetPreferences]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSEntityGetFullData BSEntityGetFullData]
|callback = \BlueSpice\Social\Profile\Hook\GetPreferences\AddShowProfileInfoEmail::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSEntityGetFullData\AddResolve::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/HtmlPageLinkRendererBegin HtmlPageLinkRendererBegin]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSEntitySetValuesByObject BSEntitySetValuesByObject]
|callback = \BlueSpice\Social\Profile\Hook\HtmlPageLinkRendererBegin\SetProfileLinksKnown::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSEntitySetValuesByObject\AddResolve::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/LocalUserCreated LocalUserCreated]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSFoundationRendererMakeTagAttribs BSFoundationRendererMakeTagAttribs]
|callback = \BlueSpice\Social\Profile\Hook\LocalUserCreated\CreateUserProfile::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSFoundationRendererMakeTagAttribs\AddResolveClassToEntityRenderer::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/PageSaveComplete PageSaveComplete]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSSocialEntityGetActions BSSocialEntityGetActions]
|callback = \BlueSpice\Social\Profile\Hook\PageSaveComplete\InvalidateProfileEntity::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSSocialEntityGetActions\AddResolve::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/UserLoadAfterLoadFromSession UserLoadAfterLoadFromSession]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSSocialEntityListRenderEntity BSSocialEntityListRenderEntity]
|callback = \BlueSpice\Social\Profile\Hook\UserLoadAfterLoadFromSession\AddLDAPProfileDataSync::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSSocialEntityListRenderEntity\RenderShortWhenResolved::callback
}}
}}
{{AutoDocCallback
{{AutoDocCallback
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/UserSaveSettings UserSaveSettings]
|name = [https://www.mediawiki.org/wiki/Manual:Hooks/BSSocialModuleDepths BSSocialModuleDepths]
|callback = \BlueSpice\Social\Profile\Hook\UserSaveSettings\CreateAndInvalidateUserProfile::callback
|callback = \BlueSpice\Social\Resolve\Hook\BSSocialModuleDepths\AddModules::callback
}}
}}
}}
}}



Version vom 1. Dezember 2023, 15:09 Uhr

DescriptionMsg

Statusfeld für BlueSpiceSocial-Entitäten

License

GPL v3

Requirements

  • MediaWiki: 1.39.0
  • BlueSpiceFoundation: 4.1

BlueSpiceSocial: 4.1

Permissions

Rechte

Name Beschreibung Rollen
social-resolve Änderung des Fortschrittes von Einträgen editor

ApiModules

API Modules

  • bs-socialresolve-tasks

Hooks

Hooks

Keine Kategorien vergebenBearbeiten

Diskussionen