Z verze
změnil(a) David Brazda
k 17.12.2020 16:13
Na verzi < 24.1 >
změnil(a) David Brazda
k 18.12.2020 14:35
< >
Popis verze: Smazaný objekt

Přehled

Rozpis

Na stránce změněno:
Obsah
... ... @@ -1,14 +1,21 @@
1 1  Úvodní stránka nové oblasti.
2 2  
3 -Upravena uvodni stranka.
4 -
3 +Eventy:
5 5  {{velocity}}
6 -1$services.notification.watch.isEnabled()
7 -2$services.notification.preferences.hasAnyEnabledNotificationPreferences()
8 -3$services.notification.watch.isLocationWatchedWithAllEventTypes($scope)
5 +#set ($query = $services.query.hql("order by event.date desc").setLimit(30))
6 +#set ($events = $services.component.getInstance('org.xwiki.eventstream.EventStream').searchEvents($query))
7 +#foreach ($event in $events)
8 + * $event
9 +#end
10 +{{/velocity}}
9 9  
10 -doc $services.notification.watch.isLocationWatched($doc.documentReference)
11 -##'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference),
12 -##'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference)
13 13  
14 -{{/velocity}}
13 +Upravena uvodni stranka.
14 +services.notification.watch.
15 +{{velocity}}isEnabled $services.notification.watch.isEnabled()
16 +hasAnyEnabledNotificationPreferences $services.notification.preferences.hasAnyEnabledNotificationPreferences()
17 +isLocationWatchedWithAllEventTypes $services.notification.watch.isLocationWatchedWithAllEventTypes($doc)
18 +isLocationWatched $services.notification.watch.isLocationWatched($doc.documentReference)
19 +## doc: $services.notification.watch.isLocationWatched($doc.documentReference)
20 +##'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference),
21 +##'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference){{/velocity}}