Last modified: 2010-05-15 15:29:00 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 T2598, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 598 - Wrong list of subcategories
Wrong list of subcategories
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Categories (Other open bugs)
1.3.x
PC Windows 2000
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
http://ru.wikipedia.org/wiki/Category...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-09-29 03:28 UTC by Maxim Votyakov
Modified: 2010-05-15 15:29 UTC (History)
0 users

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


Attachments

Description Maxim Votyakov 2004-09-29 03:28:58 UTC
As you can see on the page http://ru.wikipedia.org/wiki/Category:Математика subcategories are placed 
in the list in total disorder: А, М, Т, Ч, Э, again А, В, Г, К, Л, again М, Т. But the correct order 
is: А, В, Г, К, Л, М, Т, Ч, Э (for some letters we don't have subcategories in this category). But 
the list of articles sorted correct, so it looks very strange.
Comment 1 JeLuF 2004-09-29 04:52:58 UTC
Fixed cl_sortkey table in the database:

update categorylinks 
   set cl_sortkey= substring(cl_sortkey,10)  
 where cl_sortkey like 'Category:%';

Sorts fine now. Due to caching some pages are still displayed wrongly. 
They will be updated as soon as there is a change to the page or the list
of categories.

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


Navigation
Links