Changes for page Stats per date

Last modified by Vincent Massol on 2014/07/22 11:09

From version 14.1
edited by Vincent Massol
on 2014/07/22 11:01
Change comment: There is no comment for this version
To version 15.1
edited by Vincent Massol
on 2014/07/22 11:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,7 +11,7 @@
11 11  if (request.confirm == '1') {
12 12   def total = 0
13 13   def xwql
14 - if (request.nocommitters) {
14 + if (request.nocommitters == '1') {
15 15   xwal = "from doc.object(ExtensionCode.ExtensionClass) as extension where doc.space = 'Extension' and doc.creationDate >= :start and doc.creationDate < :end and extension.authors not in ('xwiki:XWiki.XWikiTeam')"
16 16   } else {
17 17   xwal = "from doc.object(ExtensionCode.ExtensionClass) as extension where doc.space = 'Extension' and doc.creationDate >= :start and doc.creationDate < :end"

Get Connected