[IMP] register_hook: improve a bit the code
[odoo/odoo.git] / openerp / modules / registry.py
2012-12-17 Olivier Dony[FIX] orm,registry: properly check m2o FKs during model...
2012-12-14 Vo Minh Thu[FIX] registry: Set the fields_by_model attribute in...
2012-12-09 Antony Lesuissemisc
2012-12-09 Antony Lesuissecron registrymanager removal
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-11-02 Vo Minh Thu[IMP] registry: the `assertion_report` is now a registr...
2012-08-13 Christophe Simonis[IMP] add cursor() contextmanager on registry
2012-06-11 Olivier Dony[IMP] modules, ir.ui.view: improve view validation...
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[IMP] signaling: call also digits_change() when caches...
2012-03-09 Vo Minh Thu[FIX] typo.
2012-03-09 Vo Minh Thu[FIX] removed spurious print statement.
2012-03-08 Vo Minh Thu[FIX] multi-process signaling: one query instead of...
2012-03-07 Vo Minh Thu[IMP] multi-process: moved signaling sequences to regis...
2012-02-13 Vo Minh Thu[IMP] cron: no master cron thread when no workers are...
2012-02-09 Vo Minh Thu[IMP] gunicorn: uncomment the nextval(base_cache_signal...
2012-02-09 Vo Minh Thu[IMP] gunicorn: connect ir_ui_cache with the signaling...
2012-02-09 Vo Minh Thu[IMP] gunicorn: database signaling is per-registry.
2012-02-08 Vo Minh Thu[IMP] gunicorn: installing modules with multiple proces...
2012-02-08 Vo Minh Thu[IMP] gunicorn: moved database signaling to RegistryMan...
2012-01-24 Vo Minh Thu[IMP] openerp.{modules,osv}: _logger with fully qualifi...
2011-09-30 Xavier Morel[FIX] deadlock between crons scheduling and new registr...
2011-09-28 Olivier Dony[FIX] cron/registry: typo
2011-09-28 Olivier Dony[IMP] cron: misc renaming and minor changes to improve...
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-16 Xavier Morel[FIX] race condition in RegistryManager
2011-09-02 Vo Minh Thu[FIX] loading: load base only once.
2011-08-31 Vo Minh Thu[MERGE] merged trunk.
2011-08-31 Vo Minh Thu[FIX] registry: forgot the self/cls args.
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-26 Olivier Dony[FIX] registry: use a unique list of models to load...
2011-08-26 Vo Minh Thu[FIX] registry.py: typos (invalid syntax).
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-16 Vo Minh Thu[REF] osv: previous diff makes unneccessary one of...
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-09 Vo Minh Thu[IMP] cron: added yaml test.
2011-07-22 Vo Minh Thu[IMP] unaccent: added an unaccent command-line flag...
2011-07-14 Vo Minh Thu[IMP] cron: minor cleaning.
2011-07-14 Vo Minh Thu[IMP] cron: moved netsvc.Agent to openerp.cron.
2011-07-13 Vo Minh Thu[IMP] registry: whene deleting a registry, also delete...
2011-06-15 Vo Minh Thu[MERGE] orm: _auto_init made of smaller methods, use...
2011-06-15 Vo Minh Thu[LINT] removed unused variable, forgot to change two...
2011-06-14 Vo Minh Thu[REF] osv: moved osv_pool to modules/registry.
2011-05-26 Vo Minh Thu[REF] osv:
2011-05-19 Vo Minh Thu[REF] moved openerp/registry/manager.py => openerp...