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

=== freddy666 [n=damien@dslb-088-073-033-086.pools.arcor-ip.net] has joined #launchpad
=== erdalronah1 [n=erdalron@p5B0074C8.dip.t-dialin.net] has joined #launchpad
=== jml [n=jml@ppp110-243.lns1.hba1.internode.on.net] has joined #launchpad
=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #launchpad
=== poolie [n=mbp@ppp112-44.static.internode.on.net] has joined #launchpad
=== thumper [n=tim@222.152.39.218] has joined #launchpad
=== erdalronah1 [n=erdalron@p5B0074C8.dip.t-dialin.net] has joined #launchpad
=== erdalronah1 [n=erdalron@p5B0074C8.dip.t-dialin.net] has left #launchpad []
=== somerville32 [n=somervil@ubuntu/member/somerville32] has joined #launchpad
=== mtaylor [n=mtaylor@206.173.9.2.ptr.us.xo.net] has joined #launchpad
=== der_steppenwolf [n=sergio@p54A5F952.dip.t-dialin.net] has joined #launchpad
=== stub [n=stub@ppp-58.8.12.128.revip2.asianet.co.th] has joined #launchpad
poolieSteveA: ping?02:48
thumperhey poolie, it's a little early for SteveA03:33
poolieyeah i thought so03:34
thumperboth ddaa and SteveA are exactly 12 hours out of sync with me03:35
thumpermakes time calculations real easy03:35
thumperbut communication sometimes a little more difficult03:35
poolieyel03:36
=== _sergio [n=sergio@p54A5CC1B.dip.t-dialin.net] has joined #launchpad
stubthumper: I'm not sure how to proceed if we need to store the Bazaar DAGs in the relational db. Given the rough numbers Robert gave me in Singapore, it seemed that it would be impractical to explode the graphs into a table that would allow us to list all children/ancestors for a given node in a single query. And benchmarks using stored procedures to query the existing tree demonstrated that approach was too slow.04:08
=== ..[topic/#launchpad:stub] : Rollout delayed until bugfixes land | Developer meeting: Thu 14 Dec, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
=== doko_ [n=doko@dslb-088-073-072-120.pools.arcor-ip.net] has joined #launchpad
=== stub tries to recall the actual figures
thumperstub: for sure we can't work solely on an adjacency model04:13
thumperthat just doesn't work for 1000's of levels of recursion04:13
thumperI've had some thoughts on a hybrid model, and using iteration instead of recursion04:13
thumpercan you point me at any plpythonu docs?04:13
thumperthat might be easier than plpgsql04:14
thumperwhich is what I have always used before04:14
stubfile:///usr/share/doc/postgresql-doc-8.1/html/plpython.html04:14
thumperstub cheers04:14
jameshso, is there a list of the things we want to do with the data?04:15
jameshthat would give a good idea of what needs to be in the DB04:15
thumperjamesh: no explicit list that I know of04:15
stubI'm aware of: Given a node in a DAG, list a) All child nodes, b) All parent nodes, c) All descendants, d) All ancestors04:15
thumperI'm wondering how much we can do through a web interface to the branches and avoid having it all in the db04:16
thumperstub: but why?04:16
thumperit is one of the reasons that I haven't invested too much time into it yet04:16
thumperthat and I haven't had much time yet04:16
thumperthat way we can use bzrlib to do the heavy lifting04:17
jameshthe main one I could think of was "which branches have fully merged this one?", which is roughly calculating all nodes reachable by parent -> child edges04:17
stubI'm not sure of the actual use to the end user. Just that my understanding was that if we could support that then we could support the envisaged UI reports from the relational db (not that I know what they are)04:17
jameshand maybe the inverse (which other branches does this branch contain)04:17
thumperjamesh: that fits into what I have heard of the "auto merge detection" concept04:18
jameshare there other features we want?04:18
thumperjamesh: does that degenerate down to is the tip of branch A in the ancestry for branch B04:18
thumperif so, then A merged into B04:18
jameshthumper: yeah04:18
thumperbzrlib is blinding at that sort of thing04:19
stubBut not given a set of 50 or 100 branches04:19
thumperperhaps we look at an xmlrpc on the supermirror accessable through the lp ui04:19
stubIt works two branches at a time04:20
thumperstub: true04:20
thumperbut is that what we want?04:20
stubThats between you and Mark I think :)04:20
thumpersurely we are more interested in the "have I been merged into my landing target"04:20
stubI guess specing out what we want the pages to display do is the first step. Then we can work out if it is possible and how to do it.04:21
thumperstub: that sounds like a plan to me04:21
stubgo forth and mock (up)04:21
thumpermy suggestion would be to not bother storing everything in the db if it isn't needed04:21
thumperespecially if the complexity has already been addressed elsewhere - like bzrlib04:22
jameshthumper: I sent an email last night about maybe changing the terms used in dbschema vocabularies, as a way to shorten the URLs in your branch filtering branch04:26
thumperjamesh: yep read it (ddaa was keen on this too)04:26
jameshdoes it sound okay to you?04:26
thumperI looked at it when I was first approaching the issue04:26
thumperit has to do with how we create the vocabularies from the dbschema objects04:26
thumperI didn't want to do too much with it at that stage due to the changes in the pipes that SteveA is looking at04:27
thumperand I'll probably be implementing anyway04:27
jameshsure.04:27
thumperso I'll make sure that it works04:27
jameshI think it is independent of Steve's proposed changes04:27
thumperand I fully agree about using value instead of text to avoid i18n issues04:27
jameshbut is probably worth doing afterwards04:27
thumperwell it would have meant hacking some vocab factories up04:27
thumperand I want to make that easier anyway04:28
thumperalso widget changes in the pipes too04:28
jameshlike auto-register vocabularies from the DBSchema metaclass or something?04:28
=== thumper things the pipes might get clogged
thumperI think the current plan is to have the enumeration class implement IVocabulary04:29
jameshah.04:29
jameshthat sounds good04:29
thumperyep04:29
thumperless registering04:29
thumper(I think)04:29
thumperat least we wouldn't need the factory file04:29
=== static [n=emurphy@194.18.118.70.cfl.res.rr.com] has joined #launchpad
jameshas I said in the mail, it isn't just the potential i18n issues04:30
=== thumper rereads
jameshwe've changed a bug importance name in the past, and that broke bookmarks for a number of Ubuntu developers04:30
jameshand some queries that were linked off the Ubuntu wiki, iirc04:31
thumperall it would take is a different vocab factory (I think)04:32
stubOhh... PostgreSQL 8.2 might give us facilities to do this using arrays and the new operators04:32
thumperright now04:32
stub(DAGs)04:32
thumperstub: effective limits on arrays?04:32
stubNo idea. I'll wait until I have an install to investigate further.04:33
thumperstub: are we on 8.1?04:33
stubYup04:33
stub8.2 released just a short while ago04:33
thumper8.3 has "with recurisive" planned04:33
thumper:)04:33
thumperFQ200704:33
thumpermaybe04:33
stubIf we want to wait 6 months...04:34
stubfq?04:34
stubHmm...04:34
thumperfirst quarter04:34
jameshwe probably want to wait for an 8.2 point release before considering it though, right?04:34
stubrecursive stuff would be ideal if it is efficient and not just the same stuff I've already benchmarked using stored procedures.04:34
stubjamesh: They have been pretty good in the last few releases. I'd be game to give 8.2.0 a go if it passes our testing (although by that time, there will probably be a 8.2.1 anyway)04:35
thumperstub: I believe that the recursive stuff was *much* faster than stored procs04:36
thumperas it is an inherent knowledge at the db level of tree structures04:37
stubenterprisedb supports this right now...04:37
stub(using oracle syntax)04:37
thumpereterprisedb?04:37
jameshthumper: a postgres fork that aims to make porting from Oracle easier04:37
stubcommercial release of PostgreSQL04:37
stubI'm seeing July 2007 quoted for 8.304:37
thumperok04:38
=== thumper being kicked out of the internet cafe, back on later
=== jinty [n=jinty@177.Red-83-54-74.dynamicIP.rima-tde.net] has joined #launchpad
=== mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #launchpad
=== thumper [n=tim@166-179-20-205.jamamobile.co.nz] has joined #launchpad
spivjamesh: your latest blog entry seems to have a typo: a paragraph ending in an incomplete sentence "if you do development from multiple machines if you".08:21
jameshspiv: thanks.  Updated08:26
thumperspiv: are you still working08:35
spivthumper: yep08:35
thumperI'd like to organise a voice call08:36
thumperskype?08:36
spivSure.  I'll quickly find my headset...08:36
spivI'm on skype... "spivvo" is the name iirc.08:38
thumperspiv: ok, I'll try now08:38
=== mhb [n=mhb@64.73.broadband3.iol.cz] has joined #launchpad
thumperspiv: nope, seems like that isn't there08:41
=== stub [n=stub@ppp-58.8.11.85.revip2.asianet.co.th] has joined #launchpad
=== mhb [n=mhb@64.73.broadband3.iol.cz] has joined #launchpad
=== carlos [n=carlos@236.Red-83-40-83.dynamicIP.rima-tde.net] has joined #launchpad
carlosmorning09:07
=== mhb [n=mhb@64.73.broadband3.iol.cz] has joined #launchpad
=== jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #launchpad
=== shawn___ [n=shawn@adsl-70-231-244-81.dsl.snfc21.sbcglobal.net] has joined #launchpad
=== raphink [n=raphink@ubuntu/member/raphink] has joined #launchpad
=== seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #launchpad
=== quail [n=quail@unaffiliated/quaillinux/x-000001] has joined #launchpad
=== shawn___ [n=shawn@adsl-70-231-228-50.dsl.snfc21.sbcglobal.net] has joined #launchpad
=== jsgotangco_ [n=jsg123@121.97.192.29] has joined #launchpad
=== matthewrevell [n=matthew@82-47-116-16.cable.ubr05.wolv.blueyonder.co.uk] has joined #launchpad
=== ..[topic/#launchpad:matthewrevell] : Today is Fix-it Friday! | Rollout delayed until bugfixes land | Developer meeting: Thu 21 Dec, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
=== doko_ is now known as doko
=== Keybuk [n=scott@quest.netsplit.com] has joined #launchpad
SteveApoolie: hi10:41
stubLaunchpad will be going down in 15 minutes for a code update. Estimated downtime is 10 mins.10:44
=== ..[topic/#launchpad:stub] : Today is Fix-it Friday! | Developer meeting: Thu 21 Dec, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
jsgotangcoah10:53
=== danilo[done] is now known as danilos
=== mhb [n=mhb@ubuntu/member/mhb] has joined #launchpad
stubThat should all be done now11:09
=== cprov-afk is now known as cprov
=== silwol [n=silwol@193.170.132.235] has joined #launchpad
mhbcarlos: I read your mail on ubuntu-translators ... thanks for the fix.11:49
carlosmhb: sorry for the extra delay...11:49
mhbcarlos: no problem. will the google indexing of translations also work soon? (or has it been deferred?)11:50
carlosmhb: it's implemented, poke kiko on it, he needs to review it11:51
carlosbut anyway... I don't think that will happen before January11:51
=== niemeyer [n=niemeyer@201.14.38.176] has joined #launchpad
carlosI'm not sure we will do a code update on production just before leaving for holidays11:51
carlosthe whole company...11:51
=== mhb [n=mhb@64.73.broadband3.iol.cz] has joined #launchpad
=== jenda [n=jenda@ubuntu/member/jenda] has joined #launchpad
matthewrevellmorning jenda12:01
jendahey there matthewrevell :)12:02
jendaHow's life treating you?12:02
jendaAnd how's Canonical treating you? ;)12:02
jendaAnd - where does ubuntulog store it's logs for this channel?12:02
jendafound'em12:07
=== mhb [n=mhb@64.73.broadband3.iol.cz] has joined #launchpad
matthewrevelljenda: Not bad on both fronts, thanks :)12:11
jendamatthewrevell: Just in case you could make it, and were interested, there is a Marketing Team meeting on saturday, midnight UTC, after a looong time.12:12
jendaI think you even attended the last one :)12:12
matthewrevelljenda: Wow. Cool. Unlikely I'll be able to make it, but I'll try. Thanks for letting me knoiw12:12
jendaBut don't worry about it if you can't make it.12:12
jendanp12:12
=== erdalronahi [n=erdalron@p5B0071DC.dip.t-dialin.net] has joined #launchpad
=== erdalronahi [n=erdalron@p5B0071DC.dip.t-dialin.net] has left #launchpad []
=== niemeyer_ [n=niemeyer@201.14.38.176] has joined #launchpad
=== mhb_ [n=mhb@64.73.broadband3.iol.cz] has joined #launchpad
UbugtuNew bug: #75874 in soyuz "please don't require Standards-Version" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7587412:36
=== freddy13 [n=damien@dslb-088-073-033-086.pools.arcor-ip.net] has joined #launchpad
=== matsubara [n=matsubar@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
cprovSteveA: hi, can you find someone to help me with a vhosts related error on dogfood ? https://devpad.canonical.com/~andrew/paste/fileJQQHqQ.html12:50
SteveAcprov: I can help you with that.12:52
cprovSteveA: nice, is there something missing in dogfood config ?12:53
SteveAcprov: where can I see the current dogfood config?12:55
cprovSteveA: uhm, in your tree, config/dogfood/launchpad.conf (I'm using RF-head there)12:56
SteveAok12:57
SteveAI'll pull down the latest and take a look12:57
cprovSteveA: thanks12:58
=== mholthaus_ [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== cprov [n=cprov@monga.dorianet.com.br] has joined #launchpad
SteveAcprov: ok, so the dogfood config doesn't have a vhosts section in the launchpad section01:10
SteveAand if dogfood runs a web server, then it should do01:10
SteveAyou can copy the one from staging, say, and then customize it01:10
SteveAping me if you need help knowing what to put where01:10
cprovSteveA: sorry, power outage over here ..01:11
cprovSteveA: will do, thanks o lot for identifying this.01:11
=== jinty [n=jinty@177.Red-83-54-74.dynamicIP.rima-tde.net] has joined #launchpad
cprovcarlos: hi, any idea about how long patch-67-19-0.sql will take to be applied in dogfood ? (1 month old lp_prod copy)01:37
carloslet me check...01:40
carloscprov: no idea, kiko did that change so I didn't do any timing on it01:40
cprovcarlos: ok, I have to wait, I guess01:42
matthewrevellSo, how's Fix-it Friday going?01:43
=== salgado is having a Fix-it [Wednesday,Thursday,Friday]
salgadofixing a lot of small annoying issues on team membership notification01:45
matthewrevellsalgado: Ah, that sounds good. What sort of thing?01:48
salgadomatthewrevell, bugs: [WWW]  66787, [WWW]  73079, [WWW]  47227, [WWW]  47476, [WWW]  49637, [WWW]  55156.01:49
salgadoah, crap. copy and pasting from the wiki doesn't always work01:49
matthewrevell:) Thanks, I'll look them up01:49
salgadomatthewrevell, the links are at https://launchpad.canonical.com/PendingReviews01:50
matthewrevellaha, superb01:50
salgadoit's mostly improving the messages in the notifications, avoiding duplicate notifications in some special cases and adding some new notifications01:51
salgadoI also took the opportunity to clean up/refactor some code, since it's been a long time since I last touched it01:51
matthewrevellsalgado: Cheers. I'm going to type up a small report. Nothing too grand, as we're starting off small.01:53
salgadothat's great! :)01:54
=== Ubugtu [n=bugbot@ubuntu/bot/ubugtu] has joined #launchpad
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
=== kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad
kikomorning02:27
kikohow is everybody02:27
aa_excellent, thank-you02:28
kikogood to hear02:28
=== carlos -> lunch
=== danilos -> carlos' lunch
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
=== ddaa [n=ddaa@nor75-18-82-241-238-155.fbx.proxad.net] has joined #launchpad
=== mholthaus_ [n=mholthau@173-219.0-85.cust.bluewin.ch] has joined #launchpad
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
cprovkiko: ping03:15
kikocprov, pong03:25
cprovkiko: hi, can you do a quick review for me, the bug is kind of urgent, it's blocking distro-team03:26
cprovkiko: fix for bug #7587403:27
UbugtuMalone bug 75874 in soyuz "please don't require Standards-Version" [Critical,In progress]  http://launchpad.net/bugs/7587403:27
cprovkiko: https://devpad.canonical.com/~jamesh/pending-reviews/cprov/launchpad/soyuz-fixes/full-diff03:27
=== cprov is now known as cprov-lunch
aa_sorry to bother, can we get commit emails from the supermirror, or was I right in seeing that this specification has not been fulfilled?03:59
LarstiQyou can have commit mails sent locally04:03
LarstiQit would really be 'push mails' for the sm04:03
aa_sorry yes, push emails04:04
aa_by locally, you mean in my local branch?04:04
kikoaa_, tim's working on that; should be ready for the next rollout04:04
aa_tim peters?04:05
LarstiQaa_: hah, we wish :)04:07
ddaaaa_: Tim Penhey04:07
ddaahis nickname is thumper04:07
LarstiQaa_: by locally, I mean having the email plugin installed, and having a post_commit=bzrlib.plugins.email.post_commit section in ~/.bazaar/locations.conf or bazaar.conf04:08
ddaaGreat to have him around, so he can actually implement all those cool things with bzr integration that we wanted to do forever but never had the time for.04:08
LarstiQaa_: it will then send out a mail for every commit you do in the covered branch.04:08
LarstiQddaa: I can pile all such requests on him?04:08
ddaaLarstiQ: we've got a bug tracker for such requests :)04:09
ddaaactually the reason this email stuff is being done now is that there is an explicit need for it from Ubuntu04:09
aa_LarstiQ: ok, that is a perfect solution for now, thanks04:09
ddaathere's still so much more to do than we can possibly do...04:09
ddaaI'm just voicing out my unrelenting pleasure at seeing how having Tim in appears to unstuck so many good things.04:11
LarstiQddaa: good to hear04:11
=== LarstiQ thinks up more things to restuck.
ddaadon't think too hard, we already have a full agenda for the next six months :)04:12
=== [HS] Red[GodFathe [n=Red_X@pool-70-105-0-71.rich.east.verizon.net] has joined #launchpad
=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #launchpad
=== carlos [n=carlos@88.Red-88-17-199.staticIP.rima-tde.net] has joined #launchpad
=== mholthaus_ [n=mholthau@johnny33.dersbach.ch] has joined #launchpad
=== rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #launchpad
=== cprov-lunch is now known as cprov
=== kiko is now known as kiko-fud
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
=== matsubara is now known as matsubara-lunch
=== salgado is now known as salgado-lunch
matthewrevellIs there a way to view Launchpad users in order of karma?05:22
jendamatthewrevell: if you find it tell me :)05:28
jendaI've always been looking for that :)05:29
matthewrevelljenda: Ah, interesting :) If it's not there, I wonder how many people would find it useful.05:29
BjornTmatthewrevell: i don't think you can see all the users overall, but for each product/distribution you can see the top contributors.05:30
matthewrevellBjornT: Thanks. I'll give it a go for Ubuntu, then.05:31
BjornTmatthewrevell: btw, if you need something for your Fix-It Friday report, you could add bug 75783. it fixes a timeout problem when listing open bugs statistics for packages a person is a bug contact for.05:35
UbugtuMalone bug 75783 in malone "+packagebugs page times out due privacy related clause in the queries." [High,In progress]  http://launchpad.net/bugs/7578305:35
matthewrevellBjornT: cool, thanks05:36
=== seb128 [n=seb128@ANancy-151-1-36-79.w83-196.abo.wanadoo.fr] has joined #launchpad
=== salgado-lunch is now known as salgado
=== kiko-fud is now known as kiko
=== matsubara-lunch is now known as matsubara
=== frsk [i=fredrik@frsk.net] has joined #launchpad
=== mtaylor [n=mtaylor@206.173.9.2.ptr.us.xo.net] has joined #launchpad
=== mtaylor [n=mtaylor@206.173.9.2.ptr.us.xo.net] has left #launchpad ["Leaving"]
=== mtaylor [n=mtaylor@206.173.9.2.ptr.us.xo.net] has joined #launchpad
=== cprov is now known as cprov-out
mhbI wonder - would it be possible for a translation team of a non-LP project (alsa, for instance) to somehow start a project in Launchpad and manage the translations via Rosetta?06:45
kikomhb, what do you mean by "non-LP project"? launchpad is open for any open source project to use06:47
=== matthewrevell [n=matthew@82-47-116-16.cable.ubr05.wolv.blueyonder.co.uk] has joined #launchpad
mhbkiko: I know06:49
mhbkiko: what I mean is if only a part of a project (one certain translation team) is able to start a LP project and if those people have the possibility of uploading .po templates by themselves06:51
kikomhb, certainly -- you don't need official endorsement to use launchpad to translate any project.06:53
mhbkiko: I have guessed that. Is it easy to upload new .po templates to a project in LP?06:54
kikoyeah, pretty easy.06:54
kikodanilos or carlos can assist you if you have trouble.06:54
danilosmhb: sure, the only thing is that we'll have to manually approve the first POT upload (since there are some settings we have to do), and from then on, it'll all go automatically06:55
mhbdanilos: so after the first upload the templates are fetched from the project the day they are released?06:59
danilosmhb: no, you'd still have to upload them manually07:00
danilosmhb: there are some plans for adding VCS integration (using bazaar branches), but we're not there yet07:02
mhbdanilos: thanks07:02
matthewrevellOther than BjornT and salgado, does anyone have any Fix-it Friday news?07:03
danilosmhb: no problem; if you run into any problem while trying this out, feel free to ask07:03
mhbdanilos: maybe I have one more question, but a trivial one. Are the ubuntu translator teams able to get translation rights on other projects?07:05
danilosmhb: sure, it's up to your product to select "translation group" which will be used there07:05
danilosmhb: you can even keep it completely open, though that may not be very good for the quality of your translations07:06
mhbdanilos: I believe that. Thanks for the answers.07:06
danilosmhb: np :)07:07
=== frafu [n=frafu@vodsl-9571.vo.lu] has joined #launchpad
=== j^ [n=j^@e178043077.adsl.alicedsl.de] has joined #launchpad
j^hi, is there any way to browse/view the source of a bzr branche hosted by launchpad in the browser?07:41
=== cprov-out is now known as cprov
=== shawn___ [n=shawn@netblock-68-183-69-197.dslextreme.com] has joined #launchpad
=== shawn___ [n=shawn@netblock-68-183-69-197.dslextreme.com] has joined #launchpad
kikonot currently, j^07:52
=== matsubara is now known as matsubara-afk
j^kiko: are there any plans to add that?08:02
carlosj^: yes08:06
=== jelmer is now known as ctrlsoft
SteveAj^: it'll happen soon, and certainly by the end of January.  I secretly expect it to appear much sooner than that.08:12
=== ..[topic/#launchpad:matthewrevell] : Developer meeting: Thu 21 Dec, 1200UTC (wiki:MeetingAgenda) | launchpad-users@lists.canonical.com (wiki:MailingLists) | Channel logs: http://tinyurl.com/72w39
mhbone more rosetta-related question08:23
mhbupdate manager has msgid strings like " msgid "Every %s days" " which don't need extra plural forms in English but they do in other languages. This string has no msgid_plural defined. If I define it myself in the .po file and then upload it, would that change anything?08:25
=== cprov is now known as cprov-afk
carlosmhb: no08:30
carlosmhb: you need to 'fix' the application08:30
carlosRosetta will store your translation, but you will not see it unless the application uploads a fixed .pot file08:30
carloss/uploads/generates/08:31
mhbcarlos: How can I find out who's responsible for that?08:34
carlosmhb: mvo is the author08:35
mhbcarlos: is he allowed to change .pot files for Edgy so we can fix it there?08:35
carlosmhb: well, the fix is not just 'fix' .pot files08:36
carlosI would do it myself08:36
carloshe needs to change the application08:36
carlosto be able to use plural forms for that message08:36
carlosor your translation will be ignored08:36
mhbaww08:37
carlosonce he fixes it and releases an update for Ubuntu (I don't think that will happen in Edgy, but you can ask for it just in case is possible) Rosetta will get the new .pot file automatically08:37
mhbthat's what I really dislike. Bugs that l10n team can't fix but he will be criticised for them.08:39
mhbcarlos: thanks for the info. I'll go poke mvo and discuss it with him.08:41
carlosmhb: well, that's a bug in the application, so it's quite easy to state that... The problem is that is not a critical or security problem, that's why I don't think the fix would land in Edgy...08:44
mhbcarlos: Don't worry, I see your point. I just don't like such nasty bugs.08:45
=== matsubara-afk is now known as matsubara
carloskiko: UI changes that you asked for TranslationReview are implemented, (included the javascript) and needs a reviewer09:00
ctrlsoftthanks for making lp usable without images! works like a charm over slow connections09:01
=== j^ [n=j^@e178043077.adsl.alicedsl.de] has left #launchpad []
=== Gwaihir [n=Gwaihir@ppp-136-108.25-151.libero.it] has joined #launchpad
=== danilos is now known as danilo-out
=== mtaylor_ [n=mtaylor@206.173.9.2.ptr.us.xo.net] has joined #launchpad
=== mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #launchpad
=== jml [n=jml@ppp108-61.static.internode.on.net] has joined #launchpad
=== dand [n=dand@gw.datagroup.ro] has joined #launchpad
UbugtuNew bug: #75942 in launchpad "Karma page does not build correct name when it ends with "s"" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7594211:30
=== belito [n=user@201.240.250.48] has joined #launchpad
UbugtuNew bug: #75950 in malone "Debian tasks have lost all content" [Undecided,Unconfirmed]  http://launchpad.net/bugs/7595012:15

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