https://bugzilla.wikimedia.org/show_bug.cgi?id=16655
John Mark Vandenberg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from John Mark Vandenberg <[email protected]> 2009-12-09 05:18:48 UTC --- (In reply to comment #5) > If it supports namespace selection, it should be actually installed on all WMF > wikis (eg. Wikipedias have Portals, so do Wikinewses) or even moved to > MediaWiki itself. The extension does not support namespace selection like the core code does. which means that [[special:random/portal]] often takes the reader to pages like: http://en.wikipedia.org/wiki/Portal:British_Armed_Forces/Header http://en.wikipedia.org/wiki/Portal:Silesia/Intro Also, the extension logic excludes page names with a slash: > AND page_title NOT LIKE '%/%' which excludes pages like this: http://en.wikisource.org/wiki/9/11_Commission_Report Fixing these problems in core would be nice however special:random is really broken on Wikisource and Wikibooks, and this extension is a much needed band-aid. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
