cjohnston | mhall119: I assume no feedback on the apache setup? | 01:06 |
---|---|---|
mhall119 | nothing | 01:06 |
mhall119 | ask nigelb in the morning, I asked IS to work with him on it | 01:06 |
cjohnston | ok | 01:07 |
cjohnston | ill probably try to push it tomorrow | 01:07 |
benonsoftware | Hi all | 07:32 |
cjohnston | nigelb: ping | 12:28 |
nigelb | cjohnston: ping | 12:32 |
nigelb | err | 12:32 |
nigelb | pong | 12:32 |
cjohnston | lol | 12:32 |
cjohnston | if I can push IS to work on cranberry today can you be around to assist? | 12:32 |
nigelb | What time? | 12:33 |
cjohnston | I'm going to ping them now.. No idea | 12:33 |
nigelb | I won't be available for another 2 hours. | 12:33 |
nigelb | I'm back to work today after a week of being sick. So, I have lots of catch up to do. | 12:34 |
cjohnston | ok | 12:34 |
daker | https://code.launchpad.net/~daker/loco-directory/fix.722224/+merge/76208 | 13:11 |
cjohnston | daker: do you mind doing that in summit as well ;-) | 13:13 |
daker | ok | 13:13 |
cjohnston | in summit I believe its init-summit | 13:13 |
* nigelb approves | 13:13 | |
cjohnston | nigelb: http://bazaar.launchpad.net/~chrisjohnston/summit/leads/revision/170 is creating an issue where track is importing attendee and attendee is importing track, which throws errors.. do you know how to do lead = models.ForeignKey('summit.schedule.models.attendeemodel.Attendee') or something similar to that to make it work? | 13:16 |
nigelb | looks | 13:17 |
nigelb | cjohnston: do your import inside that model | 13:18 |
nigelb | just before you use it | 13:18 |
cjohnston | ok | 13:19 |
nigelb | (circular imports ftw) | 13:19 |
cjohnston | ya | 13:19 |
cjohnston | nigelb: james_w mhall119 http://summit.ubuntu.com/uds-p/2011-10-31/ click on the title of one of the sessions and you get a 404... is that new? | 13:19 |
james_w | yeah | 13:19 |
james_w | it crashed showing the first page before :-) | 13:20 |
james_w | I'll take a look at it | 13:20 |
cjohnston | thanks james_w | 13:20 |
cjohnston | nigelb: http://summit.ubuntu.com/uds-p/meeting/19096/linaro-hackfest-tool%2Bocto-1/ <-- see the summary? | 13:20 |
cjohnston | ;-) | 13:20 |
mhall119 | cjohnston: james_w: looks like the URL is being url-encoded | 13:21 |
cjohnston | I just confirmed, the summary is passed to the ical.. atleast the public one, which iirc is the one that guidebook uses | 13:22 |
james_w | it's supposed to be isn't it? | 13:22 |
nigelb | what's wrong with urlencoding? | 13:22 |
mhall119 | no | 13:22 |
mhall119 | url encoding is what you do to stuff you want to put *in* the URL | 13:22 |
mhall119 | not something you do to the URL itself | 13:22 |
nigelb | ah. | 13:23 |
james_w | I'm not sure I see the distinction | 13:23 |
mhall119 | you don't want to url-encode the : in http:// | 13:23 |
mhall119 | otherwise you get this: <a href="https%3A//blueprints.launchpad.net/linaro/%2Bspec/linaro-summits-tsc-1"> | 13:23 |
nigelb | aaaaaaaaaaaaaaaaa | 13:23 |
mhall119 | which looks to the browser like a relative URL, because it doesn't follow the schema:// structure | 13:24 |
nigelb | Why are we using full URL there again? | 13:24 |
james_w | https%3A//blueprints.launchpad.net/linaro/%2Bspec/linaro-hackfest-tilt-1 | 13:24 |
mhall119 | so it sents a request back to Django with that appended to the end of the current page, which cases a 404 | 13:24 |
nigelb | Err, nevermind. | 13:24 |
james_w | but %2Bspec is correct right? | 13:24 |
mhall119 | yes, that's fine | 13:24 |
mhall119 | anything after the domain can be urlencoded | 13:24 |
james_w | maybe we have to urlspit the blueprint URL, encode and put it back together again then? | 13:25 |
mhall119 | why are we encoding? | 13:25 |
mhall119 | why not just take the blueprint URL as it is in the database? | 13:26 |
james_w | because it will break then HTML if it has a & in it won't it? | 13:27 |
mhall119 | not if it's being put into an href="" | 13:28 |
mhall119 | like we do on line 771 of render.py | 13:28 |
cjohnston | can someone else codescan http://summit.ubuntu.com/mobile/ I'm getting a 404 off the current link | 13:29 |
nigelb | cjohnston: do we have a summit BP for UDS-P already? | 13:29 |
cjohnston | I created one.. it hasnt been approved afaik | 13:29 |
nigelb | and LD? | 13:29 |
cjohnston | no.. i havent created that one.. i will now | 13:30 |
mhall119 | cjohnston: looks like we need a new qrcode | 13:31 |
cjohnston | ya | 13:32 |
cjohnston | mhall119: do you remember who it was that we did the guidebook stuff with | 13:33 |
mhall119 | jorge | 13:35 |
cjohnston | no.. David someone IIRC | 13:35 |
cjohnston | I just subscribed nigelb james_w and mhall119 to the summit bp | 13:35 |
mhall119 | Mandala | 13:35 |
cjohnston | for uds-p | 13:35 |
cjohnston | is he davidm mhall119 ? | 13:35 |
james_w | cjohnston, yes, that's him | 13:36 |
mhall119 | yeah | 13:36 |
cjohnston | ok | 13:36 |
nigelb | the kubuntu guys are apparently planning on a qt based uds app. | 13:37 |
nigelb | If that's better than guidebook I'm going to LOL. :P | 13:37 |
daker | https://code.launchpad.net/~daker/summit/fix.warnings/+merge/76213 | 13:41 |
cjohnston | thanks daker | 13:42 |
mhall119 | nigelb: that'd be cool, did you tell them we have an API now? | 13:43 |
nigelb | mhall119: Yeah. They were pissed because they wrote an ical parser by hand. I was amused :P | 13:43 |
mhall119 | lol | 13:43 |
mhall119 | why the heck did they do that? | 13:43 |
nigelb | They didn't know we had an API or talk to us. | 13:43 |
mhall119 | did nobody stop to think that maybe an ical parser already existed? | 13:43 |
nigelb | Probably C | 13:43 |
mhall119 | still | 13:44 |
nigelb | Wait, no. C++ | 13:44 |
nigelb | They're mad | 13:44 |
mhall119 | +1 to that | 13:44 |
cjohnston | oh well | 13:44 |
mhall119 | nigelb: tell them to talk to us about it so we can help | 13:44 |
nigelb | I did. | 13:45 |
nigelb | So, one of their suggestions was about a map. | 13:45 |
nigelb | It should be easy to upload a png. | 13:45 |
nigelb | Anymore more is probably hard. | 13:45 |
nigelb | I'm trying to talk to jcastro/msm and find a map. | 13:45 |
cjohnston | We just need to get a map.. I don't know that I have one. | 13:45 |
cjohnston | jcastro isn't in charge this time around | 13:46 |
nigelb | Oh right. | 13:46 |
cjohnston | I can try to get ahold of Caribe as well.. I could swing by and pick one up | 13:46 |
nigelb | cjohnston: I'm thinking of a long-term solution. For all venues. | 13:47 |
nigelb | Last time they printed it on our ID cards, so if they can get us a png, it'd be cool! | 13:47 |
cjohnston | right... but someone has to supply us a map for us to have a map | 13:47 |
nigelb | cjohnston: I poked dholbach. he's UDS person this time. | 13:47 |
cjohnston | yup | 13:48 |
nigelb | Its not going to be neat though. | 13:48 |
nigelb | because things will not be permanent | 13:48 |
mhall119 | nigelb: we can add a FileField to Summit to allow uploading map image files | 14:43 |
cjohnston | will someone go to work for me this afternoon | 14:52 |
mhall119 | no | 14:53 |
nigelb | mhall119: Well, for fun. THe maps are pdf files. | 15:14 |
nigelb | We're going to have fun. | 15:14 |
mhall119 | load it up in evince, take a screenshot, now it's a png | 15:16 |
nigelb | I'll do that for starters. | 15:18 |
nigelb | Then figure out the svg stuff :D | 15:18 |
knome | hey newz2000! | 17:43 |
mhall119 | knome: he's at lunch, need something? | 18:14 |
knome | not anything special :) | 18:15 |
mhall119 | too bad, special is all newz2000 has :) | 18:15 |
knome | heh | 18:45 |
knome | does any of you have access to the ubuntu servers btw? | 18:46 |
knome | we're about to set up xubuntu countdown banners, and we need the images and a small php script in our domain | 18:46 |
mhall119 | not me, and probably not newz2000 either | 19:01 |
mhall119 | try asking in #canonical-sysadmin perhaps? | 19:02 |
mhall119 | ? | 19:02 |
newz2000 | knome: there is a package for the code and past banners | 19:02 |
* newz2000 finds it | 19:02 | |
newz2000 | knome: lp:ubuntu-website/countdown | 19:03 |
knome | hmm | 19:03 |
knome | but that doesn't help us uploading the files to our server? | 19:03 |
newz2000 | maybe I mis-understood | 19:04 |
knome | :) | 19:04 |
newz2000 | we don't use php, we use a cron job that updates links | 19:04 |
knome | a-ha | 19:04 |
newz2000 | (the script is in there) | 19:04 |
knome | i'll check that out later, thansk | 19:04 |
knome | *thanks | 19:04 |
knome | need to do something to my router which is playing games on me | 19:04 |
=== MichealH is now known as KowalskiJ | ||
=== KowalskiJ is now known as MichealH | ||
james_w | hey | 19:39 |
james_w | as you've seen, I've spoken with Charlie today | 19:39 |
james_w | they'll do the code updates in production in future, and can do them with a fast turnaround if needed given that it's a short process | 19:40 |
james_w | so we'll merge to production, then file an RT requesting a pull from production, etc. | 19:40 |
james_w | he says that cjohnston writes great deployment requests :-) | 19:41 |
james_w | I can help in getting changes made in a timely fashion when needed | 19:41 |
james_w | but obviously they have a lot to do, so not everything can get same-day turnaround | 19:41 |
knome | newz2000, sorry to get back to this again, but would the branch you linked me to help me somehow in getting the files uploaded to our server? | 19:57 |
knome | i have no objections to use cronjob instead of a php script, but i'd just need the files on xubuntu.org so we could start spreading the love | 19:58 |
knome | newz2000, i can provide you all the images for our banner, and will love you eternally if you can get it sorted out. | 20:11 |
knome | ;) | 20:11 |
newz2000 | knome: are you wanting them hosted on ubuntu.com? I don't have any influence for kubuntu.org. | 22:15 |
knome | newz2000, xubuntu ;) | 22:15 |
knome | newz2000, ubuntu.com is fine by me, if you can make it happen. | 22:15 |
knome | newz2000, with xubuntu.org we must poke the IS anyway, so if there is an easy way to get the automaticized banners up in ubuntu.com... | 22:16 |
newz2000 | knome: why don't you add your images to that branch and propose it for merging. Follow the same format. | 22:16 |
newz2000 | actually | 22:16 |
newz2000 | the only prob is that if you do that, we have to do it that way for ever. | 22:16 |
newz2000 | (people will not take the iamgs down after the release) | 22:17 |
newz2000 | knome: why don't you clone my branch, rip out the old images and replace it with yours, then ask IS if they can publish it to your site. | 22:17 |
knome | newz2000, yeah. maybe i'll do that. thanks :) | 22:17 |
knome | newz2000, is there an easy way to clone the countdown branch only? | 22:28 |
newz2000 | if you already branched it then you're done. | 22:28 |
knome | i didn't | 22:28 |
newz2000 | Then just edit it and push it somewhere else. | 22:28 |
knome | oh, hmm. | 22:28 |
knome | yeah, so i need to d/l it | 22:28 |
knome | i thought something directly from launchpad | 22:29 |
knome | that'd just clone it to under whatever i need | 22:29 |
newz2000 | bzr branch lp:... | 22:30 |
knome | yup yeah | 22:31 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!