Author: sven
Description:
Currently the Special:Categories lists the categories completely unsorted. It
would be nice if the categories were sorted.
Version: unspecified
Severity: normal
| • bzimport | |
| Dec 9 2006, 3:15 PM |
| F3626: cat.diff | |
| Nov 21 2014, 9:34 PM |
Author: sven
Description:
Currently the Special:Categories lists the categories completely unsorted. It
would be nice if the categories were sorted.
Version: unspecified
Severity: normal
| Status | Subtype | Assigned | Task | |
|---|---|---|---|---|
| · · · | ||||
| Invalid | None | T2384 [REPLACED BY TAG] PostgreSQL/pgsql support (tracking) | ||
| Resolved | None | T10200 Special:Categories is unsorted in PostgreSQL | ||
| · · · |
Thanks, fixed in r18240. Also patched SpecialUnusedCategories.php
Apparently, mysql does an implicit sort, so this was working until Postgres was
used.