[01:52] Amoz: I finished the Linaro theme and proposed it for merging into the Linaro branch [01:52] ty for your help on that [07:28] cjohnston: ah great [12:48] Amoz: howdy [13:03] cjohnston: howdy [13:04] Amoz: got anything going on today? [13:04] I'd like to try to work on the forms [13:05] doing jQuery stuff [13:05] okay, you do that :) [13:06] * cjohnston needs help with it.. ;-) [13:07] that was the point in mentioning it to you [13:07] whatcha doin with jQuery? [13:07] lol [13:08] sneaky you [13:08] I'm watching the nettuts course [13:08] i see [13:08] 30 days to learn jquery [13:10] cool [13:12] what forms would you like to work on ? [13:15] the create/propose meeting forms [13:15] they dont really follow the guidelines [13:15] Right now we use RenderableMixin to create the forms automagically.. [13:16] I dont know that we will be able to make it follow the guidelines and still use that [13:16] and the reason I want to follow the guidelines is that it currently looks pretty bad because its all cluttered togetehr [13:17] ah [13:17] otherwise I wouldnt much care [13:19] okay have you found the docs for RenderableMixin? [13:21] cjohnston: doesn't seem to be well used, amirite? [13:22] correct.. i dont know if its a limitation of RenderableMixin [13:23] sounds very stupid if you can't change the elements [13:23] is it part of django, python or what is it? [13:23] I guess its something keybuck or someone made [13:23] its in common.forms [13:24] so in that case, its prolly best to dump it [13:24] :-/ [13:24] there has to be something similar out there, somewhere [13:25] i dunno [13:25] there seems to be some templating stuff [13:28] bah [13:28] subway irc is unstable :P [13:29] lol [13:29] but it looks good [13:29] anyway [13:29] where is the mixin stuff? [13:30] common/forms.py [13:33] cjohnston, do you have any reference forms for the new design? [13:33] so we can see how they're styled etc ? [13:33] ya [13:34] well [13:34] http://design.ubuntu.com/web/forms [13:36] and where can I see the summit code running? [13:36] you mean the current forms? [13:37] http://summit.chrisjohnston.org/test-summit/propose_meeting/ [13:40] cjohnston, yeah, the core.css contains form css [13:40] so if you use normal forms, I think the css should apply to them [13:40] right.. but we have to create the forms.. [13:41] thats the area i need some help with [13:41] oh, lol [13:41] I thought you meant styling of existing forms [13:42] i dont know that doing that is possible [13:42] http://summit.chrisjohnston.org/test-summit/2012-03-26/ also got messed up [13:42] so im currently trying to debug that [13:43] messed up? when? by what? =/ [13:43] what's the problem? :P [13:44] the table should look like http://summit.ubuntu.com/uds-p/2011-11-02/ [13:46] do you see the difference [13:48] https://code.launchpad.net/~chrisjohnston/summit/code-cleanup-goodness/+merge/99207 seems to be the merge that breaks it [13:49] which really confuses me [13:51] i see the problem [13:52] what is it? [13:52] where is the javascript hide_agenda_details etc ? [13:56] fixed it [13:58] great [14:05] http://summit.chrisjohnston.org/test-summit/2012-03-26/ [14:05] Amoz_: ^^ fix [14:11] oh you [14:12] ? [14:12] i fixed it [14:12] sorry [14:12] haah [14:12] okay [14:12] goodie [14:12] I'm waiting on imbrandon to get up to help me with understanding something he said... [14:12] cjohnston: was confusing if you said hwat the error was and what the fix was it'd be clearer [14:13] error was missing js due to a change in another page [14:16] cjohnston, what's that? [14:16] Amoz_: a block name was changed in website_base, but not changed elsewhere down the line [14:17] soon as I changed it in the other templates it worked [14:18] cjohnston, I meant what imbrandon said [14:18] he is kinda redoing the way that the JS is called [14:19] and I'm a little confused about it [14:19] http://bazaar.launchpad.net/~ubuntu-community-webthemes/ubuntu-community-webthemes/light-django-theme-linaro-refresh/view/46/templates/website_base.html#L22 [14:19] I think he wants me to put the js thats particular to that one page in the closure [14:22] he wants you to put scripts in the loader.js [14:23] and if you need to add extra scripttags, put them in the ending block [14:23] not in the beginning of the page [14:23] and try to avoid inline js and css [14:23] right.. [14:23] basically he's just saying a lot of "normal" stuff [14:24] best practices, so browser can make use of caching for example [14:24] for instance* [14:24] but the right [14:25] but so because this js is only used on one page, the daily.html page, put it in the ending block [14:26] ? [14:27] if you look at daily.html, it has inline js in the header [14:27] he wants it to be at the end of the page, is my understanding [14:27] because the js is only relevant to the one page [14:33] probably [14:33] but still [14:33] it's open source [14:34] and it will work anyway [14:34] it's just "better" to have it in the end [14:34] and if he really wants to fix it, he can do it [14:34] that's my opinion about open source [14:34] :P [14:34] lol [14:52] ;D [14:52] so [14:52] cjohnston, what's the rest of your plans? [14:52] all website stuff [14:52] the form stuff [15:17] and how are you gonna tackle that one? :P [15:18] hoep that you will [15:21] aww [15:21] I don't even know what to do [15:22] ok [15:22] we can try looking at it later [15:23] :-) [16:04] mhall119: have you seen the feed for #linaroconnect on http://summit.linaro.org/lcq2-12/ [16:20] cjohnston: looks like something is wrong with our twitter search, it's returning 0 results [16:20] ya [16:20] so you're only getting old stuff from identi.ca [16:20] mhall119: imbrandon is going to work on redoing it