[00:26] cjohnston: Get well soon. [01:36] get better cjohnston [02:03] too much cake for cjohnston [02:10] hey czajkowski, how you holding up? [02:24] so so [02:24] still in the UK? [02:27] yup [02:28] on a train now to somwhere closer to get me onto a ferry [02:28] mhall119: http://www.lczajkowski.com/2010/12/21/crazy-few-days/ [02:30] I just read it from the planet feed [02:30] did they find someone to drive the train? [02:30] yup [02:30] * mhall119 is drinking hot tea in solidarity [02:30] and also because I've got a cold [02:31] awww [07:17] good morning! [07:24] good morning [07:24] salut YoBoY [07:25] moin dholbach :) [07:25] comment ça va ? [07:29] YoBoY, ça va bien, merci - et toi? [07:30] bien aussi, merci === nhandler_ is now known as nhandler [11:25] hey all [11:51] Morning Ronnie :) === duanedes1gn is now known as duanedesign [12:16] hi i need to configure apache to open php need F1 [12:16] even zend opt didnt help [12:17] ollo === daker_ is now known as daker === jussi01 is now known as jussi [13:08] hi [13:20] morning [13:21] hey dholbach, did you see? we have an import-live-data command now [13:31] got some other fun stuff to talk to you about, but later, I've got to leave for work [13:40] mhall119, woah! [13:40] mhall119, NICE [13:42] dholbach: do you have time to test the import-live-data script. i fixed some last errors this morning [13:44] Ronnie, I've been reviewing code all day - I was just about to try to do something different :) [13:44] thats ok, dholbach [13:46] Ronnie, but I'm pretty excited you put a lot of hard work into it - we've been waiting for that for a long time :-D [13:47] i know, its a very important feature [13:49] the google map for the global events (and probably more pages) are coming soon [13:50] most work is done already. only some finetuning is needed [13:50] Ronnie, you're a rock star - thanks so much for all the work you've been doing! [14:56] dholbach: still around? [14:56] mhall119, yes [14:57] I've been working on ubuntu-django-foundations [14:57] nice! [14:57] how's it looking? [14:57] I have a new app, bzr_apps, which will sync apps from other branches [14:58] you tell it in settings.by the source branch, destination directory, and version number [14:58] then ./manage.py pullapps [14:58] and it'll create local branches or pull updates [14:58] excellent [14:59] that's great [14:59] which has let me break ubuntu-django-foundations up into multiple branches for each app [14:59] I've got bzr_apps working on loco-directory too, to keep ubuntu_website and twidenash in sync with their branches [15:00] that should let people to get their django apps and running very quickly [15:00] but the bootstrap process isn't so automatic yet, we'll need IS to bzr branch bzr_apps for us [15:00] yep, one time :) [15:00] I'm working on trying to make the initial setup easier [15:01] or we could put it into the init-ld command where we currently sync ubuntu_website already [15:01] but django expects all INSTALLED_APPS to be available when running any management command [15:01] it's in init-ld, but init-ld won't run with 'bzr_apps' in INSTALLED_APPS before we bzr branch bzr_apps [15:01] hmhmhmhm [15:01] chicken and egg [15:02] maybe in a try/except statement? [15:02] hmmm, INSTALLED_APPS is a tuple, which means i can't .append('bzr_apps') [15:02] I wonder if it'll work as a list [15:03] ah [15:03] ok [15:05] ah ha, yes! it will work as a list [15:06] also, got a fix for one of our openid bugs, a new management command that'll force-set launchpad openids for all users [15:06] it's slow (very slow), but works [15:07] you'll need it with Ronnie's import-live-data too, otherwise when you log in locally you'll be dholbach2 [15:07] mhall119, dholbach, d owe still need the init-ld command when import-live-date is merged? [15:07] Ronnie: yes, because init-ld does a bunch of other stuff too [15:07] like creating symlinks, and soon pulling apps from bzr [15:08] off the top of my head: compilemessages, add loco council to auth group, jqueryui symlinks [15:08] and, if the person running it doesn't want to use live data, it'll bootstrap the system enough to use [15:24] yay, that makes using bzr_apps much easier [15:57] mhall119: the update-openids takes indeed a lot of time. maybe we have to think about some paralel calls to LP (which take most time i think) [15:57] I'm not sure the LP admins would appreciate that [15:57] you can run loco-directory while that's going though, so I don't think the time is a big problem [15:57] we'd really only need to run it once, in theory [15:58] in theory... [15:58] what if someone changes their username after the 'sync' [15:59] right now, they'll still have the old username in loco-directory [15:59] because all we'll get is the openid, which is associated with their old username [15:59] there's another bug fix for renaming users, but that's on django-openid-auth, not loco-directory [16:00] i know, im one of the guys with a changed username [16:00] this fix takes care of the username2 username3, etc problem, where we have the username but not the openid [16:01] and then we've got another fix for the openiduser## usernames being created when we don't get a nickname from the openid response [16:02] ill have to eat now. But from what i read now, this problem is fixed for new members? [16:03] the problem was for team admins who's user was created without an openid association [16:03] or, really, anybody with a user created without an openid [16:03] but that would only be LC members, team admins and team owners (I think) [16:03] except with import-live-data, it'll be every user [16:03] because it's not importing openids [16:05] * nigelb waves [16:07] hey nigelb [16:07] mhall119: heya [16:07] mhall119: I finally learned how to start django over the weekend at the hackathon we had :D [16:07] \o/ [16:07] more django-hackers! [16:08] I wanted to help with fossevents [16:08] I'll start assigning the hard bugs to you ;) [16:08] seeing that's blocked, I'll just branch summit and try to fix stuff on it [16:19] mhall119: um, when we hack on python, the virtual env thing is generally forgotten isn't it? [16:19] s/python/summit [16:20] I don't think we use virtualenv for summit [16:20] yeah [16:20] and after all the pains that a friend took to get it into my head ;) [16:21] :P [16:22] at least I can separate my other hacking from the summit stuff [16:24] true [17:54] mhall119: do you have a few minutes to point me to starting hacking on summit? :) [17:55] lp:summit [17:55] * mhall119 points [17:55] I branched [17:55] I did everything in INSTALL [17:56] so syncdb and all that? [17:56] yup [17:56] the sign in isn't working though. how do I fix that? [17:56] do you have django-openid-auth? [17:57] yep [17:57] what's the error? [17:57] "OpenID discovery error: Error fetching XRDS document: (28, 'Operation timed out after 20000 milliseconds with 0 bytes received')" [17:58] hmmmm..... [17:58] for now, just log into the /admin as the super user you created [17:58] then create a new user account that matches your LP username [17:59] while in /admin, create entries for the summits, rooms, slots, etc [17:59] ahh [17:59] the super user matches my lp user name [18:00] would that be a problem? [18:00] shouldn't be, but you'll pass more has_perm checks that way than you would using your lp login in production [18:00] it should be alright to get you started hacking though [18:01] ok \o/ [18:03] * nigelb looks at bug list === txwikinger2 is now known as txwikinger === althara_ is now known as althara [18:53] Ronnie: Hi [18:53] heyhey [20:28] !schedule [20:28] Ubuntu releases a new version every 6 months. Each version is supported for 18 months to 5 years. More info at https://wiki.ubuntu.com/Releases & http://wiki.ubuntu.com/TimeBasedReleases [21:06] paultag do we have a loco (re) approval? [21:06] -->ubuntu-meeting [21:07] back :) [21:07] sorry! [21:07] sorry! [21:07] https://wiki.ubuntu.com/LoCoCouncil/Agenda [21:08] Oh great [21:44] paultag: part of the ' [21:44] support map code' is already availabe for loco.ubuntu.com for the global events map [21:44] Ronnie: gotcha :) [21:45] https://bugs.launchpad.net/loco-directory/+bug/570613 [21:45] Launchpad bug 570613 in loco-directory "Show map of events (affects: 9) (heat: 43)" [High,In progress] [21:47] thanks, Ronnie! === Mamarok_ is now known as Mamarok === Mamarok_ is now known as Mamarok [23:51] Ronnie is making the rest of us look like slackers [23:52] or maybe just me [23:52] since daker and cjohnston both have merge proposals waiting on review [23:52] lol, its just a quick start :P [23:53] i guess i will slow a bit down on the road (hopefully not too much ;))