Separate RequestContext.php into separate files inside of context/
authorDaniel Friesen <dantman@users.mediawiki.org>
Thu, 15 Sep 2011 17:42:17 +0000 (17:42 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Thu, 15 Sep 2011 17:42:17 +0000 (17:42 +0000)
commit8dfa97ff0a6fd4bb506394a65b5653a0547243b3
tree9fa5f9c48304b079e5092085fc932fade00ebde9
parent443933fef5fc57b04d1f453158933ac96af57748
Separate RequestContext.php into separate files inside of context/
Update the AutoLoader too. This is also a follow up to r97161 since I forgot to add the AutoLoader line.
includes/AutoLoader.php
includes/RequestContext.php [deleted file]
includes/context/ContextSource.php [new file with mode: 0644]
includes/context/DerivativeContext.php [new file with mode: 0644]
includes/context/IContextSource.php [new file with mode: 0644]
includes/context/RequestContext.php [new file with mode: 0644]