https://bugzilla.wikimedia.org/show_bug.cgi?id=29585
Web browser: ---
Bug #: 29585
Summary: Page is not marked as existing
Product: MediaWiki
Version: 1.17.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Unprioritized
Component: Page editing
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
I created this page:
http://www.withoutvowels.org/wiki/Hebrew:%D7%91%D7%A8%D7%90%D7%A9%D7%99%D7%AA
Nevertheless a link to that page at
http://www.withoutvowels.org/wiki/Tanakh:Genesis_1:1 is shown as a link to an
not existing page.
This is a bug.
Maybe it is related with namespaces and page protection? See a fragment of my
LocalSettings.php:
define("NS_HEBREW", 100);
define("NS_HEBREW_TALK", 101);
define("NS_TANAKH", 102);
define("NS_TANAKH_TALK", 103);
define("NS_EXEGESIS", 104);
define("NS_EXEGESIS_TALK", 105);
$wgExtraNamespaces[NS_HEBREW] = "Hebrew";
$wgExtraNamespaces[NS_HEBREW_TALK] = "Hebrew_talk"; # underscore required
$wgExtraNamespaces[NS_TANAKH] = "Tanakh";
$wgExtraNamespaces[NS_TANAKH_TALK] = "Tanakh_talk"; # underscore required
$wgExtraNamespaces[NS_EXEGESIS] = "Exegesis";
$wgExtraNamespaces[NS_EXEGESIS_TALK] = "Exegesis_talk"; # underscore required
#$wgNamespaceProtection[NS_HEBREW] = array( 'nobody' ); #permission "editfoo"
required to edit the foo namespace
#$wgNamespacesWithSubpages[NS_HEBREW_TALK] = true; #subpages enabled
for the foo namespace
#$wgGroupPermissions['sysop']['editfoo'] = true; #permission "editfoo"
granted to users in the "sysop" group
$wgNamespaceProtection[NS_TANAKH] = array( 'nobodyallowed' );
#$wgNamespacesWithSubpages[NS_TANAKH] = true; #subpages enabled for
the foo namespace
$wgNamespacesWithSubpages[NS_TANAKH_TALK] = true; #subpages enabled
for the foo namespace
#$wgGroupPermissions['sysop']['editfoo'] = true; #permission "editfoo"
granted to users in the "sysop" group
$wgNamespacesWithSubpages[NS_EXEGESIS] = true; #subpages enabled for
the foo namespace
$wgNamespacesWithSubpages[NS_EXEGESIS_TALK] = true; #subpages
enabled for the foo namespace
#$wgGroupPermissions['sysop']['editfoo'] = true; #permission "editfoo"
granted to users in the "sysop" group
--
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