revert to use a separate executable for gevent, add --dev option
[odoo/odoo.git] / openerp / tools / config.py
2013-09-09 Antony Lesuisserevert to use a separate executable for gevent, add...
2013-03-28 Vo Minh Thu[MERGE] merged trunk.
2013-03-28 Vo Minh Thu[REM] common: removed login_message() which is not...
2013-03-26 Vo Minh Thu[REF] logging: removed pseudo log-level TEST.
2013-02-28 Antony Lesuisse[IMP] logrotation is now disabled by default
2013-02-21 Skrillex[REM] netrpc: KILL EVERYBODY
2013-02-15 niv-openerpmerge trunk
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2013-02-09 Vo Minh Thu[IMP] The open openerp namespace is removed.
2013-01-29 niv-openerpMerge Thu branch
2013-01-28 niv-openerpmerge trunk
2013-01-18 Vo Minh Thu[IMP] gevent: no longer a command-line flag (always...
2013-01-17 Vo Minh Thu[IMP] long polling: disable the watchdog for the Worker...
2013-01-15 Olivier Dony[FIX] ir.mail_server: properly handle the --smtp-ssl...
2013-01-14 niv-openerpmerge trunk
2013-01-08 niv-openerpmerge trunk
2012-12-29 Antony Lesuisse[FIX] workers memory limits better help
2012-12-20 dle@openerp.com[FIX]Kanban view js not loaded when db created through...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-09 Antony Lesuisse[IMP] workers document defaults
2012-12-09 Antony Lesuissenetrpc flip default, backward compatible for a few...
2012-12-09 Antony Lesuissenetrpc flip default
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-12-06 niv-openerpmerge trunk
2012-11-26 Olivier Dony[MERGE] Forward-port 6.1 bugfixes up to rev. 4307
2012-11-22 niv-openerpImproved config
2012-11-22 niv-openerp[IMP] Added configuration option for gevent
2012-10-10 Antony Lesuisse[IMP] remove standalone web client, fix logging
2012-09-24 Antony Lesuisse[FIX] restore poxy-mode command line option to prevent...
2012-09-22 Antony Lesuissemanual merge of multicorn
2012-09-12 Stephane Wirtel[MERGE] use the postgres db instead of template1 for...
2012-05-30 Xavier ALT[FIX] config: only type check known options
2012-05-23 Xavier ALT[FIX] config: when assigning new value, ensure that...
2012-04-23 Olivier Dony[FIX] config: log-handler option was not working if...
2012-03-02 Vo Minh Thu[IMP] tests: removed the severity concept from `assert...
2012-03-01 Vo Minh Thu[IMP] tests:
2012-02-10 Vo Minh Thu[MERGE]merged trunk.
2012-02-09 Antony Lesuissepostgres use postgres instead of template1 and template...
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 Christophe Simonis[ADD] option allowing to run openerp behind a reverse...
2012-02-01 Antony Lesuissebye bye DEBUG_*
2012-02-01 Antony Lesuissenew logging handler and commandline config, mostly...
2012-01-20 Vo Minh Thu[IMP] gunicorn: moved gunicorn hook to openerp.wsgi...
2012-01-18 Vo Minh Thu[MERGE] added --db-template option.
2012-01-17 nicolas.bessi@camp... [IMP] database template in commande line, you can now...
2012-01-09 Vo Minh Thu[FIX] orm: correctly set the module name on the model...
2011-12-23 Raphael Collet[MERGE] config: fix missing section name when saving...
2011-12-20 Antony Lesuisse[FIX] config blacklist stop_after_init
2011-12-01 Vo Minh Thu[MERGE] merged trunk.
2011-11-28 Naresh (OpenERP)[FIX]:initialise the parser before adding user defined...
2011-11-22 Numerigraphe - Lio... [IMP] Added missing vim mode lines
2011-11-16 Vo Minh Thu[IMP] check the -d option is also provided when using...
2011-11-15 Vo Minh Thu[IMP] Moved the tests directory inside the openerp...
2011-10-14 Christophe Simonis[IMP] command line: move the option "addons-path" to...
2011-10-01 Antony Lesuisse[IMP] config set --load default to web, this will be...
2011-09-28 Olivier Dony[MERGE] sync with latest trunk
2011-09-25 Antony Lesuisse[FIX] revert 3651 al@openerp.com-20110925003322-yioqd1c...
2011-09-25 Antony Lesuisse[IMP] temporary web dbfilter before metaoptions
2011-09-25 Antony Lesuisse[REM] http static crap (you may use web controllers...
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-02 Vo Minh Thu[IMP] wsgi: modules can be pre-loaded and expose a...
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-08 Vo Minh Thu[IMP] cron: the maximum number of cron threads is confi...
2011-07-22 Vo Minh Thu[IMP] unaccent: added an unaccent command-line flag...
2011-06-23 P. ChristeasAPI docs: docstrings, module titles
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-01 Vo Minh Thu[ADD] tools/config: started tests.
2011-06-01 Vo Minh Thu[FIX] tools/config: properly cast config file values.
2011-05-31 Vo Minh Thu[FIX] tools/config: default values always override...
2011-05-25 Vo Minh Thu[MERGE] moved around some code (preparing for some...
2011-05-13 Vo Minh Thu[MERGE] multiple addons paths on the command line.
2011-05-12 Vo Minh Thu[MERGE] --i18n-overwrite can be used with --update.
2011-05-09 Vo Minh Thu[MERGE] check the type of the timezone parameter (preve...
2011-05-09 Naresh (OpenERP)[IMP]:moved from misc to config file and allowed the...
2011-04-19 Vo Minh Thu[REF] config: removed duplicated list of options
2011-04-18 Vo Minh Thu[MERGE] merged Julien Thewys branch to disallow unrecog...
2011-02-14 Olivier Dony[FIX] tools.config: expansion of user and path should...
2011-02-09 Olivier Ligot[IMP] The command line option --i18n-overwrite can...
2011-02-09 Julien Thewys[FIX] ensures no illegitimate cli argument is silently...
2011-02-08 Olivier Dony[FIX] tools.config: override root_path in config, and...
2011-02-08 Olivier Dony[MERGE] merged latest 6.0 fixes up to rev 3339
2011-02-08 Vo Minh Thu[MERGE] merge of the openerp python module branch.
2011-02-08 Vo Minh Thu[IMP] openerp.__init__ can imports all its submodules.
2011-02-07 Vo Minh Thu[IMP] openerp python module.