Commit Graph

2472 Commits

Author SHA1 Message Date
P. Christeas 4cc62acd96 Merge commit '08c2ef910f674c6' into xrg
bzr revid: p_christ@hol.gr-20090814170725-onsktz5xer5dztg0
2009-08-14 20:07:25 +03:00
P. Christeas e571324ab3 Introduce 'debug2' loglevel, use it for SQL
Sometimes we want to debug SQL, not always though.

bzr revid: p_christ@hol.gr-20090814160111-fhw1j4jmx94t2hjv
2009-08-14 19:01:11 +03:00
Christophe Simonis f148754bcf [IMP] change version number
bzr revid: christophe@tinyerp.com-20090814103837-yl6iqkw4fnywhejn
2009-08-14 12:38:37 +02:00
P. Christeas 00d15e79fe [IMP]: allow Log level to be changed in runtime.
Export an RPC method and let a simple client change the log level. This
helps when we want to debug the server without restarting it.

bzr revid: p_christ@hol.gr-20090814101822-pu2ed3249b6m30v8
2009-08-14 13:18:22 +03:00
P. Christeas 75e9560f9c Config: misc options. Logger: option to turn env_info off.
With this patch, config manager will parse the other sections of the
config file and store them, so that modules can use arbitrary options.
This is useful for modules that need to be globally configured before
any db is used. (eg. WebDAV server host/port)

Usage:
	param = tools.config.get_misc('section','opt_name'[,"default"])

bzr revid: p_christ@hol.gr-20090814092106-px46tg15g3vcsf2g
2009-08-14 12:21:06 +03:00
P. Christeas 0ff75639d8 Remove base_setup/i18n/el_GR.po, module is moved to addons repo.
bzr revid: p_christ@hol.gr-20090814074455-ml6zmuqvkdy3mn7o
2009-08-14 10:44:55 +03:00
P. Christeas b6d53bf08c Merge el_GR translation with template.
bzr revid: p_christ@hol.gr-20090814073900-w16qx1rtrer1tktp
2009-08-14 10:39:00 +03:00
P. Christeas 0bfcc2d18e Update translation template.
bzr revid: p_christ@hol.gr-20090814073842-n060casv73r56hfd
2009-08-14 10:38:42 +03:00
P. Christeas 32d0c8a84c Fix +x permission of openerp-server.py
bzr revid: p_christ@hol.gr-20090813190408-3167ac655u4jm0vi
2009-08-13 22:04:08 +03:00
P. Christeas 2c638055db Merge commit 'origin/master' into xrg
Conflicts:
	bin/service/security.py

bzr revid: p_christ@hol.gr-20090813120414-hzfsqq90kr7or65n
2009-08-13 15:04:14 +03:00
P. Christeas 7e9d338e7f Security: check_creds is not really needed, use "check"
The "check" function would not return a False value anyway, so don't use
wrapping one.

bzr revid: p_christ@hol.gr-20090813115126-hv1uz009ltcnid2y
2009-08-13 14:51:26 +03:00
Christophe Simonis 06c062e6cf [FIX] security issue: avoid access to inactive users
[FIX] security issue: avoid access with 'None' password (Thanks to P. Christeas for the bug report)

bzr revid: christophe@tinyerp.com-20090813111224-f05a3z5i0wvewy85
2009-08-13 13:12:24 +02:00
Christophe Simonis e0a62de1ad [FIX] avoid a bug when look in stack when translate code strings
bzr revid: christophe@tinyerp.com-20090813110643-9y2wgb6omp6odjsz
2009-08-13 13:06:43 +02:00
P. Christeas c6e4214daa [SEC] [CRITICAL] Forbid RPC calls w/o credentials.
This is a major security fix.

bzr revid: p_christ@hol.gr-20090813081646-yr0ghe5uu80my7d3
2009-08-13 11:16:46 +03:00
P. Christeas aba9fd3e77 Merge commit 'origin/master' into xrg
bzr revid: p_christ@hol.gr-20090813010638-2uwue8bg4w5uv99o
bzr revid: p_christ@hol.gr-20090813010706-h9s7e7flcw2wwgt9
2009-08-13 04:07:06 +03:00
husen daudi 076c4f13d6 Revert bad commit
bzr revid: hda@hda-20090812130626-zw5ryz7iu6lht4mi
2009-08-12 18:36:26 +05:30
Christophe Simonis 695f0ef325 [REL] 5.0.2
bzr revid: christophe@tinyerp.com-20090812095443-6mweuxhguci0o6vc
2009-08-12 11:54:43 +02:00
Christophe Simonis 944f4daaa5 [MERGE]
bzr revid: christophe@tinyerp.com-20090812095205-tox5z6x1s2zend7w
2009-08-12 11:52:05 +02:00
husen daudi 2ed2e2a0a6 [FIX] _inherits search behaviour
bzr revid: hda@hda-20090812085832-xpcypi8s7iaqguu7
2009-08-12 14:28:32 +05:30
Christophe Simonis 6d98e722dc [FIX] ensure sys is imported
bzr revid: christophe@tinyerp.com-20090811140431-l4s7amxk41wgzx7r
2009-08-11 16:04:31 +02:00
Jay (Open ERP) b80f78ac60 [FIX] _inherits was misbehaving on search
lp bug: https://launchpad.net/bugs/362280 fixed

bzr revid: jvo@tinyerp.com-20090811091614-nqfhqqtsi6hbxkpc
2009-08-11 14:46:14 +05:30
Christophe Simonis 088410f069 [FIX] pass the context to check method of 'ir.model.access'
bzr revid: christophe@tinyerp.com-20090810162409-jhl8imt25vw92mmy
2009-08-10 18:24:09 +02:00
Christophe Simonis 09eb8dec4d [FIX] disallow the deletion of records set as default properties
[FIX] properties reset to default one correctly

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

bzr revid: christophe@tinyerp.com-20090810160402-7vamjvletgevmjuc
2009-08-10 18:04:02 +02:00
Christophe Simonis 05ae70c610 [MERGE]
bzr revid: christophe@tinyerp.com-20090807135533-v0lco53iwmcjng7z
2009-08-07 15:55:33 +02:00
Christophe Simonis bcaf90c80b [FIX] increase size of field "name" of ir.model.data
bzr revid: christophe@tinyerp.com-20090807135208-hr5pokupqh14dpao
2009-08-07 15:52:08 +02:00
Christophe Simonis 1c392c34e6 [IMP] update french translations
bzr revid: christophe@tinyerp.com-20090807134535-5l3l7gvnedw1mgcl
2009-08-07 15:45:35 +02:00
Christophe Simonis 6e0b46f5f5 [IMP] update french translations
bzr revid: christophe@tinyerp.com-20090807131340-bf6xexr81u5jrjw2
2009-08-07 15:13:40 +02:00
Jay (Open ERP) 7b48feea4f [FIX] Context passed on copy()
lp bug: https://launchpad.net/bugs/409861 fixed

bzr revid: jvo@tinyerp.com-20090807130950-cn284xxz6fwk47kc
2009-08-07 18:39:50 +05:30
Jay (Open ERP) 327ebb57cd [REF] Unused argument removed
lp bug: https://launchpad.net/bugs/410186 fixed

bzr revid: jvo@tinyerp.com-20090807092500-y0l3teyppm4053ow
2009-08-07 14:55:00 +05:30
Christophe Simonis b273b2a592 [IMP] update po(t) files
bzr revid: christophe@tinyerp.com-20090806155516-rnhat6bcah59terp
2009-08-06 17:55:16 +02:00
SME,JVO 93636db0c3 [FIX] Login : Login and password accepting accented characters
lp bug: https://launchpad.net/bugs/409343 fixed

bzr revid: jvo@tinyerp.com-20090806085328-os4ymz6mjjp0qw2d
2009-08-06 14:23:28 +05:30
Jay (Open ERP) 11725f1c90 [FIX] Error reporting : library error corrected
lp bug: https://launchpad.net/bugs/409709 fixed

bzr revid: jvo@tinyerp.com-20090806083719-ah26qhi3ax9e7koa
2009-08-06 14:07:19 +05:30
Jay (Open ERP) d416be1bf5 [FIX] default_xxx in context was passed to relational fields,corrected.
lp bug: https://launchpad.net/bugs/408550 fixed

bzr revid: jvo@tinyerp.com-20090804104650-a8k3tu8g72jdriok
2009-08-04 16:16:50 +05:30
P. Christeas e9b723e321 Fix whitespace merging, that broke logging.
Python!

bzr revid: p_christ@hol.gr-20090804072817-7f8ah12bjyg60u60
2009-08-04 10:28:17 +03:00
Jay (Open ERP) 420c19ef78 [FIX] Print screen now displays the report as per WYSIWYG
lp bug: https://launchpad.net/bugs/407637 fixed

bzr revid: jvo@tinyerp.com-20090803151756-1itra28fx5p5pwn1
2009-08-03 20:47:56 +05:30
RPA(OpenERP) 885fef5ab6 [FIX]Importation problem for bool fields corrected
lp bug: https://launchpad.net/bugs/406945 fixed

bzr revid: jvo@tinyerp.com-20090803132703-kqcufqby9uwhwvvm
2009-08-03 18:57:03 +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
P. Christeas c3e569fb08 Merge commit 'origin/master' into xrg
Conflicts:
	bin/netsvc.py
	bin/report/report_sxw.py
	setup.py

bzr revid: p_christ@hol.gr-20090803072357-zz2cm1sycsagftnn
2009-08-03 10:23:57 +03:00
ACH(OpenERP) b2ff940786 [FIX] ir_model_data : SQL_Constraint failure covered
lp bug: https://launchpad.net/bugs/393858 fixed

bzr revid: jvo@tinyerp.com-20090731141115-wz5jg07ow5cdqj0z
2009-07-31 19:41:15 +05:30
VRA(OpenERP) c7cc86b376 [FIX] Accented characters are displayed on footer now
lp bug: https://launchpad.net/bugs/406489 fixed

bzr revid: jvo@tinyerp.com-20090731085710-vzjiy4yuf7urmccz
2009-07-31 14:27:10 +05:30
Joël Grand-Guillaume,Jvo 68785e3579 [FIX] DB operations(backup,restore) process corrected,were blocked if db_port was supplied
lp bug: https://launchpad.net/bugs/405721 fixed

bzr revid: jvo@tinyerp.com-20090730110552-irgeazuaqw0mhw49
2009-07-30 16:35:52 +05:30
Naresh Choksy 36550b9eca [MERGE]
bzr revid: nch@tinyerp.com-20090730102324-rsaqg1xyfuhpgnop
2009-07-30 15:53:24 +05:30
AME(Tiny/Axelor) 06460f8bf5 [FIX] Expression calculation for Datetime Corrected
lp bug: https://launchpad.net/bugs/405921 fixed

bzr revid: jvo@tinyerp.com-20090730085145-mqd5phn8ynyxvt4l
2009-07-30 14:21:45 +05:30
sme cff642e6f7 [IMP]:Environment info
bzr revid: nch@tinyerp.com-20090730073645-63ob3em1vt10ggg1
2009-07-30 13:06:45 +05:30
Jay (Open ERP) ed3234e3c0 [FIX] Logger notification improved
bzr revid: jvo@tinyerp.com-20090729133649-clmwpd8wfbrrxbsl
2009-07-29 19:06:49 +05:30
AME(tiny/Axelor) 0d6d1c4c6d [FIX] ir_model : context key deletion
lp bug: https://launchpad.net/bugs/404733 fixed

bzr revid: jvo@tinyerp.com-20090728143131-i6oozfsb1bznj6r0
2009-07-28 20:01:31 +05:30
Ysa(OpenERP) 48aadedd0e [FIX] Translation : Text with prefix '_' from py files included for exports.
lp bug: https://launchpad.net/bugs/376945 fixed

bzr revid: jvo@tinyerp.com-20090728074536-uv243gqp1tol3jdq
2009-07-28 13:15:36 +05:30
Jay (Open ERP) fb82bec351 [FIX] Corrected bug of expression calculation in previous commit
bzr revid: jvo@tinyerp.com-20090727072751-kk735cvem4vrx3wg
2009-07-27 12:57:51 +05:30
Olivier Laurent c639abd97e [FIX] sql expression: in search, add the time part to datetime field when it's not present
bzr revid: olt@tinyerp.com-20090724093650-ml4nc7vgfepq9wos
2009-07-24 11:36:50 +02:00
Naresh Choksy 5477f35dd7 [MERGE]
bzr revid: nch@tinyerp.com-20090724045957-ko4k8gljcntzm7e2
2009-07-24 10:29:57 +05:30