r95731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95730‎ | r95731 | r95732 >
Date:00:10, 30 August 2011
Author:awjrichards
Status:ok
Tags:fundraising 
Comment:
Removing more unused files from donate_interface
Modified paths:
  • /branches/fundraising/extensions/DonationInterface/donate_interface/chapters.inc (deleted) (history)
  • /branches/fundraising/extensions/DonationInterface/donate_interface/country2currency.inc (deleted) (history)

Diff [purge]

Index: branches/fundraising/extensions/DonationInterface/donate_interface/chapters.inc
@@ -1,46 +0,0 @@
2 -<?php
3 -
4 -function fnDonateGetChapter($country = NULL) {
5 -
6 - switch ($country) {
7 -
8 - case 'AR':
9 - return 'www.wikimedia.org.ar';
10 - case 'AU':
11 - return 'www.wikimedia.org.au';
12 - case 'AT':
13 - return 'www.wikimedia.at';
14 - case 'BR':
15 - return 'www.wikimedia.org.br';
16 - case 'CZ':
17 - return 'www.wikimedia.cz';
18 - case 'CH':
19 - return 'CHF';
20 - case 'CZ':
21 - return 'CZK';
22 - case 'DK':
23 - return 'DKK';
24 - case 'HK':
25 - return 'HKD';
26 - case 'HU':
27 - return 'HUF';
28 - case 'JP':
29 - return 'JPY';
30 - case 'NZ':
31 - return 'NZD';
32 - case 'NO':
33 - return 'NOK';
34 - case 'PL':
35 - return 'PLN';
36 - case 'SG':
37 - return 'SGD';
38 - case 'SE':
39 - return 'SEK';
40 - case 'IL':
41 - return 'ILS';
42 - }
43 -
44 - return NULL;
45 -
46 - //http://wikimediafoundation.org/wiki/Local_chapters
47 -}
\ No newline at end of file
Index: branches/fundraising/extensions/DonationInterface/donate_interface/country2currency.inc
@@ -1,66 +0,0 @@
2 -<?php
3 -
4 -function fnCountry2Currency($country = NULL) {
5 -
6 - switch ($country) {
7 - case 'CA':
8 - return 'CAD';
9 - case 'US':
10 - return 'USD';
11 - //euro countries
12 - case 'FR':
13 - case 'DE':
14 - case 'BE':
15 - case 'IE':
16 - case 'GR':
17 - case 'ES':
18 - case 'FR':
19 - case 'IT':
20 - case 'CY':
21 - case 'LU':
22 - case 'MT':
23 - case 'NL':
24 - case 'AT':
25 - case 'PT':
26 - case 'SI':
27 - case 'SK':
28 - case 'FI':
29 - case 'MC':
30 - case 'SM':
31 - case 'VA':
32 - case 'AD':
33 - case 'ME':
34 - return 'EUR';
35 - case 'GB':
36 - case 'UK':
37 - return 'GBP';
38 - case 'AU':
39 - return 'AUD';
40 - case 'CH':
41 - return 'CHF';
42 - case 'CZ':
43 - return 'CZK';
44 - case 'DK':
45 - return 'DKK';
46 - case 'HK':
47 - return 'HKD';
48 - case 'HU':
49 - return 'HUF';
50 - case 'JP':
51 - return 'JPY';
52 - case 'NZ':
53 - return 'NZD';
54 - case 'NO':
55 - return 'NOK';
56 - case 'PL':
57 - return 'PLN';
58 - case 'SG':
59 - return 'SGD';
60 - case 'SE':
61 - return 'SEK';
62 - case 'IL':
63 - return 'ILS';
64 - }
65 -
66 - return 'USD';
67 -}
\ No newline at end of file

Status & tagging log