[IMP]:closed file pointer
[odoo/odoo.git] / bin / service /
2009-06-11 Naresh Choksy[IMP]:closed file pointer
2009-06-11 Naresh Choksy[IMP]:called get_environment when a report crashes
2009-06-11 Naresh Choksy[IMP]:Added new function called get_environment which...
2009-05-20 Christophe Simonis[FIX] commit cursor
2009-05-20 Christophe Simonis[IMP] add a method to rename a database (and the associ...
2009-04-26 Christophe Chauvet[FIX]
2009-03-15 Fabien Pinckaersbugfix_338832
2009-02-26 Fabien Pinckaersbugfix_lp_331245
2009-02-12 Christophe Simonis[FIX] maintenance: pass the module's versions to retrie...
2009-02-11 Christophe Simonis[IMP] maintenance: new method allowing to get available...
2009-02-02 Stephane Wirtel[FIX] Python typo fix
2009-01-31 Christophe Simonis[FIX] database connections aren't serialized by default
2009-01-30 Stephane Wirtel[FIX] Set the template0 as default template when you...
2009-01-29 Stephane Wirtel[REV] Revert code for the hostname and the dump
2009-01-29 Stephane Wirtel[FIX] Don't use the hostname if it is in ('127.0.0...
2009-01-22 Stephane Wirtel[IMP] Error handling and don't save the zip file in...
2009-01-19 Christophe Simonis[MERGE] Syleam branch
2009-01-16 Christophe Simonis[FIX] oops
2009-01-15 Christophe Simonis[IMP] When a error occur in a report, the good stacktra...
2009-01-12 Christophe Simonis[FIX] delete the connection pool to template1 when...
2009-01-09 Christophe Simonis[FIX] migration: when the module is a symlink, just...
2009-01-09 Olivier LaurentUndefined variable 'Logger'
2009-01-09 Christophe Simonis[FIX] avoid a crash when the migration server is not...
2009-01-07 Christophe Simonis[FIX] migrate_databases: convert exception before raisi...
2009-01-06 Stephane Wirtel[FIX] Add the sys package
2009-01-05 Stephane Wirtel[IMP] Use cStringIO
2009-01-05 Christophe Simonis[FIX] cannot marshal None
2009-01-04 Stephane Wirtel[IMP] Update the copyright to 2009
2009-01-02 Christophe Simonis[IMP] new exported method to migrate databases remotely
2009-01-02 Christophe Simonis[IMP] add a method to retrieve the update from the...
2008-12-29 Christophe Simonis[FIX] handle the case when the database template1 is...
2008-12-24 Christophe Simonis[FIX] restarting a non started pool does not crash...
2008-12-20 Fabien Pinckaersbugfixes
2008-12-19 Christophe Simonis[FIX] close the cursor when an exception occur
2008-12-19 Christophe Chauvet[IMP]
2008-12-18 Christophe Chauvetapproved
2008-12-18 Christophe Chauvet[IMP]
2008-12-18 Stephane Wirtel[REF] PEP8
2008-12-14 Fabien Pinckaersimprovements_bugfixes
2008-12-13 Fabien Pinckaersbugfix_cache_speed_improvement_store
2008-12-11 Christophe Simonis[FIX] (ugly) logout method must not return None
2008-12-11 apa-tinyadd logout method for ajm
2008-12-11 Christophe Simonis[FIX] If an error occurs when dropping the database...
2008-12-10 Stephane Wirtel[IMP] Use the logger
2008-12-09 Christophe Simonis[FIX] psycopg2: convert types & update web_services
2008-12-09 Christophe Simonis[FIX] psycopg2: in queries we must now use %s everywher...
2008-12-08 Olivier LaurentSometimes a database could not be created because of...
2008-11-27 Stephane Wirtel[FIX] Typo
2008-11-25 Stephane Wirtel[FIX] Remove the password for the dump and the restore...
2008-11-03 Christophe Simonispassing in GPL-3
2008-09-12 Christophe Simonisimprove the use of release.py
2008-09-11 Jay VoraAccepted Uppercase DB names and displayed on terminal
2008-09-10 Stephane WirtelRename Tiny ERP to OpenERP
2008-09-08 Fabien PinckaersPutting Some Translate=True
2008-09-04 Christophe Simonisthe translations are now by modules
2008-09-03 Fabien PinckaersBugfix Security
2008-09-02 Fabien PinckaersDB With password
2008-08-20 Christophe Simonisadd rpc method to get the version of the server
2008-08-05 Amit MendaparaExtended `common.about` to return version info
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-07-08 Christophe Simonis* translation of nearly all exceptions
2008-07-08 Mantavya GajjarSolve bug fix related to the security, from the xml...
2008-06-16 stwadd the copyright
2008-06-16 Fabien PinckaersBugfix
2008-04-09 Fabien PinckaersBugfixed about webservice
2007-12-27 cedAdd traceback on report exception
2007-12-21 cedPropagate exception from report to the client
2007-12-13 cedFix max recursion in db creation when the sql failed
2007-11-21 cedRemove createdb and dropdb, use sql instead
2007-10-08 cedUse user/passwd/host/port for postgres tools
2007-10-04 cedCommit each translation line and add close cursor if...
2007-08-09 cedfix raise string deprecated in python 2.5
2007-07-23 cedkernel: don't use mutable as default value in function...
2007-07-12 cedkernel: add logger error when drop db failed
2007-06-22 cedSERVER: improve categories and fix some language mistake
2007-04-30 cedCLIENT,KERNEL: add timezone to display datetime
2007-04-11 Mantavya GajjarUSERS_LDAP: use synchro connection to bind
2007-03-29 Mantavya GajjarKERNEL: check return code for exec_pg_command_pipe
2007-03-15 cedKERNEL: fix print workflow on win32
2007-03-07 cedUSERS_LDAP,KERNEL: small fix for login and add new...
2007-02-03 cedCLIENT-SERVER: improve netrpc
2007-01-23 cedKERNEL: improve logger and remove some prints
2006-12-07 pinkyNew trunk