Changes for page Talks

From version 7.1
edited by Andrea Omicini
on 10/08/2021 16:18
Change comment: There is no comment for this version
To version 4.1
edited by Andrea Omicini
on 11/12/2020 23:21
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -SODA Talks
1 +Talks
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 2.0
Content
... ... @@ -1,1 +1,24 @@
1 -{{velocity}}#set( $tag = 'SODA' ){{/velocity}}{{include reference='Talks.Tag'/}}{{include document="SODA.MacroSheet"/}}
1 +{{include document="Main.MacroSheet"/}}{{include document="Talks.MacroSheet"/}}{{include document="SODA.MacroSheet"/}}
2 +
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
5 += #soda() Talks =
6 +
7 +##tagged research on Talks space based on tag "SODA"
8 +#set( $talkTag = "SODA")
9 +#set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1" )
10 +#set ( $where = "obj0.className='XWiki.TagClass' and obj0.name=doc.fullName and obj0.id=prop0.id.id and prop0.id.name='tags' and lower(item)=lower('$talkTag') and obj1.name=doc.fullName and obj1.className='Talks.TalkClass' and obj1.name<>'Talks.TalkClassTemplate' and prop1.id.id=obj1.id and prop1.name = 'date' order by prop1.value desc" )
11 +#set ( $sql = $from + " where " + $where )
12 +#set($talkFound = $xwiki.searchDocuments($sql))
13 +#if ($talkFound.size()>0)
14 += #soda() Talks in the #apice() Space =
15 +#foreach ($talks in $talkFound)#set($talkDoc = $xwiki.getDocument($talks))
16 +* #talkTDASInline($talks)
17 +
18 +#end
19 +#else
20 +#warning("No talks with tag $talkTag in the #apice() space")
21 +#end
22 +{{/html}}
23 +{{/velocity}}
24 +

A&A  |  TuCSoN  |  MEnSA