https://bugzilla.wikimedia.org/show_bug.cgi?id=56310

       Web browser: ---
            Bug ID: 56310
           Summary: Properties not being set on pages in custom namespaces
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Semantic MediaWiki
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Hi.

I'm running SMW 1.8.0.5 on MW 1.20.6 running SQLStore3. I have a custom 
namespace defined called PRIVATE

define("NS_PRIVATE", 500);
define("NS_PRIVATE_TALK", 501);

$wgExtraNamespaces[NS_PRIVATE] = "Private";
$wgExtraNamespaces[NS_PRIVATE_TALK] = "Private_talk";

I have the namespace defined in $smwgNamespacesWithSemanticLinks

Properties defined in pages in this namespace are not being saved. For 
example:

[[HasTitle::{{{Title|}}}]]
and
{{#set:HasPagename={{FULLPAGENAME}}}}

simply do not work. The property values are not set.

-- 
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

Reply via email to