Commit Graph

468 Commits

Author SHA1 Message Date
Fabien Meghazi c9de04d796 [FIX] Fixed wrong width computing in Dialog. Removed extraneous call to init_dialog(). Remove Dialog#$buttons dom manipulation hack.
bzr revid: fme@openerp.com-20121120141807-pvdryoib39eqh1u7
2012-11-20 15:18:07 +01:00
Fabien Meghazi ceae7544ca [FIX] Fixed Export dialog buttons. Cleanup openerp.web.Dialog
bzr revid: fme@openerp.com-20121120095042-6f4tyiap3t6cxk9e
2012-11-20 10:50:42 +01:00
Olivier Dony 1a8acb73b3 [IMP] monodb bootstrap: support @db query string param to force monodb mode
Allows a.o. to let auth_signup URLs works even if multiple DBs
exist

bzr revid: odo@openerp.com-20121119170042-iprc0u159qpf8ll2
2012-11-19 18:00:42 +01:00
Raphael Collet 4dcede9044 [IMP] web: add 'widget: self' in rendering environment of openerp.web.Client
bzr revid: rco@openerp.com-20121119100734-dtprbdm9bypid8bk
2012-11-19 11:07:34 +01:00
Xavier Morel 0d85c24ae3 [MERGE] from trunk, fix/adapt some tests
bzr revid: xmo@openerp.com-20121116100840-yyr9b4oru3zdftld
2012-11-16 11:08:40 +01:00
niv-openerp 76cce62c99 [IMP] Added feature in the rpc() method to be able to perform a call without triggering the loading messages.
bzr revid: nicolas.vanhoren@openerp.com-20121116094200-q4cby6jofcrk87hd
2012-11-16 10:42:00 +01:00
Christophe Simonis 801927cb14 [FIX] make root menu links works
bzr revid: chs@openerp.com-20121115171201-76y7ul1jhjyi2e78
2012-11-15 18:12:01 +01:00
Fabien Meghazi cace9f7887 [IMP] Centralized 'openerp' class on top level elements. Also add openerp_ie class for MSIE
bzr revid: fme@openerp.com-20121115164132-i6a0u8zk3knm1zkv
2012-11-15 17:41:32 +01:00
Christophe Simonis 6227e4b5c0 [FIX] CrashManager do not have destroy() method
bzr revid: chs@openerp.com-20121115120331-ltujwzobh19muygl
2012-11-15 13:03:31 +01:00
Antony Lesuisse 7629191431 [MERGE] manual merge parts of chs owp
bzr revid: al@openerp.com-20121114233743-u9499fa3eugw94zi
2012-11-15 00:37:43 +01:00
Christophe Simonis eb5a5bf838 [IMP] add method session.url() to generate correct url
bzr revid: chs@openerp.com-20121114174150-9nhj50vftt4lrf0k
2012-11-14 18:41:50 +01:00
Antony Lesuisse 36e4ed47b7 [FIX] login params
bzr revid: al@openerp.com-20121114151714-i0hsz4lyfmps307x
2012-11-14 16:17:14 +01:00
Vo Minh Thu 1ba3ae959f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121114113528-t6ed04bv1d5p7h31
2012-11-14 12:35:28 +01:00
Olivier Dony 524c3d500d [FIX] chrome.js: leftover typo after renaming of URL `action_id` param, new `action` param was being ignored
bzr revid: odo@openerp.com-20121114111923-x2qs3zdfzmezt5z8
2012-11-14 12:19:23 +01:00
Fabien Meghazi 9114457d71 [REV] Revision 3408 revid:al@openerp.com-20121114005029-41tkuo2g93vbnz60 does not pass runbot tests
bzr revid: fme@openerp.com-20121114090731-hrw2eh6b1and8soc
2012-11-14 10:07:31 +01:00
Antony Lesuisse d639ae250c [MERGE] menu possible to reload only a submenu
bzr revid: al@openerp.com-20121114005029-41tkuo2g93vbnz60
2012-11-14 01:50:29 +01:00
Christophe Matthieu 0cf93f912b [IMP] mail & web menu: code review for reload menu
bzr revid: chm@openerp.com-20121113160248-1p2003uc9f5nnxnm
2012-11-13 17:02:48 +01:00
Christophe Matthieu 82cba0604f [IMP] web menu: add a context value for reload one submenus of a parent id menu. If no default_menu, load all menus
bzr revid: chm@openerp.com-20121113143220-zhwo06j7pl8rt2wi
2012-11-13 15:32:20 +01:00
Antony Lesuisse 1b80c5bd52 [IMP] monodb helper
bzr revid: al@openerp.com-20121111163243-bhj3jzhuk99sklwo
2012-11-11 17:32:43 +01:00
Antony Lesuisse 27c872cef3 remove CallbackEnabled
The on_/do_ binding still happens in Widget.init, but as we now use ES5 bind()
it doesnt clutter stack traces anymore. However the fate of this automatic binding
feature remains uncertain.

bzr revid: al@openerp.com-20121110193440-78mpwamqx7iwq2ux
2012-11-10 20:34:40 +01:00
vta vta@openerp.com 2576cd9d5c [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121108132049-7ape10oz1gvz4vi8
2012-11-08 14:20:49 +01:00
Fabien Meghazi e2766b6690 [FIX] Restore dialog buttons
bzr revid: fme@openerp.com-20121108104248-fqv98fv45n35q8qf
2012-11-08 11:42:48 +01:00
Fabien Meghazi 1e85ca1bbe [FIX] openerp.web.Dialog checks data() before dialog('close')
bzr revid: fme@openerp.com-20121106100816-6v331a0jg2pjavp0
2012-11-06 11:08:16 +01:00
Fabien Meghazi 8821c77158 [MERGE] trunk (jquery api changes in place then's -> done's)
bzr revid: fme@openerp.com-20121105201717-91w9gwlumkvellmw
2012-11-05 21:17:17 +01:00
Fabien Meghazi 6f57449dcd [IMP] Client actions now takes the action as argument. Use action.params for options.
bzr revid: fme@openerp.com-20121105130053-6gdklt6ok4lst6ba
2012-11-05 14:00:53 +01:00
Fabien Meghazi 184ae3dd8e [FIX] jQuery ui 1.9 does not accept dialog methods call when not inited
bzr revid: fme@openerp.com-20121105103617-di2vpb8dird602t3
2012-11-05 11:36:17 +01:00
Fabien Meghazi ca6c49becf [IMP] jQuery deferred API changes refactoring. Changed 'then's in 'done'/'fail' and 'pipe's in 'then'
bzr revid: fme@openerp.com-20121030140630-gf20ye8fou1ebxft
2012-10-30 15:06:30 +01:00
vta vta@openerp.com 6a229f4385 [ADD] Add trigger 'state_pushed', need in the module,
bzr revid: vta@openerp.com-20121026140515-fjo4u05t0rdtehq6
2012-10-26 16:05:15 +02:00
Xavier Morel 108d617507 [MERGE] duplicate temp branch
bzr revid: xmo@openerp.com-20121026120215-vztkxmvjghhrs2yk
2012-10-26 14:02:15 +02:00
Xavier Morel 99a2dd3938 [ADD] first 90% of non-sucky testing API, last 90% left
also all existing tests shoud now be completely broken and need to be fixed

bzr revid: xmo@openerp.com-20121025154745-rw2gktfd6tp68k2m
2012-10-25 17:47:45 +02:00
Fabien Meghazi f50c720f3e [ADD] Add menu_id in url state
bzr revid: fme@openerp.com-20121023122833-l9a520bkpe2yty2r
2012-10-23 14:28:33 +02:00
Vo Minh Thu 83a0a252b9 [IMP] database management: added `duplicate` operation.
bzr revid: vmt@openerp.com-20121019101259-f32m2wlf6xugk2vi
2012-10-19 12:12:59 +02:00
vta vta@openerp.com 8b4580ea86 [FIX] Fixed on_loaded in Menu and Search.
bzr revid: vta@openerp.com-20121018085028-d0ww48el2jwmtcpg
2012-10-18 10:50:28 +02:00
Fabien Meghazi 31b316577c [IMP] Use an 'options' dict as second arg for ActionManager#do_action()
bzr revid: fme@openerp.com-20121017145548-oc9s6oadhwzbr78m
2012-10-17 16:55:48 +02:00
niv-openerp 7894d2cfb2 [IMP] Made $buttons in dialogs work all the time
bzr revid: nicolas.vanhoren@openerp.com-20121016103252-njyt4rxk96fy5w6r
2012-10-16 12:32:52 +02:00
niv-openerp 97cb5f4dc4 [FIX] small problems in dialog actions
bzr revid: nicolas.vanhoren@openerp.com-20121016095824-woasfpauu7unye5n
2012-10-16 11:58:24 +02:00
Thibault Delavallée 738724d81a [MERGE] Merged with web/trunk.
bzr revid: tde@openerp.com-20121016074614-bpa5fernlvppihue
2012-10-16 09:46:14 +02:00
niv-openerp 04353719e9 [IMP] removed on_close in Dialog
bzr revid: nicolas.vanhoren@openerp.com-20121015135236-r5809kwwbcqo67tj
2012-10-15 15:52:36 +02:00
niv-openerp ed445ff91a [REVERT] revert commit 3224 because it didn't reproduced the original behavior and some on_close were forgotten
bzr revid: nicolas.vanhoren@openerp.com-20121015133815-hmkz6h1bkhnbq7up
2012-10-15 15:38:15 +02:00
Thibault Delavallée faf49e3fcb [FIX] Action counter: renamed filter automatically added when clicking on the counter, from needaction_pending to message_unread.
bzr revid: tde@openerp.com-20121015102135-hnnd57fi187m0j0a
2012-10-15 12:21:35 +02:00
Antony Lesuisse b399708ab8 [MERGE] trunk-trigger-on_action manual
bzr revid: al@openerp.com-20121012144943-h9wr9wtd59xe2pv8
2012-10-12 16:49:43 +02:00
vta vta@openerp.com 9f3198d00a [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121012131427-rr9cl2ausnraogfg
2012-10-12 15:14:27 +02:00
vta vta@openerp.com 48118a7afe [IMP] Improved on close code.
bzr revid: vta@openerp.com-20121012130254-kthondab91jph64x
2012-10-12 15:02:54 +02:00
Christophe Simonis e70d879acc [FIX] add option to avoid actions to be pushed as state. Used for login and action extracted from hash. Full state of client actions is pushed.
bzr revid: chs@openerp.com-20121012125418-jbw3iut85riepz47
2012-10-12 14:54:18 +02:00
vta vta@openerp.com d0c88ce9cb [MERGE] Latest trunk.
bzr revid: vta@openerp.com-20121012065521-838keuv5tdk1w3qg
2012-10-12 08:55:21 +02:00
Antony Lesuisse e50cb5b2c7 [FIX] dont show errors on reload
bzr revid: al@openerp.com-20121011201523-d4t500g4nnfq9ce6
2012-10-11 22:15:23 +02:00
Vishmita e50ce70fa7 [Fix]change event name
bzr revid: vja@tinyerp.com-20121011105516-h3fuwrgxdqqbtxh8
2012-10-11 16:25:16 +05:30
ggh-openerp 2ba6a7f073 [IMP] Remove add in on_menu_logout method
bzr revid: ggh@tinyerp.com-20121011094538-d8xrxa0tygrhljdf
2012-10-11 15:15:38 +05:30
Antony Lesuisse f44ea704fe [IMP] CrashManager use event dispatcher and cleanups
bzr revid: al@openerp.com-20121011003729-jjbh5se1cpsachvm
2012-10-11 02:37:29 +02:00
Antony Lesuisse b1b8447a6b [FIX] login always set params for potential redirection
bzr revid: al@openerp.com-20121011000217-ck3xsquoain1z8ja
2012-10-11 02:02:17 +02:00