wiki.techinc.nl/includes/context
Timo Tijhof 92ce715a55 context: Support setting title to null
We have various entry points without a title set:

* load.php: Setup.php defaults $wgTitle to null. When messages
  are parsed, MessageCache::parse() will emit a warning and uses
  $wgTitle which is then casted to Special:Badtitle.

* Parser tests: Work all with context now (or parser options)
  without ever setting $wgTitle. However, in order to allow SpecialPageFactory
  to getTitle() and then setTitle() the same value from context, context needs
  to support setting null as title, the same way it can get null as title.

Change-Id: I770f449fe67beedc3f7d4009ed2208e9dde4491c
2016-03-07 23:29:20 +00:00
..
ContextSource.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
DerivativeContext.php Add Timing interface 2015-11-03 15:05:37 -08:00
IContextSource.php Add Timing interface 2015-11-03 15:05:37 -08:00
MutableContext.php Add base interface for setters in RequestContext and DerivativeContext 2015-08-03 11:55:41 +00:00
RequestContext.php context: Support setting title to null 2016-03-07 23:29:20 +00:00