Page MenuHomePhabricator

Disclaimer text on MassMessage input form is inaccurate ("Save page" v. "Send")
Open, LowPublicBUG REPORT

Description

https://meta.wikimedia.org/wiki/Special:MassMessage


By clicking the "Save page" button, you are agreeing to Wikimedia's terms of use and privacy policy, and you irrevocably agree to release your contribution under the CC-BY-SA 3.0 License and the GFDL. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.

[ Send ] [ Preview ]

"Save page" v. "Send", of course. This really isn't a MassMessage bug, per se.


Version: unspecified
Severity: minor
URL: https://meta.wikimedia.org/wiki/Special:MassMessage
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=60704

Details

Reference
bz60724

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:03 AM
bzimport added a project: MassMessage.
bzimport set Reference to bz60724.
bzimport added a subscriber: Unknown Object (MLST).

I think Flow people need to solve this for their extension, too. (They currently hardcode three versions of that text.)

I am told the Flow side of things is handled as bug 60704. Once that is done the changes necessary in MM should be minimal.

bug 60704 isn't quite the same. The main point of that one is to make it so that the default messages in Flow are not WMF-specific (and to implement a hook so WMF wikis can override them in WikimediaMessages). MassMessage probably still needs to implement its own fix.

Apparently this is the "wikimedia-copyrightwarning" message from WikimediaMessages that displays there. Can someone confirm? The qqx hack does not work as the page reloads after clicking "Preview".

On Meta it was customized, so it was a bit weird for MassMessaging purposes. I've deleted the local customizations, thus resetting the message to the default one, which now reads "by saving changes".

Maybe we should just use an specific message for MassMessage?

@MarcoAurelio if it still matters, I believe that warning shown is set by:
$m['message']['help'] = EditPage::getCopyrightWarning( $this->getPageTitle( false ), 'parse' );
A quick solution might be to get the current warning and just replace "By publishing changes" with "By sending a mass message".

Aklapper triaged this task as Low priority.Feb 4 2022, 8:07 PM
Aklapper changed the subtype of this task from "Task" to "Bug Report".
Aklapper removed a subscriber: Tbayer.

That quick solution is unlikely to work well with translations. The hook onEditPageCopyrightWarning could be used to modify the copyright warning to a MassMessage specific version.