odoo/odoo.git
10 years ago[CLEAN] removed print statement
Thibault Delavallée [Tue, 24 Sep 2013 12:44:26 +0000 (14:44 +0200)]
[CLEAN] removed print statement

bzr revid: tde@openerp.com-20130924124426-7pz7a9cinllcnspn

10 years ago[IMP] website_sale: basic cleaning of checkout method about getting partner data...
Thibault Delavallée [Tue, 24 Sep 2013 12:42:53 +0000 (14:42 +0200)]
[IMP] website_sale: basic cleaning of checkout method about getting partner data. In view, do not use get when the data, use brackets, this helps tracking issues in your process.

bzr revid: tde@openerp.com-20130924124253-gld6lwzm3dc8bhwn

10 years ago[MOVE] Do not be afraid to put different models in different files. Stop putting...
Thibault Delavallée [Tue, 24 Sep 2013 12:19:44 +0000 (14:19 +0200)]
[MOVE] Do not be afraid to put different models in different files. Stop putting shit everywhere.

bzr revid: tde@openerp.com-20130924121944-ifjosr5yol6b9tsy

10 years ago[IMP] website: publish button with link to backend
Christophe Matthieu [Tue, 24 Sep 2013 11:50:04 +0000 (13:50 +0200)]
[IMP] website: publish button with link to backend

bzr revid: chm@openerp.com-20130924115004-xjpy6sayze2she1w

10 years ago[FIX] block-level links
Xavier Morel [Tue, 24 Sep 2013 11:24:02 +0000 (13:24 +0200)]
[FIX] block-level links

bzr revid: xmo@openerp.com-20130924112402-twcgdh0b18vzdwru

10 years ago[ADD] website_mail: added forgotten mail_thread file
Thibault Delavallée [Tue, 24 Sep 2013 11:21:52 +0000 (13:21 +0200)]
[ADD] website_mail: added forgotten mail_thread file

bzr revid: tde@openerp.com-20130924112152-2n1h04qaicmvocqa

10 years ago[MERGE] Merged with main website branch
Thibault Delavallée [Tue, 24 Sep 2013 11:20:50 +0000 (13:20 +0200)]
[MERGE] Merged with main website branch

bzr revid: tde@openerp.com-20130924112050-yzrhf7pm32ikzb31

10 years ago[IMP] website_event: title of the main events page summarises the search
Thibault Delavallée [Tue, 24 Sep 2013 11:19:57 +0000 (13:19 +0200)]
[IMP] website_event: title of the main events page summarises the search

bzr revid: tde@openerp.com-20130924111957-mzxnibdgbb8d09zo

10 years ago[FIX] paste in webkit-ish browsers
Xavier Morel [Tue, 24 Sep 2013 11:06:01 +0000 (13:06 +0200)]
[FIX] paste in webkit-ish browsers

clipboard plugin was getting lost due to method used to get a readonly
toplevel editor with editable sub-sections in it.

The clipboard plugin creates a hidden pasteboard element to safely get
a the clipboard data before inserting it at paste point, this
clipboard may have to be made @contenteditable if it's created in a
readonly area. Which was the case here: the pasteboard was inserted at
the root of the editor, which is not editable.

But because of @data-cke-editable being explicitly set, ckeditor would
believe it had inserted the pasteboard in an editable section and thus
would *not* set its @contenteditable leading to a useless readonly
pasteboard.

The purpose of @data-cke-editable was to make the editor itself
"editable" for cke (in order for the toolbar to not be disabled) while
it would not actually be editable (@contenteditable) for users.

This is better reimplemented by calling API methods to make the editor
editable but its root element not editable, one of the improvements
being that commands (and thus toolbar buttons) now switch state
correctly based on context.

bzr revid: xmo@openerp.com-20130924110601-gfvc395rsedpnoh3

10 years ago[IMP] website_event: use website_mail follow template and controller instead of redef...
Thibault Delavallée [Tue, 24 Sep 2013 10:52:06 +0000 (12:52 +0200)]
[IMP] website_event: use website_mail follow template and controller instead of redefining it

bzr revid: tde@openerp.com-20130924105206-9fhzpd3f3os1eyar

10 years ago[IMP] event: added oe_structure in demo data
Thibault Delavallée [Tue, 24 Sep 2013 10:51:33 +0000 (12:51 +0200)]
[IMP] event: added oe_structure in demo data

bzr revid: tde@openerp.com-20130924105133-69gr0610fnc7310z

10 years ago[FIX] website/image controller display image if website_published
Christophe Matthieu [Tue, 24 Sep 2013 10:29:21 +0000 (12:29 +0200)]
[FIX] website/image controller display image if website_published

bzr revid: chm@openerp.com-20130924102921-ca83jve77j0su2zu

10 years ago[IMP] website_sale display only non empty category in non editable mode
Christophe Matthieu [Tue, 24 Sep 2013 10:28:34 +0000 (12:28 +0200)]
[IMP] website_sale display only non empty category in non editable mode

bzr revid: chm@openerp.com-20130924102834-op0bm475w20x35j4

10 years ago[IMP] website_event: removed description_website, now using standard description...
Thibault Delavallée [Tue, 24 Sep 2013 10:26:51 +0000 (12:26 +0200)]
[IMP] website_event: removed description_website, now using standard description field.
Cleaned demo data.

bzr revid: tde@openerp.com-20130924102651-fym6t9mgq6mpy3kz

10 years ago[IMP] persistence of dialog opt out
Fabien Meghazi [Tue, 24 Sep 2013 10:23:05 +0000 (12:23 +0200)]
[IMP] persistence of dialog opt out

bzr revid: fme@openerp.com-20130924102305-dxyxq56imz1xeul8

10 years ago[IMP] event_sale: cleaned demo data, using standard xml_ids.
Thibault Delavallée [Tue, 24 Sep 2013 10:19:24 +0000 (12:19 +0200)]
[IMP] event_sale: cleaned demo data, using standard xml_ids.
Also removed website_published and description website fields, not necessary at all.

bzr revid: tde@openerp.com-20130924101924-0onpypxq0806dzb7

10 years ago[IMP] event:
Thibault Delavallée [Tue, 24 Sep 2013 10:10:20 +0000 (12:10 +0200)]
[IMP] event:
- note (Description field) is renamed into Description and set to an html field
- added demo data from website_event to base event, no need to add a new field and to delay demo data
- updated form view

bzr revid: tde@openerp.com-20130924101020-b1xx96vdgcfd2mz2

10 years ago[IMP] Use t-href in main template
Fabien Meghazi [Tue, 24 Sep 2013 09:52:42 +0000 (11:52 +0200)]
[IMP] Use t-href in main template

bzr revid: fme@openerp.com-20130924095242-2fzuptg63h63t79y

10 years ago[ADD] Usable url_for
Fabien Meghazi [Tue, 24 Sep 2013 09:51:09 +0000 (11:51 +0200)]
[ADD] Usable url_for

bzr revid: fme@openerp.com-20130924095109-5e6tvd34amns0t84

10 years ago[IMP] website_sale: change size y when category is displayed
Christophe Matthieu [Tue, 24 Sep 2013 08:55:07 +0000 (10:55 +0200)]
[IMP] website_sale: change size y when category is displayed

bzr revid: chm@openerp.com-20130924085507-9m1gsdnlsfgn4fj4

10 years ago[ADD] website_event: added dependency towards website_mail
Thibault Delavallée [Tue, 24 Sep 2013 08:47:51 +0000 (10:47 +0200)]
[ADD] website_event: added dependency towards website_mail

bzr revid: tde@openerp.com-20130924084751-v1447wgjyo1dkg8t

10 years ago[ADD] website_event: added skeleton directories for doc and tests
Thibault Delavallée [Tue, 24 Sep 2013 08:46:30 +0000 (10:46 +0200)]
[ADD] website_event: added skeleton directories for doc and tests

bzr revid: tde@openerp.com-20130924084630-p1lw7b9lj2ijqti3

10 years ago[IMP] website_sale: when the products is displayed from a search, use the same size...
Christophe Matthieu [Tue, 24 Sep 2013 08:41:00 +0000 (10:41 +0200)]
[IMP] website_sale: when the products is displayed from a search, use the same size x,y for all products

bzr revid: chm@openerp.com-20130924084100-y6pgvislcpdo9izx

10 years ago[MERGE] [IMP] [DEMO] event: demo data improvements
Thibault Delavallée [Tue, 24 Sep 2013 08:37:21 +0000 (10:37 +0200)]
[MERGE] [IMP] [DEMO] event: demo data improvements

bzr revid: tde@openerp.com-20130924083721-8j81hwtqdx8eykxp

10 years ago[MERGE] website_sale: add layout options and css
Christophe Matthieu [Tue, 24 Sep 2013 08:33:49 +0000 (10:33 +0200)]
[MERGE] website_sale: add layout options and css

bzr revid: chm@openerp.com-20130924083349-1woicpx50668272g

10 years ago[IMP] website snippet: add comment for auto set snippet and remove data-snippet-id...
Christophe Matthieu [Tue, 24 Sep 2013 08:24:23 +0000 (10:24 +0200)]
[IMP] website snippet: add comment for auto set snippet and remove data-snippet-id in website_sale view

bzr revid: chm@openerp.com-20130924082423-ylzeprl3w4tlb83e

10 years ago[IMP]added ticket data for events.
ima-openerp [Tue, 24 Sep 2013 07:04:46 +0000 (12:34 +0530)]
[IMP]added ticket data for events.

bzr revid: ishwarmalvi13@gmail.com-20130924070446-59j3slvcf8kzgerk

10 years ago[MERGE] Merged trunk-website-al
Paramjit Singh Sahota [Tue, 24 Sep 2013 06:49:13 +0000 (12:19 +0530)]
[MERGE] Merged trunk-website-al

bzr revid: psa@tinyerp.com-20130924064913-fgr3btfwwbtb68xn

10 years ago[IMP] Improved code to make small way to change to list view rather than writing...
Paramjit Singh Sahota [Tue, 24 Sep 2013 06:46:17 +0000 (12:16 +0530)]
[IMP] Improved code to make small way to change to list view rather than writing the whole product template code twice.

bzr revid: psa@tinyerp.com-20130924064617-40ruht7l15c08p7y

10 years ago[MERGE] website, website_mail, website_blog: Mail/Blog Update part I
Thibault Delavallée [Mon, 23 Sep 2013 15:59:17 +0000 (17:59 +0200)]
[MERGE] website, website_mail, website_blog: Mail/Blog Update part I

[REF] document_page: refactored the module, towards using it in website_blog
Main modifications:
- document.page is now blog.post
- category is now a blog.category object, instead of a document.page with type='category'
- added blog.tag model, to be able to tag posts, and a m2m relationship between blog.post and blog.tag
- cleaned document.page, 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
- misc cleaning

[REF] website_mail refactoring; 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!

The module is now called website_blog, and not based on mail.group anymore. It uses document_page module, previously renamed blog.post (see previous commits). Refactored controllers and views to work with the new model.

[ADD] Added website_mail module, that holds mail-related stuff necessary for the website. This is an auto-install module.

Also added templates, js and css to have a generic follow button. Based on the same principle as publish, there is now a generic button to follow or unfollow objects in openerp. This should replace all custom instance of subscription in other addons.

[FIX] website:
- [FIX] call write with a list of ids because I can't be arsed to handle the other case
- [FIX] turns out a new mandatory positional argument blows things up a bit

bzr revid: tde@openerp.com-20130923155917-ak0gwah9bh3em6ab

10 years ago[FIX] website_blog: fixed m2m between blog.post and blog.tag
Thibault Delavallée [Mon, 23 Sep 2013 15:56:05 +0000 (17:56 +0200)]
[FIX] website_blog: fixed m2m between blog.post and blog.tag

bzr revid: tde@openerp.com-20130923155605-r2x40550sq71mhtx

10 years ago[MERGE] Sync with main branch
Thibault Delavallée [Mon, 23 Sep 2013 15:41:16 +0000 (17:41 +0200)]
[MERGE] Sync with main branch

bzr revid: tde@openerp.com-20130923154116-9m974057rmnn542m

10 years ago[CLEAN] [IMP] website_blog: cleaned blog.post, blog.post.category and blog.tag models...
Thibault Delavallée [Mon, 23 Sep 2013 15:40:39 +0000 (17:40 +0200)]
[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

10 years ago[ADD] saving m2o fields
Xavier Morel [Mon, 23 Sep 2013 15:16:33 +0000 (17:16 +0200)]
[ADD] saving m2o fields

bzr revid: xmo@openerp.com-20130923151633-61v7gw0llol4fvyo

10 years ago[FIX] handling of multiple children in an HTML field
Xavier Morel [Mon, 23 Sep 2013 14:57:44 +0000 (16:57 +0200)]
[FIX] handling of multiple children in an HTML field

bzr revid: xmo@openerp.com-20130923145744-3dpta6w2qnqe851b

10 years ago[IMP] website_blog: blog_post: public user limited to published posts
Thibault Delavallée [Mon, 23 Sep 2013 14:48:53 +0000 (16:48 +0200)]
[IMP] website_blog: blog_post: public user limited to published posts

bzr revid: tde@openerp.com-20130923144853-unxxa7i5u5zfskhk

10 years ago[CLEAN] website_blog: misc cleaning
Thibault Delavallée [Mon, 23 Sep 2013 14:44:22 +0000 (16:44 +0200)]
[CLEAN] website_blog: misc cleaning

bzr revid: tde@openerp.com-20130923144422-7vuocxo8bntvuana

10 years ago[FIX] turns out a new mandatory positional argument blows things up a bit
Thibault Delavallée [Mon, 23 Sep 2013 14:35:34 +0000 (16:35 +0200)]
[FIX] turns out a new mandatory positional argument blows things up a bit

bzr revid: tde@openerp.com-20130923143534-qnab6bv6upw1vt70

10 years ago[FIX] call write with a list of ids because I can't be arsed to handle the other...
Thibault Delavallée [Mon, 23 Sep 2013 14:35:01 +0000 (16:35 +0200)]
[FIX] call write with a list of ids because I can't be arsed to handle the other case

bzr revid: tde@openerp.com-20130923143501-99onvm218vg222pq

10 years ago[MERGE] Sync with main website branch
Thibault Delavallée [Mon, 23 Sep 2013 13:55:27 +0000 (15:55 +0200)]
[MERGE] Sync with main website branch

bzr revid: tde@openerp.com-20130923135527-c385v0ewn0166wrf

10 years ago[FIX] placeholder image when edition starts
Xavier Morel [Mon, 23 Sep 2013 13:49:14 +0000 (15:49 +0200)]
[FIX] placeholder image when edition starts

it's apparently better when it's completely broken and can't be edited. YMMV

bzr revid: xmo@openerp.com-20130923134914-1si4fz8fg72iktvw

10 years ago[CLEAN] website_blog: cleaned controllers blog code
Thibault Delavallée [Mon, 23 Sep 2013 13:47:02 +0000 (15:47 +0200)]
[CLEAN] website_blog: cleaned controllers blog code

bzr revid: tde@openerp.com-20130923134702-d426ypzic6g9n1oj

10 years ago[IMP] website_mail: added override of mail.message search and check_access_rule to...
Thibault Delavallée [Mon, 23 Sep 2013 13:46:39 +0000 (15:46 +0200)]
[IMP] website_mail: added override of mail.message search and check_access_rule to restrict messages vsible by public user to have website_published = True

bzr revid: tde@openerp.com-20130923134639-ou1hkwzetm9st95f

10 years ago[IMP] SEO sitemap.xml + robots.txt
ddm [Mon, 23 Sep 2013 13:42:40 +0000 (15:42 +0200)]
[IMP] SEO sitemap.xml + robots.txt

bzr revid: ddm@openerp.com-20130923134240-4qx4pyfv2rl65xyz

10 years ago[FIX] improve keyword detection
ddm [Mon, 23 Sep 2013 13:37:03 +0000 (15:37 +0200)]
[FIX] improve keyword detection

bzr revid: ddm@openerp.com-20130923133703-ysil60j2t08gk0kf

10 years ago[MERGE] MERGED trunk-website-al
Paramjit Singh Sahota [Mon, 23 Sep 2013 13:31:37 +0000 (19:01 +0530)]
[MERGE] MERGED trunk-website-al

bzr revid: psa@tinyerp.com-20130923133137-heq2s7r9hjlm150g

10 years agodone the same changes in sass as in css.
Paramjit Singh Sahota [Mon, 23 Sep 2013 13:16:11 +0000 (18:46 +0530)]
done the same changes in sass as in css.

bzr revid: psa@tinyerp.com-20130923131611-eoexbw2a9dbxxyum

10 years ago[IMP] Activate translation when language is not the default one
Fabien Meghazi [Mon, 23 Sep 2013 13:13:01 +0000 (15:13 +0200)]
[IMP] Activate translation when language is not the default one

bzr revid: fme@openerp.com-20130923131301-mjr0tmth2z1qamfa

10 years ago[FIX] crappy snippets initialization signal
Xavier Morel [Mon, 23 Sep 2013 13:03:21 +0000 (15:03 +0200)]
[FIX] crappy snippets initialization signal

bzr revid: xmo@openerp.com-20130923130321-lpbxy7qckcu0svrp

10 years ago[IMP] Improved the template id.
Paramjit Singh Sahota [Mon, 23 Sep 2013 13:02:38 +0000 (18:32 +0530)]
[IMP] Improved the template id.

bzr revid: psa@tinyerp.com-20130923130238-4it782jesm211t6w

10 years ago[IMP]added event description and improved code.
ima-openerp [Mon, 23 Sep 2013 12:58:35 +0000 (18:28 +0530)]
[IMP]added event description and improved code.

bzr revid: ishwarmalvi13@gmail.com-20130923125835-j18ge3q2bmaj0jvl

10 years ago[IMP] website: name connected user; carousel selection; imp drop zone
Christophe Matthieu [Mon, 23 Sep 2013 12:56:06 +0000 (14:56 +0200)]
[IMP] website: name connected user; carousel selection; imp drop zone

bzr revid: chm@openerp.com-20130923125606-b6pcr52dai0yh2ia

10 years ago[IMP] added list grid for shop.
Paramjit Singh Sahota [Mon, 23 Sep 2013 12:47:52 +0000 (18:17 +0530)]
[IMP] added list grid for shop.

bzr revid: psa@tinyerp.com-20130923124752-dhg0aao3diuh1isn

10 years ago[IMP] website_blog: improved blog post view, to integrate comments and a comments...
Thibault Delavallée [Mon, 23 Sep 2013 12:42:48 +0000 (14:42 +0200)]
[IMP] website_blog: improved blog post view, to integrate comments and a comments pager

bzr revid: tde@openerp.com-20130923124248-zuuoqbyb1d5sqi6a

10 years ago[fix] website snippet: change layer and add arrow
Christophe Matthieu [Mon, 23 Sep 2013 12:33:59 +0000 (14:33 +0200)]
[fix] website snippet: change layer and add arrow

bzr revid: chm@openerp.com-20130923123359-v6bt5sq8fhj3i3ff

10 years ago[IMP] website snippet: select background of banner
Christophe Matthieu [Mon, 23 Sep 2013 12:15:03 +0000 (14:15 +0200)]
[IMP] website snippet: select background of banner

bzr revid: chm@openerp.com-20130923121503-1etp4iwkj0eog48m

10 years ago[IMP] RTE
Xavier Morel [Mon, 23 Sep 2013 12:06:38 +0000 (14:06 +0200)]
[IMP] RTE

bzr revid: xmo@openerp.com-20130923120638-wydikh3e6y20zca5

10 years ago[MERGE] from trunk
Xavier Morel [Mon, 23 Sep 2013 12:03:28 +0000 (14:03 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20130923120328-0wgd7wxhl1y5qyhr

10 years ago[ADD] Translation helper controllers for client's Translator
Fabien Meghazi [Mon, 23 Sep 2013 12:00:58 +0000 (14:00 +0200)]
[ADD] Translation helper controllers for client's Translator

bzr revid: fme@openerp.com-20130923120058-x84yd7hjr3ssxs9x

10 years ago[ADD] @multilang attribute in website.route() decorator
Fabien Meghazi [Mon, 23 Sep 2013 11:59:05 +0000 (13:59 +0200)]
[ADD] @multilang attribute in website.route() decorator

bzr revid: fme@openerp.com-20130923115905-ajzm4e3t7w4j123g

10 years ago[IMP] Use selection widget for website.default_lang_id
Fabien Meghazi [Mon, 23 Sep 2013 11:58:14 +0000 (13:58 +0200)]
[IMP] Use selection widget for website.default_lang_id

bzr revid: fme@openerp.com-20130923115814-ym8lju8odtc0wmf0

10 years ago[FIX] Do not use text nodes if unnecessary
Fabien Meghazi [Mon, 23 Sep 2013 11:56:41 +0000 (13:56 +0200)]
[FIX] Do not use text nodes if unnecessary

bzr revid: fme@openerp.com-20130923115641-2d4o4y3a7jkl5h9o

10 years ago[ADD] Translator
Fabien Meghazi [Mon, 23 Sep 2013 11:54:17 +0000 (13:54 +0200)]
[ADD] Translator

bzr revid: fme@openerp.com-20130923115417-bq20piq7f11pyjve

10 years ago[ADD] website.reload()
Fabien Meghazi [Mon, 23 Sep 2013 11:50:54 +0000 (13:50 +0200)]
[ADD] website.reload()

bzr revid: fme@openerp.com-20130923115054-bvx1ssa3pag6d56x

10 years ago[IMP] website_blog:
Thibault Delavallée [Mon, 23 Sep 2013 11:30:54 +0000 (13:30 +0200)]
[IMP] website_blog:
- content is now an html field
- removed print statements
- uses new expand options of html_email_clean to redirect the read more to the blog post
- fixed demo data

bzr revid: tde@openerp.com-20130923113054-bb02cerlfuruquwr

10 years agoMore customizable options:
Paramjit Singh Sahota [Mon, 23 Sep 2013 11:14:41 +0000 (16:44 +0530)]
More customizable options:
Add to Cart must be in a inherit_option_id
Product sale_description must be in a inherit_option_id

bzr revid: psa@tinyerp.com-20130923111441-pxhn2u2ex1oh1cws

10 years ago[FIX] matching of site page URLs
Xavier Morel [Mon, 23 Sep 2013 11:06:18 +0000 (13:06 +0200)]
[FIX] matching of site page URLs

With page urls not necessarily being full xmlids, match to result of
list_pages needs to take that in account to correctly infer a url is a
site page's.

bzr revid: xmo@openerp.com-20130923110618-ckicw4a5bpvatzie

10 years ago[IMP] website snippet: carousel options with sub menu. Change on mouse hover
Christophe Matthieu [Mon, 23 Sep 2013 10:56:04 +0000 (12:56 +0200)]
[IMP] website snippet: carousel options with sub menu. Change on mouse hover

bzr revid: chm@openerp.com-20130923105604-w8dukt0u8bdxw5ui

10 years ago[ADD] website_mail: added skeleton for tests and doc
Thibault Delavallée [Mon, 23 Sep 2013 10:46:12 +0000 (12:46 +0200)]
[ADD] website_mail: added skeleton for tests and doc

bzr revid: tde@openerp.com-20130923104612-b1x1nk1izygvl9oi

10 years ago[REM] website_blog: security: removed unnecessary rule on mail.message, cleaned inden...
Thibault Delavallée [Mon, 23 Sep 2013 10:44:17 +0000 (12:44 +0200)]
[REM] website_blog: security: removed unnecessary rule on mail.message, cleaned indentation

bzr revid: tde@openerp.com-20130923104417-cijlf4d1sbbi5am3

10 years ago[FIX] Please stop fucking record rules.
Thibault Delavallée [Mon, 23 Sep 2013 10:43:08 +0000 (12:43 +0200)]
[FIX] Please stop fucking record rules.

bzr revid: tde@openerp.com-20130923104308-sceporwt5wrcmt1u

10 years ago[IMP] website_blog: re-enabled navigation
Thibault Delavallée [Mon, 23 Sep 2013 10:35:34 +0000 (12:35 +0200)]
[IMP] website_blog: re-enabled navigation

bzr revid: tde@openerp.com-20130923103534-4sbb1gqylekhmbim

10 years ago[IMP] website_blog:
Thibault Delavallée [Mon, 23 Sep 2013 10:17:30 +0000 (12:17 +0200)]
[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

10 years ago[FIX] selection of default section on opening link dialog
Xavier Morel [Mon, 23 Sep 2013 10:02:41 +0000 (12:02 +0200)]
[FIX] selection of default section on opening link dialog

bzr revid: xmo@openerp.com-20130923100241-n42lczqdpupfiae4

10 years ago[ADD] website_mail: added templates, js and css to have a generic follow button.
Thibault Delavallée [Mon, 23 Sep 2013 09:59:09 +0000 (11:59 +0200)]
[ADD] website_mail: added templates, js and css to have a generic follow button.
Based on the same principle as publish, there is now a generic button to follow
or unfollow objects in openerp. This should replace all custom instance of
subscription in other addons.

bzr revid: tde@openerp.com-20130923095909-4p5aiswlwy14g32k

10 years ago[IMP] website snippet: add drop zone for end of table
Christophe Matthieu [Mon, 23 Sep 2013 09:51:22 +0000 (11:51 +0200)]
[IMP] website snippet: add drop zone for end of table

bzr revid: chm@openerp.com-20130923095122-vnaaw1z5jz0x3i37

10 years ago[IMP] website: add name of connected user; move news menu
Christophe Matthieu [Mon, 23 Sep 2013 09:50:52 +0000 (11:50 +0200)]
[IMP] website: add name of connected user; move news menu

bzr revid: chm@openerp.com-20130923095052-bc966jpqv1zq5wl2

10 years ago[IMP] page name validation on new page creation
Xavier Morel [Mon, 23 Sep 2013 09:49:26 +0000 (11:49 +0200)]
[IMP] page name validation on new page creation

bzr revid: xmo@openerp.com-20130923094926-q2as7cn6etpp36la

10 years ago[MERGE] Sync with main branch
Thibault Delavallée [Mon, 23 Sep 2013 08:27:28 +0000 (10:27 +0200)]
[MERGE] Sync with main branch

bzr revid: tde@openerp.com-20130923082728-uo43x67ej7vgxeea

10 years ago[FIX] website: move demo data into website_sale
Christophe Matthieu [Mon, 23 Sep 2013 07:51:47 +0000 (09:51 +0200)]
[FIX] website: move demo data into website_sale

bzr revid: chm@openerp.com-20130923075147-n7ri551aatt81d3f

10 years ago[IMP] manifest website_*
Fabien Pinckaers [Sun, 22 Sep 2013 21:08:53 +0000 (23:08 +0200)]
[IMP] manifest website_*

bzr revid: fp@openerp.com-20130922210853-rs8jze1zuql94cyd

10 years ago[IMP] manifest website_sale
Fabien Pinckaers [Sun, 22 Sep 2013 21:06:10 +0000 (23:06 +0200)]
[IMP] manifest website_sale

bzr revid: fp@openerp.com-20130922210610-nq6t4dvr8yt71mz0

10 years ago[IMP] Missing title
Fabien Pinckaers [Sun, 22 Sep 2013 20:57:37 +0000 (22:57 +0200)]
[IMP] Missing title

bzr revid: fp@openerp.com-20130922205737-xef9mf20oanmsdgn

10 years ago[IMP] product demo data
Fabien Pinckaers [Sun, 22 Sep 2013 20:40:23 +0000 (22:40 +0200)]
[IMP] product demo data

bzr revid: fp@openerp.com-20130922204023-z1htuze3mj7hpjf8

10 years ago[IMP] demo data shop
Fabien Pinckaers [Sun, 22 Sep 2013 19:58:23 +0000 (21:58 +0200)]
[IMP] demo data shop

bzr revid: fp@openerp.com-20130922195823-z5jpuh7n67u80hyl

10 years ago[IMP] product description ipad
Fabien Pinckaers [Sun, 22 Sep 2013 19:44:54 +0000 (21:44 +0200)]
[IMP] product description ipad

bzr revid: fp@openerp.com-20130922194454-35xx0x1nx3mixl3a

10 years ago[IMP] eCommerce Layouts
Fabien Pinckaers [Sun, 22 Sep 2013 19:33:56 +0000 (21:33 +0200)]
[IMP] eCommerce Layouts

bzr revid: fp@openerp.com-20130922193356-gqfyqc9s8dg0wg8g

10 years ago[IMP] mini improvement opacity
Fabien Pinckaers [Sun, 22 Sep 2013 17:29:57 +0000 (19:29 +0200)]
[IMP] mini improvement opacity

bzr revid: fp@openerp.com-20130922172957-rzt2ibr3mryz1m3c

10 years ago[IMP] Shop Improvements
Fabien Pinckaers [Sun, 22 Sep 2013 17:27:27 +0000 (19:27 +0200)]
[IMP] Shop Improvements

bzr revid: fp@openerp.com-20130922172727-9zvivms9w9v5hv2q

10 years ago[IMP] no border
Fabien Pinckaers [Sat, 21 Sep 2013 23:39:15 +0000 (01:39 +0200)]
[IMP] no border

bzr revid: fp@openerp.com-20130921233915-kutt3mfyqxvnnf56

10 years ago[IMP] Shop layout
Fabien Pinckaers [Sat, 21 Sep 2013 23:31:15 +0000 (01:31 +0200)]
[IMP] Shop layout

bzr revid: fp@openerp.com-20130921233115-baaczyravkgxtuih

10 years ago[iMP] shops
Fabien Pinckaers [Sat, 21 Sep 2013 23:30:56 +0000 (01:30 +0200)]
[iMP] shops

bzr revid: fp@openerp.com-20130921233056-sy0oe5mzyetyn1lq

10 years ago[IMP] Shop better design
Fabien Pinckaers [Sat, 21 Sep 2013 23:28:27 +0000 (01:28 +0200)]
[IMP] Shop better design

bzr revid: fp@openerp.com-20130921232827-2wlkjwh48547jwue

10 years ago[iMP] Manifest: added grid
Fabien Pinckaers [Sat, 21 Sep 2013 12:24:15 +0000 (14:24 +0200)]
[iMP] Manifest: added grid

bzr revid: fp@openerp.com-20130921122415-rh7b90ay0ef37ywr

10 years ago[IMP] manifest
Fabien Pinckaers [Sat, 21 Sep 2013 09:51:16 +0000 (11:51 +0200)]
[IMP] manifest

bzr revid: fp@openerp.com-20130921095116-z7e6yo0x1eplfadx

10 years ago[IMP] product categories hidden by default
Fabien Pinckaers [Sat, 21 Sep 2013 06:16:51 +0000 (08:16 +0200)]
[IMP] product categories hidden by default

bzr revid: fp@openerp.com-20130921061651-01mulu423e22kf5s

10 years ago[IMP] website snippet: test with cache and highlight
Christophe Matthieu [Fri, 20 Sep 2013 18:42:11 +0000 (20:42 +0200)]
[IMP] website snippet: test with cache and highlight

bzr revid: chm@openerp.com-20130920184211-t7aa6e2nna1th6yi

10 years ago[IMP] small improvements on snippets
Fabien Pinckaers [Fri, 20 Sep 2013 16:59:15 +0000 (18:59 +0200)]
[IMP] small improvements on snippets

bzr revid: fp@tinyerp.com-20130920165915-dv87re3c1lcavtcq

10 years ago[IMP] small improvements on snippets
Fabien Pinckaers [Fri, 20 Sep 2013 16:57:34 +0000 (18:57 +0200)]
[IMP] small improvements on snippets

bzr revid: fp@tinyerp.com-20130920165734-q3720n0uq21bpfmr

10 years ago[FIX] website_blog: quite fixed demo data
Thibault Delavallée [Fri, 20 Sep 2013 15:38:23 +0000 (17:38 +0200)]
[FIX] website_blog: quite fixed demo data

bzr revid: tde@openerp.com-20130920153823-36rhrr8wcyncw0wn