Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -5,10 +5,52 @@ 5 5 6 6 1 Release Notes for XWiki Enterprise 2.0 Milestone 1 7 7 8 -1.1 Summaryof changessince XWiki Enterprise 1.98 +1.1 New and Noteworthy 9 9 10 -TODO 10 +At a glance (see below for details): 11 + * Lots of improvements and new features in the new WYSIWYG editor 12 + * Lots of improvements and bugfixes in the rendering engine and the syntax converter 13 + * Lots of improvements and bugfixes in the 1.0 to 2.0 syntax converter 14 + * New Chart macro for XWiki 2.0 syntax 15 + * New info, warning and error macros 16 + * Improvements for the blog application 11 11 18 +1.1.1 New Chart macro for XWiki 2.0 syntax 19 + 20 +See [Chart macro documentation>code:Macros.ChartMacro]. 21 + 22 +1.1.1 New info, warning and error macros 23 + 24 +See [Message macro documentation>code:Macros.MessageMacro]. 25 + 26 +1.1.1 New Search Interface 27 + 28 +#warning("TODO") 29 + 30 +1.1.1 Better aspect for the RSS feed on the user profile 31 + 32 +#warning("TODO") 33 + 34 +1.1.1 New Tag Cloud Panel 35 + 36 +#warning("TODO") 37 + 38 +1.1.1 New output parameter for all scrip macros 39 + 40 +#warning("TODO") 41 + 42 +1.1.1 New events for XWiki startup/shutdown 43 + 44 +#warning("TODO") 45 + 46 +1.1.1 Javascript and CSS files are now compressed 47 + 48 +#warning("TODO") 49 + 50 +1.1.1 Velocity tools and Velocity properties can be easily changed 51 + 52 +#warning("TODO") 53 + 12 12 1.1 Known issues 13 13 14 14 * [Bugs we know about>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC] ... ... @@ -31,6 +31,8 @@ 31 31 ** <tt>Block.replace()</tt> has been replaced by <tt>Block.replaceChild()</tt> 32 32 ** <tt>ParseException</tt> constructor and methods have been modified since they were unused 33 33 ** <tt>XWikiXHTMLImageRenderer</tt> and <tt>XWikiXHTMLLinkRenderer</tt> classes have been moved to a XWiki-specific module so that the main Rendering module can be used standalone 76 +** Merged <tt>SimpleXHTMLImageRenderer</tt> and <tt>XWikiXHTMLImageRenderer</tt> into <tt>DefaultXHTMLImageRenderer</tt> which now handles the case where we're inside a wiki or not 77 +** Merged <tt>SimpleXHTMLLinkRenderer</tt> and <tt>XWikiXHTMLLinkRenderer</tt> into <tt>DefaultXHTMLLinkRenderer</tt> which now handles the case where we're inside a wiki or not 34 34 ** Details:\\{code:none} 35 35 [ERROR] org.xwiki.rendering.block.AbstractBlock: Method 'public void replace(java.util.List)' has been removed 36 36 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replace(java.util.List)' has been removed ... ... @@ -43,5 +43,8 @@ 43 43 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public java.lang.String getFileName()' has been removed 44 44 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public int getLineNumber()' has been removed 45 45 [ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLImageRenderer removed 46 -[ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer removed{code} 90 +[ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer removed 91 +[ERROR] org.xwiki.rendering.renderer.XHTMLRenderer: Method 'public XHTMLRenderer(org.xwiki.rendering.renderer.printer.WikiPrinter)' has been removed 92 +[ERROR] org.xwiki.rendering.renderer.xhtml.SimpleXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.SimpleXHTMLImageRenderer removed 93 +[ERROR] org.xwiki.rendering.renderer.xhtml.SimpleXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.SimpleXHTMLLinkRenderer removed{code} 47 47