Extension: BlueSpiceExtendedStatistics
Overview | |||
---|---|---|---|
Description: |
Statistics module for BlueSpice | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL-3.0-only |
Type: | BlueSpice | Category: | Reporting |
Edition: | BlueSpice pro, BlueSpice Farm"BlueSpice Farm" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice Cloud"BlueSpice Cloud" is not in the list (BlueSpice free, BlueSpice free (deactivated), BlueSpice pro, BlueSpice pro (deactivated), BlueSpice farm, BlueSpice farm (deactivated), BlueSpice cloud, BlueSpice cloud (deactivated)) of allowed values for the "BSExtensionInfoEdition" property., BlueSpice free (deactivated) | Version: | 4.1+ |
Features
ExtendedStatistics provides an analytic view of many relevant parameters on the wiki, providing wiki administrators better insight into the usage of the wiki.
ExtendedStatistics can be accessed from the page Special:ExtendedStatistics.
It offers analysis of many aspects of wiki, like:
- Number of users.
- Number of pages.
- Edits per user.
- Search queries and more.
This data can be filtered:
- By defining the period (from and to date).
- Granulation (interval to show on diagram - day, week, month, year).
- Type (absolute, aggregate and list modes).
- Additional filters depending of the data being represented.
Some aspects of this extension can be configured with the Config manager, under ExtendedStatistics. Here, wiki administrators can configure:
- the users to exclude from statistical analysis
- the maximum number of interval steps
Technical Information
Technical details for BlueSpice cloud can differ in some cases.
Requirements
- MediaWiki: 1.43.0
- BlueSpiceFoundation: 5.0.0
Integrates into
- BlueSpiceExtendedStatistics
- BlueSpiceVisualEditorConnector
- ContentDroplets
Special pages
- AggregatedStatistic
Permissions
Name | Description | Role |
---|---|---|
extendedstatistics-viewspecialpage-aggregated | Access the special page Special:AggregatedStatistic | admin, maintenanceadmin |
Configuration
Name | Value |
---|---|
StatisticsAvailableGrains | array ( 'Y' => 'bs-statistics-year', 'm' => 'bs-statistics-month', 'W' => 'bs-statistics-week', 'd' => 'bs-statistics-day', ) |
StatisticsExcludeUsers | array ( 0 => 'WikiSysop', ) |
StatisticsMaxNumberOfIntervals | 366 |
StatisticsSnapshotStoreType | 'database' |
Hooks
Composer requirements
all-packages | phpoffice/phpspreadsheet |
---|