Only show last N contributors in the credits. Unfortunately, this required a
authorEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 28 Jun 2004 20:24:23 +0000 (20:24 +0000)
committerEvan Prodromou <evanprodromou@users.mediawiki.org>
Mon, 28 Jun 2004 20:24:23 +0000 (20:24 +0000)
commit51a38cfbc52ebfd8964f2185837ae3447722f7bc
tree84548c60b9730e3857c3c668fdd2540c597d9727
parente9080b7357a395ad6605108fc94dd6a3aeba493b
Only show last N contributors in the credits. Unfortunately, this required a
change in the getContributors() method of Article, which in turn required
some code changes in the Metadata module.

However, it now seems to work.

If the number of contributors is greater than N, then show a link to the
full credits page.

An additional bit: it may be that we don't want to show _any_ contributors
if we are over the max. So, there's a flag to check this.
includes/Article.php
includes/Credits.php
includes/DefaultSettings.php
includes/Metadata.php
includes/Skin.php