[FIX] gamification: correct name of ir.rule fixing bad copy-paste
[odoo/odoo.git] / openerp / netsvc.py
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-03-12 Christophe Simonis[FIX] add the logging handler only to the root logger...
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...
2011-07-29 Vo Minh Thu[REF] netsvc: comments (kind of notes to self).
2011-07-29 Naresh (OpenERP)[FIX]:--debug option
2011-07-29 Vo Minh Thu[REF] netsvc: removed abortResponse method.
2011-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: removed unused kwarg.
2011-07-28 Vo Minh Thu[REF] netsvc: Service._groups and joinGroup are unused.
2011-07-28 Vo Minh Thu[REF] netsvc: removed exportMethod that was only used...
2011-07-28 Vo Minh Thu[REF] netsvc: LocalService() can be a function.
2011-07-28 Vo Minh Thu[REF] web_services: removed unused new_dispatch method.
2011-07-14 Vo Minh Thu[IMP] cron: moved netsvc.Agent to openerp.cron.
2011-07-14 Vo Minh Thu[IMP] cron: removed unnecessary multi-tasks per db...
2011-07-13 Vo Minh Thu[IMP] ir.cron: continued implementing multithreaded...
2011-07-07 Vo Minh Thu[IMP] ir_cron: reschedule the main cron thread if a...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-06-29 Olivier Dony[FIX] netsvc: corrected copyright header
2011-06-28 Vo Minh Thu[MERGE] netsvc+ir_cron: display the execution time...
2011-06-27 Vo Minh Thu[IMP] netsvc: even uglier logging code.
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-23 Vo Minh Thu[FIX] netsvc: revert introduction of cgitb
2011-06-23 P. Christeasnetsvc: API doc title and docstring fixes
next