[IMP] translations: simplify condition in qweb terms extraction
[odoo/odoo.git] / openerp / netsvc.py
2014-09-19 yingliu4203[FIX] Packaging: Wndows: wrong handler used when loggin...
2014-08-25 Christophe Simonis[FIX] allow `--log-db` to connect to another postgresql...
2014-06-29 Antony Lesuisse[IMP] module loading and tests profiling
2014-06-29 Antony Lesuisse[IMP] module loading and tests profiling
2014-06-22 Christophe Simonis[FIX] werkzeug logging respect "--log-level" setting...
2014-06-10 Christophe Simonis[FIX] logging PostgreSQLHandler: mute sql_db logger...
2014-06-10 Christophe Simonis[MERGE] forward port of branch saas-4 up to 6b8e972
2014-06-10 Christophe Simonis[FIX] logging PostgreSQLHandler: do not insert {create...
2014-05-28 Christophe Simonis[FIX] logging PostgreSQLHandler: expand message + use...
2014-04-12 Antony Lesuisse[FIX] logging, pg logging use thread db
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-03-20 Antony Lesuisseir_logging fix logger names
2014-03-20 Antony Lesuisseir_logging fix config option
2014-03-19 Antony Lesuisse[MERGE] trunk
2014-03-19 Antony Lesuisseir_logging disabled by default
2014-03-16 Antony Lesuisseir_logging fix msg, add uid in form view
2014-03-16 Antony Lesuisseir_logging, cleanup and minimize merge diff
2014-03-16 Antony Lesuisseir_logging make it work, and make it usable
2014-03-16 Antony Lesuissesql loggin cleanups
2014-03-12 Christophe Simonis[FIX] add the logging handler only to the root logger...
2014-02-28 Stephane Wirtel[IMP] Add a new Logging Handler, where we will store...
2014-02-27 Stephane Wirtel[IMP] Move the netsvc.dispatch_rpc function from netsvc...
2013-05-28 Thibault Delavallée[FORWARD] Forward port of server 7.0 until revision...
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-03-28 Vo Minh Thu[REF] netsvc: always use psutil: it is needed in servic...
2013-03-27 Vo Minh Thu[MERGE] removed LocalService("workflow"), Logger class...
2013-03-27 Vo Minh Thu[MERGE] reports: make it possible to use only XML decla...
2013-03-27 Vo Minh Thu[DOC] netsvc: typo in docstring.
2013-03-26 Vo Minh Thu[REF] netsvc: it seems the re-exports from loglevels...
2013-03-26 Vo Minh Thu[REF] logging: removed pseudo log-level TEST.
2013-03-25 Vo Minh Thu[IMP] netsvc: LocalService deprecation now guarded...
2013-03-25 Vo Minh Thu[FIX] reports: now that _register_all() has been remove...
2013-03-22 Vo Minh Thu[MERGE] merged trunk.
2013-03-19 Xavier Morel[IMP] only concatenate logging configuration subsequenc...
2013-03-19 Xavier Morel[IMP] declaratively map openerp logging levels to loggi...
2013-03-19 Xavier Morel[IMP] switch workflows to standard logging (silenced...
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-25 Vo Minh Thu[MERGE] netsvc/service.model: added missing/removed...
2013-02-25 Vo Minh Thu[IMP] netsvc: slightly more explicit warning when using...
2013-02-22 Vo Minh Thu[IMP] ir_actions: removed forgotten print statements.
2013-02-22 Vo Minh Thu[IMP] LocalService(): re-allow for a few moment (so...
2013-02-22 Vo Minh Thu[IMP] report: use openerp.report.render_report() instea...
2013-02-22 Vo Minh Thu[IMP] report: reports with custom parsers can be declar...
2013-02-21 Skrillex[REM] netrpc: KILL EVERYBODY
2013-02-20 Vo Minh Thu[IMP] Only unhandled exceptions are logged to the conso...
2013-02-12 Raphael Collet[MERGE] trunk-service-thu (remove the class openerp...
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2013-02-11 Antonin Bourguignon[MERGE] trunk
2013-02-06 Vo Minh Thu[FIX] logging: sys.stdout has not a fileno() method...
2013-02-05 Vo Minh Thu[FIX+DOC] added doc for deployment under mod_wsgi ...
2013-02-01 Vo Minh Thu[REF] service: netsvc.Service is removed. LocalService...
2013-01-31 Vo Minh Thu[REF] service: A new openerp.service.rpc decorator...
2013-01-30 Vo Minh Thu[REF] netsvc: close_socket is only used in wsgi_server...
2013-01-30 Vo Minh Thu[REF] service: workflow is not a service
2013-01-30 Vo Minh Thu[REF] service: killed the ExportService concept.
2013-01-30 Vo Minh Thu[REF] services: moved the report service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the common service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the object service to openerp...
2013-01-30 Vo Minh Thu[REF] services: moved the db service to openerp.service.db.
2013-01-30 Vo Minh Thu[REF] services: somewhat clean use of openerp exceptions.
2013-01-30 Vo Minh Thu[REF] model service: removed the unneeded object_servic...
2013-01-24 Antonin Bourguignon[IMP] we don't need a special type of exception anymore
2013-01-18 Antonin Bourguignon[IMP] introduce a new type of exception: WarningConfig...
2012-12-29 Antony Lesuisse[IMP] memory usage logging
2012-12-10 Christophe Simonis[REV] close_socket is back in netsvc.py
2012-12-09 Antony Lesuisseservice cleanups, more wizard removal
2012-12-09 Antony Lesuissenetsvc, netrpc, wizardcleanup
2012-12-05 Christophe Simonis[FIX] netsvc.py: ignore ENOTCONN on windows when callin...
2012-10-10 Antony Lesuisse[IMP] remove standalone web client, fix logging
2012-09-10 Stephane Wirtel[MERGE] server: remove unused imports (Thanks to Floren...
2012-08-22 Christophe Simonis[IMP] log exceptions as exceptions
2012-03-16 Olivier Dony[IMP] attempt to dump uid performing operation along...
2012-02-10 Vo Minh Thu[FIX] netsvc: make sure pseudo_config variable is alway...
2012-02-08 Florent Xicluna[MRG] merge trunk.
2012-02-08 Antony Lesuisselogging define a sane default_config
2012-02-06 Vo Minh Thu[IMP] logging: re-added the --log-level option for...
2012-02-06 Vo Minh Thu[REVERT] reverted commit 4008, the --log-rpc-terse...
2012-02-02 Antony Lesuissedefine a useful default logging config, display this...
2012-02-02 Vo Minh Thu[IMP] --log-rpc-xxx into --log-request and --log-response.
2012-02-01 Antony Lesuisse[FIX] review according to xmo :)
2012-02-01 Antony Lesuissebye bye DEBUG_*
2012-02-01 Antony Lesuisselogging no need to filter just set propagate to False
2012-02-01 Antony Lesuissenew logging handler and commandline config, mostly...
2012-01-31 Antony Lesuisse[REM] incomplete logging handler config
2012-01-26 Vo Minh Thu[IMP] openerp.netsvc: use the same logging format for...
2012-01-24 Vo Minh Thu[IMP] openerp.netsvc: _logger with fully qualified...
2012-01-24 Vo Minh Thu[IMP] logging: configure a top-level `openerp` logger...
2012-01-19 Florent Xicluna[REF] fix weird indentation, not multiple of four.
2012-01-15 Florent Xicluna[REF] remove unused import, always import literal_eval...
2011-10-01 Antony Lesuisse[FIX] abort_response typo
2011-09-30 Vo Minh Thu[FIX] xmlrpc: handle old/new exceptions with old/new...
2011-09-29 Olivier Dony[MERGE] multi-process/multi-threaded ir.cron implementation
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Vo Minh Thu[IMP] xmlrpc: somewhat streamlined the exception types/
2011-09-26 Vo Minh Thu[IMP] xmlrpc: use proper exception type to map to xmlrp...
2011-09-25 Vo Minh Thu[IMP] netsvc: removed unused auth param.
2011-09-02 Vo Minh Thu[IMP] wsgi: added exception handling.
2011-09-02 Vo Minh Thu[REF] netsvc.OpenERPDispatcher: that class is gone...
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-08-18 Vo Minh Thu[REF] netsvc: removed no longer used method (the method...
next