Commit Graph

23 Commits

Author SHA1 Message Date
Xavier Morel d6979759fa [FIX] shut up the annoying console spamming by default. To enable it, set 'openerp.debug' to true or add 'debug' at the start of the querystring
bzr revid: xmo@openerp.com-20110324204813-09wdb7k3m5h7asca
2011-03-24 21:48:13 +01:00
Xavier Morel 885cab6230 [FIX] use LABjs to load scripts to avoid recurring 'TypeError: Result of expression 'openerp._openerp[mod]' [undefined] is not a function.'
Might not be the best loader, not sure, but we only use it in two places so it's trivial to replace. It's also one of the oldest loaders so it should be pretty stable.

bzr revid: xmo@openerp.com-20110324203538-bk59e8wbiux47e7j
2011-03-24 21:35:38 +01:00
Antony Lesuisse 506a85c80e viewmanager part1
bzr revid: al@openerp.com-20110324163114-dvoi8l3nzmut5y63
2011-03-24 17:31:14 +01:00
Fabien Meghazi c7ce5c80a7 [ADD] Menu part 1
bzr revid: fme@openerp.com-20110322114919-a8l2k4ipy6zt4si8
2011-03-22 12:49:19 +01:00
Xavier Morel 375b44e1ca [MERGE] a few warning fixes, addition of more documentation skeleton
bzr revid: xmo@openerp.com-20110321073043-swu1sj1u6tvysrmk
2011-03-21 08:30:43 +01:00
Antony Lesuisse a0e1cbd7e7 session management cleanups, clarification of start() semantics
bzr revid: al@openerp.com-20110320200117-q37q76y53sbmdfy3
2011-03-20 21:01:17 +01:00
Antony Lesuisse fd047b34ca [MERGE] xmo proper session management
bzr revid: al@openerp.com-20110320132146-qysfemcluvraa4ww
2011-03-20 14:21:46 +01:00
Xavier Morel b44fdabb9a [FIX] trailing commas and missing semicolons
bzr revid: xmo@openerp.com-20110318165821-5zyvlfzi7xt25gu0
2011-03-18 17:58:21 +01:00
Xavier Morel 8172fdb25f [IMP] implement local storage of session id and uid
bzr revid: xmo@openerp.com-20110318134751-41mhkir4u5qb0ez1
2011-03-18 14:47:51 +01:00
Xavier Morel 502d0eb58f [FIX] continuation of session_invalid should be added to on_login_valid (once we *do* have a valid session), not on Login.on_submit (where we don't yet have it)
bzr revid: xmo@openerp.com-20110318121944-xrgpha19glgmtc7o
2011-03-18 13:19:44 +01:00
Xavier Morel 8699e1c85c [FIX] class on login form when not logged in is login_invalid
bzr revid: xmo@openerp.com-20110317171855-4ovpe64wnp7qzeqv
2011-03-17 18:18:55 +01:00
Xavier Morel cd09d946d2 [FIX] loading modules should not nuke the login that has just been performed
bzr revid: xmo@openerp.com-20110317171622-ioebt4sbpmxkkpoc
2011-03-17 18:16:22 +01:00
Xavier Morel 9943d2e9c2 [FIX] forgotten rename
bzr revid: xmo@openerp.com-20110317171151-fn44gv41scophjlw
2011-03-17 18:11:51 +01:00
Antony Lesuisse c27fc11c2f fix console.log
bzr revid: al@openerp.com-20110317170808-lwqxymfye4obfssg
2011-03-17 18:08:08 +01:00
Antony Lesuisse 4504ea1ca2 on_log temporary back to session
bzr revid: al@openerp.com-20110317162700-tv0iq7a9us986i9o
2011-03-17 17:27:00 +01:00
Antony Lesuisse d51d885c77 [MERGE] xmo compliant json-rpc2
bzr revid: al@openerp.com-20110317154746-7mbwuqt9gk940mra
2011-03-17 16:47:46 +01:00
Antony Lesuisse e14677f255 dont assume session invalid
bzr revid: al@openerp.com-20110317151813-sy7m3oam2nm9nw0h
2011-03-17 16:18:13 +01:00
Antony Lesuisse 1d13b61284 login ask for db
bzr revid: al@openerp.com-20110317150153-afr9lmsy1ihuafrt
2011-03-17 16:01:53 +01:00
Xavier Morel 6e9014a879 [IMP] display all of error.data on RPC error by default, don't display the error object itself
bzr revid: xmo@openerp.com-20110317142220-ypr1lvhla6zawydv
2011-03-17 15:22:20 +01:00
Xavier Morel ba4054f6fc [IMP] cleanup JSON-RPC request lifecycle
bzr revid: xmo@openerp.com-20110317140627-hurby78o45xrmg6p
2011-03-17 15:06:27 +01:00
Xavier Morel dc3abe055b [FIX] JSON-RPC2 request/response process
bzr revid: xmo@openerp.com-20110317130946-ptpaihigvie31moo
2011-03-17 14:09:46 +01:00
Antony Lesuisse 86bc7ef222 fix hello
bzr revid: al@openerp.com-20110317122239-wlyapf12h73m6uqo
2011-03-17 13:22:39 +01:00
Antony Lesuisse efca9c4ed9 window.openerp is is now a regular object, split controllers into chrome and views
bzr revid: al@openerp.com-20110316235634-3cuq96tkcsloq27j
2011-03-17 00:56:34 +01:00