Commit Graph

614 Commits

Author SHA1 Message Date
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
Thibault Delavallée fbecb8da26 [CLEAN] website_blog: removed some demo data to avoid bloating the diff
bzr revid: tde@openerp.com-20140402115939-q0gh61wp7owov64c
2014-04-02 13:59:39 +02:00
Thibault Delavallée c45ae33859 [CLEAN] website_blog: cleaned modifications in models :
- default value for post name and subtitle, because using it through the front-end
is the only way it shoudl be used, and the behavior should always be consistent
- moved mail_message new field into its own mail_message.py file to ease the
module reading;
- renamed discussion into discussion_key, a bit more understandable
- link cleaning

bzr revid: tde@openerp.com-20140402111656-0h66yedwm36m6c7t
2014-04-02 13:16:56 +02:00
Thibault Delavallée 059508ee14 [FIX] website_blog: fixed security breach, we do not allow to read on res.partner.
Avoid doing things like this.

bzr revid: tde@openerp.com-20140402093348-4a3tjuxtqcxthvqb
2014-04-02 11:33:48 +02:00
ajay javiya (OpenERP) 7126bc5b50 [MERGE] : with trunk and resolve conflicts
bzr revid: aja@tinyerp.com-20140401132534-owbxvwqo6qpodw7e
2014-04-01 18:55:34 +05:30
Thibault Delavallée 76141aaecf [FIX] website_blog: who wrote such stupid domains ?
bzr revid: tde@openerp.com-20140401095430-tn2i94o1bmdvevgd
2014-04-01 11:54:30 +02:00
Thibault Delavallée e29e6dfe26 [CLEAN] website_blog :code cleaning in added code
bzr revid: tde@openerp.com-20140401092826-gf9f365bn4wu8mk3
2014-04-01 11:28:26 +02:00
ajay javiya (OpenERP) eff3ce022c [REM] : image
bzr revid: aja@tinyerp.com-20140401092101-neuzx2xuet0e8m7x
2014-04-01 14:51:01 +05:30
Thibault Delavallée 6a4e52f272 [IMP] website_blog: use 2 different URL schemes (post and blog), to ease url use in templates
bzr revid: tde@openerp.com-20140401092026-2patc88e0xu6ghyx
2014-04-01 11:20:26 +02:00
Thibault Delavallée e6bcc1111e [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20140401084304-mnbcx1agdzdptyyf
2014-04-01 10:43:04 +02:00
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) 844e010a3d [REM] : unused import
bzr revid: aja@tinyerp.com-20140401061146-gxavo2gi25oi82yk
2014-04-01 11:41:46 +05:30
ajay javiya (OpenERP) 138f5d7f32 [MERGE] : with trunk and resolve conflicts
bzr revid: aja@tinyerp.com-20140401052801-4483i0z0ivmrwsbn
2014-04-01 10:58:01 +05:30
chm@openerp.com ee9191ca1b [FIX] website_blog: remove create_date from demo data
bzr revid: chm@openerp.com-20140331155603-02fhk4sscvfxpc55
2014-03-31 17:56:03 +02:00
Thibault Delavallée 2555249fbb [IMP] website_blog: url helper defintiion + use; still blog posts to fix.
bzr revid: tde@openerp.com-20140331152711-yg34m7klexuu6v8t
2014-03-31 17:27:11 +02:00
chm@openerp.com 0162ee6aff [FIX] website_blog: order of blog_post must be by create_date
bzr revid: chm@openerp.com-20140331144140-hjokx0g6jklxp18m
2014-03-31 16:41:40 +02:00
ajay javiya (OpenERP) 88236bf2ac [IMP][FIX] : overwrite a record rule to see partner detail to anonymous user
bzr revid: aja@tinyerp.com-20140331132546-puaa6f6tc9osw590
2014-03-31 18:55:46 +05:30
ajay javiya (OpenERP) 256907674e [ADD] : change log
bzr revid: aja@tinyerp.com-20140331111958-oyfi455jwyacn9xx
2014-03-31 16:49:58 +05:30
ajay javiya (OpenERP) 3d8952b534 [IMP] : code
bzr revid: aja@tinyerp.com-20140328131934-tbhr7l3rbozkor3c
2014-03-28 18:49:34 +05:30
ajay javiya (OpenERP) 4931eae3c1 [REM] : archive related changes
-> remove routes related to date on blog method

bzr revid: aja@tinyerp.com-20140328112008-8mhxvqxs8g1ui2mn
2014-03-28 16:50:08 +05:30
ajay javiya (OpenERP) e52dd4eeb8 [FIX] :traceback
bzr revid: aja@tinyerp.com-20140328095038-c8aygh3hc0eskray
2014-03-28 15:20:38 +05:30
ajay javiya (OpenERP) a5d783cf82 [ADD] : history feature
bzr revid: aja@tinyerp.com-20140328085055-kw0pplobbla2emjd
2014-03-28 14:20:55 +05:30
ajay javiya (OpenERP) 660c812786 [IMP] : ranking and visits management
bzr revid: aja@tinyerp.com-20140328063523-ttuhcai8aybtbmk0
2014-03-28 12:05:23 +05:30
ajay javiya (OpenERP) 68a1b4244f [FIX] : WARNING trunk-medium openerp.osv.expression: The domain term '('blog_id', '=', [1])' should use the 'in' or 'not in' operator.
bzr revid: aja@tinyerp.com-20140328051020-gvvlytg2pgqet5nv
2014-03-28 10:40:20 +05:30
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) 287e92bca7 [ADD] : pager on blog list
[FIX] :archive navigation does not work 
[REM] : BYPAGE in blogs method and use existing _blog_post_per_page

bzr revid: aja@tinyerp.com-20140327111024-7nm1kbs74kqtcmrv
2014-03-27 16:40:24 +05:30
ajay javiya (OpenERP) e5f0562265 [REM] : unsed import
-> author_iamge field
[IMP] : odrder of imports
 -> mechanism to post for anonymus user

bzr revid: aja@tinyerp.com-20140327072334-4wwt7ady4vmam91e
2014-03-27 12:53:34 +05:30
ajay javiya (OpenERP) 588c44a6c4 [REV] : unwanted mail message change
bzr revid: aja@tinyerp.com-20140327060100-fyefo1o1ga3ym48l
2014-03-27 11:31:00 +05:30
ajay javiya (OpenERP) 16f7cc4e5b [ADD] : field on view
bzr revid: aja@tinyerp.com-20140327051528-joaa06orfcffzzuj
2014-03-27 10:45:28 +05:30
chm@openerp.com b28a32f6ef [FIX] website: test_ui running
bzr revid: chm@openerp.com-20140326144442-ye2a51f03wyaxi8a
2014-03-26 15:44:42 +01:00
chm@openerp.com 99ac3ff81b [MERGE] from trunk
bzr revid: chm@openerp.com-20140326105539-9hf1x7u6lvh2hq2f
2014-03-26 11:55:39 +01:00
ajay javiya (OpenERP) b5ffa0f83b [IMP]: code
bzr revid: aja@tinyerp.com-20140326073057-d60x28qqizy2l3u9
2014-03-26 13:00:57 +05:30
ajay javiya (OpenERP) 864892d6ce [MERGE] : with trunk
bzr revid: aja@tinyerp.com-20140326054841-9yoaub8fw058vjkm
2014-03-26 11:18:41 +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) f76a734e90 [MERGE] : with trunk
bzr revid: aja@tinyerp.com-20140325114109-lts5z42lq9xlgqx0
2014-03-25 17:11:09 +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
chm@openerp.com 13d7cfe86c [MERGE] from trunk
bzr revid: chm@openerp.com-20140324082341-d6gqyloc7822aen2
bzr revid: chm@openerp.com-20140325084852-i1yomuyhyen4ss95
2014-03-25 09:48:52 +01:00
Denis Ledoux 5e967d1a3f [MERGE] Forward-port of latest saas-3 bugfixes, up to rev. 9347 revid:dle@openerp.com-20140324162524-ew3c3eauj3kcnefi
bzr revid: dle@openerp.com-20140324162852-iubef1i0hwpxiske
2014-03-24 17:28:52 +01:00
Denis Ledoux a9001aedb1 [FIX] website_blog: typo, platform instead of plateform
bzr revid: dle@openerp.com-20140324162524-ew3c3eauj3kcnefi
2014-03-24 17:25:24 +01:00
chm@openerp.com 62814f9c23 [FIX] website: activate new tour tests
bzr revid: chm@openerp.com-20140324081112-15n58puu29weydme
2014-03-24 09:11:12 +01:00
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 97efe98251 [IMP] algo for next blog post
bzr revid: fp@tinyerp.com-20140322224209-6lvldkhad10y8rd0
2014-03-22 23:42:09 +01:00
Fabien Pinckaers 48afa1fac7 [IMP] security improvement, removing empty doc
bzr revid: fp@tinyerp.com-20140322221507-4xya3el8uxsvkfdz
2014-03-22 23:15:07 +01:00
Fabien Pinckaers 552222b14a [IMP] ranking of blogs
bzr revid: fp@tinyerp.com-20140322213914-8f09g4k7p3lroehj
2014-03-22 22:39:14 +01:00
Fabien Pinckaers e740be4418 [IMP] renamed controllers
bzr revid: fp@tinyerp.com-20140322212113-9naxywttg3x6ufja
2014-03-22 22:21:13 +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 49fc8b3f06 [IMP] Views
bzr revid: fp@tinyerp.com-20140322190215-21fql7cjva8fm4al
2014-03-22 20:02:15 +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
Fabien Pinckaers d03a8e8fcd [IMP] removed history wizard, avatar handling
bzr revid: fp@tinyerp.com-20140322175329-s0uum9gircwryg09
2014-03-22 18:53:29 +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
chm@openerp.com 6fc418883e [FIX] website: route and redirect: remove all backslash from url
bzr revid: chm@openerp.com-20140317080145-6l5mk4q05uf639li
2014-03-17 09:01:45 +01:00
chm@openerp.com d5ddf5152c [FIX] website: remove backslash from redirect with enable_editor
bzr revid: chm@openerp.com-20140314180029-iaeq4i6735pcw100
2014-03-14 19:00:29 +01:00
chm@openerp.com 410ec52276 [MERGE] website: add optional 'action' in managment edit button to laod one specific backend view
bzr revid: chm@openerp.com-20140314162909-ff0obqbw6j7lalmz
2014-03-14 17:29:09 +01:00
chm@openerp.com 353bbdc2c3 [FIX] website: route and redirect: remove all backslash from url
bzr revid: chm@openerp.com-20140314162346-25vohj6ayp65tgiy
2014-03-14 17:23:46 +01:00
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
chm@openerp.com 384f398090 [IMP] website: publish button use action for url to backend
bzr revid: chm@openerp.com-20140311171941-1fwhholwlsuncjyh
2014-03-11 18:19:41 +01:00
chm@openerp.com 53f59c16d6 [MERGE] from trunk
bzr revid: chm@openerp.com-20140311154616-tb35jfweo3xuzqws
2014-03-11 16:46:16 +01:00
Christophe Simonis d504764eff [MERGE] forward port of branch saas-3 up to revid 9298 chm@openerp.com-20140311130852-3ft0v1mc9ht1any6
bzr revid: chs@openerp.com-20140311145205-s56fj113fsrnisc3
2014-03-11 15:52:05 +01:00
chm@openerp.com 29faa56d8e [FIX] website tour
bzr revid: chm@openerp.com-20140306161104-39dmtb9mw1crw2sd
2014-03-06 17:11:04 +01:00
ajay javiya (OpenERP) 7bb880f05c [FIX] : cahnge the cover, the priview is little but once you save it is (too) big
bzr revid: aja@tinyerp.com-20140305125415-1476mmcrf4ukypl6
2014-03-05 18:24:15 +05:30
ajay javiya (OpenERP) 3e7d57c134 [FIX] > There is a field to add a subtitle but no way to do that'
Title not visible on white background

bzr revid: aja@tinyerp.com-20140305121925-8k6h4s5jj7kiwd11
2014-03-05 17:49:25 +05:30
ajay javiya (OpenERP) 6f4df8a689 [ADD] : history feature
bzr revid: aja@tinyerp.com-20140305110000-bdzinadpt51tisl3
2014-03-05 16:30:00 +05:30
ajay javiya (OpenERP) 0cda8ce780 [IMP]: message_post using uid instead of superuser and add access right to allow public user to post message
bzr revid: aja@tinyerp.com-20140305083609-7e3tuoc93pl4bhnn
2014-03-05 14:06:09 +05:30
ajay javiya (OpenERP) 0ac29d1e43 [IMP]: code
bzr revid: aja@tinyerp.com-20140226054415-no0s6hex4wx52xpu
2014-02-26 11:14:15 +05:30
ajay javiya (OpenERP) 7ff6d86226 [FIX] : after click next inline discussion link not appear
bzr revid: aja@tinyerp.com-20140226052454-2hum2h1n0wrqyae8
2014-02-26 10:54:54 +05:30
ajay javiya (OpenERP) 5502781f34 [IMP] : page transition like medium
bzr revid: aja@tinyerp.com-20140225105921-iz23qy6scmgz2tgo
2014-02-25 16:29:21 +05:30
Mahendra Barad (OpenERP) 21c93eddf4 [IMP]arrow scroll on cover
bzr revid: mba@tinyerp.com-20140225053329-fbmtjvgjwghj978n
2014-02-25 11:03:29 +05:30
Mahendra Barad (OpenERP) eb30747335 [IMP]improved animation for drodown
bzr revid: mba@tinyerp.com-20140224133959-idr1pqp5imhudldv
2014-02-24 19:09:59 +05:30
ajay javiya (OpenERP) 1e9664d74c [IMP]: code
bzr revid: aja@tinyerp.com-20140224121420-fdq7ht4j0syxjqir
2014-02-24 17:44:20 +05:30
Mahendra Barad (OpenERP) 20a50c791c [REV]remove unwanted changes
bzr revid: mba@tinyerp.com-20140224120826-s7m08sljp5mhrqke
2014-02-24 17:38:26 +05:30
Mahendra Barad (OpenERP) 8a95bef8df [IMP]resolve conflict
bzr revid: mba@tinyerp.com-20140224111118-ckxktrew1da6qh9n
2014-02-24 16:41:18 +05:30
Mahendra Barad (OpenERP) e468f7f159 [IMP]inline discussion and content share added to customize option
bzr revid: mba@tinyerp.com-20140224110352-rjr4c9f77uorkhyw
2014-02-24 16:33:52 +05:30
ajay javiya (OpenERP) 9d0e551091 [IMP] : demo data
bzr revid: aja@tinyerp.com-20140224103628-fsopxc78rywmeoz7
2014-02-24 16:06:28 +05:30
ajay javiya (OpenERP) 01b5d357b4 [FIX] : allow anonymus user to post inline comment
bzr revid: aja@tinyerp.com-20140224092255-t4zmt2lcnyetx81q
2014-02-24 14:52:55 +05:30
ajay javiya (OpenERP) 5cc0a2eb88 [IMP] : change background iamge and clean background
bzr revid: aja@tinyerp.com-20140224051502-dmv98ks8lwxgyd18
2014-02-24 10:45:02 +05:30
Fabien Pinckaers b066aa497c [IMP] typo
bzr revid: fp@tinyerp.com-20140223194926-dq678c2gth7eunjm
2014-02-23 20:49:26 +01:00
Fabien Pinckaers ae7f328386 [IMP] HMTL cleaning for blogs
bzr revid: fp@tinyerp.com-20140223181644-g50duy7w75ejb80j
2014-02-23 19:16:44 +01:00
Fabien Pinckaers fcbd203ee0 [FIX] next pos algorythm
bzr revid: fp@tinyerp.com-20140223181205-u9xdiprgpov50pe1
2014-02-23 19:12:05 +01:00
Fabien Pinckaers 0f29d1951f [IMP] cover by default + clean HTML
bzr revid: fp@tinyerp.com-20140223175403-g70my3c3pxwhhx4j
2014-02-23 18:54:03 +01:00
Fabien Pinckaers c12ee07b02 [IMP] cover by default
bzr revid: fp@tinyerp.com-20140223171532-p2ts7i40l8vlmx2p
2014-02-23 18:15:32 +01:00
Fabien Pinckaers a851a16bef [IMP] changes in main view
bzr revid: fp@tinyerp.com-20140223141706-otrugczrfkolidue
2014-02-23 15:17:06 +01:00
Fabien Pinckaers e358991237 [IMP] Right column
bzr revid: fp@tinyerp.com-20140223125745-63jvme8neo47flia
2014-02-23 13:57:45 +01:00
Fabien Pinckaers 9de47d55f4 [IMP] Blogs Medium-Like
bzr revid: fp@tinyerp.com-20140223094412-zryqfz2b0n3ojo6g
2014-02-23 10:44:12 +01:00
ajay javiya (OpenERP) 0e7997da55 [REV] : unwanted changes
bzr revid: aja@tinyerp.com-20140221055906-s0744gu0tqae6x8u
2014-02-21 11:29:06 +05:30
Christophe Simonis 4b72678bc7 [MERGE] forward port of branch saas-2 up to revid 9195 chs@openerp.com-20140220154517-6y531n1mqtnfnsmr
bzr revid: chs@openerp.com-20140220163815-69sza1kclnh5mavs
2014-02-20 17:38:15 +01:00
Xavier Morel 1bc89c9738 [FIX] unbreak website_blog.css
bzr revid: xmo@openerp.com-20140224094829-99ayhh5shzwu6n44
2014-02-24 10:48:29 +01:00
Christophe Matthieu f267773646 [FIX] website_blog: manifest: the url is wrong to start a freetrial from blog apps in the website. Go to openerp.com, clisk on Blog icon (apps), the url is good, now click on free trial button, it is the website_sale link
bzr revid: chm@openerp.com-20140220111951-h80w1v1w7hwr3pvl
2014-02-20 12:19:51 +01:00
ajay javiya (OpenERP) 905e34c788 [MERGE] : with trunk
bzr revid: aja@tinyerp.com-20140220085105-7568yllve8ii0onl
2014-02-20 14:21:05 +05:30
ajay javiya (OpenERP) df9426402f [IMP] : hide defualt tag on blog post
bzr revid: aja@tinyerp.com-20140220073246-nhs8xulemzy8idq3
2014-02-20 13:02:46 +05:30
ajay javiya (OpenERP) 762598ad9f [IMP] :demo data
bzr revid: aja@tinyerp.com-20140220065732-sftm2n16ww3eq9mi
2014-02-20 12:27:32 +05:30
ajay javiya (OpenERP) 937e482114 [FIX] : content not display proper
bzr revid: aja@tinyerp.com-20140220064248-lvmpgbz7skjpqyus
2014-02-20 12:12:48 +05:30
ajay javiya (OpenERP) 08f51c8576 [ADD] : class css_editable_mode_hidden on inline discussion link
bzr revid: aja@tinyerp.com-20140219132449-e20umztmhjeu860h
2014-02-19 18:54:49 +05:30
ajay javiya (OpenERP) 35172c499b [ADD] : icons for published in
bzr revid: aja@tinyerp.com-20140219131829-kioys6v15c2b9yyp
2014-02-19 18:48:29 +05:30
Mahendra Barad (OpenERP) 3a1334064b [IMP]page transition
bzr revid: mba@tinyerp.com-20140219105920-jbpiwn8eyvamkfm4
2014-02-19 16:29:20 +05:30
Christophe Matthieu 78c0fcd060 [FIX] website_blog: Change typo; Step where you have to change the title, it switch to the next step at the time you write somethingand the title is hidden by the next step
bzr revid: odo@openerp.com-20140219093904-2qefjssihoi524ip
2014-02-19 10:39:04 +01:00
ajay javiya (OpenERP) e0f56d2e3e [IMP]: inline discussion
bzr revid: aja@tinyerp.com-20140219093103-c8p6gixi6ry89w8v
2014-02-19 15:01:03 +05:30
Xavier Morel 61c82f28a4 [FIX] imports, use @expectedFailure, simplify some inject specs
bzr revid: xmo@openerp.com-20140218160339-2r34z4ks2o4lriu5
2014-02-18 17:03:39 +01:00
Christophe Matthieu c930e2489f [FIX] website_blog: At one step, it says 'delete the title', but it deletes the whole block
bzr revid: chm@openerp.com-20140218151127-a6471u9l0jpot6gq
2014-02-18 16:11:27 +01:00
ajay javiya (OpenERP) e6fe23ab63 [IMP] : overwrite access rule to allow a anonymus user to see authore detail
bzr revid: aja@tinyerp.com-20140218110435-khhiediypxobttma
2014-02-18 16:34:35 +05:30
Mahendra Barad (OpenERP) 3c0e384c9a [IMP]page transition and remove shortened content
bzr revid: mba@tinyerp.com-20140217114302-1mwtelv6gh9pmfhe
2014-02-17 17:13:02 +05:30
ajay javiya (OpenERP) f11ebbc784 [FIX] :After switched to a new blog post with the bottom cover,can't select text to tweet it.
bzr revid: aja@tinyerp.com-20140217091423-hzfa2icolpvcsb04
2014-02-17 14:44:23 +05:30
ajay javiya (OpenERP) 3993c71dac [IMP] : change cover photo button on top-right and add t-ignore to restrict users from change data outside t-field
bzr revid: aja@tinyerp.com-20140217090017-b1cvr99x1v1wqmxd
2014-02-17 14:30:17 +05:30
Mahendra Barad (OpenERP) 28802724e3 [IMP]demo data and auth image
bzr revid: mba@tinyerp.com-20140217070257-g635bnsd5jv6ogkb
2014-02-17 12:32:57 +05:30
Mahendra Barad (OpenERP) 74b094b0f0 [IMP]remove has comment
bzr revid: mba@tinyerp.com-20140217061902-uot77cfcijlu0igv
2014-02-17 11:49:02 +05:30
ajay javiya (OpenERP) d2d08a074c [MERGE] : with lp:openobject-addons
bzr revid: aja@tinyerp.com-20140217053910-u8t1qe1xso0lilfp
2014-02-17 11:09:10 +05:30
Mahendra Barad (OpenERP) 35c3970238 [IMP]all option should be in left side
bzr revid: mba@tinyerp.com-20140217051846-izxlqbkdwkhuli7j
2014-02-17 10:48:46 +05:30
ajay javiya (OpenERP) a75f8dbd7b [IMP] : blog post list layout
bzr revid: aja@tinyerp.com-20140217051649-cxs7eglqcw5q5z37
2014-02-17 10:46:49 +05:30
ajay javiya (OpenERP) 8cd857352f [IMP]: select next blog randomly from cookie if not visited currentelse from keywords and most visited
bzr revid: aja@tinyerp.com-20140216054155-y2fk0j5c6ceeyai6
2014-02-16 11:11:55 +05:30
ajay javiya (OpenERP) 59c8e96460 [REM] : unwanted css
bzr revid: aja@tinyerp.com-20140214071557-grrx0fnkfeh0be46
2014-02-14 12:45:57 +05:30
ajay javiya (OpenERP) b9833c31e0 [IMP] : code change cover photo
bzr revid: aja@tinyerp.com-20140214070522-ujfraed51a5ieifq
2014-02-14 12:35:22 +05:30
ajay javiya (OpenERP) 3168ee3a7f [ADD] : change cover photo button , allow to change background image
bzr revid: aja@tinyerp.com-20140213133654-om2eynat2fox473h
2014-02-13 19:06:54 +05:30
Mahendra Barad (OpenERP) 1235e99646 [IMP]right to left our blog
bzr revid: mba@tinyerp.com-20140213133359-5bt7zhlszfqo3pw7
2014-02-13 19:03:59 +05:30
ajay javiya (OpenERP) f5d51081ce [FIX] :Animation and transitions does not seems to work in anonymous mode
[IMP] : css

bzr revid: aja@tinyerp.com-20140212161959-llncljb06gj0od0b
2014-02-12 21:49:59 +05:30
Mahendra Barad (OpenERP) f2f7e75137 [IMP]paragraph level comment posting comment not reoload add in dom
bzr revid: mba@tinyerp.com-20140212103301-ql4r4ewa3q5rgxzv
2014-02-12 16:03:01 +05:30
ajay javiya (OpenERP) f52ba6927e [FIX] : edit bar disappear, on page transition
bzr revid: aja@tinyerp.com-20140212102646-g8hvpoddunb04kop
2014-02-12 15:56:46 +05:30
ajay javiya (OpenERP) 0063c1c9e7 [IMP]: blog post list layout
bzr revid: aja@tinyerp.com-20140212071301-wu2kkmqxrli0a0us
2014-02-12 12:43:01 +05:30
Mahendra Barad (OpenERP) c0806a308d [IMP]css changes
bzr revid: mba@tinyerp.com-20140212055712-nftumrqcxvgl73cu
2014-02-12 11:27:12 +05:30
ajay javiya (OpenERP) 7f083475d6 [IMP] : code for page transition
bzr revid: aja@tinyerp.com-20140211154023-n9x1uudkrnivrr9i
2014-02-11 21:10:23 +05:30
Mahendra Barad (OpenERP) 9a8afd1584 [IMP]page transition reoload
bzr revid: mba@tinyerp.com-20140211132348-p5y0vo58e7keagcr
2014-02-11 18:53:48 +05:30
ajay javiya (OpenERP) b39c20e721 [ADD] : images
bzr revid: aja@tinyerp.com-20140211101209-xykwcy8c3ozo3oxj
2014-02-11 15:42:09 +05:30
Mahendra Barad (OpenERP) a28b21425a [IMP]apply default cover and remove default comment
bzr revid: mba@tinyerp.com-20140211100947-70j4vl8xrar7dr21
2014-02-11 15:39:47 +05:30
ajay javiya (OpenERP) a58be27cb6 [ADD]: image and improve subtitle
bzr revid: aja@tinyerp.com-20140211100658-xpsff6sci803wyr3
2014-02-11 15:36:58 +05:30
Mahendra Barad (OpenERP) 3591c3f312 [IMP]improved view of blog cover
bzr revid: mba@tinyerp.com-20140211095714-1ui064ahrxc5p3nd
2014-02-11 15:27:14 +05:30
Mahendra Barad (OpenERP) 93e7ba444e [IMP]if comment is present enable comment count
bzr revid: mba@tinyerp.com-20140211065258-a5j6fuk539q552ul
2014-02-11 12:22:58 +05:30
ajay javiya (OpenERP) ce2a772ae3 [ADD]: animation on down arrow in blog cover
bzr revid: aja@tinyerp.com-20140211062356-0gm6b73n4p3brp0u
2014-02-11 11:53:56 +05:30
Mahendra Barad (OpenERP) 79a9befe8d [IMP]view of blog footer
bzr revid: mba@tinyerp.com-20140211060927-hdim23g7g06raf8w
2014-02-11 11:39:27 +05:30
ajay javiya (OpenERP) d0824a2e1d [IMP] : view blog post list
bzr revid: aja@tinyerp.com-20140211055548-9ras1avyu8058011
2014-02-11 11:25:48 +05:30
Mahendra Barad (OpenERP) d26f38bd0b [IMP]remove strong ,em ,small from demo
bzr revid: mba@tinyerp.com-20140211053746-c4gx1opca2khpjv3
2014-02-11 11:07:46 +05:30
Mahendra Barad (OpenERP) 795ed82747 [IMP]destroy popover
bzr revid: mba@tinyerp.com-20140210100226-1s2y560dwh6o3bi4
2014-02-10 15:32:26 +05:30
Mahendra Barad (OpenERP) 4682e912fa [IMP]change view of blog cover content
bzr revid: mba@tinyerp.com-20140210065813-nsjugu7ku3uqgt64
2014-02-10 12:28:13 +05:30
Antony Lesuisse 9c7f132a7a [IMP] website test_ui simplification
bzr revid: al@openerp.com-20140210005926-03hhcm56gpplgbt2
2014-02-10 01:59:26 +01:00
Antony Lesuisse 70d498c14a [FIX] disable http test before conversion
bzr revid: al@openerp.com-20140209141950-o9sf0jual07y315f
2014-02-09 15:19:50 +01:00
Antony Lesuisse 87172d90d2 [MERGE] saas-3
bzr revid: al@openerp.com-20140209140315-ukqlf90ngy6ycu2k
2014-02-09 15:03:15 +01:00
ajay javiya (OpenERP) 79a5666c4c [IMP] : inline discussion,
-> hide inline comment from chatter

bzr revid: aja@tinyerp.com-20140208123838-v5c6ooie69gh5eyu
2014-02-08 18:08:38 +05:30
Christophe Matthieu 6d7eccf10a [FIX] website snippet drop for rte; remove dependence to qweb template (remove popover from tours); fx import file with ajax
bzr revid: chm@openerp.com-20140207154520-2injapzg9lgrdbvc
2014-02-07 16:45:20 +01:00
Mahendra Barad (OpenERP) 102dea251c [IMP]improved comment paragraph level comment desing
bzr revid: mba@tinyerp.com-20140207122806-r15qpq2qk779i0bo
2014-02-07 17:58:06 +05:30
ajay javiya (OpenERP) 7d6389cc8e [ADD] : sub-title field in blog.post
[ADD] : customize option for list view of blogpost in blog

bzr revid: aja@tinyerp.com-20140207114028-4y47svx88xe5rrhy
2014-02-07 17:10:28 +05:30
Mahendra Barad (OpenERP) 484e04661f [IMP]imprvoe the paragraph level comment
bzr revid: mba@tinyerp.com-20140207101702-vd9ey7b3ojho08mu
2014-02-07 15:47:02 +05:30
ajay javiya (OpenERP) 292f9ad980 [IMP] : demo data
bzr revid: aja@tinyerp.com-20140207090611-3xccl03os5p4xh2t
2014-02-07 14:36:11 +05:30
ajay javiya (OpenERP) 9e5733c7a8 [MERGE] : merge with lp:~openerp-dev/openobject-addons/trunk-website-al-blog-imp-aja
bzr revid: aja@tinyerp.com-20140207061928-2s378cq1okd0fs2v
2014-02-07 11:49:28 +05:30
Christophe Matthieu f3b7cfe2f1 [FIX] website.tour.blog
bzr revid: chm@openerp.com-20140206154646-fth0k220okdgsckk
2014-02-06 16:46:46 +01:00
Christophe Matthieu 64eb4376ee [MERGE] from saas-3
bzr revid: chm@openerp.com-20140206150121-drs3ybhgx5837zt2
2014-02-06 16:01:21 +01:00
Christophe Matthieu 14b4efcd28 [FIX] tour and translate title
bzr revid: chm@openerp.com-20140206145236-vwdq74yyz21qvyzu
2014-02-06 15:52:36 +01:00
Christophe Matthieu e8964f896c [FIX] website: tour, test and test_runner
bzr revid: chm@openerp.com-20140206140746-jmeyx8q9qxv7sz1j
2014-02-06 15:07:46 +01:00
Christophe Matthieu 0677fda79e [FIX] website tours: fix and translate
bzr revid: chm@openerp.com-20140206140643-z3b2fu2v9uaozc1z
2014-02-06 15:06:43 +01:00
Mahendra Barad (OpenERP) 353ea9fb22 [ADD]lib for paragraph level comment
bzr revid: mba@tinyerp.com-20140206133539-n9iisqwgexifty6u
2014-02-06 19:05:39 +05:30
ajay javiya (OpenERP) 4fa2b4efc6 [IMP] : display a random next blog
-> blog cover with full screen
-> animation on click next page

bzr revid: aja@tinyerp.com-20140206093823-gs4asrkpwr1e0uf6
2014-02-06 15:08:23 +05:30
Fabien Pinckaers 609a0ab0bc [IMP] better layout for 'no blog post'
bzr revid: fp@tinyerp.com-20140205084854-avk2i1a2b3mvv37y
2014-02-05 09:48:54 +01:00
ajay javiya (OpenERP) ae1fbf20d1 [IMP] : onclick share open new window
bzr revid: aja@tinyerp.com-20140204184529-a99d3g1mq43xzoko
2014-02-05 00:15:29 +05:30
Mahendra Barad (OpenERP) 59cc4f2d7f [ADD]demo data
bzr revid: mba@tinyerp.com-20140204095958-kx27zprz58g2e680
2014-02-04 15:29:58 +05:30
ajay javiya (OpenERP) de2177bb26 [MERGE] : with main
bzr revid: aja@tinyerp.com-20140204072402-ra7u1t0nmyot6j0j
2014-02-04 12:54:02 +05:30
Mahendra Barad (OpenERP) 91459c931b [IMP]imporved demo data
bzr revid: mba@tinyerp.com-20140203120515-oddwj82hw1v7kauh
2014-02-03 17:35:15 +05:30
Christophe Matthieu d08ca544db [MERGE] from sass-3
bzr revid: chm@openerp.com-20140203120437-5a1w6v46vrokkr5d
2014-02-03 13:04:37 +01:00
Christophe Matthieu d23f8425ad [FIX] website tour: flickering; banner auto run; work with different language
bzr revid: chm@openerp.com-20140203112816-c350lxr5pgo9x2li
2014-02-03 12:28:16 +01:00
ajay javiya (OpenERP) cdd0470877 [MERGE]: with main
bzr revid: aja@tinyerp.com-20140203051026-n7bw5f26kzu94obx
2014-02-03 10:40:26 +05:30
Mahendra Barad (OpenERP) 92fb702d9f [REV]revert last rev
bzr revid: mba@tinyerp.com-20140203045540-nw863fk48tiwmgwr
2014-02-03 10:25:40 +05:30
ddm@openerp.com c5da05715c Merge trunk
bzr revid: ddm@openerp.com-20140131171707-62mipquizz9k36ko
2014-01-31 18:17:07 +01:00
ddm@openerp.com 9428c563d5 chm patch
bzr revid: ddm@openerp.com-20140131132243-xsahk1e6rikv0a34
2014-01-31 14:22:43 +01:00
Mahendra Barad (OpenERP) 66cd601666 [IMP]added font
bzr revid: mba@tinyerp.com-20140131124941-6avc8u8ra7gcpwqi
2014-01-31 18:19:41 +05:30
Antony Lesuisse 059715b348 [MERGE] trunk-website-al fix tour startup
bzr revid: al@openerp.com-20140131132610-orsceg18a31hifch
2014-01-31 14:26:10 +01:00
Mahendra Barad (OpenERP) 1b9b674684 [IMP]imporved css
bzr revid: mba@tinyerp.com-20140131114041-h33ognwu2pzdw4gt
2014-01-31 17:10:41 +05:30
ajay javiya (OpenERP) c556c0b54b [FIX] : Header should have full height background and revert unwanted chages
bzr revid: aja@tinyerp.com-20140131113325-ry2fi5poilcx0498
2014-01-31 17:03:25 +05:30
Nicolas Wisniewski 93bbdc6b53 [IMP] Add some video to manisfest ( website, website_blog, website_event, website_ecommerce)
bzr revid: nwi@openerp.com-20140228110637-dh15ixb2nppikuif
2014-02-28 12:06:37 +01:00
Mahendra Barad (OpenERP) f0da1bd3c3 [IMP]reload bg color if image not present
bzr revid: mba@tinyerp.com-20140131094157-gny5h8ngn8jbo8xy
2014-01-31 15:11:57 +05:30
Olivier Dony 1a63261096 [IMP] website apps flagged as such: website, website_event (replaces event), website_blog, website_sale
bzr revid: odo@openerp.com-20140131092721-r8ye1nc6abbgrg5j
2014-01-31 10:27:21 +01:00
Mahendra Barad (OpenERP) e91d309d7b [IMP]improve the blog view
bzr revid: mba@tinyerp.com-20140131090457-w0f4eoc1s12myr57
2014-01-31 14:34:57 +05:30
Mahendra Barad (OpenERP) d5a7848eb5 [IMP]demo data and css for img banner
bzr revid: mba@tinyerp.com-20140131064833-38zk9976w6gkqivd
2014-01-31 12:18:33 +05:30
ajay javiya (OpenERP) 7345ecdcae [ADD] : lib page transition
bzr revid: aja@tinyerp.com-20140131052950-0w167nsniujn2ij7
2014-01-31 10:59:50 +05:30
ajay javiya (OpenERP) ccd4768cb6 [MERGE] : with main
bzr revid: aja@tinyerp.com-20140131050641-myqx720j2gsnywn1
2014-01-31 10:36:41 +05:30
Antony Lesuisse 4b30f1fcbd [MERGE] trunk-website-al
bzr revid: al@openerp.com-20140131005157-jkf8hz6fh2buml2c
2014-01-31 01:51:57 +01:00
Christophe Matthieu 5400c508e5 [FIX] website tour test
bzr revid: chm@openerp.com-20140130232330-kgrw8e7d0ez3f3pp
2014-01-31 00:23:30 +01:00
Christophe Matthieu ed45f41f9b [FIX] website tour test + add test for shop
bzr revid: chm@openerp.com-20140130224453-e0drwj4m54vymahz
2014-01-30 23:44:53 +01:00
Christophe Matthieu 5e10f80cd4 [fix] website: test tour
bzr revid: chm@openerp.com-20140130215717-h211wj65wl20zfru
2014-01-30 22:57:17 +01:00
Christophe Matthieu 110f3dd910 [IMP] website tour: refactoring: Check dom insead of trigger
bzr revid: chm@openerp.com-20140130210001-kiecx5nde2um3ni1
2014-01-30 22:00:01 +01:00
ajay javiya (OpenERP) 886b3d805c [ADD]: page transition lib
bzr revid: aja@tinyerp.com-20140130132528-oezvqvf4qxn5qxe9
2014-01-30 18:55:28 +05:30
ajay javiya (OpenERP) d67018bf0f [ADD] : contentshare lib and modified to remove other tooltipaster lib depency replace with bootstrap poopover for contentshare on twitter
bzr revid: aja@tinyerp.com-20140130073808-38p8lq46046y3yav
2014-01-30 13:08:08 +05:30
openerp-sle 4183310021 [FIX] website_blog: correct comments anchors
bzr revid: openerp-sle@openerp-sle.home-20140129142034-6hl5s3vfzi5nuozj
2014-01-29 15:20:34 +01:00
Mahendra Barad (OpenERP) 361c56dcc8 [Add]counter on blog
bzr revid: mba@tinyerp.com-20140129124540-3uav6ns35h9y2owg
2014-01-29 18:15:40 +05:30
Mahendra Barad (OpenERP) f0a2cebb93 [Add]demo data in website_blog
bzr revid: mba@tinyerp.com-20140129115530-2dbt32c2ogy1088p
2014-01-29 17:25:30 +05:30
ajay javiya (OpenERP) d9992845d1 [ADD]: customize option for blog footer display , short description about author(Written By) and Published In
bzr revid: aja@tinyerp.com-20140129110817-yjxe1zvnfxbvch95
2014-01-29 16:38:17 +05:30
ajay javiya (OpenERP) 6a11a5b1cf [ADD] : customize option for blog background cover
bzr revid: aja@tinyerp.com-20140129092750-p24fv06yt4ydnz75
2014-01-29 14:57:50 +05:30
Fabien Pinckaers f768a186b2 [IMP] Blog Tutorial
bzr revid: fp@tinyerp.com-20140128215446-kcli2g34s34qlyqw
2014-01-28 22:54:46 +01:00
Antony Lesuisse d4bbe13963 [REM] t-href is now t-attf-href
bzr revid: al@openerp.com-20140128205017-47rxm2xbb84dmjas
2014-01-28 21:50:17 +01:00
Fabien Meghazi 40c7ce4b1c [REV] Revert t-href and t-action removal
bzr revid: fme@openerp.com-20140128161531-t0m0hqpk5u871rwg
2014-01-28 17:15:31 +01:00
Fabien Meghazi 4a9d1489b3 [CHG] Make templates less readable by removing t-href and t-action
bzr revid: fme@openerp.com-20140128154909-oau6aq702rw062gy
2014-01-28 16:49:09 +01:00
Fabien Pinckaers c974af606d [IMP] fix manifest links
bzr revid: fp@tinyerp.com-20140127224957-n3gb6x82n74w1xaq
2014-01-27 23:49:57 +01:00
Antony Lesuisse 3d880fcf6a [FIX] blog empty blog wording
bzr revid: al@openerp.com-20140127191444-zqr5d7uyfsrbkug1
2014-01-27 20:14:44 +01:00
Antony Lesuisse be12a577c9 [FIX] blog remove create menu test
bzr revid: al@openerp.com-20140127190111-98m5mllrkz0cz5pe
2014-01-27 20:01:11 +01:00
Antony Lesuisse 537fd17a0c [FIX] blog remove create menu wizard act window
bzr revid: al@openerp.com-20140127185553-drqj922853c0ln8y
2014-01-27 19:55:53 +01:00
Antony Lesuisse 60dc25a5fb [FIX] blog remove empty test
bzr revid: al@openerp.com-20140127185452-0gbhiv1khzyoe6qr
2014-01-27 19:54:52 +01:00
Fabien Pinckaers 864295fa1e [IMP] no subtitle
bzr revid: fp@tinyerp.com-20140126151139-2ijcxbhife07fkqn
2014-01-26 16:11:39 +01:00
Fabien Pinckaers 06fdb79989 [IMP] Removing Add Columns Widget: duplicate is better as there are lots of different columns possible
bzr revid: fp@tinyerp.com-20140126133256-eab0jfyzn2zbeuja
2014-01-26 14:32:56 +01:00
Fabien Pinckaers beb0c7d159 [IMP] removing old stuff
bzr revid: fp@tinyerp.com-20140126131329-izjqjh2333hmxacn
2014-01-26 14:13:29 +01:00
Fabien Pinckaers 5f3efc37dd [IMP] Improving Blog HMTL, more flexibility
bzr revid: fp@tinyerp.com-20140126131112-r2wcxvjsr5woai35
2014-01-26 14:11:12 +01:00
Fabien Pinckaers 118b7cc96f [FIX] Blog month translated
bzr revid: fp@tinyerp.com-20140126115751-4lt8hyb1gkthituw
2014-01-26 12:57:51 +01:00
Fabien Pinckaers eb71671bc4 [FIX] ID conflict crash at install
bzr revid: fp@tinyerp.com-20140126115052-ndzqd723bq1wsa5p
2014-01-26 12:50:52 +01:00
Christophe Simonis 16db944365 [IMP] website_blog: rename "Category" to "Blogs"
bzr revid: chs@openerp.com-20140124162251-3kkn3n17uqum1scu
2014-01-24 17:22:51 +01:00
Fabien Meghazi d6690455e9 [REM] Removed preload_records
This feature will be stripped down and moved to server's ir.http#_dispatch()

bzr revid: fme@openerp.com-20140123150448-3hhlj4vytr82k88n
2014-01-23 16:04:48 +01:00
Fabien Meghazi df63fcba81 [MERGE] upstream
bzr revid: fme@openerp.com-20140122102232-77lvvwpzet58sa7p
2014-01-22 11:22:32 +01:00
Christophe Matthieu b38d4d8a81 [FIX] website_blog: tour
bzr revid: chm@openerp.com-20140121152307-kx92ee0za0w0pprr
2014-01-21 16:23:07 +01:00
Christophe Matthieu 4ff1af4d01 [FIX] website: display or not editor edit button; website_sale: test tour; website: contact qweb widget
bzr revid: chm@openerp.com-20140121123912-0ya4ziusj09efti3
2014-01-21 13:39:12 +01:00
Fabien Meghazi c1f0fb5ed1 [MERGE] upstream
bzr revid: fme@openerp.com-20140120161145-ntxx6y01vekk3tg2
2014-01-20 17:11:45 +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
Christophe Matthieu 5d78f8f064 [FIX] website: import full_path
bzr revid: chm@openerp.com-20140121100524-elxz0n8qfve1iefr
2014-01-21 11:05:24 +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
Christophe Matthieu 53d8280f1d [IMP] website: test class with test for website_sale sale process
bzr revid: chm@openerp.com-20140120182643-tw65rig4qqi3sqqf
2014-01-20 19:26:43 +01:00
Christophe Matthieu 4ff74cbf99 [IMP] website: editor menus is displayed in function of users groups (event, blog...)
bzr revid: chm@openerp.com-20140116180535-c736cuxn12qghiea
2014-01-16 19:05:35 +01:00
Fabien Meghazi 96c79572f8 [FIX] test ui should use /login route for auto login
bzr revid: fme@openerp.com-20140115161318-v8ksw0u0u1mpgn0x
2014-01-15 17:13:18 +01:00
Christophe Matthieu 52e4cb3f99 [IMP] website_job: no job offer found message, better template, and fix type
bzr revid: chm@openerp.com-20140115160219-mqh0sx869zfwk1g7
2014-01-15 17:02:19 +01:00
Christophe Matthieu 57273279db [IMP] website_blog: no blog post found message
bzr revid: chm@openerp.com-20140115155211-61zcen9fjnatzyfr
2014-01-15 16:52:11 +01:00
Christophe Matthieu fbb74096e3 [FIX] website_blog: employee can't post a comment
bzr revid: chm@openerp.com-20140114105802-ztc2d398zuz100z0
2014-01-14 11:58:02 +01:00
Christophe Matthieu 9987b9a858 [FIX] website_blog: Customize: Blog Category
bzr revid: chm@openerp.com-20140113152038-rrc3x3sfcjoppvvk
2014-01-13 16:20:38 +01:00
Christophe Matthieu 74c9840476 [FIX] website_blog: Customize: Authors
bzr revid: chm@openerp.com-20140113151708-gyii0v2gg3ljxwcp
2014-01-13 16:17:08 +01:00
Christophe Matthieu cf15dfb490 [FIX] website_blog: Customize: Author
bzr revid: chm@openerp.com-20140113150859-cmj22j72syvosmmg
2014-01-13 16:08:59 +01:00
ddm@openerp.com 44adcd9f2d [FIX] ugly race condition hack
bzr revid: ddm@openerp.com-20140110132734-n0ip9wyinw19c76e
2014-01-10 14:27:34 +01:00
ddm@openerp.com 715f5355e0 [FIX] remove ugly non-fix
bzr revid: ddm@openerp.com-20140109134446-1hy61f37dqclt3g4
2014-01-09 14:44:46 +01:00
ddm@openerp.com 38ffa6f93e [IMP] event UI tests
bzr revid: ddm@openerp.com-20140108171225-tzarqg6xy8a7sez3
2014-01-08 18:12:25 +01:00
ddm@openerp.com 56e5fc3c05 [FIX] UI blog tests
bzr revid: ddm@openerp.com-20140107171841-ysj0qzb9g3hqbvad
2014-01-07 18:18:41 +01:00
Christophe Matthieu c4ea06327c [FIX] website: typo
bzr revid: chm@openerp.com-20140106103855-vjd6ro0w4m0xkfrc
2014-01-06 11:38:55 +01:00
ddm 0e430008bd [IMP] Added blog UI test
bzr revid: ddm@openerp.com-20140102151115-16mlisduee7zav6g
2014-01-02 16:11:15 +01:00
ddm 0753a436b3 [FIX] Fixed popovers in blog tour
bzr revid: ddm@openerp.com-20131231103436-4i70wc0mffbhrujx
2013-12-31 11:34:36 +01:00
ddm 4f0ad3f64a [IMP] Basic support for ui tests
bzr revid: ddm@openerp.com-20131218145628-9oqxlwy4g05n4jwa
2013-12-18 15:56:28 +01:00
ddm 7ce0b5a69e [FIX] Main object for blog posts (promote)
bzr revid: ddm@openerp.com-20131216085636-y1h0h4ig9pbv9bcm
2013-12-16 09:56:36 +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
ddm 5c36fdc60c [FIX] Fix publish in blog+event tutorials
bzr revid: ddm@openerp.com-20131212101134-vhppxic7pz45ox7l
2013-12-12 11:11:34 +01:00
ddm 0c699923e1 [FIX] Restore tutorial on blog install
bzr revid: ddm@openerp.com-20131212100316-ipy9vnrg4k05t0m2
2013-12-12 11:03:16 +01:00
ddm bdc04dcf44 [FIX] Blog tour
bzr revid: ddm@openerp.com-20131211182159-0yz02kdubxjgak3f
2013-12-11 19:21:59 +01:00
Christophe Matthieu 17e132bb01 [FIX] website: order of script for editor and tours
bzr revid: chm@openerp.com-20131211153345-6hand0upjjqba85f
2013-12-11 16:33:45 +01:00
Christophe Matthieu 2257e8d431 [IMP] website: change editable and use groups
bzr revid: chm@openerp.com-20131211145930-r0izxh9t0efjwhxh
2013-12-11 15:59:30 +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 8f2f589561 [FIX] website: typo, partner order, event demo data
bzr revid: chm@openerp.com-20131211112617-11kdph7cieews0y8
2013-12-11 12:26:17 +01:00
ddm 6893a6ab15 [IMP] Improve automated tests
bzr revid: ddm@openerp.com-20131210163522-p23703mcu8pfdsl0
2013-12-10 17:35:22 +01:00