... |
... |
@@ -1,34 +1,60 @@ |
|
1 |
+{{info type="info"}} |
|
2 |
+Information about the disclosed vulnerabilities [[CVE-2021-44228>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228]] and [[CVE-2021-45046>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046]] in Log4j and their impact on {{formcycle/}} Versions 7.0.0 through 7.0.7 are located on the [[General Security Recommendations>>doc:Formcycle.SystemSettings.Sicherheit.WebHome]] page. An updated {{formcycle/}} Version 7.0.8, which uses a new bug-free version of Log4j, is [[available for download>>doc:Blog.FORMCYCLE 708.WebHome]]. |
|
3 |
+{{/info}} |
|
4 |
+ |
|
5 |
+{{info type="info"}} |
|
6 |
+The help for the previous {{formcycle/}} version 6 is located at: https://help6.formcycle.eu |
|
7 |
+{{/info}} |
|
8 |
+ |
1 |
1 |
{{velocity}} |
2 |
2 |
#set ($mainCards = [{ |
3 |
3 |
'iconfc': 'square-edit-outline', |
4 |
4 |
'title': 'Form designer', |
5 |
|
- 'description': 'Working with the form designer', |
6 |
|
- 'documentation': "Formcycle.FormDesigner" |
|
13 |
+ 'description': 'Create and edit forms', |
|
14 |
+ 'documentation': "Formcycle.Designer", |
|
15 |
+ 'bgcolor': '#617496', |
|
16 |
+ 'color': '#fff', |
|
17 |
+ 'colordesc': '#e1e2e4' |
7 |
7 |
}, { |
|
19 |
+ 'iconfc': 'workflow-fill', |
|
20 |
+ 'title': 'Workflow designer', |
|
21 |
+ 'description': 'Process submitted forms', |
|
22 |
+ 'documentation': 'Formcycle.Designer.Workflow', |
|
23 |
+ 'bgcolor': '#617496', |
|
24 |
+ 'color': '#fff', |
|
25 |
+ 'colordesc': '#e1e2e4' |
|
26 |
+}, { |
8 |
8 |
'iconfc': 'wrench', |
9 |
9 |
'title': 'Administation', |
10 |
10 |
'description': 'User management, Databases, LDAP, files, templates and much more', |
11 |
|
- 'documentation': 'Formcycle.UserInterface' |
|
30 |
+ 'documentation': 'Formcycle.UserInterface', |
|
31 |
+ 'bgcolor': '#b6c2d2', |
|
32 |
+ 'color': '#2b3649', |
|
33 |
+ 'colordesc': '#617496' |
12 |
12 |
}, { |
13 |
13 |
'iconfc': 'inbox', |
14 |
14 |
'title': 'Inbox', |
15 |
15 |
'description': 'Organize submitted forms', |
16 |
|
- 'documentation': 'Formcycle.Inbox' |
|
38 |
+ 'documentation': 'Formcycle.Inbox', |
|
39 |
+ 'bgcolor': '#ffab70', |
|
40 |
+ 'color': '#fff', |
|
41 |
+ 'colordesc': '#e1e2e4' |
17 |
17 |
}, { |
18 |
|
- 'iconfc': 'workflow-fill', |
19 |
|
- 'title': 'Workflow', |
20 |
|
- 'description': 'Process submitted forms', |
21 |
|
- 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
22 |
|
-}, { |
23 |
23 |
'icon': 'fa fa-download', |
24 |
24 |
'title': 'Installation', |
25 |
25 |
'description': 'Install or update FORMCYCLE', |
26 |
|
- 'documentation': 'Formcycle.Installation' |
|
46 |
+ 'documentation': 'Formcycle.Installation', |
|
47 |
+ 'bgcolor': '#b6c2d2', |
|
48 |
+ 'color': '#2b3649', |
|
49 |
+ 'colordesc': '#617496' |
27 |
27 |
}, { |
28 |
28 |
'iconfc': 'form', |
29 |
29 |
'title': 'Examples', |
30 |
30 |
'description': 'Examples of form integration and forms', |
31 |
|
- 'documentation': 'doc:Examples.WebHome' |
|
54 |
+ 'documentation': 'doc:Examples.WebHome', |
|
55 |
+ 'bgcolor': '#cae7df', |
|
56 |
+ 'color': '#2b3649', |
|
57 |
+ 'colordesc': '#617496' |
32 |
32 |
}]) |
33 |
33 |
## 'icon': 'fa fa-play-circle', |
34 |
34 |
## 'title': 'Einführungsvideos', |
... |
... |
@@ -46,27 +46,37 @@ |
46 |
46 |
'iconfc': 'comment-faq-outline', |
47 |
47 |
'title': 'Frequently asked questions', |
48 |
48 |
'description': 'Frequently asked questions', |
49 |
|
- 'documentation': "https://faq.formcycle.eu/" |
|
75 |
+ 'documentation': "https://faq.formcycle.eu/", |
|
76 |
+ 'bgcolor': '#b6c2d2', |
|
77 |
+ 'color': '#2b3649' |
50 |
50 |
}, { |
51 |
51 |
'iconfc': 'puzzle', |
52 |
52 |
'title': 'Plugin-Documentation', |
53 |
53 |
'description': 'Documentation of the plugins available for FORMCYCLE', |
54 |
|
- 'documentation': 'Formcycle.PluginDocumentation' |
|
82 |
+ 'documentation': 'Formcycle.PluginDocumentation', |
|
83 |
+ 'bgcolor': '#b6c2d2', |
|
84 |
+ 'color': '#2b3649' |
55 |
55 |
}, { |
56 |
56 |
'iconfc': 'action-change-status', |
57 |
57 |
'title': 'Integration into external systems', |
58 |
58 |
'description': 'Integration of FORMCYCLE into CMS/DMS-Systems', |
59 |
|
- 'documentation': 'Formcycle.CMSExtension' |
|
89 |
+ 'documentation': 'Formcycle.CMSExtension', |
|
90 |
+ 'bgcolor': '#b6c2d2', |
|
91 |
+ 'color': '#2b3649' |
60 |
60 |
}, { |
61 |
61 |
'icon': 'fa fa-cloud', |
62 |
62 |
'title': 'FORM.CLOUD', |
63 |
63 |
'description': 'Information about the XIMA FORM.CLOUD', |
64 |
|
- 'documentation': 'doc:FORMCLOUD.WebHome' |
|
96 |
+ 'documentation': 'doc:FORMCLOUD.WebHome', |
|
97 |
+ 'bgcolor': '#b6c2d2', |
|
98 |
+ 'color': '#2b3649' |
65 |
65 |
}, { |
66 |
66 |
'icon': 'fa fa-list', |
67 |
67 |
'title': 'Release Notes', |
68 |
68 |
'description': 'Release Notes and download of the current version', |
69 |
|
- 'documentation': 'doc:Blog.WebHome' |
|
103 |
+ 'documentation': 'doc:Blog.WebHome', |
|
104 |
+ 'bgcolor': '#b6c2d2', |
|
105 |
+ 'color': '#2b3649' |
70 |
70 |
}]) |
71 |
71 |
|
72 |
72 |
## 'icon': 'fa fa-share-square', |