Commit Graph

61 Commits

Author SHA1 Message Date
YSA,JVO e76e46f247 [FIX] Secure option on config file
lp bug: https://launchpad.net/bugs/348217 fixed

bzr revid: jvo@tinyerp.com-20090820130749-25an052pa9scuao3
2009-08-20 18:37:49 +05:30
Christophe Simonis adddd25799 [IMP] new method that ollow the server to return a message that will be display on login page
bzr revid: christophe@tinyerp.com-20090803100843-6oepu5zi8tycifvu
2009-08-03 12:08:43 +02:00
Stephane Wirtel 6dcc5a4f9f [FIX] Remove the price_accuracy option from the SMTP section
bzr revid: stephane@tinyerp.com-20090423094034-trkozl1mkz3sef0u
2009-04-23 11:40:34 +02:00
Fabien Pinckaers 4193c0c802 bugfix_lang_5_char
bzr revid: fp@tinyerp.com-20090407212246-10hqckjj5flx6sfa
2009-04-07 23:22:46 +02:00
Fabien Pinckaers d5e724740b improved_secure_mode
bzr revid: fp@tinyerp.com-20090315161913-7tb0weofaiwcflm9
2009-03-15 17:19:13 +01:00
Christophe Simonis 59a6c48355 [MERGE] sync with trunk
bzr revid: christophe@tinyerp.com-20090311142843-vtdmp16l3ijfhpy7
2009-03-11 15:28:43 +01:00
Christophe Simonis 5a398a2cee [FIX] allow log_level and assert_exit_level options to be saved into rc file
lp bug: https://launchpad.net/bugs/332104 fixed

bzr revid: christophe@tinyerp.com-20090311142650-z8haydv3rc30vl0k
2009-03-11 15:26:50 +01:00
Fabien Pinckaers 7ee3fb0460 better_permission_to_rc_file
bzr revid: fp@tinyerp.com-20090227071755-h8er3vholswc3a46
2009-02-27 08:17:55 +01:00
Stephane Wirtel 2acfff6a93 [FIX]
bzr revid: stephane@tinyerp.com-20090206180614-mmafu64sjddgtayk
2009-02-06 19:06:14 +01:00
Stephane Wirtel dba3cbd053 [FIX] Generate the pgpass file for the pg_dump and pg_restore
lp bug: https://launchpad.net/bugs/319190 fixed

bzr revid: stephane@tinyerp.com-20090129165206-eqqsjk43p8a70dje
2009-01-29 17:52:06 +01:00
Stephane Wirtel 300c48d859 [IMP] Use a real exception instead of a simple assert
bzr revid: stephane@tinyerp.com-20090129142145-03gkycw9xu82y83d
2009-01-29 15:21:45 +01:00
Olivier Laurent f386b602a2 Added a new configuration option: 'csv_internal_sep' (equals ',' by default)
Some old import files used the pipe ('|') as a separator in records. It has
been changed to a comma but this causes problems with old import files when
some records have a comma that is not a separator.

bzr revid: olt@tinyerp.com-20090115101210-czdbqqeptbj8o1so
2009-01-15 11:12:10 +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 b86bfc4e61 [FIX] all loggers are exclusives -> python 2.4 compatible
bzr revid: christophe@cobalt-20081229102451-m9my1c0dezd7wk8q
2008-12-29 11:24:51 +01:00
Stephane Wirtel 3f5e5e4a8f [REF] Cleanup
bzr revid: stephane@tinyerp.com-20081224005734-1nyn35skk55hqx6e
2008-12-24 01:57:34 +01:00
Stephane Wirtel d2197ffadd [MERGE]
bzr revid: stephane@tinyerp.com-20081224003656-kwftdnreax7m7hbg
2008-12-24 01:36:56 +01:00
Stephane Wirtel d9be84059d [IMP] Specify the type int for the port and the netport
bzr revid: stephane@tinyerp.com-20081224002822-uys2zrs1qeh5q2pl
2008-12-24 01:28:22 +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
Stephane Wirtel 203194ce45 [FIX] Remove the upgrade option
bzr revid: stephane@tinyerp.com-20081224001853-kg9vmlk6aixck2ct
2008-12-24 01:18:53 +01:00
Stephane Wirtel 2d47371f0e [IMP] Remove the unused code of the upgrade option
bzr revid: stephane@tinyerp.com-20081224000431-xhzc9f8ls90g4n5k
2008-12-24 01:04:31 +01:00
Christophe Simonis f4a6b51fb4 [FIX] smtp_ssl option is only get when ssl is available
bzr revid: christophe@cobalt-20081223113100-xtyp5vbrdj1ic9vg
2008-12-23 12:31:00 +01:00
Stephane Wirtel d163c3fd76 [FIX] Remove the test about the cert file and the pkey
bzr revid: stephane@tinyerp.com-20081222235111-cx8xe46rxqnz4mf5
2008-12-23 00:51:11 +01:00
Stephane Wirtel b4aec6ee58 [FIX] Remove the print statements
bzr revid: stephane@tinyerp.com-20081222234818-5jmwuetlxonatn8t
2008-12-23 00:48:18 +01:00
Stephane Wirtel d0e988dc8f [IMP] Use the command line to get the filenames for the certficiate and private key files (SSL)
lp bug: https://launchpad.net/bugs/310703 fixed

bzr revid: stephane@tinyerp.com-20081222233528-20q3oiwpmlc5a2ik
2008-12-23 00:35:28 +01:00
Stephane Wirtel cfc56e0b38 [IMP] Add a syslog handler
[IMP] Add an atexit callback to tell "Goodbye"
[IMP] Group the option for the logging
[IMP] Capability to disable the output to console with --log-level=notset

bzr revid: stephane@tinyerp.com-20081222230418-3ll0mqno8yz9z3jw
2008-12-23 00:04:18 +01:00
Stephane Wirtel d8f6486bee [IMP] Group for the smtp configuration
bzr revid: stephane@tinyerp.com-20081219003750-46tbdlmrhusdur8j
2008-12-19 01:37:50 +01:00
Stephane Wirtel 4007fbd321 [FIX] SSL
bzr revid: stephane@tinyerp.com-20081219002559-1hj909l5d2l0bphb
2008-12-19 01:25:59 +01:00
Stephane Wirtel a30219ad25 [FIX] Use secure if necessary
bzr revid: stephane@tinyerp.com-20081219000650-h454lhyj9juz0t25
2008-12-19 01:06:50 +01:00
Stephane Wirtel 67f9259667 [IMP] Check SSL
bzr revid: stephane@tinyerp.com-20081219000049-zj6nvc7lbd8hs51j
2008-12-19 01:00:49 +01:00
Christophe Simonis 7f1ead5a54 [IMP] add a new log-level to allow debug netrpc messages
[IMP] change the log level to CRITICAL when then address can not be bind.

bzr revid: christophe@cobalt-20081218101043-aornsyiulhm0teue
2008-12-18 11:10:43 +01:00
Stephane Wirtel 779b8ff618 [IMP] Use the PEP8 specification for the import
bzr revid: stephane@tinyerp.com-20081216181007-0gsqhlaqnuebdpfg
2008-12-16 19:10:07 +01:00
Fabien Pinckaers 8cb88b6054 improvements_bugfixes
bzr revid: fp@tinyerp.com-20081214164647-hku6dlqkd65fe8ry
2008-12-14 17:46:47 +01:00
Christophe Simonis 720126aeec [IMP] add a command line switch allowing to filter the log on the level
bzr revid: christophe@tinyerp.com-20081210235053-v54zj54vu3jebvib
2008-12-11 00:50:53 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Amit Mendapara cec9e7b922 validating --addons-path option.
bzr revid: ame@tinyerp.com-20081021070813-x3ttpr9f1wxm9iv0
2008-10-21 12:38:13 +05:30
Christophe Simonis 941c766687 improve the use of release.py
bzr revid: chs@tinyerp.com-20080912194504-yggsuaa992dgekqw
2008-09-12 21:45:04 +02:00
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
mga@tinyerp.com 21d60c3889 * Add evaluation to get the email/sms addres from the object
* Add new start up attribute to the server --smtp-port
* Make change in the misc for the connecting method for smtp server

bzr revid: mga@tinyerp.com-20080820111520-amoeqiec817agewa
2008-08-20 16:45:20 +05:30
Fabien Pinckaers 6519472370 Fixed Typo
bzr revid: fp@tinyerp.com-20080819134013-6002qsmwt71xu28r
2008-08-19 15:40:13 +02:00
Christophe Simonis 64f20c2234 merge
bzr revid: christophe@tinyerp.com-20080819131400-s14sq8un0rzlucg0
2008-08-19 15:14:00 +02:00
Christophe Simonis c4c6bea2d1 * allow export of translation po files into a tgz archive.
* allow export of a new language from the command line

bzr revid: christophe@tinyerp.com-20080819131016-nghtt1x274evlwi4
2008-08-19 15:10:16 +02:00
qdp 9c91996f67 *modified -C option to make partial import
bzr revid: qdp@tinyerp.com-20080819121345-up2us3o4o1g4v8us
2008-08-19 14:13:45 +02:00
mga@tinyerp.com c524722e98 config.py : add 2 more options to the server startup
* --email-from : to have an globel email sending address
* --smtp-ssl : if smtp server required ssl support
ir_actions.py : upgrade email sending procedure
misc.py: review email_send_attach procecure to use the new parameters to server

bzr revid: mga@tinyerp.com-20080729072804-vfgm40ga3tty5kw1
2008-07-29 12:58:04 +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 bdc48f12a8 i18n: export from commandline: sort modules names
bzr revid: christophe@tinyerp.com-20080722075208-wcs96srjho25vi8n
2008-07-22 09:52:08 +02:00
Christophe Simonis 63ceebdf36 i18n: allow export into a po file from command line
bzr revid: christophe@tinyerp.com-20080722073843-16r67df83yz8z0tb
2008-07-22 09:38:43 +02:00
Amit Mendapara f469837563 Custom addons path now overrides default addons path.
- `root_path`/addons is default
	- `addons_path` overrides default path (will get precedence over default path)
	- added `--addons-path` command line option

bzr revid: ame@tinyerp.com-20080715081040-fqmfvx7jxl6d5hn3
2008-07-15 13:40:40 +05:30
stw fa973350b9 add the copyright
bzr revid: stw-6e4c16268c7d6111a353b94a6a629d2ca53d0474
2008-06-16 07:24:04 +00:00
stw 12725d1d9e add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-20bff0f954132aeb6dba47d97e5bb8a1ff5feae7
2008-06-16 06:44:24 +00:00