Last modified: 2014-06-24 07:02:41 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 T69020, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 67020 - Not displayed category determined by the template if the namespace "NS_CATEGORY" uses the Cyrillic.
Not displayed category determined by the template if the namespace "NS_CATEGO...
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
SemanticForms (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Yaron Koren
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-24 07:02 UTC by Jumuro
Modified: 2014-06-24 07:02 UTC (History)
0 users

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


Attachments

Description Jumuro 2014-06-24 07:02:41 UTC
My wiki works on Russian localization. 
And if I specify in the template category, for example, thus "[[Категория:Глобальные шаблоны]]" (it was in Russian language), the page Special:Templates does not show what category defines this template.

For myself solved this problem as follows:
In the file extensions/SemanticForms/specials/SF_Templates.php on line ~71 is replaced by:
$cat_ns_name = $wgContLang->getNsText( NS_TEMPLATE );
on a:
$cat_ns_name = $wgContLang->getNsText( NS_CATEGORY );

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


Navigation
Links