[FIX] portal_sale: security rules matching the one of public user
[odoo/odoo.git] / addons / website_blog / doc / changelog.rst
1 .. _changelog:
2
3 Changelog
4 =========
5
6 `trunk (saas-3)`
7 ++++++++++++++++
8
9 - created ``website_blog`` menu, build on defunct document_page module.
10 - added new feature ``Inline Discussion`` , that will allow a user to comment
11   on every paragraph on blog post
12 - added new feature ``Select to Tweet``, that will alllow a user tweet a
13   selected text from blog to post , directly on twitter.
14
15 WebsiteBlog(controller)
16 =======================
17
18 Methods
19 +++++++
20
21 - ``blog`` : remove routing related to date.
22 - ``blog_post`` : updated with , suggestion of next post to the user based on
23   cookie and number of views.
24 - ``discussion`` : added method , contains a detail of discussion on every
25   paragraph, if count is true it only return len of ids else return full
26   detail.
27 - ``post_discussion`` : added methodt, that allow to post discussion on any
28   paragraph.
29 - ``change_bg`` : added method allow a user to change background image on blog
30   post from front-end.
31 - ``get_user`` : added method , that will return True if user is public else False.
32