[IMP] [FIX] website_blog: better follow mechanism. Now people following
authorAmit Vora <avo@openerp.com>
Wed, 8 Oct 2014 05:52:51 +0000 (11:22 +0530)
committerThibault Delavallée <tde@openerp.com>
Fri, 28 Nov 2014 14:12:14 +0000 (15:12 +0100)
commit4bf9dc4078a5ca413539a6fd16400fd5aad46907
treef1bfd8cada3f32423d53a3941d7999e4feba0bf5
parentd3b680e7b240cebb76f70e6189ffa689540423ef
[IMP] [FIX] website_blog: better follow mechanism. Now people following
a blog will receive notifications only for published posts. They
will not receive all comments of all posts anymore.
When commenting a post users will receive the answers.

Added tests to try to test this behavior.
addons/website_blog/controllers/main.py
addons/website_blog/data/website_blog_data.xml
addons/website_blog/models/website_blog.py
addons/website_blog/security/ir.model.access.csv
addons/website_blog/tests/__init__.py
addons/website_blog/tests/common.py [new file with mode: 0644]
addons/website_blog/tests/test_website_blog_flow.py [new file with mode: 0644]