Changes for page Improvements
Last modified by Ecaterina Moraru on 2013/11/13 12:47
From version 176.14
edited by Ecaterina Valica
on 2010/07/22 16:04
on 2010/07/22 16:04
Change comment:
There is no comment for this version
To version 174.15
edited by Ecaterina Valica
on 2010/07/13 15:04
on 2010/07/13 15:04
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,9 +2,6 @@ 2 2 3 3 {{velocity}}$xwiki.ssx.use("Standards.WebHome"){{/velocity}} 4 4 5 -{{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. 6 -For architectural design proposals, please see http://dev.xwiki.org/xwiki/bin/view/Design/{{/info}} 7 - 8 8 (% class="leftMargin column70 dashboardleft" %) 9 9 ((( 10 10 == Improvements Status == ... ... @@ -11,7 +11,7 @@ 11 11 12 12 (% class="statusUnderDevelopment" %)[[ActivityStream>>ActivityStream]] 13 13 14 -(% class="statusUnderDevelopment" %) ((( (% class="mailinglist sent" %)[[Avatars>>Avatars]](%%) )))11 +(% class="statusUnderDevelopment" %)[[Avatars>>Avatars]] 15 15 16 16 (% class="statusUnderDevelopment" %)[[Consistency>>Consistency]] 17 17 ... ... @@ -51,9 +51,9 @@ 51 51 52 52 (% class="statusUnderImplementation" %)[[Login/Delete Boxes>>Improvements.BoxesExample]] [[[XE-434]>>http://jira.xwiki.org/jira/browse/XE-434]] 53 53 54 -(% class="statusIntegrated" %)[[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]]51 +(% class="statusIntegrated" %)[[Search Result List>>Main.ListWebSearch]] [[[XE-395]>>http://jira.xwiki.org/jira/browse/XE-395]] 55 55 56 -(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]] [[[Proposal]>>http://incubator.myxwiki.org/xwiki/bin/view/Grid/]]53 +(% class="statusIntegrated" %)[[Grid -> Live Table>>XWiki.LiveTable]] [[[XE-407]>>http://jira.xwiki.org/jira/browse/XE-407]] 57 57 ))) 58 58 59 59 (% class="left dashboardright" %) ... ... @@ -76,15 +76,10 @@ 76 76 77 77 * [[i10n Improvements>>i10n]] 78 78 * [[xwiki.org Improvements>>XWikiOrgv2]] 79 -* [[xwiki.org Logo Proposals>>XWikiOrgLogo]] 80 80 81 81 == Other == 82 82 83 83 * [[Other Improvements>>Other]] 84 -* Design Archive: 85 -** [[Default Wiki Improvements>>http://dev.xwiki.org/xwiki/bin/view/Design/DefaultWikiImprovements]] 86 -** [[What's a XWiki application?>>http://dev.xwiki.org/xwiki/bin/view/Design/GenericMacrosforApplications]] 87 -** [[Improve XWiki User Experience>>http://dev.xwiki.org/xwiki/bin/view/Design/ImproveXWikiUserExperience]] 88 88 ))) 89 89 ))) 90 90
- mailinglist.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.evalica - Size
-
... ... @@ -1,1 +1,0 @@ 1 -351 bytes - Content
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -3,24 +3,15 @@ 3 3 display: block; 4 4 border-bottom: 1px dotted $theme.borderColor; 5 5 line-height:3px; 6 - width: 50%; 6 + width: 50%; 7 7 } 8 8 .statusIntegrated , 9 9 .statusUnderImplementation, 10 10 .statusUnderDevelopment, 11 11 .statusUnderDebugging{ 12 - padding-left: 2 0px;12 + padding-left: 25px; 13 13 margin-left: 20px; 14 14 } 15 - 16 -.mailinglist { 17 - padding-left: 20px; 18 -} 19 - 20 -.sent { 21 - background: transparent url("/xwiki/bin/download/Improvements/WebHome/mailinglist.png") 0 top no-repeat; 22 -} 23 - 24 24 .statusIntegrated { 25 25 background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat; 26 26 }