wiki.techinc.nl/includes/context
Brian Wolff 45024d218d Make msg method of DerivativeContext work properly.
Previously, the msg method was not taking into account any
changes to the context, and was just using the original context.

For example, if you had a DerivativeContext object, where the
original context had a language of en, and then you did
$derivContext->setLanguage( 'fr' );, $derivContext->msg( 'foo' )
was still outputting stuff in english instead of french.

Change-Id: I4a87e0e2664e77bf79a80c873db384e0c3f607e7
2013-08-18 09:20:38 +00:00
..
ContextSource.php docs: Consistently use "since" phrasing in @deprecated 2013-05-15 00:56:57 +00:00
DerivativeContext.php Make msg method of DerivativeContext work properly. 2013-08-18 09:20:38 +00:00
IContextSource.php docs: Consistently use "since" phrasing in @deprecated 2013-05-15 00:56:57 +00:00
RequestContext.php Have Chunked upload jobs bail if cannot associate with session. 2013-07-07 23:30:39 -03:00