Commit Graph

5 Commits

Author SHA1 Message Date
Thibault Delavallée 4f1cdefa8d [REF] document_page, website_blog: merge of the two modules.
document_page is now contained inside website_blog, last part of the refactoring before
cleaning and improving the blog feature. Usefull files have been transfered.

Translations have been discarded, they will have to be re-translated again.

Document_page module is now dead. Long live website_blog!

Misc:
- some fixes in website_blog and wizard
- commented some sections of yml tests because they should not apply anymore
- added empty files for python unit tests in website_blog

bzr revid: tde@openerp.com-20130920142701-4lp1my3ajga2puxl
2013-09-20 16:27:01 +02:00
Thibault Delavallée 6cf1703127 [IMP] document_page: continuing small cleaning
- News category is now a data, not a demo anymore
- improved blog.post form view
- small cleaning in blog.post fields strings / helps

bzr revid: tde@openerp.com-20130920131226-zj5mrffx0nwt5nkr
2013-09-20 15:12:26 +02:00
Thibault Delavallée 901f573826 [REF] document_page: refactored the module, towards using it in website_blog
Main modifications:
- category is now a blog.catory object, instead of a document.page with type='category'
- added blog.tag model, to be able to tag posts
- cleaned document.page, now blog.post model, removing type and unnecessary features
- added chatter on blog.post, blog.category
- added subtypes to enable direct follow of posts when following a category
- updated document.page.history (now blog.post.history)
- commented menu creation, because this does not seem to be necessary anymore considering the new website
- updated wizard.document.page.history.show_diff, now blog.post.history.show_diff
- updated all views accordingly, as well as demo data
- removed the use of document_user group, simplified rules on blog.post (not done for new models)
- misc cleaning

Next step: merge with website_mail

bzr revid: tde@openerp.com-20130920111221-qy3x5eoyih26axn8
2013-09-20 13:12:21 +02:00
Antony Lesuisse bda8f3fb7f page mostly ok
bzr revid: al@openerp.com-20120810000908-ujg81v4mgm22glem
2012-08-10 02:09:08 +02:00
Antony Lesuisse 788b1bdb5b [REM] correctly rename and remove wiki
bzr revid: al@openerp.com-20120803154641-ocbydlqt7ppjecwn
2012-08-03 17:46:41 +02:00