cron registrymanager removal
[odoo/odoo.git] / openerp / service /
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-12-09 Antony Lesuisse[FIX] duplicate database
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-12-05 Christophe Simonis[FIX] service/__init__.py: do not join() main thread
2012-11-28 Olivier Dony[FIX] db.drop service: PostgreSQL 9.2 renamed pg_stat_a...
2012-11-14 Vo Minh Thu[MERGE] merged trunk.
2012-11-14 Vo Minh Thu[IMP] duplicate_database: better logging.
2012-11-07 Antony Lesuisse[IMP] improve experience on for openerp developers...
2012-10-19 Vo Minh Thu[IMP] database management: added `duplicate` operation.
2012-10-03 Olivier Dony[MERGE] Sync with trunk
2012-10-02 Fabien Meghazi[IMP] Do not start cron master thread if max_cron_threa...
2012-09-25 Antony Lesuisse[FIX] fcntl not available on windows
2012-09-24 Antony Lesuisse[FIX] restore poxy-mode command line option to prevent...
2012-09-24 Antony Lesuisse[FIX] wsgi wrapper
2012-09-22 Antony Lesuissemanual merge of multicorn
2012-09-19 Olivier Dony[MERGE] Sync with trunk
2012-09-13 Olivier Dony[IMP] translations: wip, remove unnecessary code, suppo...
2012-09-12 Stephane Wirtel[IMP] openerp.service.web_services.db: Use a contextman...
2012-09-12 Stephane Wirtel[MERGE] use the postgres db instead of template1 for...
2012-09-11 Stephane Wirtel[MERGE] base: fix some address formats and some English
2012-09-11 Olivier Dony[MERGE] Sync with trunk
2012-09-10 Stephane Wirtel[MERGE] server: remove unused imports (Thanks to Floren...
2012-08-31 Stephane Wirtel[REF] Replace the user id 1 by openerp.SUPERUSER_ID
2012-08-17 Jigar Amin - OpenERPmerge lp:openobject-server
2012-08-13 Thibault Delavallée[FIX] Fixed last revision, about name removel in base...
2012-08-10 Thibault Delavallée[REF] base.sql, web_services: propagated changes in...
2012-07-13 Jigar Amin - OpenERP[IMP] integreated the web serivce for the translations
2012-07-13 Turkesh Patel (Ope... [IMP] improved code.
2012-07-12 Turkesh Patel (Ope... [IMP] move load function to the ir_translation.py
2012-07-12 Turkesh Patel (Ope... [IMP] improved code to get translation from database.
2012-07-12 Turkesh Patel (Ope... [ADD] added module field in ir.translation and improved...
2012-07-11 Turkesh Patel (Ope... [ADD] add new http service translation.
2012-03-29 Vo Minh Thu[IMP] cron: re-added the threaded cron:
2012-03-28 Vo Minh Thu[IMP] cron: alternative implementation:
2012-03-23 Vo Minh Thu[MERGE] merged trunk.
2012-03-22 Olivier Dony[MERGE] Latest bugfixes from 6.1
2012-03-16 Olivier Dony[MERGE] Try to terminate psql connections before droppi...
2012-03-16 Olivier Dony[IMP] attempt to dump uid performing operation along...
2012-03-05 Vo Minh Thu[MERGE] merged 6.1.
2012-03-01 Vo Minh Thu[IMP] tests: xml-rpc test drops the created database...
2012-02-22 Christophe Simonis[IMP] try to terminate all postgresql backends connecte...
2012-02-14 Antony Lesuisse[FIX] database restore dont prepend a space before...
2012-02-13 Vo Minh Thu[IMP] cron: no master cron thread when no workers are...
2012-02-13 Vo Minh Thu[MERGE] merged trunk.
2012-02-12 Bogdan Stanciu[IMP] some English corrections & 'encoding' into 'codin...
2012-02-10 Vo Minh Thu[FIX] wsgi: use wsgi.core instead of wsgi, remove unuse...
2012-02-09 Antony Lesuissepostgres use postgres instead of template1 and template...
2012-02-08 Florent Xicluna[REM] more unused imports.
2012-02-08 Vo Minh Thu[IMP] gunicorn: signaling used for more than just execu...
2012-02-08 Florent Xicluna[REF] additional cleanup after vmt's logging refactoring.
2012-02-08 Florent Xicluna[MRG] merge trunk.
2012-02-08 Vo Minh Thu[MERGE] merged trunk.
2012-02-08 Vo Minh Thu[MERGE] merged logging changes: use a top-level `opener...
2012-02-08 Antony Lesuisse[FIX] remove useless decodes that break on pg9.0
2012-02-07 Vo Minh Thu[IMP] logging: re-add the HttpLogHandler class needed...
2012-02-02 Vo Minh Thu[IMP] inter-process signaling, proof-of-concept.
2012-02-02 Vo Minh Thu[IMP] logging: use logging.exception() instead of manua...
2012-02-01 Antony Lesuisse[FIX] review according to xmo :)
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-31 Olivier Dony[IMP] db dump: correct reference URL in comments
2012-01-31 Olivier Dony[FIX] db dump: report errors due to missing password...
2012-01-25 Vo Minh Thu[IMP] openerp.service.http_server: unneeded indirection...
2012-01-24 Vo Minh Thu[IMP] openerp.loglevels: removed calls to openerp.logle...
2012-01-24 Vo Minh Thu[IMP] openerp.service: remove the so called `uniform...
2012-01-24 Vo Minh Thu[IMP] openerp.service: _logger with fully qualified...
2012-01-19 Florent Xicluna[REF] fix weird indentation, not multiple of four.
2012-01-18 Vo Minh Thu[MERGE] cleaned some imports, removed some code for...
2012-01-17 nicolas.bessi@camp... [IMP] database template in commande line, you can now...
2012-01-15 Florent Xicluna[REF] remove unused import, always import literal_eval...
2012-01-05 niv-openerp[imp] added service in object_service to be able to...
2011-12-15 Naresh (OpenERP)[FIX]:exception handling in netrpc
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-10-13 Olivier Dony[IMP] res.users,web_services: new authenticate() API...
2011-10-04 Olivier Dony[REM] edi: moved edi to a separate addon
2011-09-30 Vo Minh Thu[IMP] xmlrpc: version() moved to common, still availabl...
2011-09-30 Olivier Dony[MERGE] sync with latest trunk
2011-09-30 Olivier Dony[IMP] edi: review/cleanup (wip)
2011-09-29 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-29 Vo Minh Thu[FIX] netrpc: forgot the removal of auth in the netrpc...
2011-09-29 Olivier Dony[MERGE] multi-process/multi-threaded ir.cron implementation
2011-09-28 Antony Lesuisse[MERGE] /openerp/6.1 xmlrpc compliant
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-27 Vo Minh Thu[IMP] xmlrpc: use some commented constant symobls inste...
2011-09-26 Vo Minh Thu[IMP] xmlrpc: use proper exception type to map to xmlrp...
2011-09-26 Vo Minh Thu[IMP] exceptions: replace ExceptionNoTb with AccessDenied.
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-14 Harry (OpenERP)[MERGE] merged from trunk development branch
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...
next