Hide last authors
David Brazda 3.1 1 Úvodní stránka nové oblasti.
David Brazda 15.1 2
David Brazda 24.1 3 Eventy:
David Brazda 25.1 4 {{velocity}}#set ($query = $services.query.hql("order by event.date desc").setLimit(5))
David Brazda 24.1 5 #set ($events = $services.component.getInstance('org.xwiki.eventstream.EventStream').searchEvents($query))
6 #foreach ($event in $events)
7 * $event
David Brazda 25.1 8 * $event.parameters
9 #end{{/velocity}}
David Brazda 24.1 10
David Brazda 25.1 11 * update at 2020-12-18 18:21:45 by xwiki:XWiki.DavidBrazda on xwiki:XWiki Customizace a vyvoj.Notifikace - update.WebHome with id 1706961429-1608312105000-uE9ZcHPd
12 * {}
13 * mentions.mention at 2020-12-18 18:07:18 by xwiki:XWiki.DavidBrazda on pgwiki:Main.WebHome with id 2038296237-1608311238095-ROxptrtr
14 * {mentions={"userReference":"xwiki:XWiki.DavidBrazda","documentReference":"pgwiki:Main.WebHome","location":"COMMENT","anchor":"XWiki-PrvniRegistrovany-hjxjed","quote":"označuji @PrvniRegistrovany\n"}}
15 * addComment at 2020-12-18 18:07:17 by xwiki:XWiki.DavidBrazda on pgwiki:Main.WebHome with id 2020497933-1608311237000-7HtDFCnd
16 * {}
17 * update at 2020-12-18 18:07:17 by xwiki:XWiki.DavidBrazda on pgwiki:Main.WebHome with id 1003133630-1608311237000-hJ36jc4c
18 * {}
19 * addComment at 2020-12-18 18:03:46 by xwiki:XWiki.DavidBrazda on pgwiki:Main.WebHome with id 2020497933-1608311026000-idUu5SGz
20 * {}
David Brazda 24.1 21
David Brazda 25.1 22
David Brazda 17.1 23 Upravena uvodni stranka.
PetrPaklic 21.1 24 services.notification.watch.
PetrPaklic 22.1 25 {{velocity}}isEnabled $services.notification.watch.isEnabled()
PetrPaklic 21.1 26 hasAnyEnabledNotificationPreferences $services.notification.preferences.hasAnyEnabledNotificationPreferences()
27 isLocationWatchedWithAllEventTypes $services.notification.watch.isLocationWatchedWithAllEventTypes($doc)
28 isLocationWatched $services.notification.watch.isLocationWatched($doc.documentReference)
David Brazda 19.1 29 ## doc: $services.notification.watch.isLocationWatched($doc.documentReference)
David Brazda 15.2 30 ##'space': $services.notification.watch.isLocationWatched($doc.lastSpaceReference),
David Brazda 24.1 31 ##'wiki': $services.notification.watch.isLocationWatched($doc.wikiReference){{/velocity}}