Changes for page Release Plans

Last modified by Thomas Mortagne on 2024/03/27 13:23

<
From version < 15.1 >
edited by Ecaterina Moraru (Valica)
on 2014/11/06 12:41
To version < 16.1 >
edited by Vincent Massol
on 2015/12/24 12:39
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.evalica
1 +xwiki:XWiki.VincentMassol
Content
... ... @@ -1,3 +1,7 @@
1 +{{box cssClass="floatinginfobox" title="**Contents**"}}
2 +{{toc/}}
3 +{{/box}}
4 +
1 1  {{velocity}}
2 2  #if ("$!request.version" != "")
3 3   #set ($shortVersion = $stringtool.replaceChars($request.version, ".-", ""))
... ... @@ -44,4 +44,31 @@
44 44  
45 45  Older Release plans are available in the [[Archives page>>ReleasePlans.ReleasePlansArchives]].
46 46  
47 -You can also check the [[Release Managers>>dev:Community.ReleaseManagerRoster]] assignments order.
51 += Statistics =
52 +
53 +{{velocity}}
54 +#set ($userCount = {})
55 +#foreach ($userRef in $services.query.xwql("select rp.releaseManager from Document doc, doc.object(ReleasePlans.ReleasePlanClass) as rp").execute())
56 + #set ($count = $userCount.get($userRef))
57 + #if ("$!count" == '')
58 + #set ($count = 0)
59 + #end
60 + #set ($count = $count + 1)
61 + #set ($discard = $userCount.put($userRef, $count))
62 +#end
63 +|= Release Manager|=Number of releases done
64 +#foreach ($item in $userCount.entrySet())
65 +|[[{{useravatar username="$item.key" height="40"/}}>>$item.key]]|$item.value
66 +#end
67 +{{/velocity}}
68 +
69 += Next Release Managers =
70 +
71 +The list of the next Release Managers (once a Release Manager finishes a release he must move himself/herself to the end of the list):
72 +
73 +* gdelhumeau - 7.4
74 +* tmortagne - not known yet
75 +* mflorea - not known yet
76 +* enygma - not known yet
77 +* evalica - not known yet
78 +* vmassol - not known yet

Get Connected