odoo/addons/website_blog
Thibault Delavallée 452f1fbe59 [MERGE] [IMP] website_blog: layout and usability improvements. This task proposes a better layout that eases the reading + smooth transitions between blogs based on suggestions dynamically chosen based on a ranking.
Featuring :
- blog: blog now have a subtitle field
- blog_post: blog post now have a subtitle field, removed shortened content + website_published_datetime (create_date and write_date are sufficient). Added tracking of visits + ranking computation, to select the next post the user will see. Added background-image, that is used to display a cover behind the post title and subtitle. Overall display improvement.
- added new feature that allows a user to tweet selected text on twitter from post.
- added new feature that allows a user to discuss on every paragraph (anonymous user have to give their name and email)
- better blog demo data

Misc:
- website: removed dead code about website_published_datetime that could have been generic but has never been used
- [FIX] website: fixed image controller, do not attempt to read website_published on models that do not have that field

bzr revid: tde@openerp.com-20140409123550-tkrcfvnofxz7ryiz
2014-04-09 14:35:50 +02:00
..
controllers [IMP] website_blog: always have a next_post, even a visited one, it you have at least 2014-04-08 15:47:28 +02:00
data [CLEAN] website_blog: removed some demo data to avoid bloating the diff 2014-04-02 13:59:39 +02:00
doc [ADD] : change log 2014-03-31 16:49:58 +05:30
models [FIX] website_blog: content post process: forgotten the unicity of paragraph tagging 2014-04-03 13:51:22 +02:00
security [FIX] website_blog: fixed security breach, we do not allow to read on res.partner. 2014-04-02 11:33:48 +02:00
static [MERGE] [IMP] website_blog: layout and usability improvements. This task proposes a better layout that eases the reading + smooth transitions between blogs based on suggestions dynamically chosen based on a ranking. 2014-04-09 14:35:50 +02:00
tests [ADD] : history feature 2014-03-28 14:20:55 +05:30
views [IMP] website_blog: path computation (unique key) for paragraphs in medium-like blogs 2014-04-03 13:26:56 +02:00
wizard [ADD] : history feature 2014-03-28 14:20:55 +05:30
__init__.py [ADD] : history feature 2014-03-28 14:20:55 +05:30
__openerp__.py [IMP] website_blog: update templates to use the contact widget, allowing to 2014-04-02 16:02:00 +02:00