@@ -12,8 +12,51 @@ For more information about the OpenCms project, see the OpenCms website at http:
12
12
13
13
Legend:
14
14
! New Feature
15
+ - Minor improvement or general comment
15
16
* Bug fixed
16
- - General comment
17
+
18
+ OpenCms 14.0.0 - October 11, 2022
19
+
20
+ ! XML schema versioning with automatic content rewrite
21
+ ! Support for 2 factor authentication (2FA) in the user workplace login
22
+ ! Source code widget for the form editor based on CodeMirror
23
+ ! Mercury template: Updated to use Bootstrap 5.2, dropped some jQuery dependencies
24
+ ! Improved the documentation website (work in progress)
25
+
26
+ - Page editor: The "add content" dialog now shows the site and text filters directly on the the result page
27
+ - Page editor: HTML marker html.opencms-editor-active is added in case the user is actively editing
28
+ - Form editor: CSS can now be configured with the sitemap attribute template.editor.css
29
+ - JSP API: Added cms.readAttributeOrProperty allows to read either attribute or property
30
+ - JSP API: Added cms.functionDetailPageExact returning null in case the requested detail page is not configured
31
+ - Websites app: Alias redirects can now be configured as 301, 302 or direct display
32
+ - User preferences: Locale selection now lists locales configured for the VFS first
33
+ - Shell: New commands createOU and addResourceToOU to create / modify OUs
34
+ - The delete resource dialog now provides editing options for conflicting resources
35
+ - Improved use of <script> tags in page editor and workplace
36
+ - Better handling of errors during file import
37
+ - Support for setting the start project when using HTTP Basic authentication
38
+ - Added configurable option to control which user settings are applied when using HTTP Basic authentication
39
+ - Added configurable upload restrictions for target folders and upload-able file types
40
+ - Master sitemap: "Content element configuration > Availability" is now optional with inheritance
41
+
42
+ * Sitemap editor: Redirects require reload before fully editable
43
+ * Accounts app: User language selection does not show the available workplace locales
44
+ * Accounts app: Information on institution, zip code, address and city can't be removed anymore
45
+ * Form editor: Problems when changing the link target of an existing link with a hash fragment
46
+ * Form editor: Help texts wrongly positioned
47
+ * Form editor: Fixed problem with 'column' layout (github issue #743)
48
+ * Page / form editor: Percent-encoded ampersands do not work correctly in links
49
+ * Page editor: Adding a new content element via drag&drop does not default to the last used formatter
50
+ * Page editor: Edit point function symbol not displayed for all users
51
+ * Page editor: Page not scrolling on element drag&drop when scroll-behavior: smooth CSS is present
52
+ * Translation Tool: Improved scrolling behavior with filter
53
+ * Sessions app: Empty login message causes error during startup
54
+ * Source search app: URL is sometimes escaped too often
55
+ * XML content schemas: Using ampersands in values for the <xsd:appinfo> element in XSDs causes errors
56
+ * Sitemap editor: Issue when creating function detail pages without function detail container
57
+ * Password reset dialog: Email address is checked case-sensitive during password reset
58
+ * Documentation: Fixed broken burger menu (github issue #16)
59
+
17
60
18
61
OpenCms 13.0.0 - April 13, 2022
19
62
! Plugins: Introduced a plugin system for formatters and dynamic functions as a more flexible replacement of the "headincludes" feature.
0 commit comments