(bug 28868) Include the number of pages in the default getLongDesc for multipaged...
authorBrian Wolff <bawolff@users.mediawiki.org>
Sat, 7 May 2011 19:34:14 +0000 (19:34 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sat, 7 May 2011 19:34:14 +0000 (19:34 +0000)
commitbbd225e01312fd56845d8fbf650aa3cd184bb731
tree9f874eda3984d13a402e4278415fd65e7777ef38
parent4e8caae0bb8b72137cad572174cda7e56502dc95
(bug 28868) Include the number of pages in the default getLongDesc for multipaged documents

This will only include the number of pages if there is at least two pages.
If you have a pdf with a single page, it won't say 1 page. I modeled this
on how animated images will only say x frames if x > 1.

(For reference, this will affect extensions like pdfHandler, but it won't
affect extensions like PagedTiffHandler since that one totally overrides
the default method)
includes/media/Generic.php
languages/messages/MessagesEn.php
languages/messages/MessagesQqq.php
maintenance/language/messages.inc