Commit Graph

76820 Commits

Author SHA1 Message Date
Thibault Delavallée 0759dcb6c0 [MERGE] Sync with website-al
bzr revid: tde@openerp.com-20131127152424-wq2gje9d01t2kw34
2013-11-27 16:24:24 +01:00
Thibault Delavallée 256269242a [FIX] [IMP] payment_acquirer_paypal: fixed get_status (GET request -> give no data to urllib); cleaned a bit the code, extracted paypal contact to a dedicated method that tries 3 times if internal server error is given back by paypal + cleaned tests
bzr revid: tde@openerp.com-20131127152042-8va86q3zxsenjy6i
2013-11-27 16:20:42 +01:00
Christophe Matthieu ec17291b19 [FIX] website: snippet cut the defaulut text
bzr revid: chm@openerp.com-20131127144252-moppy3j5um58e935
2013-11-27 15:42:52 +01:00
Christophe Matthieu 5304a26eb0 [FIX] website snippet: fix drop widget
bzr revid: chm@openerp.com-20131127143119-zlp7iytxexznfrt6
2013-11-27 15:31:19 +01:00
Thibault Delavallée cea8f80476 [MOV] website_sale: moved payment_transaction code into its own model file
bzr revid: tde@openerp.com-20131127121820-tgulogxz5x0ikdxd
2013-11-27 13:18:20 +01:00
Christophe Matthieu 3bb30b1337 [IMP] website_sale: clean code and fix for website_event
bzr revid: chm@openerp.com-20131127111658-qkp3ovoa64n3dwp2
2013-11-27 12:16:58 +01:00
Thibault Delavallée a61541a86f [MERGE] Sync with website-al, except paypal and ogone tests
bzr revid: tde@openerp.com-20131127105652-sjy4sff4j1ua7xl2
2013-11-27 11:56:52 +01:00
Thibault Delavallée 8bb4e4b1ec [IMP] website_sale: removed last occurence of hardocded euro, using monetary widget instead
bzr revid: tde@openerp.com-20131127105411-qy5vp5yomsmtii6i
2013-11-27 11:54:11 +01:00
Xavier Morel b45dfac7fe [ADD] correct handling of setting local urls (pre-existing images from /thing/static) in t-fields
bzr revid: xmo@openerp.com-20131127104638-ooyuu8dobhzc9a7f
2013-11-27 11:46:38 +01:00
Fabien Meghazi f6e15b4e4d [FIX] root menu first item triggered on / route
bzr revid: fme@openerp.com-20131127104307-ju8aqu7uuyrfsnpm
2013-11-27 11:43:07 +01:00
Christophe Matthieu 633e0f5b81 [ADD] website_event_track: event_backend.xml
bzr revid: chm@openerp.com-20131127104147-3vreavvu55eafepa
2013-11-27 11:41:47 +01:00
Christophe Matthieu db17d26b3a [IMP] website_event: create tickets inside add_event. (insead of overwrite create in event_sale)
bzr revid: chm@openerp.com-20131127103816-fn1dse25djmknylj
2013-11-27 11:38:16 +01:00
Christophe Matthieu 9fc02cfadc [IMP] event_sale: add a deadline equal datebegin on tickets created if deadline is empty
bzr revid: chm@openerp.com-20131127102514-zu38sazvzzlb9deh
2013-11-27 11:25:14 +01:00
ddm ffd0f66ad0 [IMP] Event tour: edit price
bzr revid: ddm@openerp.com-20131127101946-atfk09jm579jw4t9
2013-11-27 11:19:46 +01:00
ddm bf5c9b2d32 [IMP] Minor fixes/imps before demo
bzr revid: ddm@openerp.com-20131127100351-l8l3e651zq0l9m8a
2013-11-27 11:03:51 +01:00
Christophe Matthieu b397aee6dd [WIP] website_event_track
bzr revid: chm@openerp.com-20131127092223-kiafrdc62is1dher
2013-11-27 10:22:23 +01:00
Fabien Pinckaers 183c75a3c7 [IMP] default values on new events
bzr revid: fp@tinyerp.com-20131126161424-savrp6u63zmpoq5w
2013-11-26 17:14:24 +01:00
Xavier Morel 44af6d1e09 [IMP] significantly improve handling of trying to create a new page which already exists
# Through the menu

Rather than output a generic error (500 due to an IntegrityError),
return a templated 409 letting the user either visit the
page-which-already-exists-with-the-name-he'd-picked or open the page
creation dialog again for a second round.

An alternative would be to promote the website.prompt use to
full-blown dialog as a result of selecting "New Page" and handle the
"page already exists" case without even closing the dialog.

# Through the link dialog

Added an RPC call to check if a page already exists (essentially a
cheaper version of opening /page/whatever and checking whether it's a
200 over JSON-RPC), if the page matching the completion term already
exists, do *not* add the choice of creating the page, only provide
completions from existing pages.

bzr revid: xmo@openerp.com-20131126160148-wrk4zvz9istscwa0
2013-11-26 17:01:48 +01:00
ddm b3061b9103 [IMP] Improve event tour
bzr revid: ddm@openerp.com-20131126154853-e0hidlsg9xlrfivu
2013-11-26 16:48:53 +01:00
Thibault Delavallée b1cbcb5f2b [TEST] payment_acquirer_paypal, ogone: commented import of tests, because they should not run without having acquirer data configured. Also set website_payment as inactive to avoid having it installed by default on runbot.
bzr revid: tde@openerp.com-20131126145112-1sqoxj4vtwbd3xzw
2013-11-26 15:51:12 +01:00
ddm 2abe5f3139 My bad...
bzr revid: ddm@openerp.com-20131126143851-b1m3fsgdde8a2x0p
2013-11-26 15:38:51 +01:00
ddm 09a54b25de [IMP] Tour: simplify modal handling
bzr revid: ddm@openerp.com-20131126141324-3aynn0r5sqpttc90
2013-11-26 15:13:24 +01:00
ddm 03f61a078c [IMP] Event should be editable upon creation
bzr revid: ddm@openerp.com-20131126132424-irz4fzb4o9nza379
2013-11-26 14:24:24 +01:00
Xavier Morel 3731d33852 [FIX] don't perform page creation when no name was provided
bzr revid: xmo@openerp.com-20131126124739-djk6nbifyo087bmz
2013-11-26 13:47:39 +01:00
ddm cbef8ac39b [FIX] Various tour fixes and imps
bzr revid: ddm@openerp.com-20131126112246-tuj0wvruy2668fyi
2013-11-26 12:22:46 +01:00
Xavier Morel 6fc69e33d4 [FIX] correctly rollback savepoint in new_page
bzr revid: xmo@openerp.com-20131126102321-35wmxcncl3pp4mhw
2013-11-26 11:23:21 +01:00
Christophe Matthieu c948374f06 [FIX] website_sale: add/remove product cart (json controller)
bzr revid: chm@openerp.com-20131126094320-4935pnkuhwfkw8j9
2013-11-26 10:43:20 +01:00
Christophe Matthieu 2ac9955ac6 [IMP] website mobile preview: display scrollbar
bzr revid: chm@openerp.com-20131126094255-eawnxkj1cbso0x8m
2013-11-26 10:42:55 +01:00
Xavier Morel 854e453958 [CHG] remove opacity changes on image hover
bzr revid: xmo@openerp.com-20131126092339-7wqx54t8iuvy8e9a
2013-11-26 10:23:39 +01:00
Xavier Morel 5f99c7b7d1 [FIX] broken call from Website.pagenew to website.new_page
bzr revid: xmo@openerp.com-20131126092138-a7xkm92d51d4rg3y
2013-11-26 10:21:38 +01:00
Xavier Morel f5236dfdb0 [IMP] use dict.fromkeys when applicable
bzr revid: xmo@openerp.com-20131126085122-3axgsp11eb10yo05
2013-11-26 09:51:22 +01:00
Fabien Pinckaers 26eed7854e [IMP] wording
bzr revid: fp@tinyerp.com-20131125215018-2mgofxzmukd7705a
2013-11-25 22:50:18 +01:00
Fabien Pinckaers b7f18b75b9 [IMP] mini layout improvement
bzr revid: fp@tinyerp.com-20131125173349-c0pfs0xfhn8o12oj
2013-11-25 18:33:49 +01:00
Fabien Meghazi cc424c1a55 [IMP] http errors refactoring
bzr revid: fme@openerp.com-20131125165958-0k84rp9rbsxvav77
2013-11-25 17:59:58 +01:00
ddm 0b6fb91448 [FIX] Page tour modal bugs
bzr revid: ddm@openerp.com-20131125165853-i1rv2ib154srbcve
2013-11-25 17:58:53 +01:00
Christophe Matthieu d24f8e45b3 [FIX] website_sale: price is displayed twice
bzr revid: chm@openerp.com-20131125164506-oitajyqdjnmd02qg
2013-11-25 17:45:06 +01:00
ddm 1dd3026cf6 [FIX] Tour: modal bug fixes
bzr revid: ddm@openerp.com-20131125163844-qn6gxp59n094d6el
2013-11-25 17:38:44 +01:00
ddm b2ebae427c [FIX] Tour: modal bug fixes
bzr revid: ddm@openerp.com-20131125163622-4e6o0gzr2gocrcej
2013-11-25 17:36:22 +01:00
Christophe Matthieu fbd5f0e785 [FIX] website_event_track: small fixes
bzr revid: chm@openerp.com-20131125162418-eu2xzbf2br34bcfs
2013-11-25 17:24:18 +01:00
ddm 97fb6198dd [IMP] Product tour: upload image
bzr revid: ddm@openerp.com-20131125160833-9pavzpff5akck451
2013-11-25 17:08:33 +01:00
Christophe Matthieu 4fe9f90495 [FIX] website_event: create sale order and pricelist init
bzr revid: chm@openerp.com-20131125160358-bxj3tx90bru3mywz
2013-11-25 17:03:58 +01:00
Xavier Morel 514210dfcc [FIX] lock kanban behind POST
bzr revid: xmo@openerp.com-20131125153220-on935gvemgkvipd6
2013-11-25 16:32:20 +01:00
Xavier Morel 2424963b4c [FIX] broken URL generation, also improve condition
bzr revid: xmo@openerp.com-20131125144628-oslik3prxrp44b7z
2013-11-25 15:46:28 +01:00
ddm 1a0b6a55e5 [FIX] Fixed product tour
bzr revid: ddm@openerp.com-20131125154953-9vyfdtrnmws6qm32
2013-11-25 16:49:53 +01:00
Christophe Matthieu 4e3f0a5a9b [IMP] website_event: register url path
bzr revid: chm@openerp.com-20131125154546-zjogm3x0usf43hya
2013-11-25 16:45:46 +01:00
Christophe Matthieu f5b9168592 [FIX] website_blog: duplicate button
bzr revid: chm@openerp.com-20131125152300-wi9hi7hvizi0v02h
2013-11-25 16:23:00 +01:00
Christophe Matthieu 1ae1c0b170 [FIX] website_sale_delivery: inherit view
bzr revid: chm@openerp.com-20131125151405-f9k1lzu91ep48hwx
2013-11-25 16:14:05 +01:00
Christophe Matthieu 07f7807e94 [IMP] website_event_track
bzr revid: chm@openerp.com-20131125143713-q9a0vlenbi7njix2
2013-11-25 15:37:13 +01:00
Xavier Morel f2fa5b5e62 [IMP] website_hr_recruitment: only iterate once on jobs to get addresses and departments, extract browsing
bzr revid: xmo@openerp.com-20131125135211-mwuoj4g0474r4byn
2013-11-25 14:52:11 +01:00
Xavier Morel a814d2d17c [FIX] website_hr_recruitment: no name in POST data, pick some other value
use partner_name, makes the least amount of nonsense

bzr revid: xmo@openerp.com-20131125134232-pwxxv7nslt2kzbwj
2013-11-25 14:42:32 +01:00