Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +ReleaseNotes - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.m florea1 +XWiki.ThomasMortagne - Content
-
... ... @@ -4,7 +4,7 @@ 4 4 5 5 First milestone of the XWiki Enterprise 2.4 version ([[Roadmap>>enterprise:Main.Roadmap]]). 6 6 7 -The highlights of this release are: Lucene by default and Lucene admin, rendering cache 7 +The highlights of this release are: Lucene by default and Lucene admin, rendering cache as well ass performances and security improvements. 8 8 9 9 = New and Noteworthy (since XWiki Enterprise 2.3.1) = 10 10 ... ... @@ -43,6 +43,14 @@ 43 43 44 44 It's also possiblet to force a page to refresh by using ##refresh=1## parameter in the URL. 45 45 46 +== WYSIWYG improvements == 47 + 48 +=== Insert external image === 49 + 50 +You can now insert an external image in the edited page while in WYSIWYG mode. The external image is specified by its location on the web, i.e. its URL. To do this go to Image > Insert Image... menu and select the "External" tab: 51 + 52 +image:XWIKI-5202.png 53 + 46 46 == New Code macro configuration == 47 47 48 48 It's now possible to indicate which Pygments style to use with the default highlighter based on Pygments. ... ... @@ -57,10 +57,8 @@ 57 57 58 58 == Performance improvements == 59 59 60 - {{todo/}}68 +Defered scripts. 61 61 62 -* defered scripts 63 - 64 64 == Chart macro improvements == 65 65 66 66 Chart macro now support more than 26 columns. ... ... @@ -91,3 +91,14 @@ 91 91 == Migration Notes == 92 92 93 93 * the main entry point for search UI is now the Main.Search page that will use the configured search engine (Lucene by default), if you explicitly want to refer to Lucene or Database search you can ##Main.LuceneSearch## and ##Main.DatabaseSearch## pages. Note that nothing is broken here (##Main.WebSearch## page is still there and include ##Main.DatabaseSearch## page), it's just the new clean way of targeting the search page. 100 + 101 +== API Breakages == 102 + 103 +The following APIs were modified since XWiki Enterprise 2.3: 104 + 105 +{{code language=none}} 106 +[ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public org.xwiki.rendering.internal.transformation.MacroTransformation getMacroTransformation()' has been removed 107 +[ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Method 'public void setMacroTransformation(org.xwiki.rendering.internal.transformation.MacroTransformation)' has been removed 108 +[ERROR] org.xwiki.rendering.transformation.Transformation: Method 'public void transform(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface 109 +[ERROR] org.xwiki.rendering.transformation.TransformationManager: Method 'public void performTransformations(org.xwiki.rendering.block.Block, org.xwiki.rendering.transformation.TransformationContext)' has been added to an interface 110 +{{/code language}}