On 19 May 2015 at 13:30:32, Яковлев Павел Владимирович
(yakovlevpv@sovcombank.ru(mailto:yakovlevpv@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:vmassol@gmail.com] On
Behalf Of vincent(a)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, Яковлев Павел Владимирович
(yakovlevpv@sovcombank.ru(mailto:yakovlevpv@sovcombank.ru))(mailto:yakovlevpv@sovcombank.ru(mailto:yakovlevpv@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