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