Deprecate $wgJsMimeType
authorTimo Tijhof <krinklemail@gmail.com>
Mon, 20 May 2013 22:43:49 +0000 (00:43 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Mon, 20 May 2013 23:17:44 +0000 (01:17 +0200)
commit1f956360b804980b3195b526a340ba69ee26c941
treeb217b32b56338373d08469bc83e381ac9c092746
parentb7bec085ce0af0807017c5292ba3114ccf11dfe5
Deprecate $wgJsMimeType

It hasn't been used for its documented purpose for a while.
In fact the one significant thing it can cause wasn't even
documented. If set to anything other than "text/javascript"
it will cause action=raw to no longer respond to
ctype=text/javascript requests (such as done by wikibits'
importScript function).

Follows-up 97caae596d5493.

Change-Id: Ib04ff5b21eb0ae172b94e31bc0dc16c9649e1864
RELEASE-NOTES-1.22
includes/DefaultSettings.php
includes/Setup.php
includes/actions/RawAction.php