Make SpecialNewimages.php marginally less horrible. Add spacing, use functions like...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 5 Aug 2008 16:32:46 +0000 (16:32 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 5 Aug 2008 16:32:46 +0000 (16:32 +0000)
commit1fd7c0cc6a0a72f15e101265492540ccda5fe8a4
treea2f96ccdbd352c4b3d171ee50b43e1ccfe110ed5
parent5331e82bd5d9bd643225d2d9e3bafdcda979137d
Make SpecialNewimages.php marginally less horrible.  Add spacing, use functions like escapeLike, break comments at 79 columns, don't use C-style comments inline (at least we seem not to usually do that, especially not for one-line comments).  Didn't have the guts to rewrite the whole thing, though.
includes/specials/SpecialNewimages.php