Commit Graph

72 Commits

Author SHA1 Message Date
Christophe Simonis f16f1bcd6e [FIX] maintenance: pass the module's versions to retrieve_updates
bzr revid: christophe@tinyerp.com-20090212094147-ot20d170mve79ema
2009-02-12 10:41:47 +01:00
Christophe Simonis 1f89f49e75 [IMP] maintenance: new method allowing to get available updates from maintenance server
bzr revid: christophe@tinyerp.com-20090211161906-ktc9z1me1gav7erq
2009-02-11 17:19:06 +01:00
Stephane Wirtel 392bf7f442 [FIX] Python typo fix
lp bug: https://launchpad.net/bugs/324285 fixed

bzr revid: stephane@tinyerp.com-20090202143518-6x96x6syd82se26d
2009-02-02 15:35:18 +01:00
Christophe Simonis 9c721d3090 [FIX] database connections aren't serialized by default
lp bug: https://launchpad.net/bugs/314449 fixed

bzr revid: christophe@taupe-20090131183618-pglu86hzq3ewsfxi
2009-01-31 19:36:18 +01:00
Stephane Wirtel 2d58fc61e2 [FIX] Set the template0 as default template when you create a new database
http://www.postgresql.org/docs/8.2/static/manage-ag-templatedbs.html
http://www.postgresql.org/docs/8.2/static/app-pgrestore.html

Thank you to Christophe Chauvet (SYLEAM) for this fix.

bzr revid: stephane@tinyerp.com-20090130125239-4h8agooloymfjy0m
2009-01-30 13:52:39 +01:00
Stephane Wirtel 90dea28166 [REV] Revert code for the hostname and the dump
bzr revid: stephane@tinyerp.com-20090129133946-l05fi1j8rou9tqyn
2009-01-29 14:39:46 +01:00
Stephane Wirtel e76c454794 [FIX] Don't use the hostname if it is in ('127.0.0.1', 'localhost')
lp bug: https://launchpad.net/bugs/319190 fixed

bzr revid: stephane@tinyerp.com-20090129002310-75wuum4qpx5s8ac4
2009-01-29 01:23:10 +01:00
Stephane Wirtel e20bd0db8d [IMP] Error handling and don't save the zip file in the addons path for the migration, but only the module directory
bzr revid: stephane@tinyerp.com-20090122132338-0mz0hh320e59t8ce
2009-01-22 14:23:38 +01:00
Christophe Simonis 61efa641a2 [MERGE] Syleam branch
bzr revid: christophe@tinyerp.com-20090119101910-lm5hd75no8u1ttan
2009-01-19 11:19:10 +01:00
Christophe Simonis dbdd4c582e [FIX] oops
bzr revid: christophe@tinyerp.com-20090116144635-2kgumw0f28wxcxo7
2009-01-16 15:46:35 +01:00
Christophe Simonis 8edf442785 [IMP] When a error occur in a report, the good stacktrace is sent to the client
bzr revid: christophe@tinyerp.com-20090115133404-mcmgvua5jqwo4uj7
2009-01-15 14:34:04 +01:00
Christophe Simonis 9aa2c5fb5c [FIX] delete the connection pool to template1 when finished
[IMP] sql_db.db_connect does not take the 'serialize' parameter anymore

lp bug: https://launchpad.net/bugs/314973 fixed

bzr revid: christophe@tinyerp.com-20090112094020-6l1hdgp5oflengl6
2009-01-12 10:40:20 +01:00
Christophe Simonis 35cba4cd42 [FIX] migration: when the module is a symlink, just delete the symlink
bzr revid: christophe@tinyerp.com-20090109135921-gg3zas4mcijmrfc7
2009-01-09 14:59:21 +01:00
Olivier Laurent 25cbe16750 Undefined variable 'Logger'
bzr revid: olt@tinyerp.com-20090109112333-owqkojit9e9rqhk7
2009-01-09 12:23:33 +01:00
Christophe Simonis f4c1cc32ba [FIX] avoid a crash when the migration server is not accessible
bzr revid: christophe@tinyerp.com-20090109091555-qipdi2hyrxlqpquc
2009-01-09 10:15:55 +01:00
Christophe Simonis 6c360b6d59 [FIX] migrate_databases: convert exception before raising it to client
[IMP] the verification of the presence of the description and the validation 
	  of the quality certificate is done only at instanciation of the module

bzr revid: christophe@tinyerp.com-20090107155345-gb86zqkrulonb7sg
2009-01-07 16:53:45 +01:00
Stephane Wirtel 271403417c [FIX] Add the sys package
bzr revid: stephane@tinyerp.com-20090106121653-q90ehhewmz0cmqb5
2009-01-06 13:16:53 +01:00
Stephane Wirtel c5923d87f2 [IMP] Use cStringIO
bzr revid: stephane@tinyerp.com-20090105210240-nkg2vm08dwhz2xtq
2009-01-05 22:02:40 +01:00
Christophe Simonis b69f3b074f [FIX] cannot marshal None
bzr revid: christophe@tinyerp.com-20090105121723-hzff90u49rq2sd3e
2009-01-05 13:17:23 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 8a6401cfa6 [IMP] new exported method to migrate databases remotely
[IMP] get_migrations_scripts: return a 'warning' exception

bzr revid: christophe@cobalt-20090102223423-9h8aw6c4jwn8907j
2009-01-02 23:34:23 +01:00
Christophe Simonis 577a2a1a11 [IMP] add a method to retrieve the update from the maintenance server
bzr revid: christophe@cobalt-20090102144325-cevctmg0cv9cvviq
2009-01-02 15:43:25 +01:00
Christophe Simonis 028a994fe9 [FIX] handle the case when the database template1 is not in UTF8
bzr revid: christophe@cobalt-20081229171259-1ajgi2bdv1pkr4sw
2008-12-29 18:12:59 +01:00
Christophe Simonis ca93318a77 [FIX] restarting a non started pool does not crash anymore
[FIX] when creating a database, the pool is restarted
[FIX] when dropping a database, the caches are cleaned
[IMP] add an option to specify the default cache timeout

lp bug: https://launchpad.net/bugs/310986 fixed

bzr revid: christophe@taupe-20081224002418-7pf9ctdzcl8ygvs7
2008-12-24 01:24:18 +01:00
Fabien Pinckaers 6fc6b033d1 bugfixes
bzr revid: fp@tinyerp.com-20081220080239-yg14hb7cjpi21rba
2008-12-20 09:02:39 +01:00
Christophe Simonis 39e7d6f8cc [FIX] close the cursor when an exception occur
bzr revid: christophe@cobalt-20081219191657-03rnpi2t51j3iy5x
2008-12-19 20:16:57 +01:00
Christophe Chauvet 9e72676066 [IMP]
* patch to authorized the database name started with a number
 * patch drop function to work with this improvement

bzr revid: christophe.chauvet@syleam.fr-20081219001823-0ikl2j5ztcxlbhdy
2008-12-19 01:18:23 +01:00
Christophe Chauvet 1cd3d54639 approved
bzr revid: christophe.chauvet@syleam.fr-20081218224719-ul338lzqpgx9a235
2008-12-18 23:47:19 +01:00
Christophe Chauvet 3b9bcb17cc [IMP]
* order the database list in login connexion

bzr revid: christophe.chauvet@syleam.fr-20081218221755-q0cwv6ph8w4xzk98
2008-12-18 23:17:55 +01:00
Stephane Wirtel c8727c26aa [REF] PEP8
bzr revid: stephane@tinyerp.com-20081218190007-otkpkslf4y88k1c6
2008-12-18 20:00:07 +01:00
Fabien Pinckaers 8cb88b6054 improvements_bugfixes
bzr revid: fp@tinyerp.com-20081214164647-hku6dlqkd65fe8ry
2008-12-14 17:46:47 +01:00
Fabien Pinckaers cb59d883b8 bugfix_cache_speed_improvement_store
bzr revid: fp@tinyerp.com-20081213060118-icn54am74m6ntyqw
2008-12-13 07:01:18 +01:00
Christophe Simonis 05006c78fd [FIX] (ugly) logout method must not return None
lp bug: https://launchpad.net/bugs/307226 fixed

bzr revid: christophe@tinyerp.com-20081211173712-bhbh03oykm6kdz4h
2008-12-11 18:37:12 +01:00
apa-tiny cfc14c69ae add logout method for ajm
bzr revid: patelamit2003@gmail.com-20081211133048-x1me7ic1dft9qgs8
2008-12-11 19:00:48 +05:30
Christophe Simonis c0152f5fcf [FIX] If an error occurs when dropping the database, raise a normal exception (that can be pickle)
lp bug: https://launchpad.net/bugs/307069 fixed

bzr revid: christophe@tinyerp.com-20081211112248-ljibz77ey2jkjtjd
2008-12-11 12:22:48 +01:00
Stephane Wirtel 26a6c764bb [IMP] Use the logger
bzr revid: stephane@tinyerp.com-20081210221104-j4gv4f22pxobigzf
2008-12-10 23:11:04 +01:00
Christophe Simonis 822da77ee6 [FIX] psycopg2: convert types & update web_services
bzr revid: christophe@tinyerp.com-20081209133132-wn7v8d2qyo3cv6x5
2008-12-09 14:31:32 +01:00
Olivier Laurent 8cbf75d090 Sometimes a database could not be created because of the connection to 'template1'
This fix should correct the problem (tested with 1 second but reduced to 0.2 second)

bzr revid: olt@tinyerp.com-20081208075558-1kfm6rf25nrinwfv
2008-12-08 08:55:58 +01:00
Stephane Wirtel 5f216f4b79 [FIX] Typo
bzr revid: stephane@tinyerp.com-20081127080158-mteq5ovquyqbdihh
2008-11-27 09:01:58 +01:00
Stephane Wirtel be08323c62 [FIX] Remove the password for the dump and the restore of database
bzr revid: stephane@tinyerp.com-20081125112522-iglichvetklo3hyv
2008-11-25 12:25:22 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Christophe Simonis 941c766687 improve the use of release.py
bzr revid: chs@tinyerp.com-20080912194504-yggsuaa992dgekqw
2008-09-12 21:45:04 +02:00
Jay Vora e26e2062b5 Accepted Uppercase DB names and displayed on terminal
bzr revid: jvo@tinyerp.com-20080911072945-jwo9wscd8ko66av9
2008-09-11 12:59:45 +05:30
Stephane Wirtel dbe1e8ca98 Rename Tiny ERP to OpenERP
Rename tinyerp to openerp

bzr revid: stephane@tinyerp.com-20080910084640-bg1h1bre7mwky8s0
2008-09-10 10:46:40 +02:00
Fabien Pinckaers 2778c2a8a7 Putting Some Translate=True
bzr revid: fp@tinyerp.com-20080908225236-j3j9ee4chrp8sv1h
2008-09-09 00:52:36 +02:00
Christophe Simonis 09de5a26fd the translations are now by modules
there are stored in a "i18n" folder of each module

bzr revid: christophe@tinyerp.com-20080904135432-5lxn2lisw4yqlevl
2008-09-04 15:54:32 +02:00
Fabien Pinckaers 118db0735c Bugfix Security
bzr revid: fp@tinyerp.com-20080903080339-60qkefv9k8yfdnpq
2008-09-03 10:03:39 +02:00
Fabien Pinckaers 475d1af2a5 DB With password
bzr revid: fp@tinyerp.com-20080902175329-f0lt1x7c31trmtwl
2008-09-02 19:53:29 +02:00
Christophe Simonis 2656522a63 add rpc method to get the version of the server
bzr revid: christophe@tinyerp.com-20080820082019-3v0d2gzjzchsb942
2008-08-20 10:20:19 +02:00
Amit Mendapara 6bef1c97a1 Extended `common.about` to return version info
bzr revid: ame@tinyerp.com-20080805075426-6bqtncd6k9qsvo29
2008-08-05 13:24:26 +05:30