(bug 14790) Export of category pages when using Category: prefix now actually gives...
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 11 Aug 2008 21:55:22 +0000 (21:55 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 11 Aug 2008 21:55:22 +0000 (21:55 +0000)
commitab8464683369244ac43dabe372b39e6549db0bff
tree7d301b288533fc2d5adaa1a7a2bea807212d8cfa
parent5ad024ad652706124d760d34abdd3f26fd2d2ae0
(bug 14790) Export of category pages when using Category: prefix now actually gives results. makeTitleSafe() is only used to protect against nasty input, so use NS_MAIN which is empty. Any namespace prefix in the input will be stripped in wfExportGetPagesFromCategory() by getDBkey().
RELEASE-NOTES
includes/specials/SpecialExport.php