Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / modules / registry.py
2014-11-19 Olivier Dony[FIX] decimal_precision: avoid refreshing float precisi...
2014-11-13 Raphael Collet[IMP] models: improve performance of _setup_fields()
2014-10-29 Christophe Simonis[IMP] core: manage registries via an LRU.
2014-09-18 Raphael Collet[IMP] fields: reset decimal precision on new-style...
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-04-14 Raphael Collet[IMP] test cursor: code cleanup to make it more robust...
2014-04-09 Raphael Collet[FIX] registry: stupid typo
2014-04-09 Raphael Collet[IMP] registry: avoid every direct access registry...
2014-04-09 Raphael Collet[IMP] registry: now cursor() simply returns a cursor...
2014-04-08 Raphael Collet[IMP] http tests: implement a test cursor that keeps...
2014-04-08 Raphael Collet[IMP] registry: add method get_cursor() to simply retri...
2014-04-08 Raphael Collet[IMP] tests.common: turn class methods into instance...
2014-04-08 Raphael Collet[IMP] registry: switch for a dummy lock only during...
2014-02-16 Antony Lesuisse[IMP] phantomjs testing
2014-02-09 Antony Lesuissenew test execution engine
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-01-21 Denis Ledoux[FIX] modules: multi worker signaling initialize variab...
2014-01-16 Olivier Dony[FIX] modules: set initial values for multi-process...
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-14 Martin Trigaux[FIX] registry: missing a threading.RLock in RegistryMa...
2013-10-16 Olivier Dony[MERGE] Forward-port of latest saas-1 bugfixes, up...
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-11 Olivier Dony[FIX] registry: restore `elif` changed to `if` in previ...
2013-10-11 Olivier Dony[FIX] registry: avoid discarding registry or cache...
2013-10-11 Guewen Baconnier[FIX] missing a threading.RLock in RegistryManager...
2013-06-19 niv-openerp[IMP] minor improvement in RegistryManager, useful...
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-04-04 Raphael Collet[IMP] registry: make class Registry inherit from abstra...
2013-03-29 Raphael Collet[IMP] registry: add convenience operators ('in' and...
2013-03-22 Vo Minh Thu[REF] ir.actions.report.xml: register_all do not make...
2013-03-01 Olivier Dony[MERGE] *: fix/rationalize db logging to avoid incorrec...
2013-03-01 Olivier Dony[FIX] registry: another pass of cleanup for registry...
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-12 Vo Minh Thu[FIX] registry: fix a bug where RegistryManager.new...
2012-12-21 Olivier Dony[IMP] cron: remove useless pooljobs and schedule_cron_j...
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...