Last modified: 2009-08-12 17:33:31 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 T20944, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 18944 - add prefs-help-nickname
add prefs-help-nickname
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
User preferences (Other open bugs)
1.16.x
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-05-27 04:53 UTC by Dan Jacobson
Modified: 2009-08-12 17:33 UTC (History)
4 users (show)

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


Attachments

Description Dan Jacobson 2009-05-27 04:53:55 UTC
There should be a prefs-help-nickname added, to explain that
'yournick' => 'Signature:'
is not for the immediately following Email Preferences, but instead for '~~~~'!

So far there are
$ grep --count prefs-help MessagesEn.php
5
prefs-help's. This would be the 6th.

There even is
'tog-fancysig' => 'Treat signature as wikitext (without an automatic link)',
but no prefs-help-nickname.

Other observations:

An administrator should never do just
 array_push($wgHiddenPrefs,'nickname');
but instead use
 array_push($wgHiddenPrefs,'nickname','fancysig');
as there is no safety feature to stop fancysig from still meaninglessly
showing up independently.

And if an administrator indeed does the aforementioned
 array_push($wgHiddenPrefs,'nickname','fancysig');
then users will be stuck with the choices they had made, unable to
change them. So the administrator should consider zapping the
appropriate fields of user_properties, etc. or only setting such
$wgHiddenPrefs in the early days of the wiki, before users have a chance
to set them.
Comment 1 Andrew Garrett 2009-07-16 17:04:32 UTC
(Batch change)

These are low-priority miniprojects that I can mop up at some point when I'm doing general code work as opposed to working on a specific projects.
Comment 2 Alexandre Emsenhuber [IAlex] 2009-08-12 17:33:31 UTC
prefs-help-signature message introduced in r54454.

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


Navigation
Links