[00:04] hi, someone added SPAM to bug #603656 - how can i get it removed? [00:05] Launchpad bug 603656 in eclipse (Ubuntu) "[maverick] Package "eclipse" has broken dependencies. (affected: 8, heat: 43)" [Undecided,Fix released] https://launchpad.net/bugs/603656 [00:22] could someone check whether this branch does work? lp:~pavolzetor/ubuntu/natty/liferea/liferea-test [00:23] ari-tczew: What about it? [00:24] maxb: when I try to show via http://LP, I got an error 'ooops!.. [00:26] ari-tczew: It seems to be working for me, what is the *exact* URL that oopses? [00:26] maxb: https://code.launchpad.net/~pavolzetor/ubuntu/natty/liferea/liferea-test/+merge/41469 [00:28] ari-tczew: So, it is the merge proposal, not the branch, that oopses [00:28] bdrung: could you look at it in sponsors overview? ^^ [00:30] ari-tczew: it oopses for me too [00:31] bdrung: where is the problem? in sponsors overview or launchpad? [00:31] ari-tczew: launchpad [00:32] maxb: ^^ === nigelbabu is now known as nigelb [04:48] Hi, I'm trying to figure out how to set up my bazaar branches with Launchpad to split at certain milestones. Could someone tell me how to make it so the generated series graph looks something like this? http://files.tonyyarusso.com/launchpad-code-question.png [04:49] I don't think the series code references the bazaar branch content [04:51] lifeless: I'm not sure I'm using the right terminology for what I mean, but I want the generated thing shown on pages like https://launchpad.net/gwibber/+series to look like that graph I linked. [04:52] I've no idea how to achieve that [04:52] Basically to show that the major releases are not developed in parallel, but all lie on the trunk series, with splits to allow for post-release updates. [05:00] tonyyarusso: You can't. I filed a bug about it years ago, and was told that it wasn't intended for that sort of thing. [05:00] Although it certainly looks like it... [05:01] wgrant: I don't see why we couldn't, but making it pretty in that fashion would count as wishlist for staff time, at least at the moment [05:04] wgrant: Really? Well that's rather silly. :( [05:05] I thought the point of that graph was to convey information about how the series related to each other, but apparently it's just to take up space? [05:05] lifeless: I don't even need the color coding - that was just to make it more obvious. The shape is the important part for now. [05:05] we don't model a graph though [05:06] as I say, if someone wanted to develop what you want, I'm pretty sure the patches would be welcomed [05:08] What do you model? I'm unclear on what the current intended purpose for that graphic on the Gwibber page is if it can't do this. [05:09] its a pithy way to show the series and releases [05:09] tonyyarusso: Bug #386628 is what I was remembering. [05:09] Launchpad bug 386628 in Launchpad Registry "Project timeline doesn't show relative release dates in different series (affected: 1, heat: 0)" [Undecided,Won't fix] https://launchpad.net/bugs/386628 [05:09] Pretty relevant. [05:10] Doesn't quite cover the branch point, but it was a similar idea. [05:10] neither series nor milestones(releases) have a parent relation [05:10] the lines are just guesswork [05:11] guesswork attempting to represent what lifeless ? [05:11] a pretty displau [05:11] Of *what*? [05:11] the series and milestones [05:12] IMO it should look like the non-LP graphic that you linked, centered on the last milestone. [05:12] s/last/latest/ [05:12] ie, what is the added value of the current display over a picture of a kitten with milestone names randomly attached to body parts? [05:12] * tonyyarusso is confused :P [05:12] tonyyarusso: I don't know that there is any added value [05:12] lifeless: There we go :) [05:12] beyond showing the sort order of the names [05:13] All righty then. Well, feel free to distribute that graphic I made to anyone who might be interested in pursuing such a thing as an explanation. [05:14] the value added on the kitten would be in Cute Currency though [05:14] maco: I'm sure Curtis would welcome kitten-bearing branches. [05:15] april is coming up [05:15] * tonyyarusso files a new bug [05:21] wgrant, lifeless: You'll have a new bug notification in your mailbox if you care to follow up sometime. === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte [10:00] yay, I finally remembered my password for Launchpad :| [15:21] hi, are some launchpad css hacker around? the sponsors overview uses an old launchpad.css file. i want to use a newer version of it and need some advice. [15:22] bdrung: You'd have better luck on a working day [15:22] with the old launchpad.css the page look like this: http://reports.qa.ubuntu.com/reports/sponsoring/ With the current launchpad css file it look like this: http://people.ubuntu.com/~bdrung/sponsoring/ [15:23] nigelb: yes [15:24] * nigelb hacks on css, but not LP css [15:24] I can take a look [15:24] bdrung: why is the table taking the whole space? It looks so odd visually ;) [15:25] OH, new is waaay better than old :-) [15:26] nigelb: make sure that adblock-plus doesn't block the css file [15:26] bdrung: no, I don't use adblock plus, unfortunately I help make a lot of stuff that adblock blocks [15:26] bdrung: What's goign wrong, what do you need help with? [15:28] nigelb: everything is centered with the new css file and the title of the table isn't bold [15:28] bdrung: are you okay with modifying the css file? [15:28] I can tell you what to add [15:29] or you can create a new file and include it as a second css file [15:29] nigelb: i am not sure, if it would be better to use classes from the css or add a second css file for it [15:30] bdrung: you don't use classes [15:30] just use th {font-weight:bold;} and table tr td {text-align: left;} [15:30] nigelb: we use some classes [15:31] bdrung: well, there is only 1 table [15:31] you can give it as a generic css [15:32] bdrung: Also, the classes used are not for styles, its for the sorting [15:32] nigelb: my question was: does launchpad.css provides some classes that we want to use? [15:32] bdrung: Ah, my mistake. [15:32] Let me look at the css file [15:33] bdrung: can you give me path to css file? [15:33] nigelb: same directory [15:34] nigelb: http://people.ubuntu.com/~bdrung/sponsoring/launchpad.css [15:35] bdrung: Nope. I checked the old css, they've done what I suggested :D [15:35] then lp classes are more or less lp specefic from what I can see [15:35] s/then/the [15:35] ok [15:36] then let's add a second css file [15:36] nigelb: just make it look good :) [15:36] bdrung: lol, let me get you an etherpad or pastebin [15:37] bdrung: http://pad.ubuntu-uk.org/sponsoringcss [15:38] nigelb: do you have a link to the exported version of the pad (for direct testing)? [15:40] bdrung: don't think you can hot link yet [15:40] bdrung: but I put it in firebug and tested [15:42] nigelb: ok, then it takes two steps to update http://people.ubuntu.com/~bdrung/sponsoring/ [15:42] yeah [15:42] nigelb: the text below the table could be better aligned (looks very weird at the moment) [15:43] * nigelb refreshes [15:44] bdrung: align left? [15:45] nigelb: that how it was done before [15:45] bdrung: okay, adding it in [15:45] nigelb: maybe we could restructure it even more [15:46] bdrung: yeah, that bit looks messed up [15:46] let me save the page and do it locally [15:47] nigelb: maybe use some columns [15:47] bdrung: that bit isn't tables [15:47] its just unordered lsits [15:47] *lists [15:47] nigelb: yes, every list put into one column like http://www.ubuntu.com/ at the bottom [15:48] bdrung: that means you'll need to put them in divs and float them [15:49] nigelb: i am open to changes [15:49] bdrung: let me try them out :) [15:55] nigelb: are you in the ubuntu-dev team? [15:56] bdrung: nope [15:57] bdrung: gah, this one's tricky ;) [16:12] nigelb: here you have the source: bzr branch lp:~bdrung/ubuntu-sponsoring/new-look [16:12] bdrung: oh thank you! [16:12] I've been doing this by hand with chromium, painful [16:12] nigelb: running ./sponsors-page.py will update the index.html file [16:13] awesome, thanks [16:53] nigelb: any progress? [16:56] I hate css ;p [16:56] If I get $a working $b isn't :/ [16:57] bdrung: can I take till Monday [16:57] I can talk to a colleague and ask for help [16:57] nigelb: yes [16:57] \o/ [16:57] I will do that then :-) [16:58] nigelb: do you have a quick fix for getting the text below the table left-aligned? [16:58] yeah [17:05] bdrung: let me fix it in the actual code and push [17:18] bdrung: ugh, there isn't a one-line fix [17:18] my oneline fix isn't fixing anything :p [17:55] Is there a way I can import one bzr branch to another, to keep all the revision history? [18:01] push ? === Edwin is now known as Guest66935 === nigelb is now known as Guest81825 === elmo_ is now known as elmo === lan3y is now known as Laney === mnepton is now known as mneptok === lifeless_ is now known as lifeless === wgrant_ is now known as wgrant === Nafallo_ is now known as Nafallo === Lcawte is now known as Lcawte|Away === Lcawte|Away is now known as Lcawte