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

George Orwell III <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |om

--- Comment #20 from George Orwell III <[email protected]> ---
I'd propose there is a 4th option; it being the setting of the existing filter.

Just add

        'filters': [ 'body.ns-talk' ],

... to the 'signature' button's entry in...

        jquery.wikiEditor.toolbar.config.js

... and you're done. The same approach is used for the 'reference' button
btw.(see that same .js file if you don't believe me)

This way, all talk pages will automatically generate the 'signature' button
while solving the immediate issue of how to stop its generation in the ns-0
namespace. If it was up to me, I'd at least thrown in the Project: namespace
(like for Village Pump) along with all the talkspaces...

        'filters': [ 'body.ns-talk, body.ns-4' ],

... but admittedly, adding/excluding individual namespaces beyond all the talk
namespaces at once, even if it is the so-called 'Project [Collaboration]'
namespace, using this approach may be imposing a bit too much at the expense of
flexibility for entities outside of the Wiki Foundation using the same software
"we" do.

-- 
You are receiving this mail because:
You are the assignee for the bug.
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