[xwiki-users] Statistics

2014-04-09 Thread Pascal BASTIEN
Hello

Are there a way to exclude all WebHome pages from MostviewedPages statistics 
table?

Add a cron to delete all lines containing *.WebHome in xwikistatsdoc table of 
my postgres database?


Thxs

Pascal B
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2014-04-09 Thread Marius Dumitru Florea
You can always query the stats tables yourself. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Most+Viewed+Articles
.

Hope this helps,
Marius

On Wed, Apr 9, 2014 at 11:03 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 Hello

 Are there a way to exclude all WebHome pages from MostviewedPages 
 statistics table?

 Add a cron to delete all lines containing *.WebHome in xwikistatsdoc table of 
 my postgres database?


 Thxs

 Pascal B
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2014-04-09 Thread Pascal BASTIEN
Thxs i will try that.





 De : Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
À : Pascal BASTIEN pbasnews-xw...@yahoo.fr; XWiki Users users@xwiki.org 
Envoyé le : Mercredi 9 avril 2014 15h10
Objet : Re: [xwiki-users] Statistics
 

You can always query the stats tables yourself. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Most+Viewed+Articles
.

Hope this helps,
Marius


On Wed, Apr 9, 2014 at 11:03 AM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote:
 Hello

 Are there a way to exclude all WebHome pages from MostviewedPages 
 statistics table?

 Add a cron to delete all lines containing *.WebHome in xwikistatsdoc table of 
 my postgres database?


 Thxs

 Pascal B
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2012-11-22 Thread sanjib
Hi Sergiu,

I have a problem in XWiki 4.2M1 in statistics home page. The stats data is
coming properly but the Current Month Activity chart is not coming
properly. Only horizontal line is coming. Also the same thing is happening
for all charts in the activity statistics page.

Any help would be greatly appreciated.

Thanks,
Sanjib



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Statistics-tp507134p7582495.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics for Pages

2010-08-04 Thread Marius Dumitru Florea
Hi Felix,

On 08/04/2010 12:21 AM, Meng Wu wrote:
 Hey,

 Are there snippets or apps out there that allow you to get the stats for 
 single
 pages? I've only seen that let you find the stats for a group of pages. I also
 can't find the API to allows me to customize stats aggregation from the stats
 module. Can anyone help?

If you want custom stats then you'll have to query yourself the 
xwikistatsdoc ( 
http://platform.xwiki.org/xwiki/bin/view/DevGuide/DsXWikiDocumentStats ) 
table. Take a look at 
http://code.xwiki.org/xwiki/bin/view/Snippets/NumberOfEditedArticlesPerDayAndPerWeekSnippet
 
or 
http://code.xwiki.org/xwiki/bin/view/Snippets/MostViewedArticlesSnippet 
. Note that xwikistatsdoc already contains aggregated data and the 
lowest unit of time for which stats are aggregated is a day. The main 
information that you can extract for a particular document is the number 
of views/edits per day/week/month/year (i.e. view/edit trend for a given 
page)

Hope this helps,
Marius


 Thanks,

 Felix




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


[xwiki-users] Statistics for Pages

2010-08-03 Thread Meng Wu
Hey,

Are there snippets or apps out there that allow you to get the stats for single 
pages? I've only seen that let you find the stats for a group of pages. I also 
can't find the API to allows me to customize stats aggregation from the stats 
module. Can anyone help?

Thanks,

Felix


  

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


[xwiki-users] Statistics still not working in 2.0.3 ?

2009-11-24 Thread Jeremie BOUSQUET
Hello,

I upgraded my wiki (webapp and xar) from 2.0.RC1 to 2.0.3.
While statistics are supposed to work (they were in RC1) as a bug was
solved, it seems in fact in 2.0.3 my statistics tables are not updated
anymore.
I did not change the xwiki.cfg so they should be activated as they used to.
I checked the list of plugins which seems ok.
There is no exception related to statistics in my logs.

Am I missing something ?

Thanks,
Jeremie
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics still not working in 2.0.3 ?

2009-11-24 Thread Vincent Massol
Hi Jeremie,

On Nov 24, 2009, at 11:09 AM, Jeremie BOUSQUET wrote:

 Hello,

 I upgraded my wiki (webapp and xar) from 2.0.RC1 to 2.0.3.
 While statistics are supposed to work (they were in RC1) as a bug was
 solved, it seems in fact in 2.0.3 my statistics tables are not updated
 anymore.
 I did not change the xwiki.cfg so they should be activated as they  
 used to.
 I checked the list of plugins which seems ok.
 There is no exception related to statistics in my logs.

 Am I missing something ?

We're really sorry about this. We messed up badly on this... We  
thought we had fixed them in 2.0.3 but indeed they weren't fixed.

They're now fixed in 2.0.4 and 2.1M1 (2.04 isn't released yet but  
2.1M1 is):
http://jira.xwiki.org/jira/browse/XWIKI-4564

Thanks
-Vincent

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


Re: [xwiki-users] Statistics still not working in 2.0.3 ?

2009-11-24 Thread Thomas Mortagne
On Tue, Nov 24, 2009 at 11:09, Jeremie BOUSQUET
jeremie.bousq...@gmail.com wrote:
 Hello,

 I upgraded my wiki (webapp and xar) from 2.0.RC1 to 2.0.3.
 While statistics are supposed to work (they were in RC1) as a bug was
 solved, it seems in fact in 2.0.3 my statistics tables are not updated
 anymore.
 I did not change the xwiki.cfg so they should be activated as they used to.
 I checked the list of plugins which seems ok.
 There is no exception related to statistics in my logs.

 Am I missing something ?

No you don't, see http://jira.xwiki.org/jira/browse/XWIKI-4564


 Thanks,
 Jeremie
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics still not working in 2.0.3 ?

2009-11-24 Thread Jeremie BOUSQUET
Ok thanks,

I'll wait for 2.0.4 so :)

Regards,
Jeremie

2009/11/24 Vincent Massol vinc...@massol.net

 Hi Jeremie,

 On Nov 24, 2009, at 11:09 AM, Jeremie BOUSQUET wrote:

  Hello,
 
  I upgraded my wiki (webapp and xar) from 2.0.RC1 to 2.0.3.
  While statistics are supposed to work (they were in RC1) as a bug was
  solved, it seems in fact in 2.0.3 my statistics tables are not updated
  anymore.
  I did not change the xwiki.cfg so they should be activated as they
  used to.
  I checked the list of plugins which seems ok.
  There is no exception related to statistics in my logs.
 
  Am I missing something ?

 We're really sorry about this. We messed up badly on this... We
 thought we had fixed them in 2.0.3 but indeed they weren't fixed.

 They're now fixed in 2.0.4 and 2.1M1 (2.04 isn't released yet but
 2.1M1 is):
 http://jira.xwiki.org/jira/browse/XWIKI-4564

 Thanks
 -Vincent

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

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


Re: [xwiki-users] Statistics still not working in 2.0.3 ?

2009-11-24 Thread Vincent Massol

On Nov 24, 2009, at 2:19 PM, Jeremie BOUSQUET wrote:

 Ok thanks,

 I'll wait for 2.0.4 so :)

It should be released before the end of  the week.

-Vincent

 Regards,
 Jeremie

 2009/11/24 Vincent Massol vinc...@massol.net

 Hi Jeremie,

 On Nov 24, 2009, at 11:09 AM, Jeremie BOUSQUET wrote:

 Hello,

 I upgraded my wiki (webapp and xar) from 2.0.RC1 to 2.0.3.
 While statistics are supposed to work (they were in RC1) as a bug  
 was
 solved, it seems in fact in 2.0.3 my statistics tables are not  
 updated
 anymore.
 I did not change the xwiki.cfg so they should be activated as they
 used to.
 I checked the list of plugins which seems ok.
 There is no exception related to statistics in my logs.

 Am I missing something ?

 We're really sorry about this. We messed up badly on this... We
 thought we had fixed them in 2.0.3 but indeed they weren't fixed.

 They're now fixed in 2.0.4 and 2.1M1 (2.04 isn't released yet but
 2.1M1 is):
 http://jira.xwiki.org/jira/browse/XWIKI-4564

 Thanks
 -Vincent

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


[xwiki-users] Statistics

2009-06-30 Thread CASTRO roney
Hello there,
I was looking forward to have a more specific statistics website on my xwiki.
Actually, I would like to monitor which user visited a space, how many times he 
or she did it. Is there any tool (xwiki or external tool) that allows me to do 
that?
Thanks in advance !
Best Regards

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


Re: [xwiki-users] Statistics

2009-06-30 Thread Marius Dumitru Florea
See 
http://platform.xwiki.org/xwiki/bin/view/Features/IntegratedStatistics 
and http://code.xwiki.org/xwiki/bin/view/Applications/StatisticsApplication

Hope this helps,
Marius

CASTRO roney wrote:
 Hello there,
 I was looking forward to have a more specific statistics website on my xwiki.
 Actually, I would like to monitor which user visited a space, how many times 
 he or she did it. Is there any tool (xwiki or external tool) that allows me 
 to do that?
 Thanks in advance !
 Best Regards
 
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2007-11-28 Thread Sergiu Dumitriu
That's because the author of that page is not an admin. More detailed, 
the page must be saved using a global account (like xwiki:XWiki.Admin) 
which has programming rights enabled.

Sergiu

Vitantonio Messa wrote:
 Hello everyone,
 
 I've activated the statistics on my virtual xwikis, but when I access 
 the page XWiki/Stats I see the code, but not statistics, as this:
 
 % period = request.get(period) Calendar cal = Calendar.getInstance(); 
 cal.setTime(new Date()); if (period==null) { period = 
 cal.get(Calendar.YEAR) * 100 + (cal.get(Calendar.MONTH)+1) }
 
 jour = cal.get(Calendar.YEAR) * 1 + (cal.get(Calendar.MONTH)+1) * 
 100 + (cal.get(Calendar.DAY_OF_MONTH)+1)
 
 type = request.get(type) if (type==null) type = view
 
 %
 
 In the xwiki.cfg, this is the section related to statistics:
 
 xwiki.stats=1
 xwiki.stats.default=1
 xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl
 
 Any help?
 Thanks!
 
 Vito
 
 

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


[xwiki-users] Statistics

2007-11-27 Thread Vitantonio Messa
Hello everyone,

I've activated the statistics on my virtual xwikis, but when I access 
the page XWiki/Stats I see the code, but not statistics, as this:

% period = request.get(period) Calendar cal = Calendar.getInstance(); 
cal.setTime(new Date()); if (period==null) { period = 
cal.get(Calendar.YEAR) * 100 + (cal.get(Calendar.MONTH)+1) }

jour = cal.get(Calendar.YEAR) * 1 + (cal.get(Calendar.MONTH)+1) * 
100 + (cal.get(Calendar.DAY_OF_MONTH)+1)

type = request.get(type) if (type==null) type = view

%

In the xwiki.cfg, this is the section related to statistics:

xwiki.stats=1
xwiki.stats.default=1
xwiki.stats.class=com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl

Any help?
Thanks!

Vito


-- 
Vitantonio Messa
+358 46 889 48 49 - [EMAIL PROTECTED]
COSS - The Finnish Centre for Open Source Solutions
@ Technology Centre Hermia Ltd.
Hermiankatu 1, FIN-33720 Tampere, FINLAND
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2007-11-27 Thread Vitantonio Messa
Vincent Massol wrote:
 Hi Vito,
 
 2 things:
 
 1) When statistics are enable you'll need to view pages, edit, etc  
 from that point forward to get stats
 2) We're releasing a brand new statistics module for XE 1.2RC1 (to be  
 out at the end of the week). It's much improved.

Thanks Vincent,

one question more: do I need to restart the server (since I modified the 
xwiki.cfg) to really enable statistic? or it is enough to just modify 
the configuration file?

Vito



-- 
Vitantonio Messa
+358 46 889 48 49 - [EMAIL PROTECTED]
COSS - The Finnish Centre for Open Source Solutions
@ Technology Centre Hermia Ltd.
Hermiankatu 1, FIN-33720 Tampere, FINLAND
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2007-11-27 Thread Vincent Massol

On Nov 28, 2007, at 8:19 AM, Vitantonio Messa wrote:

 Vincent Massol wrote:
 Hi Vito,

 2 things:

 1) When statistics are enable you'll need to view pages, edit, etc
 from that point forward to get stats
 2) We're releasing a brand new statistics module for XE 1.2RC1 (to be
 out at the end of the week). It's much improved.

 Thanks Vincent,

 one question more: do I need to restart the server (since I modified  
 the
 xwiki.cfg) to really enable statistic? or it is enough to just modify
 the configuration file?

You need to restart I think since the xwiki.cfg file is read only at  
startup.

-Vincent

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