Changes for page Forthcoming

From version 39.5
edited by Andrea Omicini
on 01/04/2023 19:28
Change comment: There is no comment for this version
To version 42.1
edited by Andrea Omicini
on 24/04/2023 01:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,35 +1,26 @@
1 1  = {{italiano}}In arrivo{{/italiano}}{{english}}Forthcoming{{/english}} =
2 2  
3 -{{include reference="Events.Environment" excludeFirstHeading="true"/}}{{velocity}}
3 +{{include reference="Macros.Velocity" excludeFirstHeading="true"/}}{{include reference="Events.Environment" excludeFirstHeading="true"/}}{{velocity}}
4 +## set page display
5 +#set( $eventMenu = true )
6 +##
4 4  #if( !$userName || $userName == "" || !$userSpace || $userSpace == "" || !$userFullname || $userFullname == "" )
5 5  ## overall forthcoming events
6 - #set( $sql = "select doc.fullName from XWikiDocument doc, BaseObject obj, DateProperty as prop
7 - where doc.fullName = obj.name and obj.className = '$objectSpace.$objectClass' and obj.name <> '$objectSpace.$objectTemplate' and prop.id.id = obj.id and prop.name = 'start_date' and ( ( year(prop.value) > year(current_date()) ) or ( year(prop.value) = year(current_date()) and month(prop.value) > month(current_date()) ) or ( year(prop.value) = year(current_date()) and month(prop.value) = month(current_date()) and day(prop.value) > day(current_date()) ) ) order by date(prop.value) asc ")
8 - #set( $eventsFound = $xwiki.search($sql) )
9 - #if( $eventsFound.size() > 0 )
10 ->{{stringEngIta eng="Forthcoming Events" ita="Eventi in arrivo"/}}
11 -
12 - #foreach($event in $eventsFound)
13 - #set( $eventDoc = $xwiki.getDocument($event) )
14 -#if( !$foreach.first ){{themeTextSecondary}}•{{/themeTextSecondary}} #end##
15 -{{eventAcronym}}$eventDoc{{/eventAcronym}} (% style='color:$theme.textPrimaryColor' %)({{eventDates}}$eventDoc{{/eventDates}}) #end
16 -(%%)
17 - #end
9 + #set( $query = "select doc.fullName from XWikiDocument doc, BaseObject obj, DateProperty as prop
10 + where doc.fullName = obj.name and obj.className = '$objectSpace.$objectClass' and obj.name <> '$objectSpace.$objectTemplate' and prop.id.id = obj.id and prop.name = 'start_date' and ( ( year(prop.value) > year(current_date()) ) or ( year(prop.value) = year(current_date()) and month(prop.value) > month(current_date()) ) or ( year(prop.value) = year(current_date()) and month(prop.value) = month(current_date()) and day(prop.value) > day(current_date()) ) ) order by date(prop.value) asc " )
18 18  #else
19 -## user forthcoming events new
20 20   #set( $query = "select doc.fullName from XWikiDocument doc, BaseObject as obj0, BaseObject as obj1, LargeStringProperty as prop1, DateProperty as prop2
21 21   where obj0.name = doc.fullName and obj0.className = '${objectSpace}.${objectClass}' and obj0.name <> '${objectSpace}.${objectTemplate}' and prop2.id.id = obj0.id and prop2.name = 'end_date' and ( ( year(prop2.value) > year(current_date()) ) or ( year(prop2.value) = year(current_date()) and month(prop2.value) > month(current_date()) ) or ( year(prop2.value) = year(current_date()) and month(prop2.value) = month(current_date()) and day(prop2.value) > day(current_date()) ) ) and obj1.name = doc.fullName and obj1.className = '${objectSpace}.Roles.${objectClass}' and prop1.id.id = obj1.id and prop1.name = 'who' and prop1.value like '%$userName%' order by date(prop2.value) asc " )
14 +#end
22 22  ## execute query
23 - #set( $eventsFound = $xwiki.search($query) )
16 +#set( $eventsFound = $xwiki.search($query) )
24 24  ##
25 - #if( $eventsFound.size() > 0 )
18 +#if( $eventsFound.size() > 0 )
26 26  >{{stringEngIta eng="Forthcoming Events" ita="Eventi in arrivo"/}}
27 27  
28 - #foreach($event in $eventsFound)
29 - #set( $eventDoc = $xwiki.getDocument($event) )
30 -#if( !$foreach.first ){{themeTextSecondary}}•{{/themeTextSecondary}} #end##
31 -{{eventAcronym}}$eventDoc{{/eventAcronym}} (% style='color:$theme.textPrimaryColor' %)({{eventDates}}$eventDoc{{/eventDates}}) #end
21 + #foreach($event in $eventsFound)
22 + #set( $eventDoc = $xwiki.getDocument($event) )
23 +#if( !$foreach.first ){{themeTextSecondary}}•{{/themeTextSecondary}} #end{{event short="true"}}$eventDoc{{/event}} #end
32 32  (%%)
33 - #end
34 34  #end
35 -{{/velocity}}
26 +{{/velocity}}{{noShortcuts/}}