Reference:BlueSpiceAuthors: Difference between revisions

(Created page with "{{BSExtensionInfo |desc=Displays the profile pictures and user name of page readers for admin users. |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice free, BlueSpice pro, BlueSpice farm, BlueSpice cloud |active=Yes |compatible=BlueSpice |category=Data Analysis |license=GPL v3 only |features=The extension '''Readers''' displays the readers of a wiki page to users with admin rights. *Displays the readers of a page in the page information flyout of th...")
 
No edit summary
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
|category=Data Analysis
|category=Data Analysis
|license=GPL v3 only
|license=GPL v3 only
|features=The extension '''Readers''' displays the readers of a wiki page to users with admin rights.
|features='''BlueSpiceAuthors''' displays the profile pictures of users who have edited a wiki article page. The pictures are displayed in the page information of the quality management bar.


*Displays the readers of a page in the page information flyout of the page tools.
* '''Image display:''' Each user can control which picture is displayed in the list of authors by changing their profile picture.
*The special page ''Special:Readers/PageTitle'' creates a list of all readers of a page along with the user name and the date of the last visit.<br />
*By default, only users with role ''admin'' can view this information.


Wiki administrators can set the number of readers to be shown in the page information flyout in the [[Reference:BlueSpiceConfigManager{{!}}Config manager.]]
* '''Avatar:''' If a user has not uploaded a picture, a personalized [[Reference:BlueSpiceAvatars{{!}}avatar]] is displayed.


}}
* '''Deleted users:''' If users who contributed to the page have been deleted, are not registered/logged in, or are not present for other reasons, an image with a yellow question mark is displayed.
{{wcagCheck
|wcagStatus=2-testing complete
|wcagCheckedfor=Web, Authoring tool
|wcagTestdate=2022-08-05
|wcagLevel=AA
|wcagSupport=partially supports
|wcagWorkaround=no
|wcagComments=keyboard access works.


Screenreader: Extjs: Pagination in grids not announcing button labels at top and pagination buttons at bottom;
* '''Interaction:''' When the mouse cursor is hovered over an author's picture, the user picture is displayed. The picture is linked to the user's profile page.
* '''Limit:''' The number of authors displayed and whether authors are displayed at all can be adjusted by administrators in the configuration management. If there are more contributors on the page than the limit allows, pagination is generated.
* '''Hide:''' The display of authors can be prevented using the behavior switch <code><nowiki>__NOAUTHORS__</nowiki></code>. It can be placed anywhere on the page.


switching between browse/focus modes enables finding out how many pages there are and moving to the next page.
[https://support.hallowelt.com/issues/27716 erm:27716]
|extensionType=core
|extensionFocus=admin
}}
}}

Latest revision as of 14:34, 20 November 2024

Extension: BlueSpiceAuthors

all extensions

Overview
Description:

Displays the profile picture for authors of a page

State: stable Dependency: BlueSpice
Developer: HalloWelt License: GPL-3.0-only
Type: BlueSpice Category: Data Analysis
Edition: BlueSpice free, BlueSpice pro, BlueSpice farm, BlueSpice cloud Version: 4.1+

Features

BlueSpiceAuthors displays the profile pictures of users who have edited a wiki article page. The pictures are displayed in the page information of the quality management bar.

  • Image display: Each user can control which picture is displayed in the list of authors by changing their profile picture.
  • Avatar: If a user has not uploaded a picture, a personalized avatar is displayed.
  • Deleted users: If users who contributed to the page have been deleted, are not registered/logged in, or are not present for other reasons, an image with a yellow question mark is displayed.
  • Interaction: When the mouse cursor is hovered over an author's picture, the user picture is displayed. The picture is linked to the user's profile page.
  • Limit: The number of authors displayed and whether authors are displayed at all can be adjusted by administrators in the configuration management. If there are more contributors on the page than the limit allows, pagination is generated.
  • Hide: The display of authors can be prevented using the behavior switch __NOAUTHORS__. It can be placed anywhere on the page.

Technical Information

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

Requirements

  • MediaWiki: 1.39.0
  • BlueSpiceFoundation: 4.3

Integrates into

Special pages

Configuration

Name Value
AuthorsBlacklist array ( 0 => 'MediaWiki default', )
AuthorsNamespaceBlacklist array ( 0 => 6, 1 => 7, 2 => 8, 3 => 9, 4 => 14, 5 => 15, )
AuthorsShow true

API Modules

  • bs-pageauthors-store

Hooks