Commit Graph

76053 Commits

Author SHA1 Message Date
Xavier Morel ff07f6dcdd [ADD] decimal precision support to float t-field rendering
bzr revid: xmo@openerp.com-20131021094533-e510uy6byck85xma
2013-10-21 11:45:33 +02:00
Xavier Morel 0a74b6ef77 [ADD] security rules for qweb.field.integer model
bzr revid: xmo@openerp.com-20131021091542-m2e213pa6kq0bmqz
2013-10-21 11:15:42 +02:00
Xavier Morel fbd72c436a [ADD] context to t-field conversion methods
bzr revid: xmo@openerp.com-20131021082840-1tdbxhpy4ut1uoif
2013-10-21 10:28:40 +02:00
Xavier Morel 53d004b6bc [FIX] test for qweb getting cr and uid
bzr revid: xmo@openerp.com-20131018144604-z39ibj61x96foatc
2013-10-18 16:46:04 +02:00
Fabien Pinckaers ac3123bbd3 [IMP] parallax default photo
bzr revid: fp@openerp.com-20131020093502-mn4c6s91up3bmqbu
2013-10-20 11:35:02 +02:00
Fabien Pinckaers 42f69cc848 [IMP] transparent background for vegetables
bzr revid: fp@openerp.com-20131020092215-ljejg7i0rh9e0km9
2013-10-20 11:22:15 +02:00
Fabien Pinckaers b52dc0d0e6 [IMP] carousel, no interval; it was too fast and continued to slide when editing
bzr revid: fp@openerp.com-20131020091918-yfr7w8a706pdnbxk
2013-10-20 11:19:18 +02:00
Fabien Pinckaers bda5d6bbfe [IMP] parallax css. I think we should use elements <img> instead of bg
bzr revid: fp@openerp.com-20131019211709-5zxz9601fw7qtu1k
2013-10-19 23:17:09 +02:00
Fabien Pinckaers b461fc3253 [IMP] css improvement parallax
bzr revid: fp@openerp.com-20131019210050-1fcn80fmqc2w66sd
2013-10-19 23:00:50 +02:00
Fabien Pinckaers 07b9c76a1e [IMP] Parallax widget
bzr revid: fp@openerp.com-20131019205931-t00sxvx71a3wcx3h
2013-10-19 22:59:31 +02:00
ddm 6835151fb2 [FIX] Typo
bzr revid: ddm@openerp.com-20131018163341-j5bf8sqj4wz8yp14
2013-10-18 18:33:41 +02:00
RGA(OpenERP) 8cd32883a3 [IMP] add scroll speed options in parallax snippet
bzr revid: rgaopenerp-20131018145313-4li3mwyte19n0cf9
2013-10-18 20:23:13 +05:30
ddm 20e4f1fc29 [FIX] SEO 'aware' models
bzr revid: ddm@openerp.com-20131018135926-vdmelqsp1ama13st
2013-10-18 15:59:26 +02:00
Fabien Meghazi 0373662dd4 [NODISK] @ddm: Got no floppy disk so I push here
bzr revid: fme@openerp.com-20131018130034-vo6rgndvzv1ni6nu
2013-10-18 15:00:34 +02:00
Christophe Matthieu a93a0b384b [IMP] website: traceback, node, message in page 500
bzr revid: chm@openerp.com-20131018114116-ywe7pp49f2cb0dor
2013-10-18 13:41:16 +02:00
Xavier Morel 8559444986 [FIX] tab handling in tables
CKEditor's tab plugin can't deal with a non-editable editor root
(editor.editable().hasFocus returns false and disables it), so
reimplement the behavior.

For some reason, ckeditor's selection API also does not seem to work
correctly in table cells in Firefox, so use the browser's native API
instead.

Tab goes to the next cell, shift-tab goes to the previous cell,
shift-tab from the first table cell is ignored and tab from the last
table cell creates a new row and sets focus in the new row's first
cell. These behaviors seem to more or less match Word and OpenOffice
Writer's.

bzr revid: xmo@openerp.com-20131018103540-12p8j18ypte8dr9u
2013-10-18 12:35:40 +02:00
RGA(OpenERP) e78ae5ff76 [IMP] typo
bzr revid: rgaopenerp-20131018094116-iogn36mj1hbsvhn0
2013-10-18 15:11:16 +05:30
RGA(OpenERP) ba0778922c [IMP] parallax snippet add size option like banner has
bzr revid: rgaopenerp-20131018093135-4ux25wdnd73wlah2
2013-10-18 15:01:35 +05:30
Fabien Pinckaers 99723a8a9f [REVERT] snippets drop zone too complex
bzr revid: fp@tinyerp.com-20131017141959-fpkds0a7e1m1sfrw
2013-10-17 16:19:59 +02:00
Xavier Morel 3b578cd373 [IMP] take over triple-click behavior in webkit to avoid breaking snippets and the like
bzr revid: xmo@openerp.com-20131017133133-uebgw7m3fo9as38s
2013-10-17 15:31:33 +02:00
ddm 41c49645e2 [FIX] Refactor SEO models
bzr revid: ddm@openerp.com-20131018092820-lqj9yz518262nknr
2013-10-18 11:28:20 +02:00
Christophe Matthieu fc43a53079 [FIX] product.attribute: store min and max
bzr revid: chm@openerp.com-20131017131604-x2xo963p9pq81hvf
2013-10-17 15:16:04 +02:00
ddm d5bbf2501a [FIX] SEO for blog tags and categories
bzr revid: ddm@openerp.com-20131017115849-e696n3tj87zx3a9i
2013-10-17 13:58:49 +02:00
Xavier Morel 9949aa626c [IMP] remove bidi plugin
its isReadOnly() calls generates quite a bunch of timeline events

bzr revid: xmo@openerp.com-20131016133432-4aq30rd8szbs2bef
2013-10-16 15:34:32 +02:00
ddm a5d3a653b9 [FIX] SEO for blog posts
bzr revid: ddm@openerp.com-20131017104053-shrwu5ariisq7ub5
2013-10-17 12:40:53 +02:00
ddm d6f8540978 [FIX] SEO for public events
bzr revid: ddm@openerp.com-20131017083534-outfljvfqjomfxgv
2013-10-17 10:35:34 +02:00
ddm ebdfbc58f1 [FIX] SEO for shop products
bzr revid: ddm@openerp.com-20131016160232-e5rxi1hoofm5anrw
2013-10-16 18:02:32 +02:00
Fabien Meghazi 8b78e88ff9 [FIX] Do not overwrite main_object if present
bzr revid: fme@openerp.com-20131016151257-0r42s8t3xevabfm3
2013-10-16 17:12:57 +02:00
ddm 1625eb29ae [FIX] SEO metadata saving
bzr revid: ddm@openerp.com-20131016143939-v0v1tcopq4zoqgxf
2013-10-16 16:39:39 +02:00
Xavier Morel 57c5f11aae [FIX] don't use mutation events if unnecessary
Mutation events are synchronous and one is triggered per observed
alteration (they're not batched). When doing lots of modifications to
the DOM tree, they will add a lot of overhead as (in this case) the
event handler will run for *each* added node and it will run during
(and slow down) node insertion rather than afterwards.

bzr revid: xmo@openerp.com-20131016123708-lx389x0g6xs6zu10
2013-10-16 14:37:08 +02:00
Christophe Matthieu 2c58996d57 [IMP] website snippet: improve visibility of drop zone
bzr revid: chm@openerp.com-20131016122905-w93f4vtamiqy79lo
2013-10-16 14:29:05 +02:00
Christophe Matthieu 7c0da590e1 [IMP] website: after save reload page with the same scrolling
bzr revid: chm@openerp.com-20131016104545-e415ixicw2crci2w
2013-10-16 12:45:45 +02:00
Christophe Matthieu 641477141f [IMP] website snippet: improve visibility of drop zone
bzr revid: chm@openerp.com-20131016101055-p6vhiijvladtbn87
2013-10-16 12:10:55 +02:00
Fabien Meghazi 1cec2a5b6f [REM] Obsolete route /admin
bzr revid: fme@openerp.com-20131016093248-2q2c8ppkxxhfx1su
2013-10-16 11:32:48 +02:00
ddm 52ef0032e3 [IMP] Ace editor CSS improvements
bzr revid: ddm@openerp.com-20131016092852-3myx024u2zn5cnvi
2013-10-16 11:28:52 +02:00
ddm e375557b84 [IMP] Editor flicker+resize (cf. task: [CMS] Source editor)
bzr revid: ddm@openerp.com-20131016091947-5aymhkl1we878bdl
2013-10-16 11:19:47 +02:00
Christophe Matthieu 12f6a051ff [FIX] website snippet: remove snippet and clean_for_save
bzr revid: chm@openerp.com-20131016073630-y153xmzapqgm9dsm
2013-10-16 09:36:30 +02:00
Christophe Matthieu aeffcc2a67 [FIX] website snippets: clean for save remove left and prev class
bzr revid: chm@openerp.com-20131016070237-6jmnsjdw26w014nv
2013-10-16 09:02:37 +02:00
Christophe Matthieu a5d5308375 [IMP] website snippets: cleaner image editor for banner
bzr revid: chm@openerp.com-20131016065257-3hl5k3nly8hlqrgk
2013-10-16 08:52:57 +02:00
Christophe Matthieu 4800ac8e2e [FIX] website snippet: fix banner and add a clean_for_save method on snippet editor
bzr revid: chm@openerp.com-20131015154351-se9wsg5oel32ipoz
2013-10-15 17:43:51 +02:00
Christophe Matthieu 4a42935f4e [IMP] website snippets: add slide for banner with an other background of the active slide
bzr revid: chm@openerp.com-20131015145654-294fik4do6lh85vr
2013-10-15 16:56:54 +02:00
Christophe Matthieu 4724266802 [FIX] product: wrong product and supplierinfo demo data. Because product_id of product.supplierinfo is a product.template field and not a product.product field
bzr revid: chm@openerp.com-20131015125308-mzmq1p1nm1kfqd9g
2013-10-15 14:53:08 +02:00
Xavier Morel 705e34b7a7 [MERGE] from trunk
bzr revid: xmo@openerp.com-20131015111106-f6kaa0a5py3ph0xn
2013-10-15 13:11:06 +02:00
Fabien Meghazi b475e002bb [FIX] newest werkzeug.utils.escape() does not automatically __repr__
bzr revid: fme@openerp.com-20131015103028-2intnc38kzrqgrl3
2013-10-15 12:30:28 +02:00
Christophe Matthieu d2108bf33c [FIX] sale: change test because product's demo datas have changed
bzr revid: chm@openerp.com-20131015102133-s78olcy53ypu21c5
2013-10-15 12:21:33 +02:00
Xavier Morel e0493cd6d4 [FIX] handling of single-line files sent for preview
bzr revid: xmo@openerp.com-20131015100313-sdgqx1t43922kgq8
2013-10-15 12:03:13 +02:00
Fabien Meghazi c056f03a82 [FIX] main_objet is now always set in qweb rendering context
If no main_object is provided, the current ir.ui.view will be used

bzr revid: fme@openerp.com-20131015095413-ij6dt2rjo527sgga
2013-10-15 11:54:13 +02:00
Christophe Matthieu c14134140d [FIX] website: snippets banner: add contenteditable
bzr revid: chm@openerp.com-20131015095335-e9uik9ov1ghp22m4
2013-10-15 11:53:35 +02:00
Xavier Morel f2feffe5e2 [FIX] backwards-compatible controller decorator not backwards-compatible at all, replace with @route
bzr revid: xmo@openerp.com-20131015095331-r2xm2198zrwax0c7
2013-10-15 11:53:31 +02:00
Xavier Morel bd6efcfc14 [FIX] removal of session_id from params, may not be only in GET params
bzr revid: xmo@openerp.com-20131015095307-3m1gc71dt3zihm26
2013-10-15 11:53:07 +02:00