wiki.techinc.nl/includes/context
umherirrender 010cdb4360 Avoid [GlobalTitleFail] spam
MediaWiki::getTitle is checking, if a title is set on the context, but
that needs to call RequestContext::getTitle, which gives a warning, when
no title is set:

RequestContext::getTitle called by MediaWiki::getTitle with no title
set.

Adding a RequestContext::hasTitle function to check the title and avoid
the warning. Was added in I72c5c3fb75c9ceff02390c91b3735f2da90845de.

Change-Id: I4d8f8ef799cd91f0d2affe881019583ac77a31b7
2014-09-26 19:58:02 +02:00
..
ContextSource.php ContextSource::getContext() can return any IContextSource 2014-07-12 21:41:45 -07:00
DerivativeContext.php Cleanup some docs (includes/[a-d]) 2014-07-24 19:42:45 +02:00
IContextSource.php Removed getLang() from IContextSource and subclasses 2014-06-20 11:36:59 -07:00
RequestContext.php Avoid [GlobalTitleFail] spam 2014-09-26 19:58:02 +02:00