[00:11] Turl: IS is investigating why popcon isn't being updated anymore, but it'll probably be a day or two before we have a solution [00:12] just wanted to let you know that someone is working on it [00:12] mhall119: nice, thanks for the info [00:13] np [00:16] svwilliams, pong [00:19] hey, sorry about the bp I'll claim its a noob mistake what should I have made? [00:42] svwilliams.. a mp.. so check out the branch like you did last time [00:43] add the code just inside the in base.html [00:43] then you would do the same thing with summit.. [00:44] just make sure the right code snippet goes with the right project. [00:44] if you have questions or anything ping me because I'm on my phone [00:45] yes thats what I was going to do [00:45] I'm also going to add the google standard privacy statement to the footer [00:45] we use it here [00:46] at UF [00:46] hey everyone quick newbie question ... mp? [00:46] cjohnston, mp stands for? [00:46] :-) sorry [00:48] merge proposal [00:48] so you did your bzr commit, then your bzr push [00:49] then you went to launchpad and did the merge proposal [00:49] if you ever used git, it might be similar to a pull request, right? [00:49] I don't think we need the privacy statement.. it isnt on any of the other ubuntu sites that I'm aware of [00:50] turl, a merge proposal is what you use to ask for a review [00:51] ahh so you can do that without a bug report [00:51] yup, the step I forgot was I went to the branch THROUGH the bug [00:51] I remembered the bug part [00:51] thank you [00:51] you'll have it tonight [00:52] for both [00:52] ahh ok, I work at UF so its all about being open with things like Analytics [00:52] we just have a footer msg that links to googles' privacy statement [00:52] if you don't think we need it I'll leave it out [00:53] ya.. dont have to have a bug. [00:53] you did a blueprint, which is more along the lines of planning things. [00:56] ahh ok, I'll close the blueprint [00:57] :-) [00:58] ping me if you need anything else.. [00:58] 36 hours left at work [01:04] wow 36 hours left ... yeesh .. I'll let you know if I need anything else [02:01] cjohnston: hrm [02:02] what nigelb [02:02] cjohnston: about the email MP. [02:02] svwilliams, the ga code should be below the footer, no? [02:03] The funcionality is incomplete. [02:03] As far as I'm concerned. [02:03] which? [02:03] But yes, you could break it up into 2. [02:03] cjohnston, the instructions state it should be in the footer [02:03] I mean header [02:04] nigelb, what mp are you talking about [02:04] svwilliams, ok.. [02:04] I thought that was odd to but its the new asynch nature of their analytics module [02:06] cjohnston: the one about email for the sponsorship form. [02:06] Hahh [02:06] ahh [02:06] mhall119: Is it possible to write a test for the openid interaction? [02:06] sv, I see that now [02:41] nigelb: what do you mean? [02:42] django_openid_auth has it's own tests [02:42] Okay, but can we test the scenario where we request email [02:42] and you can check that pages requiring login redirect to the path used by django_openid_auth [02:43] request email from SSO? [02:43] Yeah [02:43] that should be part of the django_openid_auth tests [02:43] Oh. [02:43] https://code.launchpad.net/~chrisjohnston/summit/display-sponsor-email/+merge/80849 [02:43] I think we already request email. [02:44] nigelb: nominating another LP user means we have to get the email from launchpadlib, not SSO [02:44] Yeah, I got that. I agree with cjohnston that it should be a different bug. [02:44] Or at least a different MP. [02:45] Anyway, this means I'm happy with this MP. [02:45] ok [02:45] if you're happy, then I'm happy [02:45] heh [02:45] that means I can rest easy tonight [02:45] cjohnston: did you get far with the django 1.3 thing? [02:45] knowing that you've got it all under control [02:46] mhall119: can you review my MP which cjohnston had trouble with? [02:46] no, I'm resting easy tonight, remember? [02:46] aww [02:47] seriously, I am going to bed, but I may have time tomorrow, between calls [02:47] cool, thanks! [02:54] cjohnston: FYI, France LoCo Team is still France LoCo Team [03:01] mhall119, with loco-directory I'm trying to pull the portal data for testing and it won't synch the db [03:01] I called make lp [03:02] according to the INSTALL directions [03:03] oops your headed off line anyone else? [13:49] who knows about the ubuntu wiki CSS stufF? [13:50] , , in lists create margin to the bottom, that's really unwanted and makes the lists hard to follow [14:40] knome: can you file a bug? [14:40] let me find the right project [14:42] knome: https://launchpad.net/ubuntu-website [14:42] if you could file a bug there, please [16:08] mhall119: can you spare some time today to review that branch? [16:09] probably, which branch is it again? === l3on_ is now known as l3on [16:13] mhall119: https://code.launchpad.net/~nigelbabu/summit/django-upgrade/+merge/81422 [16:27] nigelb: how will the local_settings need to change to be compatible with 1.3? [16:27] mhall119: use the 'DATABASES = ' setting [16:27] see the local_settings.sample that I've chcked in. [16:28] ok, so we will need to let IS know how to change theirs? [16:28] yup [16:28] ok [16:28] when this gets deployed we need to work with IS anyway for the django upgrade. [16:28] right [16:35] nigelb: my admin is behaving badly, have you tried it? [16:35] mhall119: Nope, I can look it up. [16:35] What do you want me to try? [16:35] when I click a model class to add a Summit, it appends to the URL, but takes me back to the main admin page [16:35] so I get stuff like: http://127.0.0.1:8001/admin/(.*)$logout/schedule/summit/auth/user/ [16:36] woah. [16:36] looking [16:36] yeah, weirdness [16:37] http://127.0.0.1:8001/admin/(.*)$logout/schedule/summit/auth/user/schedule/summit/add/schedule/summit/add/schedule/summit/add/schedule/summit/add/schedule/summit/add/ [16:37] :( [16:37] maybe the urlconf isn't right? [16:38] ah ha, that's it [16:39] ooh. right [16:39] admin. urls? [16:39] you want (r'^admin/', admin.site.urls), [16:39] without the (.*)$ [16:39] aha [16:40] wait, that didn't wwork. [16:40] it's working now for me [16:41] You have (r'^admin/$', admin.site.urls), [16:41] I get 404 when I click anything inside the admin [16:42] fooo [16:42] no need of $ [16:42] yeah [16:42] works now [16:42] * nigelb commits [16:42] pushed [16:50] nigelb: approved [16:50] mhall119: \o/ thanks [16:51] nigelb: can you put up a wiki or etherpad page where we can document the upgrade steps for IS? [16:52] and also for development environments, where I assume we'll at least need to update our local_settings.py [17:12] mhall119: yep, will do! [17:32] mhall119, https://bugs.launchpad.net/ubuntu-website/+bug/887675 [17:32] Launchpad bug 887675 in ubuntu-website "Links, bold and italic text in lists produce unwanted margin (affects: 1) (heat: 6)" [Undecided,New] [18:05] mhall119: achuni away on vacation? anyway, cheers to boht of you. The new openid module is pure gold :) [18:35] nigelb: don't know, achuni's team moved out of ISD [18:37] mhall119: Oh. [18:37] mhall119: Which team are they now? [18:39] nigelb: I don't recall [18:39] they moved it into a more business development area [18:39] mhall119: anyway, we should get in touch with him for broken PyPI upload [18:40] yeah, he's still not online though, maybe recovering from UDS still [18:40] do you know what's required to fix the PyPI upload? [18:40] yeah, hyphen instead of underscore before version number [19:19] mhall119: https://code.launchpad.net/~nigelbabu/summit/common-app/+merge/81630 :) [21:34] daker: Mark something as done in trello after it has been merged in :) [21:37] nigelb: you mean trello doesn't update it's statuses from Launchpad? [21:37] boo [21:38] mhall119: Nope. Yeah, we should really try kanban :) [21:38] (maybe next cycle) [23:04] nigelb: kanban? [23:05] cjohnston: that's what mhall119's team uses. [23:05] i asked for suggestions [23:05] he said stay with what the community uses [23:06] is there a website for it [23:06] no clue. [23:06] I suggest sticking with trello as wwell.