Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52383c7

Browse files
committedApr 21, 2023
Updated history.txt for version 15.
1 parent 2b746fd commit 52383c7

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed
 

‎history.txt

+14-9
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Legend:
1515
- Minor improvement or general comment
1616
* Bug fixed
1717

18-
OpenCms 15.0.0 - April 23, 2023
18+
19+
OpenCms 15.0.0 - April 25, 2023
1920

2021
! Restrict write access to sitemap .config file to a configured role
2122
! Added configurable sitemap attribute editor for all content managers
@@ -43,9 +44,9 @@ OpenCms 15.0.0 - April 23, 2023
4344
- Lists: Added simplified rule syntax to specify complex SOLR filter queries
4445
- XML: Added "visible" option for <Visibility> schema config node
4546
- 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
4950
- Updated multiple dependency libs that contained security vulnerabilities
5051

5152
* Source search app: Replacing result with empty string or only whitespace not possible
@@ -60,7 +61,7 @@ OpenCms 15.0.0 - April 23, 2023
6061
* Page editor: Attachment container elements could get removed when editing their settings
6162
* Page editor: Editing copied model groups simultaneously lead to issues
6263
* 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
6465
* Element settings: Help icon after formatter selection did not show description
6566
* Workplace: GWT context menu has wrong position after the first click
6667
* Workplace: HTML tags sometimes shown in "title" attribute for editor components
@@ -70,17 +71,19 @@ OpenCms 15.0.0 - April 23, 2023
7071
* JSP API: <x:transform> tag in JSPs erroneously deleted attributes
7172
* Fixed issue where dots '.' in the detail page title leads to bad detail page URLs
7273
* 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
7677

7778

7879
OpenCms 14.0.0 - October 11, 2022
80+
7981
! XML schema versioning with automatic content rewrite
8082
! Support for 2 factor authentication (2FA) in the user workplace login
8183
! Source code widget for the form editor based on CodeMirror
8284
! Mercury template: Updated to use Bootstrap 5.2, dropped some jQuery dependencies
8385
! Improved the documentation website (work in progress)
86+
8487
- Page editor: The "add content" dialog now shows the site and text filters directly on the the result page
8588
- Page editor: HTML marker html.opencms-editor-active is added in case the user is actively editing
8689
- 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
9699
- Added configurable option to control which user settings are applied when using HTTP Basic authentication
97100
- Added configurable upload restrictions for target folders and upload-able file types
98101
- Master sitemap: "Content element configuration > Availability" is now optional with inheritance
102+
99103
* Sitemap editor: Redirects require reload before fully editable
100104
* Accounts app: User language selection does not show the available workplace locales
101105
* 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
114118
* Password reset dialog: Email address is checked case-sensitive during password reset
115119
* Documentation: Fixed broken burger menu (github issue #16)
116120

121+
117122
OpenCms 13.0.0 - April 13, 2022
118123
! Plugins: Introduced a plugin system for formatters and dynamic functions as a more flexible replacement of the "headincludes" feature.
119124
! 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
125130
- Workplace: Improved the image upload so that pictures taken with a mobile device are rotated correctly.
126131
- Workplace: Improved the "Image preview" dialog to better display SVG images.
127132
- 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.
129134
- Workplace: Improved the usage of <script> tags in the page editor and in the workplace.
130135
- Workplace: Added an option to manually define the resources in the "Add content" dialog.
131136
- Template Variants: Element setting overrides allow to change formatter settings by master configuration.

0 commit comments

Comments
 (0)
Please sign in to comment.