Changes for page Stats per date

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

From version 1.6
edited by Vincent Massol
on 2014/07/21 18:36
Change comment: There is no comment for this version
To version 2.1
edited by Vincent Massol
on 2014/07/21 18:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,7 +2,7 @@
2 2  
3 3  {{groovy}}
4 4  if (request.confirm == '1') {
5 - services.query.xwql("from doc.object(ExtensionCode.ExtensionClass) as extension where doc.space = 'Extension'").execute().each() {
5 + services.query.xwql("from doc.object(ExtensionCode.ExtensionClass) as extension where doc.space = 'Extension' and doc.creationDate >= '2013-06-30' and doc.creationDate < '2014-06-30'").execute().each() {
6 6  println "* ${it}"
7 7   }
8 8  }

Get Connected