Changes for page Deadlines

From version 70.1
edited by Andrea Omicini
on 27/04/2023 08:35
Change comment: There is no comment for this version
To version 72.1
edited by Andrea Omicini
on 12/05/2023 18:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +$services.localization.render('deadlines')
Content
... ... @@ -1,5 +3,3 @@
1 -= {{italiano}}Scadenze{{/italiano}}{{english}}Deadlines{{/english}} =
2 -
3 3  {{include reference="Events.Environment" excludeFirstHeading="true"/}}{{velocity}}
4 4  #if( !$userName || $userName == "" || !$userSpace || $userSpace == "" )
5 5   #set( $oneUser = false )
... ... @@ -8,13 +8,13 @@
8 8   #set( $userString = "%$userName%" )
9 9  #end
10 10  ## overall incoming deadlines
11 -#set( $query = "select doc.fullName from XWikiDocument doc, BaseObject objEvent, DateProperty as propDate #if( $oneUser), BaseObject as objRole, LargeStringProperty as propWho #end
9 +#set( $query = ", BaseObject objEvent, DateProperty as propDate #if( $oneUser), BaseObject as objRole, LargeStringProperty as propWho #end
12 12   where doc.fullName = objEvent.name and objEvent.className = '${objectSpace}.${objectClass}' and objEvent.name <> '${objectPool}.${objectTemplate}' and propDate.id.id = objEvent.id and propDate.name = 'paper_submission' and date(propDate.value) > current_date() #if( $oneUser) and objRole.name = doc.fullName and objRole.className = '${objectSpace}.Roles.${objectClass}' and propWho.id.id = objRole.id and propWho.name = 'who' and propWho.value like '$userString' #end order by date(propDate.value) asc ")
13 13  ## execute query
14 -#set( $eventsFound = $xwiki.search($query) )
12 +#set( $eventsFound = $xwiki.searchDocuments($query) )
15 15  ##
16 16  #if( $eventsFound.size() > 0 )
17 ->{{stringEngIta eng="Incoming Deadlines" ita="Prossime scadenze"/}}
15 +>{{stringEngIta eng="incoming deadlines" ita="prossime scadenze"/}}
18 18  
19 19   #foreach($event in $eventsFound)
20 20   #set( $eventDoc = $xwiki.getDocument($event) )
... ... @@ -21,4 +21,4 @@
21 21   #if( !$foreach.first ) {{themeTextSecondary}}•{{/themeTextSecondary}} #end##
22 22  {{eventAcronymAt}}$eventDoc{{/eventAcronymAt}} {{themeTextPrimary}}({{eventWhen}}$eventDoc{{/eventWhen}}){{/themeTextPrimary}}#if( $eventDoc.display("paper_submission") != "" ){{themeTextSecondary}} – {{/themeTextSecondary}}#if( $eventDoc.display("abstract_submission") != "" )$eventDoc.display("abstract_submission") {{themeTextPrimary}}//(abstract)//{{/themeTextPrimary}}{{themeTextSecondary}} / {{/themeTextSecondary}}#end$eventDoc.display("paper_submission") {{themeTextPrimary}}//(submission)//{{/themeTextPrimary}}#end(%%)#end
23 23  #end
24 -{{/velocity}}{{noShortcuts/}}
22 +{{/velocity}}{{noShortcuts/}}{{noTagFooter/}}