Last modified: 2012-01-30 18:05:46 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 T35991, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33991 - $wgCategoryCollation doesn't work
$wgCategoryCollation doesn't work
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
DynamicPageList (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-27 16:01 UTC by Subfader
Modified: 2012-01-30 18:05 UTC (History)
2 users (show)

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


Attachments

Description Subfader 2012-01-27 16:01:00 UTC
$wgCategoryCollation doesn't work with 

MediaWiki: 1.18.0
DynamicPageList / intersection: 1.5
PHP: 5.2.14 (apache2handler / intl: version 1.1.1 / ICU version 3.4)
MySQL: 5.0.77

$wgLanguageCode = "de";
$wgCategoryCollation = 'uca-default';

<DynamicPageList>
category             = Test
ordermethod          = sortkey
order                = ascending
</DynamicPageList>

returns:

* Foo:Fabc
* Foo:Zabc
* Foo:Üabc

Ü should sort as UE
Comment 1 Bawolff (Brian Wolff) 2012-01-27 20:11:15 UTC
Does it sort the pages correctly inside category:Test (aka is it intersection's fault, or someone elses fault)?

Note uca-default doesn't implement per lang sorting yet (just the generic "root" collation). Also things won't sort correctly if updateCollation isn't run after changing wgCategoryCollation.

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


Navigation
Links