Commit Graph

7 Commits

Author SHA1 Message Date
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 f2ddf0ea65 [FIX] document_page wiki
bzr revid: al@openerp.com-20120909104340-z4c85dcq6s11v83y
2012-09-09 12:43:40 +02:00
vta vta@openerp.com b4b104e0d0 [FIX] Document page css.
bzr revid: vta@openerp.com-20120904115638-nccbm09g3cof803q
2012-09-04 13:56:38 +02:00
Antony Lesuisse d2a01d78a4 fixes css, demo, js
bzr revid: al@openerp.com-20120811183444-0wwagnum2tm964i6
2012-08-11 20:34:44 +02:00
Antony Lesuisse d8e8f22b3f fix css
bzr revid: al@openerp.com-20120810233534-dqcuim7ip990gj6c
2012-08-11 01:35:34 +02:00
Antony Lesuisse 1f4d92ba8b fix index
bzr revid: al@openerp.com-20120810231307-w9rgwiaybhm1gdyk
2012-08-11 01:13:07 +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