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

           Summary: [[Category:+]] and [[Category:*]] doesn't workin in beta
                    compatibiliy.
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Semantic MediaWiki
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I had SMW 1.0 with some queries using [[Category:+]] and [[Category:*]].  It
doesn't work anymore in SMW 1.4.2 using beta compatibily(old <ask> format). 
[[Category:*]] can be solve by changing if ( ($chunk == '+') && $category &&
$smwgSMWBetaCompatible) by if ( ($chunk == '*') && $category &&
$smwgSMWBetaCompatible).  [[Category:+]] doesn't work at all.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
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