Activity Stream Application
Display all activity in the wiki or farm |
Type | XAR |
Category | |
Developed by | |
Rating | |
License | GNU Lesser General Public License 2.1 |
Compatibility | XWiki Enterprise 2.6 and above |
Table of contents
Description
The Activity Stream Application contains an Activity Macro that listens to the following events:
- create, edit, delete events for pages
- comments events
- attachments events
- annotations events
Usage
Parameters definition
Name | Optional | Allowed values | Default value | Description |
---|---|---|---|---|
entries | yes | String set to a numerical value | 20 | Number of entries to display the activity for |
subentries | yes | String set to a numerical value | 10 | Number of activities to show for each entry |
wikis | yes | List of strings |
| Comma separated list of wikis to display activity for |
spaces | yes | List of strings | All spaces when not specified | Comma separated list of local serialized references of the spaces to display the activity for |
authors | yes | List of strings | All authors when not specified | Comma separated list of authors whose modifications to show |
tags | yes | List of strings | Comma separated list of tags to display activity for | |
minor | yes | String set to "true" or "false" | false | Whether to show modifications that create minor versions or not |
rss | yes | String set to "true" or "false" | false | Whether to show activity rss link or not |
Examples
List all activity for the current wiki:
List all activity for the current space and for the Admin user only:
{{activity spaces="$doc.space" authors="XWiki.Admin"/}}
{{/velocity}}
Screenshot
Prerequisites & Installation Instructions
We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.
You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:
- Log in the wiki with a user having Administration rights
- Go to the Administration page and select the Import category
- Follow the on-screen instructions to upload the downloaded XAR
- Click on the uploaded XAR and follow the instructions
- You'll also need to install all dependent Extensions that are not already installed in your wiki
Dependencies
Dependencies for this extension (org.xwiki.platform:xwiki-platform-activitystream-ui 12.5.1):
- org.xwiki.platform:xwiki-platform-activitystream-api 12.5.1
- org.xwiki.platform:xwiki-platform-rendering-macro-velocity 12.5.1
- org.xwiki.platform:xwiki-platform-feed-api 12.5.1
- org.xwiki.platform:xwiki-platform-localization-script 12.5.1
- org.xwiki.platform:xwiki-platform-rendering-wikimacro-store 12.5.1