Difference between revisions of "Reference:BlueSpiceReadConfirmation"

(User manual)
(Tag: 2017 source edit)
 

Extension: BlueSpiceReadConfirmation


Overview
Description: ask for confirmation that an article was read by certain users. Extension to collect read confirmations for a page
State: stable Dependency: BlueSpice
Developer: HalloWelt License:

GPL-3.0-onlyProperty "BSExtensionInfoLicense" (as page type) with input value "</br>GPL-3.0-only" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process.

Type: BlueSpice Category: Quality Assurance
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud

Features

[edit source]

Description[edit | edit source]

Read Confirmation ask

ReadConfirmation asks for confirmation that

an article was

a page has been read by

certain users. Responsible editors for an article will get an request to confirm that they have read the article. Usage / Features[edit | edit source]

Technical information[edit | edit source]

Configuration[edit | edit source]

Rights (permissions)[edit | edit source]

Requierements[edit | edit source]

ReadConfirmation requires PageAssignments.

User manual[edit | edit source]

For detailed description and usage please visit our user manual.

Try free our BlueSpice[edit | edit source]

BlueSpiceDemo.

users who have a page assignment for that page.

When the feature is enabled for a namespace, users who are assigned to a page see a checkbox at the top of the page. By clicking the checkbox, they confirm that the page has been read.

ReadConfirmations can be enabled or disabled for each namespace individually, in NamespaceManager.

Page approval and read confirmation

If a namespace has the feature Approval activated at the same time, the read confirmation is triggered if a new draft page has been created. This can be changed server-side using LocalSettings.php. If a read confirmation should be triggered after the page has been approved and not when the draft is created, the following setting needs to exist:

                        $GLOBALS['bsgReadConfirmationMechanism'] = "\\BlueSpice\\FlaggedRevsConnector\\ReadConfirmation\\Mechanism\\PageApproved::factory";

                    

Technical Information[edit source]

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

Requirements[edit source]

  • MediaWiki: 1.31
  • BlueSpiceFoundation: 3.2

Integrates into[edit source]

  • BlueSpicePrivacy

Special pages[edit source]

Permissions[edit source]

Name Description Role
readconfirmationremind Remind users that they have to confirm to have read the page admin, maintenanceadmin

Configuration[edit source]

Name Value
Mechanism 'BlueSpice\\ReadConfirmation\\Mechanism\\NonMinorEdit::factory'

API Modules[edit source]

  • bs-readconfirmation-tasks

Hooks[edit source]

{{BSExtensionInfoboxBSExtensionInfo
        
        |desc=askAsk for confirmation that an articlea page was read by certainassigned users.
        
        |status=stable
        
        |developer=HalloWelt
        
        |type=BlueSpice
        
        |edition=BlueSpice pro
            
            |active=Yes
            
            |compatible=BlueSpice
            
            |package=ReadConfirmation
            
            |category=Quality Assurance
            
            }}
            
            ==Description==
            
            
            
            '''Read Confirmation''' ask for confirmation that an article was read by certain users. Responsible editors for an article will get an request to confirm that they have read the article.
            
            
            
            ==Usage / Features==
            
            
            
            ==Technical information==
            
            
            
            ===Configuration===
            
            
            
            ===Rights (permissions)===
            
            
            
            ===Requierements===
            
            ReadConfirmation requires PageAssignments.
            
            
            
            ==User manual==
            
            
            
            For detailed description and usage please visit our [https://en.help.bluespice.com/wiki/Extensions/BlueSpiceReadConfirmation user manual.]
            
            
            
            ==Try free our BlueSpice==
            
            
            
            [https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.]
            
            
            
            
            
            
            
            
            
            
            
            [[de:ReadConfirmation]][[en:{{FULLPAGENAME}}]][[Category:Extension]], BlueSpice Farm, BlueSpice Cloud
            
            |compatible=BlueSpice
            
            |category=Quality Assurance
            
            |license=GPL v3 only
            
            |features='''ReadConfirmation''' asks for confirmation that a page has been read by users who have a [[Reference:BlueSpicePageAssignments|page assignment]] for that page.
            
            
            
            When the feature is enabled for a namespace, users who are assigned to a page see a checkbox at the top of the page. By clicking the checkbox, they confirm that the page has been read.
            
            
            
            ReadConfirmations can be enabled or disabled for each namespace individually, in [[Reference:NamespaceManager|NamespaceManager]].
            
            
            
            ===Page approval and read confirmation===
            
            If a namespace has the feature [[Reference:FlaggedRevs|Approval]] activated at the same time, the read confirmation is triggered if a new draft page has been created. This can be changed server-side using LocalSettings.php. If a read confirmation should be triggered after the page has been approved and not when the draft is created, the following setting needs to exist:
            
            
            <syntaxhighlight lang="text">
            
            $GLOBALS['bsgReadConfirmationMechanism'] = "\\BlueSpice\\FlaggedRevsConnector\\ReadConfirmation\\Mechanism\\PageApproved::factory";
            
            
            </syntaxhighlight>
            
            
            
            
            
            }}
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{BSExtensionInfobox
+
{{BSExtensionInfo
|desc=ask for confirmation that an article was read by certain users.
+
|desc=Ask for confirmation that a page was read by assigned users
 
|status=stable
 
|status=stable
 
|developer=HalloWelt
 
|developer=HalloWelt
 
|type=BlueSpice
 
|type=BlueSpice
|edition=BlueSpice pro
+
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|active=Yes
 
 
|compatible=BlueSpice
 
|compatible=BlueSpice
|package=ReadConfirmation
 
 
|category=Quality Assurance
 
|category=Quality Assurance
}}
+
|license=GPL v3 only
==Description==
+
|features='''ReadConfirmation''' asks for confirmation that a page has been read by users who have a [[Reference:BlueSpicePageAssignments|page assignment]] for that page.
  
'''Read Confirmation''' ask for confirmation that an article was read by certain users. Responsible editors for an article will get an request to confirm that they have read the article.
+
When the feature is enabled for a namespace, users who are assigned to a page see a checkbox at the top of the page. By clicking the checkbox, they confirm that the page has been read.
  
==Usage / Features==
+
ReadConfirmations can be enabled or disabled for each namespace individually, in [[Reference:NamespaceManager|NamespaceManager]].
  
==Technical information==
+
===Page approval and read confirmation===
 +
If a namespace has the feature [[Reference:FlaggedRevs|Approval]] activated at the same time, the read confirmation is triggered if a new draft page has been created. This can be changed server-side using LocalSettings.php. If a read confirmation should be triggered after the page has been approved and not when the draft is created, the following setting needs to exist:
 +
<syntaxhighlight lang="text">
 +
$GLOBALS['bsgReadConfirmationMechanism'] = "\\BlueSpice\\FlaggedRevsConnector\\ReadConfirmation\\Mechanism\\PageApproved::factory";
 +
</syntaxhighlight>
  
===Configuration===
 
  
===Rights (permissions)===
+
}}
 
 
===Requierements===
 
ReadConfirmation requires PageAssignments.
 
 
 
==User manual==
 
 
 
For detailed description and usage please visit our [https://en.help.bluespice.com/wiki/Extensions/BlueSpiceReadConfirmation user manual.]
 
 
 
==Try free our BlueSpice==
 
 
 
[https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.]
 
 
 
 
 
 
 
 
 
 
 
[[de:ReadConfirmation]][[en:{{FULLPAGENAME}}]][[Category:Extension]]
 

Attachments

Discussions