First time here? Check out the FAQ!
1

incorrect number of user questions displayed
 

In the default view of a user's profile, the amount of displayed questions is limited to 100. So the number 100 is always displayed, even if the user asked more than 100 questions.

I checked the source code and the number 100 is hard-coded in the function user_stats() in users.py. It's probably not very common, but we need to get rid of this limitation :)

Is it safe to simply remove the slice, or are there other related things that we have to be careful about?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
piskvorky's avatar
350
piskvorky
asked 13 years ago

Comments

Nice, thanks. I will be away till monday, but Adolfo might fix it.

Evgeny's avatar Evgeny (13 years ago)
see more comments

1 Answer

1

Confirmed. Will be fixed soon.

Thanks!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 13 years ago
link

Comments

see more comments