Major update! Adding SpecialFilelist.php to replace both SpecialNewimages.php and...
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Mon, 9 Jan 2006 21:48:49 +0000 (21:48 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Mon, 9 Jan 2006 21:48:49 +0000 (21:48 +0000)
commit3fb4e8c826d76ba0b9ce84b65c7c95bca91a7ba7
treee05416d1d66a8c4531523879c7e698ae27e67198
parentf2a8819c024d0d5d7a708330882f7d0f6f1cf45e
Major update! Adding SpecialFilelist.php to replace both SpecialNewimages.php and SpecialImagelist.php
The latter ones have been bend to load SpecialFilelist with a parameter to simulate
 the respective behaviour.
SpecialFilelist uses mostly code from SpecialNewimages, but also from SpecialImagelist. Internally, it uses a class to structure code and handle parameters
 better than its predecessors.
If somethings breaks, Newimages and Imagelist can be restored by outcommenting the new part (everything before the OBSOLETE line) and removing the OLD_ from the function name.
If Filelist turns out to work, please remove the obsolete parts in the other two files.
includes/SpecialFilelist.php [new file with mode: 0644]
includes/SpecialImagelist.php
includes/SpecialNewimages.php
includes/SpecialPage.php
languages/Language.php