Changes for page Release Notes for XWiki 6.4
Last modified by Thomas Mortagne on 2020/01/28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -48,14 +48,8 @@ 48 48 49 49 == Rating Features == 50 50 51 - ===Ratings module===51 +The Contrib ratings project has been moved to platform. Java APIs have been broken by the package renaming but script APIs have been kept retro-compatible and the UI is mostly the same. See [[Ratings Application>>extensions:Extension.Ratings Application]]. 52 52 53 -Contrib ratings project has been moved to platform. Java APIs have been broken by the package renaming but script APIs have been kept retro-compatible and the UI is mostly the same. 54 - 55 -See [[Ratings Application>>extensions:Extension.Ratings Application]]. 56 - 57 -=== Ratings support for extensions === 58 - 59 59 It's now possible to rate extensions in [[Extension Repository>>extensions:Extension.Repository Application]] and any repository handler can expose extension rating that are displayed (read only for now) in [[Extension Manager>>extensions:Extension.Extension Manager Application]]. 60 60 61 61 {{image reference="[email protected]"/}} {{image reference="[email protected]"/}} ... ... @@ -134,7 +134,7 @@ 134 134 135 135 == Wikis == 136 136 137 - *A "Wikis" category has been created in the administration, where the configuration have been moved and split in different sections:(((131 +A "Wikis" category has been created in the administration, where the configuration have been moved and split in different sections:((( 138 138 |=Left menu|=Right menu 139 139 |{{image reference="[email protected]"/}}|{{image reference="[email protected]"/}} 140 140 ))) ... ... @@ -295,7 +295,7 @@ 295 295 296 296 == Rendering == 297 297 298 - *XWiki Rendering now provide an HTML5 Renderer.292 +XWiki Rendering now provide an HTML5 Renderer. 299 299 300 300 == Miscellaneous == 301 301 ... ... @@ -323,6 +323,16 @@ 323 323 ** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)## 324 324 ** ##com.xpn.xwiki.api.XWiki#getPlainUserName(DocumentReference userReference)## 325 325 * 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 +))) 326 326 327 327 == Upgrades == 328 328 ... ... @@ -339,19 +339,6 @@ 339 339 * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]] 340 340 * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]] 341 341 342 -== Miscellaneous == 343 - 344 -* It's now possible to provide metadatas to ##MacroContentParser#parse## API 345 -* 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"]]. 346 -* Added getCurrentWikiDescriptor() method to the wiki API and script service to be consistent with the existing getCurrentWikiId() method 347 -* 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. 348 -* [[A new CSS class>>platform:DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables. 349 -* 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:((( 350 -{{code language="none"}} 351 -#sheetTitle('The sheet used to display objects of type Space.MyClass', 'Space.MyClass') 352 -{{/code}} 353 -))) 354 - 355 355 = Translations = 356 356 357 357 The following translations have been updated: