Last modified: 2012-12-12 19:41:17 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 T45019, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 43019 - UnicodeConverter extension needs a few small tweaks to $wgExtensionCredits
UnicodeConverter extension needs a few small tweaks to $wgExtensionCredits
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Other (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Alex Monk
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-12 16:54 UTC by MZMcBride
Modified: 2012-12-12 19:41 UTC (History)
2 users (show)

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


Attachments

Description MZMcBride 2012-12-12 16:54:44 UTC
The UnicodeConverter extension (<>) needs a two small tweaks.

From [mediawiki/extensions/UnicodeConverter.git] / UnicodeConverter.php (<https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/UnicodeConverter.git;a=blob;f=UnicodeConverter.php;h=d11b2f87b9b31451458badd589829ab080fce03e;hb=HEAD>):

---
$wgExtensionCredits['specialpage'][] = array(
	'path' => __FILE__,
	'name' => 'Unicode Converter',
	//'version' => '1.1',
	'author' => 'Tim Starling',
	'url' => 'https://www.mediawiki.org/wiki/Extension:UnicodeConvertor',
	'descriptionmsg' => 'unicodeconverter-desc',
);
---

The name here should be "UnicodeConverter", not "Unicode Converter".

And the URL should be <https://www.mediawiki.org/wiki/Extension:UnicodeConverter>, not <https://www.mediawiki.org/wiki/Extension:UnicodeConvertor>.
Comment 1 Alex Monk 2012-12-12 18:49:34 UTC
Gerrit change #38329

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


Navigation
Links