Last modified: 2012-10-12 00:25:35 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 T42901, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 40901 - Collection messages being overly escaped in 1.21wmf1
Collection messages being overly escaped in 1.21wmf1
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Collection (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-10-09 23:07 UTC by Sam Reed (reedy)
Modified: 2012-10-12 00:25 UTC (History)
2 users (show)

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


Attachments

Description Sam Reed (reedy) 2012-10-09 23:07:59 UTC
Seen on enwiki


<p><strong>Please wait while the document is being generated.</strong></p> <p><strong>Progress:</strong> <span id="renderingProgress">1.00</span>% <span id="renderingStatus"></span></p> <p>This page should automatically refresh every few seconds. If this does not work, please press your browser's refresh button.</p>

and also

<p>Return to <a href="//en.wikipedia.org/wiki/Tool_(band)">Tool (band)</a></p>


Possibly: https://gerrit.wikimedia.org/r/#/c/18443/
Comment 1 Sam Reed (reedy) 2012-10-09 23:10:22 UTC
Looks very likely

	echo wfMessage(
		'coll-return_to_collection',
		$t->getFullURL(),
		$this->data['return_to'] )->escaped();


<?php echo wfMessage( 'coll-rendering_text' )->numParams( number_format( $this->data['progress'], 2, '.', '' ) )->params( $this->data['status'] )->escaped() ?>
Comment 2 Siebrand Mazeland 2012-10-10 00:12:14 UTC
Pushed Gerrit change #27383 for review.

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


Navigation
Links