Commit Graph

87 Commits

Author SHA1 Message Date
ddm 68c7842977 [FIX] Multilang sitemap
bzr revid: ddm@openerp.com-20131030145050-khpfwu3nhsc6hcnz
2013-10-30 15:50:50 +01:00
Xavier Morel 500804a7c8 [FIX] sitemap
add HTML sitemap, fix incorrect XML sitemap

bzr revid: xmo@openerp.com-20131030135750-7ljqx4u2qy4xhvm0
2013-10-30 14:57:50 +01:00
Xavier Morel 4c88701f3d [FIX] change access rights for customize_template_*
bzr revid: xmo@openerp.com-20131025095952-9ditm4q3fwr9auto
2013-10-25 11:59:52 +02:00
Xavier Morel c8dd901b04 [FIX] todo/notes
bzr revid: xmo@openerp.com-20131024141024-3kdx3jfcsn8vzsyg
2013-10-24 16:10:24 +02:00
Xavier Morel a2a3f46d72 [FIX] 'inline' set_image_data
bzr revid: xmo@openerp.com-20131024135730-321532upt3aq5esw
2013-10-24 15:57:30 +02:00
Xavier Morel 39fb50d43d [REM] explicit cache clearing, fixing ir.translation instead
bzr revid: xmo@openerp.com-20131024131613-6hebrxi5dbbs82ph
2013-10-24 15:16:13 +02:00
Xavier Morel c38f729543 [FIX] auth of pagenew
bzr revid: xmo@openerp.com-20131024111710-5ghadng4we3p2cgg
2013-10-24 13:17:10 +02:00
Xavier Morel b702a9887c [IMP] remove /website/attachment, make attachments go through /website/image
bzr revid: xmo@openerp.com-20131024103401-yik03je9qm1ge0tp
2013-10-24 12:34:01 +02:00
Fabien Meghazi 1cec2a5b6f [REM] Obsolete route /admin
bzr revid: fme@openerp.com-20131016093248-2q2c8ppkxxhfx1su
2013-10-16 11:32:48 +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
Fabien Meghazi 853cb1dd26 [MERGE] SEO meta data persistence. New template title handling
bzr revid: fme@openerp.com-20131014151509-6bnux7ncvqmy3tea
2013-10-14 17:15:09 +02:00
Fabien Meghazi 631b1cbc09 [MERGE] upstream
bzr revid: fme@openerp.com-20131014095642-qxl7ceqptfsj215l
2013-10-14 11:56:42 +02:00
Xavier Morel 2e352ce187 [MERGE] from trunk
bzr revid: xmo@openerp.com-20131014085459-dhbypq0hg3lzzf3j
2013-10-14 10:54:59 +02:00
Thibault Delavallée 9700084074 [IMP] website: publish improvements
- added protection again writing/reading directly on website_published: now done only
if this is a valid column
- added management of website_published_datetime, set everytime published is set to
True; this is done to be able to track publish date on messages and blog posts
notably.

bzr revid: tde@openerp.com-20131011125429-4zvm8txz67ew8tho
2013-10-11 14:54:29 +02:00
Xavier Morel 11065601c9 [CHG] make slugify optional by fp request
bzr revid: xmo@openerp.com-20131011075509-q6vzqiyzmfb7tugb
2013-10-11 09:55:09 +02:00
Fabien Meghazi 9b40e849d6 [WIP] new title managment in templates. expose main_object for seo
bzr revid: fme@openerp.com-20131010132907-xxmg96qmcw9j5f2d
2013-10-10 15:29:07 +02:00
Xavier Morel fc012b1c9c [IMP] slugify page names on creation
bzr revid: xmo@openerp.com-20131010072809-p8f5j9bcnnfnkhtj
2013-10-10 09:28:09 +02:00
Xavier Morel 448c9077f5 [FIX] correctly handle empty image fields (False value) as well as missing fields, instead of yielding a 500 error
bzr revid: xmo@openerp.com-20131009154046-vdb4cldz215s4lyp
2013-10-09 17:40:46 +02:00
Thibault Delavallée 50a72715d2 [FIX$] website: basically fixed error in image controller: shoudl be improved with a default image, though
bzr revid: tde@openerp.com-20131008115017-fmmv9zxvn6akssfi
2013-10-08 13:50:17 +02:00
Xavier Morel 0448dff011 [MERGE] from parent
bzr revid: xmo@openerp.com-20131004145046-7cab234xeotx9v7t
2013-10-04 16:50:46 +02:00
Christophe Matthieu 865a7cb53a [IMP] website: xml snippets server side + improve loading speed
bzr revid: chm@openerp.com-20131004104133-q1p2fdf153izeqyj
2013-10-04 12:41:33 +02:00
Xavier Morel 6ed1edf538 [IMP] turns out PIL provides its own mime mapping...
bzr revid: xmo@openerp.com-20131004091731-8r235491f3h2af2q
2013-10-04 11:17:31 +02:00
Xavier Morel 3b686d7773 [IMP] extract & simplify image serving, deduplicate a bit between image fields and attachments
bzr revid: xmo@openerp.com-20131002095917-coux4ikqfthqhlo7
2013-10-02 11:59:17 +02:00
Thibault Delavallée 726cda367e [FIX] website and all derived addons: fixed imports broken when moving
website.py to models/ directory in website (revision 9491 revid:xmo@openerp.com-20130930145358-qh7xdicgg21prsk4).

bzr revid: tde@openerp.com-20131001085739-hoczgpqrv2nrr6lb
2013-10-01 10:57:39 +02:00
Christophe Matthieu 02cd80c1ee [FIX] website/image controller
bzr revid: chm@openerp.com-20130930072401-avfhumnad8fedn9p
2013-09-30 09:24:01 +02:00
Fabien Meghazi b6e1e1ec71 [MERGE] upstream
bzr revid: fme@openerp.com-20130926133155-y1fz603wa4oxw6g3
2013-09-26 15:31:55 +02:00
Christophe Matthieu cc939d65fd [FIX] website: auth for page/ route
bzr revid: chm@openerp.com-20130926131645-ypzyiwloulruq9fq
2013-09-26 15:16:45 +02:00
Christophe Matthieu 9f58a5c082 [IMP] website_sale: add styles selector on product
bzr revid: chm@openerp.com-20130926130954-fxojimjdinepgpjq
2013-09-26 15:09:54 +02:00
Christophe Matthieu c66c5d5b6a [IMP] change publish button, fix website_sale product order + push top/bottom
bzr revid: chm@openerp.com-20130926111854-22ikjc2enj0hi0qu
2013-09-26 13:18:54 +02:00
Fabien Meghazi 5a0f580f5a [MERGE] upstream
bzr revid: fme@openerp.com-20130925085226-lonpq3add9eaaf9q
2013-09-25 10:52:26 +02:00
Fabien Meghazi f79d27e9a3 [FIX] Update translations
bzr revid: fme@openerp.com-20130924190637-0qgzp58lzan8j1oc
2013-09-24 21:06:37 +02:00
Christophe Matthieu 02f2f28b42 [FIX] website/image controller display image if website_published
bzr revid: chm@openerp.com-20130924102921-ca83jve77j0su2zu
2013-09-24 12:29:21 +02:00
Fabien Meghazi f46550fa27 [IMP] Use t-href in main template
bzr revid: fme@openerp.com-20130924095242-2fzuptg63h63t79y
2013-09-24 11:52:42 +02:00
ddm 5c9bdf1dcb [IMP] SEO sitemap.xml + robots.txt
bzr revid: ddm@openerp.com-20130923134240-4qx4pyfv2rl65xyz
2013-09-23 15:42:40 +02:00
Fabien Meghazi 4c3afa6078 [IMP] Activate translation when language is not the default one
bzr revid: fme@openerp.com-20130923131301-mjr0tmth2z1qamfa
2013-09-23 15:13:01 +02:00
Xavier Morel 89fc31a633 [MERGE] from trunk
bzr revid: xmo@openerp.com-20130923120328-0wgd7wxhl1y5qyhr
2013-09-23 14:03:28 +02:00
Fabien Meghazi 5fc4037ae7 [ADD] Translation helper controllers for client's Translator
bzr revid: fme@openerp.com-20130923120058-x84yd7hjr3ssxs9x
2013-09-23 14:00:58 +02:00
Xavier Morel be4b1b9b59 [FIX] matching of site page URLs
With page urls not necessarily being full xmlids, match to result of
list_pages needs to take that in account to correctly infer a url is a
site page's.

bzr revid: xmo@openerp.com-20130923110618-ckicw4a5bpvatzie
2013-09-23 13:06:18 +02:00
Xavier Morel 700c59e3ad [FIX] page creation and retrieval to suck in a slightly different manner
Creation doesn't tack on `website.` on page names, non-namespaced
pages are looked up in the `website` module-ish.

bzr revid: xmo@openerp.com-20130920142052-jmwuqq296p1192kk
2013-09-20 16:20:52 +02:00
ddm 2ae6cacf45 [FIX] Ace could not edit inherited views
bzr revid: ddm@openerp.com-20130919145339-0vcs89mcnkgd2ham
2013-09-19 16:53:39 +02:00
ddm 54b461b4a3 Merged trunk-website-ace-ddm
bzr revid: ddm@openerp.com-20130910135801-wlp5u4zvna2q5228
2013-09-10 15:58:01 +02:00
Fabien Meghazi 0e82448ed8 [IMP] Refactor code + WIP multiwebsite
bzr revid: fme@openerp.com-20130910134133-esdgbhbtt8eguapk
2013-09-10 15:41:33 +02:00
ddm 7c45e5976e CMS basic view editing
bzr revid: ddm@openerp.com-20130909214626-51zfydwbw624heqz
2013-09-09 23:46:26 +02:00
Fabien Meghazi bf09524def [FIX] context set on wrong methods
bzr revid: fme@openerp.com-20130909100059-j7yhkfql3qxaz96b
2013-09-09 12:00:59 +02:00
Fabien Meghazi d2e90f0621 [BREAK] request.context everywhere
some stuff broken will be repaired by chm

bzr revid: fme@openerp.com-20130905151803-7d17us7rn9yubnb2
2013-09-05 17:18:03 +02:00
Fabien Meghazi 6621c1275b [IMP] Refactoring using `webcontext`
bzr revid: fme@openerp.com-20130904153236-gc78bs8pxeprktkr
2013-09-04 17:32:36 +02:00
Xavier Morel 4932521377 [ADD] selection of existing image in image dialog
bzr revid: xmo@openerp.com-20130904113222-xync5o48nwngvtj4
2013-09-04 13:32:22 +02:00
Fabien Meghazi d1e00382bd [ADD] WebContext object and language selector
bzr revid: fme@openerp.com-20130903153520-14o3vk29l3ft7z0a
2013-09-03 17:35:20 +02:00
Xavier Morel aa042e6207 [FIX] garbage
WTF is the point of using dict.get when you're going to blow up the
next freaking line because you don't handle it returning None?

bzr revid: xmo@openerp.com-20130903144738-jygw2aepjn6sd2tb
2013-09-03 16:47:38 +02:00
Xavier Morel c89d31ca95 [ADD] creation of new page from link dialog
* Replace select by input with dropdown

* Add random crap to /pagenew so it does not blow up when a butterfly
  flaps its wings, also so it's possible to call it through xhr and
  get something out of it

* Fix duplicated save() call in link dialog widget thing

bzr revid: xmo@openerp.com-20130903143237-6pwsbqzc02bv3mri
2013-09-03 16:32:37 +02:00