Changes for page Improvements

Last modified by Ecaterina Moraru on 2013/11/13 12:47

From version 179.15
edited by Ecaterina Valica
on 2011/06/15 20:21
Change comment: There is no comment for this version
To version 179.3
edited by Ecaterina Valica
on 2011/04/08 12:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,22 +2,18 @@
2 2  
3 3  {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}}
4 4  
5 -== Community Feedback ==
6 -
7 7  {{info}}This page is about the UI/UX Design Process for [[XWiki Enterprise>>http://enterprise.xwiki.org/xwiki/bin/view/Main/]]. The process involves the creation of specifications, analysis, mockups, partial prototypes and even final versions of the proposals made. The aim of these proposals are to improve XWiki's UI look&feel, usability and interaction.
8 8  For architectural design proposals, please see http://dev.xwiki.org/xwiki/bin/view/Design/{{/info}}
9 9  
10 -(% class="left column60 dashboardleft" %)
8 +(% class="leftMargin column70 dashboardleft" %)
11 11  (((
12 12  == Improvements Status ==
13 13  
14 -(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[XWiki in the first 5 minutes>>XWiki5Minutes]] (%%) ))) (%%)
12 +(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Application Within Minutes>>ApplicationWithinMinutes]] (%%) ))) (%%)
15 15  
16 -(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Application Within Minutes>>ApplicationWithinMinutes]] (%%) ))) (%%)
17 -
18 18  (% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Extension Manager>>ExtensionManager]] (%%) ))) (%%)
19 19  
20 -(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[User Statuses>>UserStatus]] (%%) ))) (%%)
16 +(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[User Statuses>>UserStatus]] (%%) ))) (%%)
21 21  
22 22  (% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Syntax Experiments>>SyntaxExperiments]] (%%) ))) (%%)
23 23  
... ... @@ -33,8 +33,10 @@
33 33  
34 34  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
35 35  
36 -(% class="separatorLine" %)
32 +(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)
37 37  
34 +(% class="separatorLine" %)
35 +
38 38  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Pagination Size in Livetable>>LivetablePageSizer]] (%%) ))) (%%)
39 39  
40 40  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Invitation UI>>Invitation]] (%%) ))) (%%)
... ... @@ -45,7 +45,7 @@
45 45  
46 46  (% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Rights UI>>Rights]] (%%) ))) (%%)
47 47  
48 -(% class="separatorLine" %)
46 +(% class="separatorLine" %)
49 49  
50 50  (% class="statusIdea statusIntegrated" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
51 51  
... ... @@ -59,7 +59,7 @@
59 59  
60 60  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Action Menu>>Improvements.ActionMenu]] (%%) ))) (%%)
61 61  
62 -(% class="separatorLine" %)
60 +(% class="separatorLine" %)
63 63  
64 64  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Skin 2.0>>Improvements.Skin20]] (%%) ))) (%%)
65 65  
... ... @@ -72,19 +72,15 @@
72 72  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]] [[[Proposal]>>http://dev.xwiki.org/xwiki/bin/view/Design/NewSearchInterface]] (%%) ))) (%%)
73 73  
74 74  (% class="statusIntegrated" %)((( (% class="mailinglist" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]] [[[Proposal]>>http://incubator.myxwiki.org/xwiki/bin/view/Grid/]] (%%) ))) (%%)
75 -(% class="clearfloats" %) (%%)
76 76  )))
77 77  
78 -(% class="dashboardright right column40 " %)
75 +(% class="clearfloats" %) (%%)
76 +
77 +(% class="dashboardright" %)
79 79  (((
80 80  (% class="dashboardrightcontent" %)
81 81  (((
82 82  
83 -== General ==
84 -
85 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Usability>>Usability]] (%%) ))) (%%)
86 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)
87 -
88 88  == Ideas ==
89 89  
90 90  (% class="statusIdea" %)((( (% class="mailinglist sent" %) [[Keyboard Shortcuts>>KeyboardShortcuts]] (%%) ))) (%%)
XWiki.StyleSheetExtension[0]
Code
... ... @@ -15,6 +15,14 @@
15 15   margin-left: 20px;
16 16  }
17 17  
18 +.statusIdea p,
19 +.statusUnderDesign p,
20 +.statusUnderImplementation p,
21 +.statusIntegrated p,
22 +.statusAbandoned p{
23 + display: inline-block;
24 +}
25 +
18 18  .mailinglist {
19 19   padding-left: 20px;
20 20  }