odoo/addons/website_forum/controllers
Olivier Dony 809af8ba09 [FIX] website_forum: no limit on user post list for moderators
The limit on the list of answers and questions posted by
a given forum user is purposely limited to reduce the
performance penalty for displaying them all.
(see 78fa861936)

However seeing the full list is useful for forum moderators
(e.g. when tracking down abuse), and there are only a few
such users with high karma, so enabling it for them is
negligible performance-wise.

Fixes #3955
2015-01-19 17:34:59 +01:00
..
__init__.py [CLEAN] website_forum: removed some licences, only one is sufficient 2014-04-11 16:50:18 +02:00
main.py [FIX] website_forum: no limit on user post list for moderators 2015-01-19 17:34:59 +01:00