merged master some more
authordaniel <daniel.kinzler@wikimedia.de>
Wed, 29 Aug 2012 13:36:13 +0000 (15:36 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Wed, 29 Aug 2012 13:37:17 +0000 (15:37 +0200)
Change-Id: I53f349e42336ce0426ea1aff939853b3cd728aeb

1  2 
RELEASE-NOTES-1.20
includes/AutoLoader.php
includes/EditPage.php
includes/GlobalFunctions.php
includes/Title.php
includes/diff/DifferenceEngine.php
includes/job/RefreshLinksJob.php
includes/parser/Parser.php
includes/specials/SpecialUndelete.php
languages/messages/MessagesEn.php
tests/phpunit/includes/filerepo/FileBackendTest.php

Simple merge
@@@ -1072,14 -1056,6 +1072,13 @@@ $wgAutoloadLocalClasses = array
        'TestFileIterator' => 'tests/testHelpers.inc',
        'TestRecorder' => 'tests/testHelpers.inc',
  
-       
 +      # tests/phpunit
 +      'RevisionStorageTest' => 'tests/phpunit/includes/RevisionStorageTest.php',
 +      'WikiPageTest' => 'tests/phpunit/includes/WikiPageTest.php',
 +      'WikitextContentTest' => 'tests/phpunit/includes/WikitextContentTest.php',
 +      'JavascriptContentTest' => 'tests/phpunit/includes/JavascriptContentTest.php',
 +      'DummyContentHandlerForTesting' => 'tests/phpunit/includes/ContentHandlerTest.php',
 +      'DummyContentForTesting' => 'tests/phpunit/includes/ContentHandlerTest.php',
        # tests/phpunit/includes
        'GenericArrayObjectTest' => 'tests/phpunit/includes/libs/GenericArrayObjectTest.php',
  
Simple merge
@@@ -976,8 -1061,9 +976,10 @@@ function wfLogDBError( $text ) 
                } else {
                        $d = date_create( "now", $logDBErrorTimeZoneObject );
                }
 +              $date = $d->format( 'D M j G:i:s T Y' );
  
+               $date = $d->format( 'D M j G:i:s T Y' );
                $text = "$date\t$host\t$wiki\t$text";
                wfErrorLog( $text, $wgDBerrorLog );
        }
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge