Commit Graph

174 Commits

Author SHA1 Message Date
Xavier Morel 6595a05ee0 [ADD] link to debug mode in about window
bzr revid: xmo@openerp.com-20120113162849-tv0mirnxn6va111b
2012-01-13 17:28:49 +01:00
Xavier Morel 1eff27c138 [FIX] remember to load not-yet-loaded modules after they've been installed, improve load_modules to be incremental (load only modules which are not installed)
bzr revid: xmo@openerp.com-20120113150829-s7ejfivy5kyqvy3f
2012-01-13 16:08:29 +01:00
Fabien Meghazi 5be2f1123f [REM] Commented out some debug output
bzr revid: fme@openerp.com-20120112124456-yvegpuajefyg26uo
2012-01-12 13:44:56 +01:00
Xavier Morel 12e3ef7fbf [IMP] add lazier proxy method on CallbackEnabled, use it in WebClient and ListView
bzr revid: xmo@openerp.com-20120112084910-6fxbzbgmv51utyko
2012-01-12 09:49:10 +01:00
Xavier Morel 927cd5135a [IMP] add explanation as to why the preferences dialog reloads the page instead of reloading just the web client (session and menus)
bzr revid: xmo@openerp.com-20120111144443-a9cbbysgkxrukqub
2012-01-11 15:44:43 +01:00
Xavier Morel ca493e5481 [FIX] button order in preferences dialog
bzr revid: xmo@openerp.com-20120111144345-8n63z50gic7m0d3w
2012-01-11 15:43:45 +01:00
Xavier Morel c7cae917d0 [FIX] implicit global
bzr revid: xmo@openerp.com-20120111144327-s1vox3q1hdpufxmz
2012-01-11 15:43:27 +01:00
Xavier Morel c1b26ed89d [FIX] WebClient.do_reload's deferred chain, split session reloading and session init
that way we don't try to reload all addons every time, not sure it's the best idea though, we'll see

bzr revid: xmo@openerp.com-20120111143144-akq23gtyuxfdq6z9
2012-01-11 15:31:44 +01:00
Fabien Meghazi fca894050a [IMP] Refactored web.Dialog (again)
bzr revid: fme@openerp.com-20120111110648-thxst5ot0te60fj5
2012-01-11 12:06:48 +01:00
Xavier Morel bf6e1eae28 [IMP] notify on successful database dump or restoration
bzr revid: xmo@openerp.com-20120110135438-ceoexxnvixg3xcsu
2012-01-10 14:54:38 +01:00
Vaibhav (OpenERP) f154376575 [FIX] translation marks for db notation.
bzr revid: vda@tinyerp.com-20120110133826-sp77387028vatzsw
2012-01-10 19:08:26 +05:30
Fabien Meghazi 15a39f92bb [IMP] Improved dialog controller for heights > window.height
bzr revid: fme@openerp.com-20120110100349-is7ng78n1ilm9f08
2012-01-10 11:03:49 +01:00
Vaibhav (OpenERP) 5c91cf7729 [FIX] Notify on Database restore,backup.
lp bug: https://launchpad.net/bugs/913510 fixed

bzr revid: vda@tinyerp.com-20120109081441-b0ogg9yc9jfzme5x
2012-01-09 13:44:41 +05:30
niv-openerp 310fd3e7bf [fix] problem with the change password
bzr revid: nicolas.vanhoren@openerp.com-20120106163220-2qykv3t9kj92tvnh
2012-01-06 17:32:20 +01:00
niv-openerp 950058d3f2 [fix] small problem when we click logout, for a brief instant there is an error message
bzr revid: nicolas.vanhoren@openerp.com-20120105094611-4vgo83j8ey0z3q89
2012-01-05 10:46:11 +01:00
niv-openerp 9dcad94d83 [fix] reverted possibility to logout without reloading the web client
bzr revid: nicolas.vanhoren@openerp.com-20120105094351-ba6dthego0oourhq
2012-01-05 10:43:51 +01:00
niv-openerp 05d0ef1c02 [imp] modified web client to be able to logout without reloading
bzr revid: nicolas.vanhoren@openerp.com-20120104182112-znsij1ogfu70paoe
2012-01-04 19:21:12 +01:00
niv-openerp deef3f37b5 [imp] simplified WebClient
bzr revid: nicolas.vanhoren@openerp.com-20120104181150-0zm2b3m6e89yb2zp
2012-01-04 19:11:50 +01:00
niv-openerp 36b7a99e83 [imp] refactored logout mechanism
bzr revid: nicolas.vanhoren@openerp.com-20120104173736-qk8zniywg02xyctd
2012-01-04 18:37:36 +01:00
niv-openerp 2f1dace76a [fix] rollback 1873 & 1871 to correct bugs related to login page & dialogs
bzr revid: nicolas.vanhoren@openerp.com-20120104155329-tfk6gt4mjhme82od
2012-01-04 16:53:29 +01:00
niv-openerp fd5ad1bb4f [imp] modified Login to be instanciated only when necessary and destroyed when not used any more
bzr revid: nicolas.vanhoren@openerp.com-20120104124456-dg0ll2dyomj8fsav
2012-01-04 13:44:56 +01:00
niv-openerp dcef579eae [imp] modified web client to be a div instead of a body
bzr revid: nicolas.vanhoren@openerp.com-20120104113555-yiudv22gxr4s3k6k
2012-01-04 12:35:55 +01:00
niv-openerp c73da60123 [imp] modified web client to instantiate menu and header only after login
bzr revid: nicolas.vanhoren@openerp.com-20120104110137-nd57hgjj09qsim1j
2012-01-04 12:01:37 +01:00
niv-openerp 1dcf921ffa [imp] improved design of database manager
bzr revid: nicolas.vanhoren@openerp.com-20120104104106-mithtsta4apwfccq
2012-01-04 11:41:06 +01:00
niv-openerp 10e6994f6e [imp] refactored Database
bzr revid: nicolas.vanhoren@openerp.com-20120104102031-px4eqngvtx0l6n3c
2012-01-04 11:20:31 +01:00
niv-openerp 67912d9662 [imp] changes in database manager to be integrated into the login
bzr revid: nicolas.vanhoren@openerp.com-20120104101119-uot4mvvfgykfp4i7
2012-01-04 11:11:19 +01:00
niv-openerp e7bb96b632 [imp] refactored loading and web client
bzr revid: nicolas.vanhoren@openerp.com-20120104095549-jgvjx90dlqx6jf71
2012-01-04 10:55:49 +01:00
niv-openerp 1fdae6c2c9 [imp] refactored login to be more independant from the rest
bzr revid: nicolas.vanhoren@openerp.com-20120104093432-r9xrpvgzki1o9f3u
2012-01-04 10:34:32 +01:00
niv-openerp c6a2601c0c [imp] nivified web client
bzr revid: nicolas.vanhoren@openerp.com-20120104091222-y5m7sacecxu1zmeb
2012-01-04 10:12:22 +01:00
niv-openerp 0fa2c9bc75 [fix] typo
bzr revid: nicolas.vanhoren@openerp.com-20120103102000-tg8xzbcc0oirhe8i
2012-01-03 11:20:00 +01:00
Antony Lesuisse c59ad9cc1d [MERGE] crashmanager openerp entreprise bth/rlo/chs
bzr revid: al@openerp.com-20111227155915-4s3fmuqzce9733il
2011-12-27 16:59:15 +01:00
Roberto López López (OpenERP) ca87c95f3c [IMP] full working traceback dialog
bzr revid: rlo@openerp.com-20111223131911-lg1xjek2afvhkf41
2011-12-23 14:19:11 +01:00
Roberto López López (OpenERP) ab3d6750c1 modify according to new review
bzr revid: rlo@openerp.com-20111223120634-dy10nsi3k2j925fc
2011-12-23 13:06:34 +01:00
Xavier Morel f1ef473250 [IMP] reselect right menu item after reloading the menu, open sub-menu after installing a module
bzr revid: xmo@openerp.com-20111222153449-8vdzb4wubwlqw7td
2011-12-22 16:34:49 +01:00
Roberto López López (OpenERP) df0457762d modified according to review
bzr revid: rlo@openerp.com-20111222140458-vrbsremb9lgj8r86
2011-12-22 15:04:58 +01:00
Roberto López López (OpenERP) 2d45a0b80c modify according to review
bzr revid: rlo@openerp.com-20111222122826-vepc0vz21wt5oq3f
2011-12-22 13:28:26 +01:00
Roberto López López (OpenERP) 7b2ece8ddc merge
bzr revid: rlo@openerp.com-20111222115243-ht5rqa4j5bl7ie96
2011-12-22 12:52:43 +01:00
Xavier Morel c728c5ec17 [FIX] invalid login warning: session_authenticate resolves if and only if login is successful, need to hook on on_session_invalid to get invalid login notification
bzr revid: xmo@openerp.com-20111222114635-916grnoc99nqlbl3
2011-12-22 12:46:35 +01:00
Roberto López López (OpenERP) b3f7278d12 [IMP] working crash dialog
bzr revid: rlo@openerp.com-20111221171137-flojvtf10547ekfl
2011-12-21 18:11:37 +01:00
Fabien Meghazi 41cd88bfad [FIX] Reworked dialogs
lp bug: https://launchpad.net/bugs/892248 fixed
lp bug: https://launchpad.net/bugs/885507 fixed

bzr revid: fme@openerp.com-20111221134306-k5w0g0oih3uvhy34
2011-12-21 14:43:06 +01:00
Christophe Simonis 61b780a9a8 [FIX] reload the menu after the session (and thus the context) is reloaded
bzr revid: chs@openerp.com-20111221132332-foyw7abxxy5hl3rb
2011-12-21 14:23:32 +01:00
Antony Lesuisse 6a58ba526a [IMP] action with menu_id
bzr revid: al@openerp.com-20111221114904-x8s6xqs70utrnsim
2011-12-21 12:49:04 +01:00
Christophe Simonis b1a73094ff [FIX] embed client do not save the session to a cookie
bzr revid: chs@openerp.com-20111221104031-yfek5s723icczxv7
2011-12-21 11:40:31 +01:00
Xavier Morel 7a06082c9f [FIX] add a flag to action descriptors to know when it went through a menu (and we should display the shortcut toggle)
lp bug: https://launchpad.net/bugs/906785 fixed

bzr revid: xmo@openerp.com-20111220164903-iakb397pbb96q1nh
2011-12-20 17:49:03 +01:00
Antony Lesuisse f20d6ce097 [FIX] reload login flickering
bzr revid: al@openerp.com-20111220174332-x1mop8yyqr5mjkmw
2011-12-20 18:43:32 +01:00
Christophe Simonis 9b5949e2c5 [ADD] specific url for direct login
bzr revid: chs@openerp.com-20111220150556-ffcaeae94w195gmt
2011-12-20 16:05:56 +01:00
Roberto López López (OpenERP) fb7d80d56f [MERGE] merge up to last branch
bzr revid: rlo@openerp.com-20111219103346-k8va78gdfudedg62
2011-12-19 11:33:46 +01:00
Antony Lesuisse 3787df85db [FIX] embed css loading
bzr revid: al@openerp.com-20111216165146-l1eja7zgq7xhfepp
2011-12-16 17:51:46 +01:00
Antony Lesuisse 65c5eaca8d [FIX] jsonp works
bzr revid: al@openerp.com-20111216164739-ei5hdk4sq32eppzc
2011-12-16 17:47:39 +01:00
Antony Lesuisse d3afc7706c [IMP] shorter embed code
bzr revid: al@openerp.com-20111216153736-z10to08j5zcb1lw4
2011-12-16 16:37:36 +01:00