Commit Graph

370 Commits

Author SHA1 Message Date
Christophe Matthieu 330808b2cf [FIX] website.snippet: display snippet editor button inline insead of 2 lines for the small boxes 2014-07-23 16:38:09 +02:00
chm@openerp.com f9579073fe [FIX] website: color of Edit Master link for themes. CSS less specific
bzr revid: chm@openerp.com-20140318111442-mbrhrmtnwy3uxc5y
2014-03-18 12:14:42 +01:00
Kersten Jeremy 77622d3b24 [FIX] Fix css which make unusable the option dropdown for unpublished product. When an user was hover on a product not published and was trying to go in submenu, he had lost cursor, because he was changing div due to opacoty little than 1.
bzr revid: jke@openerp.com-20140318092341-ncgb173y0xfiaj87
2014-03-18 10:23:41 +01:00
chm@openerp.com 264186541b [IMP] website: remove css .fa and write important in font fa in web branch
bzr revid: chm@openerp.com-20140314150446-9g4n4ixws4cedfxp
2014-03-14 16:04:46 +01:00
chm@openerp.com 62f0b963af [ADD] missing css file
bzr revid: chm@openerp.com-20140314141910-f19pz5js5yatw2y4
2014-03-14 15:19:10 +01:00
chm@openerp.com 8b94f855b6 [FIX] website theme css
bzr revid: chm@openerp.com-20140314134642-2yhbgcd5gxb4xw0r
2014-03-14 14:46:42 +01:00
chm@openerp.com e9fc839785 [FIX] website: css themes
bzr revid: chm@openerp.com-20140313102140-37okt41sx5nchx50
2014-03-13 11:21:40 +01:00
chm@openerp.com 4093259ec2 [WIP] website: fix css layout for themes
bzr revid: chm@openerp.com-20140312175519-o1ld0jo983ao7aaa
2014-03-12 18:55:19 +01:00
Xavier Morel e78a3b18cc [ADD] tentative removal of attachments
Attachments ought be removed only if they are not used in an existing page/web
view.

Theoretically this could be set directly in unlink(), but:
* that would make a nice error message significantly harder
* the expenses of performing a text search in all view archs would be a bit expensive

Notes:
* the views set could be reduced to only "web" views
* the search is likely sensible to false negatives e.g. different order of
  query parameters. It *will* remove images still being used.

bzr revid: xmo@openerp.com-20140304110716-u14w6uo8fbkfa42i
2014-03-04 12:07:16 +01:00
Christophe Matthieu ce1ff0a854 [FIX] website snippet: Fix parallax with retro-compatibility; Crappy fix for carousel because bootstrap active cycling when user click on a bullet and don't stop when user edit a snippet inside a slider.
bzr revid: chm@openerp.com-20140228131738-il41640r8x9zesll
2014-02-28 14:17:38 +01:00
Christophe Matthieu 6a777b9e62 [FIX] website editor: Editor bar is showing border in ie.
bzr revid: chm@openerp.com-20140227111726-s1545ii3exjqjkxz
2014-02-27 12:17:26 +01:00
Christophe Matthieu cfeac71d6a [FIX] website: editor: pointer-events:none for ie doesn't work (because ie). Change snippet overlay to fix this ie bug
bzr revid: chm@openerp.com-20140226175558-2gyix2zgdawf87yz
2014-02-26 18:55:58 +01:00
Paramjit Singh Sahota 2e3e44255e [FIX] Editor bar is showing border.
bzr revid: psa@tinyerp.com-20140220102200-2r2urlrrkngv20at
2014-02-20 15:52:00 +05:30
Christophe Matthieu c11e6f6249 [FIX] website: snippet resizing: display top and bottom arrow in function of margin size
bzr revid: chm@openerp.com-20140218101017-f827kued494rfu9g
2014-02-18 11:10:17 +01:00
Christophe Matthieu 7d6dd7070d [FIX] website: snippet resizing; Users don't understand when they can drag arrows to resize col-md-XX. They try, it does not work, so they think the feature does not work. So, horizontal arrow on col-md-XX snippets should use an icon according to what you can do
bzr revid: chm@openerp.com-20140217100418-iwdrv36a4u2inasn
2014-02-17 11:04:18 +01:00
Christophe Matthieu 712811654a [FIX] website: text-box and image in the banner is too big on large screen. It should be in a 'container'.
bzr revid: chm@openerp.com-20140211143619-b1dwa5q1wdoeyzn4
2014-02-11 15:36:19 +01:00
Christophe Matthieu 76841f14e4 [FIX] website: snippet: display baner in mobile view; background cover insead of 100%; paralax scrolling
bzr revid: chm@openerp.com-20140207133712-srtik2knhwyybgse
2014-02-07 14:37:12 +01:00
Xavier Morel 7c12d5d200 [IMP] clearer indication that images are being up/downloaded
bzr revid: xmo@openerp.com-20140203160331-04h1erlunelb9kkn
2014-02-03 17:03:31 +01:00
Olivier Dony 211f3b74b8 [IMP] website theme: update themes to fix CSS glitches, add Yeti theme, fix Default theme thumbnail
Also removed empty static/img directory, images are in static/src/img

bzr revid: odo@openerp.com-20140130185359-z6oomlng9iguxt50
2014-01-30 19:53:59 +01:00
Christophe Matthieu d588e44d34 [IMP] event,event_sale: refactoring; remove crappy 9999 hardcoded values; remove visibility; add constraints
[FIX] remove module_portal_anonymous ref
[IMP] website: res_config with wizard
[IMP] event: remove related field to res.partner
[FIX] website_sale: change crappy _get_pricelist method (who return a browse record to a function field type many2one)

bzr revid: chm@openerp.com-20140128092037-zrrbz1hrmgat88o4
2014-01-28 10:20:37 +01:00
Christophe Matthieu 43044d8ee7 [IMP] event,event_sale: refactoring; remove crappy 9999 hardcoded values; remove visibility; add constraints
bzr revid: chm@openerp.com-20140127135828-z848mvpis5d9xyh8
2014-01-27 14:58:28 +01:00
Fabien Pinckaers aa3a86ab8d [IMP] Styles on sections
bzr revid: fp@tinyerp.com-20140126140449-2qdqcwfamsvxblr1
2014-01-26 15:04:49 +01:00
Fabien Pinckaers 19f3bcf91d [FIX] CSS empty zones
bzr revid: fp@tinyerp.com-20140125132419-xa1qxqw2hr7uot1m
2014-01-25 14:24:19 +01:00
Christophe Matthieu 8c5dda2480 [FIX] website css: rev/fix: Page under construction css; Add a choice 'non' for background snippet
bzr revid: chm@openerp.com-20140124092853-taal585yz4v7fh20
2014-01-24 10:28:53 +01:00
Fabien Pinckaers b32fbce49c [IMP] empty pages
bzr revid: fp@tinyerp.com-20140122194416-veyfgwg4xmjk0w6v
2014-01-22 20:44:16 +01:00
Fabien Pinckaers df3a1486f4 [IMP] remove under construction
bzr revid: fp@tinyerp.com-20140122193523-ni1uzv38plutq41m
2014-01-22 20:35:23 +01:00
Fabien Meghazi df63fcba81 [MERGE] upstream
bzr revid: fme@openerp.com-20140122102232-77lvvwpzet58sa7p
2014-01-22 11:22:32 +01:00
ddm@openerp.com 35b8850ecc [IMP] add SEO preview
bzr revid: ddm@openerp.com-20140121125325-641psvqr4w96lsci
2014-01-21 13:53:25 +01:00
Xavier Morel 51f6977f39 [IMP] icons selection dialog
remove fixed size checkbox
add fayt for icons (by name)

bzr revid: xmo@openerp.com-20140121100408-64e32iio9r77yx9m
2014-01-21 11:04:08 +01:00
Xavier Morel ca02581993 [IMP] replace icon size select by selectable multi-size preview
bzr revid: xmo@openerp.com-20140120162604-yoyg21bf1z306hwg
2014-01-20 17:26:04 +01:00
Fabien Meghazi c1f0fb5ed1 [MERGE] upstream
bzr revid: fme@openerp.com-20140120161145-ntxx6y01vekk3tg2
2014-01-20 17:11:45 +01:00
Xavier Morel 501e88d3eb [IMP] replace select2 by grid for icons selection
bzr revid: xmo@openerp.com-20140120153610-xktkxjfbpl59xnpz
2014-01-20 16:36:10 +01:00
Fabien Pinckaers c8919713bf [IMP] left alignment in navbar logo
bzr revid: fp@tinyerp.com-20140119194441-ug22bg0n3q89nowr
2014-01-19 20:44:41 +01:00
Fabien Pinckaers a83f1282fa [IMP] CSS for logo, one pixel better
bzr revid: fp@tinyerp.com-20140119193527-8e7oc1umebqkqxgx
2014-01-19 20:35:27 +01:00
Fabien Pinckaers a571dd0849 [IMP] CSS Logo
bzr revid: fp@tinyerp.com-20140119125357-v5yta1lltm4yo6q4
2014-01-19 13:53:57 +01:00
Fabien Pinckaers b77b487c4a [IMP] CSS
bzr revid: fp@tinyerp.com-20140119124958-qz5dsz8m325upphl
2014-01-19 13:49:58 +01:00
Fabien Pinckaers 71df4bd1db [IMP] CSS logo
bzr revid: fp@tinyerp.com-20140119123225-f5og62iymz2kacm2
2014-01-19 13:32:25 +01:00
Fabien Pinckaers 5c5334ea4c [IMP] CSS logo
bzr revid: fp@tinyerp.com-20140119122503-ngjotynnvtvv0rqd
2014-01-19 13:25:03 +01:00
Fabien Pinckaers 7fb925b095 [IMP] CSS
bzr revid: fp@tinyerp.com-20140119121715-zmo9x5r234wmqvdj
2014-01-19 13:17:15 +01:00
Fabien Pinckaers 49d5c0bf1b [IMP] size of logo
bzr revid: fp@tinyerp.com-20140119121147-frnx3zh9hnayn24z
2014-01-19 13:11:47 +01:00
Fabien Pinckaers 9cc5ca1672 [IMP] CSS for logo
bzr revid: fp@tinyerp.com-20140119120949-8pzoe8kx4y612nav
2014-01-19 13:09:49 +01:00
Fabien Pinckaers 270a25c7f5 [IMP] Allow logo in header
bzr revid: fp@openerp.com-20140119120858-43rgeymrjmt42f11
2014-01-19 13:08:58 +01:00
Fabien Meghazi 735c2b501b [IMP] integrate login into the website.layout
bzr revid: fme@openerp.com-20140116181746-e2z9m4gym5kcdgmr
2014-01-16 19:17:46 +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
Xavier Morel e2fede3fe7 [ADD] dialog for fontawesome glyph manipulation
bzr revid: xmo@openerp.com-20140116094747-w1uey27l39fy66zc
2014-01-16 10:47:47 +01:00
Fabien Pinckaers 8bfed06459 [IMP] Small bootstrap fix for nested containers
bzr revid: fp@tinyerp.com-20140116083653-z3hk2w8ol6xrvgln
2014-01-16 09:36:53 +01:00
Christophe Matthieu 3487d36fc2 [FIX] website_sale: fix boostrap row
bzr revid: chm@openerp.com-20140115143139-dieh48j9t1tbh4w3
2014-01-15 15:31:39 +01:00
Christophe Matthieu 2d659d5102 [IMP] website: clean editor.css
bzr revid: chm@openerp.com-20140115130213-r55f246btqus6dzj
2014-01-15 14:02:13 +01:00
Christophe Matthieu fd14481dd3 [IMP] website snippet: create snippets.sass, imrpove css and resizing layout
bzr revid: chm@openerp.com-20140115125923-eggv51bsvokc7a06
2014-01-15 13:59:23 +01:00
Fabien Pinckaers 8d8c382582 [FIX] CSS bug
bzr revid: fp@tinyerp.com-20140114232046-56x0o2jnq93pi0wc
2014-01-15 00:20:46 +01:00