Wedge
Public area => Bug reports => The Pub => Archived fixes => Topic started by: agent47 on March 19th, 2012, 10:44 AM
-
So I was going through the "The Pub" board and I noticed the first two topics that were stickied had 1 view which seems to be impossible because the topic itself had 17 replies. Just thought I'd report this. :)
(http://dl.dropbox.com/u/915297/views-bug.jpg)
:edit: Arantor: Updated title.
:edit: Nao: Fixed img link.
-
OK, that's... weird, because if you look in the topic itself it has the right number. Thanks for reporting it, I'll look into it.
-
OK, I've fixed this locally and will push it into the repository on my next commit (since I want to fix a few other things first)
-
OK, that's... weird, because if you look in the topic itself it has the right number. Thanks for reporting it, I'll look into it.
I'm glad I could be of some assistance.
-
:)
This should be applied when the next rollout of patches occurs, as it's applied as rev 1484.
-
How can comma_format() fix that, BTW...?
-
Or, more accurately, the removal of comma_format.
In the template it goes through number_context, to get the right string. What was happening is that it was seeing 1 500 or whatever, recasting it to int and getting 1 out of it. Though, curiously, it was getting the _n string. Anyhow, number_context does its own comma formatting anyway.
-
Oh... Right!! I looked the other way around, lol. That makes more sense now.
-
Yeah, took me a minute of staring at it thinking "WTF is wrong with you?" but it does make sense in the end :)