Last modified by Thomas Mortagne on 2023/10/13

<
From version < 10.8 >
edited by Vincent Massol
on 2015/01/21
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
... ... @@ -30,10 +30,12 @@
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 32  * On phones the behaviour remains the same: taping on the label opens the menu(((
33 -* Default: {{image reference="[email protected]"/}}
34 -* Hover Link: {{image reference="[email protected]"/}}
35 -* Hover Toggle: {{image reference="[email protected]"/}}
36 -* Open: {{image reference="[email protected]"/}}
33 +{{gallery}}
34 +image:[email protected]
35 +image:[email protected]
36 +image:[email protected]
37 +image:[email protected]
38 +{{/gallery}}
37 37  )))
38 38  
39 39  The history table, under each page, is now responsive to the screen size:(((
... ... @@ -315,16 +315,6 @@
315 315  ** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)##
316 316  ** ##com.xpn.xwiki.api.XWiki#getPlainUserName(DocumentReference userReference)##
317 317  * 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 -)))
328 328  
329 329  == Upgrades ==
330 330  
... ... @@ -341,6 +341,19 @@
341 341  * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]]
342 342  * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]]
343 343  
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 +
344 344  = Translations =
345 345  
346 346  The following translations have been updated:

Get Connected