[00:05] <_Ridgewing> jono, ping [00:31] thanks jono! [07:20] good morning [07:38] http://www.jonobacon.org/2015/12/11/why-you-should-go-to-ubucon-in-los-angeles-in-january/ ,Great post Jono = keep going. [08:56] Morning dholbach o/ [08:56] salut davidcalle [08:56] comment ça va? [08:56] morning popey o/ [08:56] ça va, et toi? [08:58] très bien, merci :) [09:18] davidcalle, morning! [09:27] I got my mx4 back from Meizu after repairs - they not even fixed the screen which was broken, but also the little camera glass thing which I broke when I dropped the phone once - and they made the phone really unique: the front is white and the back is gold - I'm sure I'm now the only one in the world world who has such a phone [09:33] haha [09:33] * popey tweets and plusses about django-cms now the case study is live on their site [09:39] haha, they retweeted it too :) [09:39] They're quick! [09:49] popey: did you know that Tom Berger (intellectronica) works for Divio too? He used to work on Launchpad. :-) [09:49] or at least he's involved with Django CMS [09:49] I did not know that! [09:50] yes, he works at Divio - just checked on linkedin [10:01] davidcalle: are you looking at any of the deployment issues right now... or is there anything I can help with? [10:03] dholbach: I'm dealing with remote scopes right now, after that I wanted to deal with failing blog menus, but if you feel like starting on this, I wouldn't mind :) [10:08] davidcalle: ok... I'll start taking a look after lunch [10:10] dholbach: I'm done with scopes, I'll start a branch after a coffee [10:12] ok, I'll ping you later on [10:19] is the CLS website down for everyone? [10:23] http://downforeveryoneorjustme.com/www.communityleadershipsummit.com [10:23] seems down here [10:24] maybe it's hosted on the same machine as jonobacon.com [10:24] which would make sense [10:24] it looks like the last post, which went on ubuntu.com's twitter/fb/g+ slashdotted it [10:26] 1 and 1 by the look of it [11:29] dholbach: hmm, when I'm doing a fresh local branch of our django1.8 one and try to add a new blog entry, I don't have a field to add the post content, have you seen this? [11:30] no [11:30] it worked for me [11:32] dholbach: and even with the english category, the post is not listed [11:33] dholbach: when you tried yesterday, were you using a db dump? [11:42] no, it was a fresh db with nothing in it [11:51] dholbach: was there anything else to do for entries to show up, apart from the English category? [11:51] davidcalle: what's the slug of the category? [11:52] dholbach: english [11:52] set it to 'en' [11:52] I was struggling with that yesterday [11:52] :D [11:58] dholbach: for some reason, the menu appears now [11:58] ... [11:59] what??? [11:59] I'll recreate it in a bit [12:00] dholbach, after logging out and in, emptying the cache, the menu appears. [12:00] In an unexpected turn of events, the bug has left the building. [12:02] dholbach, I need lunch before deciding if it's a good or a bad thing :) Let's try together again in a moment [12:02] * davidcalle lunch [12:40] davidcalle: so on/en/blog you have the "Start Scopes Web Apps Core Publish Community" menu? [12:44] dholbach: using lp:~developer-ubuntu-com-dev/developer-ubuntu-com/django-1.8-cms-2.3 , with no db, I've created /home, /community and /community/blog, I've added the en category, and a couple entries. I have: the main orange menu working normally, the second menu "Community > Blog > Categories Tags Authors" working normally as well. [12:45] dholbach: when I go to an entry page, the second menu changes to "Community > Blog > 2015 >". [12:46] As a side note, the "2015" archives page is broken, but I have a fix for it. [12:46] oh ... hang on [12:48] nevermind - the bug is fixed - you are correct [12:49] so that's 2 out of 3 working locally: http://pad.ubuntu.com/I52eWD9zXl [12:50] dholbach: the publish button disappears when pressed locally as well [12:50] (disappears in a good way) [12:51] yes, it's instantaneous - like I would expect it [12:51] when editing a page and hitting the publish button on the page of the article I also don't get a notification [12:51] dholbach: do you think it's postgre related? [12:51] dholbach: same [12:51] let me try it [12:54] when I publish from the Pages... page using the mouseover thing, I also don't get a notification [12:54] but the page is reloaded and it's obvious that something changed [12:55] dholbach: ok [12:55] and with postgres it works just fine [12:55] just the same as with sqlite [13:04] davidcalle: where's a 2015 link? [13:05] /en/blog/2015/ gives me: get_dated_queryset() takes exactly 1 argument (4 given) [13:05] dholbach: when you are viewing a blog entry, the breadcrumbs menu at the top has a link to view the yearly archive [13:05] dholbach: exactly [13:05] I think I fixed this already in some other branch [13:05] let me check [13:09] dholbach: I've pushed my fix in a branch just in case: tell me if this change rings a bell http://bazaar.launchpad.net/~davidc3/developer-ubuntu-com/dj1.8-zinnia-yearly-archives-fix/revision/162 [13:10] or maybe like this? [13:10] def get_dated_queryset(self, ordering=None, **lookup): [13:10] if ordering: [13:10] return super(MultiLangEntryIndex, self).get_dated_queryset(**lookup).filter(categories__slug=self.language).order_by(ordering) [13:10] return super(MultiLangEntryIndex, self).get_dated_queryset(**lookup).filter(categories__slug=self.language) [13:11] I see that I just fixed this for MultiLangEntryIndex and not the other classes [13:13] dholbach: Oh? I had to fix it in MultiLangEntryYear for it to work, and now, calling [year]/[month]/ urls works as well [13:16] I was wondering if we should add the ordering bit? [13:19] davidcalle: so maybe something like this? http://paste.ubuntu.com/13929575/ [13:19] or http://paste.ubuntu.com/13929590/ [13:20] and http://paste.ubuntu.com/13929617/ with a typo fixed :) [13:21] now it works for me [13:25] dholbach: much better indeed [13:25] * davidcalle tests [13:29] davidcalle: dholbach: I'm wondering if devportal discussions would be better suited for #ubuntu-website or #ubuntu-app-devel [13:30] #ubuntu-website sounds good, I don't want to flood newcomers arriving in app-devel [13:30] ok [13:36] dpm: btw, I heard back from Ryan Sipes, looks like he's going to be at UbuCon and he's going to try and bring a Mycroft to display at the booth (may not be doing live demos though) [13:37] I told him he could do an unconference talk too, if he wanted [13:37] unfortunately, being a startup, they don't have much money to sponsor us with [13:38] mhall119, awesome. Yeah, I half expected them not sponsoring [13:39] mhall119, could you talk to him on whether he'd be up for writing a blog post about them showing a device at the booth? [13:39] yeah [13:39] excellent, thanks [13:40] it seems we killed jono's blog [13:41] yeah [13:42] it seems that upped up a bit the number of registrations, but it's still low [13:46] it's correct that the meetup group is the registration for the summit? [13:53] svij: yes [13:53] ok, thx [13:54] * svij just needs to book his flight then. [14:55] brb === dholbach_ is now known as dholbach [15:01] mhall119, seems the call has been cancelled, I just noticed an e-mail from James [15:01] mhall119, replying and CC'ing you [15:01] dpm: let's go over it the two of us at least [15:02] mhall119, sounds good. Give me 2 mins to reply and then I'll join [15:02] ok [15:06] mhall119, ok, all set, joining... [15:37] popey: nice podcast [15:37] OMG! people listen to our nonsense? :) [15:42] lol.. and he listened even when he's not forced to (like during a meeting) [15:43] your voice really must be soothing [15:43] listening to podcast during meetings? [15:44] I'm not sure if I could handle that much talking at the same time :) [15:49] dholbach, popey, balloons, mhall119, davidcalle, could you update the weekly update doc? I missed sending the last one (:/) and I want to make sure we go back to a cadence [15:52] dpm, you gonna add last weeks content? Because I did quite a bulky update for last week, and have less this week. [15:52] popey, no, I'm just going to pretend you were slacking of course [15:52] \o/ WOOOOT [15:52] [15:52] irc sucks [15:52] :-) [15:53] sure I'll add the previous week's content [15:53] but in any case, I think this week is a good opportunity to let everyone know how google code-in is going [16:00] do we have a linky? [16:01] nvm, got it [16:28] fwiw I put a link in everyone's calendar 14:30 UTC which has the link in it as a nice friday reminder :D [16:32] dholbach: maybe time to rm old-CC from the mailing list? [16:33] pleia2: ah yes, will do [16:33] thanks :) [16:34] done [16:49] all right everyone - I call it a day [16:50] have a great weekend! :) [16:51] enjoy, dholbach [17:28] Hah, i was adding stuff to the doc and dpm sent it already :( [17:28] (so was balloons) [17:29] LOL [17:29] I was afraid he'd done that [17:29] Shall we both add the addendum? [17:29] popey, balloons, sorry, I need to run and I thought everyone was done. Would you mind replying to my e-mail as an addendum? [17:30] heh :) [17:30] not your fault dpm, I was slow getting it in there [17:30] ditto [17:30] np, in any case others have added things in reply to the original e-mail in the past [17:31] popey, I sent both ours over [17:31] * popey hugs balloons [17:31] * dpm is in "do-all-things-before-weekend" mode [17:31] * dpm hugs popey and balloons [17:31] indeed. It's weekend enjoyment time for both of you! [17:32] bah, that formatting. I blame TB [17:33] nice closing line with Google Code in stats balloons! [17:34] yea, it's been a ride this week, but things are definitely happening! [17:54] ok, I need to run now, teaching a Lindy Hop class and dj'ing for the evening. Have a great weekend everyone! [18:38] jono: did we kill your server last night? [18:40] mhall119, I think so :-) [18:40] did you put it on FB? [18:40] yeah, and G+ [18:41] but probably it was FB that did it [18:43] mhall119, awesome :-) [18:46] jono: hey, for CLS keynotes, what would you think about me discussing what Ubuntu got out of last year's event, the things we implemented as a result and how they worked out? [18:46] mhall119, I think that sounds awesome [18:47] particularly if you share it as a reproducible methodology [18:47] yeah, I think it can be generic enough [18:47] awesome [18:47] can you submit this? [18:47] so I assume you are doing CLS and OSCON? [18:47] yeah, I'll do that over the weekend [18:47] thanks, pal [18:48] jono: I hope so, CLS anyway, but that's up to dpm :) [18:48] mhall119, awesome! [18:49] I would argue it was clearly helpful to the team [18:49] would be great to get dholbach out too [18:49] and balloons :-) [18:49] and popey :-) [18:49] \o/ [18:49] last as always :) [18:49] popey, always [18:49] lol [18:50] lol [18:50] last is the most endearing! [18:50] try being second to last [18:51] It will be nice to see you again jono btw @ ubucon. Should be fun! [18:53] balloons, can't wait, pal! [18:53] is the whole team going to UbuCon? [18:54] ya [18:54] heck yea! It's been awhile since we've all been together anyway [18:54] dpm is putting us to work though, so don't be too jealous [18:55] oh wow, I didn't realize the team is all going [18:55] popey: funny, you complain about being first in all of our team standups :-P [18:55] we will have to snap a picture :-) [18:55] true dat [18:55] are you all sticking around for Bad Voltage Live on the Friday live? [18:56] That sounds like fun. We get to make fun of aquarius right? [18:56] of course!