Commit Graph

33594 Commits

Author SHA1 Message Date
Vo Minh Thu 4a1597ab16 [FIX] typo, removed wsg_modules entry point (redundant with "module_handlers").
bzr revid: vmt@openerp.com-20110909073145-vqnjhdu0xwb8wurt
2011-09-09 09:31:45 +02:00
Vo Minh Thu 5b20065d78 [FIX] wsgi: missing argument to start_response, add "/" prefix only when needed.
bzr revid: vmt@openerp.com-20110908153700-ppfqhf7v5l9s3m65
2011-09-08 17:37:00 +02:00
Vo Minh Thu e643ffcc32 [REF] websrv_lib:
- grouped together the concept of auth proxy and auth provider
- removed the sec_realms dictionary: it was redundant as the
auth proxy was set (in one of the implementation, not all) on
the handler by setupAuth. Now the auth proxy is always set on
the handler.
- reg_http_service accepts the argument of the HTTPDir
constructor.

bzr revid: vmt@openerp.com-20110908123818-suc53zebgv9kcy3c
2011-09-08 14:38:18 +02:00
Vo Minh Thu 17c54e1217 [IMP] wsgi: cleaner code, moar comments.
bzr revid: vmt@openerp.com-20110908094830-kls32ewruywepjmm
2011-09-08 11:48:30 +02:00
Vo Minh Thu 1cd7804374 [REF] websrv_lib: moved vdirs mangement code to websrv_lib
(from service.http_server). The vdirs list is now a global variable, containing
both secure-only and non-necessarily-secure handlers. This makes it possible
to register handlers without being too tied to the multi http request handler.
The goal is obviously to make it possible to serve those handlers by other
means than the multi handler.

bzr revid: vmt@openerp.com-20110907154217-f30nrzgvw45ga2q8
2011-09-07 17:42:17 +02:00
Vo Minh Thu 14a82cdf9f [IMP] wsgi: WSGI-to-BaseHTTPRequestHandler, there are
probably some shortcomings but the document_webdav/test/webdav_test1.yml
tests pass.

bzr revid: vmt@openerp.com-20110907141318-4gxmyztv1zp6sk7q
2011-09-07 16:13:18 +02:00
Vo Minh Thu 0a6fe4d1f7 [IMP] wsgi: added exception handling.
bzr revid: vmt@openerp.com-20110902150226-223gkl4efb8o8jhs
2011-09-02 17:02:26 +02:00
Vo Minh Thu 9aeba4fece [REF] netsvc.OpenERPDispatcher: that class is gone, replaced by a simple function.
bzr revid: vmt@openerp.com-20110902141232-umpscnz2cot468hy
2011-09-02 16:12:32 +02:00
Vo Minh Thu 8ca1a87201 [IMP] wsgi: modules can be pre-loaded and expose a WSGI handler.
An option --load is added to list the modules to pre-load.
sys.path and sys.modules are initialized when the config is
parsed.

bzr revid: vmt@openerp.com-20110902133136-4v7fgptyd0g1kc5s
2011-09-02 15:31:36 +02:00
Vo Minh Thu 79d0e39c4c [FIX] loading: load base only once.
bzr revid: vmt@openerp.com-20110902132712-j9bgfnzbmddarr7h
2011-09-02 15:27:12 +02:00
Vo Minh Thu 3c8571ead0 [IMP] wsgi: added new (still to be refined) routes for XMLRPC dispatching.
bzr revid: vmt@openerp.com-20110901130450-ub41ey4s0060vucg
2011-09-01 15:04:50 +02:00
Vo Minh Thu efd281a21f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20110901130339-0epw03nlkwo29125
2011-09-01 15:03:39 +02:00
Xavier Morel eac94dd2c9 [FIX] diagram view schema: diagram children are a single 'node' and a single 'arrow', in this order. Also require at least one 'field' in both node and arrow
bzr revid: xmo@openerp.com-20110901114349-c279654t361ta3q5
2011-09-01 13:43:49 +02:00
Antony Lesuisse 29f2a3d464 [IMP] base_dashboard remove strike
bzr revid: al@openerp.com-20110901100211-hmdfhiavotj2iyvb
2011-09-01 12:02:11 +02:00
Antony Lesuisse 0ac8d09da0 [IMP] base_default_home update
bzr revid: al@openerp.com-20110901095741-0gt18vpjjv7szdcy
2011-09-01 11:57:41 +02:00
Launchpad Translations on behalf of openerp 24536a8e74 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110901044607-258xb4cenlrgh16h
2011-09-01 04:46:07 +00:00
Antony Lesuisse d4dc332b2f [FIX] res_lang clear cache remove kwargs, typo
bzr revid: al@openerp.com-20110831182216-afohhdmshv60y3g3
2011-08-31 20:22:16 +02:00
Antony Lesuisse 07ed8a8421 [IMP] move main() into openerp-web.py
bzr revid: al@openerp.com-20110831173729-jps10jd16r9b6c39
2011-08-31 19:37:29 +02:00
Olivier Dony 8add1d7459 [REM] view.rng: remove unused 'default' attribute, as planned in bug 687272
lp bug: https://launchpad.net/bugs/687272 fixed

bzr revid: odo@openerp.com-20110831153012-0tnrtgvar4hccnvr
2011-08-31 17:30:12 +02:00
Antony Lesuisse 519068f60a [FIX] res_lang clear cache remove kwargs
bzr revid: al@openerp.com-20110831142213-0kdmcgmt02tq4gse
2011-08-31 16:22:13 +02:00
Fabien Meghazi b44295bba9 [IMP] Many improvements to form frame rendering (with computation algorithm)
bzr revid: fme@openerp.com-20110831124538-xt3px1rv8ys181se
2011-08-31 14:45:38 +02:00
niv-openerp 5b8ad8068b [fix] some bugs with float & date parsing + corrected tests
bzr revid: nicolas.vanhoren@openerp.com-20110831102111-ure7wc02nu33v4n2
2011-08-31 12:21:11 +02:00
Xavier Morel ddadb2ce75 [FIX] issue in splitting field paths for export: would create empty path sections because too eager
do replacement in two passes of re-base replacement: replace old-style 'field:id' and 'field.id' in resp. 'field/id' and 'field/.id', don't touch anything else (especially not 'field/.id') and leave them through instead.

bzr revid: xmo@openerp.com-20110831094547-8evd7ecm5qojspnr
2011-08-31 11:45:47 +02:00
niv-openerp f2d080780c [fix] fixed relative paths in css
bzr revid: nicolas.vanhoren@openerp.com-20110831083521-47rpomwr2787ounu
2011-08-31 10:35:21 +02:00
Vo Minh Thu 2e7927331d [FIX] registry: forgot the self/cls args.
bzr revid: vmt@openerp.com-20110831075639-0ywrg01e6zdff7l7
2011-08-31 09:56:39 +02:00
Antony Lesuisse 67f486f0be openerp-web ready to be a simple set of openerp-server addons, still need to rename base* into web*
bzr revid: al@openerp.com-20110830234433-k9pg3m4cadqntgko
2011-08-31 01:44:33 +02:00
Antony Lesuisse 05c596fc3c moved OpenERPSession into backend{rpc|local}.py
bzr revid: al@openerp.com-20110830233920-cy8k1h55j976bnhr
2011-08-31 01:39:20 +02:00
Antony Lesuisse 974305d697 [IMP] moved openerpweb into base.common to be renamed web.commom
bzr revid: al@openerp.com-20110830232300-0f4hb3pk3jso0dii
2011-08-31 01:23:00 +02:00
Xavier Morel d47382ce7d [IMP] sprintf is awesome, so use sprintf correctly for patterning
bzr revid: xmo@openerp.com-20110830150151-2ureqckjksnw8r1p
2011-08-30 17:01:51 +02:00
Xavier Morel 25eca5ffeb [FIX] don't display negative numbers for the decimal part of floats, having -3.-72 makes no sense
bzr revid: xmo@openerp.com-20110830150025-biqwrkt69wjye7n2
2011-08-30 17:00:25 +02:00
Vo Minh Thu 1300ac804d [MERGE] res.currency: added res.currency.rate.type model.
bzr revid: vmt@openerp.com-20110830140936-pnmtt6f8jsvw32m4
2011-08-30 16:09:36 +02:00
niv-openerp 9141044fc2 [imp] small change in debug-mode login
bzr revid: nicolas.vanhoren@openerp.com-20110830132229-4myd5t52g2lvmlf3
2011-08-30 15:22:29 +02:00
Quentin (OpenERP) 399de9724c [IMP] base, res.currency: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110830132035-x2gs62lft5o19u6i
2011-08-30 15:20:35 +02:00
Quentin (OpenERP) 9c6fcf06d2 [IMP] base, res.currency: code cleaning
bzr revid: qdp-launchpad@openerp.com-20110830125521-1kt54s56865388ch
2011-08-30 14:55:21 +02:00
Quentin (OpenERP) 13b2db3631 [FIX] base, res.currency: ProgrammingError. When giving a context value like {'currency_rate_type_id': False}, it crashed because the value False was kept instead of None. Thanks Guewen (c2c) for the clue.
bzr revid: qdp-launchpad@openerp.com-20110830122701-yrcpo19lokkgrpcc
2011-08-30 14:27:01 +02:00
niv-openerp 558a038420 [merge] many improvements to the mobile client
bzr revid: nicolas.vanhoren@openerp.com-20110830122137-xd0y347nr1ewaxve
2011-08-30 14:21:37 +02:00
Vo Minh Thu bdd0c7cf3f [IMP] simplified cache implementation (and stored on the osv), does not support contexts.
bzr revid: vmt@openerp.com-20110830121541-abov2wezdn6kl2dc
2011-08-30 14:15:41 +02:00
Quentin (OpenERP) 999efde443 [MERGE] merged with main addons branch
bzr revid: qdp-launchpad@openerp.com-20110830120839-2e6gbk2c5hestd1r
2011-08-30 14:08:39 +02:00
Quentin (OpenERP) 17156bd16a [IMP] base, res.currency: fixes
bzr revid: qdp-launchpad@openerp.com-20110830120727-82z1fn0msp7m5096
2011-08-30 14:07:27 +02:00
Quentin (OpenERP) b8b78c43dd [IMP] base, res.currency: by default, don't show the currency_rate_type_id field, and don't display its menuitem. Both should be added by specific module using it
bzr revid: qdp-launchpad@openerp.com-20110830120644-lwuv3h1vrqjhu32y
2011-08-30 14:06:44 +02:00
niv-openerp 7ed9102903 [imp] cleaned header a bit, refactored to Widget design and made it disapear on unlog
bzr revid: nicolas.vanhoren@openerp.com-20110830085328-zfme7wls9211vzaq
2011-08-30 10:53:28 +02:00
niv-openerp 0cf047e646 [merge] improvements about reports
bzr revid: nicolas.vanhoren@openerp.com-20110829155356-1nn0hukxug8pzw3k
2011-08-29 17:53:56 +02:00
niv-openerp b479464a36 [imp] made web server able to get a report, but still can't get it from the browser
bzr revid: nicolas.vanhoren@openerp.com-20110829155256-myi3mr8wlp006u0i
2011-08-29 17:52:56 +02:00
niv-openerp 73d5d3eaf8 [imp] added active_id in related coming from m2o
bzr revid: nicolas.vanhoren@openerp.com-20110829152643-2yy0p52fqxd6chre
2011-08-29 17:26:43 +02:00
niv-openerp 4836945bc9 [imp] default setup for reports + put active_id in all actions coming from the sidebar
bzr revid: nicolas.vanhoren@openerp.com-20110829152438-47y13wwh01ssq9ts
2011-08-29 17:24:38 +02:00
Fabien Meghazi a24d5ee08d [IMP] Improved translate dialog
bzr revid: fme@openerp.com-20110829140839-vr0mvylotmm9w5hg
2011-08-29 16:08:39 +02:00
niv-openerp 1ada45a439 [fix] problem with m2o that doesn't validate correctly if they were not modified by the user
bzr revid: nicolas.vanhoren@openerp.com-20110829132503-p4tfevsfxyea3ytr
2011-08-29 15:25:03 +02:00
niv-openerp 61809cf537 [fix] problem with context menu being displayed under the popups
bzr revid: nicolas.vanhoren@openerp.com-20110829124006-ct7semd2cxddus0n
2011-08-29 14:40:06 +02:00
niv-openerp 550387fd91 [fix] small thing i forgot in the preceding fix
bzr revid: nicolas.vanhoren@openerp.com-20110829122837-ahv6bhb6720jk0ld
2011-08-29 14:28:37 +02:00
niv-openerp 3d3783d740 [fix] fixed problem with o2m when we re-open a previously created row
bzr revid: nicolas.vanhoren@openerp.com-20110829121330-ulj3hnyo3jfs9fq4
2011-08-29 14:13:30 +02:00