[Bug 6948] Natural number sorting in category listings

2013-02-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bartosz DziewoƄski matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2013-02-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

--- Comment #14 from Bawolff (Brian Wolff) bawolff...@gmail.com ---
hmm, icu library seems to support natural number sorting. Have not tested
though. May be possible to implement this as a custom collation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bug 6948 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-09-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bug 6948 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-08-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bug 6948 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bug 6948 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bug 6948 depends on bug 164, which changed state.

Bug 164 Summary: Support collation by a certain locale (sorting order of 
characters)
https://bugzilla.wikimedia.org/show_bug.cgi?id=164

   What|Old Value   |New Value

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Ben phre...@gmail.com changed:

   What|Removed |Added

 CC||phre...@gmail.com

--- Comment #8 from Ben phre...@gmail.com 2011-03-16 17:29:35 UTC ---
(In reply to comment #6)
 Can the Invisible sort key be used to solve the problem on this page:
 http://en.wikipedia.org/wiki/List_of_countries_by_GDP_(PPP)_per_capita ?
 
 Currently if you sort by Rank you see 1, 10, 100, 101 which isn't correct.
 Otherwise, if this is an unrelated problem should I file a separate bug 
 report?

just to add a +1 to flax...@gmail.com's comment, I noticed the same bug here:
http://en.wikipedia.org/wiki/Energy_density#Energy_densities_ignoring_external_components

sorting by Energy density by volume (MJ/L) gets you a couple of interesting
sequences, including
43.5, 5.6, 6.02, 72.4
75.1, 8.8, 83.8, 9
38.2, 4.633016x10^104, 40.8

I can see mishandling the exponential value, but am confused as to why it
didn't end up between 4 and 5, instead of 38 and 40. The ordering doesn't even
make sense. At first I thought it was just ignoring the decimal place, but that
doesn't even work for any but the first string I copied.

I'm no coder, so sorry, I can offer no suggestions as to fixes, but it does
appear to be a common thing with the sorting.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #9 from Krinkle krinklem...@gmail.com 2011-03-16 17:44:22 UTC ---
(In reply to comment #8)
 (In reply to comment #6)
  Can the Invisible sort key be used to solve the problem on this page:
  http://en.wikipedia.org/wiki/List_of_countries_by_GDP_(PPP)_per_capita ?
  
  Currently if you sort by Rank you see 1, 10, 100, 101 which isn't correct.
  Otherwise, if this is an unrelated problem should I file a separate bug 
  report?
 
 just to add a +1 to flax...@gmail.com's comment, I noticed the same bug here:
 http://en.wikipedia.org/wiki/Energy_density#Energy_densities_ignoring_external_components
 
 sorting by Energy density by volume (MJ/L) gets you a couple of interesting
 sequences, including
 43.5, 5.6, 6.02, 72.4
 75.1, 8.8, 83.8, 9
 38.2, 4.633016x10^104, 40.8
 
 I can see mishandling the exponential value, but am confused as to why it
 didn't end up between 4 and 5, instead of 38 and 40. The ordering doesn't even
 make sense. At first I thought it was just ignoring the decimal place, but 
 that
 doesn't even work for any but the first string I copied.
 
 I'm no coder, so sorry, I can offer no suggestions as to fixes, but it does
 appear to be a common thing with the sorting.


This bug is about category sorting not about the table sortable script.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

jon513 jon...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #10 from jon513 jon...@gmail.com 2011-03-16 18:29:57 UTC ---
It seems like this has been fixed
(http://en.wikipedia.org/wiki/Category:Antonov_aircraft sorts correctly).  I
would find it hard to believe that it hasn't been - I posted a fix for this two
and a half years ago!

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |

--- Comment #11 from Bawolff bawolff...@gmail.com 2011-03-16 19:50:25 UTC ---
(In reply to comment #10)
 It seems like this has been fixed
 (http://en.wikipedia.org/wiki/Category:Antonov_aircraft sorts correctly).

That category is using custom sortkeys with 3 digit 0-padding (see
http://en.wikipedia.org/w/api.php?action=querylist=categorymemberscmprop=sortkey|titlecmtitle=Category:Antonov_aircraftcmlimit=max
). Thus the behaviour there does not indicate the bug is fixed.

The bug is still present. Re-opening

  I
 would find it hard to believe that it hasn't been - I posted a fix for this 
 two
 and a half years ago!

Where?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

--- Comment #12 from jon513 jon...@gmail.com 2011-03-16 20:39:03 UTC ---

   I
  would find it hard to believe that it hasn't been - I posted a fix for this 
  two
  and a half years ago!
 
 Where?

comment 7 above.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 6948] Natural number sorting in category listings

2011-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6948

--- Comment #13 from Bawolff bawolff...@gmail.com 2011-03-16 21:06:51 UTC ---
That doesn't work fully. It does fix it for a single view of a category page,
but the way its broken up between next/prev boundries doesn't change.

As a result you can have situations where you could have the last entry in one
page of a category not be followed by the first entry in the next page, which
would just be weird. Thus I don't think we should do that.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l