Last modified by Thomas Mortagne on 2023/10/13

<
From version < 14.1 >
edited by Thomas Mortagne
on 2012/04/03
To version < 16.1 >
edited by Thomas Mortagne
on 2012/04/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,13 +21,13 @@
21 21  * The Annotations tab is now replaced by the Comments tab where you can see both annotations and comments
22 22  * The default annotation class is now XWiki.XWikiComments instead of AnnotationCode.AnnotationClass
23 23  
24 -{{image reference="annotations-merged-with-comments-screenshot.png" /}}
24 +{{image reference="annotations-merged-with-comments-screenshot.png"/}}
25 25  
26 26  == User profile customization ==
27 27  
28 28  An admin can now configure which information is displayed in the user profile (the "Profile" tab of a user's profile page). A new section has been added in Administration where an admin can configure which fields of the XWikiUsers class to display. The admin still has to add the new fields to the class the old way, using the class editor for the page XWiki.XWikiUsers, but he no longer needs to write any code.
29 29  
30 -{{image reference="userProfileCustomizer-screenshot.png" /}}
30 +{{image reference="userProfileCustomizer-screenshot.png"/}}
31 31  
32 32  == User directory improvements and user customized view ==
33 33  
... ... @@ -37,7 +37,7 @@
37 37  
38 38  The default displayed columns are "first_name" and "last_name", and the unmodifiable columns (that will always be displayed as first columns) are "_avatar" and "doc.fullName".
39 39  
40 -{{image reference="customizableUserDirectory-customize.png" /}}
40 +{{image reference="customizableUserDirectory-customize.png"/}}
41 41  
42 42  == New Velocity tool to serialize Java objects to JSON format ==
43 43  
... ... @@ -57,8 +57,10 @@
57 57  
58 58  = For Developers =
59 59  
60 -{{todo/}}
60 +== Class reference always local ==
61 61  
62 +The class reference is now stored as a local reference in the BaseObject/BaseCollection which means that like in the storage you can't assign a class coming from another wiki to an xobject which was causing some issue when copying wikis. You can still provide absolute reference but the wiki reference will be automatically removed.
63 +
62 62  == Upgrades ==
63 63  
64 64  The following dependencies have been upgraded:
... ... @@ -65,15 +65,13 @@
65 65  
66 66  * Json-lib 2.4
67 67  
68 -{{todo/}}
69 -
70 70  = Tested Browsers =
71 71  
72 72  Here's the list of browsers tested with this version (i.e. browsers that we've tested as working - Check the list of [[supported browsers>>dev:Community.BrowserSupportStrategy]]):
73 73  
74 -{{browser name='firefox' version= '11.0/}}
74 +{{browser name="firefox" version="11.0"/}}
75 75  
76 -{{browser name='chrome' version= '18'/}}
76 +{{browser name="chrome" version="18"/}}
77 77  
78 78  = Known issues =
79 79  

Get Connected