You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- XML: Added "visible" option for <Visibility> schema config node
45
46
- CmsShell: Added "reindexResources" command
46
-
- Pull request #752 improved error handling during XML validation (github pull request https://github.com/alkacon/opencms-core/pull/752)
47
-
- Pull request #753 added WYSIWYG editor option 'link_default_protocol' which is passed to TinyMCE (github pull request https://github.com/alkacon/opencms-core/pull/753)
48
-
- Pull request #756 added option for showing full groups names to multi-group selector widget (github issue https://github.com/alkacon/opencms-core/issues/756)
47
+
- Pull request #752 improved error handling during XML validation
48
+
- Pull request #753 added WYSIWYG editor option 'link_default_protocol' which is passed to TinyMCE
49
+
- Pull request #766 added option for showing full groups names to multi-group selector widget
49
50
- Updated multiple dependency libs that contained security vulnerabilities
50
51
51
52
* Source search app: Replacing result with empty string or only whitespace not possible
@@ -60,7 +61,7 @@ OpenCms 15.0.0 - April 23, 2023
60
61
* Page editor: Attachment container elements could get removed when editing their settings
61
62
* Page editor: Editing copied model groups simultaneously lead to issues
62
63
* Page editor: For long notification messages the scroll bar did not work
63
-
* Sitemap editor: "Switch Site" dialog did not work anymore
64
+
* Sitemap editor: "Switch Site" dialog in did not work anymore
64
65
* Element settings: Help icon after formatter selection did not show description
65
66
* Workplace: GWT context menu has wrong position after the first click
66
67
* Workplace: HTML tags sometimes shown in "title" attribute for editor components
@@ -70,17 +71,19 @@ OpenCms 15.0.0 - April 23, 2023
70
71
* JSP API: <x:transform> tag in JSPs erroneously deleted attributes
71
72
* Fixed issue where dots '.' in the detail page title leads to bad detail page URLs
72
73
* Fixed issue with context menu replace function and file translations
73
-
* Fixed issue #751 with missing list pagination when maxReturnedResults is -1 (github issue https://github.com/alkacon/opencms-core/issues/751)
74
-
* Fixed issue #760 with missing scrollbar in multi-group selector widget (github issue https://github.com/alkacon/opencms-core/issues/760)
75
-
* Fixed issue #761 where creating a bookmark in the shared folder causes an error (github issue https://github.com/alkacon/opencms-core/issues/761)
74
+
* Fixed issue #751 with missing list pagination when maxReturnedResults is -1
75
+
* Fixed issue #760 with missing scrollbar in multi-group selector widget
76
+
* Fixed issue #761 where creating a bookmark in the shared folder causes an error
76
77
77
78
78
79
OpenCms 14.0.0 - October 11, 2022
80
+
79
81
! XML schema versioning with automatic content rewrite
80
82
! Support for 2 factor authentication (2FA) in the user workplace login
81
83
! Source code widget for the form editor based on CodeMirror
82
84
! Mercury template: Updated to use Bootstrap 5.2, dropped some jQuery dependencies
83
85
! Improved the documentation website (work in progress)
86
+
84
87
- Page editor: The "add content" dialog now shows the site and text filters directly on the the result page
85
88
- Page editor: HTML marker html.opencms-editor-active is added in case the user is actively editing
86
89
- Form editor: CSS can now be configured with the sitemap attribute template.editor.css
@@ -96,6 +99,7 @@ OpenCms 14.0.0 - October 11, 2022
96
99
- Added configurable option to control which user settings are applied when using HTTP Basic authentication
97
100
- Added configurable upload restrictions for target folders and upload-able file types
98
101
- Master sitemap: "Content element configuration > Availability" is now optional with inheritance
102
+
99
103
* Sitemap editor: Redirects require reload before fully editable
100
104
* Accounts app: User language selection does not show the available workplace locales
101
105
* Accounts app: Information on institution, zip code, address and city can't be removed anymore
@@ -114,6 +118,7 @@ OpenCms 14.0.0 - October 11, 2022
114
118
* Password reset dialog: Email address is checked case-sensitive during password reset
115
119
* Documentation: Fixed broken burger menu (github issue #16)
116
120
121
+
117
122
OpenCms 13.0.0 - April 13, 2022
118
123
! Plugins: Introduced a plugin system for formatters and dynamic functions as a more flexible replacement of the "headincludes" feature.
119
124
! Plugins: Added ${cms.plugins} EL function to access plugin definitions in a JSP page.
@@ -125,7 +130,7 @@ OpenCms 13.0.0 - April 13, 2022
125
130
- Workplace: Improved the image upload so that pictures taken with a mobile device are rotated correctly.
126
131
- Workplace: Improved the "Image preview" dialog to better display SVG images.
127
132
- Workplace: Improved the "Page editor" and the "Form editor" to better work with touch devices.
128
-
- Workplace: Improved the "Publish directly" dialog options depending on whether folders or files are selected.
133
+
- Workplace: Improved the "Publish directly" dialog options depending on whether folders or files are selected.
129
134
- Workplace: Improved the usage of <script> tags in the page editor and in the workplace.
130
135
- Workplace: Added an option to manually define the resources in the "Add content" dialog.
131
136
- Template Variants: Element setting overrides allow to change formatter settings by master configuration.
0 commit comments