Changes for page Clean Activity Stream

Last modified by Vincent Massol on 2021/03/17 21:52

<
From version < 13.9 >
edited by Vincent Massol
on 2016/01/21 10:13
To version < 14.1 >
edited by Vincent Massol
on 2016/01/21 10:17
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,22 +1,23 @@
1 -By default ActivityStream is on front page of xWiki and sometime, if someone modify a page with rude langage or create/delete a page, we don't need that activity stream show these notifications.
1 +By default the Activity Stream is displayed on the front page of XWiki and sometimes there's a need to remove some entries from it (someone modifying a page with some rude language comment, creating/deleting a page that we don't want to show in the stream, etc).
2 2  
3 -We can **remove some specific events from activity stream** with this extension.
3 +This application allows **removing some specific events from the Activity Stream**.
4 4  
5 5  = Form to delete selected events =
6 -[[image:CleanASBefore.png||style="border:1px solid black;"]]
7 7  
7 +{{image reference="CleanASBefore.png"/}}
8 +
8 8  = Result =
9 -[[image:CleanASAfter.png||style="border:1px solid black;"]]
10 10  
11 -[[image:ASBeforeAfter.png||style="border:1px solid black;"]]
11 +{{image reference="CleanASAfter.png"/}}
12 12  
13 +{{image reference="ASBeforeAfter.png"/}}
13 13  
15 += Notes =
14 14  
15 -= Notices =
16 -* the form is installed in Sandbox by default but it is an admin tool, once installed you can move page in a space of your choice
17 -* the form show only last 500 events by default
18 -* After event deletion you must refresh page to update the list of this form (deleted event still there in the list)
19 -* anyways, old ActivityStream events can be removed with xwiki.cfg parameters
17 +* The form is installed in Sandbox by default but it is an admin tool, once installed you can move page in a space of your choice
18 +* The form shows only last 500 events by default
19 +* After event deletion you must refresh the page to update the list displayed by the form (deleted event still show up in the list prior to refresh)
20 +* Old Activity Stream events can be removed using the cleanup parameters that exists in the ##xwiki.cfg## configuration file:(((
20 20  {{code}}
21 21  #-# Number of days the events should be kept (0 or any negative value: infinite duration)
22 22  #-# Note: if this value is greater than 0 a scheduler job will be created, this job will then be fired every week to
... ... @@ -24,4 +24,4 @@
24 24  #-# Default: 0
25 25  # xwiki.plugin.activitystream.daystokeepevents=0
26 26  {{/code}}
27 -
28 +)))

Get Connected