Commit Graph

175 Commits

Author SHA1 Message Date
Olivier Dony 2171202b32 [IMP] translations: support generic "report" translation type + export from *.mako files + multiple types for _get_source() + lint cleanup
bzr revid: odo@openerp.com-20101008140349-9hclfqwjmndkrtn4
2010-10-08 16:03:49 +02:00
Julien Thewys 34577af85f [FIX] Fixed gettext translation (in particular, fixed translation in RML reports).
bzr revid: jth@openerp.com-20100907084902-0l323afsiju4y1i4
2010-09-07 10:49:02 +02:00
Anup (OpenERP) 73ac56eaf1 [FIX] msgstr in .pot file must be '' while exporting template translation
bzr revid: ach@tinyerp.com-20100901075244-wz3c75j56q6m79yg
2010-09-01 13:22:44 +05:30
Julien Thewys 34be1742ad [FIX] Fixed translation string generation when parsing source files.
bzr revid: jth@openerp.com-20100812182412-r64bujtwge7wwz2t
2010-08-12 20:24:12 +02:00
vra 7ed648ce88 [MERGE] merge the changes from main trunk branch.
bzr revid: vra@tinyerp.com-20100624084539-ne1e1tscqn1z3jw5
bzr revid: vra@tinyerp.com-20100624084650-svala4jb0dnf7aal
2010-06-24 14:16:50 +05:30
P. Christeas, Olivier Dony 162c7b50ae [IMP] orm/translate: don't attempt to translate callable constraints
bzr revid: odo@openerp.com-20100624075425-ylv7weqpy7skg7md
2010-06-24 09:54:25 +02:00
Anup (OpenERP) e0d94956c1 [IMP] SQL injection Refactored
bzr revid: ach@tinyerp.com-20100618101641-84cdea9n1pzx36v2
2010-06-18 15:46:41 +05:30
Anup (OpenERP) 6b90ca82c5 [IMP] removed the possible SQL injection server.
bzr revid: ach@tinyerp.com-20100615132722-zbua6ciz3dz43qd8
2010-06-15 18:57:22 +05:30
Anup (OpenERP) 4178ddbc9b [FIX] translate: error with workaround about \xa0 in decimal_point and thousands_sep
bzr revid: ach@tinyerp.com-20100512140640-yhum1bfmy5lfhg2w
2010-05-12 19:36:40 +05:30
Jay (Open ERP) 773238132b [FIX] Export translations: module name from path calculations corrected
lp bug: https://launchpad.net/bugs/519699 fixed

bzr revid: jvo@tinyerp.com-20100512103352-604yu97m9aexm9zr
2010-05-12 16:03:52 +05:30
Anup (OpenERP) 505b63fe5f [IMP] By pass a missing field in the translation
bzr revid: ach@tinyerp.com-20100511140111-87az887kvi6rl0uz
2010-05-11 19:31:11 +05:30
Fabien Pinckaers 1350a121fd [Imp] add company on sequences
bzr revid: fp@tinyerp.com-20100202222730-vck4y6nl1qgc70sm
2010-02-02 23:27:30 +01:00
Xavier Morel b4f3dcde7e [merge] mx.DateTime-removal branch by rvalyi
https://code.launchpad.net/~openerp-commiter/openobject-server/server-mxdatetime-free/+merge/16099

bzr revid: xmo@tinyerp.com-20100202073928-xcnqd57l10jd3dg1
2010-02-02 08:39:28 +01:00
Raphaël Valyi 48e935e6a2 [MERGE] from trunk
bzr revid: rvalyi@gmail.com-20100201130334-mgd708bztw2uxya9
2010-02-01 11:03:34 -02:00
Raphaël Valyi fe3562a57b [REF] use datetime.utcnow() rather than having to import: from dateutil.tz import tzutc
bzr revid: rvalyi@gmail.com-20100201125944-lpr1ijeg2zmkadmv
2010-02-01 10:59:44 -02:00
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
Raphaël Valyi b53e15b576 [FIX] translate; Launchpad export: time is now UTC and we use a clean strftime rather than a hacky split/concat, output is exactly the same as mx.Datetime
bzr revid: rvalyi@gmail.com-20091225180329-a22s8o5lr5qw4qr2
2009-12-25 16:03:29 -02:00
Raphaël Valyi a638f8aaba [MERGE]
bzr revid: rvalyi@gmail.com-20091217232137-y7gb1lvi3vyjbvtn
2009-12-17 21:21:37 -02:00
Raphaël Valyi 1cbec3a642 [REF] changed coding style from datetime.datime.foo to datetime.foo, changing the import accordingly
bzr revid: rvalyi@gmail.com-20091214152104-evcck2uv66bbulnf
2009-12-14 13:21:04 -02:00
Raphaël Valyi 15b965fb6f [FIX] correct datetime replacement for mxdt.ISO.strUTC(mxdt.ISO.DateTime.utc())
bzr revid: rvalyi@gmail.com-20091214031018-xxl8l8r9s02jvxva
2009-12-14 01:10:18 -02:00
Cristian Salamea (GnuThink) f41e524133 [REF] get rid of the mx.Datetime C dependency, meaning better portability, especially to alternative Python interpreters, better maintainability; implements this blueprint: https://blueprints.launchpad.net/openobject-server/+spec/get-rid-of-mx-datetime-dependency; largely the work of Cristian Salamea (GnuThink)
bzr revid: rvalyi@gmail.com-20091213181601-4k4mhtgnv2qynrjo
2009-12-13 16:16:01 -02:00
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