[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #17 from Subfader subfa...@gmail.com 2011-07-17 14:27:11 UTC --- Started all over again with a fresh dump and update.php worked fine this time. Sorry for all the confusion. You guys rock. -- Configure bugmail:

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-10 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #16 from Bawolff bawolff...@gmail.com 2011-07-10 20:58:43 UTC --- Hmm, the command line update.php script should have updated the sorting. The web upgrader might not have (bug 29574) -- Configure bugmail:

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #11 from Subfader subfa...@gmail.com 2011-07-09 22:37:03 UTC --- Thanks for adding the hook. I downloaded the latest dump (r91785, including GetDefaultSortkey() in Title.php), added $wgHooks['GetDefaultSortkey'][] =

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #12 from Bawolff bawolff...@gmail.com 2011-07-09 22:41:17 UTC --- But I can't get it working. Pages in the Chart namespace still sort under C, even after editing them (to be sure sorting is updated). I'm confused, I thought that's

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #13 from Subfader subfa...@gmail.com 2011-07-09 22:48:02 UTC --- Hmh, no? {{FULLPAGENAME}} is the forced sorting now since $wgCategoryPrefixedDefaultSortkey was removed. But the solution is easy :) $sortkey = $title-getText(); --

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #14 from Bawolff bawolff...@gmail.com 2011-07-09 22:52:45 UTC --- (In reply to comment #13) Hmh, no? {{FULLPAGENAME}} is the forced sorting now since $wgCategoryPrefixedDefaultSortkey was removed. But the solution is easy :)

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #15 from Subfader subfa...@gmail.com 2011-07-09 23:24:17 UTC --- Oh noes, you're right. It does sort this way. I guess the problem in the first place was that no maintenance script I tried updated the sorting. -- Configure

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added CC|

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 Mark A. Hershberger m...@everybody.org changed: What|Removed |Added Priority|Unprioritized |Low --

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #9 from Aryeh Gregor simetrical+wikib...@gmail.com 2011-07-05 22:18:31 UTC --- (In reply to comment #5) You're not playing fair here. I gace reasons above. My article links using icons globally and 2 columns instead of 3 are no

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 Bawolff bawolff...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 Bawolff bawolff...@gmail.com changed: What|Removed |Added CC||bawolff...@gmail.com

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #7 from Bawolff bawolff...@gmail.com 2011-07-05 01:44:20 UTC --- I propose adding a hook to Title::getCategorySortkey so that people can override the $unprefixed = $this-getText() line. This would address both this and bug 22911.

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 Aryeh Gregor simetrical+wikib...@gmail.com changed: What|Removed |Added CC|

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #3 from Subfader subfa...@gmail.com 2011-07-03 18:30:36 UTC --- Can you give an example of a specific category that exhibits the issue, point out what you don't like about it, and explain why you don't like it?

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 Subfader subfa...@gmail.com changed: What|Removed |Added Summary|$wgCategoryPrefixedDefaultS |Cannot sort pages of

[Bug 29680] Cannot sort pages of different namespaces properly on category pages

2011-07-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29680 --- Comment #1 from Subfader subfa...@gmail.com 2011-07-02 13:01:38 UTC --- The main problem is that on category pages with more 200 articles, cutom namespace pages are listed after all articles, which is the same old problem again which 1.17