Last modified: 2008-06-10 15:56:37 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 T16496, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 14496 - Sourcefilename and destfilename messages should use wfMsgExt with parseinline
Sourcefilename and destfilename messages should use wfMsgExt with parseinline
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Interface (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-06-10 14:59 UTC by brianna.laugher
Modified: 2008-06-10 15:56 UTC (History)
1 user (show)

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


Attachments

Description brianna.laugher 2008-06-10 14:59:34 UTC
SpecialUpload.php

currently

	$sourcefilename = wfMsgExt( 'sourcefilename', 'escapenoentities' );
	$destfilename = wfMsgExt( 'destfilename', 'escapenoentities' ); 

should be

	$sourcefilename = wfMsgExt( 'sourcefilename', array( 'parseinline','escapenoentities') );
	$destfilename = wfMsgExt( 'destfilename', array( 'parseinline' ,'escapenoentities') ); 

These messages used to have parseinline and our custom forms such as "deownwork" (which combined a language code with a purpose) would then work. Sourcefilename messages for "deownwork" are filled with "{{MediaWiki:sourcefilename/de}}" so that the expected default is shown. (same with destfilename)

Now, the curly brackets are shown directly on the form.
Comment 1 Chad H. 2008-06-10 15:56:37 UTC
Done in r36157

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


Navigation
Links