This is the rework I was talking about in r104318 for 1.19. Instead of having Pager...
authorJohn Du Hart <johnduhart@users.mediawiki.org>
Sun, 27 Nov 2011 18:23:50 +0000 (18:23 +0000)
committerJohn Du Hart <johnduhart@users.mediawiki.org>
Sun, 27 Nov 2011 18:23:50 +0000 (18:23 +0000)
commit54dd841a6f32ca1eb8f580294fb57b557d1db72d
tree18c8364c8d4d4c593cc99dfb876f687697c562ca
parent5c95e650b26e96abc7e7c356dcbbaccfd8fc177a
This is the rework I was talking about in r104318 for 1.19. Instead of having Pager subclasses build HTML forms by hand build HTMLForm into the Pager class. Much less painful, no?

This is simply a first pass, there's many more classes to convert.
includes/AutoLoader.php
includes/HTMLForm.php
includes/Pager.php
includes/specials/SpecialActiveusers.php
includes/specials/SpecialAllmessages.php
includes/specials/SpecialBlockList.php
includes/specials/SpecialListfiles.php
includes/specials/SpecialListusers.php