Last modified: 2014-10-12 20:31:07 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 T73987, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 71987 - Edit summary sent through $wgRCFeeds shows placeholders
Edit summary sent through $wgRCFeeds shows placeholders
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
Interwiki (extension) (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: X!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-12 20:31 UTC by Douglas Gardner
Modified: 2014-10-12 20:31 UTC (History)
1 user (show)

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


Attachments

Description Douglas Gardner 2014-10-12 20:31:07 UTC
Adding an interwiki prefix results in a message being sent to RC feeds that is incomplete. The placeholders are sent without being substituted, for example:
    [[Special:Log/interwiki]] iw_add  * Foo *  Foo added prefix "$4" ($5) (trans: $6; local: $7) to the interwiki table

Steps to reproduce:
1. Create a $wgRCFeed to report changes, e.g.
    $wgRCFeeds['irc'] = array(
        'formatter' => 'IRCColourfulRCFeedFormatter',
        'uri' => 'udp://localhost:3000',
    );
2. Add an interwiki prefix via [[Special:Interwiki]]
3. Observe what is sent over UDP


(Tested in commit df552f8272fc65c4e54edb159e2cd71cd11cf899)

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


Navigation
Links