/srv/irclogs.ubuntu.com/2013/04/08/#ubuntu-website.txt

=== ubott2 is now known as ubottu
=== jamestunnicliff_ is now known as jamestunnicliffe
peterm-ubuntuhttps://developers.google.com/analytics/devguides/collection/gajs/#MultipleCommands14:08
peterm-ubuntuhttps://developers.google.com/analytics/devguides/collection/gajs/#MultipleCommands14:08
peterm-ubuntuignor me14:08
steveedwardspeterm-ubuntu: Never.14:22
peterm-ubuntusteveedwards kiss kiss14:27
cjohnstondaker: https://code.launchpad.net/~chrisjohnston/summit/css-js-async-links/+merge/15757316:56
cjohnstondoanac: hey17:12
cjohnstondaker: ^17:12
dakero/17:12
cjohnstondoanac: we are creating a form to register for UDS..17:12
cjohnstonhttps://code.launchpad.net/~chrisjohnston/summit/registration-form/+merge/15697817:13
cjohnstonIn Summit, the Attendee has a start_utc and end_utc..17:14
cjohnstonthose are both time and date.. we have a widget to break it from time and date to make it easier to fill in17:14
cjohnstonwhe a user is already registered, the date fields are filled in with the data that already exists, but the time fields aren't being auto populated17:15
cjohnstondaker is going to explain the reason ;-)17:15
dakerwe use forms.SplitDateTimeWidget17:16
dakerand we generate DateWidget and TimeWidget17:17
dakerthe DateWidget works without any problems since it just a text filed17:17
dakerbut TimeWidget doesn't work as excpected17:18
dakerfor the TimeWidget we use forms.MultiWidget, then we create a 3 selects from line 62 to 75 https://code.launchpad.net/~chrisjohnston/summit/registration-form/+merge/15697817:19
dakerbut we still need to passe the correct selected_choice for each select (the hours, minutes and AM/PM)17:20
dakerand this is where i failed :)17:21
dakerand i have found nothing on django docs how to do that17:21
mhall119cjohnston: daker: what's the status of in-summit registration?17:22
cjohnstonmhall119: ^17:22
dakercjohnston: 99% :) ?17:22
cjohnstonall we need IMO is to fix that17:22
doanacdaker: seems like you might need a render function in that class. but i haven't done a mult-control thing in django before17:23
cjohnstonit would be nice if we could pass the default start and end time as well17:23
dakercjohnston:  that could be done in form.py directly17:23
mhall119cjohnston: I need to announce UDS 13.05 this week, can it be ready and deployed in the next day or two?17:24
dakerforms*17:24
cjohnstonmhall119: depends on if you help fix the problem17:24
mhall119cjohnston: If it's fixed today, can we deploy today?17:24
cjohnstonI believe so17:24
cjohnstonI see no reason why we can't17:25
mhall119ok, I'm updating my local branch, what needs to be fixed?17:25
cjohnstonmhall119: it's all in the last 15 minutes of scrollback17:25
mhall119cjohnston: will this require an upgrade to django 1.4, or have we already upgraded that server to 1.4?17:26
cjohnstonthat's already done17:26
cjohnstonthis will be almost completely the registration form stuf17:26
mhall119ok17:26
mhall119cjohnston: what do we need to do in order to remove the sponsorship links?17:31
mhall119just not put it in a sponsorship status?17:31
cjohnstonyup17:31
mhall119where do I get the registration form link?17:34
cjohnstonit isn't in that MP, its in another17:34
cjohnstonuds-1303/registration/17:34
mhall119cjohnston: daker: so what's not working?17:48
cjohnstonmhall119: if you are already registered, if you go back to update your registration, the time fields aren't correctly populated17:49
dakercjohnston: right!17:49
mhall119ok17:49
dakerread the last 20min of backlogs17:50
cjohnstonand it would be nice that if you arent registered, the form is autopopulated with the summit start and end time17:50
mhall119ok, let me see if I can get this fixed17:55
mhall119cjohnston: apply http://paste.ubuntu.com/5690166/18:20
mhall119that will default to the summit's start and end dates and times if the user doesn't have an Attendee record yet, and also give their correct attending times when they do18:21
mhall119then it just needs the link to the form added18:21
mhall119cjohnston: daker: with the above patch, can we get the registration form deployed to production?19:58
dakermhall119: not yet tested, will do it now19:58
mhall119thanks daker19:58
dakermhall119: you rock!!!20:04
mhall119no, you guys rock, I just throw in a patch every now and then so I can still claim to be working with you :)20:06
daker:)20:08
dakercjohnston: also don't forget to remove the colortip code20:20
cjohnstondaker: mhall119 http://91.189.93.71:8000/uds-1303/20:55
cjohnstontest ^20:55
cjohnstonnigelb: can you look at your machine.. tarmac seems to just be hanging out20:56
cjohnstondaker: mhall119 https://code.launchpad.net/~chrisjohnston/summit/registration-form/+merge/15697820:58
dakercjohnston: we don't need colortip code right ?20:59
cjohnstonwe do20:59
cjohnstonit loads from ubuntu_website20:59
dakerlook at form.html21:00
dakerdiff line 24821:00
cjohnstonpushed21:01
dakeri still see $('span[rel*=help]').colorTip({color:'orange'});21:04
mhall119cjohnston: the by date, by track and by room lists aren't side-by-side anymore21:05
cjohnstonthat is still needed21:05
cjohnstonmhall119: thats fixed later21:05
cjohnstonlet me see if I can un conflict the branches21:05
mhall119cjohnston: still no link either21:06
cjohnstonagain, another branch21:06
mhall119for looks good to me21:07
mhall119form21:07
cjohnstonmhall119: http://91.189.93.71:8000/uds-1303/21:15
cjohnstonmhall119: let me know when you want me to delete your attendee record so you can see that link21:17
cjohnstonmhall119: comments?21:35
mhall119cjohnston: please delete it21:39
cjohnstonrefresh21:39
mhall119cjohnston: looks great! thanks21:40
mhall119and thanks daker21:40
daker:)21:40
cjohnstonmhall119: I kept telling you it takes multiple branches :-P21:40
mhall119 /production is the only branch I care about21:44
cjohnstonmhall119: daker please approve: https://code.launchpad.net/~chrisjohnston/summit/quick-links/+merge/15755121:44
cjohnstonhttps://code.launchpad.net/~chrisjohnston/summit/add-summit-registration-links/+merge/15752021:44
cjohnstonhttps://code.launchpad.net/~chrisjohnston/summit/registration-form/+merge/15697821:44
mhall119cjohnston: I have my announcement post ready to go, I just need a link to register for UDS, so as soon as we get these changed deployed I'll be able to make the announcement22:04
cjohnstonk22:05
cjohnstonI need to go to dinner.. tarmac is DOA..22:05
cjohnstonif you can manually merge the branches into trunk, I'll merge to production and push a release as soon as im done22:05
mhall119nigelb: are you around to kick tarmac?22:06
mhall119I'll merge manually if I need to, but tarmac leaves a better log22:06
cjohnstonthe system is OOM22:08
cjohnstonI can kick it now, but it doesnt have memory to do it22:08
mhall119oh22:08
mhall119ugly manual merging it is then22:09
cjohnstondinner22:09
mhall119cjohnston: all manually merged and pushed to trunk, please double-check it all before merging it to /production22:15
mhall119cjohnston: also, I seem to be missing whatever styling needed to make the "by date", "by track" and "by room" lists be side by side22:16
cjohnstonmhall119: did you do pullapps?22:22
cjohnstoni think i mayknow what it is. ill fox after dinner22:23
mhall119cjohnston: pullapps doesn't fix it22:28
dakermhall119: clear the cache ;)22:29
dakerCtrl+F522:29
dakerwow new ltp version :)23:03
cjohnston?23:03
dakeri just released 0.4.223:04
cjohnstono23:04
cjohnstoncool23:04
dakeri CC'ed you if you don't mind :)23:05
cjohnstonk23:07
cjohnstongrr23:07
cjohnstonit seems as tho the link changes from JoseeAntonioR are making tests fail23:07
JoseeAntonioRcjohnston: which link changes?23:15
cjohnstonit might not be yours.. im still looking, but removing that made most tests pass23:15

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