Moved ContentHandler deriving classes into their own files for better discoverability...
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 16 Oct 2012 18:20:43 +0000 (20:20 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 16 Oct 2012 18:20:43 +0000 (20:20 +0200)
commitbccf2755d47ec6d1eddfcdd91fe9cfc2acab0f5e
tree5487bb3fee0f578641382b0da505403f9ed2a705
parentb4dd7c530a416561587511c3e6816bbad89833f0
Moved ContentHandler deriving classes into their own files for better discoverability and more manageable line count per file

Change-Id: I37db53e1d1420e61d3af4566322bcdba85ec778b
includes/AutoLoader.php
includes/content/ContentHandler.php
includes/content/CssContentHandler.php [new file with mode: 0644]
includes/content/JavaScriptContentHandler.php [new file with mode: 0644]
includes/content/TextContentHandler.php [new file with mode: 0644]
includes/content/WikitextContentHandler.php [new file with mode: 0644]