@@ -15,7 +15,7 @@ Legend:
15
15
* Bug fixed
16
16
- General comment
17
17
18
- OpenCms 11.0.1- yyyy xx , 2019
18
+ OpenCms 11.0.1- September 4 , 2019
19
19
! Added method to read the categories of a resource from CmsJspResourceWrapper
20
20
! Added method getElementBeansInContainers to CmsJspStandardContextBean
21
21
! Added method isHistoryContent to CmsContainerElementBean
@@ -27,14 +27,25 @@ OpenCms 11.0.1- yyyy xx, 2019
27
27
! Added the ability to reference more than one master configuration in a sitemap configuration.
28
28
! Added baseUri parameter to <cms:display> tag to control formatter lookup when used in a JSP called via AJAX.
29
29
! Implemented search option "content" for file fields in XML contents, which causes the indexer to also include the linked file when indexing
30
-
31
- * Added Italian localization for CodeMirror integration in TinyMCE (pull request #654).
30
+ - Added Italian localization for CodeMirror integration in TinyMCE (pull request #654).
31
+ - Updated TinyMCE version to 5.0.14.
32
+ - Updated CodeMirror version to 5.48.4.
33
+ - Improved session manager tool to not count sessions as active if the only recent activity for them was AJAX heartbeat requests
34
+ - Improved handling of detail pages
35
+ - Changed behavior of stripHtml EL function so that it does not insert unnecessary spaces.
36
+ - Improved options for detail page configuration
37
+ - Improved error display for failed validation in the inline editor.
38
+ - Added ignoreWriteErrors parameter for network shares to improve compatibility with MacOS High Sierra
39
+ - Improved error handling to avoid false "Session expired" error messages.
40
+ - Changed gallery dialog to use the localized version of the Title property for titles.
41
+ - Replaced color picker with a more simple solution.
42
+ - Improved positioning of the preview element when starting drag/drop in the page editor.
32
43
* Fixed issue #652: XSS in gallery dialog
33
44
* Fixed issue #659 where the Scheduled Publish dialog did not work without the legacy workplace module installed.
34
45
* Fixed issue #662 where the date picker did not work correctly when selecting Spanish as a workplace locale.
35
46
* Fixed issue #663 where updating a filtered folder content list in the explorer caused a lot of NPEs to be written to the log.
36
- - Fixed issue #632 where new resources were unnecessarily published if a moved parent folder was published
37
- - Fixed issue #655 where location picker widget could become unclickable depending on its configuration.
47
+ * Fixed issue #632 where new resources were unnecessarily published if a moved parent folder was published
48
+ * Fixed issue #655 where location picker widget could become unclickable depending on its configuration.
38
49
* Fixed issue where the context menu in the explorer would not work for empty/invalid XML contents.
39
50
* Fixed issue with native inline widget initialization where onAttach was not called.
40
51
* Fixed issue where inline editing of multivalued simple fields did not work with the form overlay
@@ -50,21 +61,6 @@ OpenCms 11.0.1- yyyy xx, 2019
50
61
* Fixed issue where an invalid formatter reference in a sitemap configuration would cause that sitemap configuration to be ignored.
51
62
* Fixed error in Flex cache which could happen when the number of keys exceeded the configured limit
52
63
53
- - Updated TinyMCE version to 5.0.14.
54
- - Updated CodeMirror version to 5.48.4.
55
- - Improved session manager tool to not count sessions as active if the only recent activity for them was AJAX heartbeat requests
56
- - Improved handling of detail pages
57
- - Changed behavior of stripHtml EL function so that it does not insert unnecessary spaces.
58
- - Improved options for detail page configuration
59
- - Improved error display for failed validation in the inline editor.
60
- - Added ignoreWriteErrors parameter for network shares to improve compatibility with MacOS High Sierra
61
- - Improved error handling to avoid false "Session expired" error messages.
62
- - Changed gallery dialog to use the localized version of the Title property for titles.
63
- - Replaced color picker with a more simple solution.
64
- - Improved positioning of the preview element when starting drag/drop in the page editor.
65
-
66
-
67
-
68
64
OpenCms 11.0.0 final - April 30, 2019
69
65
! Updated Vaadin libraries to version 8.7.1.
70
66
- Fixed issue #646 where edit module dialog localization was not complete.
0 commit comments