Changes for page Per Status

From version 80.1
edited by Andrea Omicini
on 03/01/2023 00:09
Change comment: There is no comment for this version
To version 76.1
edited by Andrea Omicini
on 03/01/2023 00:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,15 +81,20 @@
81 81   #set( $statusList = [$statusPar] )
82 82   #end
83 83  #end
84 +$statusList
84 84  ##
85 85  ## query to structures
86 86  #set( $pubMap = {} )
87 87  #set( $pubNo = 0 )
88 88  #foreach( $status in $statusList )
90 +$status
89 89   #set( $from = ", BaseObject as obj, LargeStringProperty as prop0, LargeStringProperty as prop1, StringProperty as prop2" )
90 90   #set( $where = "obj.name = doc.fullName and obj.className = '${objectSpace}.${objectClass}' and obj.name <> '${objectSpace}.${objectTemplate}' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop0.name = 'author' and prop1.name = 'editor' and ( prop0.value like '$userString' or ( prop0.value = '' and prop1.value like '$userString' ) ) and prop2.name = 'status' and prop2.value = '$status'" )
91 91   #set( $sql = $from + " where " + $where )
92 92   #set( $pubFound = $xwiki.searchDocuments($sql) )
95 + #set( $pubStatusNo = $pubFound.size() )
96 +$pubFound
97 +$pubFound.size()
93 93   #if( $pubStatusNo > 0 )
94 94   #set( $pubMap[$status] = $pubFound )
95 95   #set( $pubNo = $pubNo + $pubStatusNo )
... ... @@ -96,22 +96,6 @@
96 96   #end
97 97  #end
98 98  $pubMap
99 -## output results
100 -## page subtitle
101 -{{id name="top"/}}
102 ->(%%)$pubNo #if( $pubNo == 1 ){{stringEngIta eng="$objectEngSingular.toLowerCase()" ita="$objectItaSingular.toLowerCase()"/}}#{else}{{stringEngIta eng="$objectEngPlural.toLowerCase()" ita="$objectItaPlural.toLowerCase()"/}}#{end} / #if( $oneStatus ){{pubStatus uppercase='true' plural='true'}}$statusPar{{/pubStatus}}#{else}{{pubStatus uppercase='true' plural='true'}}unpublished{{/pubStatus}}#{end}#if( $oneUser ) / $userFirstName $userLastName#{end}(%%)
103 -## stop if no pubs are found
104 -#if( $pubNo == 0 || $pubMap.keySet().size() == 0 )
105 -## redundant double check
106 - #stop
107 -#end
108 -## some pubs found
109 -## page index
110 -#if( $pubMap.keySet().size() > 1 )
111 -## found more than one status
112 -{{id name="index"/}}
113 -(% style="font-size:smaller; text-align:right; padding:1em 1.5em 0.25em 1.5em; background-color:$theme.highlightColor" %)(((#foreach( $status in $pubMap.keySet() )#if( !$foreach.first ) | #end[[{{pubStatus uppercase='false' plural='true'}}$statusPar{{/pubStatus}}>>||anchor="$status"]]#end)))
114 -#end
115 115  
116 116  
117 117  {{/velocity}}