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
-
... ... @@ -29,15 +29,13 @@ 29 29 * For tablet and desktop: 30 30 ** the menu label is a link used for navigation 31 31 ** the toggle (arrow / caret) is used for opening the drop down menu, but should be better separated from the label 32 -* On phones the behaviour remains the same: taping on the label opens the menu((( 33 -{{gallery}} 34 -image:[email protected] 35 -image:[email protected] 36 -image:[email protected] 37 -image:[email protected] 38 -{{/gallery}} 39 -))) 32 +* On phones the behaviour remains the same: taping on the label opens the menu 40 40 34 +Default: {{image reference="[email protected]"/}} 35 +Hover Link: {{image reference="[email protected]"/}} 36 +Hover Toggle: {{image reference="[email protected]"/}} 37 +Open: {{image reference="[email protected]"/}} 38 + 41 41 The history table, under each page, is now responsive to the screen size:((( 42 42 {{image reference="[email protected]" /}} 43 43 ))) ... ... @@ -317,6 +317,16 @@ 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## 318 +* It's now possible to provide metadatas to ##MacroContentParser#parse## API 319 +* 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"]]. 320 +* Added getCurrentWikiDescriptor() method to the wiki API and script service to be consistent with the existing getCurrentWikiId() method 321 +* 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. 322 +* [[A new CSS class>>platform:DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables. 323 +* 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:((( 324 +{{code language="none"}} 325 +#sheetTitle('The sheet used to display objects of type Space.MyClass', 'Space.MyClass') 326 +{{/code}} 327 +))) 320 320 321 321 == Upgrades == 322 322 ... ... @@ -333,19 +333,6 @@ 333 333 * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]] 334 334 * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]] 335 335 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 - 349 349 = Translations = 350 350 351 351 The following translations have been updated: