Changes for page Tags

Last modified by Vincent Massol on 2022/07/06 09:12

From version 3.1
edited by Vincent Massol
on 2013/06/27 15:06
Change comment: Import
To version 5.1
edited by Vincent Massol
on 2014/07/16 20:03
Change comment: Install extension [org.xwiki.platform:xwiki-platform-tag-ui-6.0.1]

Summary

Details

Page properties
Hidden
... ... @@ -1,1 +1,1 @@
1 -false
1 +true
Content
... ... @@ -45,13 +45,17 @@
45 45   (% class="xapp" %)
46 46   === $services.localization.render('xe.tag.alldocs', ["//${tag}//"]) ===
47 47  
48 - {{html}}#displayDocumentList($list true $blacklistedSpaces){{/html}}
48 + #if ($list.size()> 0)
49 + {{html}}#displayDocumentList($list true $blacklistedSpaces){{/html}}
50 + #else
51 + (% class='noitems' %)$services.localization.render('xe.tag.notags')
52 + #end
49 49   )))
50 50   (((
51 51   (% class="xapp" %)
52 52   === $services.localization.render('xe.tag.activity', ["//${tag}//"]) ===
53 53  
54 - {{activity tags="$tag" /}}
58 + {{activity tags="$tag" rss='true'/}}
55 55   )))
56 56   {{/container}}
57 57  #elseif ($do == 'prepareRename')