Commit Graph

155 Commits

Author SHA1 Message Date
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
Christophe Simonis 2d4686660c [FIX] handle the case of missing "#:" formated comment in po files
bzr revid: chs@tinyerp.com-20091210110826-he983jrra2tr4sfo
2009-12-10 12:08:26 +01:00
hda (Tiny) 24cd74becf Merge
bzr revid: hda@tinyerp.com-20091208101246-5ave2zzgzsjqf0m8
2009-12-08 15:42:46 +05:30
mra (Open ERP) 160b545067 [FIX] Translation: Error parsing .po files when application puts comments in a single line
lp bug: https://launchpad.net/bugs/491365 fixed

bzr revid: mra@tinyerp.com-20091203120914-cx2kv7gk7zg65248
2009-12-03 17:39:14 +05:30
Xavier Morel 91c515382c [merge] 5.0-lxml-fixes into trunk
bzr revid: xmo@tinyerp.com-20091202092042-36gz0wkbu27aetvc
bzr revid: xmo@tinyerp.com-20091202093008-9uwo63c0bwdh8eaw
2009-12-02 10:30:08 +01:00
rpa-openerp 9119fffc19 [FIX]: Translaiton: Fixed problem of other files included in export of translation of base module
bzr revid: mra@tinyerp.com-20091130111734-2hh985euf8n26omg
2009-11-30 16:47:34 +05:30
Xavier Morel 70ab8c4607 [IMP] removal of usages of the deprecated node.getchildren call, better usage of the attributes & tostring ET APIs, style fixes
bzr revid: xmo@tinyerp.com-20091128115809-pk5zqrc3zp8h6pir
2009-11-28 12:58:09 +01:00
Harry (Open ERP) 3ac7d15820 [merge] merge from lp:~openerp/openobject-server/5.0/
bzr revid: hmo@tinyerp.com-20091128104436-nryf42nmutq0s2ig
2009-11-28 16:14:36 +05:30
Harry (Open ERP) fda2b950eb [IMP] change copyright with AGPL
bzr revid: hmo@tinyerp.com-20091127072348-5ktqotiyxhh99wh7
2009-11-27 12:53:48 +05:30
Harry (Open ERP) 1107ca9c9d [FIX] tools>translate: fixed bug, missing line in merging
bzr revid: hmo@tinyerp.com-20091126140935-tvmgl9bcfb90gocs
2009-11-26 19:39:35 +05:30
Harry (Open ERP) d8ce3f1e2a [FIX] replaced <TAB> with four white space.
bzr revid: hmo@tinyerp.com-20091124144405-9mzd91chohvf0uu7
2009-11-24 20:14:05 +05:30
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
mra (Open ERP) b2a9a804eb [IMP] minor change in trans_load_data now it will create iso code while creating res.lang for transaltion work
bzr revid: mra@tinyerp.com-20091120115721-r9uuewzrqu1cg4ko
2009-11-20 17:27:21 +05:30
HDA (OpenERP) 3cb58ecdc3 Fixed xml dom problem in export translation.
bzr revid: hda@tinyerp.com-20091117124548-1g1jgzkr3co90ssh
2009-11-17 18:15:48 +05:30
HDA (OpenERP) 8deb66a4f1 Fixed xml dom problem in export translation.
bzr revid: hda@tinyerp.com-20091117124511-lz0ovl4j1rbo3qxj
2009-11-17 18:15:11 +05:30
HDA (OpenERP) 5ea54704ea Merge and bugfixes from jvo
bzr revid: hda@tinyerp.com-20091105063915-kju1oce56t9g20g5
2009-11-05 12:09:15 +05:30
Raphaël Valyi c9d35c7012 [MERGE] lxml+etree instead of deprecated XML libs which prevent install on Ubuntu. Merged from old_trunk branch because on ne trunk, commits were not atomics anymore (after pig merge + bzr unability to track partial merge origins).
merge directive used was: bzr merge -r 1825..1826 lp:~openerp/openobject-server/old_trunk
tested main flows on manufacturing database + French -> no bug found; still will commit a few more commits related to trunk + etree

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

bzr revid: rvalyi@gmail.com-20091028200443-2ciyhqaz7rczdusy
2009-10-28 18:04:43 -02:00
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
HDA (OpenERP) 9c917f2827 Added language code for Klingon translation
bzr revid: hda@tinyerp.com-20091012075508-rt4v2ibuss3kgvqz
2009-10-12 13:25:08 +05:30
P. Christeas 2162baddf1 Merge branch 'xrg' into optimize
bzr revid: p_christ@hol.gr-20091008195954-25470bnwhqeoyc17
2009-10-08 22:59:54 +03:00
P. Christeas ffb287777c Merge remote branch 'origin/master' into xrg
Conflicts:
	bin/addons/base/ir/ir_cron.py

bzr revid: p_christ@hol.gr-20091008195028-eth801qgzj78zrm1
2009-10-08 22:50:28 +03:00
HDA (OpenERP) eefe57c93e [MERGE]
bzr revid: hda@tinyerp.com-20091001120820-2tke1hk1ixd7nbb8
2009-10-01 17:38:20 +05:30
Jay (Open ERP) a5d33505a8 [FIX] Export Translation : Warning on Non-existing record instead of breaking flow
lp bug: https://launchpad.net/bugs/437729 fixed

bzr revid: jvo@tinyerp.com-20090929123923-yw60232e0sgu5nbp
2009-09-29 18:09:23 +05:30
P. Christeas afd06e6bf2 Merge remote branch 'origin/master' v5.0.6 into xrg
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py

bzr revid: p_christ@hol.gr-20090925204910-uhwimwgfgm94hujn
2009-09-25 23:49:10 +03:00
P. Christeas 71d5ee956a Merge remote branch 'origin/master', v5.0.6 into optimize
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py
	bin/osv/orm.py

bzr revid: p_christ@hol.gr-20090925204745-352t3ngsltr4cj8a
2009-09-25 23:47:45 +03:00
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
Christophe Chauvet(Syleam) 5b936460bd [FIX] Better translation exportation.
lp bug: https://launchpad.net/bugs/425131 fixed

bzr revid: jvo@tinyerp.com-20090911143345-tg9ypdltlqcguo9g
2009-09-11 20:03:45 +05:30
P. Christeas 221e41381d Translating: skip buggy wizard states.
bzr revid: p_christ@hol.gr-20090905081350-33ysuupopqj49onq
2009-09-05 11:13:50 +03:00
P. Christeas 4abaf2763e [MAJOR IMP] Rewrite the http/RPC engine and let HTTP/1.1 features.
This patch attempts a major change in the structure of the XML-RPC
framework. There is one http server, capable of multiple services
(except XML-RPC). That server could handle authentication, and is also
HTTP/1.1 capable, which means it supports **persistent connections** !

At this commit, the old behaviour of the XML-RPC protocol is merely
working. The netsvc.Service is split, so expect wizard/report breakages.
External modules (koo) also break with this API.

The net-svc code is crippled and gone FTM.

bzr revid: p_christ@hol.gr-20090829152346-7i1iiqs8skdddamq
2009-08-29 18:23:46 +03:00
P. Christeas 8cbe393b52 Merge commit 'origin/master' into xrg (5.0.3 official)
Conflicts:
	bin/netsvc.py
	bin/tools/config.py
	bin/workflow/instance.py

bzr revid: p_christ@hol.gr-20090823100210-2py390qp3hym8jlp
2009-08-23 13:02:10 +03:00
Christophe Simonis a8c69e7885 [FIX] correct translation tgz archive creation
lp bug: https://launchpad.net/bugs/415014 fixed

bzr revid: christophe@tinyerp.com-20090818171226-uu6v31pr0zrmne0k
2009-08-18 19:12:26 +02: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
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 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
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
P. Christeas 2d64ce69d0 Merge origin/master into mdv-gpl3-py26
Conflicts:
	bin/addons/base_setup/i18n/base_setup.pot
	bin/openerp-server.py
	bin/report/preprocess.py
	bin/report/report_sxw.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090709181253-fu8nxy9b3ykrrd1c
2009-07-09 21:12:53 +03:00
Christophe Simonis 460575ed90 [FIX] translation export: catch the case when a object does not exists in database
bzr revid: christophe@tinyerp.com-20090610111840-vh5y8b1kdnmhnhk0
2009-06-10 13:18:40 +02:00
Fabien Pinckaers 781a14d672 [FIX] translations resynchro terms
bzr revid: fp@tinyerp.com-20090610081157-5g0sw2ahciqpfbvd
2009-06-10 10:11:57 +02:00
Fabien Pinckaers db8f650de3 [FIX] Bugfix translations and float/int format in reports
bzr revid: fp@tinyerp.com-20090609231554-iug5t0i4wi5wjzc3
2009-06-10 01:15:54 +02:00
P. Christeas b142b5f546 When exporting translations, quote the backslash
bzr revid: p_christ@hol.gr-20090608221923-he37i0dztj3shpvm
2009-06-09 01:19:23 +03:00
P. Christeas 946205be17 Translate: option to only export installed modules.
With the 'all' parameter, the DB would contain even non-installed
modules, for which it would export an empty .pot file. Now, allow only
the useful .pot files to be exported.

bzr revid: p_christ@hol.gr-20090608202944-nq2rvc3zr3bozpw0
2009-06-08 23:29:44 +03:00
P. Christeas e39b6bb595 Adapt the translation exporter to the multi-path addons.
bzr revid: p_christ@hol.gr-20090602113507-1jyjcw5uuz3e7kfp
2009-06-02 14:35:07 +03:00
P. Christeas b4336b315d Allow importing .po files with deprecated strings.
bzr revid: p_christ@hol.gr-20090516212029-r1olq8tm3m2cg6o1
2009-05-17 00:20:29 +03:00
P. Christeas d9460e53c6 Fix exporting of translations .tgz.
bzr revid: p_christ@hol.gr-20090516201039-ecpi4fnw0ux0qt75
2009-05-16 23:10:39 +03:00
P. Christeas 2ccc626184 Translate: fix import of superfluous ids.
bzr revid: p_christ@hol.gr-20090506213637-y473wcgc6qvxbdyc
2009-05-07 00:36:37 +03:00
P. Christeas 7cf2c6b01c Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090424171033-0yfkur35me172zw0
2009-04-24 20:10:33 +03:00
Fabien Pinckaers c52b31c223 moved_locales
bzr revid: fp@tinyerp.com-20090407071845-sifylgm06jb66vpu
2009-04-07 09:18:45 +02:00
P. Christeas 086e4a29c6 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/tools/translate.py
	setup.py

bzr revid: p_christ@hol.gr-20090213182359-arcslht0h9ix34qr
2009-02-13 20:23:59 +02:00
ame (Tiny/Axelor) 4aa00ae64b [FIX] create db with non-english locale with web client (unicode problem).
lp bug: https://launchpad.net/bugs/326138 fixed

bzr revid: ame@tinyerp.com-20090211110145-54l9jno1a6yp3sd6
2009-02-11 16:31:45 +05:30
Christophe Simonis 4d3713a045 [FIX] gettextAlias: handle the case when context is None
lp bug: https://launchpad.net/bugs/327510 fixed

bzr revid: christophe@tinyerp.com-20090210094843-khwkfjd83fha8rvl
2009-02-10 10:48:43 +01:00