Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,7 +15,7 @@ 15 15 16 16 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]] and [[XWiki Platform>>http://platform.xwiki.org]]. They share the same release notes as they are released together and have the same version. 17 17 18 - <insert description of release here>18 +This release introduces a new (experimental) image dialog for the WYSIWYG editor and a new administration section to define image styles, with the goal to simplify the insertion and editing of images. On the same topic, the image popover now provides an image permalink and the image lightbox added the ability to copy the image identifier to clipboard to be used as link anchor or to be referenced by wiki macros. Finally, the images (or any files) uploaded through the WYSIWYG editor are not saved right away anymore but, instead, they create temporary attachments that are saved only when the edited content is saved. All these image related improvements, along with a lot of bug fixes, make this release worth trying. 19 19 20 20 {{comment}} 21 21 Uncomment when there's at least one issue listed in the table! ... ... @@ -37,9 +37,9 @@ 37 37 {{/error}} 38 38 {{/comment}} 39 39 40 -= New and Noteworthy (since {{velocity}}$product{{/velocity}} <version -1>) =40 += New and Noteworthy (since {{velocity}}$product{{/velocity}} 14.2.1) = 41 41 42 -[[Full list of issues fixed and Dashboard for <final version here even for RC, e.g.10.5>>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]].42 +[[Full list of issues fixed and Dashboard for 14.3>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=14992]]. 43 43 44 44 {{releasenotechanges/}} 45 45 ... ... @@ -98,7 +98,7 @@ 98 98 99 99 == API Breakages == 100 100 101 -The following APIs were modified since {{velocity}}$product{{/velocity}} <version -1>:101 +The following APIs were modified since {{velocity}}$product{{/velocity}} 14.2.1: 102 102 103 103 {{velocity}} 104 104 {{backwardCompatibilityReport134 version="$version"/}}
- ReleaseNotes.BackwardCompatibility[0]
-
- Violations
-
... ... @@ -1,0 +1,74 @@ 1 +<?xml version="1.0" encoding="UTF-8"?><ignores> 2 + 3 + <item xmlns="http://maven.apache.org/POM/4.0.0"> 4 + 5 + <ignore>true</ignore> 6 + 7 + <code>java.class.removed</code> 8 + 9 + <old>class com.xpn.xwiki.doc.tasks.XWikiDocumentIndexingTask</old> 10 + 11 + <justification>This class should have been marked as unstable on 14.1RC1. Moved to the package 'org.xwiki.doc.tasks' since it was not located in the right package.</justification> 12 + 13 + <criticality>documented</criticality> 14 + 15 + </item> 16 + 17 + <item xmlns="http://maven.apache.org/POM/4.0.0"> 18 + 19 + <ignore>true</ignore> 20 + 21 + <code>java.class.removed</code> 22 + 23 + <old>class com.xpn.xwiki.doc.tasks.XWikiDocumentIndexingTaskId</old> 24 + 25 + <justification>This class should have been marked as unstable on 14.1RC1. The accessors are moved to 'org.xwiki.doc.tasks.XWikiDocumentIndexingTask' since we are not relying on a composite id anymore.</justification> 26 + 27 + <criticality>documented</criticality> 28 + 29 + </item> 30 + 31 + <item xmlns="http://maven.apache.org/POM/4.0.0"> 32 + 33 + <ignore>true</ignore> 34 + 35 + <code>java.class.removed</code> 36 + 37 + <old>class org.xwiki.index.migration.R140200001XWIKI19352DataMigration</old> 38 + 39 + <justification>R140200001XWIKI19352DataMigration replaced by R140300000XWIKI19614DataMigration because a link reindexing is required by XWIKI-19614, making an additional reindexing for migrations from version lower than 14.2RC1 useless.</justification> 40 + 41 + <criticality>allowed</criticality> 42 + 43 + </item> 44 + 45 + <item xmlns="http://maven.apache.org/POM/4.0.0"> 46 + 47 + <ignore>true</ignore> 48 + 49 + <code>java.method.addedToInterface</code> 50 + 51 + <class>com.xpn.xwiki.web.XWikiResponse</class> 52 + 53 + <justification>Those changes are not real: we need to add those rules because revapi detected a change, but it's actually a false positive.</justification> 54 + 55 + <criticality>allowed</criticality> 56 + 57 + </item> 58 + 59 + <item xmlns="http://maven.apache.org/POM/4.0.0"> 60 + 61 + <ignore>true</ignore> 62 + 63 + <code>java.method.addedToInterface</code> 64 + 65 + <class>com.xpn.xwiki.web.XWikiRequest</class> 66 + 67 + <justification>Those changes are not real: we need to add those rules because revapi detected a change, but it's actually a false positive.</justification> 68 + 69 + <criticality>allowed</criticality> 70 + 71 + </item> 72 + 73 +</ignores> 74 +