[Merge]
[odoo/odoo.git] / bin / addons / __init__.py
2010-08-10 Olivier Dony[REF] config/test: renamed test-* config params to...
2010-07-28 Jay (Open ERP)[FIX] __init__.py corrected for processing of .sql...
2010-06-24 Olivier Dony[IMP] osv_memory: disabled regular ir_model_access...
2010-06-24 vra[MERGE] merge the changes from main trunk branch.
2010-06-18 vra[FIX][IMP] SQL-Injection ,minor improvement.
2010-06-18 Anup (OpenERP)[IMP] SQL injection Refactored
2010-06-18 Anup (OpenERP)[MERGE] Merged from the main trunk server
2010-06-28 Christophe Simonis... [FIX] base.addons: remove global and improve error...
2010-06-25 Fabien Pinckaersfix
2010-06-16 Olivier Dony[IMP] addons: changed test section to only run in demo...
2010-06-11 Julien Thewys[FIX] csv data loading
2010-06-11 Anup (OpenERP)[IMP] Security fixes for SQL injections.
2010-06-08 Julien Thewys[MERGE] Merged data loader fixes.
2010-06-04 Olivier Dony[MERGE] safe_eval branch merged: plain eval() replaced...
2010-05-19 Olivier Dony[IMP] renamed server option --test-no-rollback to ...
2010-05-16 Christophe Simonis[IMP] __openerp__.py can now contain maitainer and...
2010-05-03 Olivier Dony[IMP] work-in-progress: initial version of safe_eval...
2010-05-03 Olivier Dony[FIX] restore proper exception context and logging...
2010-05-03 Rvo (Open ERP)[Add]: warning starting server with '-u XXX' or '-i...
2010-04-30 PAP(OpenERP)Added commmand line arguments to make yml test easier
2010-04-20 Framework Team[MERGE] merged trunk-dev-framework branch, including...
2010-04-20 Olivier Dony[IMP] re-enabled warning for osv_memory access rights...
2010-04-19 Olivier Dony[FIX] safety check for missing terp file in modules
2010-04-14 apa-tinymerge
2010-04-13 Rvo (Open ERP)[IMP]: access rights checking stopped for osv_memory...
2010-04-08 Julien Thewys[FIX] Ensure a failing test do not stop the server...
2010-04-07 Fabien Pinckaersmerge
2010-04-06 Julien Thewys[ADD] Tests declared in 'test' section of __terp__...
2010-04-05 Julien Thewys[REF] Extract some functions before adding new things.
2010-04-01 Olivier Dony[FIX] changed loglevel to debug for missing module...
2010-03-15 HDA (OpenERP)Merged
2010-03-12 Stephane Wirtel[IMP] addons: create a warning log to inform the user...
2010-03-12 Stephane Wirtel[FIX] addons: Show the module without an __openerp__...
2010-03-12 HDA (OpenERP)Fixed for directory not having __openerp__ or __terp__...
2010-03-12 STWCode improvement by stephane
2010-03-11 Rvo (Open ERP)[ADD]:suppot for __openerp__.py or __terp__.py
2010-03-09 Julien Thewys[IMP] Added YAML for demo data.
2010-03-04 Julien Thewys[FIX] YAML files have '.yml' extension, not '.yaml'
2010-03-04 Julien Thewys[FIX] YAML files have '.yml' extension, not '.yaml'
2010-03-04 Julien Thewys[IMP] yaml test: init
2010-03-04 Julien Thewys[IMP] yaml test: init
2010-03-03 HDA (OpenERP)added noupdate=1 if csv is in init_xml
2010-01-28 Jay (Open ERP)[FIX] Behavior of server corrected if addons-path is...
2010-01-28 CHS,JVO[FIX] Behavior of server corrected if addons-path is...
2010-01-27 Jay (Open ERP)[FIX] Behavior of server corrected if addons-path is...
2010-01-12 HDA (OpenERP)Merged
2010-01-07 Jay (Open ERP)[FIX] Installation should alert user if any no pool...
2009-12-02 Xavier Morel[merge] fix-shebang from 5.0 to trunk
2009-11-30 Jay (Open ERP)[FIX] Module informtion was not getting updated on...
2009-11-24 Harry (Open ERP)[FIX] replaced <TAB> with four white space.
2009-11-20 xrg[merge] merge from lp:~xrg/openobject-server/optimize...
2009-10-20 pap(openerp)Changed encoding to coding ref: PEP: 0263
2009-10-14 PSO(OpenERP)Changed licencing
2009-08-03 P. ChristeasMerge commit 'origin/master' into xrg
2009-07-09 P. ChristeasMerge origin/master into mdv-gpl3-py26
2009-07-09 HMO(OpenERP)[FIX] module installation through -i module -d db ...
2009-07-07 mra (Open ERP)[REV] revert chanegs for revision no 1810
2009-07-07 mra (Open ERP)[FIX] loading module sequence while creating new database
2009-06-05 Christophe Simonis[FIX] load the module graph even if it containt only...
2009-06-01 P. ChristeasHack for multiple addons paths.
2009-05-06 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-04-28 Christophe Simonis[FIX] when loading the module graph, try to reload...
2009-04-06 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-03-16 Fabien Pinckaersimprovements
2009-03-15 Fabien PinckaersUkrainian language
2009-03-12 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-03-11 Christophe Simonis[REV] revert graph loading modification
2009-03-05 Christophe Simonis[FIX] typo: childs -> children
2009-03-02 Jay (Open ERP)[Fix] Bug 335778 : Corrected get_module_path method...
2009-02-20 Jay (Open ERP)Correction
2009-02-20 Jay (Open ERP)Correction
2009-02-17 Jay (Open ERP)Correction for terp file processing when init and updat...
2009-02-13 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-02-11 Christophe Simonis[IMP] maintenance: new method allowing to get available...
2009-02-11 Christophe Simonis[IMP] allow object to call themself in init() method
2009-02-08 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-02-05 Christophe Simonis[FIX] modules that cannot be loaded are marked as unins...
2009-02-01 P. ChristeasMerge commit 'origin/master' into mdv-gpl3-py26
2009-01-31 Christophe Simonis[FIX] Avoid an infinite loop when a module can not...
2009-01-31 P. ChristeasLittle better message when modules cannot be loaded.
2009-01-31 P. ChristeasFix module loading when some not found.
2009-01-31 P. ChristeasMerge branch 'master' of openobject-server into mdv...
2009-01-29 Christophe Simonis[IMP] the module graph is updated and loaded until...
2009-01-28 P. ChristeasMerge branch 'master' of openobject-server into mdv...
2009-01-26 P. ChristeasModule unload: workaround missing models.
2009-01-22 Christophe Simonis[FIX] apply the state change of the module before upgra...
2009-01-22 P. ChristeasMerge branch 'master' of openobject-server into mdv...
2009-01-22 Christophe Simonis[FIX] execute the migration scripts in alphabetic order...
2009-01-22 Stephane Wirtel[IMP] Add a new method: get_module_as_zip_from_module_d...
2009-01-22 Stephane Wirtel[FIX] Don't archive the source file when src is False
2009-01-21 Christophe Simonis[FIX] demo files were always parsed in 'init' mode
2009-01-19 Fabien Pinckaersbugfix
2009-01-19 Stephane Wirtel[FIX] Typo
2009-01-14 Olivier Laurentpep8
2009-01-14 Olivier LaurentFixed a bug when 'dir' equals ''. Filename's first...
2009-01-14 P. ChristeasMerge branch 'master' of /home/panos/tmp/tinyerp/openob...
2009-01-14 Olivier LaurentFixed a potential IndexError if variable 'dir' equals ''
2009-01-09 Christophe Simonis[FIX] migration scripts: works now with zip modules
2009-01-09 Christophe Simonis[FIX] fix (some) cStringIO problems
2009-01-08 Christophe Simonis[FIX] do not check the module base before it is fully...
next