Revision: mark getRaw*() methods as deprecated
authorRicordisamoa <ricordisamoa@openmailbox.org>
Tue, 9 Dec 2014 19:16:50 +0000 (19:16 +0000)
committerRicordisamoa <ricordisamoa@openmailbox.org>
Sun, 18 Jan 2015 05:57:56 +0000 (06:57 +0100)
commit4ece7f53aa71f6e5de16d0982d32b155234c061f
treef7789f49be26e4b68946530712f0509482d50166
parent9150bef93d6f4c35b896a741e133ba850a6e858b
Revision: mark getRaw*() methods as deprecated

   Revision->getRawUser()
=> Revision->getUser( Revision::RAW )

   Revision->getRawUserText()
=> Revision->getUserText( Revision::RAW )

   Revision->getRawComment()
=> Revision->getComment( Revision::RAW )

The body of Revision->getRawUserText() has been moved
into Revision->getUserText().
Every usage has been replaced.

Change-Id: Ic6fbfbc0507dcf88072fcb2a2e2364ae1436dce7
RELEASE-NOTES-1.25
includes/Linker.php
includes/Revision.php
includes/Title.php
includes/api/ApiQueryRevisionsBase.php
includes/diff/DifferenceEngine.php
includes/page/WikiPage.php
includes/specials/SpecialUndelete.php