r57635 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57634‎ | r57635 | r57636 >
Date:06:43, 11 October 2009
Author:tomasz
Status:ok (Comments)
Tags:
Comment:
Merging in changes from r57633 & r57629
Modified paths:
  • /branches/wmf-deployment/extensions/FundraiserPortal (modified) (history)
  • /branches/wmf-deployment/extensions/FundraiserPortal/FundraiserPortal.i18n.php (modified) (history)
  • /branches/wmf-deployment/extensions/FundraiserPortal/FundraiserPortal.php (modified) (history)
  • /branches/wmf-deployment/extensions/FundraiserPortal/Templates/Ruby.css (modified) (history)
  • /branches/wmf-deployment/extensions/FundraiserPortal/Templates/RubyText.css (modified) (history)
  • /branches/wmf-deployment/extensions/FundraiserPortal/Templates/Sapphire.css (modified) (history)
  • /branches/wmf-deployment/extensions/FundraiserPortal/Templates/Tourmaline.css (modified) (history)

Diff [purge]

Index: branches/wmf-deployment/extensions/FundraiserPortal/FundraiserPortal.i18n.php
@@ -589,6 +589,22 @@
590590 'fundraiserportal-tourmaline-close' => 'Отсега криј го ова',
591591 );
592592
 593+/** Malayalam (മലയാളം)
 594+ * @author Praveenp
 595+ */
 596+$messages['ml'] = array(
 597+ 'fundraiserportal-desc' => 'സൈഡ്ബാറിനു മുകളിലായി "സംഭാവന നൽകുക" എന്നതു ചേർക്കുന്നു.',
 598+ 'fundraiserportal-plain-button' => 'വിക്കിപീഡിയയ്ക്കു പിന്തുണയേകുക!',
 599+ 'fundraiserportal-ruby-button' => 'സംഭാവന നൽകുക',
 600+ 'fundraiserportal-rubytext-button' => 'സംഭാവന നൽകുക',
 601+ 'fundraiserportal-rubytext-message' => 'വിക്കിപീഡിയ സൗജ്യന്യമായി എല്ലാവരിലുമെത്താൻ എല്ലാ സംഭാവനകളും ഞങ്ങളെ സഹായിക്കുന്നു.',
 602+ 'fundraiserportal-rubytext-close' => 'ഇതിനി കാണിക്കേണ്ട',
 603+ 'fundraiserportal-sapphire-button' => 'സംഭാവന നൽകുക',
 604+ 'fundraiserportal-tourmaline-button' => 'സംഭാവന നൽകുക',
 605+ 'fundraiserportal-tourmaline-message' => 'വിക്കിപീഡിയ സൗജ്യന്യമായി എല്ലാവരിലുമെത്താൻ എല്ലാ സംഭാവനകളും ഞങ്ങളെ സഹായിക്കുന്നു.',
 606+ 'fundraiserportal-tourmaline-close' => 'ഇതിനി കാണിക്കേണ്ട',
 607+);
 608+
593609 /** Dutch (Nederlands)
594610 * @author McDutchie
595611 * @author Siebrand
Index: branches/wmf-deployment/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: branches/wmf-deployment/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: branches/wmf-deployment/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;
@@ -58,7 +59,7 @@
5960 }
6061 div#fundraiserportal-box div#fundraiserportal-message {
6162 background: none;
62 - font-size: 0.9em;
 63+ font-size: 0.8em;
6364 color: #333333;
6465 margin: 0;
6566 margin-bottom: 0.5em;
@@ -113,6 +114,7 @@
114115 padding: 0.4em;
115116 color: white;
116117 font-weight: bold;
 118+ font-size: 0.9em;
117119 text-align: center;
118120 }
119121 div#fundraiserportal-button a:hover {
Index: branches/wmf-deployment/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: branches/wmf-deployment/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;
Property changes on: branches/wmf-deployment/extensions/FundraiserPortal
___________________________________________________________________
Name: svn:mergeinfo
2829 - /branches/FundraiserPortal-multi:55038-55211
/trunk/extensions/FundraiserPortal:56151-57449
2930 + /branches/FundraiserPortal-multi:55038-55211
/trunk/extensions/FundraiserPortal:56151-57634

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r57629Fixing vector spacing for rest of sidebar. Removing old config settingstomasz21:16, 10 October 2009
r57633Add link to Special:ActiveUsers to Special:Statisticspurodha00:45, 11 October 2009

Comments

#Comment by Tim Starling (talk | contribs)   04:50, 15 December 2009

I think you mean r57634 not r57633.

Status & tagging log