Commit Graph

196 Commits

Author SHA1 Message Date
Fabien Pinckaers 266a57fcaa [FIX] blog categories, right URL
bzr revid: fp@tinyerp.com-20131115090106-y8is2u9mrszaqfl2
2013-11-15 10:01:06 +01:00
Fabien Pinckaers 3e74c0f7b6 [IMP] Blogs better views hierarchies
bzr revid: fp@tinyerp.com-20131115085632-aj2cqpwp712599jx
2013-11-15 09:56:32 +01:00
Fabien Meghazi 7598bcdb98 [ADD] Content menu links splitted per modules
TODO: website.prompt() should be finished for Add a blog post link

Added @id=editable_scripts_hook in layout template so modules can easly add *.editor.js files

bzr revid: fme@openerp.com-20131113171438-3l0wo08ta5vsulq3
2013-11-13 18:14:38 +01:00
Fabien Meghazi 557d887496 [IMP] preprocess static @href|src|action, static url doesn't need t-href anymore
you need to pull server branch

bzr revid: fme@openerp.com-20131112144442-y9bw5q6kkoym8o1i
2013-11-12 15:44:42 +01:00
Christophe Matthieu 5ec0f27cde [IMP] website: real custom footer (no dynamic datas)
bzr revid: chm@openerp.com-20131107131949-3uotg47a79r4vml6
2013-11-07 14:19:49 +01:00
Christophe Matthieu 9ae2008115 [IMP] website: phone view, hide options and editor buttons
bzr revid: chm@openerp.com-20131107112533-o33ok38tbayrdbke
2013-11-07 12:25:33 +01:00
Christophe Matthieu bd3993ce06 [IMP] website_blog: replace duplicate link by a javascript for not to be followed by the robot
bzr revid: chm@openerp.com-20131105154722-l3v5chlf1osn4pdd
2013-11-05 16:47:22 +01:00
Xavier Morel 5ce1bfdddf [FIX] more templates which aren't actually pages
bzr revid: xmo@openerp.com-20131105151404-olp8wvdqx9yxuxj9
2013-11-05 16:14:04 +01:00
ddm 678daaf169 [FIX] CMS: comments should work in website_blog
bzr revid: ddm@openerp.com-20131104172356-55n900jnzwjdi41b
2013-11-04 18:23:56 +01:00
ddm a295fd4ada [FIX] CMS: disable public comments (website_blog)
bzr revid: ddm@openerp.com-20131104154341-eqvtdlofnmzeqvos
2013-11-04 16:43:41 +01:00
Fabien Meghazi 254e1e5ba3 [MERGE] upstream
bzr revid: fme@openerp.com-20131031165355-p8lyjfiftmdkca34
2013-10-31 17:53:55 +01:00
ddm 78fd7b1e04 [FIX] CMS: blog archive links multilingual
This is kind of a fix for a hack...but still a hack.
The proper way to do it is to generate the archive tree server-side.
In the meantime it works...

bzr revid: ddm@openerp.com-20131031135620-qg9w3m67one5fw39
2013-10-31 14:56:20 +01:00
ddm 43e6b60799 [FIX] Multilingual support (events etc.)
bzr revid: ddm@openerp.com-20131030162909-7bcq16gq154mv1lw
2013-10-30 17:29:09 +01:00
Fabien Meghazi eb7b1362cd [WIP] Menu working from database (not yet multi-website)
bzr revid: fme@openerp.com-20131025152446-si9gsjujzcn40hip
2013-10-25 17:24:46 +02:00
Thibault Delavallée 980ec4bc9e [FIX] website_blog: contact us button in blog leading to
website.contactus page instead of doing nothing.

bzr revid: tde@openerp.com-20131024121430-ab84qfdulomukkf4
2013-10-24 14:14:30 +02:00
Fabien Meghazi 631b1cbc09 [MERGE] upstream
bzr revid: fme@openerp.com-20131014095642-qxl7ceqptfsj215l
2013-10-14 11:56:42 +02:00
Antony Lesuisse 25a260068b [IMP] renamse files to conform to the future openerp module guidelines
bzr revid: al@openerp.com-20131013030806-2236jpszm1morlg6
2013-10-13 05:08:06 +02:00
Thibault Delavallée fe40538aff [IMP] website_blog: website view and routes improvements
- cleaning of routes: now having blog/cat/category_id, blog/blog_post_id to simplify
routes (previously: blog/category_id/blog_post_id, leading to issues when having routes
using sometimes category_id, sometimes blog_post_id as first argument).
- improved website templates: publish management, added duplication. misc cleaning
of the display.

bzr revid: tde@openerp.com-20131011130059-zum19mjvi336u9b4
2013-10-11 15:00:59 +02:00
Thibault Delavallée 002f44a90b [CLEAN] website_blog: cleaned website templates
Cleaned options: tags, hide author name, ... and default values for those options. We decided
to display tags, but hide blog name. Default implementation is a single blog layout.

Fixed display without right column: should take all page width.

Updated template ids: option begin by opt_ to easily find them when grepping / searching.

bzr revid: tde@openerp.com-20131011091815-jfaxzml35f2j37be
2013-10-11 11:18:15 +02:00
Fabien Meghazi 6a37c2fb82 [IMP] Use view 'name' as title for main_object of type ir.ui.view
bzr revid: fme@openerp.com-20131010145525-417zbwltyqzbjolz
2013-10-10 16:55:25 +02:00
Fabien Meghazi 9b40e849d6 [WIP] new title managment in templates. expose main_object for seo
bzr revid: fme@openerp.com-20131010132907-xxmg96qmcw9j5f2d
2013-10-10 15:29:07 +02:00
Christophe Matthieu 1ad5e2f0f7 [IMP] website: remove website.config.settings
bzr revid: chm@openerp.com-20131003150048-elm5kiwabrh1j6gt
2013-10-03 17:00:48 +02:00
Christophe Matthieu 61d6d2dacd [FIX] crappy publisher change
bzr revid: chm@openerp.com-20131002154528-yno7lqkuddidjbis
2013-10-02 17:45:28 +02:00
Christophe Matthieu 84e24d62b5 [IMP] add website_hr_recruitment
Module for jobs displayed on the website.
The public user can apply or follow the jobs.

little fixes in website_mail

bzr revid: chm@openerp.com-20131002115603-ikgipps88vbf69ef
2013-10-02 13:56:03 +02:00
Thibault Delavallée f749620205 [IMP] website_blog: option to show category
bzr revid: tde@openerp.com-20130930162141-mfbl9gawcmureby9
2013-09-30 18:21:41 +02:00
Thibault Delavallée cac32ff626 [ADD] website: added a shorted version of publish management, to allow smaller inclusion in some views like blog post comments
bzr revid: tde@openerp.com-20130930154511-r0mng3cxqu1ox3g2
2013-09-30 17:45:11 +02:00
Thibault Delavallée 416cdf4861 [FIX] website_blog: image is on res.partner, not res.users
bzr revid: tde@openerp.com-20130930144950-dehfs8h4ia9eab18
2013-09-30 16:49:50 +02:00
Thibault Delavallée eb68e5fa67 [IMP] website_blog: removed follow / unfollow from blog posts; only categories are followable through website interface
bzr revid: tde@openerp.com-20130930143605-nlrkg7yhm5c70o4f
2013-09-30 16:36:05 +02:00
Thibault Delavallée 857f255d95 [IMP] website_mail, website_blog: improved follow / unfollow (always display email, more visible)
bzr revid: tde@openerp.com-20130930143357-0r61uikrf8nx92fg
2013-09-30 16:33:57 +02:00
Fabien Pinckaers 05ea147cd7 [IMP] margin bottom post
bzr revid: fp@tinyerp.com-20130930110252-umrhxdi5rtel10ju
2013-09-30 13:02:52 +02:00
Christophe Matthieu 5dbd093989 [FIX] website_blog: remove uid from context value and use user_id
bzr revid: chm@openerp.com-20130930071022-qijjrr1tfn66tytl
2013-09-30 09:10:22 +02:00
Fabien Pinckaers 97c0c0d641 [IMP] Promo Ribbon for shop
bzr revid: fp@openerp.com-20130929153420-k01nqjj234tp6ovc
2013-09-29 17:34:20 +02:00
Fabien Pinckaers db45a1fafc [IMP] demo dta blogs
bzr revid: fp@openerp.com-20130929130954-ablntb4s0zt69z03
2013-09-29 15:09:54 +02:00
Fabien Pinckaers 7a22ff2e36 [IMP] demo data for blogs
bzr revid: fp@openerp.com-20130929130307-jxqoyoydnthhs3qj
2013-09-29 15:03:07 +02:00
Fabien Pinckaers 96b23a2dcc [IMP] Better Blog Design
bzr revid: fp@openerp.com-20130929123926-o790lnajkawona5l
2013-09-29 14:39:26 +02:00
Fabien Pinckaers 1a869abd0d [IMP] Website Blogs
bzr revid: fp@openerp.com-20130929084853-whow6sq3ns007fqx
2013-09-29 10:48:53 +02:00
Xavier Morel aae0a815d2 [IMP] replace instances of t[@t-field], they're a pain in the ass
bzr revid: xmo@openerp.com-20130925112803-ya54yb2kwdodj3y5
2013-09-25 13:28:03 +02:00
Christophe Matthieu c66c5d5b6a [IMP] change publish button, fix website_sale product order + push top/bottom
bzr revid: chm@openerp.com-20130926111854-22ikjc2enj0hi0qu
2013-09-26 13:18:54 +02:00
Fabien Pinckaers b0f8591ec2 [IMP] Website blogs
bzr revid: fp@openerp.com-20130924211514-mr59mfwtl5u9z4sd
2013-09-24 23:15:14 +02:00
Fabien Pinckaers 0bd7ad63e3 [IMP] blogs layout
bzr revid: fp@openerp.com-20130924204238-eg086hqaja9el5qw
2013-09-24 22:42:38 +02:00
Fabien Pinckaers 73cc9fc0e5 [IMP] Blogs + Small CSS on empty blocks
bzr revid: fp@tinyerp.com-20130924193819-hhil6lvkhm9krwg8
2013-09-24 21:38:19 +02:00
Thibault Delavallée a42d020a34 [CLEAN] [IMP] website_blog: cleaned blog.post, blog.post.category and blog.tag models; added basic appearance of tags and base routing method in controllers. Will have to be improved in a future branch.
bzr revid: tde@openerp.com-20130923154039-ppn1loy002tcppun
2013-09-23 17:40:39 +02:00
Thibault Delavallée 0d49f723eb [CLEAN] website_blog: misc cleaning
bzr revid: tde@openerp.com-20130923144422-7vuocxo8bntvuana
2013-09-23 16:44:22 +02:00
Thibault Delavallée a1ea8bbc8a [MERGE] Sync with main website branch
bzr revid: tde@openerp.com-20130923135527-c385v0ewn0166wrf
2013-09-23 15:55:27 +02:00
Thibault Delavallée 35ce110ab0 [IMP] website_blog: improved blog post view, to integrate comments and a comments pager
bzr revid: tde@openerp.com-20130923124248-zuuoqbyb1d5sqi6a
2013-09-23 14:42:48 +02:00
Thibault Delavallée 8c89bfda88 [IMP] website_blog:
Some file renaming
Delegated followers of categories / blog posts management to website_mail, allowing to 
remove some templates and controllers
Various cleanings and improvements in blog templates

bzr revid: tde@openerp.com-20130923101730-b9606qcyd3sj2pwx
2013-09-23 12:17:30 +02:00