Changes for page Improvements

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

From version 176.37
edited by Ecaterina Valica
on 2010/09/06 11:37
Change comment: There is no comment for this version
To version 176.63
edited by Ecaterina Valica
on 2010/11/22 13:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,14 +9,22 @@
9 9  (((
10 10  == Improvements Status ==
11 11  
12 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
12 +(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[User Statuses>>UserStatus]] (%%) ))) (%%)
13 13  
14 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)
14 +(% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Syntax Experiments>>SyntaxExperiments]] (%%) ))) (%%)
15 15  
16 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
16 +(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Dynamic Search>>SuggestRedesignProposal]] (%%) ))) (%%)
17 17  
18 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
18 +(% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Administration>>Administration]] (%%) ))) (%%)
19 19  
20 +(% class="statusIdea" %)((( (% class="mailinglist" %)[[Icon Themes>>IconThemes]] (%%) ))) (%%)
21 +
22 +(% class="statusIdea" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)
23 +
24 +(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
25 +
26 +(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
27 +
20 20  (% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)
21 21  
22 22  (% class="separatorLine" %)
... ... @@ -33,7 +33,7 @@
33 33  
34 34  (% class="separatorLine" %)
35 35  
36 -(% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
44 +(% class="statusIdea" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
37 37  
38 38  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%)
39 39  
... ... @@ -49,7 +49,7 @@
49 49  
50 50  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Skin 2.0>>Improvements.Skin20]] (%%) ))) (%%)
51 51  
52 -(% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[Blog>>Blog]] [[[XABLOG-43]>>http://jira.xwiki.org/jira/browse/XABLOG-43]] (%%) ))) (%%)
60 +(% class="statusAbandoned" %)((( (% class="mailinglist" %)[[Blog>>Blog]] [[[XABLOG-43]>>http://jira.xwiki.org/jira/browse/XABLOG-43]] (%%) ))) (%%)
53 53  
54 54  (% class="statusUnderImplementation" %)((( (% class="mailinglist" %)[[WatchList]] [[[XPWATCHLIST-54]>>http://jira.xwiki.org/jira/browse/XPWATCHLIST-54]] (%%) ))) (%%)
55 55  
... ... @@ -60,9 +60,9 @@
60 60  (% 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/]] (%%) ))) (%%)
61 61  )))
62 62  
63 -(% class="left dashboardright" %)
71 +(% class="dashboardright" %)
64 64  (((
65 -(% class="left dashboardrightcontent" %)
73 +(% class="dashboardrightcontent" %)
66 66  (((
67 67  == Design Process ==
68 68  * [[DesignProcess]]
XWiki.StyleSheetExtension[0]
Code
... ... @@ -5,12 +5,13 @@
5 5   line-height:3px;
6 6   width: 50%;
7 7  }
8 -.statusIntegrated ,
9 -.statusUnderImplementation,
8 +
9 +.statusIdea,
10 10  .statusUnderDesign,
11 -.statusUnderDebugging,
11 +.statusUnderImplementation,
12 +.statusIntegrated,
12 12  .statusAbandoned {
13 - padding-left: 20px;
14 + padding-left: 25px;
14 14   margin-left: 20px;
15 15  }
16 16  
... ... @@ -29,11 +29,11 @@
29 29   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
30 30  }
31 31  .statusUnderImplementation{
32 - background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
33 + background: transparent url($xwiki.getSkinFile("icons/silk/wrench.gif")) top left no-repeat;
33 33  }
34 34  .statusUnderDesign{
35 - background: transparent url($xwiki.getSkinFile("icons/silk/time.gif")) top left no-repeat;
36 -}
37 -.statusUnderDebugging{
38 38   background: transparent url($xwiki.getSkinFile("icons/silk/error.gif")) top left no-repeat;
39 39  }
38 +.statusIdea{
39 + background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
40 +}
XWiki.XWikiComments[5]
Comment
... ... @@ -1,3 +1,7 @@
1 1  Auto-Complete:
2 2  http://cdn.episodic.com/player/EpisodicPlayer.swf?config=http%3A%2F%2Fcdn.episodic.com%2Fshows%2F13%2Fqnez628jtxz2%2Fconfig.xml
3 3  http://media.jivesoftware.com/video/whatsnew/4_5/microblogging.mp4
4 +
5 +http://blogs.atlassian.com/confluence/2010/09/3-wiki-shortcuts-save-time-autocomplete.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+ConfluenceBlog+%28Atlassian+Products+-+Confluence%29
6 +
7 +http://www.1stwebdesigner.com/resources/auto-completion-scripts/
XWiki.XWikiComments[6]
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.evalica
Comment
... ... @@ -1,0 +1,40 @@
1 +Bug to investigate:
2 +Renamed a page linked to Improvements.WebHome, the rename script that see the link dependencies and renames the name of the anchor, transformed:
3 +
4 +{{code}}
5 +(% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Syntax Experiments>>SyntaxExperiments]] (%%) ))) (%%)
6 +{{/code}}
7 +
8 +that renders
9 +
10 +{{code}}
11 +<div class="statusIdea">
12 + <p>
13 + <span class="mailinglist sent">
14 + <span class="wikilink">
15 + <a href="/xwiki/bin/view/Improvements/SyntaxExperiments">Syntax Experiments</a>
16 + </span>
17 + &nbsp;
18 + </span>
19 + </p>
20 +</div>
21 +<p></p>
22 +{{/code}}
23 +
24 +into
25 +
26 +{{code}}
27 +<div class="statusIdea">
28 + <p>
29 + <span class="mailinglist sent">
30 + <span class="wikilink">
31 + <a href="/xwiki/bin/view/Improvements/SyntaxExperiments1">Syntax Experiments</a>
32 + </span>&nbsp;
33 + </span>
34 + </p><
35 +/div>
36 +<div class="wikimodel-emptyline"></div>
37 +<div class="wikimodel-emptyline"></div>
38 +{{/code}}
39 +
40 +thus having some extra spaces introduced.
Date
... ... @@ -1,0 +1,1 @@
1 +2010-11-18 14:39:10.0