Commit Graph

77467 Commits

Author SHA1 Message Date
Thibault Delavallée 25ef3916d9 [REM] website_payment: removed unnecessary stuff: this module is mainly not necessayr anymore. Only kepts credit card form, and its js / css / library (jquery.payment) to be able to implement credit card forms and use server2server communications.
bzr revid: tde@openerp.com-20131204171830-yp1ra0ghjnnaeae4
2013-12-04 18:18:30 +01:00
Thibault Delavallée f4728616d1 [REV] Reverted commit 10171, because I would like to keep some HTML in a template. I will re-do the deletion right after.
bzr revid: tde@openerp.com-20131204171429-080i7cqhza7ig6bw
2013-12-04 18:14:29 +01:00
Thibault Delavallée a61ffa3d10 [FIX] [IMP] adyen: fixed controller (contacted with a GET request); added some data verification when processing the data coming back from adyen
bzr revid: tde@openerp.com-20131204170024-j2czn5nm9p56oosj
2013-12-04 18:00:24 +01:00
Thibault Delavallée 321d096186 [IMP] [FIX] ogone: fixed controller to manage ogone response, because it was not updated with last changes of payment_acquirer module. Also added some check on data coming from ogone. Also fixed return URL management: ogone does not handle json-based custom parameters.
bzr revid: tde@openerp.com-20131204165005-ldymrsf9hdpvfl65
2013-12-04 17:50:05 +01:00
Thibault Delavallée e0d1233f48 [FIX] [IMP] paypal
- fixed controller: when using urlopen and read, the response is already a text (bug coming
from the removal of requests lib)
- cleaned and fixed paypal data validation, now working
- remove paypal_username field, not used; added paypal_seller_id that is the unique ID of the
seller, to check that paypal data is correct
- various code cleaning

bzr revid: tde@openerp.com-20131204160738-q9paazleyg5v5hjo
2013-12-04 17:07:38 +01:00
Thibault Delavallée 5e181a1694 [FIX] adyen: fixed form view of tx, forgot to remove a deleted field from the view
bzr revid: tde@openerp.com-20131204160543-zj2nb9xe3t795uee
2013-12-04 17:05:43 +01:00
Thibault Delavallée 3cd67b21bb [IMP] payment_acquirer: improved form view of tx
bzr revid: tde@openerp.com-20131204160506-fr65xqfydir4hqpe
2013-12-04 17:05:06 +01:00
Thibault Delavallée 362953b4a2 [FIX] payment_acquirer: manage amount and fees as float fields with 2 digits, update management in rendering process accordingly.
bzr revid: tde@openerp.com-20131204160451-dwd66tav4poaag2m
2013-12-04 17:04:51 +01:00
Thibault Delavallée dbcdddd3d4 [MERGE] Sync with website-al, because sale was broken
bzr revid: tde@openerp.com-20131204130704-fa3pu4gnpku0frsj
bzr revid: tde@openerp.com-20131204144838-vu66z2lsybqtp4hm
2013-12-04 15:48:38 +01:00
ddm 5179f6ecc8 [FIX] Remove broken button
bzr revid: ddm@openerp.com-20131204143538-3gs3m2owznge36b4
2013-12-04 15:35:38 +01:00
Christophe Matthieu edee3e5da3 [FIX] website_sale: shop/confirm_order: from_partner
bzr revid: chm@openerp.com-20131204141056-f4u5rqbbqfka95ka
2013-12-04 15:10:56 +01:00
ddm 67599578b6 [FIX] Removed param default value (fix sitemap)
bzr revid: ddm@openerp.com-20131204135549-qc5xtpx826bqb2ud
2013-12-04 14:55:49 +01:00
Christophe Matthieu d19c722da3 [FIX] website: language link use keep query
bzr revid: chm@openerp.com-20131204133804-7rzeofuwsa8uuk19
2013-12-04 14:38:04 +01:00
Christophe Matthieu 03a373f8ef [FIX] website_event_track: access right
bzr revid: chm@openerp.com-20131204133038-lhgp3fkbqbzl3irk
2013-12-04 14:30:38 +01:00
ddm 8c03d4cd0d [FIX] Another blog URL bug
bzr revid: ddm@openerp.com-20131204132828-lnk5oe09t98wlh4r
2013-12-04 14:28:28 +01:00
Christophe Matthieu 58eb518155 [FIX] website snippet: slider
bzr revid: chm@openerp.com-20131204130740-mk8jtp8p6ip16q1a
2013-12-04 14:07:40 +01:00
Thibault Delavallée 9f0b5a7c53 [IMP] website_sale: improved the choice of acquirer.
Now all acquirer are displayed using a small icon; a Pay Now button is located on the right that
is the next step for the payment.
All acquirers are rendered with a Pay Now button, but only the currently chosen one is
displayed. This allows to display several acquirers without having to do javascript-based
hacks to tune the form, its action or content.

bzr revid: tde@openerp.com-20131204130628-eeqpfhoqaavhv6nk
2013-12-04 14:06:28 +01:00
Thibault Delavallée 88b7b449cb [IMP] acquirers: added support of context-based submit button customize + transaction url. Also removed all fields holding transaction URLS; calling a method should be sufficient. Also standardized acquirer buttons.
bzr revid: tde@openerp.com-20131204130505-webiutb22kb7t4il
2013-12-04 14:05:05 +01:00
Thibault Delavallée 77f6d91236 [IMP] payment_acquirer: improved backend views
bzr revid: tde@openerp.com-20131204125250-7p6gvofiu2sb89az
2013-12-04 13:52:50 +01:00
Thibault Delavallée b7e8b40fb2 [IMP] payment_acquirer: improvements:
- added acquirer_reference standard field on the transaction, valid for most of acquirers
- fixed computation of partner_data before rendering the button, was broken when giving a
partner_id
- added support of tx_url to specify the form URL for the rendered button
- added support of submit_txt and submit_class to customize the submit button of the
rendered form

bzr revid: tde@openerp.com-20131204125227-3g017gue72ujjyqz
2013-12-04 13:52:27 +01:00
Christophe Matthieu 16a544fc6f [FIX] website snippet: usabillity
bzr revid: chm@openerp.com-20131204115424-p083i2nt5bbc43s6
2013-12-04 12:54:24 +01:00
ddm 3a5112426f [FIX] Test build error (cf. logs/test-js.txt)
bzr revid: ddm@openerp.com-20131204105924-ktiaxmp5j7dvknl9
2013-12-04 11:59:24 +01:00
Xavier Morel b79e56d1af [IMP] clarity of links edition
According to user tests, users have a hard time finding out how to
edit links. Thus, add same system as image edition (a small button
appearing when hovering the element).

Extract and unify these two to avoid redundancies between handlings as
they are broadly similar (only details such as label, positioning and
size of button relative to the element being hovered really change,
the lifecycle itself is the same).

The main setup still isn't very clean, there might be a better way to
do it.

bzr revid: xmo@openerp.com-20131204105212-u0a49nbvwilgtfst
2013-12-04 11:52:12 +01:00
Fabien Meghazi 31381c1469 [FIX] Disable form submition in editable mode
bzr revid: fme@openerp.com-20131204104225-2s3jp325731mqd92
2013-12-04 11:42:25 +01:00
ddm e2f37e7369 [FIX] Blog URL errors (cf. logs/test-js.txt)
bzr revid: ddm@openerp.com-20131204103814-m2r8c5vwuglqjyda
2013-12-04 11:38:14 +01:00
Fabien Meghazi 415d24b48f [FIX] blog comment posting results in 404 error
bzr revid: fme@openerp.com-20131204094526-yx4uif5lqp8o8d8p
2013-12-04 10:45:26 +01:00
Fabien Pinckaers 773d7a25d1 [IMP] huge speed improvement on computing prices of several products 916 SQL queries to 216. Still too much.
bzr revid: fp@tinyerp.com-20131203223910-l4hbew0f0iquii9x
2013-12-03 23:39:10 +01:00
Christophe Matthieu 704607db5a [FIX] website: signin and logout redirect url
bzr revid: chm@openerp.com-20131203173146-7om0xl9b7ubb5cqc
2013-12-03 18:31:46 +01:00
Christophe Matthieu 63a9616138 [FIX] website_hr_recruitment, website_blog
bzr revid: chm@openerp.com-20131203171714-fym4y602l7gfylfw
2013-12-03 18:17:14 +01:00
Fabien Pinckaers 642fce4a5b [IMP] speed improvement + small bug
bzr revid: fp@tinyerp.com-20131203171033-oe6pkzb9jal3ril8
2013-12-03 18:10:33 +01:00
ddm ee2d4327a8 [FIX] access rights
bzr revid: ddm@openerp.com-20131203163131-g7o86fc08gv4if9v
2013-12-03 17:31:31 +01:00
Fabien Meghazi 49f357da54 [FIX] rte crashes when inserting new lines
We deal with text nodes in this case

bzr revid: fme@openerp.com-20131203161630-f34r1nrqcb4m6jge
2013-12-03 17:16:30 +01:00
Christophe Matthieu abf5c88510 [FIX] website: customize: apply fontawesome to icons
bzr revid: chm@openerp.com-20131203155536-de2htsq0rwv6oepz
2013-12-03 16:55:36 +01:00
Christophe Matthieu d4bfd5b41f [IMP] website_blog: Blog Title renamed into "Blog Post Title"
bzr revid: chm@openerp.com-20131203154839-mxn84lydinun29kc
2013-12-03 16:48:39 +01:00
Christophe Matthieu bc4a7c81bc [FIX] website_sale: fixes for access right with public user, and access to shopping cart, checkout... without passed by shop index, change url add_cart
bzr revid: chm@openerp.com-20131203154422-cwc12og1bgw9j9a8
2013-12-03 16:44:22 +01:00
ddm 16417844c7 [FIX] Event track sponsor access rights
bzr revid: ddm@openerp.com-20131203154142-ug8hcillq0cb18vb
2013-12-03 16:41:42 +01:00
Thibault Delavallée 382829686d [CLEAN] payment_acquirer and acquirer implementation: cleaned code, removing duplicate code for managing transaction and partner values. Also removed dependency towards requests library. Updated acquirers data, not in no update.
bzr revid: tde@openerp.com-20131203142501-4cibxmcuvyp8uof9
2013-12-03 15:25:01 +01:00
Thibault Delavallée 9a54529ff4 [REM] [REF] website_payment: test pages not necessar anymore. Website_payment now only holds the jquery.payment library and some custom js/css to enable theuse of credit card forms, to be used in server 2 server communications.
bzr revid: tde@openerp.com-20131203135148-ollsv2ljthksmory
2013-12-03 14:51:48 +01:00
Fabien Meghazi a7738ab2ea [IMP] Reorder menu
bzr revid: fme@openerp.com-20131203120910-yv82gwref4uikn7b
2013-12-03 13:09:10 +01:00
Fabien Meghazi c71cfef3d3 [FIX] ir.http log exceptions
bzr revid: fme@openerp.com-20131203114657-jnnki78qr28u9xq4
2013-12-03 12:46:57 +01:00
Christophe Matthieu 7f44fe2f6a [FIX] website snippet: background height=100%
bzr revid: chm@openerp.com-20131203112134-q1pk4eujckgy5vgw
2013-12-03 12:21:34 +01:00
Xavier Morel 9d9d3f207e [IMP] cancellation of RTE
* rename Cancel to Discard for clarity (user test)

* add intermediate dialog in case of mis-click, use 'danger' button
  style to clearly indicate this is a destructive operation

bzr revid: xmo@openerp.com-20131203111323-9mx7aazfpsybe718
2013-12-03 12:13:23 +01:00
ddm c86e61f8d9 [FIX] Revert bad code
bzr revid: ddm@openerp.com-20131203142535-w026w2fnfxd15aeb
2013-12-03 15:25:35 +01:00
ddm 0e52fe9349 [FIX] Banner tour was skipping a step
bzr revid: ddm@openerp.com-20131203142042-sho26izkdxgcoajp
2013-12-03 15:20:42 +01:00
Fabien Meghazi 6745bb3fed [FIX] font-awesome icons migration to v4
bzr revid: fme@openerp.com-20131203141632-ubc35ca7d4l80s7m
2013-12-03 15:16:32 +01:00
Fabien Meghazi 9a3eb79636 [FIX] new fa icons for menu
bzr revid: fme@openerp.com-20131203135156-vflspcfkitv667wv
2013-12-03 14:51:56 +01:00
ddm 0d79c96ad6 [FIX] Various tour fixes (based on usertests)
bzr revid: ddm@openerp.com-20131203134011-caw3x51smrk72fkw
2013-12-03 14:40:11 +01:00
Christophe Matthieu 06f96e4dea [FIX] website_sale: user going to /shop/payment/validate/ without pass by mycart and add to cart
bzr revid: chm@openerp.com-20131203133345-0e7k3ab87u1d3we7
2013-12-03 14:33:45 +01:00
Fabien Meghazi cc1467a6ab [---] Use badge for sign in link. still ugly.
bzr revid: fme@openerp.com-20131203111256-v3q2apdcjb83ac9t
2013-12-03 12:12:56 +01:00
Christophe Matthieu a65449c331 [FIX] website snippet: column
bzr revid: chm@openerp.com-20131203111113-r9yxhjjhvv5isi9t
2013-12-03 12:11:13 +01:00