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

           Summary: Data returned by buildSidebar() is in wrong format
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Collection
        AssignedTo: [email protected]
        ReportedBy: [email protected]


buildSidebar() returns a raw string to be included in the sidebar. This doesn't
work with the DumpHTML extension, because it expects the format normally
returned by Skin::buildSidebar(), which is built like this (line 1869 in
includes/Skin.php):
  $bar[$heading][] = array(
                           'text' => $text,
                           'href' => $href,
                           'id' => 'n-' . strtr($line[1], ' ', '-'),
                           'active' => false
                          );

The Collection extension should be changed to return the same format.


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