Friday, June 30, 2017
2 changes · master
Enhancements to existing features
The website theme installation screen has been redesigned to make choosing a theme clearer and more visual. Users can now see theme screenshots, names, categories, and filter themes by category, helping them find the right website design faster.
Original PR description
TASK: https://www.odoo.com/web#id=34472&view_type=form&model=project.task&action=327&menu_id=4720
Website comment sections now load comments dynamically with pagination instead of showing everything at once, improving page performance on busy pages. The update also adds shared rating support for website comments, including star ratings in areas such as ecommerce, while reusing a common chatter experience across website modules.
Original PR description
**Task :** https://www.odoo.com/web#id=30059&view_type=form&model=project.task&action=333&active_id=809&menu_id=4720 **Purpose :** In all website modules (blog, ecommerce, ...) we can post comments. But having a huge number of comments can be problemtic, since they all will be displayed on the same page (loading page time can be .... long). The udemy comment zone is quite smart (see https://www.udemy.com/learn-html5-programming-from-scratch/ for instance). There is a pager for comments, and you can filter the rating (ecommerce support rating). -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr