mediawiki-extensions-Visual.../modules/ve-mw/ui/tools
Bartosz Dziewoński 9be5c85db4 Provide a tool to insert a signature in namespaces that need it
VisualEditor is usually not enabled in talk namespaces... but
sometimes it is. And when users see the button to edit with VE,
they're going to click it and expect to be able to sign their posts.

This tool is only loaded on talk pages and pages in additional
namespaces defined in $wgExtraSignatureNamespaces.

Code adapted with small tweaks from my own gadget
<https://meta.wikimedia.org/wiki/User:Matma_Rex/visualeditor-signature.js?oldid=13461327>,
which is already available under the MIT license.

Changes include:
* The tool is now always visible if the wiki allows signatures in any
  VE namespaces, but disabled when not allowed in the current namespace.
* Register '~~~~' sequence to insert the signature.
* Code style tweaks for stricter lint checks in this repository.
* Documentation corrections.

Swedish translation provided by André Costa (already credited
as a translator as Lokal_Profil).

Depends on changes in VisualEditor core:
* I89fe53890ab59d12260ea6b41de802c38c24e8b9
* I14cd7efac521687ea38580341ae08ddc522edeeb

Bug: T53154
Change-Id: I6be5fb2118cf3eef5098d4c5320228aa81411ccb
2015-11-16 18:06:32 +01:00
..
ve.ui.MWCitationDialogTool.js build: Enable jscs rule 'requireSpacesInsideBrackets' and make pass 2015-08-19 10:33:02 -07:00
ve.ui.MWEditModeTool.js Replace 'source' icon with OOUI's 'wikiText' one 2015-11-04 06:15:29 -08:00
ve.ui.MWEducationPopupTool.js Restructure education popup code to work without overriding onSelect 2015-11-09 23:18:01 +00:00
ve.ui.MWFormatTool.js MWCommandRegistry: Move commands' registrations to their code 2015-08-02 17:55:09 -07:00
ve.ui.MWGalleryInspectorTool.js Create more MW sequences 2015-10-22 22:23:13 +01:00
ve.ui.MWLinkInspectorTool.js Update CommandHelpRegistry calls for breaking change in core 2015-11-05 07:29:44 -08:00
ve.ui.MWMediaDialogTool.js MWCommandRegistry: Move commands' registrations to their code 2015-08-02 17:55:09 -07:00
ve.ui.MWMetaDialogTool.js MWCommandRegistry: Move commands' registrations to their code 2015-08-02 17:55:09 -07:00
ve.ui.MWMobileLinkInspectorTool.js MobileArticleTarget: Give toolbar split focused/unfocused modes 2015-08-06 15:43:36 -07:00
ve.ui.MWPopupTool.js MWWelcomeDialog: Alter to be welcoming, use a nice image 2015-09-14 18:29:07 -07:00
ve.ui.MWReferenceDialogTool.js Update CommandHelpRegistry calls for breaking change in core 2015-11-05 07:29:44 -08:00
ve.ui.MWSignatureTool.js Provide a tool to insert a signature in namespaces that need it 2015-11-16 18:06:32 +01:00
ve.ui.MWTransclusionDialogTool.js Update CommandHelpRegistry calls for breaking change in core 2015-11-05 07:29:44 -08:00