Changes for page Talks

From version 6.1
edited by Andrea Omicini
on 10/08/2021 16:18
Change comment: Document converted from syntax xwiki/2.0 to syntax xwiki/2.1
To version 2.1
edited by Andrea Omicini
on 11/12/2020 23:19
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.0

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +XWiki 2.0
Content
... ... @@ -1,21 +1,21 @@
1 -{{include document="Main.MacroSheet"/}}{{include document="Talks.MacroSheet"/}}{{include document="SODA.MacroSheet"/}}
1 +{{include document="Main.MacroSheet"/}} {{include document="Talks.MacroSheet"/}} {{include document="Talks.GlobalVars"/}}
2 2  
3 3  {{velocity filter="none"}}
4 4  {{html clean="false" wiki="true"}}
5 -##tagged research on Talks space based on tag "SODA"
6 -#set( $talkTag = "SODA")
7 -#set ( $from = ", BaseObject as obj0, DBStringListProperty as prop0 join prop0.list item, BaseObject as obj1, DateProperty as prop1" )
8 -#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" )
9 -#set ( $sql = $from + " where " + $where )
10 -#set($talkFound = $xwiki.searchDocuments($sql))
11 -#if ($talkFound.size()>0)
12 -= #soda() Talks in the #apice() Space =
13 -#foreach ($talks in $talkFound)#set($talkDoc = $xwiki.getDocument($talks))
14 -* #talkTDASInline($talks)
5 += #soda() Talks =
15 15  
7 +##tagged research on Publications space based on tag "SODA"
8 +#set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='Talks.TalkClass' and obj.name<>'Talks.TalkClassTemplate'")
9 +#foreach ($item in $xwiki.searchDocuments($sql))
10 +#set($talkDoc=$xwiki.getDocument($item))
11 +#set($talkObj=$talkDoc.getObject("Talks.TalkClass"))
12 +#set($talkTags=$talkDoc.getObject("XWiki.TagClass").tags)
13 +#if ($talkTags.contains("SODA"))
14 + * [[#if ($talkDoc.display("title")!="")$talkDoc.display("title")#else$talkDoc.display("titolo")#end>>$item]] #if ($context.getUser() != "XWiki.XWikiGuest") {{{[}}}<a href="$xwiki.getURL("$item", "inline")">{{html clean="false"}}$msg.get("edit"){{/html}}</a>{{{]}}} #end
15 +
16 +<p/>
16 16  #end
17 -#else
18 -#warning("No talks with tag $talkTag in the #apice() space")
19 19  #end
19 +
20 20  {{/html}}
21 21  {{/velocity}}

A&A  |  TuCSoN  |  MEnSA