Commit Graph

131 Commits

Author SHA1 Message Date
Xavier Morel f5ee468ca5 [REF] rename Registry#clone to Registry#extend
bzr revid: xmo@openerp.com-20120208124634-qucyuwlangw15nqh
2012-02-08 13:46:34 +01:00
Xavier Morel ff570e8d23 [IMP] have registries remain linked so alterations to a parent registry alters its clone as well (if keys are not overwritten in the child)
bzr revid: xmo@openerp.com-20120208124309-iho04vgae2nz6xix
2012-02-08 13:43:09 +01:00
niv-openerp 44263a42b2 [fix] revert form refactoring branch
bzr revid: nicolas.vanhoren@openerp.com-20120208111110-p2nj0tehupxa0gmz
2012-02-08 12:11:10 +01:00
Xavier Morel e736b32783 [FIX] fucking trailing comma by niv
bzr revid: xmo@openerp.com-20120207170008-f3ct2wdmn587ci9r
2012-02-07 18:00:08 +01:00
Fabien Meghazi ce65bc3ac3 [IMP] Add QWeb preprocess_node callback. Translate @label, @title and @alt attributes in web client
bzr revid: fme@openerp.com-20120207132901-ifwnfj6c4mp451tl
2012-02-07 14:29:01 +01:00
niv-openerp 58dee55da3 [imp] put some more things in old widget
bzr revid: nicolas.vanhoren@openerp.com-20120207123425-02jofowbat61e500
2012-02-07 13:34:25 +01:00
Xavier Morel 5f7d98ef25 [FIX] translations loading for preloaded modules
* Connection needs to initialize itself with preloaded modules (from
  openerp._modules currently)
* Fix load_modules to load translations for everything, but only load
  modules which are not preloaded

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

bzr revid: xmo@openerp.com-20120206134155-n9sqcsi3cnc5a1hl
2012-02-06 14:41:55 +01:00
Xavier Morel 7ce1aad7ec [IMP] terminate statements, remove extraneous statement terminations
bzr revid: xmo@openerp.com-20120125085310-zzwjrll47n61hw8w
2012-01-25 09:53:10 +01:00
Xavier Morel a6d883ee05 [FIX] trailing comma, breaks IE <= 8
bzr revid: xmo@openerp.com-20120125084459-eysc6e80l0mdeuqm
2012-01-25 09:44:59 +01:00
Xavier Morel 627fe9fed9 [IMP] use @deprecated on OldWidget
bzr revid: xmo@openerp.com-20120125084244-wcok11mlyagh1ck1
2012-01-25 09:42:44 +01:00
Xavier Morel 084bf9fb3f [FIX] in m2o fields, abort previous name_get when new one (for same field) arrives in order to limit the number of requests in-flight
lp bug: https://launchpad.net/bugs/920884 fixed

bzr revid: xmo@openerp.com-20120124141927-wznbkd2tf3mngq31
2012-01-24 15:19:27 +01:00
niv-openerp af30dcba24 [fix] problem in Widget
bzr revid: nicolas.vanhoren@openerp.com-20120124154246-bl3ulzt1luhyl9jb
2012-01-24 16:42:46 +01:00
niv-openerp fb8255576c [imp] added documentation
bzr revid: nicolas.vanhoren@openerp.com-20120124152708-iuid1mrw0zvmmy8x
2012-01-24 16:27:08 +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
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
Xavier Morel 07a459f2d4 [FIX] trailing commas
bzr revid: xmo@openerp.com-20120117132843-obecwigtts1rf9ja
2012-01-17 14:28:43 +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
Xavier Morel c54d3337e6 [FIX] avoid having the XML concatenator blow up when passed an empty list of files ~/projects/tiny/web/current
turns out ElementTree has a hard time XML-serializing ``None`` (who'd
have guessed...), which is what it gets told to do when concat_xml is
called with an empty list of files.

Return an empty string and no timestamp (should probably be one there
at some point, but...) and fix the QWeb loader to not do anything when
it gets an empty template file.

bzr revid: xmo@openerp.com-20120113150641-6i3ot1jg7r3kpw3d
2012-01-13 16:06:41 +01:00
Christophe Simonis eb53f66c7c [FIX] load modules when all css/qweb/js files are loaded
bzr revid: chs@openerp.com-20120112112138-gwxicn1zp5kkvsa9
2012-01-12 12:21:38 +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 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
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 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 b6d6389bcc [fix] some style correction
bzr revid: nicolas.vanhoren@openerp.com-20120103161831-q3lvgheqdcobmlx0
2012-01-03 17:18:31 +01:00
Antony Lesuisse dd79eb534b [IMP] initial module loading improvements
bzr revid: al@openerp.com-20111227194405-rz3kxbib03orbpr8
2011-12-27 20:44:05 +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) 7b2ece8ddc merge
bzr revid: rlo@openerp.com-20111222115243-ht5rqa4j5bl7ie96
2011-12-22 12:52:43 +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
Christophe Simonis f87fe3c08a [FIX] correct module loading
bzr revid: chs@openerp.com-20111221104149-su893ux077hep01z
2011-12-21 11:41:49 +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
niv-openerp 10bd9f1aee [imp] implemented synchronized mode to be used in the o2m
bzr revid: nicolas.vanhoren@openerp.com-20111219161441-1117wec0btanqii2
2011-12-19 17:14:41 +01:00
Fabien Meghazi 4995ea62cc [FIX] Ensure modules js is loaded after modules qwebs
bzr revid: fme@openerp.com-20111219155229-rbbsr5slsl7161pk
2011-12-19 16:52:29 +01:00
Fabien Meghazi 15f4b2505a [FIX] Use $.Mutex for qweb loading
bzr revid: fme@openerp.com-20111219143406-mdscr8htgto5zcw5
2011-12-19 15:34:06 +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 8da3756438 [IMP] Connection minor changes
bzr revid: al@openerp.com-20111216150541-ogukhprtnkh7raht
2011-12-16 16:05:41 +01:00
Christophe Simonis 2bab49cd86 [FIX] allow users to not connect
bzr revid: chs@openerp.com-20111216142653-kjernr0c6sr6h0h2
2011-12-16 15:26:53 +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
Christophe Simonis 03a86e7bb6 [IMP] connection bind via direct server (no split between host and protocol)
bzr revid: chs@openerp.com-20111216140316-m4adjubcs8e46dli
2011-12-16 15:03:16 +01:00
Xavier Morel a8286263ff [ADD] lazy translation function, to correctly translate strings in contexts evaluated before the translation db has been loaded
bzr revid: xmo@openerp.com-20111216130000-56qd717d79529opy
2011-12-16 14:00:00 +01:00
Xavier Morel 265d9e1ef4 [ADD] translatable name to views
lp bug: https://launchpad.net/bugs/904989 fixed

bzr revid: xmo@openerp.com-20111216112054-xys9q3ap6dcatppr
2011-12-16 12:20:54 +01:00
Antony Lesuisse 28715cfaab [FIX] jsonp fixes currently untested
bzr revid: al@openerp.com-20111216014945-mhq4eee2hy9mip27
2011-12-16 02:49:45 +01:00
Antony Lesuisse 770a738b9b [FIX] more deferred
bzr revid: al@openerp.com-20111216013051-x45j314u7d4zvfoq
2011-12-16 02:30:51 +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 4206e4d262 connection jsonp wip
bzr revid: al@openerp.com-20111215183259-vam7tsjlkqhjam69
2011-12-15 19:32:59 +01:00