Last modified: 2014-11-08 21:33:39 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 T74849, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 72849 - Wikitech signup page displays <loginstart> and <loginend>
Wikitech signup page displays <loginstart> and <loginend>
Status: NEW
Product: Wikimedia Labs
Classification: Unclassified
wikitech-interface (Other open bugs)
unspecified
All All
: Normal trivial
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-11-01 06:14 UTC by This, that and the other (TTO)
Modified: 2014-11-08 21:33 UTC (History)
5 users (show)

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


Attachments

Description This, that and the other (TTO) 2014-11-01 06:14:40 UTC
[[wikitech:Special:UserLogin/signup]] contains the following text:

----

<loginstart> 

 By creating an account in this project and/or using other wmflabs.org Services, you agree to comply with the Terms of Use for wmflabs.org. 

[...]

If that's not the case, ask someone to verify from a labs instance whether the shell username is taken, by issuing the command groups $username on a shell.

<loginend>

----

The <loginstart> and <loginend> placeholders should not be visible.
Comment 1 Dereckson 2014-11-08 01:25:06 UTC
This is a problem directly solvable on the wiki.

The system messages concerned is signupstart. And indeed [[wikitech:MediaWiki:Signupstart]] start with {{int:loginstart}}.

When through ULS I switched from qqx back to en, I got a regular English message. So yes, it's well an issue with the local message.
Comment 2 Dereckson 2014-11-08 01:28:22 UTC
Could you contact a sysop from this list about this issue?  https://wikitech.wikimedia.org/w/index.php?title=Special%3AListUsers&username=&group=sysop&editsOnly=1&limit=50
Comment 3 This, that and the other (TTO) 2014-11-08 08:52:05 UTC
(In reply to Dereckson from comment #2)
> Could you contact a sysop from this list about this issue? 
> https://wikitech.wikimedia.org/w/index.
> php?title=Special%3AListUsers&username=&group=sysop&editsOnly=1&limit=50

A number of them got automatically CC'd onto this bug, so I wonder if one of them could take a moment to fix this?
Comment 4 Tim Landscheidt 2014-11-08 14:11:30 UTC
(Not being a sysop, just curious: Does this mean that "{{int:loginstart}}" should be removed from [[wikitech:MediaWiki:Signupstart]], or that [[wikitech:MediaWiki:Loginstart]] needs to be created?)
Comment 5 Andrew Bogott 2014-11-08 15:15:44 UTC
I'm happy to fix this, but I'm with Tim -- not yet clear on what the proper solution is.
Comment 6 Dereckson 2014-11-08 21:33:39 UTC
IMHO, you can drop it.

Signupstart is intended to be an extra message.

If defined, it adds the following block to the code, before the #userloginForm element:

    <div id="signupstart">Content of Signupstart message</div>

The same applies for Signupend, it's added in the userloginForm, after the form and before the closing div.

    <div id="signupend">Content of Signupend message</div>

Reference: mediawiki/core, includes/templates/Usercreate.php

[On a side note, feel free to open another bug to give them better names: the first is an extra introductio before the form, the second is an extra place inside the form).

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


Navigation
Links