Page MenuHomePhabricator

New hook for edit toolbox
Closed, InvalidPublic

Description

In Bug #15607, Erik asks for a change in the appearance of the toolbar, but Nikola points out that he would need a new hook to do this:

I can add the edit links to the bottom of the toolbox if that is desirable, but
adding them to the bottom of the language links would require a new MediaWiki
hook so it can't be done as an extension at this point.

Please implement such a hook.


Version: 1.17.x
Severity: enhancement

Details

Reference
bz28255

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
InvalidNone

Event Timeline

bzimport raised the priority of this task from to Unbreak Now!.Nov 21 2014, 11:33 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz28255.
bzimport added a subscriber: Unknown Object (MLST).

I did it in r85232, now it needs to be merged into the trunk.

Still open, reverted in r85356

It turns out that this hook was not necessary. Patch http://svn.mediawiki.org/viewvc/mediawiki/branches/nikola/phase3/includes/SkinTemplate.php?r1=85106&r2=85356&pathrev=85356 or similar might still be necessary, depending on how is http://www.mediawiki.org/wiki/Extension:Interlanguage/WMF_Design_Pass implemented (I believe it could be implemented fully through CSS). I'll close this bug and reopen if it turns out the patch is necessary.