Changes for page Improvements

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

From version 176.57
edited by Ecaterina Valica
on 2010/11/15 14:18
Change comment: There is no comment for this version
To version 176.69
edited by Ecaterina Valica
on 2010/12/29 14:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,6 +9,12 @@
9 9  (((
10 10  == Improvements Status ==
11 11  
12 +(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[Extension Manager>>ExtensionManager]] (%%) ))) (%%)
13 +
14 +(% class="statusUnderDesign" %)((( (% class="mailinglist sent" %)[[User Statuses>>UserStatus]] (%%) ))) (%%)
15 +
16 +(% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Syntax Experiments>>SyntaxExperiments]] (%%) ))) (%%)
17 +
12 12  (% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Dynamic Search>>SuggestRedesignProposal]] (%%) ))) (%%)
13 13  
14 14  (% class="statusIdea" %)((( (% class="mailinglist sent" %)[[Administration>>Administration]] (%%) ))) (%%)
... ... @@ -17,9 +17,9 @@
17 17  
18 18  (% class="statusIdea" %)((( (% class="mailinglist" %)[[Customizable Panels>>CustomizablePanels]] (%%) ))) (%%)
19 19  
20 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
26 +(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[ActivityStream>>ActivityStream]] (%%) ))) (%%)
21 21  
22 -(% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
28 +(% class="statusIntegrated" %)((( (% class="mailinglist sent" %)[[Avatars>>Avatars]] (%%) ))) (%%)
23 23  
24 24  (% class="statusUnderDesign" %)((( (% class="mailinglist" %)[[Consistency>>Consistency]] (%%) ))) (%%)
25 25  
... ... @@ -37,7 +37,7 @@
37 37  
38 38  (% class="separatorLine" %)
39 39  
40 -(% class="statusIdea" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
46 +(% class="statusIdea statusIntegrated" %)((( (% class="mailinglist" %)[[Color Themes Extensions>>ColorThemesExtensions]] (%%) ))) (%%)
41 41  
42 42  (% class="statusUnderImplementation" %)((( (% class="mailinglist sent" %)[[Improved edit>>ImprovedEdit]] (%%) ))) (%%)
43 43  
... ... @@ -83,6 +83,7 @@
83 83  == External ==
84 84  
85 85  * [[i10n Improvements>>i10n]]
92 +* [[xwiki.org ColorThemes>>OrgColorThemes]]
86 86  * [[xwiki.org Improvements>>XWikiOrgv2]]
87 87  * [[xwiki.org Logo Proposals>>XWikiOrgLogo]]
88 88  
XWiki.StyleSheetExtension[0]
Code
... ... @@ -23,9 +23,6 @@
23 23   background: transparent url("/xwiki/bin/download/Improvements/WebHome/mailinglist.png") 0 2px no-repeat;
24 24  }
25 25  
26 -.statusIntegrated {
27 - background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
28 -}
29 29  .statusAbandoned {
30 30   background: transparent url($xwiki.getSkinFile("icons/silk/delete.gif")) top left no-repeat;
31 31  }
... ... @@ -38,3 +38,6 @@
38 38  .statusIdea{
39 39   background: transparent url($xwiki.getSkinFile("icons/silk/lightbulb.gif")) top left no-repeat;
40 40  }
38 +.statusIntegrated {
39 + background: transparent url($xwiki.getSkinFile("icons/silk/accept.gif")) top left no-repeat;
40 +}
XWiki.StyleSheetExtension[3]
Code
... ... @@ -1,4 +1,4 @@
1 -.typePage, .typeBlog{
1 +.typePage2, .typeBlog{
2 2   padding-left: 20px;
3 3   margin-left: 50px;
4 4   border-bottom:1px solid #EFEFEF !important;
... ... @@ -8,7 +8,7 @@
8 8   display: inline-block;
9 9   width:25%;
10 10  }
11 -.typePage{
11 +.typePage2{
12 12   background: transparent url($xwiki.getSkinFile("icons/silk/page_white_text.gif")) center left no-repeat;
13 13  }
14 14  .typeBlog{
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