Last modified: 2006-04-18 04:32:00 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 T6117, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4117 - Rename the validation link that shows up on each page to "Rate this page"
Rename the validation link that shows up on each page to "Rate this page"
Status: RESOLVED INVALID
Product: MediaWiki
Classification: Unclassified
Categories (Other open bugs)
1.6.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Brion Vibber
http://meta.wikimedia.org/wiki/Articl...
: patch, patch-need-review
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-11-30 11:14 UTC by Jason Spiro
Modified: 2006-04-18 04:32 UTC (History)
1 user (show)

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


Attachments
patch for this issue (94.01 KB, patch)
2005-12-12 17:21 UTC, Jason Spiro
Details

Description Jason Spiro 2005-11-30 11:14:52 UTC
It is not obvious to most people what a "Validate" link would do.

It *is* obvious what a "Rate this page" link would do.

We should rename the validation link that shows up on each page to "Rate this
page". (Preferably before validation goes live, as it is confusing to users when
a feature is renamed.)

People have mentioned this idea on the various validation-related pages on
Wikipedia/Meta, others have agreed, and nobody has disagreed that "Rate this
page" is a better name. Why do otherwise? :-)
Comment 1 Rob Church 2005-12-01 10:20:22 UTC
I would be 90% certain that this would be a system message.
Comment 2 Rob Church 2005-12-01 10:33:50 UTC
Yep. [[MediaWiki:Val_tab]]. As expected, all the interface text for the
validation pages is in system messages; consult [[Special:Allmessages]].

Closing as WORKSFORME.
Comment 3 Jason Spiro 2005-12-05 06:50:35 UTC
Reopening.

Changing the text of Val_tab and all the other validation-related messages would
work, except that non-English language Wikipedias would say "Validate" instead
of "Rate" both on the top tab bar and elsewhere. I bet this would stop a lot of
our non-English-speaking users from ever using validation.

Since (I hear) there are plans to distribute print copies of Wikipedia to poor
countries, I'd assume there were plans to do this in other languages than just
English. So, why don't we make sure validation will be a success for all
languages by modifying the source code? This could make sure we get the
translations changed too.

(We would simply have to change all 10 instances of the word "validate" to
"rate" among the English strings in Language.php. Then, and this is the key, we
would have to notify all of our translators of the change. The 10 strings are:
$validate, $val_tab, $val_validate_version, $val_user_validations,
$val_no_anon_validation, $val_validate_article_namespace_only, $val_validated,
$val_article_lists, and $val_page_validation_statistics.)
Comment 4 Rob Church 2005-12-05 07:32:43 UTC
If changing the message is a problem, you're either changing the wrong message
or we need to introduce more of them. I don't see that there's a big
localisation issue here; people are normally pretty quick on the update front in
that case.

What do print copies have to do with validation in terms of how the validation
feature appears?
Comment 5 Rob Church 2005-12-05 07:33:30 UTC
(In reply to comment #3)
> (We would simply have to change all 10 instances of the word "validate" to
> "rate" among the English strings in Language.php. Then, and this is the key, we
> would have to notify all of our translators of the change. The 10 strings are:
> $validate, $val_tab, $val_validate_version, $val_user_validations,
> $val_no_anon_validation, $val_validate_article_namespace_only, $val_validated,
> $val_article_lists, and $val_page_validation_statistics.)

Then submit a patch. :)

Comment 6 Jason Spiro 2005-12-05 21:23:51 UTC
Just to verify: the patch would have to comment out remove the relevant lines
from the 12 or so LanguageXX.php files with a note "Validation feature renamed
Rate feature"?
Comment 7 Jason Spiro 2005-12-12 17:21:12 UTC
Created attachment 1177 [details]
patch for this issue

Here is the patch. It took longer than I thought to prepare, but I hope it will
pay off by encouraging people to use the page rating feature.


In Language.php, the patch:

- changes all instances of "validate" to "rate"
- changes all instances of "validation" to (usually) "page rating" or
(sometimes) "rating" as appropriate.
- changes the exclamation mark in "Your ratings have been stored!" to a period.


In *most* other LanguageXx.php files, it:

- adds a notice about the change
- prefixes "OldText: " on, and then comments out, the translated strings
corresponding to the English strings I changed

In *some* other LanguageXx.php files, it:

- adds a notice about the change
- prefixes "OldText: " on, and then comments out, the translated strings
corresponding to the English strings I changed
- and pastes in the new English text, uncommented, for translators'
convenience, so they can see the changes made. They were only small changes,
and translators may not want to go and look in Language.php to see them.

In *a few* other LanguageXx.php files, it:

- adds a notice about the change only.


All edits were made with Vim, which supports UTF-8/multibyte text editing.

The patch is about 95K, but it only makes changes to Language*.php. It is made
against CVS. I have tested the patch with $wgUseValidation = true and
$wgLanguageCode = "en" and "fr", and it applies fine and doesn't seem to break
anything.

Note that although the consensus on Wikipedia at
http://meta.wikimedia.org/wiki/Article_validation_feature#.22Rate_this_page.22_-_MediaZilla:4117
calls for "rate" or "rate this article", I have used the term "page ratings",
not "article ratings", in many places so that the text will read OK on all
MediaWikis, not just Wikipedia.
Comment 8 Rob Church 2005-12-12 19:50:16 UTC
It still doesn't matter in the broad scheme of things, since the end users will
customise the interface messages as they see fit.
Comment 9 Ævar Arnfjörð Bjarmason 2005-12-12 19:55:00 UTC
Why is it relevant that end users can change the text of the message? This bug
is about changing the default text in the distribution.
Comment 10 Rob Church 2006-04-18 04:32:00 UTC
Validation removed from the software. Closing as INVALID.

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


Navigation
Links