Last modified by Thomas Mortagne on 2017/03/24

<
From version < 50.1 >
edited by Marius Dumitru Florea
on 2013/11/18
To version < 49.1 >
edited by Vincent Massol
on 2013/11/15
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.VincentMassol
Content
... ... @@ -55,7 +55,7 @@
55 55  
56 56  === New XHTML based Confluence syntax ===
57 57  
58 -Since 4.0 Confluence moved to a XHTML based syntax for page content. So in order to import recent version of Confluences a parser for this syntax had to be written first.
58 +Since 4.0 Confluence moved to a XHTML based syntax for pages content. So in order to import recent version of Confluences a parser for this syntax had to be written first.
59 59  
60 60  == New Syntax Guide ==
61 61  
... ... @@ -96,7 +96,7 @@
96 96  * The URL Legacy JAR is now correctly bundled in the XE WAR. This is important since otherwise you'd need to set the URL configuration properties in your ##xwiki.properties## file in addition to setting them in ##xwiki.cfg##. For example ##url.standard.multiwiki.isPathBased## in ##xwiki.properties## **and** ##xwiki.virtual.usepath## in ##xwiki.cfg##).
97 97  * Deleted users do not appear anymore in the "Top Active Members" list in the wiki dashboard.
98 98  
99 -See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%225.3-milestone-2%22&tempMax=1000]] fixed in this release.
99 +See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release.
100 100  
101 101  = For Developers =
102 102  
... ... @@ -142,10 +142,21 @@
142 142  
143 143  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
144 144  
145 +== Issues specific to XWiki <version> ==
146 +
147 +<issues specific to the project>
148 +
145 145  == API Breakages ==
146 146  
147 -The following APIs were modified since XWiki 5.2.1:
151 +The following APIs were modified since XWiki 5.2:
148 148  
153 +* Very young API. Never fully worked.
154 +
155 +{{code language="none"}}
156 +org.xwiki.xml.stax.SAXEventConsumer: Class org.xwiki.xml.stax.SAXEventConsumer removed
157 +org.xwiki.xml.stax.SAXEventWriter: Removed org.xwiki.xml.stax.SAXEventConsumer from the list of superclasses
158 +{{/code}}
159 +
149 149  * Requesting a dependency without indicating the namespace does not really make sense. This interface is not really supposed to be implemented anyway.
150 150  
151 151  {{code language="none"}}

Get Connected