Änderungen von Dokument LD Mobile

Zuletzt geändert von Jonas Mayer am 2022/03/23 09:04

Von Version 74.1
bearbeitet von superadmin
am 2022/02/28 15:14
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 81.1
bearbeitet von superadmin
am 2022/03/08 09:00
Änderungskommentar: Renamed back-links.

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -1,9 +1,9 @@
1 1  |(((
2 2  |(((
3 -==== [[Allgemein>>doc:.Allgemein.WebHome]] ====
3 +==== [[Allgemein>>doc:Main.LD Mobile.Allgemein2.WebHome]] ====
4 4  )))
5 5  |(((
6 -==== ====
6 +==== ====
7 7  )))
8 8  |(((
9 9  ==== Puppet-Version spezifisch ====
... ... @@ -12,29 +12,28 @@
12 12  * [[1.4.1>>Main.LD Mobile.Puppet-Version.1\.4\.1.WebHome]]
13 13  )))
14 14  
15 -==== ====
15 +==== ====
16 16  )))|(((
17 17  |(((
18 18  ==== Neueste ====
19 19  )))
20 -|(((
21 -
22 -(% style="width:1673px" %)
23 -|(% style="width:621px" %)(((
24 -= [[Allgemein:>>Allgemein]] =
25 -)))|(% style="width:621px" %)(((
26 -= Puppet-Version spezifisch: =
27 -)))|(% style="width:621px" %)(((
28 -= Neueste: =
29 -)))
30 -|(% style="width:514px" %) |(% style="width:621px" %)[[1.3.22.14>>path:/xwiki/bin/view/Main/Nextcloud/Puppet-Version/]]|(% style="width:621px" %)
31 -
32 -{{velocity}}
33 -{{activity spaces="$doc.space" /}}
34 -{{/velocity}}
35 -#
36 -
37 -)))
20 +|{{velocity}}#set($cats = "where doc.parent='${doc.web}.${doc.name}' order by doc.name asc")
21 +#set($hql = "where ")
22 +#foreach($cat in $xwiki.searchDocuments($cats))
23 +#if ($cat.matches(".*${doc.name.replaceAll('WebHome', '')}(?i:puppet-version).*"))
24 +#set($subcats = "where doc.parent='${cat}' order by doc.name asc")
25 +#foreach($subcat in $xwiki.searchDocuments($subcats))
26 +#set($hql = "${hql}doc.parent='${subcat}' OR ")
27 +#end
28 +#else
29 +#set($hql = "${hql}doc.parent='${cat}' OR ")
30 +#end
31 +#end
32 +#set($hql = $hql.replaceAll('OR $', '') + "order by doc.date desc")
33 +#foreach($docname in $xwiki.searchDocuments($hql, 5, 0))
34 +#set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
35 +[[$rdoc.getDisplayTitle()>>$rdoc.fullName]]
36 +#end{{/velocity}}
38 38  
39 -==== ====
38 +==== ====
40 40  )))