[14:44] mhall119: ping :) [14:44] pong [14:45] czajkowski: Hullo. === thecolonyroom is now known as steveedwards [14:45] thecolonyroom: ahh didnt recognise the nick [14:45] czajkowski: Hullo. [14:45] ta da [14:45] czajkowski: Sorry. My alter ego. [14:45] cjohnston, meet steveedwards [14:45] o/ [14:45] so basiccally just trying to work out why we have 2 projects with the same name and wondering can they not be under one project [14:45] cjohnston: Don't hate me. [14:45] or is there something I'm missing here [14:46] theres alot that we are missing [14:46] but i agree [14:46] so cjohnston has already given maintainership of uds-project to ~uds-organizers, and I've already pushed steveedwards's code there [14:46] i dont care which it is, just pick one and point the other to it if possible [14:47] we also already have bugs files against uds-project, though they're probably not relevant after the theme change [14:47] mhall119: ive gone through them [14:47] 2.5 still are [14:47] ok [14:47] at prsent steveedwards project that was registed is inactive so just wondering can he use the project that currenly cjohnston ownes for the summit work [14:48] sorry, but just to clarify, this is for uds.u.c work, not summit.u.c work [14:48] steveedwards: if possible, whatever we choose, can we put a link in the footer as to where to file a bug for the site so that people dont file against ubuntu-website [14:48] summit work need to go under the summit project [14:48] cjohnston: Will do. I can add that. [14:48] summit *code* work anyway, we still have some content on there that is UDS-specific (but we're working on removing that) [14:49] theme work needs to go against https://launchpad.net/ubuntu-community-webthemes [14:49] cjohnston: not for uds.u.c [14:49] for summit [14:49] the django one, yes [14:50] if everything wasnt hard coded into uds.u.c branch, the branch could be pushed there and all sites could be updated to the new guidelines [14:50] but oh well [14:51] so is everybody okay with using uds-project? [14:51] +0 just pick one [14:51] I'm +1, simply because it's all there already [14:51] mhall119: Sounds good. [14:52] steveedwards: we can add you to ~uds-organizers if you think we need to, so you can push to the branch on that project [14:52] mhall119: That would be great. Thanks. [14:52] otherwise you can just push under your name and make a merge proposal to that branch [14:54] great we're sorted so [14:54] https://launchpad.net/uds-project is the one to live right ? [14:54] right [14:54] yes [14:56] thanks czajkowski, steveedwards, cjohnston [14:56] lovely jubbly [14:56] sorted so [14:56] * czajkowski goes back to reviewing more projects [14:56] toodles [14:56] mhall119: Cheers. [14:57] steveedwards so what are the thoughts from the design team on making the user experience a decent one going between uds.u.c and summit.u.c [14:57] it was ok at best in prior to the update [15:02] cjohnston: the issue with the previous uds.u.com and summit.u.com was primarily that the sites tried to mirror each other to make it less obvious you were jumping between different websites, but because they were out of sync that didn't really work. [15:02] right.. [15:02] cjohnston: so during the UX, the top-level navigation links to summit were reimagined as call-to-actions to go off-site. [15:03] cjohnston: hence them being removed from the top-level navigation which should be reserved for navigation in the current site. [15:03] it doesnt make sense to me that there is only 1 link that i find to the schedule [15:04] cjohnston: equally it doesn't make sense that an empty page is promoted before it's populated [15:04] I've been against having two seperate sites from day one.. the work should be done to make it one site IMO [15:04] cjohnston: so it may be that it gets dropped into the nav when it does? [15:04] cjohnston: +1 [15:04] cjohnston: We'd love to help with that. [15:04] cjohnston: If we can find the time. [15:04] bzr branch lp:summit [15:04] ;-) [15:04] cjohnston: the above is just so you know where the UX decision came from. [15:04] cjohnston: :) [15:04] ty niceguyjames [15:05] hardcoding would have been just as easy with both [15:05] If we are going to hardcode, I could easily add it all to summit, then just point uds.u.c to summit [15:06] ill be back in 5 minutes [15:15] im back [15:25] svwilliams: ping [15:26] Hey cjohnston [15:26] have you had a change to work on your branches anymore? [15:28] I worked on them more sunday, but not yesterday [15:28] ok [15:28] I'll have time tonight to straighten out the position: relative issue [15:29] cool.. ty [15:29] thats the only thing left, removing the % and specifying the px fixed the ltp issue [15:29] :-) [15:30] sweet [15:30] do you know what the problem is with the position relative issue? [15:30] or do you need to mess around with it [15:42] I need to mess around with it [15:42] cjohnston, (sorry for the delays in responses) [15:42] np [15:43] I think I can put them inside a block that is position relative, but it seems like if they themselves are position relative it ignores that when resizing the page [15:43] due to the display:inline-block [15:43] though now that I'm typing it [15:44] I'm wondering if my margins are throwing it off [15:44] I have plenty of time to play with it tonight [15:44] I'll let you know [15:44] ok [16:41] svwilliams: this is really odd.. I'm seeing doubles and dont know why.. I've stared adding links in your side bar.. but i have two side bars [16:42] and the side-bar needs to wrap text [16:45] svwilliams: mhall119 http://ubuntuone.com/5sgMhDL72yeJDnjBXaPVXv [16:46] Could not locate object [16:48] mhall119: svwilliams http://ubuntuone.com/6sEitrdTgdTwyTYXlSHTWz [18:05] mhall119, can you help with a small question ? [18:05] daker: sure [18:06] mhall119, i want to select all the events that are in still happening [18:07] daker: from within Django, or from the JSON API? [18:07] django [18:07] ORM [18:07] FYI: each events has a start/end date [18:07] event* [18:09] imagine you have two events happening today and i need to get them just by passing the date [18:10] mhall119, ^ [18:12] daker: we have that in the object managers already I think [18:14] mhall119, no i think you didn't understand [18:14] imagine you have event 1 from 10-03-2012 to 13-03-2012 [18:15] and event 2 from 12-03-2012 to 13-03-2012 [18:15] and i want just by passing the 12-03-2012 to the query to get the list of the two events [18:17] cjohnston, that's odd ... it looks like the block that you are building links into exists in more than one place ... did I leave a trailing one in from all of our testing [18:17] last friday [18:20] daker: ah, I think I understand [18:21] daker: something like TeamEvent.objects.filter(date_end__gte=your_date_variable) [18:21] that will give you any date that *end* after the given variable date [18:22] daker: look at next_events in TeamEventsManager [18:22] /events/models.py line 105 [18:24] ok [18:25] svwilliams: i dont think so [18:35] hey cjohnston [18:35] hey [18:36] bobweaver is his irc nick [18:36] ok [18:37] he is not on now. [18:37] ok [18:37] but if you see him... you know who he is [18:38] ok.. cool [18:38] ty [18:39] I will likely have to work on bzr with him... [18:39] ok [18:40] thats easy enough [18:40] groundcontrol may be something to look at too [18:40] yeah... that is [18:41] I will try to ensure that he gets in contact with you. [18:41] awesome.. ty [18:44] mhall119: I just saw cjohnston in the other channel and mentioned it to him [18:44] but yes, we need to get bob in here [21:59] daker: https://code.launchpad.net/~chrisjohnston/loco-team-portal/bzr-req-update