Mwalker has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/72855


Change subject: Allowing display of stats for 2013 General Fundraiser 1
......................................................................

Allowing display of stats for 2013 General Fundraiser 1

Whoo

Change-Id: Iedb61b47536008a0bccb5b05065ac5edf45551c1
---
M ContributionReporting.php
M modules/ext.fundraiserstatistics.css
2 files changed, 11 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContributionReporting 
refs/changes/55/72855/1

diff --git a/ContributionReporting.php b/ContributionReporting.php
index 95013f7..a290bea 100644
--- a/ContributionReporting.php
+++ b/ContributionReporting.php
@@ -120,11 +120,17 @@
                'start' => 'Feb 25 2013',
                'end' => 'Mar 31 2013',
        ),
+       array(
+               'id' => '2013-general',
+               'title' => 'First 2013 Session',
+               'start' => 'Jul 1 2013',
+               'end' => 'Aug 30 2013'
+       )
 );
 
 // The first year of statistics to make visible by default.
 // We normally don't show all of them by default, since it makes the chart 
extremely wide.
-$egFundraiserStatisticsFirstYearDefault = 2010;
+$egFundraiserStatisticsFirstYearDefault = 2011;
 
 // Thesholds for fundraiser statistics
 $egFundraiserStatisticsMinimum = 1;
diff --git a/modules/ext.fundraiserstatistics.css 
b/modules/ext.fundraiserstatistics.css
index 96beb2e..415478b 100644
--- a/modules/ext.fundraiserstatistics.css
+++ b/modules/ext.fundraiserstatistics.css
@@ -72,6 +72,10 @@
        background-color: #003399;
        border: outset 1px #003399;
 }
+.fundraiserstats-bar-2013-general {
+       background-color: black;
+       border: darkgray;
+}
 .fundraiserstats-bar-space {
        width: 3px;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/72855
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedb61b47536008a0bccb5b05065ac5edf45551c1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContributionReporting
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to