/srv/irclogs.ubuntu.com/2006/01/12/#launchpad.txt

=== JanC [n=janc@lugwv/member/JanC] has joined #launchpad
=== sedeki [n=sedeki@c-b687e255.179-4-64736c10.cust.bredbandsbolaget.se] has joined #launchpad
=== sedeki [n=sedeki@c-b687e255.179-4-64736c10.cust.bredbandsbolaget.se] has left #launchpad []
=== robitaille [n=robitail@ubuntu/member/robitaille] has joined #launchpad
=== robitaille [n=robitail@ubuntu/member/robitaille] has joined #launchpad
Mezanyone here?10:02
=== carlos [n=carlos@65.Red-83-49-57.dynamicIP.rima-tde.net] has joined #launchpad
carlosmorning10:04
Mezmorning10:10
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #launchpad
minghuahi, it seems if I label a bug as a duplicate to another in malone, when the main bug is closed, the duplicate doesn't get closed automatically10:19
minghuanot a big deal for me, but I think you may want to know10:20
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has joined #launchpad
=== Hobbsee [n=Hobbsee@CPE-144-136-118-222.nsw.bigpond.net.au] has left #launchpad ["So]
=== SteveA_ [n=steve@213.226.190.196] has joined #launchpad
dilysMerge to devel/launchpad: final tweaks to update-branches [r=kiko]  (r2960: David Allouche)11:02
=== mpt [n=mpt@210-246-52-186.paradise.net.nz] has joined #launchpad
=== tuhl [n=tuhl@p5498E17E.dip.t-dialin.net] has joined #launchpad
=== mdke [n=matt@ubuntu/member/mdke] has joined #launchpad
=== carlos [n=carlos@198.Red-83-50-62.dynamicIP.rima-tde.net] has joined #launchpad
=== Nafallo_away is now known as Nafallo
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
kikomorning12:52
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
matsubaragood morning!12:56
SteveA_hiya01:27
SteveA_kiko: dsl down *again*01:27
SteveA_oh, just came back01:28
kikoheya SteveA_ dude01:29
kikoI'm working on bug 95901:29
kikodo you have any suggestions on how to proceed? I have a working prototype01:29
SteveA_bug 959 ?01:30
UbugtuMalone bug 959: "Default printing option." Fix req. for: inkscape (upstream), Severity: Normal, Assigned to: Nobody, Status: New http://launchpad.net/bugs/95901:30
SteveA_no way01:30
kikoodd.01:31
kikoUbugtu, bug 92901:31
Ubugtu(bug <abbreviation> <number>) -- Look up bug <number> in the bugtracker associated with <abbreviation>.01:31
UbugtuMalone bug 929: "Long words (such as URLs) overflow columns" Fix req. for: launchpad (upstream), Severity: Normal, Assigned to: Christian Reis, Status: Accepted http://launchpad.net/bugs/92901:31
kikoo/~ I'm ... the world's forgotten boy o/~01:32
kikothis rhcp cover of search and destroy rocks01:32
SteveA_seek and destroy?01:33
SteveA_metallica?01:33
kikono, iggy pop's search and destroy01:33
SteveA_so, breaking URLs01:33
SteveA_ddaa tried some stuff a while ago01:33
SteveA_it looked good but had usability problems01:33
SteveA_we need to consider the use-cases, and make a good trade-off01:34
SteveA_the use-cases are01:34
kikoI was thinking of adding an image and a <br>01:34
SteveA_ - displaying in the body of the page01:34
SteveA_ - displaying in a portlet01:34
kikowhere I wrapped01:34
SteveA_ - allowing a user to see where the link is going01:34
SteveA_ - allowing a user to copy/paste a link from the screen, and use it later01:34
SteveA_ - allowing a user to use browser right-click facilities to copy a URL, and use it later01:34
kikohmmm01:35
kikookay, well01:35
SteveA_ddaa was inserting unicode breaking space chars next to the / characters01:35
SteveA_which allowed it to break well01:35
SteveA_but failed confusingly when you copy and paste it01:35
kikothe proposed solution I was going about was wrapping any word displayed with more than N characters01:35
kikothis also solves some problems with thisreallylongwordsomedorkenteredwithoutconsideringpornletsorthegeneralpopulation'sbrowserwidth.01:36
SteveA_yeah01:36
SteveA_try it out01:36
kikoI'm having a bit of trouble finding an algorithm to do the munching01:36
SteveA_i think it is a good idea01:36
kikois string.split() inneficient when using some form of maxsplit?01:37
SteveA_where are you doing this?01:37
SteveA_in the display of paragraphs?01:37
kikoI was thinking of doing it, yeah, in dpot01:37
SteveA_so, a regex will match long "words"01:37
kikoas a final step in text_to_html01:37
SteveA_and you can use a function-replacement from it01:37
SteveA_to split01:37
kikohmmm01:38
kikoit's dangerous to do it that way because of html tags I think01:38
kikoI'm not sure you can get the regexp to properly handle a string like "foo bar <a href="weiwqeiowqewqowqwqewewewrkjsdahfdiushfdfuifghdisuahadsuiafhdjfahdflads">wereurewiurryuwierhewiuhfeiufheiufewhfwhfewfeufhwe</a>01:38
SteveA_really?01:38
SteveA_ >asdasd<01:38
SteveA_so, a segment starts with ^ or >01:39
SteveA_ignore whitespace after >01:39
kikoor perhaps <newtag reallylongattributeblablaetcyougetit finish=1>01:39
SteveA_and ends with $ or  <01:39
SteveA_within a segment, you have words separated with whitespace01:39
kikookay.01:39
SteveA_back later -- switching networks01:40
kikosure01:40
=== einheit_ [n=steve@195.182.78.95] has joined #launchpad
kikosteveA: were you suggesting using re.split() and then re.sub() for each matching portion?01:45
kikohmmm01:45
kikolet me think more01:45
=== Nafallo is now known as Nafallo_away
SteveAkiko: probably just re.sub would do, with the right regex01:52
kikoyeah, possibly -- but I thought sub substituted the whole regexp match, and you couldn't choose to replace just a portion..01:52
kikohmmm I guess I could just replace things I didn't want to change with themselves.01:53
=== heyko [n=heyko@tor/session/x-c560fdb89f985c67] has joined #launchpad
kikosteveA: can a regexp match a sequence with less than N chars and differentiate it from a sequence with more than N?02:00
SteveA{m,n}02:00
SteveAhttp://docs.python.org/lib/re-syntax.html02:00
kikobut m or n can't be non-null02:01
kikocan't be null02:01
kikoaha.02:01
kikoit can02:01
kikothanks02:01
=== carlos -> lunch
=== SynrG [n=synrg@debian/developer/synrg] has left #launchpad ["wop"]
=== cprov [n=cprov@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
kikoSteveA, success, but using two re.subs02:32
kikoI don't think the overhead is that bad..02:32
kikoSteveA, what length would be most reasonable?02:34
kiko70 chars?02:34
=== GoRoDeK [n=gorodek@p5083F22E.dip.t-dialin.net] has joined #launchpad
kikoI needed some bigsleep myself03:03
=== heyko_ [n=heyko@tor/session/x-3a55c8264a8b54ba] has joined #launchpad
=== thierry_ [n=thierry@modemcable036.61-131-66.mc.videotron.ca] has joined #launchpad
=== kiko waves
=== raptoid [n=raptoid@unaffiliated/raptoid] has joined #launchpad
=== cx_raj [i=cx_raj@59.92.242.167] has joined #launchpad
cx_rajis there some problem with launchpad. I'm unable to login04:03
=== cx_raj [i=cx_raj@59.92.242.167] has joined #launchpad
cx_rajhi everyone04:05
=== mdke [n=matt@ubuntu/member/mdke] has joined #launchpad
=== cx_raj [i=cx_raj@59.92.242.167] has joined #launchpad
=== raptoid [n=raptoid@unaffiliated/raptoid] has joined #launchpad
cx_rajis there some problem with launchpad. I'm unable to login04:08
matsubaracx_raj: it's working for me. What's going on there?04:09
mdkeworks here too04:09
cx_rajwhen i login i'm redirected to home page and the login status show no users logged in04:10
matsubarawhat URL are you logging in to?04:11
cx_rajhttps://launchpad.net/+login04:12
cx_rajif i enter a wrong password the after verification it is indicated that the user name and password doesnt match04:13
=== tuhl [n=tuhl@p5498E17E.dip.t-dialin.net] has left #launchpad []
cx_rajbut when password is correct why dio i get redirected to home page with out getting logged in04:14
matsubaracx_raj: don't know. I can't reproduce here. It's all working fine. I get redirected to home page logged in. 04:15
cx_raji tried logging in from SUSE Linux (Used Mozilla, Firefox, Konqueror), Windows (IE, Firefox, Opera) but its the same. I even created another account but still i'm unable to wrong in04:24
cx_rajsorry log in not wrong in04:25
cx_rajne email ids for support to launchpad04:25
cx_rajeven shipit.ubuntu.com says forbidden| you don't have permission to access this page04:28
cx_rajne1 has ne idea on what's happening04:32
=== WaterSevenUb [n=WaterSev@195-23-220-118.net.novis.pt] has joined #launchpad
=== rbelem [n=rodrigo@ubuntu/member/rbelem] has joined #launchpad
=== WaterSevenUb [n=WaterSev@195-23-220-202.net.novis.pt] has joined #launchpad
=== koke [n=koke@adsl229-164.unizar.es] has joined #launchpad
=== jsmidt [n=jsmidt@128.187.131.189] has joined #launchpad
jsmidtI'm new to rosetta and have made some suggestions.  How do I get them uploaded.  I know you have to be a member of a team but there is no team for my language.  07:18
=== darkStar [n=raptoid@212.156.170.8] has joined #launchpad
jsmidtI'm new to rosetta and have made some suggestions.  How do I get them uploaded.  I know you have to be a member of a team but there is no team for my language.07:25
=== mdke_ [n=matt@ubuntu/member/mdke] has joined #launchpad
carlosjsmidt, hi07:35
carlosjsmidt, if there is no team for your language07:35
carlosthe translations will be used automatically07:36
carlosjsmidt, anyway, you should think on creating a team to coordinate with any other future translator for your language07:36
jsmidtthanks carlos07:37
carlosjsmidt, you are welcome07:38
jsmidtDo you have do upload a file after you are done or do you just push "save and continue"?07:38
carlosjsmidt, save and continue is to translate using the web interface07:45
carlosthe upload file feature07:45
carlosis to do offline translations07:45
jsmidtthanks again07:45
jsmidtI'll get to translatting07:46
jsmidt:)07:46
carlosjsmidt, feel free to ask anything you need07:46
jsmidtDo these tranlations count toward Karma?07:47
carlosyes07:48
=== heyko_ is now known as heyko
=== jinty [n=jinty@205.134.224.215] has joined #launchpad
=== rbelem [n=rodrigo@ubuntu/member/rbelem] has joined #launchpad
=== raptoid [n=raptoid@85.97.47.246] has joined #launchpad
=== Nafallo_away is now known as Nafallo
carlosnight10:26
=== raphink [n=raphink@raphink.net] has joined #launchpad
=== raphink [n=raphink@raphink.net] has joined #launchpad
=== sabdf1 [n=mark@217.205.109.249] has left #launchpad []
=== mpt [n=mpt@203-167-187-43.dsl.clear.net.nz] has joined #launchpad
=== poningru [n=poningru@n128-227-82-47.xlate.ufl.edu] has joined #launchpad

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!