* (bug 32376) XML export tweak to use canonical user namespaces instead of gendered...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Nov 2011 19:33:53 +0000 (19:33 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 22 Nov 2011 19:33:53 +0000 (19:33 +0000)
commit8115df20ab0de32947f8049acded66f6114aefcd
tree1e3690196b1159ffb4ec1513d3c84e0bd5a5daf5
parenta82a7940f667d4eccdc0197d7ded786dc5efe474
* (bug 32376) XML export tweak to use canonical user namespaces instead of gendered ones for now

The gendered namespaces aren't listed in the <siteinfo> namespaces list, and just adding them as-is may break reader implementations.
Using the canonical form should have little effect on most activity while keeping things working.

Should resolve Lucene search problems (bug 31697) related to the Lucene search indexer not understanding the gendered namespace names.
After fix and reindex, the canonical forms should get returned and automatically transformed back into appropriate gendered forms in the search view.

[per IRC discussion check-up with Ariel about this bug and the patches on bug 30513 which cover related namespacey issues]
includes/Export.php