Vincent, thanks so far for ideas, we will investigate them

I see great "activitystream_events" table there...
Can you have a quick look - is it easy to write there     ase_type="view"   
record each time page viewed?
May be you can find or make a kind of flag to enable it?


-----Original Message-----
From: Vincent Massol [mailto:vmas...@gmail.com] On Behalf Of vinc...@massol.net
Sent: Tuesday, May 19, 2015 2:36 PM
To: XWiki Users
Cc: Яковлев Павел Владимирович
Subject: RE: [xwiki-users] User activity log


On 19 May 2015 at 13:30:32, Яковлев Павел Владимирович 
(yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)) wrote:

>  
> Vincent,
>  
>  
> Unfortunately as I see this extension does not collect info which pages where 
> visited by which user( 

Indeed

> Business task is like this: to know which required instructions this guy or 
> that guy have read

You could do that by having some web server (apache for ex) in front of xwiki 
and then checking the access logs. You’d need to ensure to log the username 
from the cookie for example (for ex using 
http://httpd.apache.org/docs/2.2/mod/mod_log_config.html).

Alternatively (and better IMO), you can have some custom sheet with a checkbox 
that the user has to click to signify he’s read the page (since viewing the 
page doesn’t mean he’s read it!).

Hope it helps,
-Vincent

> From: Vincent Massol [mailto:vmas...@gmail.com] On Behalf Of 
> vinc...@massol.net
> Sent: Tuesday, May 19, 2015 2:23 PM
> To: XWiki Users
> Cc: Яковлев Павел Владимирович
> Subject: Re: [xwiki-users] User activity log
>  
>  
>  
>  
>  
>  
>  
> Hi,
>  
>  
>  
>  
>  
> On 19 May 2015 at 13:15:55, Яковлев Павел Владимирович 
> (yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru))(mailto:yakovle...@sovcombank.ru(mailto:yakovle...@sovcombank.ru)))
>  wrote:
>  
> > Hi all!
> >
> > Our organization have Xwiki set up and working. Some pages are business 
> > instructions.
> >
> > Now management asked for report: who viewed which instructions and when.
> >
> > We have authorization required to view those pages, so Xwiki always know 
> > login name.
> >
> > Is there way set up some log of visits by user and page?
> >
> > Better if without setting up dev tools and changing code!
> >
> > A text file or table in DB will be enough as log
> >
> > Thanks all who will reply/
>  
>  
>  
>  
>  
>  
> Maybe 
> http://extensions.xwiki.org/xwiki/bin/view/Extension/Statistics+Application 
> would help you?
>  
>  
>  
>  
>  
>  
>  
> Thanks
>  
>  
>  
> -Vincent
>  
>  
>  
>  
>  
>  
>  
>  
>  



_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to