Changes for page Activity Stream Plugin

Last modified by Admin on 2022/02/28 00:01

<
From version < 16.2 >
edited by Vincent Massol
on 2013/08/27 12:30
To version < 17.1 >
edited by Sorin Burjan
on 2013/08/27 14:13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.VincentMassol
1 +xwiki:XWiki.Sorin
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -31,3 +31,15 @@
31 31  # xwiki.plugin.activitystream.daystokeepevents=0
32 32  {{/code}}
33 33  
34 +== Cleaning up the Acticity Stream ==
35 +
36 +If you want to clean older entries from the Activity Stream you have to un-comment the follosing line from xwiki.cfg:
37 +
38 +{{code}}
39 +# xwiki.plugin.activitystream.daystokeepevents=0
40 +{{/code}}
41 +
42 +Instead of 0, you must put the number of days the events should be kept. For example if you put the value 1, only the events from today and yesterday will be kept, the rest will be removed.
43 +Please note that you will have to restart your wiki. After restarting, XWiki will create a job in the Scheduler module. You can fine tune the job's parameters according to your needs.
44 +
45 +Also, if you want to customize your Activity Stream, you can use the [[Activity Macro>>Extension.Activity+Macro]]
Installable with Extension Manager
... ... @@ -1,0 +1,1 @@
1 +No

Get Connected