https://bugzilla.wikimedia.org/show_bug.cgi?id=21459
Summary: WikiEditor does not show if TOC is set to false as of
r58851
Product: MediaWiki extensions
Version: any
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: Normal
Component: UsabilityInitiative
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
Not sure if svn is supposed to be kept "in a working state", so sorry if this
bug report is something known and planned to be fixed.
I updated to the latest SVN HEAD version of the extension today (r58851). I
changed the configuration to match the new array system (Still undocumented but
I assume this is on your todo list). However, the toolbar didn't appear.
Seems that I have to enable the table of contents, or the wikieditor doesn't
appear.
doesnt work:
$wgWikiEditorModules = array(
'toc' => array( 'global' => false, 'user' => false ),
'toolbar' => array( 'global' => true, 'user' => false ),
);
works:
$wgWikiEditorModules = array(
'toc' => array( 'global' => true, 'user' => false ),
'toolbar' => array( 'global' => true, 'user' => false ),
);
--
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