Last modified by Thomas Mortagne on 2023/10/13

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

Summary

Details

Page properties
Content
... ... @@ -26,7 +26,6 @@
26 26  == Flamingo Skin ==
27 27  
28 28  We partially restored the behaviour of the top level menu from version 6.2, with some improvements:
29 -
30 30  * For tablet and desktop:
31 31  ** the menu label is a link used for navigation
32 32  ** the toggle (arrow / caret) is used for opening the drop down menu, but should be better separated from the label
... ... @@ -38,23 +38,19 @@
38 38  image:[email protected]
39 39  {{/gallery}}
40 40  )))
41 -* The history table, under each page, is now responsive to the screen size:(((
40 +
41 +The history table, under each page, is now responsive to the screen size:(((
42 42  {{image reference="[email protected]" /}}
43 43  )))
44 -* Some improvements have been made on the responsive tables (including the livetables) and we have fixed the broken livetables for mobiles on some places:(((
44 +
45 +Some improvements have been made on the responsive tables (including the livetables) and we have fixed the broken livetables for mobiles on some places:(((
45 45  {{image reference="[email protected]" width="30%"/}} {{image reference="[email protected]" width="30%"/}} {{image reference="[email protected]" width="30%"/}}
46 46  )))
47 47  
48 48  == Rating Features ==
49 49  
50 -=== 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]].
51 51  
52 -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.
53 -
54 -See [[Ratings Application>>extensions:Extension.Ratings Application]].
55 -
56 -=== Ratings support for extensions ===
57 -
58 58  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]].
59 59  
60 60  {{image reference="[email protected]"/}} {{image reference="[email protected]"/}}
... ... @@ -133,7 +133,7 @@
133 133  
134 134  == Wikis ==
135 135  
136 -* 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:(((
137 137  |=Left menu|=Right menu
138 138  |{{image reference="[email protected]"/}}|{{image reference="[email protected]"/}}
139 139  )))
... ... @@ -294,7 +294,7 @@
294 294  
295 295  == Rendering ==
296 296  
297 -* XWiki Rendering now provide an HTML5 Renderer.
292 +XWiki Rendering now provide an HTML5 Renderer.
298 298  
299 299  == Miscellaneous ==
300 300  
... ... @@ -322,6 +322,16 @@
322 322  ** ##com.xpn.xwiki.XWiki#getUserName(DocumentReference userReference, String format, boolean link, boolean escapeXML, XWikiContext context)##
323 323  ** ##com.xpn.xwiki.api.XWiki#getPlainUserName(DocumentReference userReference)##
324 324  * 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 +)))
325 325  
326 326  == Upgrades ==
327 327  
... ... @@ -338,19 +338,6 @@
338 338  * [[slf4j 1.7.9>>http://jira.xwiki.org/browse/XCOMMONS-712]]
339 339  * [[Lucene and SOLR 4.10.3>>http://jira.xwiki.org/browse/XWIKI-11603]]
340 340  
341 -== Miscellaneous ==
342 -
343 -* It's now possible to provide metadatas to ##MacroContentParser#parse## API
344 -* 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"]].
345 -* Added getCurrentWikiDescriptor() method to the wiki API and script service to be consistent with the existing getCurrentWikiId() method
346 -* 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.
347 -* [[A new CSS class>>platform:DevGuide.SpecialCSSClasses||anchor="HClassesfortheresponsiveness"]] have been added in Flamingo, to handle responsive tables.
348 -* 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:(((
349 -{{code language="none"}}
350 -#sheetTitle('The sheet used to display objects of type Space.MyClass', 'Space.MyClass')
351 -{{/code}}
352 -)))
353 -
354 354  = Translations =
355 355  
356 356  The following translations have been updated:

Get Connected