Make user names (and real names) in credits block link to user pages.
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 28 Jun 2004 18:35:03 +0000 (18:35 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 28 Jun 2004 18:35:03 +0000 (18:35 +0000)
commite9080b7357a395ad6605108fc94dd6a3aeba493b
tree3c3e50899a393bbb60cf3ea1145a66bedee49f24
parentf2760f1e19a97a8329b2354754a544f09fc126b2
Make user names (and real names) in credits block link to user pages.

Also, fix a bug in Skin.php so that if $wgMaxCredits < 0, all credits are
shown.

Finally, document the $wgMaxCredits config var better.
includes/Credits.php
includes/DefaultSettings.php
includes/Skin.php