Commit Graph

138 Commits

Author SHA1 Message Date
Naresh Choksy 02cb96454e [IMP]:OS Locale for environment Info
bzr revid: nch@tinyerp.com-20090714123809-t8i4d3akkcjlu76q
2009-07-14 18:08:09 +05:30
Naresh Choksy 6926d61d73 [IMP]:ENvironment INFO
bzr revid: nch@tinyerp.com-20090714053117-2c3aoviemgv0zwae
2009-07-14 11:01:17 +05:30
Olivier Laurent 9b8f222fd9 [MERGE]
bzr revid: olt@tinyerp.com-20090709083913-0jkpicud1kdq01um
2009-07-09 10:39:13 +02:00
Olivier Laurent bf135aa980 [FIX] supply password problem with pg_dump, pg_restore on win32
bzr revid: olt@tinyerp.com-20090709083804-5k6czusnzrmb0ppx
2009-07-09 10:38:04 +02:00
NCH b4ce6fc837 [IMP] Improved environment information message
bzr revid: hda@hda-20090708111232-9jgxvv1id35t9q26
2009-07-08 16:42:32 +05:30
Naresh Choksy a545d53fdd [IMP]
bzr revid: nch@tinyerp.com-20090708094351-70vyfsutktr3lyjf
2009-07-08 15:13:51 +05:30
Naresh Choksy 897c51264b [IMP]:Environment:INFO
bzr revid: nch@tinyerp.com-20090708071416-x6fal8uij0wthj3f
2009-07-08 12:44:16 +05:30
Naresh Choksy 8f300df195 [IMP]:Environment Information
bzr revid: nch@tinyerp.com-20090707100207-kmfwmpks7kis1v7b
2009-07-07 15:32:07 +05:30
Naresh Choksy af536b3632 [MERGE]
bzr revid: nch@tinyerp.com-20090615063904-3gxvznxzt2lfdxys
bzr revid: nch@tinyerp.com-20090616093700-63rzyb48i1ebm0kr
bzr revid: nch@tinyerp.com-20090616094232-cex5n60a1sfzi8zg
bzr revid: nch@tinyerp.com-20090626085416-tn0inoeb1qhmndnl
2009-06-26 14:24:16 +05:30
Naresh Choksy d64ccbebe9 [IMP]:closed file pointer
bzr revid: nch@tinyerp.com-20090611122026-vxh5u5qmfd3etzv8
2009-06-11 17:50:26 +05:30
Naresh Choksy d111cda633 [IMP]:called get_environment when a report crashes
bzr revid: nch@tinyerp.com-20090611121517-6ulat32vow75qyry
2009-06-11 17:45:17 +05:30
Naresh Choksy ec71d4a68d [IMP]:Added new function called get_environment which will return the current environment of the System on which user is using OpenERP
bzr revid: nch@tinyerp.com-20090611112756-1r0t9202nqvj4oa6
2009-06-11 16:57:56 +05:30
Christophe Simonis 542f9f3a94 [FIX] commit cursor
bzr revid: christophe@tinyerp.com-20090520152547-4tz57cwtz24dbhfq
2009-05-20 17:25:47 +02:00
Christophe Simonis 0acbf9038f [IMP] add a method to rename a database (and the associated filestore directory)
bzr revid: christophe@tinyerp.com-20090520145819-5gx1w7f8zgsmp3is
2009-05-20 16:58:19 +02:00
Christophe Chauvet 63f800a316 [FIX]
* restore with the user connexion to owner's object, intead of the owner who originaly create the database
[IMP]
 * pg_dump command is launch with no owner defined

bzr revid: christophe.chauvet@syleam.fr-20090426090444-glridpyq1llqlac0
2009-04-26 11:04:44 +02:00
Fabien Pinckaers 8721c8ba0f bugfix_338832
bzr revid: fp@tinyerp.com-20090315180906-2prfjp3ctkqpgo31
2009-03-15 19:09:06 +01:00
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
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00
stw fa973350b9 add the copyright
bzr revid: stw-6e4c16268c7d6111a353b94a6a629d2ca53d0474
2008-06-16 07:24:04 +00:00
Fabien Pinckaers cb7a8eea73 Bugfix
bzr revid: fp@tinyerp.com-1936f28342887295e7994fb10447d0282c07cc29
2008-06-16 06:01:33 +00:00
Fabien Pinckaers 5fe8fb318d Bugfixed about webservice
bzr revid: fp@tinyerp.com-51f190c9ac7840b2d7a12bb1cab86be5bec8a6bb
2008-04-09 11:33:09 +00:00
ced 1f414ea037 Add traceback on report exception
bzr revid: ced-3f1a6b194b852cee5167789a60a12fd67cc5441f
2007-12-27 09:19:56 +00:00
ced 2003a54d12 Propagate exception from report to the client
bzr revid: ced-8d3324e48d1f3eb20130b837e1016a40bf7b50c5
2007-12-21 15:12:26 +00:00
ced 85f4ece183 Fix max recursion in db creation when the sql failed
bzr revid: ced-d5e36fa357d3435c7bc41581b9c13c39694b94eb
2007-12-13 13:39:36 +00:00
ced 04f86677c9 Remove createdb and dropdb, use sql instead
Don't try to dump or restore on db connection that need password

bzr revid: ced-0f882f05e2c9ce25fd8e498c8fe8179614251824
2007-11-21 15:24:36 +00:00
ced b51bc55e0f Use user/passwd/host/port for postgres tools
bzr revid: ced-b9871220aebafa28ae4738dbb9f8abaaa3b6e975
2007-10-08 11:30:42 +00:00
ced 09ff179794 Commit each translation line and add close cursor if db creation failed
bzr revid: ced-5bfff263123f152e491840c9dab5a048a4344634
2007-10-04 05:58:43 +00:00
ced 5c3609a570 fix raise string deprecated in python 2.5
bzr revid: ced-ba57e04979dcd47a40b22b2b586489996b06a3d9
2007-08-09 08:18:06 +00:00
ced d9d0678328 kernel: don't use mutable as default value in function defintion.
bzr revid: ced-824ee7e22dca5a4b4f2d8d5095aa20650f5a2469
2007-07-23 05:16:03 +00:00
ced 1144f537f4 kernel: add logger error when drop db failed
bzr revid: ced-7e6c7d33a9f09b5b31c7edaa36dc67d1bc26065e
2007-07-12 15:30:39 +00:00
ced 6b2d75997e SERVER: improve categories and fix some language mistake
bzr revid: ced-0e6eacc79c03250f2d5fd8172cb5db6cdd6551e3
2007-06-22 10:18:03 +00:00
ced 0d096bfd56 CLIENT,KERNEL: add timezone to display datetime
bzr revid: ced-56c288f5372ac542a407ad619940bcf4adfcac4d
2007-04-30 10:16:11 +00:00
Mantavya Gajjar 53f2623c4d KERNEL: check return code for exec_pg_command_pipe
bzr revid: mga@tinyerp.com-69cb267efc0f8ac28a19a625e461b32ff65718a6
2007-03-29 08:11:29 +00:00
ced 80f0a50e03 KERNEL: fix print workflow on win32
bzr revid: ced-281965613dcbae881fe25f41fcd5dc0f783e7fa7
2007-03-15 12:26:40 +00:00
ced 4b060b8aff USERS_LDAP,KERNEL: small fix for login and add new module for users ldap
bzr revid: ced-1f5bf0edd1ca5dc74db7b94f36063f74a0569fe7
2007-03-07 15:53:14 +00:00
ced 666dd051cd KERNEL: improve logger and remove some prints
bzr revid: ced-f90f08fa29036c2385c5ed0d5e1762f07425cd36
2007-01-23 11:59:42 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00