Commit Graph

172 Commits

Author SHA1 Message Date
Christophe Matthieu ae175d1574 [FIX] website_blog: change_background doesn't work occasionally
Some time new background image, which I set via "Change cover" button don't saved. Because super is called before the jsonRpc and don't wait that the background is saved.
2015-12-02 10:40:16 +01:00
Goffin Simon 092c64b76f [FIX] website: translations for qweb templates not applied.
-Website.tours must be loaded after the translation data:
"website.ready" before the tour ensure that the translations are loaded.

-Translations for qweb templates not applied:
Translate all text nodes in qweb templates when translation data
are loaded.

-Add some translations in website tours.

opw:619786
2015-03-03 16:05:34 +01:00
Christophe Simonis c825d0552d [MERGE] forward port of branch saas-3 up to ec27773 2014-11-05 21:46:42 +01:00
Christophe Simonis ec277732fe [MERGE] forward port of branch 7.0 up to 3e3e35e 2014-11-05 21:10:15 +01:00
Jay Patel 5258427d18 [FIX] website blog: open change cover wizard at second selection
Fixes #2470
2014-09-19 16:03:41 +02:00
Jeremy Kersten fba1f63550 [FIX] website_blog: fix js error from 0a8aad990c 2014-09-10 19:50:22 +02:00
Jeremy Kersten 0a8aad990c [FIX] website_blog: wait that document is ready before to check if we need to update menu for blog 2014-09-10 18:10:25 +02:00
Jeremy Kersten 287ea2fb17 [IMP] website_*forum,blog,instantclick,...: Move Js in assets 2014-08-28 12:21:47 +02:00
Mahendra barad dc72b26821 [FIX] website_blog: fixed mobile css for the blog footer 2014-08-05 09:49:42 +02:00
Jeremy Kersten db20a45186 [IMP] website_blog: group the get_discussion in one request(get_discussionS), that will avoid to make one request by paragraph in blog. 2014-07-29 12:05:50 +02:00
Simon Lejeune 195fa93168 [MERGE] backend front end integration
Render the top-menu (backend menu or frontend editbar) server-side.
Use Fontawesome icons (mail, timezone, chat).
Refactor website widgets, split Website.editorBarin editorbar, ace, editorbar- content, editorbarCustomize.
2014-06-27 11:03:34 +02:00
Christophe Matthieu bc3fc54fac [IMP] Tour: add tour in web module; tour became available in backend. 2014-06-18 12:25:13 +02:00
Olivier Dony e276ac33f6 [MERGE] Forward-port saas-4 up to bf135ad 2014-05-28 17:45:31 +02:00
Richard Mathot bf135ad057 [FIX] website_blog: display properly (very) long words in comments 2014-05-28 17:23:28 +02:00
Christophe Simonis a756b82372 [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
Martin Trigaux 00a4845bc7 [FIX] website_blog: fix broken change cover wizard 2014-05-13 12:31:57 +02:00
Fabien Meghazi b0cbaf330a [IMP] website: load website.xml templates only in editable mode
bzr revid: fme@openerp.com-20140505113800-wv5vh802us270oez
2014-05-05 13:38:00 +02:00
chm@openerp.com 1fc8f89bc1 [MERGE] from trunk
bzr revid: chm@openerp.com-20140411082050-lr7vtew6yvsqaon6
2014-04-11 10:20:50 +02:00
Thibault Delavallée 452f1fbe59 [MERGE] [IMP] website_blog: layout and usability improvements. This task proposes a better layout that eases the reading + smooth transitions between blogs based on suggestions dynamically chosen based on a ranking.
Featuring :
- blog: blog now have a subtitle field
- blog_post: blog post now have a subtitle field, removed shortened content + website_published_datetime (create_date and write_date are sufficient). Added tracking of visits + ranking computation, to select the next post the user will see. Added background-image, that is used to display a cover behind the post title and subtitle. Overall display improvement.
- added new feature that allows a user to tweet selected text on twitter from post.
- added new feature that allows a user to discuss on every paragraph (anonymous user have to give their name and email)
- better blog demo data

Misc:
- website: removed dead code about website_published_datetime that could have been generic but has never been used
- [FIX] website: fixed image controller, do not attempt to read website_published on models that do not have that field

bzr revid: tde@openerp.com-20140409123550-tkrcfvnofxz7ryiz
2014-04-09 14:35:50 +02:00
Thibault Delavallée 8f105b6624 [IMP] website_blog: path computation (unique key) for paragraphs in medium-like blogs
is now done server-side and stored directly in the html content, as post processing.
The front-end attaches messages based on the attribute data-chatter-id, but do not
compute the attribute itself anymore.
Misc cleaning of code.

bzr revid: tde@openerp.com-20140403112656-ane3ovhh70qdc8b4
2014-04-03 13:26:56 +02:00
Thibault Delavallée 045157170a [IMP] website_blog: update templates to use the contact widget, allowing to
display partner-related stuff without having to tweak the access rights.
Misc update of templates due to some filed renaming.
Added author field on the blog, allowing to avoid having issues with
create_uid field.

bzr revid: tde@openerp.com-20140402140200-a3g0750akro2n12v
2014-04-02 16:02:00 +02:00
ajay javiya (OpenERP) eff3ce022c [REM] : image
bzr revid: aja@tinyerp.com-20140401092101-neuzx2xuet0e8m7x
2014-04-01 14:51:01 +05:30
Fabien Pinckaers 804d3fe4f6 [IMP] rename class to be reusable
bzr revid: fp@tinyerp.com-20140401072504-6hbwo2jui240jng7
2014-04-01 09:25:04 +02:00
Fabien Pinckaers 1c2a8466e9 [IMP] no flickering on scroll event
bzr revid: fp@tinyerp.com-20140401071940-1pwz6ncar6afcybz
2014-04-01 09:19:40 +02:00
ajay javiya (OpenERP) b8b562ce0a [IMP] :When creating a new blog, there is a zone to edit the content
bzr revid: aja@tinyerp.com-20140327133407-kj5geztq3t551lk1
2014-03-27 19:04:07 +05:30
ajay javiya (OpenERP) b5ffa0f83b [IMP]: code
bzr revid: aja@tinyerp.com-20140326073057-d60x28qqizy2l3u9
2014-03-26 13:00:57 +05:30
ajay javiya (OpenERP) 52e527c518 [IMP]: code
bzr revid: aja@tinyerp.com-20140325132042-sr9mcr4jv51wp0vw
2014-03-25 18:50:42 +05:30
ajay javiya (OpenERP) bac460d5bd [IMP] : ask name and email to anonymus user
-> write name as author instead of anonymus in inline discussion
[ADD] :add 'publish/unpublish' feature on inline comments
[FIX] : nline discuss does not work on smaller devices

bzr revid: aja@tinyerp.com-20140325110428-sxvcsq2wdkptr3m3
2014-03-25 16:34:28 +05:30
ajay javiya (OpenERP) ce4a8347a8 [IMP]:In inline discuss icon, the small triangle should point to the left
bzr revid: aja@tinyerp.com-20140324060628-v7yzlcn7o4jtmozr
2014-03-24 11:36:28 +05:30
ajay javiya (OpenERP) 42dda7fb12 [FIX] :Select to tweet range is not perfect
-> change cover button does not to work.

bzr revid: aja@tinyerp.com-20140324055938-cj25uxm3h23kjmof
2014-03-24 11:29:38 +05:30
Fabien Pinckaers f51a366ea7 [IMP] anonymous for website_blog
bzr revid: fp@tinyerp.com-20140323195531-84hnzo5f950r4eg7
2014-03-23 20:55:31 +01:00
Fabien Pinckaers eeca54b04c [IMP] js fixes
bzr revid: fp@tinyerp.com-20140323190533-7lp6ayiyh7v03agv
2014-03-23 20:05:33 +01:00
Fabien Pinckaers 3fb12be332 [IMP] cleaning style
bzr revid: fp@tinyerp.com-20140323181740-ox6no7z5znv1kz11
2014-03-23 19:17:40 +01:00
Fabien Pinckaers 55ff4f21da [FIX] select to tweet
bzr revid: fp@tinyerp.com-20140323172331-v2oqzf2czm1gs28n
2014-03-23 18:23:31 +01:00
Fabien Pinckaers 3447004533 [IMP] better selection of next, cleaned controller
bzr revid: fp@tinyerp.com-20140322211623-iogji6lq47er0rm7
2014-03-22 22:16:23 +01:00
Fabien Pinckaers eb3ff0a5b4 [IMP] animation and cover cleaned
bzr revid: fp@tinyerp.com-20140322201205-u9a37w35w6nb4pa9
2014-03-22 21:12:05 +01:00
Fabien Pinckaers a9c62bfbb0 [IMP] remove history + js fixes
bzr revid: fp@tinyerp.com-20140322185058-lm3r3ktlwkskc4q3
2014-03-22 19:50:58 +01:00
ajay javiya (OpenERP) 690cd34d69 [IMP] : on tweet popover hover should show pointer
[FIX] : Sometimes selecting some portion of text,don't show twitter popover.

bzr revid: aja@tinyerp.com-20140322094821-koaudrwpinskruy5
2014-03-22 15:18:21 +05:30
ajay javiya (OpenERP) 7e4d71f6fa [FIX] : only blog post titles and content can be tweet , not footer content
bzr revid: aja@tinyerp.com-20140321055428-7chzxnw6csntjs0q
2014-03-21 11:24:28 +05:30
chm@openerp.com 60bdd78706 [IMP] website tour: refactoring and change api for create tour and test
bzr revid: chm@openerp.com-20140320083055-z5ys4oey5brd439v
2014-03-20 09:30:55 +01:00
ajay javiya (OpenERP) 48db08b6ee [IMP] : at the creation background-image should take full screen
bzr revid: aja@tinyerp.com-20140320070047-8zsu7d2j913q6ljl
2014-03-20 12:30:47 +05:30
ajay javiya (OpenERP) fd05ea1f7a [IMP] : page transition
-> publish button on right

bzr revid: aja@tinyerp.com-20140319133934-vycn6leow3x2r6cg
2014-03-19 19:09:34 +05:30
ajay javiya (OpenERP) aee1189f9e [IMP] : update cover height when page resize
bzr revid: aja@tinyerp.com-20140319093547-pwee79qt1gzovfzq
2014-03-19 15:05:47 +05:30
ajay javiya (OpenERP) 77e9baec05 [FIX] : remove mark on selected text when click on edit
bzr revid: aja@tinyerp.com-20140319090917-hkaj0jnm95hr0wb2
2014-03-19 14:39:17 +05:30
ajay javiya (OpenERP) abb2da7d43 [FIX] : if we select a text for tweet, and then edit, tweet logo stay
bzr revid: aja@tinyerp.com-20140319085123-r9a87xpabxhpu0gi
2014-03-19 14:21:23 +05:30
ajay javiya (OpenERP) b54833d392 [FIX] : change the cover and use an existing one, it is too big
bzr revid: aja@tinyerp.com-20140318130537-yst48p45st4n78bz
2014-03-18 18:35:37 +05:30
ajay javiya (OpenERP) 509588710d [IMP][REM] : improve code and remove unwated changes
bzr revid: aja@tinyerp.com-20140318104723-zhw8h01tk6v46ev3
2014-03-18 16:17:23 +05:30
Mahendra Barad (OpenERP) 1a9096d2ef [IMP]improved content share add author_name in share
bzr revid: mba@tinyerp.com-20140314123412-5v20p2a8ym7dqpkr
2014-03-14 18:04:12 +05:30
Mahendra Barad (OpenERP) df2c6ea488 [Merge]with trunk
bzr revid: mba@tinyerp.com-20140314052050-f1hvupy51x5id1ph
2014-03-14 10:50:50 +05:30
ajay javiya (OpenERP) 9ae66300dd [REN] : 'Inline Discussion' to 'Allow comment in text'
'Allow Comments' to 'Allow blog post comment'
[IMP] :Inline discussion alone shouldn't post gloabl comments

bzr revid: aja@tinyerp.com-20140313111452-whhtar6wlozjd70z
2014-03-13 16:44:52 +05:30