... |
... |
@@ -1,75 +17,40 @@ |
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", |
23 |
|
- 'bgcolor': '#617496', |
24 |
|
- 'color': '#fff', |
25 |
|
- 'colordesc': '#e1e2e4' |
|
5 |
+ 'description': 'Arbeiten mit dem Formulardesigner', |
|
6 |
+ 'documentation': "Formcycle.FormDesigner" |
26 |
26 |
}, { |
27 |
|
- 'iconfc': 'workflow-fill', |
28 |
|
- 'title': 'Workflowdesigner', |
29 |
|
- 'description': 'Formulardaten verarbeiten', |
30 |
|
- 'documentation': 'Formcycle.Designer.Workflow', |
31 |
|
- 'bgcolor': '#617496', |
32 |
|
- 'color': '#fff', |
33 |
|
- 'colordesc': '#e1e2e4' |
34 |
|
-}, { |
35 |
35 |
'iconfc': 'wrench', |
36 |
36 |
'title': 'Verwaltung', |
37 |
37 |
'description': 'Benutzerverwaltung, LDAP, Datenbanken, Dateien, Templates und vieles mehr', |
38 |
|
- 'documentation': 'Formcycle.UserInterface', |
39 |
|
- 'bgcolor': '#b6c2d2', |
40 |
|
- 'color': '#2b3649', |
41 |
|
- 'colordesc': '#617496' |
|
11 |
+ 'documentation': 'Formcycle.UserInterface' |
42 |
42 |
}, { |
43 |
43 |
'iconfc': 'inbox', |
44 |
44 |
'title': 'Posteingang', |
45 |
45 |
'description': 'Formulardaten organisieren', |
46 |
|
- 'documentation': 'Formcycle.Inbox', |
47 |
|
- 'bgcolor': '#ffab70', |
48 |
|
- 'color': '#fff', |
49 |
|
- 'colordesc': '#fff' |
|
16 |
+ 'documentation': 'Formcycle.Inbox' |
50 |
50 |
}, { |
|
18 |
+ 'iconfc': 'workflow-fill', |
|
19 |
+ 'title': 'Workflow', |
|
20 |
+ 'description': 'Formulardaten verarbeiten', |
|
21 |
+ 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
|
22 |
+}, { |
51 |
51 |
'icon': 'fa fa-download', |
52 |
52 |
'title': 'Installation', |
53 |
53 |
'description': 'FORMCYCLE installieren oder aktualisieren', |
54 |
|
- 'documentation': 'Formcycle.Installation', |
55 |
|
- 'bgcolor': '#b6c2d2', |
56 |
|
- 'color': '#2b3649', |
57 |
|
- 'colordesc': '#617496' |
|
26 |
+ 'documentation': 'Formcycle.Installation' |
58 |
58 |
}, { |
59 |
59 |
'iconfc': 'form', |
60 |
60 |
'title': 'Beispiele', |
61 |
61 |
'description': 'Beispiele für Formulareinbindungen und Formulare', |
62 |
|
- 'documentation': 'doc:Examples.WebHome', |
63 |
|
- 'bgcolor': '#cae7df', |
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' |
|
31 |
+ 'documentation': 'doc:Examples.WebHome' |
71 |
71 |
}]) |
72 |
|
- |
|
33 |
+ |
|
34 |
+## 'icon': 'fa fa-play-circle', |
|
35 |
+## 'title': 'Einführungsvideos', |
|
36 |
+## 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', |
|
37 |
+## 'documentation': 'https://formcycle.eu/de/features' |
73 |
73 |
##}, { |
74 |
74 |
## 'iconfc': 'puzzle', |
75 |
75 |
## 'title': 'Anwendungsfälle', |
... |
... |
@@ -81,44 +81,32 @@ |
81 |
81 |
'iconfc': 'information-outline', |
82 |
82 |
'title': 'Workshops', |
83 |
83 |
'description': 'Workshops zu verschiedenen Themen rund um FORMCYCLE', |
84 |
|
- 'documentation': 'doc:Workshops.WebHome', |
85 |
|
- 'bgcolor': '#b6c2d2', |
86 |
|
- 'color': '#2b3649' |
|
49 |
+ 'documentation': 'doc:Workshops.WebHome' |
87 |
87 |
}, { |
88 |
88 |
'icon': 'fa fa-cloud', |
89 |
89 |
'title': 'FORM.CLOUD', |
90 |
90 |
'description': 'Informationen zur XIMA FORM.CLOUD', |
91 |
|
- 'documentation': 'doc:FORMCLOUD.WebHome', |
92 |
|
- 'bgcolor': '#b6c2d2', |
93 |
|
- 'color': '#2b3649' |
|
54 |
+ 'documentation': 'doc:FORMCLOUD.WebHome' |
94 |
94 |
}, { |
95 |
95 |
'iconfc': 'action-change-status', |
96 |
96 |
'title': 'Einbindung externer Systeme', |
97 |
97 |
'description': 'Einbindung von FORMCYCLE in CMS/DMS-Systeme', |
98 |
|
- 'documentation': 'Formcycle.CMSExtension', |
99 |
|
- 'bgcolor': '#b6c2d2', |
100 |
|
- 'color': '#2b3649' |
|
59 |
+ 'documentation': 'Formcycle.CMSExtension' |
101 |
101 |
}, { |
102 |
102 |
'iconfc': 'puzzle', |
103 |
103 |
'title': 'Plugin-Dokumentation', |
104 |
104 |
'description': 'Dokumentation der für FORMCYCLE verfügbaren Plugins', |
105 |
|
- 'documentation': 'Formcycle.PluginDocumentation', |
106 |
|
- 'bgcolor': '#b6c2d2', |
107 |
|
- 'color': '#2b3649' |
|
64 |
+ 'documentation': 'Formcycle.PluginDocumentation' |
108 |
108 |
}, { |
109 |
109 |
'icon': 'fa fa-list', |
110 |
110 |
'title': 'Release Notes', |
111 |
111 |
'description': 'Release Notes und Download der aktuellen Version', |
112 |
|
- 'documentation': 'doc:Blog.WebHome', |
113 |
|
- 'bgcolor': '#b6c2d2', |
114 |
|
- 'color': '#2b3649' |
|
69 |
+ 'documentation': 'doc:Blog.WebHome' |
115 |
115 |
}, { |
116 |
116 |
'iconfc': 'comment-faq-outline', |
117 |
117 |
'title': 'Häufig gestellte Fragen', |
118 |
118 |
'description': 'Häufig gestellte Fragen', |
119 |
|
- 'documentation': "https://faq.formcycle.eu/", |
120 |
|
- 'bgcolor': '#b6c2d2', |
121 |
|
- 'color': '#2b3649' |
|
74 |
+ 'documentation': "https://faq.formcycle.eu/" |
122 |
122 |
}]) |
123 |
123 |
|
124 |
124 |
## 'icon': 'fa fa-share-square', |
... |
... |
@@ -127,7 +127,7 @@ |
127 |
127 |
## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
128 |
128 |
##}, { |
129 |
129 |
|
130 |
|
- |
|
83 |
+ |
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 |
|
|
92 |
+{{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 |
|
|
99 |
+ |
|
100 |
+ |
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 { |