r57629 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57628‎ | r57629 | r57630 >
Date:21:16, 10 October 2009
Author:tomasz
Status:ok
Tags:
Comment:
Fixing vector spacing for rest of sidebar. Removing old config settings
Modified paths:
  • /trunk/extensions/FundraiserPortal/FundraiserPortal.php (modified) (history)
  • /trunk/extensions/FundraiserPortal/Templates/Ruby.css (modified) (history)
  • /trunk/extensions/FundraiserPortal/Templates/RubyText.css (modified) (history)
  • /trunk/extensions/FundraiserPortal/Templates/Sapphire.css (modified) (history)
  • /trunk/extensions/FundraiserPortal/Templates/Tourmaline.css (modified) (history)

Diff [purge]

Index: trunk/extensions/FundraiserPortal/FundraiserPortal.php
@@ -37,11 +37,11 @@
3838 );
3939
4040 // Set this to the public path where your js is pulled from
41 -$wgFundraiserPortalPath = 'http://192.168.250.128/sandbox';
 41+$wgFundraiserPortalPath = '';
4242
4343 // Set this to the systme path location that the button js file will be written to
4444 // Must be reachable by the address in $wgNoticeProjectPath
45 -$wgFundraiserPortalDirectory = '/var/www/sandbox';
 45+$wgFundraiserPortalDirectory = '';
4646
4747 // Only running this on wikipedia for now
4848 $wgFundraiserPortalProject = 'wikipedia';
Index: trunk/extensions/FundraiserPortal/Templates/Sapphire.css
@@ -21,6 +21,7 @@
2222 /* Vector Style */
2323 body.skin-vector div#p-DONATE {
2424 padding-top: 0;
 25+ margin-bottom: 0.6em;
2526 }
2627 body.skin-vector div#p-DONATE h5 {
2728 display: none;
Index: trunk/extensions/FundraiserPortal/Templates/Tourmaline.css
@@ -20,6 +20,7 @@
2121 /* Vector Style */
2222 body.skin-vector div#p-DONATE {
2323 padding-top: 0;
 24+ margin-bottom: 0.6em;
2425 }
2526 body.skin-vector div#p-DONATE h5 {
2627 display: none;
Index: trunk/extensions/FundraiserPortal/Templates/Ruby.css
@@ -21,6 +21,7 @@
2222 /* Vector Style */
2323 body.skin-vector div#p-DONATE {
2424 padding-top: 0;
 25+ margin-bottom: 0.6em;
2526 }
2627 body.skin-vector div#p-DONATE h5 {
2728 display: none;
Index: trunk/extensions/FundraiserPortal/Templates/RubyText.css
@@ -21,6 +21,7 @@
2222 /* Vector Style */
2323 body.skin-vector div#p-DONATE {
2424 padding-top: 0;
 25+ margin-bottom: 0.6em;
2526 }
2627 body.skin-vector div#p-DONATE h5 {
2728 display: none;

Follow-up revisions

RevisionCommit summaryAuthorDate
r57635Merging in changes from r57633 & r57629tomasz06:43, 11 October 2009

Status & tagging log