Last modified by Thomas Mortagne on 2017/03/24

From version 55.3
edited by Vincent Massol
on 2013/09/12
Change comment: There is no comment for this version
To version 58.2
edited by Marius Dumitru Florea
on 2013/09/13
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.mflorea
Content
... ... @@ -8,7 +8,7 @@
8 8  **The support of XWiki Enterprise Manager is stopped**. XWiki Enterprise now comes with the ability to create subwikis by default, see below.
9 9  {{/warning}}
10 10  
11 -<insert description of release here>
11 +The second milestone of the 5.2 release comes with multiwiki support enabled by default: users are able to create new wikis without the need to install additional extensions. This is possible because the Workspace Application has been integrated in XWiki Enterprise. Besides this, the new release brings a Solr-based live search (to replace the one based on Lucene) and the ability to track active XWiki installs. Developers will be interested by the new WikiStream framework. As with other releases this one has a lot of bug fixes (92) and improvements (33) which make it worth trying.
12 12  
13 13  = New and Noteworthy (since XWiki 5.2 Milestone 1) =
14 14  
... ... @@ -20,12 +20,16 @@
20 20  
21 21  {{image reference="add-wiki.png"/}}
22 22  
23 +This new menu entry appears only if a wiki template is created first, see below.
24 +
23 23  === Wiki Creation Right ===
24 24  
25 25  The wiki creation is now possible for users who have the "createwiki" right. This right is only available for the main wiki users, exactly like the Programming Right.
26 26  
27 -A new section is available in the administration of the main wiki to manage who has this right.
29 +=== Wikis Section in the Administration ===
28 28  
31 +A new section is available in the administration of the main wiki. In this section, you can enable the wiki creation feature by creating a wiki template. It also manages who has the right to create new wikis.
32 +
29 29  {{image reference="admin-wikis.png"/}}
30 30  
31 31  === New wiki creation wizard ===
... ... @@ -44,7 +44,9 @@
44 44  
45 45  {{image reference="new-xwiki-menu.png"/}}
46 46  
47 -{{warning}}The position of the new menu is still under discussion and may change in XWiki 5.2 final.{{/warning}}
51 +{{warning}}
52 +The position of the new menu is still under discussion and may change in XWiki 5.2 final.
53 +{{/warning}}
48 48  
49 49  == Solr-based search suggest ==
50 50  
... ... @@ -52,11 +52,11 @@
52 52  
53 53  We also improved the search suggest administration section
54 54  
55 -{{image reference="searchSuggestAdminSection.png" /}}
61 +{{image reference="searchSuggestAdminSection.png"/}}
56 56  
57 57  and we simplified the source creation form.
58 58  
59 -{{image reference="searchSuggestSourceForm.png" /}}
65 +{{image reference="searchSuggestSourceForm.png"/}}
60 60  
61 61  == Active Installs Tracking ==
62 62  
... ... @@ -161,14 +161,65 @@
161 161  Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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.
162 162  {{/warning}}
163 163  
164 -== Issues specific to XWiki <version> ==
170 +== API Breakages ==
165 165  
166 -<issues specific to the project>
172 +The following APIs were modified since XWiki 5.1:
167 167  
168 -== API Breakages ==
174 +* Moved to ##xwiki-commons-legacy-properties##
169 169  
170 -The following APIs were modified since <project> <version - 1>:
176 +{{code language="none"}}
177 +org.xwiki.properties.converter.AbstractCollectionConverter: Class org.xwiki.properties.converter.AbstractCollectionConverter removed
178 +{{/code}}
171 171  
180 +* This method should never have existed
181 +
172 172  {{code language="none"}}
173 -<clirr output here>
183 +org.xwiki.rendering.listener.reference.ResourceType: Method 'public void setScheme(java.lang.String)' has been removed
174 174  {{/code}}
185 +
186 +* Moved from ##xwiki-rendering-api## to ##xwiki-rendering-xml##
187 +
188 +{{code language="none"}}
189 +org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter: Class org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter removed
190 +org.xwiki.rendering.renderer.printer.XMLWikiPrinter: Class org.xwiki.rendering.renderer.printer.XMLWikiPrinter removed
191 +{{/code}}
192 +
193 +* This field is not meant to be be modified, the final was just forgotten.
194 +
195 +{{code language="none"}}
196 +com.xpn.xwiki.XWikiContext: Field TYPE_PROVIDER is now final
197 +{{/code}}
198 +
199 +* Has been moved to ##xwiki-platform-feed-api## since it was the only module using it. We also dropped jTidy in favor of HTMLCleaner.
200 +
201 +{{code language="none"}}
202 +com.xpn.xwiki.util.TidyMessageLogger: Class com.xpn.xwiki.util.TidyMessageLogger removed
203 +{{/code}}
204 +
205 +* Google API plugin has been retired
206 +
207 +{{code language="none"}}
208 +com.xpn.xwiki.plugin.google.GooglePlugin: Class com.xpn.xwiki.plugin.google.GooglePlugin removed
209 +com.xpn.xwiki.plugin.google.GooglePluginApi: Class com.xpn.xwiki.plugin.google.GooglePluginApi removed
210 +{{/code}}
211 +
212 +* Return the number of imported documents
213 +
214 +{{code language="none"}}
215 +com.xpn.xwiki.tool.backup.Importer: Return type of method 'public void importXAR(java.io.File, java.lang.String, com.xpn.xwiki.XWikiContext)' has been changed to int
216 +{{/code}}
217 +
218 +* The JPQLParser generates source code (that should be internal but it is not) and the grammar has changed a bit.
219 +
220 +{{code language="none"}}
221 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAFuncnumComparableItem(org.xwiki.query.jpql.node.AFuncnumComparableItem)' has been added to an interface
222 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAFuncstrComparableItem(org.xwiki.query.jpql.node.AFuncstrComparableItem)' has been added to an interface
223 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAFunctimeComparableItem(org.xwiki.query.jpql.node.AFunctimeComparableItem)' has been added to an interface
224 +org.xwiki.query.jpql.analysis.Analysis: Method 'public void caseAPathComparableItem(org.xwiki.query.jpql.node.APathComparableItem)' has been added to an interface
225 +org.xwiki.query.jpql.node.AGroupbyItem: Parameter 1 of 'public AGroupbyItem(org.xwiki.query.jpql.node.PPath)' has changed its type to org.xwiki.query.jpql.node.PComparableItem
226 +org.xwiki.query.jpql.node.AGroupbyItem: Method 'public org.xwiki.query.jpql.node.PPath getPath()' has been removed
227 +org.xwiki.query.jpql.node.AGroupbyItem: Method 'public void setPath(org.xwiki.query.jpql.node.PPath)' has been removed
228 +org.xwiki.query.jpql.node.AOrderbyItem: Parameter 1 of 'public AOrderbyItem(org.xwiki.query.jpql.node.PPath, org.xwiki.query.jpql.node.TOrderbySpec)' has changed its type to org.xwiki.query.jpql.node.PComparableItem
229 +org.xwiki.query.jpql.node.AOrderbyItem: Method 'public org.xwiki.query.jpql.node.PPath getPath()' has been removed
230 +org.xwiki.query.jpql.node.AOrderbyItem: Method 'public void setPath(org.xwiki.query.jpql.node.PPath)' has been removed
231 +{{/code}}

Get Connected