/srv/irclogs.ubuntu.com/2011/02/28/#launchpad-yellow.txt

danilosgmb, hey-hey, how was your week off?10:43
gmbdanilos: Restful, thanks :). Also, full of email, judging by the state of my inbox.10:44
gmbMarking the bug mail as read has helped somewhat, though.10:44
danilosgmb, heh, I know what you mean10:44
danilosin the last month or so I stopped getting launchpad-dev email (trying to figure that out now), so it's been pretty relaxing for me as well :)10:45
gmbHeh.10:45
gmbI've stopped getting Warthogs and AllHands emails, strangely. I see that as a feature, though.10:45
danilosheh, so true :)10:51
danilosallhands has become a bit worse with all the job postings going on10:51
gary_posterhey gmb.  welcome back!  Am I right in assuming/hoping that catching up on email and the like was a sufficient task for this morning, and that you were non blocked?  I'm hoping that you will work with bac on the widget he's been working on.  I'll give more background later, but the sum is that this week is critical for us getting some usable version of the widget ready working (i.e., everything but a full test suit13:04
gary_posterbac can give you background on what needs to be done, and if there have been any replies on his requests for help13:04
gmbgary_poster: Yep, I've been fine this morning. Also have a fix for bug 722450 in review with Henning.13:06
_mup_Bug #722450: bug subscription form is loaded even if not needed <Launchpad itself:In Progress by gmb> < https://launchpad.net/bugs/722450 >13:06
gary_posteryay gmb, thank you!13:06
gary_posterlast week was not as productive--particularly for me, but for others as well--as previous recent ones.  Hopefully I get my tasks done this week again. :-/13:08
gary_posterack on the email to Huw, benji.  Thanks13:09
benjiyep13:09
bacgary_poster: will do13:16
gary_posterthanks13:17
bacgmb:  can we just mumble after our standup?13:22
gmbbac: Sure, that works for me.13:22
gary_posterbac benji danilos gmb mumble/kanban in 213:28
gmbbenji: You sounded like you were mumbling from your underwater lair, there.13:29
benjiheh13:29
gary_posterhttp://pastebin.ubuntu.com/573453/13:46
gary_posterhttp://pastebin.ubuntu.com/573455/13:48
gmbbac: Ah, what I was recalling from 2008 was that slide_in() must be used to collapse the collapsibles as it does all the setting up of stuff.14:03
gmbBut you'd already used that.14:03
gmbHmm.14:03
gmbSquare 1, then.14:03
gary_posterdanilos: "You receive emails about this bug because"14:07
danilosbenji, hi, I'll be doing the top part of the page you are doing (fyi)14:20
danilosbenji, also, I wonder what existing page is that (so I don't end up creating a new one)?14:21
danilosbenji, (and "top part" = explanation and direct subscription actions)14:21
danilosgary_poster, oh, btw, I've just figured out that I can do some work on feature 3 as well: I can go on with adding subscription filters to the email, even though they are not auto-created (that's the card below the green card in feature 3), since we already have the new linking table landed14:35
gary_posterdanilos, awesome14:41
bacgmb: i've pushed a new branch to lp:/~yellow/launchpad/accordionoverlay14:42
danilosgary_poster, so, I'll pick that up instead, and only if I finish that too quickly will I take on bug (un)subscription page :)14:45
gary_poster:-) ok cool danilos makes sense14:45
gmbbac: Thanks, I'll grab that now.14:57
gmbbac: So, how do I get the accordion overlay to show up on a given page?15:14
bacgmb: ah, yes.  login as mark and visit http://launchpad.dev/firefox15:15
gmbRighto.15:15
gmbbac: What's mark's .dev login again?15:16
bacmark@example.com / test15:16
gmbTa15:17
gmbbac: Hmm. I'm still not seeing a Subscribe link like that shown in your screenshot.15:21
bacgmb: let me re run with that version and verify it works here15:22
gmbok15:22
bacgmb: if you merged into an existing branch you may need to run buildout again15:23
bacand then do a make clean build15:23
gmbbac: I just branched from the ~yellow branch. But I'll do that anyway.15:23
gmbbenji: Are you OCRing today?15:30
benjigmb: yep15:30
gmbbenji: Ah cool. Can I toss a branch your way then; no rush but Henning apparently forgot about it: https://code.launchpad.net/~gmb/launchpad/fix-subscribe-form-preloading-bug-722450/+merge/5151015:31
benjigmb: sure15:31
bacgmb: i see there is a problem with the structural-subscription javascript after i merged.  i'll fix it and let you know.15:31
gmbbenji: Thanks.15:31
gmbbac: Thanks.15:31
bacgmb: it looks like devel r 12478 changed the way LP.client works.  it seems 'LP.client.*' should now be referenced as 'LP.*'15:49
baci don't see any message to the list informing of the change15:50
bacand if true, all of our JS is broken15:50
gmbbac: Hmm. Neither did I, though I've been skimming. Was that thumper's change? He alluded to something LP.client-y earlier.15:50
bacyes15:51
gmbbac: I think he did some work to avoid breakages, but I could be wrong (and if it *did* break things our JS tests should have caught it).15:52
bacyou'd think/hope15:52
baci'm examing the LP object and it has no client attribute15:52
gmbWell, it's more hope than expectation, to be honest.15:53
gmbHrm.15:53
gmbbac: So, I think our existing JS has been updated to take account of the LP.client change, since the advanced subscriptions overlay relies on that and still works in the accordion-overlay branch.15:59
bacright.15:59
bacdo you know what that update might've been?15:59
bacah, i see16:00
bacthe client.js moved and i need to fix the page template16:00
benjigmb: I'm reviewing your branch and have a question: since we're doing a possibly slow AJAX request as the result of a user clicking on an element, should we be displaying a spinner?16:02
gmbbenji: It's probably the lesser of two evils, thinking about it. I'm utterly ambivalent about it, so I'll happily add it if you like.16:03
benjigmb: I don't have strong feelings but do have an intuition that users would have a slightly better experience if we hypnotize them with a spinner so they don't notice the passage of time16:05
gmbbenji: Right. I'll do that.16:05
benjigmb: I'll add that comment to the MP and otherwise approve16:06
gmbbenji: Thanks.16:06
bacgmb: here's the main difference:16:15
bac-    lp_client = new LP.client.Launchpad();16:15
bac+    lp_client = new Y.lp.client.Launchpad();16:15
gmbAh, right.16:15
bacgmb: new working version pushed16:18
gmbbac: Thanks. Grabbing it now.16:18
* gmb waits for the branch mirror puller thinger to do its work16:20
* gmb -> out for a run16:39
* benji lunches.17:29
gmbbac: Where did you push that updated branch? I keep getting "no revisions to pull" for the ~yellow/launchpad/accordionoverlay branch.17:59
bachmm17:59
* bac looks17:59
bacsorry, it went to ~bac.  i'm pushing to ~yellow now18:00
gmbCool, tahnks.18:00
=== gary_poster is now known as gary-lunch
gmbbac: I'm technically EoD'ing now (though I may pop back later if there's time). Can you send me an email with a summary of how far you've got when you hit EoD so that I can pick things up tomorrow AM my time?18:14
bacgmb: ok.  right now i'm trying to create a stand-alone example of the failure18:15
gmbok.18:15
bacgmb: have a good evening18:16
gmbThanks.18:16
* gmb -> exeunt, in pursuit of dinner.18:16
* bac mourns the deletion of BRANCH.TODO18:47
=== gary-lunch is now known as gary_poster
=== Ursinha is now known as Ursinha-lunch
benjibac, gary_poster: is it OK if I freshen bzr+ssh://bazaar.launchpad.net/~yellow/launchpad/accordionoverlay/ from devel? (I need some of the devel bits for my work.)20:27
bacbenji: it should be pretty fresh20:27
gary_posterbenji, fine with me20:27
baci merged with trunk this morning20:27
bacand pushed it up20:27
benjibac: cool, maybe I just need to pull20:28
bacunless you need *really* new stuff20:28
bacbenji: did you see the discussion about LP.client going away?20:28
benjibac: umm, no; where was that?20:28
bachere20:28
* benji looks at the logs.20:29
bacbasically, s/LP.client/LP/20:29
bacand the constructor moved20:29
benjiok, that's not too painful20:29
bacthe code is right now, so just follow the existing pattern, not the one in your head20:29
* gary_poster ponders "the code is right now"...20:29
bacgary_poster: for a very specific problem domain20:30
gary_posterah ok, I think :-) .  It sounded like it was veering in to the philosophical :-)20:30
bacit's still fubar but works wrt the new changes20:30
gary_posterah ok20:30
=== Ursinha-lunch is now known as Ursinha
=== Ursinha is now known as Ursinha-afk

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