Changes for page Improvements

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

From version 179.3
edited by Ecaterina Valica
on 2011/04/08 12:14
Change comment: There is no comment for this version
To version 176.68
edited by Ecaterina Valica
on 2010/12/29 14:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,8 +9,6 @@
9 9  (((
10 10  == Improvements Status ==
11 11  
12 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Application Within Minutes>>ApplicationWithinMinutes]] (%%) ))) (%%)
13 -
14 14  (% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Extension Manager>>ExtensionManager]] (%%) ))) (%%)
15 15  
16 16  (% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[User Statuses>>UserStatus]] (%%) ))) (%%)
... ... @@ -19,7 +19,7 @@
19 19  
20 20  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Dynamic Search>>SuggestRedesignProposal]] (%%) ))) (%%)
21 21  
22 -(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Administration>>Administration]] (%%) ))) (%%)
20 +(% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Administration>>Administration]] (%%) ))) (%%)
23 23  
24 24  (% class="statusIdea" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
25 25  
... ... @@ -72,20 +72,10 @@
72 72  (% 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/]] (%%) ))) (%%)
73 73  )))
74 74  
75 -(% class="clearfloats" %) (%%)
76 -
77 77  (% class="dashboardright" %)
78 78  (((
79 79  (% class="dashboardrightcontent" %)
80 80  (((
81 -
82 -== Ideas ==
83 -
84 -(% class="statusIdea" %)((( (% class="mailinglist sent" %) [[Keyboard Shortcuts>>KeyboardShortcuts]] (%%) ))) (%%)
85 -(% class="statusIdea" %)((( (% class="mailinglist" %) [[Popup Titles>>IdeaPopupTitle]] (%%) ))) (%%)
86 -(% class="statusIdea" %)((( (% class="mailinglist" %) [[Mobile Skin>>MobileSkin]] (%%) ))) (%%)
87 -(% class="statusIdea" %)((( (% class="mailinglist" %) [[Page State>>PageState]] (%%) ))) (%%)
88 -
89 89  == Design Process ==
90 90  * [[DesignProcess]]
91 91  
... ... @@ -94,6 +94,10 @@
94 94  * [[Improvements.Accessibility]]
95 95  * [[MobileEmulators]]
96 96  
85 +== Ideas ==
86 +
87 +* [[PageState >>PageState]]
88 +
97 97  == External ==
98 98  
99 99  * [[i10n Improvements>>i10n]]
actions.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -3.2 KB
Content
copyWithSuggest.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.evalica
Size
... ... @@ -1,1 +1,0 @@
1 -30.8 KB
Content
XWiki.StyleSheetExtension[0]
Code
... ... @@ -15,14 +15,6 @@
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 -
26 26  .mailinglist {
27 27   padding-left: 20px;
28 28  }
... ... @@ -31,6 +31,9 @@
31 31   background: transparent url("/xwiki/bin/download/Improvements/WebHome/mailinglist.png") 0 2px no-repeat;
32 32  }
33 33  
26 +.statusIntegrated {
27 + background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
28 +}
34 34  .statusAbandoned {
35 35   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
36 36  }
... ... @@ -43,6 +43,3 @@
43 43  .statusIdea{
44 44   background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
45 45  }
46 -.statusIntegrated {
47 - background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
48 -}