https://bugzilla.wikimedia.org/show_bug.cgi?id=44357

       Web browser: ---
            Bug ID: 44357
           Summary: Update checkStorage.php to not use deprecated
                    Revision::getText
           Product: MediaWiki
           Version: 1.21-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

maintenance/storage/checkStorage.php uses Revision::getText in line 446, but it
has been deprecated by wikidata team in favour of getContent()

It should probably set $wgContentHandlerTextFallback to 'serialize' before
calling ContentHandler::getContentText(). But why isn't the fallback available
as an extra parameter of that method?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to