https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106308

Revision: 106308
Author:   khorn
Date:     2011-12-15 02:29:47 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
followup r106109
Removed a line that used to be assigning a value to the form_data (which is 
gone now), but which wasn't being used anywhere after that. 
Also uncommenting a heredoc that I had accidentally committed in a commented 
state. 

Modified Paths:
--------------
    
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php

Modified: 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
===================================================================
--- 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
    2011-12-15 02:29:35 UTC (rev 106307)
+++ 
trunk/extensions/DonationInterface/globalcollect_gateway/forms/TwoStepAmount.php
    2011-12-15 02:29:47 UTC (rev 106308)
@@ -43,21 +43,21 @@
         * The default appeal
         *
         */
-//    const DEFAULT_APPEAL = <<<HTML
-//             <h2 id="appeal-head"> <span class="mw-headline" 
id="From_Wikipedia_programmer_Brandon_Harris">From Wikipedia programmer Brandon 
Harris</span></h2>
-//             <div id="appeal-body" class="plainlinks">
-//                     <p>I feel like I'm living the first line of my 
obituary.</p>
-//                     <p>I don't think there will be anything else that I do 
in my life as important as what I do now for Wikipedia. We're not just building 
an encyclopedia, we're working to make people free. When we have access to free 
knowledge, we are better people. We understand the world is bigger than us, and 
we become infected with tolerance and understanding.</p>
-//                     <p>Wikipedia is the 5th largest website in the world. I 
work at the small non-profit that keeps it on the web. We don't run ads because 
doing so would sacrifice our independence. The site is not and should never be 
a propaganda tool.</p>
-//                     <p>Our work is possible because of donations from our 
readers. Will you help protect Wikipedia by donating $5, $10, $20 or whatever 
you can afford?</p>
-//                     <p>I work at the Wikimedia Foundation because 
everything in my soul tells me it's the right thing to do. I've worked at huge 
tech companies, doing some job to build some crappy thing that's designed to 
steal money from some kid who doesn't know it. I would come home from work 
crushed.</p>
-//                     <p>You might not know this, but the Wikimedia 
Foundation operates with a very small staff. Most other top-ten sites have tens 
of thousands of people and massive budgets. But they produce a fraction of what 
we pull off with sticks and wire.</p>
-//                     <p>When you give to Wikipedia, you're supporting free 
knowledge around the world. You're not only leaving a legacy for your children 
and for their children, you're elevating people around the world who have 
access to this treasure. You're assuring that one day everyone else will 
too.</p>
-//                     <p>Thank you,</p>
-//                     <p><strong>Brandon Harris</strong><br /></p>
-//                     <p>Programmer, Wikimedia Foundation</p>
-//             </div>
-//HTML;
+    const DEFAULT_APPEAL = <<<HTML
+               <h2 id="appeal-head"> <span class="mw-headline" 
id="From_Wikipedia_programmer_Brandon_Harris">From Wikipedia programmer Brandon 
Harris</span></h2>
+               <div id="appeal-body" class="plainlinks">
+                       <p>I feel like I'm living the first line of my 
obituary.</p>
+                       <p>I don't think there will be anything else that I do 
in my life as important as what I do now for Wikipedia. We're not just building 
an encyclopedia, we're working to make people free. When we have access to free 
knowledge, we are better people. We understand the world is bigger than us, and 
we become infected with tolerance and understanding.</p>
+                       <p>Wikipedia is the 5th largest website in the world. I 
work at the small non-profit that keeps it on the web. We don't run ads because 
doing so would sacrifice our independence. The site is not and should never be 
a propaganda tool.</p>
+                       <p>Our work is possible because of donations from our 
readers. Will you help protect Wikipedia by donating $5, $10, $20 or whatever 
you can afford?</p>
+                       <p>I work at the Wikimedia Foundation because 
everything in my soul tells me it's the right thing to do. I've worked at huge 
tech companies, doing some job to build some crappy thing that's designed to 
steal money from some kid who doesn't know it. I would come home from work 
crushed.</p>
+                       <p>You might not know this, but the Wikimedia 
Foundation operates with a very small staff. Most other top-ten sites have tens 
of thousands of people and massive budgets. But they produce a fraction of what 
we pull off with sticks and wire.</p>
+                       <p>When you give to Wikipedia, you're supporting free 
knowledge around the world. You're not only leaving a legacy for your children 
and for their children, you're elevating people around the world who have 
access to this treasure. You're assuring that one day everyone else will 
too.</p>
+                       <p>Thank you,</p>
+                       <p><strong>Brandon Harris</strong><br /></p>
+                       <p>Programmer, Wikimedia Foundation</p>
+               </div>
+HTML;
        
        
////////////////////////////////////////////////////////////////////////////
        //
@@ -73,9 +73,6 @@
         */
        protected function init() {
                
-               // Should process be deprecated?
-               $this->getEscapedValue( 'process' ) = 'other';
-               
                // Initialize the appeal
                $this->appeal = self::DEFAULT_APPEAL;
                


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

Reply via email to