[00:33] jono: starting to see some first designs on balsamiq: https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/grid [00:34] mhall119, yeah, I saw that :-) [00:35] gods the wiki is slow though, subscribing should not be a multi-minute process [00:36] I like the "contants" tab on this calculator mockup: https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/CoreApp+Calculator+Retrieve+from+Memory [00:36] I've not seen that on anything before, but it sounds convenient [00:38] mhall119, I pinged IS about that earlier [00:38] but when I pinged them it sped up [00:38] lol [00:40] they probably have an IRC bot that restarts services whenever "wiki" is mentioned in their channel [00:40] or if they don't, they should [00:41] sounds like jcastro needs to get a dele initiative going again [00:41] delete [00:41] did someone say delete? [00:42] hehe [00:42] jcastro: rm -rf *? [00:45] there is not enough coffee in the world [00:45] what a week! [00:45] there is for that command [00:45] oh [00:46] mhall119, lol [02:19] man, whose idea was it to use balsamiq for this [02:19] buy them a beer! [02:28] jcastro: dpm's [04:41] would someone mind redditing my Q+A from today - http://www.youtube.com/watch?v=synlnIErJKU&feature=plcp ? [04:41] just so people can be up to date with the questions and answers [07:17] good morning [07:20] hey, dholbach! [07:20] hola JoseeAntonioR [07:21] dholbach: how's it going? [07:21] good good - how about you? how's life over there? [07:21] pretty fine, we just got canonical hosting for onair [07:21] yes, I saw the mail [07:21] good work! [07:22] can you please login so I can get the account right? [07:22] when I try to log in, I get to Not Found [07:22] Apologies, but we were unable to find what you were looking for. Perhaps searching will help. [07:22] and it says "Howdy, login.ubuntu.com/+..... [07:23] let me retry [07:23] dholbach: try with onair.ubuntu.com/login [07:23] aha [07:23] same thing [07:24] oh, wait, but you're in [07:24] that's a known issue :) [07:24] I can edit my profile [07:24] looks like you didn't provide the info (username, email, name, etc) [07:25] that's why it uses your openid as username [07:25] For security reasons, your profile URL must be one of your claimed OpenIDs: [07:25] https://login.ubuntu.com/+id/.... [07:26] I'm not sure where I can put that into a text box anywhere [07:27] dholbach: when you login into the page it says it's requesting some info, were the boxes unchecked? [07:27] yes [07:27] I checked them [07:27] or actually I tried both [07:28] if you checked them after logging in for the first time, won't work [07:28] ok, let me try again [07:28] dholbach: one sec [07:29] dholbach: try now [07:30] JoseeAntonioR, great [07:30] the dashboard still looks a bit empty [07:31] blargh, it's showing your username as your openid [07:31] I just set you as admin [07:32] yes, and it can't be changed [07:32] but I just added a nickname and set it as "publicly display as" [07:32] not sure if that helps [07:32] wanna try again? I can delete the account for you to login again, if you one [07:32] s/one/want [07:33] as long as I can log in and do stuff that's fine with me :) [07:34] ok, you can do that :) [07:34] cool [07:34] thanks a lot for taking care of it [07:34] no worries [07:35] btw, do you know how to remove that search bar? [07:35] no, no idea [07:36] np then [07:36] so everything should be set up for your devel hangout, if you run into any troubles just ping me [07:37] thanks a bunch José! [07:38] :) [09:27] brb [14:37] <-- bbi 20min [14:44] miss you already! [14:44] probably would have had more impact if I'd said that 6 minutes ago [14:57] well it does take a little while [15:11] man, I was saying this earlier already, but the mockups for the phone apps look awesome. The ones for the RSS Feed Reader have been created by an actual UX designer who said he happens to use Balsamiq for the daily job -> https://ubuntu.mybalsamiq.com/projects/ubuntuphonecoreapps/grid [15:12] smartboyhw, I had a chat with balloons yesterday and we'll sort it out [15:14] those balsamiq designs are great, and less than 24 hours after the call to action! [15:16] JoseeAntonioR, do you mind if we use other colours on https://wiki.ubuntu.com/UbuntuDeveloperWeek/Timetable? the orange will clash with links in there when we link to logs later :) [15:16] that's the reason I went for light and dark grey [15:16] popey, indeed! [15:17] ... which indeed is not very colourful [15:18] JoseeAntonioR, and I added "(Hangout!)" to the sessions which are hangouts - if you also want to make that more colourful or stand out more, just do it :) [15:27] dholbach, thx [15:53] JoseeAntonioR, do we still have to fill out the classroom calendar thing? [17:22] czajkowski: hey you still doing MAAS things? [17:23] jcastro: I think so [17:23] mailed the questions to the guys this week [17:23] oh [17:23] yeah I was just wondering about the missing wiki page [17:23] http://askubuntu.com/questions/245096/adding-nodes-to-maas [17:23] just as proof to people that sometimes I do care about missing wiki pages. :p [17:23] hm let me ask nick [17:24] but I didnt think the Avahi stuff was ever up there [17:24] 2 ticks [17:26] jcastro: he says it's server team page, smoser may know more [17:26] k [18:06] all right my friends - I call it a day - see you all tomorrow! === rastamouse is now known as nothingspecial [19:22] mhall119, around? [19:31] jono: yes [19:32] mhall119, I have a quick Django question [19:32] sure [19:32] mhall119, is there a way to customize the drop down menus in Django's admin panel [19:33] yes, but... [19:33] as an example, if I have a field for 'Category' and a drop down menu item is "foo", can I programmatically append something before "foo": [19:33] oh? [19:33] you end of creating custom Admin classes that override the defaults [19:34] mhall119, I thought that was just for laying out the admin interface? [19:34] so essentially I want to just customize the text in the combo box but still return the same value [19:34] oh, then it migh tbe easier [19:35] oh? [19:35] is the drop-down list from a foreign key, or a choices=[] list? [19:35] mhall119, foreign key [19:35] and I essentially want to put prepend another database entry in the combo [19:36] so instead of "foo" you want it to say "something foo"? [19:36] or you want "something" to be an option above "foo"? [19:38] mhall119, quick G+? [19:38] sure [20:54] balloons, quick G+? [20:54] sure, just a sec [20:54] finishing a blog post [20:55] well nvm... I'll hold it :-) [20:55] cool [20:55] balloons, invite sent [21:07] hi [21:17] man so I guess the css on planet for overflowing images isn't fixed [21:17] * jcastro clobbers planet with impunity [21:19] jcastro: looks like debian carries the same bug :) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613598 [21:19] Debian bug 613598 in www.debian.org "planet.debian.org: large images can overflow into the sidebar, obscuring its content" [Normal,Open] [21:20] ours is a bit different, the sidebar remains on top [21:34] jcastro: no one cares https://code.launchpad.net/~daker/ubuntu-website/light-planet-theme2-fixes/+merge/45245 [21:36] ! [21:36] ok who can I poke about this [21:36] i don't know [21:36] jcastro: rhlee ? [21:38] hah [21:38] how do you approach someone like that [21:38] "Hey dude, no pressure, it's only been 2 years, but mind checking out this merge proposal?" [21:38] hahaha [21:42] ! [21:44] ! [21:48] bkerensa: same bug [21:49] popey: I like this new transforming window when you place them thing in unity [21:49] the new special effect [21:49] though it looks like you guys squared off the icons on the launcher [21:49] it doesnt work for me [21:49] * jcastro prefers the old tv lens look [21:50] same ubuntu corner as the phone ui [21:52] jcastro: we're the last generation that'll recognize that as a TV screen [21:53] mhall119: http://4.bp.blogspot.com/-s8NtxG5baS0/TtOc-85lE3I/AAAAAAAAESY/-IMhm077mnE/s1600/cassette-tape-and-pencil-li.jpg [21:54] jcastro: exactly :) [21:55] daker: I know who to poke :) and they will be poked [21:58] daker: I think you still have a year to go before you beat the Forum's waiting record [21:58] Ubuntu World Record! [22:05] Why is the forum still waiting? [22:05] I thought the fix was ready? [22:06] waiting on the templates [22:07] ah === zequence_ is now known as zequence [22:45] s-fox: do you have a screenshot of the progress to share with bkerensa? [22:46] last I looked they're making good progress, before it was like orange on orange and unreadable === zequence_ is now known as zequence