Manual talk:AllPages

About this board

Get all pages in a wiki site, but presented like in special:newpages

1
ArthurHaas94 (talkcontribs)

Basically I need, for statistics, to get the whole list of pages in my company mediawiki site (which has no more than 750 pages as of today), but presented as in Special:NewPages, that is including information about who created it, when, and such.

Another way of seeing things is : Is there a Special:Newpages equivalent which would list all pages in my site ("new and not new").

Thanks in advance

Reply to "Get all pages in a wiki site, but presented like in special:newpages"

A nice little SpecialAllPages.php hack to eliminate redirects

1
2601:5CD:C200:9BE0:20DD:6D05:8D38:6E35 (talkcontribs)
                if ( $par == 'mainpagemode' ) {
                        $hideredirects = true;
                        $par = '';
                }
Reply to "A nice little SpecialAllPages.php hack to eliminate redirects"
There are no older topics