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


Roan Kattouw <roan.katt...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roan.katt...@gmail.com




--- Comment #1 from Roan Kattouw <roan.katt...@gmail.com>  2009-11-10 10:09:51 
UTC ---
(In reply to comment #0)
> 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.
> 
Yes, SVN HEAD is pretty broken at the moment, we expect this to be better
around the end of the week.

> 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).
Yes, sorry about thiat.

> 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 ),
> );
> 
Interesting. I'll debug this, but it may have to wait for a bit while we're
restructuring other parts.


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to