Last modified: 2014-02-12 23:45:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T43141, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 41141 - Meta-Wiki mobile site has errant trademark symbol (™) in footer
Meta-Wiki mobile site has errant trademark symbol (™) in footer
Status: RESOLVED FIXED
Product: MobileFrontend
Classification: Unclassified
Feature requests (Other open bugs)
unspecified
All All
: Unprioritized enhancement
: ---
Assigned To: Nobody - You can work on this!
http://meta.m.wikimedia.org/wiki/User...
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-18 00:59 UTC by MZMcBride
Modified: 2014-02-12 23:45 UTC (History)
12 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MZMcBride 2012-10-18 00:59:39 UTC
When I visit <http://meta.m.wikimedia.org/wiki/User:Sue_Gardner/Narrowing_focus>, I see "Meta ™" in the footer. The trademark symbol is silly and shouldn't be there.
Comment 2 MZMcBride 2012-10-21 06:09:30 UTC
God that auto-link mangling is bad. At least I can get the URL from the e-mail.

I'm unclear on the purpose of the MobileFrontend extension at this point. Is it intended to be a generic mobile frontend for any MediaWiki installation or is it a Wikimedia-specific extension designed for a mobile frontend for Wikimedia wikis?

The distinction becomes relevant when evaluating how much sense it ever made to hardcode a ™ in the code.
Comment 3 Tomasz Finc 2012-10-25 20:38:02 UTC
MobileFrontend is driven by the needs of Wikimedia Foundation sites. We avoid making it too WMF-centric where possible so it's usable/adaptable for others, but we may sometimes introduce WMF-isms without being able to immediately replace them with a more configurable/abstracted approach. Patchsets are appreciated.
Comment 4 Krinkle 2012-10-25 21:07:26 UTC
(In reply to comment #3)
> MobileFrontend is driven by the needs of Wikimedia Foundation sites. We avoid
> making it too WMF-centric where possible so it's usable/adaptable for others,
> but we may sometimes introduce WMF-isms without being able to immediately
> replace them with a more configurable/abstracted approach. Patchsets are
> appreciated.

(In reply to comment #2)
> The distinction becomes relevant when evaluating how much sense it ever made to
> hardcode a ™ in the code.

Even WMF doesn't have a ™ or ® on every single site name.

This seems redundant anyway, we don't do it on desktop either (I know that doesn't mean by definition it isn't relevant for mobile, but it shows that if it was relevant, it would be provided in a generic way, not hardcoded in mobile first).

So lets remove it from mobile. There is actually (almost) code for this in place already:

https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/MobileFrontend.git;a=blob;f=includes/skins/SkinMobile.php;h=2d7f7536def6fd55da7edc5932fa32e06bfd7520;hb=HEAD#l174

$wgMFCustomLogos['copyright'], just turn that from a url string into an associative array with img-src and text. Then show the text if no img-src, and show img-src with alt=text otherwise.

And if wgMFCustomLogos is not set (default) don't show ™ or ® (instead of defaulting to ™).
Comment 5 Krinkle 2012-10-25 21:12:58 UTC
Also, on nl.m.wikipedia.org, for example, it shows Wikipedia ™ whereas on English Wikipedia it shows Wikipedia ®.
Comment 6 Brion Vibber 2012-10-25 21:21:00 UTC
https://gerrit.wikimedia.org/r/30077 removes the TM and (R) chars. If they're needed on individual sites, they can be added by customizing the message surely?
Or by using the image, which we do on Wikipedia...
Comment 7 Jon 2012-10-25 21:36:25 UTC
I implemented this and there was a legal reason this was in place for Wikipedia.

I was told English Wikipedia should show ® whilst any other Wikipedia project should show ™ - please ensure this remains the same on the Wikipedia.org site.
Comment 8 Brion Vibber 2012-10-25 21:57:20 UTC
I've sent an email to legal (CC'd mobile-tech) to check on this.

Potentially we might want a switch to append the TM, if it can actually be used reliably. (I'd be more wary of claiming trademark status on things that may not be trademarked, versus failing to stick a TM somewhere.)
Comment 9 Jon 2012-10-25 23:25:24 UTC
Agreed
Comment 11 Krinkle 2012-10-26 04:31:33 UTC
(In reply to comment #8)
> I've sent an email to legal (CC'd mobile-tech) to check on this.
> 
> Potentially we might want a switch to append the TM, if it can actually be used
> reliably

.. from configuration, of course. Not inside MobileFrontend, again.

(In reply to comment #7)
> I implemented this and there was a legal reason this was in place for
> Wikipedia.
> 
> I was told English Wikipedia should show ® whilst any other Wikipedia project
> should show ™ - please ensure this remains the same on the Wikipedia.org site.

And the legal reason only applies to the footer on mobile? Not to the footer on desktop, and not to the logo on mobile or desktop?

Afaik WMF doesn't have trademarks outside the US, so why would it need ™ on non-English Wikipedias? All services are primarily hosted in the US and subject to US law. And all Wikipedia editions (in desktop
skins that is) the wmf-copyright message in the footer is the same (on English Wikipedia and other languages alike):

"Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a
non-profit organization."

Besides, Wikipedia editions aren't tied to a country but to a language. If any country, they are tied to the US.

We dont show ™ anywhere afaik, only in the footer of non-Wikipedia mobile sites.

I'm curious what the (intended) legal pattern was/is.
Comment 12 Tomasz Finc 2012-10-29 18:57:51 UTC
Lets not spend too much time going back and forth about the legal rules when we already have really smart people at the WMF who can answer this quick. I've mailed both Michelle and Kelly to weigh in on this.
Comment 13 Brion Vibber 2012-10-31 18:44:54 UTC
Current behavior since yesterday's deployment is to remove the TM from the text  /(R) from alt text, but apparently we kinda want them in production. At least in many places.

Change to MobileFrontend to add config var:
https://gerrit.wikimedia.org/r/#/c/31039/

Change to config to set the var:
https://gerrit.wikimedia.org/r/31044


We'll figure out what to do about Meta specifically later. :)
Comment 14 Arthur Richards 2012-10-31 23:09:00 UTC
At a quick glance, I think that is a sane approach (will test and merge shortly).

For folks not privy to the correspondence with the legal team, here are the options they gave:

"(1) We can put (R) on all wordmarks and logos (except the Wiktionary logos) in their non-localized versions for the US and EU and put (TM) on all others.

(2) We can leave out any indication of trademark designations at all.

(3) We can leave out any trademark designations and add a sentence at the bottom of a project page (perhaps where the CC-BY-SA and Terms of Use info is) stating that "The trademarks and logos of the Wikimedia Foundation are not included under the terms of this Creative Commons license and are subject to the terms of the Trademark Policy." or "[Insert applicable project name] and its accompanying logos are pending trademark registration or are registered trademarks of the Wikimedia Foundation and are subject to the terms of the Trademark Policy."

(4) We can leave out any trademark designations and link to the Trademark Policy where we have links to the Privacy Policy, About [Project Name], etc.  The Trademark Policy will be going through a re-write over the next year and many of these issues will be better laid out there.

Of all of these options, I strongly urge you to avoid option #2 as it gives no notice of trademark claims to the general public, and could thereby confuse users into believing that the marks can be freely reused in a manner similar to other project content.  Option #2 similarly leaves our marks open to the possibility of being weakened due lack of such notice."

So, a while back, the previous product manager for the mobile team opted for #1 (which is why things are the way they are), and why I think Brion's solution is a good interim solution. Until there is a clear path forward, I think we should implement Brion's change which will allow for having TM/(R) show up based on a site's configuration settings (off by default), but leave it enabled on the WMF sites for now.
Comment 15 Jon 2012-11-10 04:23:12 UTC
I see this code is merged but http://meta.m.wikimedia.org/wiki/User:Sue_Gardner/Narrowing_focus still shows Meta ™ - what else needs to be done?
Comment 16 Brion Vibber 2012-11-10 04:24:24 UTC
To disable it on meta, we'll need to switch the config switch for it.
Comment 17 MZMcBride 2012-12-04 17:07:25 UTC
(In reply to comment #16)
> To disable it on meta, we'll need to switch the config switch for it.

So this basically requires doing something like...

if dbname == 'metawiki' {
  $wgMFTrademarkSitename = false;
}

... in CommonSettings.php or InitialiseSettings.php? Is that all that's needed at this point to resolve this bug?
Comment 18 Arthur Richards 2012-12-04 17:13:21 UTC
(In reply to comment #17)
> (In reply to comment #16)
> ... in CommonSettings.php or InitialiseSettings.php? Is that all that's needed
> at this point to resolve this bug?

Almost - but before we do that, we still need to make a decision about how to handle the legal concerns (https://bugzilla.wikimedia.org/show_bug.cgi?id=41141#c14). Current behavior is option #1. If this is seriously of concern, options #3 and #4 are more preferable than #2.

I've cc'd the product team folks (Howie and Maryana) who have been helping out with mobile recently to weigh in.
Comment 19 Jon 2012-12-21 13:08:20 UTC
How would you like to move forward on this Maryana / Howie? Would be good to close up this bug.
Comment 20 Maryana Pinchuk 2012-12-21 19:42:37 UTC
We already have links to the privacy policy and About:Project in the footer. It sounds like we should just stick to switching the config on Meta and stay with option #1 as outlined by Arthur above. We'll have some navigation redesign work in upcoming iterations, and at that point we can also revisit what goes into the footer. Legal isn't beating down our door to make any drastic changes, which makes me think this isn't a dire issue, just a suboptimal-but-acceptable solution for the time being :)
Comment 21 MZMcBride 2013-04-25 14:59:52 UTC
What else is needed to get this bug resolved? We're coming up on six months and <https://meta.m.wikimedia.org/wiki/Main_Page> still shows "Meta ™" in the footer. This makes us all look like idiots.
Comment 22 Jon 2013-04-25 15:34:58 UTC
Leave this to me. Fell off my radar. I'll attempt a fix... shouldn't be too hard.
Comment 23 Gerrit Notification Bot 2013-04-25 17:22:57 UTC
Related URL: https://gerrit.wikimedia.org/r/60885 (Gerrit Change I96417233cb475a4f4d425f2ea709e2365ad7cc6f)
Comment 24 Jon 2013-04-25 17:24:41 UTC
Above takes care of meta. We should remove trademark on a case by case basis.
Comment 25 Maryana Pinchuk 2013-04-25 17:30:25 UTC
According to legal, the Meta wordmark is the only one we haven't applied to register. All other wordmarks should have either the TM or R.
Comment 26 Arthur Richards 2013-05-07 19:48:27 UTC
This was fixed last week :)

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links