Last modified by Vincent Massol on 2011/01/27

<
From version < 1.8 >
edited by Sorin
on 2010/12/21
To version < 1.11 >
edited by Sorin
on 2010/12/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -32,24 +32,41 @@
32 32  * The possibility to undo the latest modifications or reset all changes
33 33  
34 34  Read more about Color Themes on the dedicated [[application page>>extensions:Extension.Color Theme Application]].
35 -=== New Search Interface ===
36 36  
37 -The default search page UI has been improved to be easier to understand and use.
36 +Complete **overhaul of the Profile UI**: better display of the user information, recent changes by the user are shown, different tabs for user details, user settings, and watchlist information:
38 38  
39 -[[image:ReleaseNotesXWikiEnterprise20M1@newsearchui.png||style="border: 1px solid rgb(0, 0, 0); width: 600px;"]]
38 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise22@profile.png
40 40  
41 -=== Preliminary optional accessibility stylesheet ===
40 +Improved inline-based editing for modifying profile details:
42 42  
43 -Moving further on the quest for better accessibility in the XWiki platform, we introduced a preliminary stylesheet which makes the skin slightly more accessible to people with visual disabilities: bigger fonts by default, and underlined links to make them more easily distinguished by colorblind people. This stylesheet can either be activated globally in a wiki, or individually from each user's preferences.
42 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise22@profileedit.png
44 44  
45 -Enabling the special stylesheet:
44 +Inclusion of the **WatchList manager** page into the Profile as a tab:
46 46  
47 -image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@a11y-enable.png
46 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise22@watchlist.png
48 48  
49 -Bigger fonts and underlined links:
48 +Added a tab in the //Profile// for managing **user preferences**, which is currently rather small, but will be improved later to include more settings:
50 50  
51 -image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@a11y.png
50 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise22@preferences.png
52 52  
52 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise22@preferencesedit.png
53 +
54 +User profiles have been converted to XWiki Syntax 2.0
55 +
56 +=== New Search Interface ===
57 +
58 +* The default search page UI has been improved to be easier to understand and use.[[image:ReleaseNotesXWikiEnterprise20M1@newsearchui.png||style="border: 1px solid rgb(0, 0, 0); width: 600px;"]]
59 +
60 +=== Preliminary optional accessibility stylesheet ===
61 +
62 +Moving further on the quest for better accessibility in the XWiki platform, we introduced a preliminary stylesheet which makes the skin slightly more accessible to people with visual disabilities: bigger fonts by default, and underlined links to make them more easily distinguished by colorblind people. This stylesheet can either be activated globally in a wiki, or individually from each user's preferences.
63 +
64 +* Enabling the special stylesheet:
65 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@a11y-enable.png]]
66 +
67 +* Bigger fonts and underlined links:
68 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@a11y.png]]
69 +
53 53  === More consistent use of user avatars ===
54 54  
55 55  Avatars now come in three default sizes:
... ... @@ -58,10 +58,9 @@
58 58  * medium avatars, 50px wide, the preferred and most frequent display option for avatars
59 59  * large avatars,120px wide, to be used where a large version of the avatar must be displayed (for example in the user profile)
60 60  
61 -Accordingly, the wiki dashboard has been changed to use the medium avatars, and as a new feature user avatars are displayed in the comments area.
78 +* Accordingly, the wiki dashboard has been changed to use the medium avatars, and as a new feature user avatars are displayed in the comments area.
79 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@comment-avatars.png]]
62 62  
63 -image:ReleaseNotesXWikiEnterprise20M1@comment-avatars.png
64 -
65 65  Four new velocity macros have been added for making it easier to display avatars:
66 66  
67 67  * ###smallUserAvatar('XWiki.username')##
... ... @@ -69,23 +69,22 @@
69 69  * ###largeUserAvatar('XWiki.username')##
70 70  * ###resizedUserAvatar('XWiki.username', 100)## which allows resizing an avatar to a custom size
71 71  
72 -User avatars are also displayed in annotations.
88 +* User avatars are also displayed in annotations.
89 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@annotation-avatars.png]]
73 73  
74 -image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@annotation-avatars.png
75 -
76 76  === UI for Deleted documents & attachments ===
77 77  
78 78  While deleted documents and attachments have been stored in a trash instead of being completely deleted since XWiki 1.2, there was no general interface for viewing the contents of the trash. This has been remedied by the introduction of two new tabs in the wiki's Document Index, //Deleted Documents// and //Deleted Attachments//.
79 79  
80 -image:ReleaseNotesXWikiEnterprise22M1@trash1.png
95 +* [[image:ReleaseNotesXWikiEnterprise22M1@trash1.png]]
81 81  
82 82  Both use the livetable, thus allowing filtering and ordering for easier browsing. A document from the trash can be viewed, permanently deleted, or restored if the location is still available.
83 83  
84 -image:ReleaseNotesXWikiEnterprise22M1@trash2.png
99 +* [[image:ReleaseNotesXWikiEnterprise22M1@trash2.png]]
85 85  
86 86  The attachment trash contains only attachments deleted from a document, and not attachments that were deleted together with their owner document; in the latter case, the attachments are kept together with the document in the document trash. For attachments, there is no restore option yet, it will be implemented in a future release.
87 87  
88 -image:ReleaseNotesXWikiEnterprise22M1@trash3.png
103 +* [[image:ReleaseNotesXWikiEnterprise22M1@trash3.png]]
89 89  
90 90  === Further improvements to the edit UI ===
91 91  
... ... @@ -96,12 +96,10 @@
96 96  )))
97 97  * A more descriptive label for the version summary field
98 98  * Better positioning of the "minor edit" option
99 -* Better positioning and display of the "autosave" option(((
100 -image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@edit-footer.png
101 -)))
114 +* Better positioning and display of the "autosave" option
115 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise25@edit-footer.png]]
102 102  
103 103  
104 -
105 105  == 2.Annotations ==
106 106  
107 107  The scope of this feature is to allow users to annotate text in a XWiki document. With the new feature you can:
... ... @@ -162,5 +162,3 @@
162 162  Note the current user does not have permission to edit one of the configurable applications.
163 163  
164 164  
165 -
166 -

Get Connected