=== fjlacoste is now known as flacoste | ||
car | newbie question ..... can you download a milestone of a series? | 00:41 |
---|---|---|
dobey | car: what do you mean "download a milestone" ? | 02:32 |
car | As an example, lp:juju has a milestone called "florence" | 02:33 |
car | How do I download the source tree "as of" florence | 02:33 |
car | Or does bazaar/launchpad not work that way? | 02:34 |
lifeless | lp:juju/florence/<charm> | 02:34 |
lifeless | IIRC | 02:34 |
car | okay, will try that, thanks | 02:34 |
maxb | There is no guaranteed / programmatic link between milestones and Bazaar revisions | 02:37 |
maxb | And the tags in lp:juju don't look milestone-related | 02:38 |
car | thanks maxb .. makes sense ... was curious if there was some relationship | 02:47 |
dobey | ooh, sorry. no, no direct relationship. a milestone is turned into a release usually when it's completed, and you can grab a tarball of that release usually if it's uploaded to launchpad on the milestone as the release. and when that happens, there should be a tag on the branch for the series as well. but there isn't a guarantee that there ever will be | 02:56 |
car | ACK | 02:57 |
=== mrevell changed the topic of #launchpad to: https://launchpad.net/ | Help contact: - | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging | ||
jonathanj | hey guys, why are Launchpad pages almost 100% wider than they need to be? (i.e. i can scroll to the right a whole bunch) | 09:02 |
jpds | jonathanj: Do you have a small screen? I've never had that problem. | 09:03 |
jonathanj | it's reasonably small, i guess | 09:06 |
jonathanj | actually, it only happens on some pages, like a merge proposal/bug/branch page | 09:07 |
jonathanj | and it happens on my desktop too (which has around 1920 of horizontal resolution) | 09:07 |
jonathanj | 1920px* | 09:08 |
jonathanj | and it doesn't seem to happen in Chrome | 09:09 |
jonathanj | it has something to do with the lazr form overlay elements, they have CSS styles that set visibility:hidden (which doesn't actually remove the element from the flow, it just makes it not visible), if you set display:none on the yui3-lazr-formoverlay-hidden style, then all the overlays stop contributing to layout and i don't get a huge scrollbar in Firefox anymore | 09:11 |
jonathanj | would i file a bug like this against launchpad.net/launchpad? or is there some sub-project i should file it against? | 09:18 |
wgrant | jonathanj: launchpad is the correct project. | 09:24 |
wgrant | jonathanj: Which version of Firefox are you using? | 09:25 |
jonathanj | Aurora and Nightly | 09:25 |
jonathanj | so 14 and 15 | 09:25 |
wgrant | Ah, indeed. | 09:26 |
wgrant | So, we made some changes here a couple of days ago. | 09:26 |
wgrant | To unbreak some stuff in IE9 | 09:26 |
jonathanj | wgrant: it's been like this for quite a while | 09:27 |
jonathanj | (i notice it most on my macbook, since it's very easy to accidentally scroll horizontally on the trackpad) | 09:27 |
jonathanj | it just keeps slipping my mind before i manage to report it | 09:28 |
wgrant | Looks like it was deployed on Monday. | 09:28 |
wgrant | If you file a bug I'll point the relevant dev at it. | 09:28 |
jonathanj | okay, will do | 09:28 |
wgrant | Thanks. | 09:29 |
jonathanj | wgrant: https://bugs.launchpad.net/launchpad/+bug/1001181 | 09:38 |
ubot5 | Ubuntu bug 1001181 in Launchpad itself "Bug, branch and merge proposal views have large amounts of horizontal overflow in Firefox" [Undecided,New] | 09:38 |
jonathanj | oh there | 09:39 |
wgrant | jonathanj: Thanks. | 09:40 |
adeuring | wallyworld_: still around? | 09:47 |
=== yofel_ is now known as yofel | ||
yofel | hi, with the new blueprint page. Where is one supposed to put work items? There is the whiteboard which has a work item editor. Below that is a window for Work Items. Shouldn't the work item editor be used for that? Where is one supposed to put the work items now? Whiteboard or Work Items? | 11:15 |
wallyworld_ | adeuring: hi, thanks for reviewing my branch. i can't reproduce the error you found | 12:11 |
adeuring | wallyworld_: odd... | 12:12 |
wallyworld_ | i open launchpad.dev/ubuntu and can log in an no-one or mark or name12 | 12:12 |
wallyworld_ | and in each case the fields either render readonly or editable as required | 12:12 |
adeuring | wallyworld_: let me try again, after another rf-get run | 12:13 |
wallyworld_ | adeuring: remind me the email adress for foobar | 12:13 |
adeuring | wallyworld_: foo.bar@canonical.com | 12:13 |
* wallyworld_ tries that | 12:14 | |
wallyworld_ | all seems to work | 12:14 |
adeuring | wallyworld_: ...and I still get the error :( | 12:15 |
wallyworld_ | wtf | 12:15 |
wallyworld_ | is it a python zope error? | 12:15 |
wallyworld_ | can you pastebin the traceback? | 12:16 |
adeuring | wallyworld_: no, just JS pop-up | 12:16 |
wallyworld_ | hmmm. | 12:16 |
adeuring | wallyworld_: the only server-side stuff I see is POST /api/devel/ubuntu HTTP/1.1" 400 465 15 0.0297849178314 251 62 "161" "Distribution:EntryResource" "https://launchpad.dev/ubuntu" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0 | 12:17 |
wallyworld_ | the eror occurs when the page renders or when you attempt to click a yellow edit icon? | 12:17 |
adeuring | wallyworld_: no related OOPS report... | 12:17 |
adeuring | wallyworld_: I click the yellow icon, the picker is displayed, then I click "Pick me" or select a team | 12:18 |
adeuring | wallyworld_: and the related request results in a 400 error | 12:18 |
wallyworld_ | adeuring: found it yes. one field is mis configured. good catch! | 12:18 |
wallyworld_ | will fix. thank you | 12:19 |
adeuring | wallyworld_: cool! | 12:19 |
wallyworld_ | much appreciated | 12:19 |
wallyworld_ | adeuring: the distribution members field is not exported to the web service like the others are. there may be a reason for this so i will check first before i export it to make this branch work | 12:26 |
adeuring | wallyworld_: ok | 12:26 |
=== wallyworld is now known as wallyworld_ | ||
=== matsubara-afk is now known as matsubara | ||
xnox | What is the correct tag for bugs about blueprints functionality in lp.net? | 16:35 |
joey | matsubara: hi, do you know when teams scheduled for deletion are actually deleted? I've had two in there for days now | 17:01 |
joey | matsubara: they aren't going away | 17:01 |
matsubara | joey, hi, don't know. let me try to find out | 17:02 |
=== matsubara is now known as matsubara-lunch | ||
=== deryck is now known as deryck[lunch] | ||
=== matsubara-lunch is now known as matsubara | ||
=== deryck[lunch] is now known as deryck | ||
kendfinger | I have a Code import of the Chromium Git repo. it failed last time, and I am trying again as I see nothing wrong. I tried the SVN repo, but It imported , but I could not branch or browse the code! Anybody else have a problem like this? | 22:08 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!