[IMP] websrv_lib: removed top-level http handlers.
[odoo/odoo.git] / openerp / service /
2011-09-25 Vo Minh Thu[IMP] websrv_lib: removed top-level http handlers.
2011-09-25 Vo Minh Thu[IMP] netsvc: removed unused auth param.
2011-09-25 Vo Minh Thu[FIX] openerp.service: call wsgi.stop_server upon serve...
2011-09-25 Olivier Dony[FIX] rpc: honor *_interface options + log it
2011-09-25 Antony Lesuisse[FIX] revert 3651 al@openerp.com-20110925003322-yioqd1c...
2011-09-25 Antony Lesuisse[REM] http static crap (you may use web controllers...
2011-09-25 Antony Lesuisse[MERGE] trunk
2011-09-24 Vo Minh Thu[IMP] openerp.service: import at the top.
2011-09-23 Vo Minh Thu[IMP] tests: added a simple test case to create a datab...
2011-09-09 Vo Minh Thu[FIX] websrv_lib: the auth provider was instanciated...
2011-09-08 Vo Minh Thu[REF] websrv_lib:
2011-09-07 Vo Minh Thu[REF] websrv_lib: moved vdirs mangement code to websrv_lib
2011-09-02 Vo Minh Thu[REF] netsvc.OpenERPDispatcher: that class is gone...
2011-09-01 Vo Minh Thu[IMP] wsgi: added new (still to be refined) routes...
2011-09-01 Vo Minh Thu[MERGE] merged trunk.
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-08-09 Vo Minh Thu[MERGE] some cleaning in module loading code, especiall...
2011-08-01 Xavier Morel[IMP] db creation: cleanup logging and exception traceb...
2011-08-01 Xavier Morel[IMP] use dict.update instead of __setitem__ sequences
2011-08-01 Xavier Morel[IMP] db-creation thread code: no need for a class...
2011-07-29 Vo Minh Thu[REF] netsvc: comments (kind of notes to self).
2011-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: Service._groups and joinGroup are unused.
2011-07-28 Vo Minh Thu[REF] web_services: removed unused new_dispatch method.
2011-07-28 Vo Minh Thu[REF] web_services: removed unused class.
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-06-23 P. ChristeasAPI docs: docstrings, module titles
2011-06-16 Xavier Morel[IMP] OSX handling of socket shutdown in TinySocketClie...
2011-06-06 Vo Minh Thu[FIX] netrpc_server: close as soon as possible the...
2011-06-01 Vo Minh Thu[FIX] modules/loading: revert a change where db.initial...
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-18 Vo Minh Thu[REF] ir_values:
2011-05-17 Vo Minh Thu[REF] simplified init_db/load_modules:
2011-05-11 Vo Minh Thu[REF] moved init_db from tools.misc to modules.db.
2011-05-07 Vo Minh Thu[REF] explicit service objects instanciation.
2011-04-20 Vo Minh Thu[REF] openerp.modules
2011-04-20 Vo Minh Thu[REF] openerp.pooler/openerp.sql_db: cleaner dependencies:
2011-04-18 Vo Minh Thu[REF] openerp-server: better imports.
2011-02-07 Vo Minh Thu[IMP] openerp python module.