wiki.techinc.nl/includes/context
Brad Jorsch fc684345b1 Allow $context->setTitle( null )
If something is messing around with $wgTitle before MediaWiki::main()
sets $wgTitle in the first place, it needs to be able to reset it back
to null to avoid a problem like bug 53498. And to do that properly, it
also needs to be able to clear the title in the RequestContext.

Bug: 55435
Change-Id: I6c763b70bbffa0762ca52e61acf7dc200da4075f
2013-10-07 15:01:01 -04:00
..
ContextSource.php docs: Consistently use "since" phrasing in @deprecated 2013-05-15 00:56:57 +00:00
DerivativeContext.php Allow $context->setTitle( null ) 2013-10-07 15:01:01 -04:00
IContextSource.php docs: Consistently use "since" phrasing in @deprecated 2013-05-15 00:56:57 +00:00
RequestContext.php Allow $context->setTitle( null ) 2013-10-07 15:01:01 -04:00