=== scandium [n=scandium@16-58-124-83.dsl.3u.net] has joined #launchpad === Lovechild [n=dnielsen@love-sources/Lovechild] has joined #launchpad === SnakeBite [n=SnakeBit@84.242.143.64] has joined #launchpad === SnakeBite [n=SnakeBit@84.242.143.64] has joined #launchpad === moonunit [n=moonunit@user-0cevdif.cable.mindspring.com] has joined #launchpad === mp1 [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [01:48] Does anyone else think the fonts are a bit big on launchpad? [01:49] launchpad.css scales them back up to 100% (after plone.css scales them down a bit). [01:50] with the comment 'Don't stomp on people's preferred font sizes:' [01:50] tvon: Which makes them whatever your preferred size is [01:50] as used on Slashdot, for example [01:50] hrm [01:51] If your preferred size is smaller or larger than your browser thinks it is, have a little chat with your browser's Preferences/Options [01:52] Launchpad does use bold text in quite a few places where it shouldn't [01:53] but I'm gradually getting rid of those [01:53] I understnad the logic in scaling the font size to 100% === cprov [n=cprov@lump.einval.com] has joined #launchpad [01:53] yo cprov [01:56] Not that I've been checking, but I'd be pretty impressed if I could find a well designed site that didn't scale the fonts [01:56] Yeah, there's a constant tension between designers and readers [01:57] Designers usually want to cram more onto the page [01:57] reducing scrolling, at the expense of readability [01:57] this is true [01:58] This is one of the reasons browsers switched from a 12px default in the mid-1990s to a 16px default since 1999 or so [01:58] ah, I thought it was 14 [01:59] Early Safari betas experimented with defaulting to Lucida Grande 14, but they were brow-beaten into changing to Times 16 [01:59] that's the only browser I know of that has ever defaulted to 14. [01:59] ah [02:00] You're welcome to set your own preferred size to 14 if that suits you :-) [02:00] heh, no thank you [02:03] anyway, I'm starving, so I'm going home [02:03] thanks for the chat [02:03] no probs [02:04] tchau === asgeirf [n=asgeirf@203-173-59-20.dyn.iinet.net.au] has joined #launchpad === WaterSevenUb [n=WaterSev@bl5-42-60.dsl.telepac.pt] has joined #launchpad [02:40] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Sync pgstats.py with production (patch-2319: stuart.bishop@canonical.com) === stub [n=stub@203-217-37-199.dyn.iinet.net.au] has joined #launchpad [02:57] cprov: ping [02:57] stub: pong [02:57] cprov: Did I tie the countdown and the 'number of changes before committing' together in Gina? [02:58] Urgh... yes I did. That would be a bug. [02:59] stub: yes, I has been done some time ago and never changed, bug me about it, I have plans to repair it, [02:59] stub: if you are not in hurry [03:00] I will need to start running Gina on staging tomorrow. I'll add a new command line option if it is a problem (or will this cause conflicts with your work?) [03:05] stub: the merge should be in PQM now ... === WaterSevenUb [n=WaterSev@bl5-42-60.dsl.telepac.pt] has joined #launchpad [03:08] ok. Partial commits will be important on production to avoid locking stuff in the db for too long (but gina.py | grep -v Countdown would work right now, so it isn't urgent ;) ) === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [03:37] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=bjorn] Fixing bug #1797, not found CoC doesn't cause a System Error anylonger. (patch-2320: celso.providelo@canonical.com) === robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [04:11] Merge to rocketfuel@canonical.com/dists--devel--0: [trivial] Tweak staging makefile and prune old production configs (patch-108: stuart.bishop@canonical.com) === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [06:10] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=bjorn] Fix Soyuz UI bits (patch-2321: celso.providelo@canonical.com, daniel.debonzi@canonical.com) [06:14] stub: done, if you want to modify something for gina on staging, I'm clean now === cprov waves good night === stub [n=stub@203-217-37-199.dyn.iinet.net.au] has joined #launchpad === Burgundavia_ [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad === Burgundavia_ [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad [07:07] lifeless: What is the procedure for syncing our Z3 tree with upstream? If I do a fresh import into a new version, I can't replay our patches against the new version. [07:08] (Or is this correct, and I need to manually apply the deltas instead of using replay?) [07:13] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] make sure authenticateEmail doesn't break on invalid signatures. (patch-2322: bjorn.tillenius@canonical.com) [07:16] stub: there is no reliable procedure [07:16] so yes, manual deltas or drop a copy on top of our tree and adjust until it looks right :/ [07:17] aha, life in lifeless (sounds wrong somehow...) [07:17] lifeless: is there any reason cscvs is truncating summaries to 55 chars? [07:17] yes, thats the heuristic, as cvs and svn dont have summaries they are inferred [07:20] I was thinking of more or less taking out that call to sanitize_summary()(). [08:08] summaries can't be multiline unless they are rfc822 formatted [08:08] so, you need to sanitise them somehow ;0 [08:10] are summaries going or staying for baz-2.0? [08:11] going I think [08:11] hmm? rfc 822 means lines of type 'Foo: Bar Quux ;comment' right? [08:12] nope [08:12] header: value [08:12] value continues [08:12] another-header: value [08:16] lifeless: ah ok I think get what you mean. so tla make-log stuff is in RFC 822 format. and cscvs truncates to avoid having to continue the lines properly? [08:16] in essence, yes. Note that the full cvs log is preserved in the body of the commit. [08:16] there is no data loss. [08:20] lifeless: Can you please mirror rocketfuel@canonical.com/launchpad--production--1.30 across (I just tagged it) [08:22] done. === robitaille_ [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #launchpad [08:34] lifeless: Ping [08:36] pong [08:36] I finished up the gnome audit. I emailed you a list, so that we can chat about it for a few [08:37] It was a painful, painstaking process, but I was able to find 79 out of 108. [08:39] Some of them look easy (vino, libgnome-vfsmm). Others look awkward (libxml++), others are presumably afu (*-java, "gnome") [08:40] btw, this took quite a bit of time, because it involved comparing one list against another, with policy changes (for example, dropping version numbers in baz archives) [08:41] And having four sources didn't help either (wild archive and 4 gnome archives of various names with various numbers of branches) [08:44] ok [08:44] So, first thing first. policy decision: What do you want to do with projects that have a + in the name? [08:45] (oh, among those 29 "failures" are a handful of failure to imports) [08:46] +->plus [08:48] The next question (more of a statement): These are dev branches, that list is against release. [08:48] jhbuild operates on dev [08:48] and its dev where the action is [08:49] I've mailed you back about the branding of bzr... [08:49] Sure, we want to go against dev (durh!), but the list that was audited (as per jdub's suggestion) was.. 211 or something like that. [08:49] please get a final draft of that announcement for me for my tomorrow, I really want that up === jblack winces. [08:50] To your next comment: desync. [08:50] Didn't you write one? [08:51] I did a focused redraft of what you had. [08:51] Martin - this is the draft roadmap for bazaar.. [08:51] Ok. I'll prettify the one you sent right now. [08:52] It needs you to go over it and : check the branding stuff for consistency (see my email as of 5 minutes back), check it for hang-togetherness, grammar etc. [08:52] Yeah. I'll do all that. [08:52] This shouldn't take long. The thing is in good shape [08:52] drop that back to me in mail for a final look and then we can go with it. [08:54] btw, you never told me. Where exactly is this going? [08:54] wiki, bazaar-announce, bazaar-ng, gnu-arch-users === dand [n=dand@gw.datagroup.ro] has joined #launchpad [09:28] jblack: if you can think of things that jhbuild could do better w.r.t. arch/bazaar support, please tell me (at bugzilla.gnome.org) [09:29] jblack: I haven't really done much with the support code since I started using Bazaar heavily [09:29] jamesh: Ok. Mind if I send you a list of what we already have imported, so you can give me a hunch of problems I've got coming? [09:29] sure. [09:29] jamesh@canonical.com ? [09:31] jamesh: does it support baz urls' ? [09:31] jblack: that'll get to me [09:31] ok. then its probably already 1/2 way there [09:31] lifeless: not at present -- you need to give the URL -> archive mapping separate from the module def. [09:32] jamesh: having urls would help hugely. [09:32] baz supports urls itself ;0 [09:34] lifeless: doublechecking -- we've guaranteed a migration tool [09:34] yes [09:34] as in a program, not as in "pick it up at the supermirror" [09:34] for 'baz -> bzr' yes [09:35] thats what I meant. [09:35] I think you'll like this [09:35] unless you thought the old one was too long. [09:36] are we additionally doing baz->bzr conversion at the sm ? [09:37] no [09:37] good thing I asked. :) [09:37] That surprises me, btw. Theres more than a couple orphaned archives at the sm [09:37] I was happy with the amount of content in the draft I sent you [09:38] ... is this for that draft ? [09:38] I'll provide one that is simply proofread as well. [09:38] (was already planning that) [09:38] jblack: you have pkgconfig in bazaar, btw [09:39] There's _two_ [09:39] That's why I said ambigious. I haven't disambiguated. :) [09:39] There are two pkg-configs and a pkgconfig. [09:40] Two of which have branches, one of which doesn't. [09:40] james@gabe:/cvs/pkg-config$ ls -l [09:40] total 8 [09:40] drwxrwxr-x 3 10019 pkgconfig 4096 2003-10-07 14:16 CVSROOT [09:40] lrwxrwxrwx 1 tfheen freedesktop 11 2005-06-12 03:17 pkgconfig -> pkg-config/ [09:40] drwxrwxr-x 4 10019 pkgconfig 4096 2005-08-27 02:06 pkg-config [09:40] so the two CVS modules are actually the same [09:41] jamesh: I haven't checked yet to make sure they're both gnome ones. Have you checked to make sure they're both pointing at that, and one isn't at some odd kde thing? [09:41] btw, thanks for helping. ;) [09:42] https://launchpad.net/products/pkgconfig/+series/main and https://launchpad.net/products/pkg-config/+series/main seem to indicate that they're the same [09:42] pdx.fd.o == cvs.fd.o [09:43] Ok. I'll update the pkg-config one [09:43] there is just one pkg-config, used by both Gnome and KDE (and other projects not related to any desktop) [09:43] I think Mithrandir wants to use the name "pkg-config" rather than "pkgconfig" [09:44] I'll rephrase. I'll update to use the pkg-config one in the list I emailed you [09:46] hmm. the Launchpad "pkg-config" product tracks the "pkgconfig" CVS module and vice versa [09:48] jblack: dbus and hal should probably be in the list too [09:48] both of which seem to be imported [09:56] later folk [09:56] lifeless: don't late. [09:56] lifeless: can you wait 5 more minutes? [09:57] whats up [09:58] lifeless: read that. [09:58] read which ? [09:58] Thats a full rewrite ( :) ). I'm doing a simple proofreading for you, which will be in yur mailbox by the time you get back (that'll only take 10 minutes) [09:59] I'll do that tomorrow morning [09:59] catch you guys === carlos [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad [10:24] morning [10:33] hi carlos [10:33] SteveA, morning [10:36] it's a public holiday for me today. i'll be around a bit though. === ddaa [n=ddaa@ordo.xlii.org] has joined #launchpad [10:43] SteveA: I've been working on testing Z3.1 with Launchpad. Starting to get bogged down. [10:43] does that mean that it doesn't work out of the box? [10:43] SteveA: I'll probably commit what I have and punt it to you to have a look at sometime [10:43] okay [10:43] SteveA: Nope. [10:43] hi carlos [10:44] i have about 2 weeks of stuff i need to land, unless someone does some of it for me. then i'll be able to look at zope 3.1. [10:44] jamesh, hi [10:44] I saw you sent me an email, but still need to read it (if you ping me because it) [10:45] carlos: james.henstridge@canonical.com--2004/launchpad--smallfixes--0--patch-14 <- has an updated validate_translation() function [10:45] jamesh, ok, I will take a look later this morning [10:46] are you wrapping C code or did you added the checks as python code? [10:46] carlos: Python code [10:46] jamesh, ok [10:47] carlos: you can either merge from that branch, or I can put it up for review as is [10:47] carlos: but this should catch the extra errors that msgfmt looks for [10:48] jamesh, let me check it and If I don't need to do any change, just ask for review directly [10:48] jamesh, cool [10:49] carlos: I also added a few tests of validate_translation(), since I couldn't find any [10:51] jamesh, hmm, I'm using pagetest for that [10:51] jamesh, the code was calling directly your pygettext bindings that already have test so I think it was not needed [10:51] carlos: okay. well the straight doctests can't hurt :) [10:52] now that you have other code there is better that way, yes [10:52] carlos: I think part of the problem was a misunderstanding of what PoMessage.check_format() did [10:52] jamesh, yeah, I know [10:52] it just checks to see if format strings get translated right [10:52] which isn't the only test gettext does [10:52] I assumed that it checks all things [10:53] jamesh, I discovered the msgfmt extra checks last week after talking with kiko [10:53] SteveA: btw. NotFoundError is deprecated. Z3.1 tells you to use one of the standard exceptions. There will be a tedious job of replacing them all with LookupError (or KeyError or IndexError). [10:54] it will be easy [10:54] here's how [10:54] 1. write a script that replaces the import of zope.interfaces.NotFoundError with canonical.launchpad.interfaces.NotFoundError [10:54] 2. run script [10:55] 3. write c.l.i.NotFoundError [10:55] stub, I suppose the whitespaces script finished successful on staging, right? [10:56] we'll probably want to make c.l.i.NotFoundError derive from LookupError [11:00] carlos: w.r.t. bug 1036, one solution might be to replace leading and trailing newlines inside the textarea with [11:00] I wonder if an entity would get stripped in the same way as an actual newline? [11:01] oh. you already tried that === Virtuall [n=virtuall@blackbox.enio.lv] has joined #launchpad [11:02] :q [11:03] jamesh, 1036 is already fixed [11:03] jamesh, and anyway, the whitespace problem is also fixed as we modify the submissions strip them and add the same whitespaces that msgid has [11:03] carlos: any update on the queue? [11:04] jordi, I just started to work, I hadn't time to look into it [11:04] jordi, I suppose it's a .po file that is breaking the script so new imports cannot be done [11:06] hmmm [11:07] stub, could you check on production if the poimport script is running? === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad [11:07] hello [11:07] stub, last email I got from that script was on Friday [11:07] zyga, hi [11:07] I just came across a bug in launchpad [11:08] https://launchpad.net/malone/bugs/1942 [11:08] I was wondering if the report is okay as I never had problems with it before === koke [n=koke@169.Red-217-127-113.pooles.rima-tde.net] has joined #launchpad [11:11] zyga, are you a member of the Polish translation team? [11:11] carlos: yes [11:12] zyga, can you define a bit more the problem [11:12] do you get a system error? [11:12] or the system just ignores your submission? [11:12] carlos: yes I do [11:12] ok [11:12] I go to the page describing what to do [11:13] (report a bug, note the url and such) [11:13] zyga, please, try it again and tell me it so I can see the exact error from the log [11:13] I can still reproduce the bug [11:13] okay [11:13] trying now [11:14] I happened again [11:14] ok [11:14] carlos: Sorry - my speaker was off [11:15] zyga, I don't see anything [11:15] stub, no problem at all [11:15] carlos: poimport is running right now. [11:15] carlos: I'm puzzled [11:15] zyga, let me try to change it myself [11:15] carlos: I can give you vncview stuff access if you want to click it yourself [11:15] stub, since Friday? [11:15] carlos: ok [11:16] zyga, no, don't worry [11:16] carlos: Nope - but it might be hung - doesn't seem to be chewing any CPU [11:16] stub, could you kill it, please? [11:16] What do I run to trace a running process under Ubuntu? [11:16] strace ? [11:17] zyga, hmm it works here [11:17] zyga, could you send me the messages that you change with the text you are trying to use? [11:17] zyga, carlos.perello at canonical.com [11:17] carlos: no problem, just a moment [11:18] ok [11:18] thanks [11:18] carlos: It seems to be hung in poll() === sivang [n=sivang@box79162.elkhouse.de] has joined #launchpad [11:18] Killed [11:18] carlos: do you want a .po file? or just hand made orig: foo; polish: bar; ? [11:18] stub, thanks [11:19] zyga, hand made, there are only 10 strings [11:19] zyga, you don't need to copy the msgid [11:19] ok [11:19] just tell me the number you see in the translation form === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad [11:22] 75 -> 105 [11:22] argh... [11:22] sorry [11:23] 75, 79, 81, 82, 83, 84, 85, 86, 86, 105 === Seveas [n=seveas@re-uva-47.wireless.uva.nl] has joined #launchpad [11:25] Merge to rocketfuel@canonical.com/dists--devel--0: [trivial] production-1.30 config (patch-109: stuart.bishop@canonical.com) [11:29] lifeless: pqm seems to have hung [11:29] lifeless: no it hasn't, wrong window.... [11:34] zyga, I mean, in your email [11:34] carlos: ok [11:34] zyga, give me the numbers + the translations you try to submit [11:35] so I can try it too and see the error [11:35] jamesh, thanks for the bug report [11:37] carlos: done [11:38] zyga, thanks [11:38] zyga, next time you see this kind of problem, this extra information would be a good addition to the bug report so we can reproduce the problem [11:39] carlos: sure, this should be also added to the error page I guess [11:40] zyga, the problem is that the error page is not Rosetta specific [11:40] carlos: I see === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === WaterSevenUb [n=WaterSev@bl5-42-60.dsl.telepac.pt] has joined #launchpad [12:07] carlos: any luck? [12:08] zyga, hadn't time to look at it yet [12:09] zyga, btw, did you selected a filter? [12:09] zyga, because I see the sequence numbers have holes [12:09] which option did you selected? the ones that need review? [12:12] Merge to rocketfuel@canonical.com/launchpad--devel--0: [trivial] Added Friulian plural forms information (patch-2323: carlos.perello@canonical.com) [12:18] carlos: yes I choosed fuzzy messages [12:19] zyga, I don't get that sequence numbers as fuzzy, the first one is higher than 100 [12:20] carlos: maybe my update did commit [12:20] carlos: I un-checked some of those fuzzy markers [12:20] ok [12:24] zyga, found the problem [12:24] carlos: what was going on with the queue? [12:24] zyga, thank you! [12:24] jordi, don't know the status, waiting for the email that tells me about it === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad [12:26] carlos: apparently mtpaint has messages right now [12:26] jordi, cool :-) [12:27] londonlaw too [12:29] carlos: hmmm... system error occurred, again [12:29] maybe I should refresh my page [12:29] zyga, bug found but not fixed :-) [12:30] zyga, so it's normal it still fails [12:30] ah :) [12:30] I missunderstood [12:31] zyga, it takes some days since we detect a bug, we fix it and the fix is applied to our production server [12:31] zyga, you can just jump to next page and continue translating and leave those messages to do later [12:32] carlos: that's okay, I'm already translating other packages [12:32] ok [12:32] zyga, I will tell you when it's fixed from the bug report [12:52] carlos: is this for you? --> http://lists.ubuntu.com/archives/ubuntu-translators/2005-August/000260.html [12:53] koke, no, jordi [01:04] Merge to rocketfuel@canonical.com/launchpad--devel--0: [r=bjornt] Product and Project vocabularies should not contain inactive entries. Bug#1873 (patch-2324: stuart.bishop@canonical.com) === depoll is now known as dePOLL [01:24] hmm [01:24] the 'top contributors' weblet is useless :) [01:25] top people obviously contributed huge amounts of translations in some automated manner, porbably importing existing stuff [01:25] zyga, we are going to fix that [01:25] zyga, don't worry [01:31] will translations from hoary will automatically be suggested in the exactly same package for breezy? === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === ubuntulog [n=warthylo@212.242.141.114] has joined #launchpad === Topic for #launchpad: Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || Developers' meeting, Thursday 1 Sep, 12:00 UTC === Topic (#launchpad): set by SteveA at Thu Aug 25 14:02:43 2005 === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === tvon [n=tvon@dsl093-056-214.blt1.dsl.speakeasy.net] has joined #launchpad === Virtuall [n=virtuall@blackbox.enio.lv] has joined #launchpad === \sh_away [n=nnsh@server3.servereyes.de] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === sladen [i=paul@starsky.19inch.net] has joined #launchpad === netjoined: irc.freenode.net -> brown.freenode.net === sivang [n=sivang@box79162.elkhouse.de] has joined #launchpad === j^ [n=nj@wg104.waag.org] has joined #launchpad === bob2 [n=rob@crumbs.ertius.org] has joined #launchpad === dand [n=dand@gw.datagroup.ro] has joined #launchpad === carlos [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad === Keybuk [n=scott@lump.einval.com] has joined #launchpad === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad === superted [n=superted@213.167.101.222] has joined #launchpad === dePOLL [i=ng2@nerdKing.de] has joined #launchpad === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === \sh_away [n=nnnsh@server3.servereyes.de] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === Virtuall [n=virtuall@blackbox.enio.lv] has joined #launchpad === dePOLL [i=ng2@nerdKing.de] has joined #launchpad === superted [n=superted@213.167.101.222] has joined #launchpad === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad === Keybuk [n=scott@lump.einval.com] has joined #launchpad === dand [n=dand@gw.datagroup.ro] has joined #launchpad === j^ [n=nnj@wg104.waag.org] has joined #launchpad === sivang [n=sivang@box79162.elkhouse.de] has joined #launchpad === BjornT [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad === carlos_ [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === bob2 [n=rob@crumbs.ertius.org] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad [01:37] [after rejoin] will translations from hoary will automatically be suggested in the exactly same package for breezy? === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === interalia [n=interali@adsl-60-232.swiftdsl.com.au] has joined #launchpad === edward [i=edward@4angle.com] has joined #launchpad === sladen [i=paul@starsky.19inch.net] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === jordi [n=jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #launchpad === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === asmodai [n=asmodai@sakko.demon.nl] has joined #Launchpad === Alinux [n=Ubuntu@p54A38BC7.dip0.t-ipconnect.de] has joined #launchpad === bradb-away [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === stub [n=stub@203-217-37-199.dyn.iinet.net.au] has joined #launchpad === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad === Seveas [n=seveas@re-uva-5.wireless.uva.nl] has joined #launchpad [01:53] stub, hi, around? [01:53] zyga, yes [01:53] zyga, and we are planning to apply new translations automatically across all Ubuntu distros so you don't need to do that manually [01:56] yo [01:56] stub, just sent you an email [01:57] I need your db admin powers :-P [01:59] carlos: That will update 23 records. [02:00] stub, ok, go ahead. Thank you [02:00] carlos: Should there be only 1 iscurrent entry per productseries? [02:01] stub, hmm not now [02:01] stub, I suppose it would be that way in the future [02:01] stub, we are using it only for distro translations [02:03] launchpad_prod=# select count(*),productseries from potemplate where productseries is not null and iscurrent=true group by productseries having count(*) > 1; [02:03] count | productseries [02:03] -------+--------------- [02:03] 4 | 3964 [02:03] 6 | 4219 [02:03] 2 | 4199 [02:03] I'll run the query - we already have some duds to repair if that is the case :-( [02:05] stub, in this case, it's not a problem at all as that field was not useful until last week production update [02:05] we started using it at that point but I assume that all rows had the iscurrent field set to true [02:05] carlos: no - just checking that that query isn't going to break something else [02:06] ok [02:06] Done. [02:06] launchpad_prod=# select count(*),productseries from potemplate where productseries is not null and iscurrent=true group by productseries having count(*) > 1; [02:06] count | productseries [02:06] -------+--------------- [02:06] 4 | 3964 [02:06] 6 | 4219 [02:06] 2 | 4199 [02:06] 6 | 178 [02:06] (4 rows) [02:06] Only one more dud to repair. === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === warthylog [n=warthylo@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === Topic for #launchpad: Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || Developers' meeting, Thursday 1 Sep, 12:00 UTC === Topic (#launchpad): set by SteveA at Thu Aug 25 14:02:43 2005 === ubuntulog [n=warthylo@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === Topic for #launchpad: Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || Developers' meeting, Thursday 1 Sep, 12:00 UTC === Topic (#launchpad): set by SteveA at Thu Aug 25 14:02:43 2005 === dilys [i=daf@muse.19inch.net] has joined #launchpad === Dilago [n=ubuntu@20132165161.user.veloxzone.com.br] has joined #launchpad === Dilago [n=ubuntu@20132165161.user.veloxzone.com.br] has left #launchpad [] [02:53] who approves translations? [02:55] I've just commited about 1K of polish translations for gcc-4.0 breezy, and all of a sudden about 700 of them became approved [02:55] gcc had no polish translation before === ChanServ [ChanServ@services.] has joined #launchpad === carlos -> lunch === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad [03:04] morning [03:06] morning bradb [03:06] how's that bike? [03:06] hey kiko, it's all good. my gf just brought hers into town (from her parents place, who live out of town.) it's at my place, so that she can take it to a shop in the neighbourhood for tuning up. [03:07] picked up a hydrapak the other day === bob2 [n=rob@crumbs.ertius.org] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === dilys [i=daf@muse.19inch.net] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === j^ [n=nnj@wg104.waag.org] has joined #launchpad === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === segfault [i=carlos@prognus.com.br] has joined #launchpad === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === dilys [i=daf@muse.19inch.net] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === segfault [i=carlos@prognus.com.br] has joined #launchpad === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === bob2 [n=rob@crumbs.ertius.org] has joined #launchpad === edward [i=edward@4angle.com] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === j^ [n=nnj@wg104.waag.org] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === segfault [i=carlos@prognus.com.br] has joined #launchpad === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === dilys [i=daf@muse.19inch.net] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === \sh_away [n=nnnnsh@server3.servereyes.de] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad === ubuntulog [n=warthylo@port49.ds1-van.adsl.cybercity.dk] has joined #launchpad === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad === dePOLL [i=ng2@nerdKing.de] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === edward [i=edward@4angle.com] has joined #launchpad === bob2 [n=rob@crumbs.ertius.org] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === \sh_away [n=nnnnsh@server3.servereyes.de] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad === Virtuall [n=virtuall@blackbox.enio.lv] has joined #launchpad === carlos [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad === dand [n=dand@gw.datagroup.ro] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === dilys [i=daf@muse.19inch.net] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === _Rappy_ [n=hunt-pre@dsl-253-122.monet.no] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === segfault [i=carlos@prognus.com.br] has joined #launchpad === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === j^ [n=nnj@wg104.waag.org] has joined #launchpad === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === BjornT [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad === ..[topic/#launchpad:irc.freenode.net] : Discussion with Launchpad users and developers. || https://launchpad.net/ || Includes Rosetta and Malone. || Developers' meeting, Thursday 1 Sep, 12:00 UTC === sivang [n=sivang@box79162.elkhouse.de] has joined #launchpad === jordi [n=jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #launchpad === asmodai [n=asmodai@sakko.demon.nl] has joined #Launchpad === BjornT heads out for a bike ride === sladen [i=paul@starsky.19inch.net] has joined #launchpad === mpt wishes he remembered how to use sed === superted [n=superted@213.167.101.222] has joined #launchpad [03:31] sed -e 's/foo/bar' x.txt [03:32] actually, I probably more need awk here [03:39] yes! [03:41] ls -l lib/canonical/launchpad/templates/ | awk '{print "||`", $8, "`|| ? || ? || ? ||"}' > ~/template-wiki-table [04:11] kiko: Did you have any luck with the local travel agent? If not I'll e-mail Edward today [04:11] mpt, our agent is surefire, but I can ask nando to check [04:12] or better yet === Seveas [n=seveas@82-217-144-53.cable.quicknet.nl] has joined #launchpad === morgs [n=morgan@wblv-146-247-19.telkomadsl.co.za] has joined #launchpad [04:15] kiko: because I have definite dates now [04:16] ah, good. [04:17] send me an email with the dates [04:19] mpt, why did you reduce the linktext on the add a comment to "log in"? [04:20] it's a lot harder to click [04:20] what? [04:20] on bug reports? [04:21] I didn't touch that, as far as I can remember [04:21] hmm [04:26] https://launchpad.net/malone/bugs/1948 [04:27] Reason #1948 for why, if a bit of code isn't tested, it's almost better for it to not exist (at least that way it won't be raising exceptions :P) === WaterSevenUb [n=WaterSev@bl5-135-28.dsl.telepac.pt] has joined #launchpad [04:29] kiko, hi. I have a patch to add suggestions to multiline messages [04:30] mpt: is the move of application menus from tabs to a portlet permanent? [04:30] kiko, but it uses "python:" in the pagetemplates, is that ok or should I add python methods and remove them when the pomsgsetview spec is implemented? [04:31] carlos, shold be okay. [04:31] jamesh: I hope not, but it's not my decision [04:31] kiko, ok [04:32] mpt: okay. The calendar pages looked a lot nicer with the app menus in tabs :) [04:32] yeah [04:41] mpt: Which bug icon should I use for wontfix? === netjoined: irc.freenode.net -> kornbluth.freenode.net === superted [n=superted@213.167.101.222] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === \sh_away [n=nnnnnsh@server3.servereyes.de] has joined #launchpad === BjornT [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === dilys [i=daf@muse.19inch.net] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === jordi [n=jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #launchpad === dand [n=dand@gw.datagroup.ro] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === j^ [n=nnj@wg104.waag.org] has joined #launchpad === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === segfault [i=carlos@prognus.com.br] has joined #launchpad === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad [04:52] what's going wrong with freenode today? [04:53] they're probably making "improvements" [04:55] http://freenode.net/news.shtml says they're rolling out changes to prevent unregistered users from using /msg [04:55] bradb: I'd like Wontfix to be removed from the Priority menu (as described in SimplifyingMalone). In the meantime, you could use the generic (grey) bug icon. === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad [04:58] mpt: (yeah, me too) ok, thanks [04:58] jamesh, I hope they finish soon... === Alinux [n=Ubuntu@p54A38BC7.dip0.t-ipconnect.de] has joined #launchpad === ChanServ [ChanServ@services.] has joined #launchpad === sd-tux [i=sd@2001:4ca0:0:fe00:0:0:a96:3f18] has joined #launchpad === \sh [n=nnnnnsh@server3.servereyes.de] has joined #launchpad === BjornT [i=10183@82-135-221-189.ip.takas.lt] has joined #launchpad === Znarl [i=karl@bb-82-108-14-161.ukonline.co.uk] has joined #launchpad === Lathiat [i=lathiat@gasp.bur.st] has joined #launchpad === dilys [i=daf@muse.19inch.net] has joined #launchpad === elmo [n=james@83-216-156-21.jamest747.adsl.metronet.co.uk] has joined #launchpad === jordi [n=jordi@115.Red-213-96-69.pooles.rima-tde.net] has joined #launchpad === dand [n=dand@gw.datagroup.ro] has joined #launchpad === Kinnison [n=dsilvers@haddenham.pepperfish.net] has joined #launchpad === mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === lifeless [n=robertc@dsl-129.129.240.220.lns02-wick-bne.dsl.comindico.com.au] has joined #launchpad === j^ [n=nnj@wg104.waag.org] has joined #launchpad === jamesh [n=james@203-59-251-126.dyn.iinet.net.au] has joined #launchpad === bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #launchpad === SteveA [n=steve@adsl-213-190-44-43.takas.lt] has joined #launchpad === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === koke [n=koke@217.127.113.169] has joined #launchpad === lamont-away [n=lamont@192.34.35.16] has joined #launchpad === segfault [i=carlos@prognus.com.br] has joined #launchpad === mdz_ [n=mdz@ca-studio-bsr1o-251.vnnyca.adelphia.net] has joined #launchpad === salgado [n=salgado@200-171-140-32.dsl.telesp.net.br] has joined #launchpad === jblack [i=jblack@static-209-158-45-74.scr.east.verizon.net] has joined #launchpad === carlos [n=carlos@243.Red-83-47-24.pooles.rima-tde.net] has joined #launchpad === Virtuall [n=virtuall@blackbox.enio.lv] has joined #launchpad === spiv [n=andrew@adsl-66-203.swiftdsl.com.au] has joined #launchpad === bob2 [n=rob@crumbs.ertius.org] has joined #launchpad === edward [i=edward@4angle.com] has joined #launchpad === cprov [n=cprov@haddenham.pepperfish.net] has joined #launchpad [05:53] cprov: I mentioned in #launchpad that I had added an sp details portlet on my MaloneSearchResults branch. I guess you weren't around or something. [05:54] bradb: nice, is it working fine ? did something in my last commit damage it ? [05:55] cprov: Oh, maybe debonzi had added it on the branch you inherited from him. patch-2321 added a sourcepackage details portlet, coming from your archive. [05:56] bradb: yes, now I remember, it was asked by Mark in the br sprint, wasn't it ? [05:57] dunno. but it was to sabdfl that I noted on #launchpad that I had added it on my MSR branch. [05:58] bradb: is it much different of yours ? can't you simply merge your changes ? === lamont-away is now known as lamont [05:58] cprov: I'm taking the one from your branch, because it contains useful data that mine didn't have. [06:00] bradb: yup, we should avoid do the same job twice in the future, sorry for that, we should coordinate it better, it's in part (or entirely) my fault. [06:02] no worries, it was relatively minor, and the portlet on your branch provided extra (useful) details ;) [06:08] bradb: I'm glad to help ... leaving with dsilvers, see you [06:08] cheers [06:09] salgado: Might you have some time to review portlet mania, the finale today? [06:22] bradb, sorry, dude. I don't think I'll have time for it. [06:22] ok, no worries [06:22] bradb, I'll have a lot of work to do on ShipItNG this week, so I think it'd be better to move it to someone else's queue [06:23] ok [06:24] kiko-fud: The "General Queue" on the PendingReviews page seems to experience some serious bitrot. Do we need a "General Queue"? === lisi [n=Ubuntu@p54A394DA.dip0.t-ipconnect.de] has joined #launchpad === lamont is now known as lamont-away === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #launchpad === morgs [n=morgan@wblv-146-247-19.telkomadsl.co.za] has left #launchpad [] [07:18] hello [07:18] I'm reviewing polish translations and I've noticed massive corruptions [07:18] it looks like latin2 was misinterpreted as utf8 [07:19] as a result many translations are broken === siretart [i=siretart@tauware.de] has joined #launchpad [07:28] hi [07:29] is it somehow possible to let launchpad list all open bugs that have been assigned to a team I'm a member of? [07:31] ah, ignore me. I am too blind to see the link. sorry [07:31] :) [07:38] bradb-lunch, I didn't understand your question? [07:42] anyone from the devel team? === moonunit [n=moonunit@bi-02pt1.bluebird.ibm.com] has joined #launchpad [08:30] zyga: really? can you show an example of this? [08:35] zyga, could you point us to any URL that shows that problem so we can check the original .po file ? [08:48] kiko: There's a "General Queue" on the PendingReviews page. It seems that review requests that go in there tend to get ignored. For example, there's branches in there from 11 days ago. Is there any reason why we need the "General Queue"? [08:49] let me answer that later [08:49] jordi: sure, gksu packages I've just fixed [08:49] carlos: I'll try [08:49] but It seems that the problem originated from broken encoding string in the po itself [08:50] the files IMHO were utf8 but were tagged as latin2 [08:50] zyga: aww [08:51] zyga, that's not a Rosetta bug then, it needs manual fix... [08:51] uploading again those .po files with the right encoding [08:51] (I'm not sure though) [08:52] I'm still waiting for the import to happen I've fixed all bugs in gksu, libgksu and libgksuui [08:52] BjornT: Will you have a chance to response to my MSR followup in the next little while? [08:52] https://launchpad.net/distros/ubuntu/breezy/+sources/libgksu1.2/+pots/libgksu1.2/pl/+translate [08:52] check this out [08:52] look at third string [08:52] the suggestion is totally corrupted [08:53] this is just an example, if someone can send me the all the .po files gzipped I could verify them quickly [08:53] zyga, could you check it with the contents of the source package? [08:53] carlos: apt-get source? [08:53] zyga, yes [08:53] I'm running hoary :/ [08:54] I'll change to breezy for a moment and revert back [08:54] just a moment [08:54] zyga, ok,thank you [08:58] carlos: it's broken in the source package [08:58] check out gksu in breezy [08:58] po/pl.po [08:58] nothing there is corrupted (it's valid and perfect utf8) but the file is tagged as latin2 [08:58] zyga, then I think you will need to fix one by one (and notify the maintainers) [08:58] it comes from a repository of gnomepl.org (I cooperate with that group from time to time) [08:58] gnomepl.org uses latin2 by default unfortunatly [08:59] zyga: you can find gksu's upstream on IRC, nickname kov, btw [08:59] zyga, but I don't understand why they mix that [08:59] zyga: all GTK2 po files have to be UTF-8 [08:59] they should know that [08:59] carlos: they dont! [08:59] zyga, then? [08:59] they always use latin2 and the files are encoded correctly (well apart from not being utf8) [09:00] someone must have converted those files [09:00] and left the tag line intact [09:00] I'll ask again about getting all the .po files in one big package, downloading each one from rosetta is really tideous [09:01] I can upload them one by one [09:01] zyga, you can fix that problem using rosetta's export functionality? [09:01] I'll ask the group for support [09:02] carlos: yes: for I in packages; do rosetta-download-po $I; fix-po; rosetta-upload-po $I; done [09:02] bash-so-to-speak [09:02] zyga, the problem is that we don't have an easy way to do that kind of export [09:02] carlos: ah :/ [09:02] zyga, but I suppose you can get that from breezy's language pack [09:02] maybe they could help me [09:02] hmm [09:03] good idea! :) [09:03] should I convert everything to UTF8 ? [09:04] I think so, yes [09:04] anyway, Rosetta will accept any encoding [09:05] I've written a bash script that does the conversion automatically [09:05] this should help :> [09:05] cool [09:12] kiko: Got a moment to discuss the canonical URL of a bug under the new URL scheme? It's really starting to be a bit of a blocker. [09:15] bradb, I liked the launchbag idea. [09:16] kiko: Cool. The other issue though is, for example, there's a portlet listing the dups of the current bug: where does each dup href link to? [09:16] I'd just take the simple way out and link to the same context. [09:17] ah, that's a fuurickin good idea actually [09:17] that's an amazingly good idea; why the heck didn't i think of that [09:17] same context if it exists, first context if it doesn't [09:17] mpt: same context all the time should be ok, no? [09:17] bradb: I'm not up to speed with what's supposed to happen when you visit a bug in a context for which it's not reported [09:18] do you get redirected to the first context? [09:18] or a 404? [09:18] or what? [09:18] IMHO, it should be basically the same in every way as if it were reported, except that it would have a button to say "Also exists in " [09:18] (or something like that) [09:18] s/it were reported/it were reported in that context/ [09:19] I see [09:19] We're going to need an indexing strategy for that [09:19] otherwise Googlebot will realize we have 10000 bug reports * 10000 contexts and say "fugeddaboudit, I'm not indexing that many pages" [09:20] We could nofollow those pages [09:20] noindex, yes. [09:21] Whatever works for you [09:26] kiko: I will note though that it's not quite the "simple" way it. Simple to create the link, but it'll take extra time to make that link actually work (though, still, I think it's by far the most sensible way to do the linking, because jumping randomly from one context to another would be very bad, IMHO.) [09:26] bradb, I don't understand what you mean? all contexts should have all bugs. [09:27] kiko: It'll be like a "ghost" context. The context of the bug page is (in my branch, anyway) an IBugTask. except, in this case, there may not actually be a "real" IBugTask at the URL /products/foo/+bugs/1 [09:27] mpt, I doubt googlebot would give up indexing, though. [09:27] bradb, why did you change the context to be an IBugTask, btw? [09:27] I guess there's no other sensible way to do this, is there? [09:28] well, you /could/ use bug and then the launchbag... [09:28] kiko: Well, it wouldn't *give up*, we'd just get poorer coverage. [09:28] Not that I could think of. I couldn't see how to make it anything other than an IBugTask while still making that page contextually aware. [09:28] because some of its resources would be being spent on duplicates. [09:28] (duplicates in the page sense, not in the bug sense:-) [09:28] bradb, launchbag. [09:28] if the context is a bug though, a bug task was never traversed [09:28] mpt, the pages will be slightly different if we have our way. [09:29] kiko: Sure, but not enough, they'd fall under the "some pages very similar to these ones" label [09:30] hmph === bradb ponders the launchbag [09:31] SteveA: ping [09:31] bradb, that's how I thought it was going to work, at least... [09:33] kiko: This would involve also creating the request/launchbag: TALES adapter, right? [09:33] carlos: should I start uploading converted translations? [09:33] bradb, ideally, yes [09:34] zyga, if you are an official translator, yes, please [09:34] zyga, if you are not, you will need that someone do that for you [09:34] I *think*, at this moment, that is also implies some tricky in the traversal functions to stuff the task into the launchbag by hand (because it won't happen automatically, if, in fact, it hasn't actually been traversed, per se.) [09:34] carlos: official translator? [09:34] carlos: I'm a member of my translation team, and an ubuntie [09:34] is that enough? [09:35] bradb, you don't need the task, do you? just the context [09:35] zyga, upload them as "published" [09:35] you can then just do a function on the context to get task by bug id [09:35] zyga, yeah, that's enough [09:35] BTW: what's a .poe file, they are in language-pack-pl package [09:35] .poe? [09:35] no idea [09:35] bradb, then you'd do context/bug_to_bugtask/233/ [09:35] and that would be the task [09:35] they conatin everything that .po file has [09:35] anyway, that was my idea, bradb [09:35] and seem to be utf8 already [09:35] SteveA to the rescue? [09:35] kiko: there could be more than one bug with that id in that context [09:36] i.e. more than one task with that bug id for that context [09:36] zyga, please, ask Martin Pitt about that (his nick is pitti) [09:36] carlos: ok [09:38] bradb, hmmm. return a sequence then? [09:38] perhaps, yeah [09:39] carlos: pitti is leaving today so that has to wait [09:39] carlos: why are language-pack-gnome-pl source packages empty? [09:40] zyga, no idea, pitti is on charge of those packages [09:40] right [09:42] kiko: I'm still not 100% sure that this is a simpler solution though. e.g. If the $url in question has an IBug as its context, what do you traverse to to render $url/+{view,edit}status? [09:43] if the context is an IBugTask, it's obvious. if the context is an IBug, it may be that the specific task information needed to do that is lost. [09:44] but maybe i'm missing something [09:44] bradb, well, you were the first one to say that you could have multiple bugtasks for the same bug and context. [09:44] I can't see how you are intending to traverse to +view/+edit directly... [09:45] yep, it's not exactly that unusual to have multiple packages affected by a bug, at least by my reading of recent USN's. [09:45] s/USN's/USNs/ === SeaKai [i=opera@41-185.240.81.adsl.skynet.be] has joined #launchpad === SeaKai [i=opera@41-185.240.81.adsl.skynet.be] has left #launchpad [] [09:47] ugh.../me tries to demushify brain for a second [09:51] kiko: e.g. you're looking at warty bugs at /distros/ubuntu/warty/+bugs [09:51] multiple packages != multiple tasks for the same context [09:52] packages + products = contexts, right? [09:52] mpt: it does mean ==, unfortunately [09:52] you're looking at warty bugs... [09:52] bug #42 could be filed on 3 warty packages [09:52] ok, that's a distro release package [09:52] the urls are warty specific, they don't drilldown into each package [09:52] "Ubuntu Warty Firefox" [09:52] bradb, I have no clue how you're going to deal with that [09:53] kiko: with IBugTask as the context it's trivial (it's that that that breaks a lot of other things :/) [09:53] bradb, how do you know which IBugTask to traverse to? bug id? [09:53] err task id? [09:55] have to use the task id, AFICT [09:55] well, first, presumably drilling down in sp context from the distro release listing is a Bad Thing, right? [09:59] mm, admittedly, i doesn't necessarily have to be a bad thing, since sp-specific URLs can still show useful DR context, where applicable [09:59] s/i/it/ === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #launchpad === carlos -> dinner [10:08] see you === Nafallo [n=nafallo@unaffiliated/nafallo] has joined #launchpad [10:29] bradb, I think exposing task IDs is crack [10:29] but whatever [10:29] kiko: So do I; that won't happen. [10:29] (I've already gone through hell once to make sure that doesn't happen anymore.) [10:29] it wouldn't be a problem if our URLs were obfuscated, but since they're readable, it's ironically evil [10:31] kiko: Should links from the DR bug listing point to sp bug URLs? [10:31] bradb, probably. [10:32] That would be a useful improvement. It seems as though that must be broken right now, but we haven't had enough data in there to notice (i.e. same bug tracked in two different packages.) === bradb hopes BjornT will be able to respond to my MSR followup today so I can land it. [11:16] kiko: If you had an IUpstreamBugTask, filed on firefox, bug #42, what would you expect to be returned by canonical_url(upstream_firefox_task)? === mpt wonders why he keeps getting logged out of production === rbelem [n=rodrigo@200.231.107.155] has joined #launchpad === Mez [n=Mez@cpc3-lich4-3-0-cust227.brhm.cable.ntl.com] has joined #launchpad === HiddenWolf [n=HiddenWo@136.234.dynamic.phpg.net] has joined #launchpad [11:57] Help. I want to file a bug, launchpad tells me to log in, so I do, then it tells me I'm already logged in. I go back, and it'll ask me to log in again. [11:58] To log in, enter your e-mail address and Launchpad password. [11:58] HiddenWolf, really? did it ever work? [11:59] Typical, the moment i start bitching it works. [12:01] heh [12:03] kiko: what would the canonical url of a distro bug task (with an sp) be? [12:03] It appears that we don't have distro-wide sp bug URLs, and that the SourcePackage object doesn't even support that [12:03] that's correct [12:04] everything's in a distro release [12:04] but hey, you can be creating, and add source packages to distro releases :-) [12:04] err