/srv/irclogs.ubuntu.com/2012/03/23/#ubuntu-website.txt

cprofittcjohnston: ping01:51
cjohnstonyo01:51
cprofitttried again tonight to test summit -- still getting page not found trying to register01:52
cjohnstonand it works for everyone else01:52
cjohnstonwhat link are you trying01:52
cprofitthttp://summit.chrisjohnston.org/test-summit/01:52
cprofittTest Summit in Launchpad link on that page01:53
cjohnstonahh01:53
cprofittimmediately below the dates01:53
cjohnstonyou have to use the link in my blog post01:53
cprofittah01:53
cjohnstonsummit doesnt understand that its using staging01:53
cprofittcool... will check it out again in 20 minutes01:56
cprofittthanks01:56
cjohnstonit should only be 5 minutes01:56
cjohnstontghats what the cron is set to01:56
cjohnstonbut i am not gonna tell people tat01:56
cjohnstonthat01:56
cjohnstonincase01:56
* cprofitt nods01:56
cprofittthe Scotty factor01:57
nigelbws 3307:39
nigelbgggggaaahhh07:39
Amozoi15:35
Amozcjohnston, I'm back =)15:39
cjohnstonhey Amoz15:42
cjohnstonAmoz: you got time to do some work?15:45
cjohnstonyaili: some of the changes that you mentioned are now live on summit.chrisjohnston.org16:31
cjohnstonty16:31
yailicjohnston: cool16:33
Amozcjohnston, suure16:43
AmozI'm watching some jquery tuts right now16:43
cjohnstonI need help with that wide screen display16:43
Amozoh16:47
Amozthe schedule view, cjohnston ?16:47
cjohnstonyes.. the grid one16:47
Amozhmm16:47
cjohnstonit needs to work like the current one somehow16:47
Amozcjohnston, link please :)16:48
cjohnstonhttp://summit.ubuntu.com/uds-p/2011-10-31/display16:49
Amozcjohnston, so basically you want a new view with 100% width ?16:50
cjohnstonya16:51
Amozshouldn't be too hard to fix with a new template and some hacking16:51
Amozhmm, what's the state at the current branch?16:51
Amozin*16:51
Amozis everything merged ?16:52
cjohnstonhttps://code.launchpad.net/~chrisjohnston/summit/action-item-links  and lp:~chrisjohnston/ubuntu-community-webthemes/more-theme-work need to be merged in16:52
Amozokay, but they don't have anything at all to do with the wide layout thing16:52
AmozI suppose?16:53
cjohnstonthey have the new theme in it16:53
Amozoh16:53
Amozuhm16:53
Amozyou haven't merged my branch either?16:53
cjohnstonthat has your branch in it16:53
Amozok good16:53
AmozI'm lost16:53
cjohnstonso am i16:53
cjohnstoni probably need to merge what I have into trunk and work from there16:54
Amozyeah, I guess it's always good to keep the trunk updated =)16:55
Amozas long as it's not breaking stuff16:55
cjohnstonit kinda sorta would, but not really16:55
cjohnstonif that makes sense16:55
Amozah16:55
Amozif we're changing a lot of layout stuff and css etc. that's true16:56
Amozwhich we are16:56
Amozbut we can still branch and merge our separate branchs manually to our working trees16:56
Amozif you know what I mean16:56
Amozso development is made on the latest code16:57
cjohnstonya16:57
Amozi'm upgrading to precise on my server now16:57
Amozhmm16:58
Amozthis time I better work directly on the server16:59
Amozcjohnston, virtualenv isn't playing nice with me =(17:13
AmozError: Can't find the file 'settings.py' in the directory containing './manage.py'. It appears you've customized things.17:13
AmozYou'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
cjohnstonit should be there... you need to run it as "python manage.py runserver --settings ubuntu_settings"17:14
Amozthats what I did17:16
Amozso it must be throwing an ImportError then?17:16
cjohnstondo you have a local settings17:17
Amozyep17:17
Amozthrow away?17:17
cjohnstonno idea17:18
Amoznope17:18
cjohnstonif you ls is there a settings.py?17:18
Amozofc17:18
Amozeverything is there17:18
Amozand as far as I remember I haven't done anything since last time I developed17:18
cjohnstontry ./manage.py migrate17:18
Amozit doesn't matter what I call, only ./manager triggers the same error as well17:19
Amozmanage*17:19
cjohnstonmhall119: any idea?17:19
Amozso I'd say it's virtualenv's fault =P17:19
Amozworks perfectly when I'm not in virtualenv17:23
Amozso definitely something with virtualenv17:23
cjohnstonuggh17:23
Amoz:P17:23
mhall119Amoz: try running just "python" then "import settings"17:28
mhall119it's probably an import in settings.py that is throwing an exception17:28
Amozmhall119, yup, something about urandom17:29
mhall119Amoz: do you get a stacktrace?17:29
AmozFile "settings.py", line 35, in <module>17:29
Amoz    DEBUG)17:29
Amoz  File "common/utils.py", line 26, in get_summit_version17: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_file17:29
Amozyup17:29
Amozyou want it all?17:29
Amozthat's the top17:30
mhall119yeah, just pastebin the whole thing17:30
cjohnstonnigelb: 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 issue17:30
nigelbcjohnston: I remember those changes were because we added __unicode__ for easye in django-admin.17:31
mhall119cjohnston: launchpad links need to use attendee.user.username17:31
cjohnstonahh17:32
mhall119attendee.user is the "for human display"17:32
mhall119it'll include first_name and last_name if present17:32
Amozmhall119, http://paste.ubuntu.com/896722/17:32
mhall119which will break your launchpad urls17:32
mhall119Amoz: that's from your virtualenv?17:33
cjohnstonmhall119: is that the same across the board... lead.lead.username, crew.attendee.username?17:33
Amozshould be17:33
Amozyup17:33
mhall119cjohnston: wtf, why are we using the email module to read the version file?17:34
cjohnstonhuh17:34
Amozlol17:35
cjohnstonthe version stuff is copied directly from LTP17:35
mhall119oh hell, it's there too17:35
mhall119Amoz: kindly file a bug against summit and LTP for this nonsense, and try re-creating your virtualenv with python2.617:36
Amozmhall119, oh okay17:36
AmozI don't even know what's wrong, care to explain just a little?17:36
cjohnstonjust file a bug that says nonsense and assign mhall11917:37
Amozhah17:37
Amozokay17:37
Amozwill do17:37
mhall119Amoz: 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 file17:37
Amozlol17:37
mhall119and it seems that, at least in your virtualenv, that email module is trying to import urandom, which doesn't exist17:37
Amozugly hacks17:37
mhall119the 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 there17:38
Amozyeah17:38
Amozbut it says so as well17:38
Amozthat it may be an import error17:39
Amozso it's not completely misleading imo17:39
cjohnstonmhall119: how do I get .username to work for the lead model17:40
Amozmhall119, aah, that's why it broke then, I upgraded to precise -> python2.7 ?17:42
Amozmhall119, may I set the bug to triaged?17:44
cjohnstonyes17:45
mhall119cjohnston: probably some thing like lead.lead.username or lead.lead.user.username17:47
mhall119Amoz: yes, triaged would be fine17:47
cjohnstonthere it si17:47
cjohnstonis17:47
cjohnstonyippie17:47
Amozaw, I couldnt set it to triaged17:49
Amozset it to confirmed17:49
Amozah finally17:56
Amozcjohnston, which one is the wide template?18:19
Amozor view..18:19
cjohnstonschedule.html18:22
Amozfigured18:25
Amozuhm18:25
Amozhow "hackish" do you want it to be cjohnston ?18:25
AmozI can add some inline css in the template, overriding the grid styles18:26
cjohnstonas little as possible18:26
cjohnstonthat would prolly be fine18:26
Amozcjohnston, http://amoz.dyndns.org:8080/uds-p/2011-10-31/display18:35
Amozpushd as well18:35
Amozhttp://bazaar.launchpad.net/~fougner/+junk/summit/revision/31818:36
Amozgotta go now :)18:36
cjohnstonAmoz: itll need some more work18:36
Amozyeah probably18:36
cjohnstonping me when you get back18:36
Amozthe header will be hard to fix though18:36
Amozbecause it's not parenting the inner wrapper18:36
Amozso it's impossible to know the wanted width of the header18:36
Amozif that's what you meant18:36
cjohnstonhrm18:37
cjohnstonAmoz: maybe steveedwards can help us when you return18:37
Amozframework guy ;D18:37
Amozwe could fix it with some ugly javascipt as well18:38
Amozfetch the inner-wrapper width18:38
Amozand set the header and top-nav to it18:38
cjohnstonid rather not.. the top-nav doesnt have to be 100%, but the grid should be aligned all the way left18:38
Amozah18:38
Amozthat's the only problem18:39
Amoz?18:39
cjohnstoni care less about the top nav18:39
cjohnstonyes18:39
Amozhttp://amoz.dyndns.org:8080/uds-p/2011-10-31/display18:40
Amozlike that?18:40
cjohnstonthat works for me... steveedwards are you here?18:40
cjohnstonmhall119: can you look at something real quick?18:44
Amozstop bugging them :P18:46
Amozweekend has come ^^18:46
Amozanyway, off, take care!18:46
cjohnstoncya18:48
daker_hello20:11
cjohnstono/20:11
daker_cjohnston: anything to do ?20:11
cjohnstonalways20:11
cjohnstonlol20:11
daker_i will do some summit testing20:12
cjohnstonI have the theme 99% done.. I'm trying to finish my meeting stuff, but running into an error20:12
daker_nice20:12
cjohnstondaker_: http://pad.ubuntu.com/summit20:13
daker_cjohnston: what's the error ?20:14
cjohnstonme playing around trying to figure out how to add the approver=attendee part20:14
daker_cjohnston: MeetingReview is the Modelform of the Meeting model ?20:17
cjohnstonyes20:17
daker_cjohnston: where the MeetingReview is located ?20:19
cjohnstoni pasted it20:19
daker_cjohnston: look at the bottom20:22
cjohnstonglobal name 'false' is not defined20:25
daker_False20:26
cjohnstonder20:26
cjohnstonone day I'll learn to write correctly20:26
cjohnstonthat seems to work20:28
cjohnstonyippie20:28
daker_:)20:28
cjohnstonhttp://summit.chrisjohnston.org/test-summit/20:28
cjohnstondaker_: can you propose a meeting please?20:28
daker_cjohnston: the spec URL ?20:30
cjohnstonblank20:30
cjohnstonif it doesnt have a * it isnt required20:30
cjohnstonwe need to work on the forms.. they are crap right now because they use RenderableMixin, but I'm not sure how to make them better20:30
daker_cjohnston: http://summit.chrisjohnston.org/test-summit/meeting/635/hacking-on-the-loco-team-portal/20:31
cjohnstondo 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
cjohnstonty20:34
cjohnstonone sec..20:34
cjohnstondaker_: http://summit.chrisjohnston.org/test-summit20:35
cjohnstonyou should see "Review proposed meetings"20:35
daker_yep20:36
cjohnstonclick that20:36
cjohnstonthen next to yours where it says declined, click that20:36
cjohnstonchange it to approved, hit save please20:36
daker_done20:37
cjohnstonawesome20:38
cjohnstonit worked as it should20:38
cjohnstonI have just a few more edits, then it will be done enough to push live20:38
cjohnstoni just need the linaro theme reworked now :-(20:39
cjohnstonotherwise it will all die20:39
daker_http://summit.chrisjohnston.org/media/jquery/jquery.js <= 40420:39
cjohnstoni dont know that i have the aliases setup20:40
daker_the folder is empty http://summit.chrisjohnston.org/media/jquery/20:40
cjohnstondaker > ssh ubuntu@summit.chrisjohnston.org20:41
daker_cjohnston: where is the apache conf file ?20:42
cjohnston/etc/apache2/sites-available/summit20:43
daker_cjohnston: http://summit.chrisjohnston.org/test-summit/20:50
daker_now we have the feed at the right20:51
Amozheh20:53
Amozback again20:53
Amozyou need the linaro site themed, cjohnston ?20:53
cjohnstonAmoz: ya20:55
cjohnstonbasically, 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 theme20:56
cjohnstoni dont think it will be a ton of work20:56
daker_how can i propose merge for the new summit ?20:57
cjohnstondaker_: you mean the jquery?20:58
daker_for the theme20:58
cjohnstonpropose it against lp:~chrisjohnston/ubuntu-community-webthemes/more-theme-work20:59
cjohnstonactually20:59
cjohnstonwait..20:59
cjohnstondaker_: lp:ubuntu-community-webthemes/light-django-theme21:02
daker_ok21:02
Amozcjohnston,21:04
cjohnstonya21:05
Amozdo you want me to work on the wide site thing21:05
Amozor port linaro?21:05
Amoz:P21:05
cjohnstonport linaro21:05
cjohnston:-)21:05
Amozokaay21:05
cjohnstonpropose the wide site thing that you have already21:05
cjohnstonthat is good enough for today21:05
cjohnstonand we can tweak it21:05
cjohnstonbut porting linaro is what is now holding up the deployment21:06
* cjohnston is off to dinner21:08
Amozcjohnston, there, fixed it21:27
cjohnstonthe wide view?21:27
Amozyup21:29
Amozcjohnston, http://amoz.dyndns.org:8080/uds-p/2011-10-31/display21:29
Amozsee if it shows correctly in different browsers than webkit based21:30
cjohnstoncool.. ill look when I get home21:30
Amozcjohnston, what device you on now ?21:30
cjohnstoncell21:30
Amozyeah, which one ?21:31
cjohnstonatrix21:31
Amozoh, cool21:31
Amozs21:31
Amozso21:31
Amozwhere can I find the linaro website?21:32
AmozURL wise21:32
AmozI see the dir in summit dir21:32
Amoznvm, can check urls.py21:32
Amozmaybe not21:33
Amozcjohnston, I can't see how linaro is used in this codebase21:34
cjohnstonpython manage.py runserver --settings linaro_settings21:34
Amozah21:35
cjohnston:)21:35
Amozcjohnston, I get a list index out of range21:37
Amozfrom this query Summit.on_site.all().order_by('-date_start')[0]21:37
Amozhmm21:38
Amozsummit/common/views21:38
daker_i think you just need to a new summit for linaro21:38
daker_to add*21:38
cjohnstonAmoz: login to the admin21:38
Amozlol21:38
cjohnstonedit one of the existing summits21:38
cjohnstonadd linaro to it21:39
Amozhold on21:39
Amozhow?21:39
AmozI don't even know if I'm admin21:39
AmozI can set that in settings.py huh?21:39
cjohnstonno21:40
Amozok21:40
cjohnstonadmin/password21:40
AlanBellevening all21:40
daker_Amoz: go to http://amoz.dyndns.org:8080/admin/21:40
cjohnstonhey21:40
Amozoh hai AlanBell  :)21:40
* AlanBell is hacking on etherpad lite support21:40
Amozdaker_, thanks, I can do that from the ubuntu_settings instance as well right?21:41
AlanBellI found out how to do cookies, it is like this http://stackoverflow.com/questions/4981601/django-use-render-to-response-and-set-cookie21:41
daker_yes21:41
daker_Amoz: yes21:41
Amozand then21:41
AmozI add something21:41
Amozsites? schedule/summits ?21:42
cjohnstonschedule summit21:42
AmozI still haven't wrapped my head around all this21:42
Amozcjohnston, and then?21:42
daker_Amoz: just edit any summit entry http://amoz.dyndns.org:8080/admin/schedule/summit/1/21:42
Amozthere 3 summits21:42
AlanBellAmoz: there are quite a few layers of things to add :)21:42
cjohnstonjust edit one that already exists21:43
Amozand?21:43
daker_Amoz: there is a Sites field21:44
Amozyeah21:44
Amozmark it?21:44
Amozlinaro site21:44
daker_i think yes21:44
cjohnstonyes21:44
daker_Amoz: then restart the server with the new settings : python manage.py runserver --settings linaro_settings21:45
Amozsomething else?21:45
Amozbecause I get a list index oor again21:45
Amoznot the same tho21:45
Amozthis time it's the render_to_response context thingy21:46
Amozreturn {'main_menu': Menu.on_site.all()[0].slug}21:46
Amozthere21:46
Amozsummit/common/context_processors.py in site_menu21:47
Amozseems there's a menu missing?21:47
Amozor something like it21:47
daker_Amoz: can you restart with the ubuntu_website settings ?21:47
Amozdaker_, sure21:48
Amozadmin again21:48
Amozah21:48
Amozmenus21:48
daker_go to http://amoz.dyndns.org:8080/admin/common/menu/1/21:48
Amozfigured21:48
Amozlol21:49
Amozthere it is21:49
Amozlinaro site21:49
Amozthx21:49
Amozaaah wonderful21:49
daker_juste added a new entry for linaro then restart21:49
Amozthank you21:49
Amozoh21:49
AmozI edited the uds one now21:49
Amozwhich means I f***ed UDS up now right?21:49
Amoznvm21:49
AmozI'll just use it as it is21:50
Amozheh21:51
Amozfancy colors21:51
aquariuscjohnston, ping if you're around?21:57
aquariuscjohnston, (and mhall119 I think), you guys wanted me to look at the mobile view for summit?22:01
cjohnstonyes..22:01
aquariusam just looking at summit.cjohnston.org and you've broken it ;-)22:01
aquariusit sort of goes into mobile view when the window's narrow, but not really ;)22:01
cjohnstonblame canonical22:01
daker_aquarius: http://summit.chrisjohnston.org/test-summit/22:02
aquariusheh. Can you tell me what changed? Then I can attempt to fix it...?22:02
aquariusdaker_, yeah, that's what I'm looking at22:02
cjohnstonall the css22:02
aquariuseverything? really?22:03
cjohnstonthe navs are noe ul22:03
aquariusas in: I should just do the mobile stuff basically from scratch?22:03
aquariusI can have a go, certainly22:03
aquariusdo you have a few minutes to talk me through getting a running populated local summit again?22:03
cjohnstonmaybe22:03
cjohnstondaker_: can you help him22:04
cjohnstonI'm at a restaurant22:04
aquariusheh :)22:04
aquariuscjohnston, sod off and have dinner and stop talking to me22:04
daker_aquarius: ok22:04
cjohnstonyou call I come running22:05
* aquarius pulls summit trunk and braches it22:05
Amozcjohnston, there's a lot of custom styles in default.css for linaro22:05
cjohnstonya22:05
aquariusdaker_, ok, I have trunk. There were a bunch of magic commands I could run which actually populated it :)22:05
Amozcjohnston, which means I have to manually pull out those styles and stuff22:05
Amozcjohnston, is the site live somewhere?22:05
Amozlinaro22:05
cjohnstonok summit.linaro.org22:06
Amozobviously..22:06
Amoz-.-22:06
Amozcjohnston, thanks22:06
daker_aquarius: i'll upload the db22:06
cjohnstonAmoz: if you give aquarius a copy of your db it will help him greatly22:06
daker_yes22:07
daker_aquarius: the new theme is here  lp:ubuntu-community-webthemes/light-django-theme22:08
daker_in summi/summit22:08
aquariusdaker_, ok, what do I do with that branch?22:09
daker_do bzr branch lp:ubuntu-community-webthemes/light-django-theme ubuntu_website22:09
aquariusinside my summit branch, or somewhere else?22:09
daker_yes in summi/summit22:09
aquariusok, so I now have an ubuntu_website folder alongside media an schedule and sponsor and services and the like22:10
daker_good22:10
Amozyou want my db?22:10
daker_give him the db22:10
Amozhmm isn't my db messed up now because I changed uds-menu to linaro site?22:11
AmozI think it is22:11
Amoz:D22:11
AmozI might have a local one somewhere22:11
Amozhold n22:11
Amozhttp://dl.dropbox.com/u/103754/summit.db22:12
Amozthere22:12
Amoztry it22:12
Amozaquarius,22:12
Amozput it in summit/summit22:12
aquariusok, got it22:12
daker_aquarius: then run : ./manage.py runserver --settings=ubuntu_settings22:14
aquariuskaboooom22:14
aquariusKeyError: 'request'22:14
aquariuswhich version of django does it need?22:15
* aquarius has 1.3.122:15
aquariuser, it is also trying to connect to a postgres database.22:15
Amozaquarius, if you don't have virtualenv I'd recommend you to read this22:16
Amozhttp://summit.readthedocs.org/en/latest/installing.html#grab-the-source22:16
Amozfollow that22:16
daker_aquarius: cp local_settings.py.sample local_settings.py22:16
aquariusaha :)22:17
aquariusright, hooray, summit running22:17
daker_YAY!22:17
aquariusok. 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
aquariusah, god almighty, it's all 960.css now22:23
aquariuswho built the styles?22:23
aquariusso I can ask them about how 960 works :)22:23
daker_canonical web team22:24
Amozcjohnston, daker_ http://amoz.dyndns.org:8080/22:27
Amozwhaddyathink?22:27
daker_nice!22:27
Amozinorite?22:34
Amozcjohnston, https://code.launchpad.net/~fougner/+junk/light-django-linaro-theme-new-design22:40
aquariusok, ping, gang22:40
Amozthere's the linaro branch22:40
Amoznow that's enough for tonight22:40
aquariusbefore, 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 templates22:41
aquariusand 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
aquariuswhich means that that subnav is now <ul><a ...> <a ....> <a ...></ul>22:41
aquariuswhich is why they're not being styled right, and is invalid to boot ;)22:42
Amozaquarius, what branch u lookin at?22:42
aquariusAmoz, trunk summit + ubuntu_website theme22:42
aquariusbut I don't want to change the markup because that might screw it up in some other theme22:42
aquariusI don't understand the theming stuff ;)22:42
AmozI'm not sure you have the latest stuff we're porting right now22:43
aquariusokay...22:43
Amozhave you pulled chris branch?22:43
aquariusI may not22:43
Amozthe updated theme?22:43
aquariusI pulled trunk summit 'cos it's trunk, and lp:ubuntu-community-webthemes/light-django-theme for the theme22:43
AmozI guess that would be the old on22:44
Amozone*22:44
Amozbut I'm not sure22:44
Amozcjohnston, is the one merging and doing all that stuff22:44
aquariusthat's what daker_ told me to pull ;)22:44
Amozhm22:44
Amozaquarius, are you trying to fix the mobile view?22:44
aquariusAmoz, yep, because cjohnston asked me to22:44
Amozmake sure you talk to cjohnston so he can confirm you pulled the right branch and everything22:45
aquariusI would but he's in a restaurant. See the scrollback :)22:45
aquariusI'm just doing what I'm told :)22:45
Amozaquarius, just wait till he's finished then22:45
aquariussure. I'll ping him when I next have a spare evening to look at it.22:46
AmozI'm running the latest branch afaik22:46
Amozand I can't see any weird links22:46
cjohnstonaquarius: you need to pull a summit branch22:46
Amozcould you show me your source or something?22:46
cjohnstonsorry22:46
aquariuscjohnston, ah, OK. Do you remember the name of it? I'll look it up22:47
Amozthere he is22:47
aquariuscjohnston, I'm sorry to interrupt.22:47
cjohnstonaquarius: its called action-item-links I think22:47
cjohnstonits my branch22:47
cjohnstonwill be under summit22:48
cjohnstonyou will need to migrate22:48
aquariusso Amoz's DB won't work with it right off?22:48
cjohnstonno problem.. I try hard to make myself available when others are around to help me22:48
cjohnstonaquarius: i think it will22:49
cjohnstonbut migrate just incase22:49
Amozwow22:49
aquariusok, I'll start working from action-item-links22:49
Amozaquarius, you're another canonical dev ?22:49
* aquarius nods.22:50
Amozcool22:50
Amozplenty of canonical devs hanging out here22:50
cjohnstonty22:50
aquariusnot on the summit team, though; I just wanted a media-query'd mobile view for UDS :)22:50
cjohnstonaq needs to make me a canonical dev22:50
Amozhmm that's what I thought22:50
aquariuscjohnston, we've got positions open at U1 if you wanna apply ;)22:50
aquariusactually, only an iOS position right now, I think22:51
Amozwhen I'm finished with university I'm gonna apply for a job ;)22:51
aquariushave migrated forward to 001222:51
aquariuser, 001922:51
cjohnstonno ios for me/6422:52
aquariuserm22:52
aquariusYou will need to run ./manage.py init-summit to make The Summit Scheduler fully work.22:52
aquariuswill I?22:52
aquariusit didn't say that last time22:52
Amozaquarius, you workin on U1?22:53
aquariusI am22:53
Amozcool ^_^22:53
Amozaquarius,  http://summit.readthedocs.org/en/latest/installing.html#grab-the-source22:54
Amoz./manage.py init-summit22:54
Amoz./manage.py pullapps22:54
Amoz./manage.py syncdb22:54
Amoz./manage.py migrate22:54
Amozpython manage.py runserver --settings ubuntu_settings22:54
Amozpython maange.py runserver --settings linaro_settings22:54
aquariusAmoz, yeah, but I'm using your DB, which should have already had that stuff done, no?23:01
Amozaquarius, what are you referring to?23:03
Amozpullapps etc .?23:03
Amozthe DB just has some data for the different menus and website content etc.23:04
AmozI think you still need the different apps for running it successfully23:04
aquariusit seems to be working, for now, but I'll try that in a bit23:06
aquariusat the moment, I'm trying to grok precisely how all the HTML has changed, which is... quite a bit :P23:06
* aquarius grumbles at the fb-root div23:08
Amozaquarius, if anything is weird in the new design, blame canonical ;)23:10
aquariusAmoz, that's why I asked who precisely did it so I could question them abou tit :)23:10
Amozoh23:10
AmozI dunno23:11
AmozI think you should know that ;)23:11
Amozanyway23:13
AmozI'm off23:13
Amoznice talking to you23:13
Amozaquarius, ^23:13
Amozgnite :)23:13
aquariuslater, pal!23:15
aquariusok, 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
AlanBellI have some etherpad integration going on \o/23:56
AlanBellnot much, but there is some23:56
aquariusnice :)23:58
cjohnstonthanks aquarius23:58
aquariuscjohnston, 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
cjohnstonok..23:59
cjohnstonty23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!