Commit Graph

182 Commits

Author SHA1 Message Date
Olivier Dony a09fa10c49 [FIX] website_mail: useless and expensive DISTINCT
bzr revid: odo@openerp.com-20140129162532-os3lzjyf87hg1ouc
2014-01-29 17:25:32 +01:00
Christophe Matthieu b7f88a58fb [FIX] website:_mail: fix followers
bzr revid: chm@openerp.com-20140129170829-abmv73xswzl6ccm9
2014-01-29 18:08:29 +01:00
Antony Lesuisse beb15c52ab [FIX] Softwares is made of datas and codes
bzr revid: al@openerp.com-20140126204334-4ggfsn31zp1yndix
2014-01-26 21:43:34 +01:00
Stephane Wirtel f27237b8dd [FIX] Set the auto_install flag to False
bzr revid: stw@openerp.com-20140123102632-2zhttz8u3vh29tct
2014-01-23 11:26:32 +01:00
Christophe Matthieu 849fc19aa1 [FIX] website: import openerp.addons.website_blog.tests
bzr revid: chm@openerp.com-20140121093415-ork5jis48mmq4dp8
2014-01-21 10:34:15 +01:00
Fabien Meghazi 14bb6060d7 [REM] Removed @website.route() decorator
Need trunk-website-al Rev#5151

bzr revid: fme@openerp.com-20140120153733-ve3dn2kwvha7n3yl
2014-01-20 16:37:33 +01:00
Thibault Delavallée 54ee20cbd0 [IMP] website_mail: tmeplate editor: improved tmeplate of the pag
- removed an unnecessary oe_structure in head of the page
- added a position: relative on the body_html field because otherwise
there are ugly violet bars

bzr revid: tde@openerp.com-20140115151706-pwy0jjgce955ttth
2014-01-15 16:17:06 +01:00
Thibault Delavallée 6072e586f4 [FIX] website_mail: email_template: fixed lxml/etree adding a div
outside of the html content, breaking the snippets-based editor.

bzr revid: tde@openerp.com-20140115151644-0cei3chdl5op2flr
2014-01-15 16:16:44 +01:00
Thibault Delavallée 7a9bafc39c [CLEAN] website_mail: template designer: cleaned a bit the snippets to remove section tag
bzr revid: tde@openerp.com-20140115091738-q0gpxqpn80m9r1sd
2014-01-15 10:17:38 +01:00
Thibault Delavallée cb26621d2b [IMP] website_mail: template designer: improved button snippet
bzr revid: tde@openerp.com-20140114173629-zfxili82zn6zi6yv
2014-01-14 18:36:29 +01:00
Thibault Delavallée 5be1dfda6e [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20140114171738-zz4apq7nk5dcov0i
2014-01-14 18:17:38 +01:00
Thibault Delavallée 0aa495f5cb [IMP] website_mail: improved email template snippets + added comparison / three columns / big pictures + some improvements in the page layout of template designer
bzr revid: tde@openerp.com-20140114171715-akbkj9x8ls8i5phf
2014-01-14 18:17:15 +01:00
Christophe Matthieu 9e0df88d7a [ADD] website_mail: css
bzr revid: chm@openerp.com-20140114111607-as9mmdjcyqo2nrnh
2014-01-14 12:16:07 +01:00
Thibault Delavallée 4ec71cd82b [ADD] website_mail: template designer: added some snippets for template design
bzr revid: tde@openerp.com-20140113180051-dqtzzn9mrya0ythq
2014-01-13 19:00:51 +01:00
Thibault Delavallée cbbe82a4a1 [MERGE] Sync with main website-al branch
bzr revid: tde@openerp.com-20140113134937-kijvjjne6grov61c
2014-01-13 14:49:37 +01:00
Thibault Delavallée b97727701c [IMP] [ADD] website: added base for template designer.
[ADD] website: email_template: added website_link field, a link to edit the template
directly in the website
[ADD] website_mail: added controller and page to edit templates. They are still jinja
templates editable in the website. Not qweb templates.
[ADD] website_mail: JS file and editor override to enable only certain snippets. Those
are still to add, but will be base templates for email.
[IMP] website: improved the addition of editor JS in the template header to be able
to add JS file that override the editor without having to hack everything in the
template.

bzr revid: tde@openerp.com-20140113125534-djy48pi7lf42f9ms
2014-01-13 13:55:34 +01:00
Christophe Matthieu f927506bfc [FIX] website_mail: follow/subscribe button
bzr revid: chm@openerp.com-20140113110542-jkb13xfiy3tno50n
2014-01-13 12:05:42 +01:00
Christophe Matthieu ee370a837c [IMP] website: Removing unnecessary spaces at beginning of line
bzr revid: chm@openerp.com-20131212105821-mqvxb7yc04cj5k2s
2013-12-12 11:58:21 +01:00
Christophe Matthieu 72c996333f [IMP] website_mail: rename template
bzr revid: chm@openerp.com-20131211153543-4vjcd1h31ltf4dl0
2013-12-11 16:35:43 +01:00
Christophe Matthieu 5217c8ebe8 [IMP] website: remove secure_layout. Inherit with groups for js editor
bzr revid: chm@openerp.com-20131211144402-lpanprv3u362qvd7
2013-12-11 15:44:02 +01:00
Christophe Matthieu b2bd96340f [FIX] website: create button and help (fix inherit_id in modules)
bzr revid: chm@openerp.com-20131205165340-ty0xybh7uz859gnm
2013-12-05 17:53:40 +01:00
Christophe Matthieu b1765e2834 [IMP] website: slip layout
bzr revid: chm@openerp.com-20131204161754-5dq4bt7gghnk878c
2013-12-04 17:17:54 +01:00
Fabien Pinckaers ed7623fc45 [IMP] Performance improvement: improved cache with context, better get_object
bzr revid: fp@tinyerp.com-20131130154659-uqis34x2cemmocly
2013-11-30 16:46:59 +01:00
Christophe Matthieu 07f7807e94 [IMP] website_event_track
bzr revid: chm@openerp.com-20131125143713-q9a0vlenbi7njix2
2013-11-25 15:37:13 +01:00
Fabien Pinckaers 20b5e1af2f [IMP] primary button for follow blog
bzr revid: fp@openerp.com-20131116151344-8hjt2kwz4fakpkep
2013-11-16 16:13:44 +01:00
Fabien Pinckaers ceb04895d3 [IMP] Cleaning code of followers and website_published, 200 lines removed
[IMP] CSS and design of options and follow, avoid custom CSS

bzr revid: fp@openerp.com-20131116150927-4mjk1zdcgfzt4e95
2013-11-16 16:09:27 +01:00
Xavier Morel dbf79284ab [FIX] don't leave a dangling input box when removing the follow/unfollow button in logged-out mode
bzr revid: xmo@openerp.com-20131030150958-si48ypzrxabegdpo
2013-10-30 16:09:58 +01:00
ddm 75a4a7e3f8 [IMP] Ace: proper template naming
bzr revid: ddm@openerp.com-20131021102840-h8s2nflqdmuumun0
2013-10-21 12:28:40 +02:00
Thibault Delavallée e14a26ee13 [IMP] website_mail: follow management is now inside a div
because there were issues in blog display.

bzr revid: tde@openerp.com-20131011130126-b2yqz3yvcdwqgqne
2013-10-11 15:01:26 +02:00
Thibault Delavallée 3fb01132d2 [MOVE] website_mail: moved model-related files inside a models directory.
This is done to match the new module organization we want to set
for OpenERP modules. Model-related files should lie in a models
directory.

bzr revid: tde@openerp.com-20131011100057-bpe5620omyjsj0y0
2013-10-11 12:00:57 +02:00
Thibault Delavallée 9b097fd977 [FIX] website_mail: fixed import class name chagned in trunk but not in website_mail
bzr revid: tde@openerp.com-20131011094402-6y2qdgboh4r80rjj
2013-10-11 11:44:02 +02:00
Fabien Pinckaers b7d156b0db [IMP] Generic Titles
bzr revid: fp@openerp.com-20131004195552-m5zpsr7bscyhu8vw
2013-10-04 21:55:52 +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 81b0266ac3 [REF] website_google_map, website_crm, website_crm_partner_assign, website_membership: extracted res.partner model stuff into dedicated module and moved model-related stuff inside a models directory.
Website related fields on res.partner are now located inside their own module, in website_partner.
This module is a dependency for other modules that previously (re)defined various website fields.

Next step is to refactor a bit those modules, but one thing at a time. All glory to the hypnotoad.

bzr revid: tde@openerp.com-20131002092309-jlov4j1v6s9r6jyk
2013-10-02 11:23:09 +02:00
Thibault Delavallée 726cda367e [FIX] website and all derived addons: fixed imports broken when moving
website.py to models/ directory in website (revision 9491 revid:xmo@openerp.com-20130930145358-qh7xdicgg21prsk4).

bzr revid: tde@openerp.com-20131001085739-hoczgpqrv2nrr6lb
2013-10-01 10:57:39 +02:00
Thibault Delavallée d9e36ddb46 [IMP] website_mail: new messages are published by default
bzr revid: tde@openerp.com-20130930161548-n1fuswb60gn7fahs
2013-09-30 18:15:48 +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
Thibault Delavallée 7a174cac95 [FIX] website_mail: fixed wrong class name in tests
bzr revid: tde@openerp.com-20130930143334-m8bom95l7h7gfaed
2013-09-30 16:33:34 +02:00
Fabien Pinckaers f1ccbedd2a [iMP] fix wrong view in customize
bzr revid: fp@openerp.com-20130927051727-8jlr62kdhmxmxjjd
2013-09-27 07:17:27 +02:00
ddm e7a469f8bc [IMP] speedup page loading by loading CSS in || before scripts
bzr revid: ddm@openerp.com-20130925155434-mg3v6ur9wh4h3nvj
2013-09-25 17:54:34 +02:00
Thibault Delavallée d2e2c6065b [ADD] website_mail: added forgotten mail_thread file
bzr revid: tde@openerp.com-20130924112152-2n1h04qaicmvocqa
2013-09-24 13:21:52 +02:00
Thibault Delavallée 95e7c0f61c [IMP] website_event: use website_mail follow template and controller instead of redefining it
bzr revid: tde@openerp.com-20130924105206-9fhzpd3f3os1eyar
2013-09-24 12:52:06 +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 dcdefd0e8d [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
2013-09-23 15:46:39 +02:00
Thibault Delavallée bef092ba19 [ADD] website_mail: added skeleton for tests and doc
bzr revid: tde@openerp.com-20130923104612-b1x1nk1izygvl9oi
2013-09-23 12:46:12 +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
Thibault Delavallée b34f746c36 [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
2013-09-23 11:59:09 +02:00
Thibault Delavallée 4c3b516a7b [REF] website_mail refactoring
It 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.

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

bzr revid: tde@openerp.com-20130920135643-rey5bwza2e96v7h5
2013-09-20 15:56:43 +02:00
Christophe Matthieu be89a0c8bd [IMP] website_mail: New Blog Post
bzr revid: chm@openerp.com-20130919142043-ama840aq0w30lapc
2013-09-19 16:20:43 +02:00
Christophe Matthieu 4c040d0578 [IMP] website_mail: author
bzr revid: chm@openerp.com-20130919141958-0qfx01nfidr4zq5i
2013-09-19 16:19:58 +02:00
Christophe Matthieu fcfc2d9649 [IMP] website_mail: content and fix button
bzr revid: chm@openerp.com-20130919140538-atltxg7htzp8gkd3
2013-09-19 16:05:38 +02:00
Fabien Pinckaers 05fa3cba1e [IMP] style for banner and jumbtron
bzr revid: fp@openerp.com-20130915173134-kz0qd98uyzhjsk9z
2013-09-15 19:31:34 +02:00
Fabien Pinckaers 364995c7f4 [IMP] oe_structure, cleaning of wrap
bzr revid: fp@openerp.com-20130915172537-jbd04hmgqvzz71qb
2013-09-15 19:25:37 +02:00
Fabien Meghazi 0e82448ed8 [IMP] Refactor code + WIP multiwebsite
bzr revid: fme@openerp.com-20130910134133-esdgbhbtt8eguapk
2013-09-10 15:41:33 +02:00
Fabien Meghazi bf09524def [FIX] context set on wrong methods
bzr revid: fme@openerp.com-20130909100059-j7yhkfql3qxaz96b
2013-09-09 12:00:59 +02:00
Fabien Meghazi e980e1c715 [FIX] context merge
bzr revid: fme@openerp.com-20130909075031-rvwxjdc07zhq0m8u
2013-09-09 09:50:31 +02:00
Fabien Meghazi d2e90f0621 [BREAK] request.context everywhere
some stuff broken will be repaired by chm

bzr revid: fme@openerp.com-20130905151803-7d17us7rn9yubnb2
2013-09-05 17:18:03 +02:00
Christophe Matthieu c80cf7d064 [IMP] website_event: add subscribe option and comments
bzr revid: chm@openerp.com-20130905104212-m6cybnbif4tsn9t3
2013-09-05 12:42:12 +02:00
Christophe Matthieu 7fee8f5609 [IMP] website: change footer xml
bzr revid: chm@openerp.com-20130905092927-2aixeyk1z5ot4oku
2013-09-05 11:29:27 +02:00
Fabien Meghazi 6621c1275b [IMP] Refactoring using `webcontext`
bzr revid: fme@openerp.com-20130904153236-gc78bs8pxeprktkr
2013-09-04 17:32:36 +02:00
Christophe Matthieu 1fbf4c6349 [IMP] website: publisher with css for activated and disabled
bzr revid: chm@openerp.com-20130903104115-9yukaqh0teh45ipf
2013-09-03 12:41:15 +02:00
Paramjit Singh Sahota 497c7addad [IMP] Removed inline css for hierarchy and added a global css for that.
bzr revid: psa@tinyerp.com-20130829122222-h60648t5v28tmt90
2013-08-29 17:52:22 +05:30
bth-openerp 32d8c05842 [IMP]Improved css and add class.
bzr revid: bth@tinyerp.com-20130829113230-lv9ljwjeynfrwxgg
2013-08-29 17:02:30 +05:30
bth-openerp 4eee602d6e [MERGE]Merge lp:~openerp-dev/openobject-addons/trunk-website-al.
bzr revid: bth@tinyerp.com-20130829063717-t8kqjombb25gqmsb
2013-08-29 12:07:17 +05:30
Fabien Pinckaers cc2d285b84 [IMP] Open the right page after installing an app
bzr revid: fp@tinyerp.com-20130827151303-3z6r15vikxza7x11
2013-08-27 17:13:03 +02:00
bth-openerp 1f118d0ed8 [IMP]Improved website_mail module and removed dependency from website_contract.
bzr revid: bth@tinyerp.com-20130827132439-77uo7dgacx3xhyv0
2013-08-27 18:54:39 +05:30
bth-openerp 35216e1a53 [MERGE]Merge lp:~openerp-dev/openobject-addons/trunk-website-al.
bzr revid: bth@tinyerp.com-20130827125728-08li08bkjyia7vok
2013-08-27 18:27:28 +05:30
Fabien Pinckaers 155bfe2d42 [IMP] Published by Default
bzr revid: fp@tinyerp.com-20130827100316-9obekfc3ze70x6jh
2013-08-27 12:03:16 +02:00
bth-openerp 1532cfa673 [IMP]Improved bootstrap 3 in website_mail module.
bzr revid: bth@tinyerp.com-20130823123634-ax6zm64ywzvp22e0
2013-08-23 18:06:34 +05:30
ajay javiya (OpenERP) a76797b693 [IMP]: migrate website_mail module from bootstrap 2.x to 3.0
bzr revid: aja@tinyerp.com-20130823115211-6gcbq6h1upeeo50w
2013-08-23 17:22:11 +05:30
Fabien Meghazi 98f19d8890 [IMP] Improved string interpolation in templates
bzr revid: fme@openerp.com-20130821145731-kkw9sxiv6oqz65qk
2013-08-21 16:57:31 +02:00
Xavier Morel 667dbbfdd9 [IMP] simplify ckeditor image and link dialogs
& add easy linking to existing site pages and attachments

bzr revid: xmo@openerp.com-20130821143816-0hvp0m0eklh6ti1m
2013-08-21 16:38:16 +02:00
Xavier Morel 2731bc014c [IMP] mark a bunch of templates as pages, mark all new pages as pages on creation
bzr revid: xmo@openerp.com-20130821121358-b6y5d1b8wgz8iyo0
2013-08-21 14:13:58 +02:00
Christophe Matthieu 1df99b0482 [IMP] website_project: display table of task by stage
bzr revid: chm@openerp.com-20130821085246-721xkh5bji0vqi9q
2013-08-21 10:52:46 +02:00
Christophe Matthieu e16a75fdb6 [FIX] website_sale: domain with search product and category
bzr revid: chm@openerp.com-20130814103551-otfpqyxen93vlx11
2013-08-14 12:35:51 +02:00
Christophe Matthieu 1b31e4255d [IMP] website: fix the pager; website_mail: use website pager
bzr revid: chm@openerp.com-20130814094122-s21uaicmnwnhuxwm
2013-08-14 11:41:22 +02:00
Christophe Matthieu ddf32f4f9e [IMP] website: refact. python for website publish button
bzr revid: chm@openerp.com-20130814084505-5ynbrmfvbu48v7kx
2013-08-14 10:45:05 +02:00
Christophe Matthieu 39d5bced7f [IMP] website: refact. javascript,xml for website publish button
bzr revid: chm@openerp.com-20130814083439-wvc07n0sg2vblq1y
2013-08-14 10:34:39 +02:00
Christophe Matthieu e1958f2ad7 [IMP] website: change some name button in website addons
bzr revid: chm@openerp.com-20130813115247-b8rq6hytqbwn4eog
2013-08-13 13:52:47 +02:00
Christophe Matthieu f6c27fda01 [IMP] website: refactoring + create method pager and template pager. Used by website_sale and website_event
bzr revid: chm@openerp.com-20130812134826-tij95o38mf3r7tts
2013-08-12 15:48:26 +02:00
Fabien Pinckaers 6989e90f0a [IMP] Modules names
bzr revid: fp@tinyerp.com-20130812114917-d98hdknrr55ayq8g
2013-08-12 13:49:17 +02:00
Fabien Pinckaers d81b6b4fc8 [IMP] removed auto_install --> Apps menu makes it unuseful
bzr revid: fp@tinyerp.com-20130812114346-0t9v2eiwbimsrfp5
2013-08-12 13:43:46 +02:00
Christophe Matthieu a82f0fa1df [WIP] website: refactoring
bzr revid: chm@openerp.com-20130812102416-7sxiw4owqatxzkqh
2013-08-12 12:24:16 +02:00
Christophe Matthieu 3f86396b4e [IMP] website: move hearder and footer in layout
bzr revid: chm@openerp.com-20130812093255-3cbehw7nx0h57qca
2013-08-12 11:32:55 +02:00
Fabien Pinckaers dcfe89b6da [IMP] First Theme Example
bzr revid: fp@openerp.com-20130811210927-dys2ilkss3553r65
2013-08-11 23:09:27 +02:00
Fabien Pinckaers a416267806 [IMP] Website Apps
bzr revid: fp@tinyerp.com-20130811140619-a164pkqxwpdwrohc
2013-08-11 16:06:19 +02:00
Fabien Pinckaers 5896c4d2f5 [IMP] record to template for contact form
bzr revid: fp@tinyerp.com-20130810132611-5lf2efa6zyixi70t
2013-08-10 15:26:11 +02:00
Fabien Pinckaers f5c06fc363 [IMP] Style toolbar
bzr revid: fp@tinyerp.com-20130809131352-l9z5316abe1mlit2
2013-08-09 15:13:52 +02:00
Fabien Pinckaers ee936f85c2 [IMP] manifest improvements
bzr revid: fp@tinyerp.com-20130809115932-swjkpt53rlsx5zuc
2013-08-09 13:59:32 +02:00
Fabien Pinckaers fb8f4d5f00 [IMP] manifest imp
bzr revid: fp@tinyerp.com-20130808120726-opb36h5i39xymuh6
2013-08-08 14:07:26 +02:00
Fabien Pinckaers 51d8734991 [IMP] draft manifest for blogs
bzr revid: fp@tinyerp.com-20130808120444-osbsixzypejcu47q
2013-08-08 14:04:44 +02:00
Fabien Meghazi 6e56bac4b0 [IMP] Replaced website#get_public_uid by get_public_user (returns browse record)
bzr revid: fme@openerp.com-20130807130127-9yd6k1pypyhmo12n
2013-08-07 15:01:27 +02:00
Christophe Matthieu 49ce8ee1b6 [IMP] website_mail
bzr revid: chm@openerp.com-20130806153950-to0nk5mqlxy4x8ug
2013-08-06 17:39:50 +02:00
Christophe Matthieu bbe9721732 [IMP] website_mail: check_access_rule to follow
bzr revid: chm@openerp.com-20130806152951-0ur49vxwnxfexzq7
2013-08-06 17:29:51 +02:00
Christophe Matthieu 892e38decf [IMP] website: website in context value
bzr revid: chm@openerp.com-20130806152551-al681prbs3l1150q
2013-08-06 17:25:51 +02:00
Christophe Matthieu 966da9b37b [IMP] website
bzr revid: chm@openerp.com-20130806152158-0waq0cqo2702isyo
2013-08-06 17:21:58 +02:00
Christophe Matthieu dc0148b73e [IMP] website_mail: public_uid
bzr revid: chm@openerp.com-20130806142835-tfk8gvdidxi0m371
2013-08-06 16:28:35 +02:00
Christophe Matthieu 1a93e8bbca [IMP] website_sale: some access right
bzr revid: chm@openerp.com-20130806141848-0m2c742tg18p2f04
2013-08-06 16:18:48 +02:00
Fabien Meghazi 67e1d2819b [REM] Remove public_uid from request
bzr revid: fme@openerp.com-20130806140636-qreh32s86q1synmk
2013-08-06 16:06:36 +02:00
Christophe Matthieu f55561d154 [FIX] website_mail: access right and xml
bzr revid: chm@openerp.com-20130806090845-xi47tuk6mfekaedr
2013-08-06 11:08:45 +02:00