Forward the User object from WikiPage to Revision.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 18 Sep 2012 20:44:58 +0000 (22:44 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 18 Sep 2012 20:44:58 +0000 (22:44 +0200)
commit726f30786f9370942959813b8c4a46cf4ac75ed4
tree9f3362a02c74a45d73943ed4b877e89f6fee27c0
parent100473d60e3cab82066da087e90396dfa209c6f9
Forward the User object from WikiPage to Revision.

This affects the following methods of WikiPage:
- getText()
- getUser()
- getCreator()
- getUserText()
- getComment()

These are wrapper to methods in the Revision class
that accept an optional User object as second parameter
in the case FOR_THIS_USER is passed as first parameter.

Change-Id: I81a2470378bc1134dd144743d376ba31f4fe13d1
includes/WikiPage.php