chat.freenode.net #tryton log beginning Sat Jul 23 00:00:02 CEST 2011 | ||
2011-07-23 00:43 -!- bvillasanti(~bruno@190.105.83.118) has left #tryton | ||
2011-07-23 01:27 -!- elbenfreund(~elbenfreu@g225227245.adsl.alicedsl.de) has joined #tryton | ||
2011-07-23 01:28 -!- gremly(~gremly@200.106.218.64) has joined #tryton | ||
2011-07-23 02:01 -!- elbenfreund(~elbenfreu@g225227245.adsl.alicedsl.de) has joined #tryton | ||
2011-07-23 02:28 -!- redarmy(~Miranda@114.224.73.124) has joined #tryton | ||
2011-07-23 02:35 <redarmy> sale_shipment_cost module do the cost computation,may have this issue,:if productA's weight is 200g,productB's is 300g, if a client order 1Aand 1B ,so the total weight is 500g? right? No,need to add the package's weight. and also ,many times express can offer some discount for us, so the module computated cost may not the real real cost. | ||
2011-07-23 03:42 -!- redarmy(~Miranda@114.224.73.124) has joined #tryton | ||
2011-07-23 03:52 -!- alimon(~alimon@189.154.61.121) has joined #tryton | ||
2011-07-23 04:43 -!- zodman(~zodman@foresight/developer/zodman) has joined #tryton | ||
2011-07-23 05:18 -!- yangoon(~mathiasb@p549F3539.dip.t-dialin.net) has joined #tryton | ||
2011-07-23 06:45 -!- gremly(~gremly@200.106.218.64) has joined #tryton | ||
2011-07-23 07:25 -!- elbenfreund(~elbenfreu@g227114220.adsl.alicedsl.de) has joined #tryton | ||
2011-07-23 09:38 -!- alimon(~alimon@189.154.61.121) has joined #tryton | ||
2011-07-23 09:39 -!- vladimirek(~vladimire@bband-dyn60.178-40-47.t-com.sk) has joined #tryton | ||
2011-07-23 10:04 -!- helmor(~helmo@109.250.195.104) has joined #tryton | ||
2011-07-23 10:09 -!- cedk(~ced@ced.homedns.org) has joined #tryton | ||
2011-07-23 10:09 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2011-07-23 11:58 -!- ccomb(~ccomb@94.122.114.252) has joined #tryton | ||
2011-07-23 12:57 -!- ccomb(~ccomb@94.122.101.179) has joined #tryton | ||
2011-07-23 13:13 -!- elbenfreund(~elbenfreu@g227114220.adsl.alicedsl.de) has joined #tryton | ||
2011-07-23 15:20 -!- elbenfreund(~elbenfreu@p54B949C8.dip.t-dialin.net) has joined #tryton | ||
2011-07-23 15:22 -!- elbenfreund(~elbenfreu@p54B949C8.dip.t-dialin.net) has joined #tryton | ||
2011-07-23 15:25 -!- elbenfreund(~elbenfreu@p54B949C8.dip.t-dialin.net) has left #tryton | ||
2011-07-23 15:25 -!- elbenfreund1(~elbenfreu@p54B949C8.dip.t-dialin.net) has joined #tryton | ||
2011-07-23 15:59 -!- saxa(~sasa@189.26.255.43) has joined #tryton | ||
2011-07-23 16:08 -!- ccomb(~ccomb@94.122.74.75) has joined #tryton | ||
2011-07-23 17:00 -!- woakas(~woakas@200.106.218.64) has joined #tryton | ||
2011-07-23 17:06 -!- alimon(~alimon@189.154.61.121) has joined #tryton | ||
2011-07-23 18:11 -!- rhubner(~rhubner@177.16.50.220) has joined #tryton | ||
2011-07-23 18:13 <rhubner> cedk: Hi! | ||
2011-07-23 18:23 -!- saxa(~sasa@189.26.255.43) has joined #tryton | ||
2011-07-23 18:27 <cedk> rhubner: hi | ||
2011-07-23 18:28 <rhubner> cedk: I'm having difficulty in applying the tags without those global attributes self.start_tags, self.end_tags... | ||
2011-07-23 18:30 <rhubner> cedk: because I don't know how I don't have to create that marks all the time without a global flag | ||
2011-07-23 18:31 <cedk> rhubner: are you sure it will work when siwtching of records? | ||
2011-07-23 18:33 <rhubner> cedk: when I change the functionality you mean? | ||
2011-07-23 18:33 <rhubner> cedk: for example, bold to italic in other place of text... | ||
2011-07-23 18:33 <cedk> rhubner: no when you scroll from one record to an other | ||
2011-07-23 18:38 <rhubner> cedk: Yes, when I scroll in a different record that doesn't exist the same functionality, the tags "start" and "end" are deleted | ||
2011-07-23 18:42 <cedk> rhubner: so if it required to have good performence we can keep it | ||
2011-07-23 18:42 <rhubner> cedk: without self.start_tags for example, I need to create a mark every time and this will generate several tags... | ||
2011-07-23 18:44 <cedk> rhubner: does it have performence impact? | ||
2011-07-23 18:47 <rhubner> cedk: I believe not, why do you think it would? | ||
2011-07-23 18:49 <cedk> rhubner: because you said that you need to generate many times the same tags | ||
2011-07-23 18:51 <rhubner> cedk: If I generate several times the same tag, I think it will affect their performance! | ||
2011-07-23 18:53 <cedk> rhubner: so I agree to keep this 2 dict if it is for performence | ||
2011-07-23 18:53 <rhubner> cedk: the text markup will look like follow: <b>t<\b><b>e<\b><b>x<\b><b>t<\b> instead of <b>text<\b> | ||
2011-07-23 18:55 <rhubner> cedk: And I have to formalize it in time to create the markup view | ||
2011-07-23 18:56 <rhubner> cedk: I'll do after several tests to verify the behavior of these two attributes okay? | ||
2011-07-23 18:57 <cedk> rhubner: ok | ||
2011-07-23 19:13 -!- plantian(~ian@67.169.72.36) has joined #tryton | ||
2011-07-23 19:54 -!- rhubner(~rhubner@177.16.50.220) has left #tryton | ||
2011-07-23 21:32 -!- gremly(~gremly@200.106.218.64) has joined #tryton | ||
2011-07-23 22:20 -!- bechamel(~user@host-85-201-144-79.brutele.be) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!