-
- Downloads
[MERGE] [FIX] website_forum: batch of fixes :
- fixed reopen link that was broken (python code appearing) - fixed close link that was leading to a 500 error due to post -> question - fixed link to question author, was redirecting to the current user - fixed displayed number of questions in the forum, now displaying actual question number, not number of displayed questions in the page - improved guidelines: added link back to the forum - fixed tags display: now by posts_count desc, unused tags are not shown - users are now displayed by desc karma - converting a comment as an answer does not allow to create a new answer if another one by uid is already present, it just moves the comment - display tag name in 'filter' bar when filtering on a tag - display active tag in a blue color - order answers: correct first, then most upvoted bzr revid: tde@openerp.com-20140506150145-c1uvlaqtyvkjcwea
Showing
- addons/website_forum/controllers/main.py 9 additions, 7 deletionsaddons/website_forum/controllers/main.py
- addons/website_forum/models/forum.py 1 addition, 0 deletionsaddons/website_forum/models/forum.py
- addons/website_forum/static/src/css/website_forum.css 3 additions, 0 deletionsaddons/website_forum/static/src/css/website_forum.css
- addons/website_forum/static/src/css/website_forum.sass 2 additions, 0 deletionsaddons/website_forum/static/src/css/website_forum.sass
- addons/website_forum/views/website_forum.xml 14 additions, 10 deletionsaddons/website_forum/views/website_forum.xml
Loading
Please register or sign in to comment