Commit Graph

395 Commits

Author SHA1 Message Date
Fabien Meghazi b8875e6e39 [MERGE] Merge 6.1 except *.po's
bzr revid: fme@openerp.com-20120329114327-gb7hz3ysfh3q4sjk
2012-03-29 13:43:27 +02:00
Fabien Meghazi 9d1986936d [MERGE] Merge trunk
bzr revid: fme@openerp.com-20120329085505-992ia13mhermy73v
2012-03-29 10:55:05 +02:00
Fabien Meghazi 179fb5ce69 [FIX] KeyError: 'drop_db'. When trying to drop db without db name
lp bug: https://launchpad.net/bugs/966108 fixed

bzr revid: fme@openerp.com-20120328150031-6hdb9rwjoh3stfif
2012-03-28 17:00:31 +02:00
Fabien Meghazi 2d6775c407 [FIX] Do not show More menu button if unnecessary
bzr revid: fme@openerp.com-20120328113113-w925pasg7jnmxtzw
2012-03-28 13:31:13 +02:00
Fabien Meghazi 1a58a96f8c [IMP] Show database name in UserMenu
bzr revid: fme@openerp.com-20120328111723-cmgn9wzspn5bulnp
2012-03-28 13:17:23 +02:00
Fabien Meghazi ddcb6cd1c1 [MERGE] Merge trunk
bzr revid: fme@openerp.com-20120328102916-hietshrabuomha3w
2012-03-28 12:29:16 +02:00
Fabien Meghazi c86b24b4c3 [FIX] Add 'More...' feature to main menu
bzr revid: fme@openerp.com-20120327193212-kflgwnvxp89lkqmb
2012-03-27 21:32:12 +02:00
Fabien Meghazi cdf5909595 [MERGE] Merge trunk
bzr revid: fme@openerp.com-20120327101034-ep976msim6xys921
2012-03-27 12:10:34 +02:00
Fabien Meghazi cc88233248 [FIX] Reference to legacy Widget#widget_parent
bzr revid: fme@openerp.com-20120327100518-p64ada2s831exv52
2012-03-27 12:05:18 +02:00
niv-openerp 2059123918 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120326095842-mf8v3nhizeqcfp8j
2012-03-26 11:58:42 +02:00
Fabien Meghazi 888a9d3c0f [FIX] The preferences page is white -> no visible bug
lp bug: https://launchpad.net/bugs/954067 fixed

bzr revid: fme@openerp.com-20120326075751-g209vavjk42no32c
2012-03-26 09:57:51 +02:00
Xavier Morel 1da49a44a5 [MERGE] 6.1 fixes into trunk
bzr revid: xmo@openerp.com-20120322113142-gim4svx01p336nxm
2012-03-22 12:31:42 +01:00
Fabien Meghazi 2719a64deb [ADD] Add <separator>
bzr revid: fme@openerp.com-20120315141622-pby363816gv4td0k
2012-03-15 15:16:22 +01:00
Vaibhav (OpenERP) 28cc3bb64e [FIX] AppendTo use Widget element, not Widget.
lp bug: https://launchpad.net/bugs/954067 fixed

bzr revid: vda@tinyerp.com-20120315062817-bzoimec5wz3o6la1
2012-03-15 11:58:17 +05:30
Xavier Morel 6501553263 [MERGE] synchronous db-creation call, significantly simplified db creation code
also removed custom blockUI and error management hooks since it's now a perfectly standard RPC call and webclient is already available

bzr revid: xmo@openerp.com-20120309140536-21u2ked9oc7eaie5
2012-03-09 15:05:36 +01:00
Christophe Simonis 6e46e27bce [FIX] set_title of page depending of the current action
bzr revid: chs@openerp.com-20120308165225-13thiz9hfrbr88c8
2012-03-08 17:52:25 +01:00
niv-openerp 659ab1ff3b [imp] changed detail in full screen feature
bzr revid: nicolas.vanhoren@openerp.com-20120307155529-t83uabjx0ocm8mjq
2012-03-07 16:55:29 +01:00
niv-openerp 8c65ef53b9 [imp] minor feature in the web client class to set the content to full screen
bzr revid: nicolas.vanhoren@openerp.com-20120307150500-o8kkxp4ohrtzjq69
2012-03-07 16:05:00 +01:00
Vo Minh Thu bfb9896ddd [FIX] database/create replaced by blocking database/create_database
(so we can use a multi-workers OpenERP server; otherwise polling
on the server would hit different workers resulting in errors).

bzr revid: vmt@openerp.com-20120307104632-w6cs6nxf04ltcpf1
2012-03-07 11:46:32 +01:00
Fabien Meghazi 43ab27d7bb [FIX] Menu not working anymore after the installation of a module
lp bug: https://launchpad.net/bugs/944113 fixed

bzr revid: fme@openerp.com-20120306110212-9qd1r0q5t0zwnnt0
2012-03-06 12:02:12 +01:00
Xavier Morel e178185b4f [MERGE] bug fixes form 6.1 branch
bzr revid: xmo@openerp.com-20120305070634-li0eloj7vhsljguu
2012-03-05 08:06:34 +01:00
Fabien Meghazi bedb2d9596 [IMP] Added Systray tooltips
bzr revid: fme@openerp.com-20120301095807-w8xi6b36adf1ky1z
2012-03-01 10:58:07 +01:00
Fabien Meghazi f32e1dacbb [ADD] Add menuClicked event to Menu
bzr revid: fme@openerp.com-20120229162247-m765betv577y4a2i
2012-02-29 17:22:47 +01:00
Fabien Meghazi c7809cafe7 [IMP] Renamed DropDownMenu to UserMenu
bzr revid: fme@openerp.com-20120229141527-tuhkt0isveefy2kp
2012-02-29 15:15:27 +01:00
Fabien Meghazi 2f2c246fac [IMP] Improve menus. Works when client is reloaded
bzr revid: fme@openerp.com-20120229130235-bx8ptrz4xah1aqct
2012-02-29 14:02:35 +01:00
niv-openerp 436ed74729 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120229110935-y2omxvx7vhchsti5
2012-02-29 12:09:35 +01:00
niv-openerp 7eb12aee74 [imp] renammed render_element
bzr revid: nicolas.vanhoren@openerp.com-20120229110744-0m55gqlme6s225jv
2012-02-29 12:07:44 +01:00
Fabien Meghazi 2d03b80c7d [IMP] New menus
bzr revid: fme@openerp.com-20120228134121-bxs33qrpevrfkctp
2012-02-28 14:41:21 +01:00
Fabien Meghazi 481baac8a3 [CHG] Do not toggle opened class on submenu (should be part of last commit)
bzr revid: fme@openerp.com-20120227140136-k4g3kiots78ef4iv
2012-02-27 15:01:36 +01:00
Fabien Meghazi ad681179d0 [CHG] Menu doesn't fold by default
bzr revid: fme@openerp.com-20120227135911-9l0csum251wvkfv8
2012-02-27 14:59:11 +01:00
Fabien Meghazi e91dee1e97 [ADD] Added shortcut to dropdown menu. Completely removed old Header
bzr revid: fme@openerp.com-20120227134531-uf646x2w13zqsslz
2012-02-27 14:45:31 +01:00
niv-openerp d1498035f0 [merge]
bzr revid: nicolas.vanhoren@openerp.com-20120227132024-06p0skdlx1ixbi3g
2012-02-27 14:20:24 +01:00
niv-openerp 7969c1f080 [fix] renammed bind to session_bind
bzr revid: nicolas.vanhoren@openerp.com-20120224145433-c5bunu2fuciqj2uc
2012-02-24 15:54:33 +01:00
Fabien Meghazi b64f4c6875 [ADD] Added dropdown menu.
bzr revid: fme@openerp.com-20120223174439-nlyeqjobi230e7xx
2012-02-23 18:44:39 +01:00
Fabien Meghazi 2e681ad98b [CHG] Updated Secondary Menu (moved in a div)
bzr revid: fme@openerp.com-20120223153921-u23y5ylp2sqhs3ev
2012-02-23 16:39:21 +01:00
Fabien Meghazi a90d466ccb [ADD] Add styles for new main menu
bzr revid: fme@openerp.com-20120223150230-n935rq8bv65a6gbj
2012-02-23 16:02:30 +01:00
Xavier Morel 50853cbaac [FIX] ability to backup databases in case listing databases is forbidden (via --no-database-list on the server)
lp bug: https://launchpad.net/bugs/939428 fixed

bzr revid: xmo@openerp.com-20120223133937-3115jyzjtbzequbq
2012-02-23 14:39:37 +01:00
Fabien Meghazi 3644361b1f [IMP] Webclient not OldWidget anymore. Renamed template to 'WebClient'
Made a seperate revision because of edi addon dependency

bzr revid: fme@openerp.com-20120223131140-2p7uycfs2el6ibei
2012-02-23 14:11:40 +01:00
Fabien Meghazi c6b36fb76b [MERGE] Minh's sass playground
Don't forget to restart web client

bzr revid: fme@openerp.com-20120223124836-23ykl9grgqov5kg4
2012-02-23 13:48:36 +01:00
Fabien Meghazi 10e55d5701 [ADD] Minh's sass playground
bzr revid: fme@openerp.com-20120222142323-mg2z3kndzm29xisg
2012-02-22 15:23:23 +01:00
niv-openerp 75d39c7f6a [imp] renammed stop()
bzr revid: nicolas.vanhoren@openerp.com-20120221162912-zheko30qoh84hcoq
2012-02-21 17:29:12 +01:00
niv-openerp be66f62357 [imp] changed children
bzr revid: nicolas.vanhoren@openerp.com-20120221155134-lej2ren1troagr72
2012-02-21 16:51:34 +01:00
niv-openerp 8384876ef0 [imp] renamed widget_parent to getParent()
bzr revid: nicolas.vanhoren@openerp.com-20120221153023-cqs66neaddtuf7km
2012-02-21 16:30:23 +01:00
niv-openerp 0d061d6c77 [fix] added openerp class to all dialogs
bzr revid: nicolas.vanhoren@openerp.com-20120217114357-5jeue9292eg2zoqf
2012-02-17 12:43:57 +01:00
niv-openerp feaade623a [imp] put openerp into body
bzr revid: nicolas.vanhoren@openerp.com-20120217110152-x66rfhyfkqao04k0
2012-02-17 12:01:52 +01:00
niv-openerp 39d514678c [imp] repaired illogic al's code
bzr revid: nicolas.vanhoren@openerp.com-20120217105636-61tk67zbx9calc1b
2012-02-17 11:56:36 +01:00
Fabien Meghazi 56c0e786f4 [FIX] When we click on "Point of Sale" in folder menu mode, it shows a blank menu
lp bug: https://launchpad.net/bugs/906732 fixed

bzr revid: fme@openerp.com-20120214162657-i8hes1iy67wi4isj
2012-02-14 17:26:57 +01:00
Fabien Meghazi ba05ec55fd [ADD] Add sticky option to do_warn() and do_notify()
[IMP] Form view uses a notification when a record is not found in the database

bzr revid: fme@openerp.com-20120213123805-4dqg4oioous25nuo
2012-02-13 13:38:05 +01:00
Fabien Meghazi 85ac428a7b [FIX] Login without selected database returns uncatched error
lp bug: https://launchpad.net/bugs/931320 fixed

bzr revid: fme@openerp.com-20120213100102-4ooonwfjzmjo4en8
2012-02-13 11:01:02 +01:00
Xavier Morel b79f91a0f5 [FIX] completely destroy the current openerp session on logout (but leave the webclient session), so other tabs using the same session get unlogged
lp bug: https://launchpad.net/bugs/925386 fixed

bzr revid: xmo@openerp.com-20120210164309-lyslwm4t94a4jd7g
2012-02-10 17:43:09 +01:00
Olivier Dony 1b3701ce59 [IMP] Fix some remaining untranslated areas, and extract @title,@alt and @label attributes too
(pending an update of the qweb rendering engine to
 actually translate the newly exported attributes)

bzr revid: odo@openerp.com-20120207092655-kgdcxa8myalxfyjq
2012-02-07 10:26:55 +01:00
Xavier Morel b7e761fca8 [FIX] forward uncaught errors to global crash manager
bzr revid: xmo@openerp.com-20120206162347-1hr30acmy7l3mh78
2012-02-06 17:23:47 +01:00
Xavier Morel 607f8e9c34 [IMP] mark loading string for translation
bzr revid: xmo@openerp.com-20120206114709-to4tgrd048wsyr2z
2012-02-06 12:47:09 +01:00
Fabien Meghazi 5e7b30e996 [FIX] Do not FormView#do_show() twice on cold do_load_state()
bzr revid: fme@openerp.com-20120201154442-gwbdm99wy8qahwie
2012-02-01 16:44:42 +01:00
Fabien Meghazi d6f406191a [FIX] reloading of menu should keep active menu hidden when folded
bzr revid: fme@openerp.com-20120131100324-xajoh1esyvj31zs0
2012-01-31 11:03:24 +01:00
Xavier Morel 73c1d7c3de [FIX] handling of being denied access to the list of databases in the database-management screen
lp bug: https://launchpad.net/bugs/922024 fixed

bzr revid: xmo@openerp.com-20120131094326-1am82v8u6f9fefuv
2012-01-31 10:43:26 +01:00
Xavier Morel 94240c8a04 [IMP] remove [Invalid Username or Password] note as soon as a new login is submit, don't wait for page reload while checking for login correctness
lp bug: https://launchpad.net/bugs/921575 fixed

bzr revid: xmo@openerp.com-20120130115255-dt39hk25ri9u0whu
2012-01-30 12:52:55 +01:00
Xavier Morel 05b60e8afb [IMP] only protect crashmanager creation as other children are destroyed and recreated every time
bzr revid: xmo@openerp.com-20120127164332-4mw5pxzoep0newgo
2012-01-27 17:43:32 +01:00
Xavier Morel 2c073283df [FIX] don't initialize common controls twice in WebClient root, causes duplicated error popups if going through login page
lp bug: https://launchpad.net/bugs/922296 fixed

bzr revid: xmo@openerp.com-20120127163446-a2i3vfzzxz0yaujn
2012-01-27 17:34:46 +01:00
Fabien Meghazi ac61e2bcfa [FIX] Notifications z-index is lower than dialogs
lp bug: https://launchpad.net/bugs/916352 fixed

bzr revid: fme@openerp.com-20120125092423-jy4wgabvsfgx1sh7
2012-01-25 10:24:23 +01:00
niv-openerp c044b70429 [imp] removed identifier_prefix
bzr revid: nicolas.vanhoren@openerp.com-20120124151343-t17b3obenv244io3
2012-01-24 16:13:43 +01:00
niv-openerp 3002bd091f [imp] removed bunch of old stuff in widget
bzr revid: nicolas.vanhoren@openerp.com-20120124145810-lr2y8igt9iqzqepn
2012-01-24 15:58:10 +01:00
niv-openerp ac845b1bfa [imp] nivified extended search
bzr revid: nicolas.vanhoren@openerp.com-20120124143318-pw8eka0zvrh7n3mt
2012-01-24 15:33:18 +01:00
Antony Lesuisse 7d22e1eb8c [FIX] revert html_template is used by other modules. commit 2012 revid:nicolas.vanhoren@openerp.com-20120118161735-2yuxisndfq92ctoi
bzr revid: al@openerp.com-20120122233202-moq81q35qddjtlw8
2012-01-23 00:32:02 +01:00
Xavier Morel f9cbad5bf6 [FIX] correctly display crash manager in case of report error
lp bug: https://launchpad.net/bugs/917227 fixed

bzr revid: xmo@openerp.com-20120119144837-dp6r7vqx581b4mrt
2012-01-19 15:48:37 +01:00
vishmita 1fcb2aeee8 [FIX]set property of notification.
lp bug: https://launchpad.net/bugs/916352 fixed

bzr revid: vja@vja-desktop-20120119120127-8fu41vl6hccf01rr
2012-01-19 17:31:27 +05:30
niv-openerp 3e7c98f5e5 [imp] cleared main html
bzr revid: nicolas.vanhoren@openerp.com-20120118161735-2yuxisndfq92ctoi
2012-01-18 17:17:35 +01:00
Xavier Morel aeebcf3dcc [FIX] un-nivity call of WebClient, IE8 does not like nobody to mess with its body:
bzr revid: xmo@openerp.com-20120117140213-u2n1l4cg1nz1xrea
2012-01-17 15:02:13 +01:00
Xavier Morel 7d305cbbee [FIX] MSIE does not like calling .html on the page's title, set the string on the document's title directly (as a property)
bzr revid: xmo@openerp.com-20120117135817-t3ggfjp71r6io6b4
2012-01-17 14:58:17 +01:00
Xavier Morel 07a459f2d4 [FIX] trailing commas
bzr revid: xmo@openerp.com-20120117132843-obecwigtts1rf9ja
2012-01-17 14:28:43 +01:00
Xavier Morel 1a0e9063d4 [FIX] forbid spaces in db names
lp bug: https://launchpad.net/bugs/916771 fixed

bzr revid: xmo@openerp.com-20120117120035-n7kk3uzfqwdgkm88
2012-01-17 13:00:35 +01:00
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
Antony Lesuisse 8da3756438 [IMP] Connection minor changes
bzr revid: al@openerp.com-20111216150541-ogukhprtnkh7raht
2011-12-16 16:05:41 +01:00
Antony Lesuisse e9d0686f99 [FIX] typo
bzr revid: al@openerp.com-20111216144312-akodk5ba505ot8ba
2011-12-16 15:43:12 +01:00
Christophe Simonis d3960997ea [FIX] login after database creation
bzr revid: chs@openerp.com-20111216141707-f9a26e1kjz3f7unt
2011-12-16 15:17:07 +01:00
Antony Lesuisse d315489256 [FIX] session cookie and logout
bzr revid: al@openerp.com-20111216012542-svbiuf64x017wll5
2011-12-16 02:25:42 +01:00
Antony Lesuisse a036be16c9 [IMP] minor changes
bzr revid: al@openerp.com-20111216004823-s3lh80nymv2xu6fs
2011-12-16 01:48:23 +01:00
Antony Lesuisse 8721df9d54 [IMP] massive connection deferrization, json works again
bzr revid: al@openerp.com-20111216004402-q6v26822swarra7r
2011-12-16 01:44:02 +01:00
Antony Lesuisse 2fd2f299b4 [MERGE] trunk
bzr revid: al@openerp.com-20111215184305-3yxw54l91psrz5d6
2011-12-15 19:43:05 +01:00
Antony Lesuisse 4206e4d262 connection jsonp wip
bzr revid: al@openerp.com-20111215183259-vam7tsjlkqhjam69
2011-12-15 19:32:59 +01:00
Fabien Meghazi 99752a5155 [FIX] strange menu behaviour if left menu is folded
lp bug: https://launchpad.net/bugs/890619 fixed

bzr revid: fme@openerp.com-20111215163724-5gqz9om4twc1f4fe
2011-12-15 17:37:24 +01:00
Xavier Morel 5e0cf3080d [ADD] form links into list views
bzr revid: xmo@openerp.com-20111215152934-ujciaxk6o1iyorng
2011-12-15 16:29:34 +01:00
Fabien Meghazi 188615a35f [IMP] Use proper name for edit_link option
bzr revid: fme@openerp.com-20111215133800-q8cypwxu7hps21ty
2011-12-15 14:38:00 +01:00
Antony Lesuisse 8ae093bf49 move jq_ajax.js
bzr revid: al@openerp.com-20111215133305-c7jgyqdes33drllk
2011-12-15 14:33:05 +01:00
Xavier Morel 187216f8bd [IMP] mark a bunch of dialog stuff as exportable (mostly buttons, but also dialog titles)
bzr revid: xmo@openerp.com-20111215104031-zy56xwtb7cjwzcbj
2011-12-15 11:40:31 +01:00
Xavier Morel b5a797ba0a [IMP] mark a bunch of dialog stuff as exportable (mostly buttons, but also dialog titles)
bzr revid: xmo@openerp.com-20111215104031-h2xjkf0zwf8x8zjk
2011-12-15 11:40:31 +01:00
Antony Lesuisse cb4dbede99 [FIX] working urls
bzr revid: al@openerp.com-20111214180442-gd1j369la1kss2wj
2011-12-14 19:04:42 +01:00
Antony Lesuisse 4b67791920 [FIX] working urls
bzr revid: al@openerp.com-20111214180442-51bny4wq12qs4okk
2011-12-14 19:04:42 +01:00
Antony Lesuisse f56166d67d [MERGE] trunk
bzr revid: al@openerp.com-20111214172434-d1p2kn0vjvmoowec
2011-12-14 18:24:34 +01:00
Antony Lesuisse 7991d820f5 [MERGE] trunk
bzr revid: al@openerp.com-20111214172434-u2i6im40bviq229q
2011-12-14 18:24:34 +01:00
niv-openerp f6b2fc59e9 [imp] now closes dialogs when using client actions
bzr revid: nicolas.vanhoren@openerp.com-20111214170356-sljdibj73yy0maeu
2011-12-14 18:03:56 +01:00
niv-openerp 91909f1927 [imp] now closes dialogs when using client actions
bzr revid: nicolas.vanhoren@openerp.com-20111214170356-znxja2f0jekb63a9
2011-12-14 18:03:56 +01:00
Christophe Simonis b53ee6fe20 [WIP] better url management, only views are allowed to call this.do_push_state
bzr revid: chs@openerp.com-20111214160958-xrtdubgh6jqn3mq3
2011-12-14 17:09:58 +01:00
Christophe Simonis 99ffc0507f [WIP] better url management, only views are allowed to call this.do_push_state
bzr revid: chs@openerp.com-20111214160958-fb0dtboz2smakb6p
2011-12-14 17:09:58 +01:00
Fabien Meghazi b1f0142a21 [IMP] Hide secondary menu on home page client action
bzr revid: fme@openerp.com-20111214104301-v1nxqqglhubpkdqc
2011-12-14 11:43:01 +01:00
Fabien Meghazi 5fd4033788 [IMP] Hide secondary menu on home page client action
bzr revid: fme@openerp.com-20111214104301-a2031jvoo5tek9sl
2011-12-14 11:43:01 +01:00
Christophe Simonis 6da5e9245e [IMP] Rename EmbedClient to EmbeddedClient and move it to chrome.js.
[IMP] move the currentScript function to root namespace

bzr revid: chs@openerp.com-20111214125658-huw4955d7zo2y37g
2011-12-14 13:56:58 +01:00
Christophe Simonis bb852a7d94 merge upstream
bzr revid: chs@openerp.com-20111213162531-1p76dk3xknouit35
2011-12-13 17:25:31 +01:00
Olivier Dony 9835cebe19 [MERGE] Use the new authenticate() API instead of login()
Using the new authenticate() API instead allows to pass
a user-agent environment along with the credentials.
The main use for the UA environment at this point is
to pass the base URL used to login, so that the server
may initialize its "web.base.url" global config parameters

bzr revid: odo@openerp.com-20111213161554-jbtrp94aatcnibne
2011-12-13 17:15:54 +01:00
Antony Lesuisse 020c0927e4 [IMP] chrome small cleanups
bzr revid: al@openerp.com-20111213153550-x1dd1nrzmaoen61n
2011-12-13 16:35:50 +01:00
Christophe Simonis 94ed0a3952 [FIX] menu loading after immediate install of modules
bzr revid: chs@openerp.com-20111213151349-caesb8e51ngm2kko
2011-12-13 16:13:49 +01:00
Antony Lesuisse 517df84074 [FIX] logout, reload
bzr revid: al@openerp.com-20111213135514-uenb6btw1lz84b80
2011-12-13 14:55:14 +01:00
Antony Lesuisse d34a0d0e17 [IMP] url handling by chs
bzr revid: al@openerp.com-20111213105908-740uk5jf0r64lsdb
2011-12-13 11:59:08 +01:00
Christophe Simonis e28eaa509b [FIX] do not call hashchange event when pushing state
bzr revid: chs@openerp.com-20111213103232-bhjrog6eaiaqrilu
2011-12-13 11:32:32 +01:00
Christophe Simonis c14ec82eb0 [FIX] remove unused functions
bzr revid: chs@openerp.com-20111213093557-3hab6yamep1pv9x2
2011-12-13 10:35:57 +01:00
Christophe Simonis 12ce718088 [IMP] limit the hash managment to the actionmanager of the webclient (and its viewmanager and views)
bzr revid: chs@openerp.com-20111212164455-44l31w1jr1sm2mg0
2011-12-12 17:44:55 +01:00
Xavier Morel 525b24f997 [IMP] remove annoying useless logging
bzr revid: xmo@openerp.com-20111212162643-b32fct6gqo23fxpr
2011-12-12 17:26:43 +01:00
Christophe Simonis 642c8e040a [FIX] cleaning url managment
bzr revid: chs@openerp.com-20111212142012-cb5p5oxu2fzmcil2
2011-12-12 15:20:12 +01:00
Antony Lesuisse 900c2e2daa [IMP] action ir.ui.menu
bzr revid: al@openerp.com-20111212103905-6zjkkou9cquxs2ys
2011-12-12 11:39:05 +01:00
Christophe Simonis 607fa699d6 [IMP] fire the bbq
bzr revid: chs@openerp.com-20111209163114-23c0orpwbqom4js9
2011-12-09 17:31:14 +01:00
Xavier Morel 3cb695540e [IMP] stop hiding left menu
bzr revid: xmo@openerp.com-20111209111404-sp53qc4q3ff80n0q
2011-12-09 12:14:04 +01:00
Antony Lesuisse 03a2c05f8f [FIX] menu disapear
bzr revid: al@openerp.com-20111209095309-krhje63k6cwvxdjq
2011-12-09 10:53:09 +01:00
Antony Lesuisse 78312ed1dd [MERGE] trunk
bzr revid: al@openerp.com-20111208133952-183wp4ozrr0gvea8
2011-12-08 14:39:52 +01:00
Antony Lesuisse a5b31d465e [MERGE] tiles style
bzr revid: al@openerp.com-20111208114722-1tko0x521cf3r2qk
2011-12-08 12:47:22 +01:00
niv-openerp 21c1918717 [imp] improved menu disapearance
bzr revid: nicolas.vanhoren@openerp.com-20111207112214-hvff0rtfl12jk355
2011-12-07 12:22:14 +01:00
Roberto López López (OpenERP) d8e772be5c crash dialog
bzr revid: rlo@openerp.com-20111207110057-4w5dbtw9nv68gosy
2011-12-07 12:00:57 +01:00
niv-openerp d30c1d8c4f [imp] changed behavior when clicking on a root menu item wihout dashboard to be more consistent
bzr revid: nicolas.vanhoren@openerp.com-20111207105008-bt3m5vytpb2r06lh
2011-12-07 11:50:08 +01:00
Minh Tran 4ca43cd31e [IMP] Changed the default home page
bzr revid: mit@openerp.com-20111205154425-fw94io3x1dagpc5h
2011-12-05 16:44:25 +01:00
Xavier Morel 53603c3365 [FIX] prevent rpc defaults from unblocking db-creation UI in case e.g. db.create() takes more than 3s
bzr revid: xmo@openerp.com-20111205132425-6jr9lv8i4zviwrso
2011-12-05 14:24:25 +01:00
Christophe Simonis 199e42c673 [FIX] by popular demand, warnings are not sticky anymore
bzr revid: chs@openerp.com-20111205112003-3j6fbtvgcuhhf7jg
2011-12-05 12:20:03 +01:00
Christophe Simonis d1792b9704 merge upstream
bzr revid: chs@openerp.com-20111122123119-4b8a5piay9kvsuxo
2011-11-22 13:31:19 +01:00
Xavier Morel 2e5d7852f4 [FIX] comma-terminated object literals
bzr revid: xmo@openerp.com-20111122101950-mng5zy4os3mukj6d
2011-11-22 11:19:50 +01:00
Christophe Simonis 7e9d606238 [IMP] Connection: new method to bind to a server. Must be called before login
[IMP] loading of qweb/css/js files are now sequencial

bzr revid: chs@openerp.com-20111115170408-u1i805s1854igyja
2011-11-15 18:04:08 +01:00
Christophe Simonis 4d7a24e814 [IMP] nivification of Loading widget
bzr revid: chs@openerp.com-20111115165530-mvunu1bsuiq1k4du
2011-11-15 17:55:30 +01:00
Fabien Meghazi 1116d94a81 [UNFK] Restore xmo fixes that I accidentally reverted.
bzr revid: fme@openerp.com-20111115132914-74mhywoy36gm8pdd
2011-11-15 14:29:14 +01:00
Fabien Meghazi db2c85635b [IMP] Upgraded unserscore version from 1.1.7 to 1.2.2 and underscore.string from 1.1.6 to 1.2.0
WARNING: underscore string does not mixin to underscore by default. Use _.str.*

bzr revid: fme@openerp.com-20111115123059-k31lhp0db2d8h22k
2011-11-15 13:30:59 +01:00
Xavier Morel 92ba7b7fc3 [IMP] correctly synchronize dblist between db pane and login
bzr revid: xmo@openerp.com-20111115094250-8c2rq2le39oc3z7b
2011-11-15 10:42:50 +01:00
Xavier Morel 6810fd765c [FIX] only hide the database when going back to login, don't stop it entirely
the database widget seems to not restart correctly anymore, after being stopped

lp bug: https://launchpad.net/bugs/889718 fixed

bzr revid: xmo@openerp.com-20111115093448-opym0msx0szvaeyt
2011-11-15 10:34:48 +01:00
Xavier Morel 358818cdd3 [FIX] quickfix of dialogs broken by commit 1422
bzr revid: xmo@openerp.com-20111109150439-uwchwm5g06pp7ikf
2011-11-09 16:04:39 +01:00
Christophe Simonis 6e735ccbbe merge upstream
bzr revid: chs@openerp.com-20111103111333-93bu8xdgs30ry5ig
bzr revid: chs@openerp.com-20111108154541-dsz5sjnf7xwihg06
2011-11-08 16:45:41 +01:00
Antony Lesuisse 91f050054f [MERGE] rename Session into connection define a Connection singleton (chs)
bzr revid: al@openerp.com-20111108152723-2w6zpksjw4e1yx7q
2011-11-08 16:27:23 +01:00
Christophe Simonis ae0bf044ef [IMP] qweb templates are stored in addon manifest and given by the server
bzr revid: chs@openerp.com-20111102111105-ibyupno1e47sv9ho
2011-11-02 12:11:05 +01:00
Christophe Simonis 6f91e87f8c [FIX] correct CrashManager
bzr revid: chs@openerp.com-20111102100511-f58vlgnv12cti8ry
2011-11-02 11:05:11 +01:00
Xavier Morel 4df4d335e6 [IMP] remove a few object trailing commas
bzr revid: xmo@openerp.com-20111028085212-vjpb1oejd8cv24mt
2011-10-28 10:52:12 +02:00
Christophe Simonis 6f899d86c0 [IMP] rename Session to Connection and create one at initialisation
bzr revid: chs@openerp.com-20111027153132-qoj0fiwoj813gsda
2011-10-27 17:31:32 +02:00
Xavier Morel 680f93f745 [IMP] display wait throbber/blockUI for network operations taking more than ~3s (aggregated)
lp bug: https://launchpad.net/bugs/854017 fixed

bzr revid: xmo@openerp.com-20111027135828-y1q85e8pq2uh3frz
2011-10-27 15:58:28 +02:00
Xavier Morel ab1bf880f1 [IMP] blockUI defaults configuration
* Set throbber image as the default message
* Ensure blockUI is on top of dialogs

bzr revid: xmo@openerp.com-20111027124503-i4u0fmqij3o80sy3
2011-10-27 14:45:03 +02:00
Fabien Meghazi 57a4d1feb9 [IMP] change cursor when loading
bzr revid: fme@openerp.com-20111018143300-jcwmbraqyzi41ho1
2011-10-18 16:33:00 +02:00
Christophe Simonis 5ea774f883 [IMP] use authenticate() method to log the user in
bzr revid: chs@openerp.com-20111013143339-dtasfi7kvvn7wusq
2011-10-13 16:33:39 +02:00
Christophe Simonis ddb9a16377 [IMP] change cursor when loading
bzr revid: chs@openerp.com-20111013091738-l1vmy572zic3wg7i
2011-10-13 11:17:38 +02:00
Christophe Simonis a58395f2af [FIX] do no load the menu until a session is active
[IMP] make menu loading hookable

bzr revid: chs@openerp.com-20111013081445-1xzvodzrtxvacbzz
2011-10-13 10:14:45 +02:00
Fabien Meghazi 0de588dd4a [MERGE] Allow overwrite of default dbname and login from querystring
bzr revid: fme@openerp.com-20111012140114-z4zibt4fdcpc6awr
2011-10-12 16:01:14 +02:00
Fabien Meghazi 7a8d4be486 [FIX] Menus, manual triggering of menus does not work when folded
bzr revid: fme@openerp.com-20111012093031-3htkczhktnascdcg
2011-10-12 11:30:31 +02:00
Christophe Simonis 066f4425f0 [IMP] allow overwrite of default dbname and login from querystring
bzr revid: chs@openerp.com-20111010123116-8ibjek78ub83u7mp
2011-10-10 14:31:16 +02:00
Fabien Meghazi edb6f57088 [FIX] Crashmanager only display one error at a time, closing the previous one. (stupid fme)
bzr revid: fme@openerp.com-20111017152400-3ntwfzzxugkzrf0w
2011-10-17 17:24:00 +02:00
Christophe Simonis 59b21310e8 [FIX] typo
bzr revid: chs@openerp.com-20111014154950-5c805sb1dcff98l4
2011-10-14 17:49:50 +02:00
Antony Lesuisse 7b5b9d45ad [MERGE] notification cleanups by chs
bzr revid: al@openerp.com-20111014003056-3apcizt2i9qeb1ra
2011-10-14 02:30:56 +02:00
Antony Lesuisse 57d635f44d [FIX] soft reload after module installation
lp bug: https://launchpad.net/bugs/873362 fixed

bzr revid: al@openerp.com-20111013232054-2i5ptzfurjc429zw
2011-10-14 01:20:54 +02:00
Christophe Simonis 7dd8fcfad4 [IMP] do_notify and do_warn bubble the messages to the parent widget
bzr revid: chs@openerp.com-20111013153023-xzu2y4j5qzuqem1e
2011-10-13 17:30:23 +02:00
Christophe Simonis de5c2f58e8 [IMP] Notification Widget is now a singleton
bzr revid: chs@openerp.com-20111013150317-kzy2h7bz407kiugz
2011-10-13 17:03:17 +02:00
Christophe Simonis 00b269d1c0 [IMP] nivification of Notification Widget
bzr revid: chs@openerp.com-20111013102653-wox1v4o9mfplzt2b
2011-10-13 12:26:53 +02:00