Last modified by Thomas Mortagne on 2023/10/13

From version 10.7
edited by Vincent Massol
on 2015/01/21
Change comment: There is no comment for this version
To version 10.6
edited by Vincent Massol
on 2015/01/21
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -317,16 +317,6 @@
317 317  ** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)##
318 318  ** ##com.xpn.xwiki.api.XWiki#getPlainUserName(DocumentReference userReference)##
319 319  * New script oriented APIs to get document author/contentAuthor/creator as ##DocumentReference##
320 -* It's now possible to provide metadatas to ##MacroContentParser#parse## API
321 -* It's now possible to know what namespace a ComponentManager instance is associated with by casting it to ##org.xwiki.component.manager.NamespacedComponentManager##. See [[Component Module documentation>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Component+Module||anchor="HNamespacedComponentManager"]].
322 -* Added getCurrentWikiDescriptor() method to the wiki API and script service to be consistent with the existing getCurrentWikiId() method
323 -* The ClassLoader automatically set as Thread ClassLoader is now dynamic meaning that any modification of the context wiki will automatically change the actual Thread ClassLoader. It used to be set to whatever was the wiki in the URL at ExecutionContext init.
324 -* [[A new CSS class>>platform:DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables.
325 -* The #sheetTitle Velocity macro supports a new use case: displaying the sheet title if the current document doesn't have an object of some type:(((
326 -{{code language="none"}}
327 -#sheetTitle('The sheet used to display objects of type Space.MyClass', 'Space.MyClass')
328 -{{/code}}
329 -)))
330 330  
331 331  == Upgrades ==
332 332  
... ... @@ -343,6 +343,19 @@
343 343  * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]]
344 344  * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]]
345 345  
336 +== Miscellaneous ==
337 +
338 +* It's now possible to provide metadatas to ##MacroContentParser#parse## API
339 +* It's now possible to know what namespace a ComponentManager instance is associated with by casting it to ##org.xwiki.component.manager.NamespacedComponentManager##. See [[Component Module documentation>>http://extensions.xwiki.org/xwiki/bin/view/Extension/Component+Module||anchor="HNamespacedComponentManager"]].
340 +* Added getCurrentWikiDescriptor() method to the wiki API and script service to be consistent with the existing getCurrentWikiId() method
341 +* The ClassLoader automatically set as Thread ClassLoader is now dynamic meaning that any modification of the context wiki will automatically change the actual Thread ClassLoader. It used to be set to whatever was the wiki in the URL at ExecutionContext init.
342 +* [[A new CSS class>>platform:DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables.
343 +* The #sheetTitle Velocity macro supports a new use case: displaying the sheet title if the current document doesn't have an object of some type:(((
344 +{{code language="none"}}
345 +#sheetTitle('The sheet used to display objects of type Space.MyClass', 'Space.MyClass')
346 +{{/code}}
347 +)))
348 +
346 346  = Translations =
347 347  
348 348  The following translations have been updated:

Get Connected