Last modified: 2010-05-15 15:38:43 UTC
In CategoryPage->doCategoryMagic, the number of articles per page is hard coded $limit = 200 (line 91). short term solution : I'd like to set the default number of page in my LocalSettings, because my server is not so fast and it has sometimes problem to display 200 articles per page. doCategoryMagic would use this, say, $wgDefaultNumberOfArticlesPerCategoryPage ;-) long term solution : In bug #1212, one proposed to have the choice like in recent changes with 20 | 50 | 100 | 200, next 50...
Applied to HEAD, will backport to 1.5 branch.