ActivityStream Plugin
Features
The activity stream plugin offers to store events in dedicated database tables, in order both to avoid heavy XWiki documents run-time processing (while for example retrieving recent page edits), and to allow new custom types of events, beyond the ones related to the documents life-cycle. The plugin API offers methods to record events in the database, either based on a document or custom events ; as well as methods to retrieve those events. Events can be filtered by the wiki space they concern, the name of the stream they have been recorded to, the user that has triggered its record, and other parameters. They can also be grouped by priority in order to display only the most relevant ones when the stream is very active.Installation
Download and place the plugin JAR in the WEB-INF/lib/ folder of your XWiki installation. Activate the plugin by editing your WEB-INF/xwiki.cfg file as follows and restart your XWiki instance:xwiki.plugins=[...],com.xpn.xwiki.plugin.activitystream.impl.ActivityStreamImpl
<!-- Mapping files -->
[...]
<mapping resource="activitystream.hbm.xml"/>
Version 4.1 last modified by jvelociter on 07/04/2008 at 10:14
Document data
Attachments:
No attachments for this document
Comments: 0