Add API output skin
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 16 Sep 2014 17:47:34 +0000 (13:47 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 24 Sep 2014 15:07:57 +0000 (11:07 -0400)
commit55071b5bd9d21ac86059e28f21e70f8c8768c1d2
treefdb4af5a5bd13b92f0641b3b88390e79de542edf
parent3b1c4a493b0cf543d0e8cbe0458c4d28d204e55b
Add API output skin

The API output for help and 'fm' formats will soon have need of
including ResourceLoader modules on an otherwise-bare page. The easiest
way to do this is to use OutputPage, but that requires a skin. So let's
add a skin that outputs a basic page without any navigation elements or
other chrome (that may be added later, but that can wait for Design to
decide they want to design it).

Change-Id: Ifa95fae5acaa3cfbf2ca58a15f8d0c51d84b455a
includes/AutoLoader.php
includes/Setup.php
includes/skins/SkinApi.php [new file with mode: 0644]
includes/skins/SkinApiTemplate.php [new file with mode: 0644]