IRC logs of #tryton for Friday, 2009-05-22

chat.freenode.net #tryton log beginning Fri May 22 00:00:02 CEST 2009
2009-05-22 01:22 -!- _TiN_(n=TiN@200.69.137.190) has joined #tryton
2009-05-22 04:15 -!- vengfulsquirrel(n=ian@c-67-160-236-234.hsd1.ca.comcast.net) has joined #tryton
2009-05-22 04:29 -!- vengfulsquirrel(n=ian@c-67-160-236-234.hsd1.ca.comcast.net) has joined #tryton
2009-05-22 05:20 -!- yangoon(n=mathiasb@p549F4A30.dip.t-dialin.net) has joined #tryton
2009-05-22 06:22 -!- mugwomp(n=chatzill@CPE0004acd3fc68-CM0011ae915632.cpe.net.cable.rogers.com) has joined #tryton
2009-05-22 06:51 -!- udono(n=udono@dynamic-unidsl-85-197-17-98.westend.de) has joined #tryton
2009-05-22 08:55 -!- enlightx(n=enlightx@host-84-220-94-240.cust-adsl.tiscali.it) has joined #tryton
2009-05-22 09:11 -!- johbo(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2009-05-22 09:34 -!- cedk(n=ced@gentoo/developer/cedk) has joined #tryton
2009-05-22 10:09 -!- racke(n=racke@a89-183-7-65.net-htp.de) has joined #tryton
2009-05-22 10:10 -!- Timitos(n=timitos@88.217.184.172) has joined #tryton
2009-05-22 10:50 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1820:9055adda4445 trytond/ (5 files in 2 dirs): Add float_time attribute in fields view
2009-05-22 10:50 <CIA-48> http://hg.tryton.org/trytond/rev/9055adda4445
2009-05-22 10:50 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1307:4a6d78a51893 tryton/CHANGELOG: Fix changelog
2009-05-22 10:50 <CIA-48> http://hg.tryton.org/tryton/rev/4a6d78a51893
2009-05-22 10:50 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1308:7bd5b8c7491f tryton/ (4 files in 4 dirs): Handle float_time attribute for contextual time convertion
2009-05-22 10:50 <CIA-48> http://hg.tryton.org/tryton/rev/7bd5b8c7491f
2009-05-22 10:52 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1:8725a1a2021b company_work_time/company.py: Add default value
2009-05-22 10:52 <CIA-48> http://hg.tryton.org/modules/company_work_time/rev/8725a1a2021b
2009-05-22 10:52 <CIA-48> C?dric Krier <ced@b2ck.com> default * 2:d8362937de91 company_work_time/company.py: Remove unused import
2009-05-22 10:52 <CIA-48> http://hg.tryton.org/modules/company_work_time/rev/d8362937de91
2009-05-22 10:52 <CIA-48> C?dric Krier <ced@b2ck.com> default * 3:b11f0a7d8e6c company_work_time/ (__init__.py res.py): Set company_work_time in user context
2009-05-22 10:52 <CIA-48> http://hg.tryton.org/modules/company_work_time/rev/b11f0a7d8e6c
2009-05-22 11:17 -!- bechamel(n=user@host-85-201-74-27.brutele.be) has joined #tryton
2009-05-22 11:39 -!- cedk_(n=ced@213.49.144.172) has joined #tryton
2009-05-22 13:38 -!- paepke(n=paepke@p4FEB2839.dip0.t-ipconnect.de) has joined #tryton
2009-05-22 13:40 <CIA-48> johbo roundup * #1058/Database dump fails with password: Did some research work, how pgadmin3 handles this. Also did some research work how pg_dump ist implemented and how it prompts for a password. pgA ...
2009-05-22 13:40 <CIA-48> http://bugs.tryton.org/roundup/issue1058
2009-05-22 13:43 <johbo> cedk: yangoon: do you think it is ok, to pass the pg_dump password as environment variable when it is started as a subprocess from trytond?
2009-05-22 13:43 <johbo> this is related to issue1058
2009-05-22 13:56 <yangoon> johbo: As I always stated I never was a friend of this functionality (database administration) in the client. Apart from that: if there is the wish to do such thing, I don't see a drawback of passing the password by environment in a server spawned process.
2009-05-22 13:57 -!- racke(n=racke@a89-183-7-65.net-htp.de) has left #tryton
2009-05-22 14:01 <johbo> yangoon: it's the way pgadmin3 does it ;-)
2009-05-22 14:01 <yangoon> johbo: I think it is ok
2009-05-22 14:02 -!- woakas(n=woakas@190.144.69.234) has joined #tryton
2009-05-22 14:02 <johbo> yangoon: I am also not a friend of this functionality, but on the other side I think there are use cases for it.
2009-05-22 14:02 <yangoon> johbo: do you want to read the password from the config file or do you want to ask for the password?
2009-05-22 14:03 <johbo> yangoon: no it's the one from the trytond config file, because pg_dump is called on the server side.
2009-05-22 14:03 <johbo> yangoon: I am just trying to extend it to support password setups
2009-05-22 14:06 <johbo> yangoon: Also I am not liking this functionality, I see one use case for it: Users or customers exploring Tryton's functionality will be able to save and restore database dumps in a way which preserves them from knowing pgadmin3 or pg_dump directly
2009-05-22 14:07 <cedk> johbo: I'm ok if the environment variable is set only to subprocess
2009-05-22 14:08 <johbo> cedk: great news to me :-)
2009-05-22 14:08 <johbo> cedk: shall I do an implementation of this?
2009-05-22 14:08 <yangoon> johbo: I don't see really the use of this. A user not knowing to work with pgadmin3 or pg_dump will probably also not know how to set up a postgres. And there is the danger of an insecure configurations in my eyes.
2009-05-22 14:08 <cedk> johbo: ok but try to be sure that it works on any platform
2009-05-22 14:09 <johbo> cedk: ok, I will also give it a try on a win box ;-)
2009-05-22 14:09 <johbo> yangoon: I agree in this point
2009-05-22 14:09 <johbo> yangoon: With customers it is different. They will get the environment from us
2009-05-22 14:10 <johbo> yangoon: so in the first weeks it may be very helpful for them if they will be able to play with tryton and can dump and restore databases on their own
2009-05-22 14:12 <johbo> I will do an implementation in some minutes an then test it on linux / windows.
2009-05-22 14:12 <johbo> Will be afk now..
2009-05-22 14:13 <yangoon> johbo: my point of view is: if you are not able to manage pgadmin3, you won't be able to manage tryton...
2009-05-22 14:14 <yangoon> johbo: but anyway: if it is integrated in the client, it should also work for password setups. so it will be a great enhancement
2009-05-22 14:26 -!- gremly(n=gremly@190.156.167.10) has joined #tryton
2009-05-22 14:34 -!- _TiN_(n=TiN@190.189.9.80) has joined #tryton
2009-05-22 14:38 -!- tekknokrat(n=gthieleb@port-87-193-170-219.static.qsc.de) has joined #tryton
2009-05-22 15:49 -!- gremly(n=gremly@190.156.167.10) has joined #tryton
2009-05-22 16:07 -!- enlightx(n=enlightx@host-84-222-103-21.cust-adsl.tiscali.it) has joined #tryton
2009-05-22 16:49 -!- johbo(n=joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton
2009-05-22 17:00 <cedk> http://openobject.com/forum/topic9883-15.html
2009-05-22 17:00 <cedk> The reason why we don't create setup exe for the server
2009-05-22 17:08 <bechamel> the next one who install trytond on windows should create a wiki page with the complete list of package to download
2009-05-22 17:14 <cedk> bechamel: it is quite complicate because most of python module have not an official win32 package
2009-05-22 17:15 <bechamel> cedk: I used easy_install for most of them (even for trytond &co actually)
2009-05-22 17:16 <cedk> bechamel: did you use cygwin ?
2009-05-22 17:17 <bechamel> cedk: no
2009-05-22 17:18 <cedk> bechamel: how do you install psycopg, mx.Datetime ... that need compilator?
2009-05-22 17:18 <bechamel> cedk: i said 'most' not 'all' :)
2009-05-22 17:28 <udono> cedk: bechamel: funny dbrenck sended us the windows install instructions :-)
2009-05-22 17:28 <udono> just now
2009-05-22 17:37 <bechamel> udono: too bad the document is made with latex (it's gonna take some times to convert to the wiki syntax) :-/
2009-05-22 17:43 <bechamel> anyway nice extensive doc
2009-05-22 18:18 <udono> bechamel: yes, doc seems ok.
2009-05-22 18:23 -!- enlightx(n=enlightx@host-84-220-93-42.cust-adsl.tiscali.it) has joined #tryton
2009-05-22 18:31 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1309:6356803f0473 tryton/ (3 files in 3 dirs): Extend fields domain with local domains for issue702
2009-05-22 18:31 <CIA-48> http://hg.tryton.org/tryton/rev/6356803f0473
2009-05-22 18:31 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1310:7ac1f87e894c tryton/ (3 files in 3 dirs): Handle domain with '=' or '!=' as operator on selection
2009-05-22 18:31 <CIA-48> http://hg.tryton.org/tryton/rev/7ac1f87e894c
2009-05-22 18:32 <CIA-48> ced roundup * #702/domain validation on record creation should be improved: [resolved] Fix with changeset 6356803f0473
2009-05-22 18:32 <CIA-48> http://bugs.tryton.org/roundup/issue702
2009-05-22 18:33 <CIA-48> C?dric Krier <ced@b2ck.com> default * 1821:1379212c1fb0 trytond/trytond/model/fields/field.py: Improve docstring of domain on Field
2009-05-22 18:33 <CIA-48> http://hg.tryton.org/trytond/rev/1379212c1fb0
2009-05-22 18:45 -!- FWiesing(n=Wiesinge@194-208-185-012.tele.net) has left #tryton
2009-05-22 18:48 -!- gremly(n=gremly@190.156.167.10) has joined #tryton
2009-05-22 19:11 <CIA-48> Bertrand Chenal <bch@b2ck.com> default * 70:8678167c6155 timesheet/ (line.py work.py work.xml):
2009-05-22 19:11 <CIA-48> Improvement on timesheet work:
2009-05-22 19:11 <CIA-48> - removed state and type fields
2009-05-22 19:11 <CIA-48> - added timesheet_available and company fields
2009-05-22 19:11 <CIA-48> - childs is now children
2009-05-22 19:11 <CIA-48> http://hg.tryton.org/modules/timesheet/rev/8678167c6155
2009-05-22 19:50 -!- FWiesing(n=Wiesinge@194-208-185-012.tele.net) has joined #tryton
2009-05-22 20:37 -!- carlos(n=carlos@119.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-05-22 20:41 -!- FWiesing(n=Wiesinge@194-208-185-012.tele.net) has joined #tryton
2009-05-22 20:52 -!- tekknokrat(n=gthieleb@port-87-193-170-219.static.qsc.de) has left #tryton
2009-05-22 20:58 -!- vengfulsquirrel(n=ian@c-67-160-236-234.hsd1.ca.comcast.net) has joined #tryton
2009-05-22 21:56 -!- udono(n=udono@dynamic-unidsl-85-197-17-98.westend.de) has joined #tryton

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!