odoo/odoo.git
10 years ago[IMP] website snippet: create website.snippet.StyleEditor to add styles with html...
Christophe Matthieu [Thu, 21 Nov 2013 12:34:39 +0000 (13:34 +0100)]
[IMP] website snippet: create website.snippet.StyleEditor to add styles with html class and other logical process into snippet options

bzr revid: chm@openerp.com-20131121123439-wvvcdegvc1bornux

10 years ago[FIX] hacky image edit button to be less hacky, fix image fields edition/save
Xavier Morel [Thu, 21 Nov 2013 12:17:31 +0000 (13:17 +0100)]
[FIX] hacky image edit button to be less hacky, fix image fields edition/save

bzr revid: xmo@openerp.com-20131121121731-4ux9gxt8ltluw9e5

10 years ago[FIX] urlparse.parse_qs returns a dict *of lists*, eq test on values with a string...
Xavier Morel [Thu, 21 Nov 2013 12:12:35 +0000 (13:12 +0100)]
[FIX] urlparse.parse_qs returns a dict *of lists*, eq test on values with a string is always false

bzr revid: xmo@openerp.com-20131121121235-hafy7n61h3v6kb0k

10 years ago[FIX] Avoid reserved keywords as method names
ddm [Thu, 21 Nov 2013 11:49:22 +0000 (12:49 +0100)]
[FIX] Avoid reserved keywords as method names

bzr revid: ddm@openerp.com-20131121114922-w731pvjnnvqzxu42

10 years ago[IMP] Tour: better modal handling
ddm [Thu, 21 Nov 2013 11:35:07 +0000 (12:35 +0100)]
[IMP] Tour: better modal handling

bzr revid: ddm@openerp.com-20131121113507-qmz5inlge2ixkib8

10 years ago[IMP] Tour: method names
ddm [Thu, 21 Nov 2013 11:23:12 +0000 (12:23 +0100)]
[IMP] Tour: method names

bzr revid: ddm@openerp.com-20131121112312-2n8kd2tja6upji3i

10 years ago[IMP] Tour: better defaults
ddm [Thu, 21 Nov 2013 11:11:02 +0000 (12:11 +0100)]
[IMP] Tour: better defaults

bzr revid: ddm@openerp.com-20131121111102-l66jzdysdkqm7fje

10 years ago[FIX] reimplement [Edit] button on images
Xavier Morel [Thu, 21 Nov 2013 11:07:48 +0000 (12:07 +0100)]
[FIX] reimplement [Edit] button on images

Button implementation turned out to be crap:

* Didn't work at all in Firefox (!)

* Unreliable in webkit, some types of image selection wouldn't
  correctly activate the button

->

* changed RTEImageDialog to take an (optional) image element, used as
  the "source element" if provided. This allows greater reliability
  for events which may leave selection in debatable or variable
  (across browsers) state

* setup and teardown button on hover, using selection triggered issues
  with oe_overlay thing where e.g. the first click on the button would
  work but the second one would not (it'd be intercepted by the
  overlay as far as I can tell).

  This also saves a click for user, they will see the [Edit] button
  immediately when putting the cursor over the image.

bzr revid: xmo@openerp.com-20131121110748-s5e2ne3etpzwi2a6

10 years ago[FIX] fixup snippets json controller for lazyresponse changes
Xavier Morel [Thu, 21 Nov 2013 09:59:59 +0000 (10:59 +0100)]
[FIX] fixup snippets json controller for lazyresponse changes

bzr revid: xmo@openerp.com-20131121095959-lwi6mnge684pxi1q

10 years ago[IMP] Use LazyResponse for website.render()
Fabien Meghazi [Wed, 20 Nov 2013 20:28:42 +0000 (21:28 +0100)]
[IMP] Use LazyResponse for website.render()

bzr revid: fme@openerp.com-20131120202842-zethge8jykzlzjjy

10 years ago[FIX] Tour bug with snippet editor
ddm [Wed, 20 Nov 2013 15:54:44 +0000 (16:54 +0100)]
[FIX] Tour bug with snippet editor

bzr revid: ddm@openerp.com-20131120155444-yn5fovlq0q3dkpau

10 years ago[IMP] Blog tour add first section
ddm [Wed, 20 Nov 2013 15:40:42 +0000 (16:40 +0100)]
[IMP] Blog tour add first section

bzr revid: ddm@openerp.com-20131120154042-8byh7l4eifchcfe8

10 years ago[IMP] Better file naming
ddm [Wed, 20 Nov 2013 14:26:31 +0000 (15:26 +0100)]
[IMP] Better file naming

bzr revid: ddm@openerp.com-20131120142631-e4fsdx2vw7q3u3pp

10 years ago[IMP] Tour cleanup
ddm [Wed, 20 Nov 2013 13:32:34 +0000 (14:32 +0100)]
[IMP] Tour cleanup

bzr revid: ddm@openerp.com-20131120133234-s0r81qnqg74l4wlt

10 years ago[IMP] sass/compass use in website.sass
Xavier Morel [Wed, 20 Nov 2013 12:44:51 +0000 (13:44 +0100)]
[IMP] sass/compass use in website.sass

bzr revid: xmo@openerp.com-20131120124451-25m26kao051x6tam

10 years ago[IMP] website snippet: add group for styles snippets, add custom picture with style...
Christophe Matthieu [Wed, 20 Nov 2013 11:52:50 +0000 (12:52 +0100)]
[IMP] website snippet: add group for styles snippets, add custom picture with style snippet, mouseover and mouseout preview, fix dark css class in demo data

bzr revid: chm@openerp.com-20131120115250-etqv5ofqguze0zsj

10 years ago[IMP] Event tour continue
ddm [Wed, 20 Nov 2013 11:18:41 +0000 (12:18 +0100)]
[IMP] Event tour continue

bzr revid: ddm@openerp.com-20131120111841-vrei1vmt14trw5kh

10 years ago[IMP] Event tour steps
ddm [Wed, 20 Nov 2013 11:18:17 +0000 (12:18 +0100)]
[IMP] Event tour steps

bzr revid: ddm@openerp.com-20131120111817-0c9s61c433mlw901

10 years ago[IMP] Event tour scaffholding
ddm [Wed, 20 Nov 2013 11:17:21 +0000 (12:17 +0100)]
[IMP] Event tour scaffholding

bzr revid: ddm@openerp.com-20131120111721-uw7xiizsh0wd7n3y

10 years ago[IMP] Tour code cleanup
ddm [Wed, 20 Nov 2013 11:07:57 +0000 (12:07 +0100)]
[IMP] Tour code cleanup

bzr revid: ddm@openerp.com-20131120110757-lq4gnmxj9nf1e7p0

10 years ago[IMP] Simplify tour declaration II
ddm [Wed, 20 Nov 2013 11:02:33 +0000 (12:02 +0100)]
[IMP] Simplify tour declaration II

bzr revid: ddm@openerp.com-20131120110233-1hoc40q2wrs0739d

10 years ago[IMP] Simplify tour declaration
ddm [Wed, 20 Nov 2013 10:52:05 +0000 (11:52 +0100)]
[IMP] Simplify tour declaration

bzr revid: ddm@openerp.com-20131120105205-u5w4167rposrfazd

10 years ago[IMP] Shop tour code cleanup
ddm [Wed, 20 Nov 2013 10:41:07 +0000 (11:41 +0100)]
[IMP] Shop tour code cleanup

bzr revid: ddm@openerp.com-20131120104107-hoiu7n6cq68qf69u

10 years ago[IMP] Blog tour code cleanup
ddm [Wed, 20 Nov 2013 10:39:07 +0000 (11:39 +0100)]
[IMP] Blog tour code cleanup

bzr revid: ddm@openerp.com-20131120103907-06dfmxjhq7ad18wz

10 years ago[IMP] Blog tutorial first steps
ddm [Wed, 20 Nov 2013 10:24:20 +0000 (11:24 +0100)]
[IMP] Blog tutorial first steps

bzr revid: ddm@openerp.com-20131120102420-idavehs3hgb8y7v6

10 years ago[IMP] Blog tour scaffolding
ddm [Wed, 20 Nov 2013 09:44:23 +0000 (10:44 +0100)]
[IMP] Blog tour scaffolding

bzr revid: ddm@openerp.com-20131120094423-ra4e6xmmty6pmpk2

10 years ago[REM] apparently unnecessary icons
Xavier Morel [Wed, 20 Nov 2013 09:11:47 +0000 (10:11 +0100)]
[REM] apparently unnecessary icons

bzr revid: xmo@openerp.com-20131120091147-4vshzojq6mwhvice

10 years ago[REM] CKEDITOR development source, 4.3 final added to web client
Xavier Morel [Wed, 20 Nov 2013 08:01:42 +0000 (09:01 +0100)]
[REM] CKEDITOR development source, 4.3 final added to web client

bzr revid: xmo@openerp.com-20131120080142-x5vewroum39jwn3g

10 years ago[IMP] website_hr_recruitment: clear url path
Christophe Matthieu [Tue, 19 Nov 2013 16:14:03 +0000 (17:14 +0100)]
[IMP] website_hr_recruitment: clear url path

bzr revid: chm@openerp.com-20131119161403-wsqwgfi9w3ythjeg

10 years ago[IMP] Changed tour message based on apr's request
ddm [Tue, 19 Nov 2013 16:13:11 +0000 (17:13 +0100)]
[IMP] Changed tour message based on apr's request

bzr revid: ddm@openerp.com-20131119161311-33to93uqz7mr2t5m

10 years ago[FIX] Mobile preview backdrop issue
ddm [Tue, 19 Nov 2013 16:02:15 +0000 (17:02 +0100)]
[FIX] Mobile preview backdrop issue

bzr revid: ddm@openerp.com-20131119160215-3ti0sc1au0083mve

10 years ago[CHG] **kw don't prevent url searching/listing anymore
Xavier Morel [Tue, 19 Nov 2013 15:42:54 +0000 (16:42 +0100)]
[CHG] **kw don't prevent url searching/listing anymore

After discussion and addition of support for the methods parameter (on
@route), it's been determined that:

* POST endpoint must set up method correctly

* **kw on GET endpoints must be completely optional, mandatory query
    arguments should be added as formal parameters without a default
    values

* URLs can thus be generated for methods with **kw, simply by ignoring
  it entirely

bzr revid: xmo@openerp.com-20131119154254-vp0zfnzjvi451vv0

10 years ago[FIX] Shop tutorial false start
ddm [Tue, 19 Nov 2013 15:39:08 +0000 (16:39 +0100)]
[FIX] Shop tutorial false start

bzr revid: ddm@openerp.com-20131119153908-8n1kse1y2js7v8oj

10 years ago[IMP] website_sale: Remove new button
Christophe Matthieu [Tue, 19 Nov 2013 15:29:03 +0000 (16:29 +0100)]
[IMP] website_sale: Remove new button

bzr revid: chm@openerp.com-20131119152903-r1h3slpy5vigfor4

10 years ago[IMP] website_sale: breadcrum layout in my cart
Christophe Matthieu [Tue, 19 Nov 2013 15:23:44 +0000 (16:23 +0100)]
[IMP] website_sale: breadcrum layout in my cart

bzr revid: chm@openerp.com-20131119152344-w2f56nmd2ce0spon

10 years ago[FIX] Fixes to shop tour
ddm [Tue, 19 Nov 2013 15:10:59 +0000 (16:10 +0100)]
[FIX] Fixes to shop tour

bzr revid: ddm@openerp.com-20131119151059-8xl169vodupwy8xw

10 years ago[IMP] website: group website_publisher and website_designer grouped in the user form
Christophe Matthieu [Tue, 19 Nov 2013 14:57:14 +0000 (15:57 +0100)]
[IMP] website: group website_publisher and website_designer grouped in the user form

bzr revid: chm@openerp.com-20131119145714-ot106cxrv0w1qfi8

10 years ago[IMP] website editor: better rendering of the popover when failure write raise by...
Christophe Matthieu [Tue, 19 Nov 2013 14:32:59 +0000 (15:32 +0100)]
[IMP] website editor: better rendering of the popover when failure write raise by except_osv.

bzr revid: chm@openerp.com-20131119143259-vm7o3vq79358h56w

10 years ago[ADD] website.parseHash() & parseSearch() helpers
Fabien Meghazi [Tue, 19 Nov 2013 14:20:07 +0000 (15:20 +0100)]
[ADD] website.parseHash() & parseSearch() helpers

bzr revid: fme@openerp.com-20131119142007-sf2u3s6x46okkotm

10 years ago[IMP] website: add website_designer group and access rules to edit qweb view
Christophe Matthieu [Tue, 19 Nov 2013 13:57:17 +0000 (14:57 +0100)]
[IMP] website: add website_designer group and access rules to edit qweb view

bzr revid: chm@openerp.com-20131119135717-6sv54lpm5smybsib

10 years ago[FIX] website editor for IE
Christophe Matthieu [Tue, 19 Nov 2013 13:57:04 +0000 (14:57 +0100)]
[FIX] website editor for IE

bzr revid: chm@openerp.com-20131119135704-rnva3skoh55h3eti

10 years ago[MOV] Moved methods filtering support from @website.route to @http.route
Fabien Meghazi [Tue, 19 Nov 2013 13:54:28 +0000 (14:54 +0100)]
[MOV] Moved methods filtering support from @website.route to @http.route

bzr revid: fme@openerp.com-20131119135428-fm3bfbp83anoxgo6

10 years ago[IMP] add img-responsive to images generated via dialog
Xavier Morel [Tue, 19 Nov 2013 13:11:13 +0000 (14:11 +0100)]
[IMP] add img-responsive to images generated via dialog

avoids having the image end up larger than its container

bzr revid: xmo@openerp.com-20131119131113-9010p4tubk1yz10s

10 years ago[FIX] cleanup image edition button on editor save
Xavier Morel [Tue, 19 Nov 2013 12:55:20 +0000 (13:55 +0100)]
[FIX] cleanup image edition button on editor save

bzr revid: xmo@openerp.com-20131119125520-qpts34qbx1oofdc1

10 years ago[ADD] note about leftover task
Xavier Morel [Tue, 19 Nov 2013 12:29:06 +0000 (13:29 +0100)]
[ADD] note about leftover task

bzr revid: xmo@openerp.com-20131119122906-9meh7ubye952o67j

10 years ago[FIX] Missing double quotes
ddm [Tue, 19 Nov 2013 12:26:05 +0000 (13:26 +0100)]
[FIX] Missing double quotes

bzr revid: ddm@openerp.com-20131119122605-o6tjpfq7be5tn6zk

10 years ago[IMP] Shop tutorial continued
ddm [Tue, 19 Nov 2013 12:23:19 +0000 (13:23 +0100)]
[IMP] Shop tutorial continued

bzr revid: ddm@openerp.com-20131119122319-45fu90nooiwb7so7

10 years ago[IMP] Content->New Product asks for name of product
Fabien Meghazi [Tue, 19 Nov 2013 11:38:22 +0000 (12:38 +0100)]
[IMP] Content->New Product asks for name of product

bzr revid: fme@openerp.com-20131119113822-ve7bl516xowa7u1f

10 years ago[FIX] fix ModelConverter.regex for realsies
Xavier Morel [Tue, 19 Nov 2013 11:32:05 +0000 (12:32 +0100)]
[FIX] fix ModelConverter.regex for realsies

bzr revid: xmo@openerp.com-20131119113205-osz07kc5t8xmf05f

10 years ago[FIX] ModelConverter regex part 1
Xavier Morel [Tue, 19 Nov 2013 11:20:56 +0000 (12:20 +0100)]
[FIX] ModelConverter regex part 1

bzr revid: xmo@openerp.com-20131119112056-ivcevk7strj9xy8v

10 years ago[IMP] Content->New Event asks for event name
Fabien Meghazi [Tue, 19 Nov 2013 11:06:56 +0000 (12:06 +0100)]
[IMP] Content->New Event asks for event name

bzr revid: fme@openerp.com-20131119110656-8t24pyew9xw17gop

10 years ago[IMP] Simplify js_link2post event
Fabien Meghazi [Tue, 19 Nov 2013 11:06:12 +0000 (12:06 +0100)]
[IMP] Simplify js_link2post event

bzr revid: fme@openerp.com-20131119110612-uc4j1l6xexrt9fyt

10 years ago[ADD] website.form() helper
Fabien Meghazi [Tue, 19 Nov 2013 10:59:14 +0000 (11:59 +0100)]
[ADD] website.form() helper

bzr revid: fme@openerp.com-20131119105914-7nynparxv7k5iseh

10 years ago[FIX] bug preventing form creation on the fly
Fabien Meghazi [Tue, 19 Nov 2013 10:46:41 +0000 (11:46 +0100)]
[FIX] bug preventing form creation on the fly

bzr revid: fme@openerp.com-20131119104641-8nuihwm2x1xvidhb

10 years ago[IMP] website: add a group_website_publisher to Display Editor Bar on Website and...
Christophe Matthieu [Tue, 19 Nov 2013 10:30:42 +0000 (11:30 +0100)]
[IMP] website: add a group_website_publisher to Display Editor Bar on Website and other editable option

bzr revid: chm@openerp.com-20131119103042-stdyd6r00e1zgli5

10 years ago[ADD] links find-as-you-type, name_search for filtered url generation
Xavier Morel [Tue, 19 Nov 2013 10:26:50 +0000 (11:26 +0100)]
[ADD] links find-as-you-type, name_search for filtered url generation

bzr revid: xmo@openerp.com-20131119102650-u2lkfp7b2x3pohnd

10 years ago[MERGE] from trunk
Xavier Morel [Tue, 19 Nov 2013 10:25:52 +0000 (11:25 +0100)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20131119102552-f8d03meddylwseyr

10 years ago[IMP] url generation & filtering
Xavier Morel [Tue, 19 Nov 2013 10:21:17 +0000 (11:21 +0100)]
[IMP] url generation & filtering

* add filtering in enumerate_pages directly
* make ModelConverter use name_search for generation

todo: per-request name_get caching/coalescing?

bzr revid: xmo@openerp.com-20131119102117-p7de3t93qex1n28q

10 years ago[IMP] don't match numbers within the slug, only match numeric runs at the end of it
Xavier Morel [Tue, 19 Nov 2013 09:50:59 +0000 (10:50 +0100)]
[IMP] don't match numbers within the slug, only match numeric runs at the end of it

bzr revid: xmo@openerp.com-20131119095059-yuininxcy0kiz9qh

10 years ago[IMP] Improve tour registration
ddm [Tue, 19 Nov 2013 09:43:53 +0000 (10:43 +0100)]
[IMP] Improve tour registration

bzr revid: ddm@openerp.com-20131119094353-kg04ijualwtsz1lo

10 years ago[FIX] event_sale: 'product.product' object has no attribute 'onchange_event_ok' ...
Christophe Matthieu [Tue, 19 Nov 2013 09:09:46 +0000 (10:09 +0100)]
[FIX] event_sale: 'product.product' object has no attribute 'onchange_event_ok' => product.template

bzr revid: chm@openerp.com-20131119090946-p6wtc1j6u4jkm72i

10 years ago[IMP] Start eCommerce tutorial on install
ddm [Tue, 19 Nov 2013 09:08:12 +0000 (10:08 +0100)]
[IMP] Start eCommerce tutorial on install

bzr revid: ddm@openerp.com-20131119090812-amjdzjfh5xwoouex

10 years ago[IMP] Code conventions
ddm [Tue, 19 Nov 2013 08:21:08 +0000 (09:21 +0100)]
[IMP] Code conventions

bzr revid: ddm@openerp.com-20131119082108-6kq735qcsoojtd8j

10 years ago[IMP] Small layout issues
Fabien Pinckaers [Mon, 18 Nov 2013 20:58:59 +0000 (21:58 +0100)]
[IMP] Small layout issues

bzr revid: fp@openerp.com-20131118205859-hc8eh32m0p32f33l

10 years ago[FIX] website snippet: banner editor and remove slide method
Christophe Matthieu [Mon, 18 Nov 2013 16:43:01 +0000 (17:43 +0100)]
[FIX] website snippet: banner editor and remove slide method

bzr revid: chm@openerp.com-20131118164301-v83knbdib3iirftb

10 years ago[FIX] pager and top title layout issue
Fabien Pinckaers [Mon, 18 Nov 2013 15:10:32 +0000 (16:10 +0100)]
[FIX] pager and top title layout issue

bzr revid: fp@tinyerp.com-20131118151032-g3149wuf86pvfe1x

10 years ago[IMP] website_blog: display list of tags on Right Column
Christophe Matthieu [Mon, 18 Nov 2013 15:05:10 +0000 (16:05 +0100)]
[IMP] website_blog: display list of tags on Right Column

bzr revid: chm@openerp.com-20131118150510-1cqewicjy0ibt2yg

10 years ago[IMP] website_blog: remove category in blog post short
Christophe Matthieu [Mon, 18 Nov 2013 14:46:28 +0000 (15:46 +0100)]
[IMP] website_blog: remove category in blog post short

bzr revid: chm@openerp.com-20131118144628-e3ml9naiwdun1v6v

10 years ago[FIX] website_blog: category active
Christophe Matthieu [Mon, 18 Nov 2013 14:41:08 +0000 (15:41 +0100)]
[FIX] website_blog: category active

bzr revid: chm@openerp.com-20131118144108-jupdlu19g1d9r66t

10 years ago[IMP] website_blog: add breadcrumb; [IMP] clean links
Christophe Matthieu [Mon, 18 Nov 2013 14:35:30 +0000 (15:35 +0100)]
[IMP] website_blog: add breadcrumb; [IMP] clean links

bzr revid: chm@openerp.com-20131118143530-5205sp6q7xp6lbj7

10 years ago[FIX] Edit menu item
Fabien Meghazi [Mon, 18 Nov 2013 13:30:27 +0000 (14:30 +0100)]
[FIX] Edit menu item

bzr revid: fme@openerp.com-20131118133027-85wk8x487ecqw1pm

10 years ago[ADD] breadcrumb return_url to Website
Fabien Meghazi [Mon, 18 Nov 2013 12:49:58 +0000 (13:49 +0100)]
[ADD] breadcrumb return_url to Website

bzr revid: fme@openerp.com-20131118124958-j1t85mywopoawtk7

10 years ago[IMP] website_blog: remember navigating in different blogs
Christophe Matthieu [Mon, 18 Nov 2013 11:07:47 +0000 (12:07 +0100)]
[IMP] website_blog: remember navigating in different blogs

bzr revid: chm@openerp.com-20131118110747-0ynf60g1oys06fyw

10 years ago[IMP] html reduction
Fabien Pinckaers [Mon, 18 Nov 2013 10:42:59 +0000 (11:42 +0100)]
[IMP] html reduction

bzr revid: fp@tinyerp.com-20131118104259-3q2zifybopjarxzp

10 years ago[FIX] website_blog: search by date for tags
Christophe Matthieu [Mon, 18 Nov 2013 10:35:11 +0000 (11:35 +0100)]
[FIX] website_blog: search by date for tags

bzr revid: chm@openerp.com-20131118103511-pcwp07slp5fu8dh9

10 years ago[IMP] website_blog: replace search by date in js to search server side
Christophe Matthieu [Mon, 18 Nov 2013 10:33:29 +0000 (11:33 +0100)]
[IMP] website_blog: replace search by date in js to search server side

bzr revid: chm@openerp.com-20131118103329-zarcgcdcyablsvtz

10 years ago[FIX] menu css: narrower selector for icon-home in order to avoid children propagation
Fabien Meghazi [Mon, 18 Nov 2013 09:58:59 +0000 (10:58 +0100)]
[FIX] menu css: narrower selector for icon-home in order to avoid children propagation

bzr revid: fme@openerp.com-20131118095859-jizw6limr2b67xyt

10 years ago[IMP] Wording
Fabien Pinckaers [Sun, 17 Nov 2013 20:39:35 +0000 (21:39 +0100)]
[IMP] Wording

bzr revid: fp@openerp.com-20131117203935-7s00nco81cv2s3jt

10 years ago[IMP] small fixes in layout
Fabien Pinckaers [Sun, 17 Nov 2013 11:30:44 +0000 (12:30 +0100)]
[IMP] small fixes in layout

bzr revid: fp@openerp.com-20131117113044-7ly3zt2yz78r8ng2

10 years ago[FIX] Small issue in layout
Fabien Pinckaers [Sun, 17 Nov 2013 11:07:20 +0000 (12:07 +0100)]
[FIX] Small issue in layout

bzr revid: fp@openerp.com-20131117110720-b0jdwk9ywlxrug2u

10 years ago[IMP] wording
Fabien Pinckaers [Sun, 17 Nov 2013 10:18:08 +0000 (11:18 +0100)]
[IMP] wording

bzr revid: fp@openerp.com-20131117101808-6u2ydvm1xuy4ytql

10 years ago[IMP] /blog controler and simplification of dates navigation
Fabien Pinckaers [Sun, 17 Nov 2013 10:16:57 +0000 (11:16 +0100)]
[IMP] /blog controler and simplification of dates navigation

bzr revid: fp@openerp.com-20131117101657-m3ybugh98ts92d6p

10 years ago[IMP] order of blog right boxes
Fabien Pinckaers [Sun, 17 Nov 2013 07:25:32 +0000 (08:25 +0100)]
[IMP] order of blog right boxes

bzr revid: fp@openerp.com-20131117072532-8qedn5wrpk9kktna

10 years ago[IMP] no delivery proposition if none available
Fabien Pinckaers [Sat, 16 Nov 2013 22:44:42 +0000 (23:44 +0100)]
[IMP] no delivery proposition if none available

bzr revid: fp@openerp.com-20131116224442-f6xat1zd064iog4y

10 years ago[FIX] access right with sale with event crashed [NEW] website_sale_delivery module
Fabien Pinckaers [Sat, 16 Nov 2013 22:43:06 +0000 (23:43 +0100)]
[FIX] access right with sale with event crashed [NEW] website_sale_delivery module

bzr revid: fp@openerp.com-20131116224306-7is2hawhhpzazie3

10 years ago[IMP] wording
Fabien Pinckaers [Sat, 16 Nov 2013 17:49:35 +0000 (18:49 +0100)]
[IMP] wording

bzr revid: fp@openerp.com-20131116174935-wcki8pnvy1cf9qfe

10 years ago[FIX] bugin view inheritancy
Fabien Pinckaers [Sat, 16 Nov 2013 17:45:05 +0000 (18:45 +0100)]
[FIX] bugin view inheritancy

bzr revid: fp@openerp.com-20131116174505-a4oqj3m5a0ylc6r5

10 years ago[IMP] Show author instead of hide author
Fabien Pinckaers [Sat, 16 Nov 2013 17:43:25 +0000 (18:43 +0100)]
[IMP] Show author instead of hide author

bzr revid: fp@openerp.com-20131116174325-kllfp277w4vu1fjd

10 years ago[IMP] most data-publish removed
Fabien Pinckaers [Sat, 16 Nov 2013 17:36:36 +0000 (18:36 +0100)]
[IMP] most data-publish removed

bzr revid: fp@openerp.com-20131116173636-atrxzu1if4fjumhp

10 years ago[IMP] Event page improved
Fabien Pinckaers [Sat, 16 Nov 2013 16:40:23 +0000 (17:40 +0100)]
[IMP] Event page improved

bzr revid: fp@openerp.com-20131116164023-lwxgznhd3u51pzm2

10 years ago[IMP] not published
Fabien Pinckaers [Sat, 16 Nov 2013 16:19:58 +0000 (17:19 +0100)]
[IMP] not published

bzr revid: fp@openerp.com-20131116161958-19gt5vnmne20f0yo

10 years ago[IMP] primary button for follow blog
Fabien Pinckaers [Sat, 16 Nov 2013 15:13:44 +0000 (16:13 +0100)]
[IMP] primary button for follow blog

bzr revid: fp@openerp.com-20131116151344-8hjt2kwz4fakpkep

10 years ago[IMP] Cleaning code of followers and website_published, 200 lines removed
Fabien Pinckaers [Sat, 16 Nov 2013 15:09:27 +0000 (16:09 +0100)]
[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

10 years ago[FIX] HR Recruitment, numbers
Fabien Pinckaers [Sat, 16 Nov 2013 09:58:14 +0000 (10:58 +0100)]
[FIX] HR Recruitment, numbers

bzr revid: fp@openerp.com-20131116095814-xk9wu0mqhxrh847c

10 years ago[iMP] Order of published/unpublished documents
Fabien Pinckaers [Sat, 16 Nov 2013 09:54:26 +0000 (10:54 +0100)]
[iMP] Order of published/unpublished documents

bzr revid: fp@openerp.com-20131116095426-lqwfdid9z1asi2se

10 years ago[iMP] Order of published/unpublished documents
Fabien Pinckaers [Sat, 16 Nov 2013 09:53:01 +0000 (10:53 +0100)]
[iMP] Order of published/unpublished documents

bzr revid: fp@openerp.com-20131116095301-3zp01vsx821odqhx

10 years ago[FIX] drop when no dropzone, [IMP] Jobs layout
Fabien Pinckaers [Sat, 16 Nov 2013 08:53:50 +0000 (09:53 +0100)]
[FIX] drop when no dropzone, [IMP] Jobs layout

bzr revid: fp@openerp.com-20131116085350-gfrm0jn7bv3ubfz7

10 years ago[FIX] Typo
ddm [Fri, 15 Nov 2013 16:41:22 +0000 (17:41 +0100)]
[FIX] Typo

bzr revid: ddm@openerp.com-20131115164122-f7smekxloh9vaf86

10 years ago[IMP] Install app tour v1
ddm [Fri, 15 Nov 2013 16:40:26 +0000 (17:40 +0100)]
[IMP] Install app tour v1

bzr revid: ddm@openerp.com-20131115164026-6i284uve1i2yh3f7

10 years ago[FIX] website_sale: click on blank cd, add to cart -> I have a webcam instead
Christophe Matthieu [Fri, 15 Nov 2013 16:30:48 +0000 (17:30 +0100)]
[FIX] website_sale: click on blank cd, add to cart -> I have a webcam instead

bzr revid: chm@openerp.com-20131115163048-i999l74bfd8t3zrh