... |
... |
@@ -1,36 +17,20 @@ |
1 |
|
-{{info type="info"}} |
2 |
|
-Hinweis zur Sicherheitslücke [[CVE-2022-42889>>https://nvd.nist.gov/vuln/detail/CVE-2022-42889]] in der Komponente Apache Commons Text: Die innerhalb der Bibliothek betroffene Funktionalität wird aktuell in {{formcycle/}} an keiner Stelle verwendet. Die Lücke ist daher in unserem Kontext zunächst unkritisch. Mit dem nächsten Patch für {{formcycle/}} werden wir trotzdem die Bibliothek auf die aktuelle fehlerfreie Version 1.10 aktualisieren. |
3 |
|
-{{/info}} |
4 |
|
- |
5 |
|
-{{info type="info"}} |
6 |
|
-Weitere Informationen über die Sicherheitslücke [[CVE-2022-22965>>https://tanzu.vmware.com/security/cve-2022-22965]] im Spring Framework und deren Einfluss auf {{formcycle/}}-Versionen 7.0.0 bis 7.0.11 finden sich auf der Seite zu den [[Allgemeinen Sicherheitsempfehlungen>>doc:Formcycle.SystemSettings.Sicherheit.WebHome]]. Version 7.0.12 von {{formcycle/}} mit einer aktualisierten Version des Spring Frameworks steht [[steht zum Download bereit>>doc:Blog.WebHome]]. |
7 |
|
-{{/info}} |
8 |
|
- |
9 |
|
-{{info type="info"}} |
10 |
|
-Weitere Informationen über die Sicherheitslücken [[CVE-2021-44228>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228]], [[CVE-2021-45046>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046]], [[CVE-2021-45105>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105]], and [[CVE-2021-44832>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44832]] in Log4J und deren Einfluss auf {{formcycle/}}-Versionen 7.0.0 bis 7.0.9 finden sich auf der Seite zu den [[Allgemeinen Sicherheitsempfehlungen>>doc:Formcycle.SystemSettings.Sicherheit.WebHome]]. Version 7.0.10 von {{formcycle/}} mit einer aktualisierten Version von Log4J [[steht zum Download bereit>>doc:Blog.WebHome]]. |
11 |
|
-{{/info}} |
12 |
|
- |
13 |
|
-{{info type="info"}} |
14 |
|
-Die Hilfe zur vorherigen {{formcycle/}} Version 6 befindet sich unter: https://help6.formcycle.eu |
15 |
|
-{{/info}} |
16 |
|
- |
17 |
17 |
{{velocity}} |
18 |
18 |
#set ($mainCards = [{ |
19 |
19 |
'iconfc': 'square-edit-outline', |
20 |
20 |
'title': 'Formulardesigner', |
21 |
|
- 'description': 'Formulare erstellen und bearbeiten', |
22 |
|
- 'documentation': "Formcycle.Designer", |
|
5 |
+ 'description': 'Arbeiten mit dem Formulardesigner', |
|
6 |
+ 'documentation': "Formcycle.FormDesigner", |
23 |
23 |
'bgcolor': '#617496', |
24 |
24 |
'color': '#fff', |
25 |
|
- 'colordesc': '#e1e2e4' |
|
9 |
+ 'colordesc': '#efefef' |
26 |
26 |
}, { |
27 |
27 |
'iconfc': 'workflow-fill', |
28 |
|
- 'title': 'Workflowdesigner', |
|
12 |
+ 'title': 'Workflow', |
29 |
29 |
'description': 'Formulardaten verarbeiten', |
30 |
|
- 'documentation': 'Formcycle.Designer.Workflow', |
|
14 |
+ 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing', |
31 |
31 |
'bgcolor': '#617496', |
32 |
32 |
'color': '#fff', |
33 |
|
- 'colordesc': '#e1e2e4' |
|
17 |
+ 'colordesc': '#efefef' |
34 |
34 |
}, { |
35 |
35 |
'iconfc': 'wrench', |
36 |
36 |
'title': 'Verwaltung', |
... |
... |
@@ -38,7 +38,7 @@ |
38 |
38 |
'documentation': 'Formcycle.UserInterface', |
39 |
39 |
'bgcolor': '#b6c2d2', |
40 |
40 |
'color': '#2b3649', |
41 |
|
- 'colordesc': '#617496' |
|
25 |
+ 'colordesc': '#9ea0a9' |
42 |
42 |
}, { |
43 |
43 |
'iconfc': 'inbox', |
44 |
44 |
'title': 'Posteingang', |
... |
... |
@@ -46,7 +46,7 @@ |
46 |
46 |
'documentation': 'Formcycle.Inbox', |
47 |
47 |
'bgcolor': '#ffab70', |
48 |
48 |
'color': '#fff', |
49 |
|
- 'colordesc': '#fff' |
|
33 |
+ 'colordesc': '#efefef' |
50 |
50 |
}, { |
51 |
51 |
'icon': 'fa fa-download', |
52 |
52 |
'title': 'Installation', |
... |
... |
@@ -54,7 +54,7 @@ |
54 |
54 |
'documentation': 'Formcycle.Installation', |
55 |
55 |
'bgcolor': '#b6c2d2', |
56 |
56 |
'color': '#2b3649', |
57 |
|
- 'colordesc': '#617496' |
|
41 |
+ 'colordesc': '#9ea0a9' |
58 |
58 |
}, { |
59 |
59 |
'iconfc': 'form', |
60 |
60 |
'title': 'Beispiele', |
... |
... |
@@ -62,14 +62,13 @@ |
62 |
62 |
'documentation': 'doc:Examples.WebHome', |
63 |
63 |
'bgcolor': '#cae7df', |
64 |
64 |
'color': '#2b3649', |
65 |
|
- 'colordesc': '#617496' |
66 |
|
-}, { |
67 |
|
- 'icon': 'fa fa-play-circle', |
68 |
|
- 'title': 'Schulungsvideos und Anwendungsfälle', |
69 |
|
- 'description': 'Kurze Videos zu den verschiedensten Themen', |
70 |
|
- 'documentation': 'doc:Schulung.WebHome' |
|
49 |
+ 'colordesc': '#9ea0a9' |
71 |
71 |
}]) |
72 |
|
- |
|
51 |
+ |
|
52 |
+## 'icon': 'fa fa-play-circle', |
|
53 |
+## 'title': 'Einführungsvideos', |
|
54 |
+## 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', |
|
55 |
+## 'documentation': 'https://formcycle.eu/de/features' |
73 |
73 |
##}, { |
74 |
74 |
## 'iconfc': 'puzzle', |
75 |
75 |
## 'title': 'Anwendungsfälle', |
... |
... |
@@ -127,7 +127,7 @@ |
127 |
127 |
## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
128 |
128 |
##}, { |
129 |
129 |
|
130 |
|
- |
|
113 |
+ |
131 |
131 |
|
132 |
132 |
{{html}} |
133 |
133 |
##$jsontool.serialize(${mainCards})<br> |
... |
... |
@@ -136,15 +136,15 @@ |
136 |
136 |
|
137 |
137 |
{{MainMenuTiles cards='$jsontool.serialize($mainCards)' /}} |
138 |
138 |
|
|
122 |
+{{MainMenuTiles cards='$jsontool.serialize($smallCards)' type="small" /}} |
139 |
139 |
|
140 |
|
- |
141 |
141 |
{{/velocity}} |
142 |
142 |
|
143 |
|
-{{MainMenuTiles cards="[{~"iconfc~":~"information-outline~",~"title~":~"Workshops~",~"description~":~"Workshops zu verschiedenen Themen rund um FORMCYCLE~",~"documentation~":~"doc:Workshops.WebHome~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"icon~":~"fa fa-cloud~",~"title~":~"FORM.CLOUD~",~"description~":~"Informationen zur XIMA FORM.CLOUD~",~"documentation~":~"doc:FORMCLOUD.WebHome~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"iconfc~":~"action-change-status~",~"title~":~"Einbindung externer Systeme~",~"description~":~"Einbindung von FORMCYCLE in CMS/DMS-Systeme~",~"documentation~":~"Formcycle.CMSExtension~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"iconfc~":~"puzzle~",~"title~":~"Plugin-Dokumentation~",~"description~":~"Dokumentation der für FORMCYCLE verfügbaren Plugins~",~"documentation~":~"Formcycle.PluginDocumentation~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"icon~":~"fa fa-list~",~"title~":~"Release Notes~",~"description~":~"Release Notes und Download der aktuellen Version~",~"documentation~":~"doc:Blog.WebHome~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"iconfc~":~"comment-faq-outline~",~"title~":~"Häufig gestellte Fragen~",~"description~":~"Häufig gestellte Fragen~",~"documentation~":~"https://faq.formcycle.eu/~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"}]" type="small"/}} |
144 |
|
- |
145 |
145 |
{{velocity}} |
146 |
146 |
{{html wiki="false" clean="false"}} |
147 |
147 |
|
|
129 |
+ |
|
130 |
+ |
148 |
148 |
<style> |
149 |
149 |
.jqcloud{font:10px Helvetica,Arial,sans-serif;line-height:normal;overflow:hidden;position:relative}.jqcloud-word{margin:0;padding:0}.jqcloud-word.w1{color:#aab5f0;font-size:100%}.jqcloud-word.w2{color:#9ce;font-size:150%}.jqcloud-word.w3{color:#a0ddff;font-size:200%}.jqcloud-word.w4{color:#90c5f0;font-size:250%}.jqcloud-word.w5{color:#90a0dd;font-size:300%}.jqcloud-word.w6{color:#90c5f0;font-size:350%}.jqcloud-word.w7{color:#39d;font-size:400%}.jqcloud-word.w8{color:#0cf;font-size:450%}.jqcloud-word.w9{color:#0cf;font-size:500%}.jqcloud-word.w10{color:#0cf;font-size:550%}.jqcloud-word a{color:inherit;font-size:inherit;text-decoration:none}.jqcloud-word a:hover{color:#0cf} |
150 |
150 |
.jqcloud span { |