Commit Graph

504 Commits

Author SHA1 Message Date
Fabien Meghazi e611e759ce [FIX] remaining width computing
bzr revid: fme@openerp.com-20121213110432-crxrhp4xc08bixql
2012-12-13 12:04:32 +01:00
Fabien Meghazi 5bf6176b43 [WIP] relflow
bzr revid: fme@openerp.com-20121213105821-i2f5o693fyljpc9n
2012-12-13 11:58:21 +01:00
Olivier Dony 55419f063c [IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_action load, use child_of, skip useless calls, update tests
bzr revid: odo@openerp.com-20121212205120-qa8gq86hh6f26bdk
2012-12-12 21:51:20 +01:00
Fabien Meghazi d63db5ef0a [FIX] Once DB Manager's 'Back to Login' button is used, logging in won't show application.
bzr revid: fme@openerp.com-20121211151824-ywcuhi4hdcvphn7g
2012-12-11 16:18:24 +01:00
Antony Lesuisse f83bfeff0b [IMP] cleanup menu method mess
do_* were introduce for testing this is not needed anymore

bzr revid: al@openerp.com-20121211021338-8s3jqpfraku1tmsj
2012-12-11 03:13:38 +01:00
Thibault Delavallée 1ca5e68b1f [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121130093732-i8y10ayjqiaq5t7p
bzr revid: tde@openerp.com-20121204142854-pauouyapnw7z8zwj
bzr revid: tde@openerp.com-20121205101544-k4ui6thr0ibzw0vx
bzr revid: tde@openerp.com-20121210125423-81wbh4af9sxdqjki
2012-12-10 13:54:23 +01:00
Antony Lesuisse 0c3f9f691b [FIX] chrome template use a template url for the logo, needed for demo
bzr revid: al@openerp.com-20121205124218-0qdvqed5td9mh84k
2012-12-05 13:42:18 +01:00
Olivier Dony ab39c09a7b [MERGE] Less intrusive timezone offset warning (comes with corresponding server branch)
bzr revid: odo@openerp.com-20121130175658-r3zvuhx75iqa5sus
2012-11-30 18:56:58 +01:00
Xavier Morel 5d313f1754 [FIX] styllistic fixes
bzr revid: xmo@openerp.com-20121130103638-8r77jpmb3hhmo8dt
2012-11-30 11:36:38 +01:00
Fabien Meghazi 55b76fca12 [IMP] Do not dismiss systray icon
It will be automatically done once the user fills is a correct timezon (webclient reloads)

bzr revid: fme@openerp.com-20121129222242-zcipil8lr0xct72g
2012-11-29 23:22:42 +01:00
Fabien Meghazi ddf04c8a2b [IMP] wording
bzr revid: fme@openerp.com-20121129214919-1gypag36heyum97g
2012-11-29 22:49:19 +01:00
Fabien Meghazi 3d75ca8741 [IMP] Use a systray icon for timezone notification (less intrusive)
bzr revid: fme@openerp.com-20121129213743-w79fh583icui2h2l
2012-11-29 22:37:43 +01:00
Fabien Meghazi bd5c3aa90c [IMP] tz_offset is no longer in context
bzr revid: fme@openerp.com-20121129210436-d4umqkb04me1tliu
2012-11-29 22:04:36 +01:00
Thibault Delavallée a5ca416f05 [IMP] needaction counters: moved rpc call on the trigger menu_loaded, to be able to reload the needaction counters through this trigger.
bzr revid: tde@openerp.com-20121129164253-j2vol27w0libpdsd
2012-11-29 17:42:53 +01:00
Thibault Delavallée 0de15c9bbf [CLEAN] Moved needaction html into a dedicated template.
bzr revid: tde@openerp.com-20121129161428-usvgdoykg0g0etr7
2012-11-29 17:14:28 +01:00
Thibault Delavallée 5fc19e0454 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121129151120-e6ovaugw0pkccyuu
2012-11-29 16:11:20 +01:00
tsabi 76ca47d4fd [MERGE] trunk
bzr revid: csaba.toth@i3rendszerhaz.hu-20121129114132-gfe3sn1p5t0mzofm
2012-11-29 12:41:32 +01:00
Thibault Delavallée 7461f88473 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121129114105-0akr0d6nji08g750
2012-11-29 12:41:05 +01:00
Xavier Morel e00cb36f41 [MERGE] from trunk
bzr revid: xmo@openerp.com-20121129091038-0fexjx8o12drjbga
2012-11-29 10:10:38 +01:00
tsabi 92e87f7e6f Mark strings to be translated.
Maybe some missed, but most of them marked.

bzr revid: tsabi-20121129002200-20tppzvh0ap5tfwe
2012-11-29 01:22:00 +01:00
Antony Lesuisse a34f0ef51c [MERGE] trunk-timezone-notification-fme
if res.users and browser timezone offset differs we display a warning.
openerp-web relies on the browser for datetime manipulations so we need both to be in sync.

bzr revid: al@openerp.com-20121128160344-1iae73w47ocot9ib
2012-11-28 17:03:44 +01:00
Thibault Delavallée c5d3036674 [IMP] Needaction: couters are not counter with the menu anymore.
Web-side: a call to get_needaction_data is performed to have action counters.
Menus are then updated synchronously with this value.

bzr revid: tde@openerp.com-20121127142944-m17zo62er5rh2lvg
2012-11-27 15:29:44 +01:00
Paramjit Singh Sahota 77ac04efd8 [FIX][trunk] display dbname if len(db_list())>1 [chs]
lp bug: https://launchpad.net/bugs/1059320 fixed

bzr revid: psa@tinyerp.com-20121127083630-odwky5bdy24gxoa4
2012-11-27 14:06:30 +05:30
Xavier Morel 4a5cb1ebc4 [REM] EVALPOCALYPSE PART 2: no more python-side eval
trigger an error if a nonliteral context is pushed to the server (through a new object_hook)

bzr revid: xmo@openerp.com-20121126140525-ni2x5m56upss610b
2012-11-26 15:05:25 +01:00
niv-openerp aa2a42dc13 [IMP] Removed unused feature in Dialog and deprecated an other.
bzr revid: nicolas.vanhoren@openerp.com-20121126100501-n6qd32x5sxqv5bp7
2012-11-26 11:05:01 +01:00
Fabien Pinckaers 456dd91064 [IMP] improved change password dialog
bzr revid: fp@tinyerp.com-20121126084339-10z9t97tbc3izmm6
2012-11-26 09:43:39 +01:00
niv-openerp b77d7d20ae [FIX] minor modif of openerp logo
bzr revid: nicolas.vanhoren@openerp.com-20121123111603-55zlx8thwcgk8mxn
2012-11-23 12:16:03 +01:00
Fabien Meghazi 04ee649855 [ADD] When application starts, warn the user if it's timezone does not match it's browser's timezone
bzr revid: fme@openerp.com-20121122151125-a8fybzmqyw8uvr7h
2012-11-22 16:11:25 +01:00
niv-openerp c2bcf50d98 [IMP] Made the logo a simple link.
bzr revid: nicolas.vanhoren@openerp.com-20121122130220-z9h2kezgxnh02vlj
2012-11-22 14:02:20 +01:00
niv-openerp 7e13ccb265 [FIX] typo in doc
bzr revid: nicolas.vanhoren@openerp.com-20121122100953-2z1vbvqqmn1jsz88
2012-11-22 11:09:53 +01:00
niv-openerp 425ea97a39 [IMP] Corrected small stuff in Dialog widget and added documentation.
bzr revid: nicolas.vanhoren@openerp.com-20121122100738-8hi8lcsnh5yf7xwt
2012-11-22 11:07:38 +01:00
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
Jiten (OpenERP) beeaf61b21 [MERGE] Merged trunk.
bzr revid: jra@tinyerp.com-20121120123652-ezrem00a8t8xbi7c
2012-11-20 18:06:52 +05:30
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
Vishmita e97d0843c3 [IMP]Minor Change
bzr revid: vja@tinyerp.com-20121119071142-8z4tyac5t8614dde
2012-11-19 12:41:42 +05:30
Vishmita df369bd8c0 [Merge]Merge lp:~openerp-dev/openerp-web/trunk-improve-change-password-dialog
bzr revid: vja@tinyerp.com-20121119070614-yri2ytotkzx47mj9
2012-11-19 12:36:14 +05:30
Vishmita 5e948944a0 [IMP]Improve code for change password dialog
bzr revid: vja@tinyerp.com-20121116110838-zqwt9mkx5prooqzq
2012-11-16 16:38:38 +05:30
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