cprofitt | cjohnston: ping | 01:51 |
---|---|---|
cjohnston | yo | 01:51 |
cprofitt | tried again tonight to test summit -- still getting page not found trying to register | 01:52 |
cjohnston | and it works for everyone else | 01:52 |
cjohnston | what link are you trying | 01:52 |
cprofitt | http://summit.chrisjohnston.org/test-summit/ | 01:52 |
cprofitt | Test Summit in Launchpad link on that page | 01:53 |
cjohnston | ahh | 01:53 |
cprofitt | immediately below the dates | 01:53 |
cjohnston | you have to use the link in my blog post | 01:53 |
cprofitt | ah | 01:53 |
cjohnston | summit doesnt understand that its using staging | 01:53 |
cprofitt | cool... will check it out again in 20 minutes | 01:56 |
cprofitt | thanks | 01:56 |
cjohnston | it should only be 5 minutes | 01:56 |
cjohnston | tghats what the cron is set to | 01:56 |
cjohnston | but i am not gonna tell people tat | 01:56 |
cjohnston | that | 01:56 |
cjohnston | incase | 01:56 |
* cprofitt nods | 01:56 | |
cprofitt | the Scotty factor | 01:57 |
nigelb | ws 33 | 07:39 |
nigelb | gggggaaahhh | 07:39 |
Amoz | oi | 15:35 |
Amoz | cjohnston, I'm back =) | 15:39 |
cjohnston | hey Amoz | 15:42 |
cjohnston | Amoz: you got time to do some work? | 15:45 |
cjohnston | yaili: some of the changes that you mentioned are now live on summit.chrisjohnston.org | 16:31 |
cjohnston | ty | 16:31 |
yaili | cjohnston: cool | 16:33 |
Amoz | cjohnston, suure | 16:43 |
Amoz | I'm watching some jquery tuts right now | 16:43 |
cjohnston | I need help with that wide screen display | 16:43 |
Amoz | oh | 16:47 |
Amoz | the schedule view, cjohnston ? | 16:47 |
cjohnston | yes.. the grid one | 16:47 |
Amoz | hmm | 16:47 |
cjohnston | it needs to work like the current one somehow | 16:47 |
Amoz | cjohnston, link please :) | 16:48 |
cjohnston | http://summit.ubuntu.com/uds-p/2011-10-31/display | 16:49 |
Amoz | cjohnston, so basically you want a new view with 100% width ? | 16:50 |
cjohnston | ya | 16:51 |
Amoz | shouldn't be too hard to fix with a new template and some hacking | 16:51 |
Amoz | hmm, what's the state at the current branch? | 16:51 |
Amoz | in* | 16:51 |
Amoz | is everything merged ? | 16:52 |
cjohnston | https://code.launchpad.net/~chrisjohnston/summit/action-item-links and lp:~chrisjohnston/ubuntu-community-webthemes/more-theme-work need to be merged in | 16:52 |
Amoz | okay, but they don't have anything at all to do with the wide layout thing | 16:52 |
Amoz | I suppose? | 16:53 |
cjohnston | they have the new theme in it | 16:53 |
Amoz | oh | 16:53 |
Amoz | uhm | 16:53 |
Amoz | you haven't merged my branch either? | 16:53 |
cjohnston | that has your branch in it | 16:53 |
Amoz | ok good | 16:53 |
Amoz | I'm lost | 16:53 |
cjohnston | so am i | 16:53 |
cjohnston | i probably need to merge what I have into trunk and work from there | 16:54 |
Amoz | yeah, I guess it's always good to keep the trunk updated =) | 16:55 |
Amoz | as long as it's not breaking stuff | 16:55 |
cjohnston | it kinda sorta would, but not really | 16:55 |
cjohnston | if that makes sense | 16:55 |
Amoz | ah | 16:55 |
Amoz | if we're changing a lot of layout stuff and css etc. that's true | 16:56 |
Amoz | which we are | 16:56 |
Amoz | but we can still branch and merge our separate branchs manually to our working trees | 16:56 |
Amoz | if you know what I mean | 16:56 |
Amoz | so development is made on the latest code | 16:57 |
cjohnston | ya | 16:57 |
Amoz | i'm upgrading to precise on my server now | 16:57 |
Amoz | hmm | 16:58 |
Amoz | this time I better work directly on the server | 16:59 |
Amoz | cjohnston, virtualenv isn't playing nice with me =( | 17:13 |
Amoz | Error: Can't find the file 'settings.py' in the directory containing './manage.py'. It appears you've customized things. | 17:13 |
Amoz | You'll have to run django-admin.py, passing it your settings module. | 17:13 |
Amoz | (If the file settings.py does indeed exist, it's causing an ImportError somehow.) | 17:13 |
cjohnston | it should be there... you need to run it as "python manage.py runserver --settings ubuntu_settings" | 17:14 |
Amoz | thats what I did | 17:16 |
Amoz | so it must be throwing an ImportError then? | 17:16 |
cjohnston | do you have a local settings | 17:17 |
Amoz | yep | 17:17 |
Amoz | throw away? | 17:17 |
cjohnston | no idea | 17:18 |
Amoz | nope | 17:18 |
cjohnston | if you ls is there a settings.py? | 17:18 |
Amoz | ofc | 17:18 |
Amoz | everything is there | 17:18 |
Amoz | and as far as I remember I haven't done anything since last time I developed | 17:18 |
cjohnston | try ./manage.py migrate | 17:18 |
Amoz | it doesn't matter what I call, only ./manager triggers the same error as well | 17:19 |
Amoz | manage* | 17:19 |
cjohnston | mhall119: any idea? | 17:19 |
Amoz | so I'd say it's virtualenv's fault =P | 17:19 |
Amoz | works perfectly when I'm not in virtualenv | 17:23 |
Amoz | so definitely something with virtualenv | 17:23 |
cjohnston | uggh | 17:23 |
Amoz | :P | 17:23 |
mhall119 | Amoz: try running just "python" then "import settings" | 17:28 |
mhall119 | it's probably an import in settings.py that is throwing an exception | 17:28 |
Amoz | mhall119, yup, something about urandom | 17:29 |
mhall119 | Amoz: do you get a stacktrace? | 17:29 |
Amoz | File "settings.py", line 35, in <module> | 17:29 |
Amoz | DEBUG) | 17:29 |
Amoz | File "common/utils.py", line 26, in get_summit_version | 17:29 |
Amoz | f = email.message_from_file(open(version_file)) | 17:29 |
Amoz | File "/usr/lib/python2.7/email/__init__.py", line 65, in message_from_file | 17:29 |
Amoz | yup | 17:29 |
Amoz | you want it all? | 17:29 |
Amoz | that's the top | 17:30 |
mhall119 | yeah, just pastebin the whole thing | 17:30 |
cjohnston | nigelb: do you remember anything about the __unicode__ thing? it seems almost like it was removed.. I have my links set as attendee.user, which matches a fix that you made with a comment of fixes unicode issue | 17:30 |
nigelb | cjohnston: I remember those changes were because we added __unicode__ for easye in django-admin. | 17:31 |
mhall119 | cjohnston: launchpad links need to use attendee.user.username | 17:31 |
cjohnston | ahh | 17:32 |
mhall119 | attendee.user is the "for human display" | 17:32 |
mhall119 | it'll include first_name and last_name if present | 17:32 |
Amoz | mhall119, http://paste.ubuntu.com/896722/ | 17:32 |
mhall119 | which will break your launchpad urls | 17:32 |
mhall119 | Amoz: that's from your virtualenv? | 17:33 |
cjohnston | mhall119: is that the same across the board... lead.lead.username, crew.attendee.username? | 17:33 |
Amoz | should be | 17:33 |
Amoz | yup | 17:33 |
mhall119 | cjohnston: wtf, why are we using the email module to read the version file? | 17:34 |
cjohnston | huh | 17:34 |
Amoz | lol | 17:35 |
cjohnston | the version stuff is copied directly from LTP | 17:35 |
mhall119 | oh hell, it's there too | 17:35 |
mhall119 | Amoz: kindly file a bug against summit and LTP for this nonsense, and try re-creating your virtualenv with python2.6 | 17:36 |
Amoz | mhall119, oh okay | 17:36 |
Amoz | I don't even know what's wrong, care to explain just a little? | 17:36 |
cjohnston | just file a bug that says nonsense and assign mhall119 | 17:37 |
Amoz | hah | 17:37 |
Amoz | okay | 17:37 |
Amoz | will do | 17:37 |
mhall119 | Amoz: so for some reason the original LTP code (that neither cjohnston nor I wrote) using an email parsing module to read a 2-line version file | 17:37 |
Amoz | lol | 17:37 |
mhall119 | and it seems that, at least in your virtualenv, that email module is trying to import urandom, which doesn't exist | 17:37 |
Amoz | ugly hacks | 17:37 |
mhall119 | the import failure cascades all the way back to settings.py, which manage.py fails to import, and therefore gives a misleading message about it not being there | 17:38 |
Amoz | yeah | 17:38 |
Amoz | but it says so as well | 17:38 |
Amoz | that it may be an import error | 17:39 |
Amoz | so it's not completely misleading imo | 17:39 |
cjohnston | mhall119: how do I get .username to work for the lead model | 17:40 |
Amoz | mhall119, aah, that's why it broke then, I upgraded to precise -> python2.7 ? | 17:42 |
Amoz | mhall119, may I set the bug to triaged? | 17:44 |
cjohnston | yes | 17:45 |
mhall119 | cjohnston: probably some thing like lead.lead.username or lead.lead.user.username | 17:47 |
mhall119 | Amoz: yes, triaged would be fine | 17:47 |
cjohnston | there it si | 17:47 |
cjohnston | is | 17:47 |
cjohnston | yippie | 17:47 |
Amoz | aw, I couldnt set it to triaged | 17:49 |
Amoz | set it to confirmed | 17:49 |
Amoz | ah finally | 17:56 |
Amoz | cjohnston, which one is the wide template? | 18:19 |
Amoz | or view.. | 18:19 |
cjohnston | schedule.html | 18:22 |
Amoz | figured | 18:25 |
Amoz | uhm | 18:25 |
Amoz | how "hackish" do you want it to be cjohnston ? | 18:25 |
Amoz | I can add some inline css in the template, overriding the grid styles | 18:26 |
cjohnston | as little as possible | 18:26 |
cjohnston | that would prolly be fine | 18:26 |
Amoz | cjohnston, http://amoz.dyndns.org:8080/uds-p/2011-10-31/display | 18:35 |
Amoz | pushd as well | 18:35 |
Amoz | http://bazaar.launchpad.net/~fougner/+junk/summit/revision/318 | 18:36 |
Amoz | gotta go now :) | 18:36 |
cjohnston | Amoz: itll need some more work | 18:36 |
Amoz | yeah probably | 18:36 |
cjohnston | ping me when you get back | 18:36 |
Amoz | the header will be hard to fix though | 18:36 |
Amoz | because it's not parenting the inner wrapper | 18:36 |
Amoz | so it's impossible to know the wanted width of the header | 18:36 |
Amoz | if that's what you meant | 18:36 |
cjohnston | hrm | 18:37 |
cjohnston | Amoz: maybe steveedwards can help us when you return | 18:37 |
Amoz | framework guy ;D | 18:37 |
Amoz | we could fix it with some ugly javascipt as well | 18:38 |
Amoz | fetch the inner-wrapper width | 18:38 |
Amoz | and set the header and top-nav to it | 18:38 |
cjohnston | id rather not.. the top-nav doesnt have to be 100%, but the grid should be aligned all the way left | 18:38 |
Amoz | ah | 18:38 |
Amoz | that's the only problem | 18:39 |
Amoz | ? | 18:39 |
cjohnston | i care less about the top nav | 18:39 |
cjohnston | yes | 18:39 |
Amoz | http://amoz.dyndns.org:8080/uds-p/2011-10-31/display | 18:40 |
Amoz | like that? | 18:40 |
cjohnston | that works for me... steveedwards are you here? | 18:40 |
cjohnston | mhall119: can you look at something real quick? | 18:44 |
Amoz | stop bugging them :P | 18:46 |
Amoz | weekend has come ^^ | 18:46 |
Amoz | anyway, off, take care! | 18:46 |
cjohnston | cya | 18:48 |
daker_ | hello | 20:11 |
cjohnston | o/ | 20:11 |
daker_ | cjohnston: anything to do ? | 20:11 |
cjohnston | always | 20:11 |
cjohnston | lol | 20:11 |
daker_ | i will do some summit testing | 20:12 |
cjohnston | I have the theme 99% done.. I'm trying to finish my meeting stuff, but running into an error | 20:12 |
daker_ | nice | 20:12 |
cjohnston | daker_: http://pad.ubuntu.com/summit | 20:13 |
daker_ | cjohnston: what's the error ? | 20:14 |
cjohnston | me playing around trying to figure out how to add the approver=attendee part | 20:14 |
daker_ | cjohnston: MeetingReview is the Modelform of the Meeting model ? | 20:17 |
cjohnston | yes | 20:17 |
daker_ | cjohnston: where the MeetingReview is located ? | 20:19 |
cjohnston | i pasted it | 20:19 |
daker_ | cjohnston: look at the bottom | 20:22 |
cjohnston | global name 'false' is not defined | 20:25 |
daker_ | False | 20:26 |
cjohnston | der | 20:26 |
cjohnston | one day I'll learn to write correctly | 20:26 |
cjohnston | that seems to work | 20:28 |
cjohnston | yippie | 20:28 |
daker_ | :) | 20:28 |
cjohnston | http://summit.chrisjohnston.org/test-summit/ | 20:28 |
cjohnston | daker_: can you propose a meeting please? | 20:28 |
daker_ | cjohnston: the spec URL ? | 20:30 |
cjohnston | blank | 20:30 |
cjohnston | if it doesnt have a * it isnt required | 20:30 |
cjohnston | we need to work on the forms.. they are crap right now because they use RenderableMixin, but I'm not sure how to make them better | 20:30 |
daker_ | cjohnston: http://summit.chrisjohnston.org/test-summit/meeting/635/hacking-on-the-loco-team-portal/ | 20:31 |
cjohnston | do you mind creating one more please? | 20:32 |
daker_ | cjohnston: http://summit.chrisjohnston.org/test-summit/meeting/636/hacking-on-the-cloud-portal/ | 20:34 |
cjohnston | ty | 20:34 |
cjohnston | one sec.. | 20:34 |
cjohnston | daker_: http://summit.chrisjohnston.org/test-summit | 20:35 |
cjohnston | you should see "Review proposed meetings" | 20:35 |
daker_ | yep | 20:36 |
cjohnston | click that | 20:36 |
cjohnston | then next to yours where it says declined, click that | 20:36 |
cjohnston | change it to approved, hit save please | 20:36 |
daker_ | done | 20:37 |
cjohnston | awesome | 20:38 |
cjohnston | it worked as it should | 20:38 |
cjohnston | I have just a few more edits, then it will be done enough to push live | 20:38 |
cjohnston | i just need the linaro theme reworked now :-( | 20:39 |
cjohnston | otherwise it will all die | 20:39 |
daker_ | http://summit.chrisjohnston.org/media/jquery/jquery.js <= 404 | 20:39 |
cjohnston | i dont know that i have the aliases setup | 20:40 |
daker_ | the folder is empty http://summit.chrisjohnston.org/media/jquery/ | 20:40 |
cjohnston | daker > ssh ubuntu@summit.chrisjohnston.org | 20:41 |
daker_ | cjohnston: where is the apache conf file ? | 20:42 |
cjohnston | /etc/apache2/sites-available/summit | 20:43 |
daker_ | cjohnston: http://summit.chrisjohnston.org/test-summit/ | 20:50 |
daker_ | now we have the feed at the right | 20:51 |
Amoz | heh | 20:53 |
Amoz | back again | 20:53 |
Amoz | you need the linaro site themed, cjohnston ? | 20:53 |
cjohnston | Amoz: ya | 20:55 |
cjohnston | basically, my thought is, copy over the ubuntu theme to the linaro branch, then modify the theme to match the majority of the look of their existing theme | 20:56 |
cjohnston | i dont think it will be a ton of work | 20:56 |
daker_ | how can i propose merge for the new summit ? | 20:57 |
cjohnston | daker_: you mean the jquery? | 20:58 |
daker_ | for the theme | 20:58 |
cjohnston | propose it against lp:~chrisjohnston/ubuntu-community-webthemes/more-theme-work | 20:59 |
cjohnston | actually | 20:59 |
cjohnston | wait.. | 20:59 |
cjohnston | daker_: lp:ubuntu-community-webthemes/light-django-theme | 21:02 |
daker_ | ok | 21:02 |
Amoz | cjohnston, | 21:04 |
cjohnston | ya | 21:05 |
Amoz | do you want me to work on the wide site thing | 21:05 |
Amoz | or port linaro? | 21:05 |
Amoz | :P | 21:05 |
cjohnston | port linaro | 21:05 |
cjohnston | :-) | 21:05 |
Amoz | okaay | 21:05 |
cjohnston | propose the wide site thing that you have already | 21:05 |
cjohnston | that is good enough for today | 21:05 |
cjohnston | and we can tweak it | 21:05 |
cjohnston | but porting linaro is what is now holding up the deployment | 21:06 |
* cjohnston is off to dinner | 21:08 | |
Amoz | cjohnston, there, fixed it | 21:27 |
cjohnston | the wide view? | 21:27 |
Amoz | yup | 21:29 |
Amoz | cjohnston, http://amoz.dyndns.org:8080/uds-p/2011-10-31/display | 21:29 |
Amoz | see if it shows correctly in different browsers than webkit based | 21:30 |
cjohnston | cool.. ill look when I get home | 21:30 |
Amoz | cjohnston, what device you on now ? | 21:30 |
cjohnston | cell | 21:30 |
Amoz | yeah, which one ? | 21:31 |
cjohnston | atrix | 21:31 |
Amoz | oh, cool | 21:31 |
Amoz | s | 21:31 |
Amoz | so | 21:31 |
Amoz | where can I find the linaro website? | 21:32 |
Amoz | URL wise | 21:32 |
Amoz | I see the dir in summit dir | 21:32 |
Amoz | nvm, can check urls.py | 21:32 |
Amoz | maybe not | 21:33 |
Amoz | cjohnston, I can't see how linaro is used in this codebase | 21:34 |
cjohnston | python manage.py runserver --settings linaro_settings | 21:34 |
Amoz | ah | 21:35 |
cjohnston | :) | 21:35 |
Amoz | cjohnston, I get a list index out of range | 21:37 |
Amoz | from this query Summit.on_site.all().order_by('-date_start')[0] | 21:37 |
Amoz | hmm | 21:38 |
Amoz | summit/common/views | 21:38 |
daker_ | i think you just need to a new summit for linaro | 21:38 |
daker_ | to add* | 21:38 |
cjohnston | Amoz: login to the admin | 21:38 |
Amoz | lol | 21:38 |
cjohnston | edit one of the existing summits | 21:38 |
cjohnston | add linaro to it | 21:39 |
Amoz | hold on | 21:39 |
Amoz | how? | 21:39 |
Amoz | I don't even know if I'm admin | 21:39 |
Amoz | I can set that in settings.py huh? | 21:39 |
cjohnston | no | 21:40 |
Amoz | ok | 21:40 |
cjohnston | admin/password | 21:40 |
AlanBell | evening all | 21:40 |
daker_ | Amoz: go to http://amoz.dyndns.org:8080/admin/ | 21:40 |
cjohnston | hey | 21:40 |
Amoz | oh hai AlanBell :) | 21:40 |
* AlanBell is hacking on etherpad lite support | 21:40 | |
Amoz | daker_, thanks, I can do that from the ubuntu_settings instance as well right? | 21:41 |
AlanBell | I found out how to do cookies, it is like this http://stackoverflow.com/questions/4981601/django-use-render-to-response-and-set-cookie | 21:41 |
daker_ | yes | 21:41 |
daker_ | Amoz: yes | 21:41 |
Amoz | and then | 21:41 |
Amoz | I add something | 21:41 |
Amoz | sites? schedule/summits ? | 21:42 |
cjohnston | schedule summit | 21:42 |
Amoz | I still haven't wrapped my head around all this | 21:42 |
Amoz | cjohnston, and then? | 21:42 |
daker_ | Amoz: just edit any summit entry http://amoz.dyndns.org:8080/admin/schedule/summit/1/ | 21:42 |
Amoz | there 3 summits | 21:42 |
AlanBell | Amoz: there are quite a few layers of things to add :) | 21:42 |
cjohnston | just edit one that already exists | 21:43 |
Amoz | and? | 21:43 |
daker_ | Amoz: there is a Sites field | 21:44 |
Amoz | yeah | 21:44 |
Amoz | mark it? | 21:44 |
Amoz | linaro site | 21:44 |
daker_ | i think yes | 21:44 |
cjohnston | yes | 21:44 |
daker_ | Amoz: then restart the server with the new settings : python manage.py runserver --settings linaro_settings | 21:45 |
Amoz | something else? | 21:45 |
Amoz | because I get a list index oor again | 21:45 |
Amoz | not the same tho | 21:45 |
Amoz | this time it's the render_to_response context thingy | 21:46 |
Amoz | return {'main_menu': Menu.on_site.all()[0].slug} | 21:46 |
Amoz | there | 21:46 |
Amoz | summit/common/context_processors.py in site_menu | 21:47 |
Amoz | seems there's a menu missing? | 21:47 |
Amoz | or something like it | 21:47 |
daker_ | Amoz: can you restart with the ubuntu_website settings ? | 21:47 |
Amoz | daker_, sure | 21:48 |
Amoz | admin again | 21:48 |
Amoz | ah | 21:48 |
Amoz | menus | 21:48 |
daker_ | go to http://amoz.dyndns.org:8080/admin/common/menu/1/ | 21:48 |
Amoz | figured | 21:48 |
Amoz | lol | 21:49 |
Amoz | there it is | 21:49 |
Amoz | linaro site | 21:49 |
Amoz | thx | 21:49 |
Amoz | aaah wonderful | 21:49 |
daker_ | juste added a new entry for linaro then restart | 21:49 |
Amoz | thank you | 21:49 |
Amoz | oh | 21:49 |
Amoz | I edited the uds one now | 21:49 |
Amoz | which means I f***ed UDS up now right? | 21:49 |
Amoz | nvm | 21:49 |
Amoz | I'll just use it as it is | 21:50 |
Amoz | heh | 21:51 |
Amoz | fancy colors | 21:51 |
aquarius | cjohnston, ping if you're around? | 21:57 |
aquarius | cjohnston, (and mhall119 I think), you guys wanted me to look at the mobile view for summit? | 22:01 |
cjohnston | yes.. | 22:01 |
aquarius | am just looking at summit.cjohnston.org and you've broken it ;-) | 22:01 |
aquarius | it sort of goes into mobile view when the window's narrow, but not really ;) | 22:01 |
cjohnston | blame canonical | 22:01 |
daker_ | aquarius: http://summit.chrisjohnston.org/test-summit/ | 22:02 |
aquarius | heh. Can you tell me what changed? Then I can attempt to fix it...? | 22:02 |
aquarius | daker_, yeah, that's what I'm looking at | 22:02 |
cjohnston | all the css | 22:02 |
aquarius | everything? really? | 22:03 |
cjohnston | the navs are noe ul | 22:03 |
aquarius | as in: I should just do the mobile stuff basically from scratch? | 22:03 |
aquarius | I can have a go, certainly | 22:03 |
aquarius | do you have a few minutes to talk me through getting a running populated local summit again? | 22:03 |
cjohnston | maybe | 22:03 |
cjohnston | daker_: can you help him | 22:04 |
cjohnston | I'm at a restaurant | 22:04 |
aquarius | heh :) | 22:04 |
aquarius | cjohnston, sod off and have dinner and stop talking to me | 22:04 |
daker_ | aquarius: ok | 22:04 |
cjohnston | you call I come running | 22:05 |
* aquarius pulls summit trunk and braches it | 22:05 | |
Amoz | cjohnston, there's a lot of custom styles in default.css for linaro | 22:05 |
cjohnston | ya | 22:05 |
aquarius | daker_, ok, I have trunk. There were a bunch of magic commands I could run which actually populated it :) | 22:05 |
Amoz | cjohnston, which means I have to manually pull out those styles and stuff | 22:05 |
Amoz | cjohnston, is the site live somewhere? | 22:05 |
Amoz | linaro | 22:05 |
cjohnston | ok summit.linaro.org | 22:06 |
Amoz | obviously.. | 22:06 |
Amoz | -.- | 22:06 |
Amoz | cjohnston, thanks | 22:06 |
daker_ | aquarius: i'll upload the db | 22:06 |
cjohnston | Amoz: if you give aquarius a copy of your db it will help him greatly | 22:06 |
daker_ | yes | 22:07 |
daker_ | aquarius: the new theme is here lp:ubuntu-community-webthemes/light-django-theme | 22:08 |
daker_ | in summi/summit | 22:08 |
aquarius | daker_, ok, what do I do with that branch? | 22:09 |
daker_ | do bzr branch lp:ubuntu-community-webthemes/light-django-theme ubuntu_website | 22:09 |
aquarius | inside my summit branch, or somewhere else? | 22:09 |
daker_ | yes in summi/summit | 22:09 |
aquarius | ok, so I now have an ubuntu_website folder alongside media an schedule and sponsor and services and the like | 22:10 |
daker_ | good | 22:10 |
Amoz | you want my db? | 22:10 |
daker_ | give him the db | 22:10 |
Amoz | hmm isn't my db messed up now because I changed uds-menu to linaro site? | 22:11 |
Amoz | I think it is | 22:11 |
Amoz | :D | 22:11 |
Amoz | I might have a local one somewhere | 22:11 |
Amoz | hold n | 22:11 |
Amoz | http://dl.dropbox.com/u/103754/summit.db | 22:12 |
Amoz | there | 22:12 |
Amoz | try it | 22:12 |
Amoz | aquarius, | 22:12 |
Amoz | put it in summit/summit | 22:12 |
aquarius | ok, got it | 22:12 |
daker_ | aquarius: then run : ./manage.py runserver --settings=ubuntu_settings | 22:14 |
aquarius | kaboooom | 22:14 |
aquarius | KeyError: 'request' | 22:14 |
aquarius | which version of django does it need? | 22:15 |
* aquarius has 1.3.1 | 22:15 | |
aquarius | er, it is also trying to connect to a postgres database. | 22:15 |
Amoz | aquarius, if you don't have virtualenv I'd recommend you to read this | 22:16 |
Amoz | http://summit.readthedocs.org/en/latest/installing.html#grab-the-source | 22:16 |
Amoz | follow that | 22:16 |
daker_ | aquarius: cp local_settings.py.sample local_settings.py | 22:16 |
aquarius | aha :) | 22:17 |
aquarius | right, hooray, summit running | 22:17 |
daker_ | YAY! | 22:17 |
aquarius | ok. Now I need to work out (a) which styles I applied with a media query for the mobile view, (b) why they no longer work, and (c) what I need to do to replace them :) | 22:19 |
daker_ | :) | 22:22 |
aquarius | ah, god almighty, it's all 960.css now | 22:23 |
aquarius | who built the styles? | 22:23 |
aquarius | so I can ask them about how 960 works :) | 22:23 |
daker_ | canonical web team | 22:24 |
Amoz | cjohnston, daker_ http://amoz.dyndns.org:8080/ | 22:27 |
Amoz | whaddyathink? | 22:27 |
daker_ | nice! | 22:27 |
Amoz | inorite? | 22:34 |
Amoz | cjohnston, https://code.launchpad.net/~fougner/+junk/light-django-linaro-theme-new-design | 22:40 |
aquarius | ok, ping, gang | 22:40 |
Amoz | there's the linaro branch | 22:40 |
Amoz | now that's enough for tonight | 22:40 |
aquarius | before, the subnav (this is the grey part underneath the orange header) with "Tracks", "All sessions (iCal)" and so on, was a load of <a> elements in your templates | 22:41 |
aquarius | and that was wrapped by a higher template in <nav> | 22:41 |
aquarius | *now*, those <a> elements are wrapped in a <ul> by a higher template (the ubuntu_website templates) | 22:41 |
aquarius | which means that that subnav is now <ul><a ...> <a ....> <a ...></ul> | 22:41 |
aquarius | which is why they're not being styled right, and is invalid to boot ;) | 22:42 |
Amoz | aquarius, what branch u lookin at? | 22:42 |
aquarius | Amoz, trunk summit + ubuntu_website theme | 22:42 |
aquarius | but I don't want to change the markup because that might screw it up in some other theme | 22:42 |
aquarius | I don't understand the theming stuff ;) | 22:42 |
Amoz | I'm not sure you have the latest stuff we're porting right now | 22:43 |
aquarius | okay... | 22:43 |
Amoz | have you pulled chris branch? | 22:43 |
aquarius | I may not | 22:43 |
Amoz | the updated theme? | 22:43 |
aquarius | I pulled trunk summit 'cos it's trunk, and lp:ubuntu-community-webthemes/light-django-theme for the theme | 22:43 |
Amoz | I guess that would be the old on | 22:44 |
Amoz | one* | 22:44 |
Amoz | but I'm not sure | 22:44 |
Amoz | cjohnston, is the one merging and doing all that stuff | 22:44 |
aquarius | that's what daker_ told me to pull ;) | 22:44 |
Amoz | hm | 22:44 |
Amoz | aquarius, are you trying to fix the mobile view? | 22:44 |
aquarius | Amoz, yep, because cjohnston asked me to | 22:44 |
Amoz | make sure you talk to cjohnston so he can confirm you pulled the right branch and everything | 22:45 |
aquarius | I would but he's in a restaurant. See the scrollback :) | 22:45 |
aquarius | I'm just doing what I'm told :) | 22:45 |
Amoz | aquarius, just wait till he's finished then | 22:45 |
aquarius | sure. I'll ping him when I next have a spare evening to look at it. | 22:46 |
Amoz | I'm running the latest branch afaik | 22:46 |
Amoz | and I can't see any weird links | 22:46 |
cjohnston | aquarius: you need to pull a summit branch | 22:46 |
Amoz | could you show me your source or something? | 22:46 |
cjohnston | sorry | 22:46 |
aquarius | cjohnston, ah, OK. Do you remember the name of it? I'll look it up | 22:47 |
Amoz | there he is | 22:47 |
aquarius | cjohnston, I'm sorry to interrupt. | 22:47 |
cjohnston | aquarius: its called action-item-links I think | 22:47 |
cjohnston | its my branch | 22:47 |
cjohnston | will be under summit | 22:48 |
cjohnston | you will need to migrate | 22:48 |
aquarius | so Amoz's DB won't work with it right off? | 22:48 |
cjohnston | no problem.. I try hard to make myself available when others are around to help me | 22:48 |
cjohnston | aquarius: i think it will | 22:49 |
cjohnston | but migrate just incase | 22:49 |
Amoz | wow | 22:49 |
aquarius | ok, I'll start working from action-item-links | 22:49 |
Amoz | aquarius, you're another canonical dev ? | 22:49 |
* aquarius nods. | 22:50 | |
Amoz | cool | 22:50 |
Amoz | plenty of canonical devs hanging out here | 22:50 |
cjohnston | ty | 22:50 |
aquarius | not on the summit team, though; I just wanted a media-query'd mobile view for UDS :) | 22:50 |
cjohnston | aq needs to make me a canonical dev | 22:50 |
Amoz | hmm that's what I thought | 22:50 |
aquarius | cjohnston, we've got positions open at U1 if you wanna apply ;) | 22:50 |
aquarius | actually, only an iOS position right now, I think | 22:51 |
Amoz | when I'm finished with university I'm gonna apply for a job ;) | 22:51 |
aquarius | have migrated forward to 0012 | 22:51 |
aquarius | er, 0019 | 22:51 |
cjohnston | no ios for me/64 | 22:52 |
aquarius | erm | 22:52 |
aquarius | You will need to run ./manage.py init-summit to make The Summit Scheduler fully work. | 22:52 |
aquarius | will I? | 22:52 |
aquarius | it didn't say that last time | 22:52 |
Amoz | aquarius, you workin on U1? | 22:53 |
aquarius | I am | 22:53 |
Amoz | cool ^_^ | 22:53 |
Amoz | aquarius, http://summit.readthedocs.org/en/latest/installing.html#grab-the-source | 22:54 |
Amoz | ./manage.py init-summit | 22:54 |
Amoz | ./manage.py pullapps | 22:54 |
Amoz | ./manage.py syncdb | 22:54 |
Amoz | ./manage.py migrate | 22:54 |
Amoz | python manage.py runserver --settings ubuntu_settings | 22:54 |
Amoz | python maange.py runserver --settings linaro_settings | 22:54 |
aquarius | Amoz, yeah, but I'm using your DB, which should have already had that stuff done, no? | 23:01 |
Amoz | aquarius, what are you referring to? | 23:03 |
Amoz | pullapps etc .? | 23:03 |
Amoz | the DB just has some data for the different menus and website content etc. | 23:04 |
Amoz | I think you still need the different apps for running it successfully | 23:04 |
aquarius | it seems to be working, for now, but I'll try that in a bit | 23:06 |
aquarius | at the moment, I'm trying to grok precisely how all the HTML has changed, which is... quite a bit :P | 23:06 |
* aquarius grumbles at the fb-root div | 23:08 | |
Amoz | aquarius, if anything is weird in the new design, blame canonical ;) | 23:10 |
aquarius | Amoz, that's why I asked who precisely did it so I could question them abou tit :) | 23:10 |
Amoz | oh | 23:10 |
Amoz | I dunno | 23:11 |
Amoz | I think you should know that ;) | 23:11 |
Amoz | anyway | 23:13 |
Amoz | I'm off | 23:13 |
Amoz | nice talking to you | 23:13 |
Amoz | aquarius, ^ | 23:13 |
Amoz | gnite :) | 23:13 |
aquarius | later, pal! | 23:15 |
aquarius | ok, have proposed https://code.launchpad.net/~sil/summit/redo-mobile-summit/+merge/99138 to be merged into c-john-ston's action-item-links branch. Not perfect, but better, and it's late :) | 23:54 |
AlanBell | I have some etherpad integration going on \o/ | 23:56 |
AlanBell | not much, but there is some | 23:56 |
aquarius | nice :) | 23:58 |
cjohnston | thanks aquarius | 23:58 |
aquarius | cjohnston, you want someone with a bit more css-fu than me to work out what the deal is with the "developer summit" header, and specifically what to do when your window is 320px wide and it can't fit the ubuntu logo, the words "developer summit", and the "Schedule" link from left-to-right. That's a design question, which is not my thing :) | 23:59 |
cjohnston | ok.. | 23:59 |
cjohnston | ty | 23:59 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!