/srv/irclogs.ubuntu.com/2011/02/03/#ubuntu-locoteams.txt

mhall119cjohnston: yes, updated I did to production have been  merged into trunk00:14
mhall119cjohnston: meetings+agenda aren't part of import-live-data yet00:14
mhall119because there wasn't a way to test it until meetings+agenda were actually live and had data00:15
mhall119not that it's live, and there is a JSON service for both, it should be easy enough to add them into import-live-data00:16
cjohnstonmhall119: since you were complaining earlier, there is your patch01:02
mhall119what was i complaining about?01:02
mhall119oh nice01:03
mhall119nigelb: don't bother with the meeting chat link, cjohnston's already done it01:04
nigelboh no01:04
cjohnstonthat one01:05
cjohnstonlol01:05
nigelb\o/01:06
nigelbI'm on the paper for ubuntu developer day01:06
nigelb(small, local paper)01:06
cjohnstonplenty of other bugs for you to work on nigelb 01:07
cjohnstonmhall119: bug  if you go to planet.u.c and look at the link bar there.. that is all that got approved.. that doesnt support what he is requesting...01:32
cjohnstonmhall119: you good with nigelb approving it and me committing it or do you want to look at it02:02
mhall119cjohnston: I'm okay with nigelb reviewing02:13
mhall119what was this about planet?02:14
YoBoYbonjour06:48
nigelbBonjor YoBoY 06:48
YoBoYhi nigelb :)06:49
dholbachgood morning08:31
czajkowskioh since when on the LD did we get images from launchpad from people 12:02
czajkowskihttp://loco.ubuntu.com/events/team/615/detail/12:02
czajkowskilooks rather nice 12:02
mhall119morning12:33
mhall119czajkowski: it is nice isn't it12:33
mhall119daker added that12:33
=== leoquant is now known as Guest69629
Ronniemhall119: i see in global_event_detail.inc.html the tag {% block extrahead %}{{ block.super }} ... {% endblock %} . as expected this does not work. Therefore the head files will be loaded within the body instead of, in the head. i guess there are more examples of this in other templates. Do you know whats the best solution to do this?12:40
Ronnieis it possible to use *.inc.html in the python codee and let it extend *.html12:41
mhall119Ronnie: I don't understand what you mean12:54
Ronniemhall119: ill make a small sample on pastebin, one moment12:55
mhall119okay, I see what you mean about the extrahead, and yes it won't work in that template12:56
mhall119cjohnston: are you still planning on blogging about the new meeting feature?12:58
Ronniehttp://pastebin.com/nUvPhCtC13:00
Ronniemhall119: what should be the preferred way to solve this...13:00
Ronnie1. place the extrahead in *.html instead of *.inc.html13:01
Ronnie2. call *.inc.html from the python code, and let this extend *.html13:01
mhall119the photo feed code doesn't actually need to be in the <head>, so I'd say just remove the block tags from around it13:02
Ronnietrue, but i still think its better to have it in the head (page loading speed, consistency)13:03
mhall119then I'd move it out of .inc.html and put it in the extrahead block of global_event_detail.html13:05
mhall119maybe even refactor all that inline javascript into a separate .js file13:05
Ronnieyes, that should be a very good idea, just wanted to create a bugreport for it13:06
Ronnieim also starting to do an case study for usabilit. sometimes the flow of the page just isnt right13:06
Ronniehttps://bugs.launchpad.net/loco-directory/+bug/71244013:09
ubot4Launchpad bug 712440 in loco-directory "twitter, picasaweb, flickr, pixie should be a separate .js file (affects: 1) (heat: 6)" [Undecided,New]13:09
Ronniemhall119: idea: add a latitude/longitude to each loco and replace the /teams/ list by an google map with markers. and provide a list of non-map loco's. what do you think about it?13:20
Ronniepros: easier to find your own loco, have a better view of the countries that do not have a loco. this lat/lng can also be used to center the maps on other team pages13:22
Ronniecons: each loco has to suppy a lat/lng, page loads slower13:22
Ronniecons: cannot be searched by 'ctrl+f'. what about accessibility?13:24
=== dholbach_ is now known as dholbach
mhall119Ronnie: lon/lat won't work for some of our teams14:21
Ronniemhall119: for example?14:21
mhall119French team14:21
mhall119Where I really want to have a map is on the /events/ page14:22
mhall119using team event venues14:22
Ronniei think that would not be that difficult14:26
Ronniemhall119: whats the reason why the french team cannot supply lat/lng of the center of their loco/14:28
Ronnie?14:28
mhall119Ronnie: because the French team isn't limited to just France, then include all French-speaking people14:37
mhall119all over the world14:37
mhall119YoBoY: ^^14:38
mhall119YoBoY: do you think you could provide a single longitude/latitude to mark the location of the French team?14:38
Ronniemhall119: ah ic. maybe its possible to create multiple markers for one loco. each for the separate countries14:38
mhall119maybe14:39
* mhall119 just sent an email to loco-contacts announcing the LD Meetings feature14:39
AlanBellI need to dust off the mootbot code15:02
AlanBellanyone want to help?15:02
mhall119o/15:02
mhall1193316:40
mhall119 /fail16:40
=== Mamarok_ is now known as Mamarok
komputesdpm: ping16:47
dpmheya komputes16:48
komputesdpm: regarding https://bugzilla.gnome.org/show_bug.cgi?id=628593 - salgado has opened a similar bug - http://pad.lv/71258216:49
ubot4Gnome bug 628593 in Mailer "Default account setting not observed on reply" [Normal,Unconfirmed]16:49
dpmkomputes, oh right. After not replying to my last response I though there wasn't much interest upstream in looking into that. Glad to see someone also annoyed by this bug :) - thanks for the heads up16:51
komputesdpm: if you can confirm the behavior, perhaps we can ask that GNOME developers change the code to either relational (when viewing account3 and hitting new/reply creates a new email from account3) or static (default account = always use this email when sending mail) 16:51
dpmok, let me reread salgado's report and see if I can confirm16:53
dpmok, confirmed it17:01
toroshi19:37
YoBoYmhall119: where ?22:35
=== Mamarok_ is now known as Mamarok
YoBoYRonnie, mhall119 what are you refering to ?22:39
Ronniemhall119: idea: add a latitude/longitude to each loco and replace the /teams/ list by an google map with markers. and provide a list of non-map loco's. what do you think about it?22:40
Ronnie(15:21:07) mhall119: Ronnie: lon/lat won't work for some of our teams22:40
Ronnie(15:37:26) mhall119: Ronnie: because the French team isn't limited to just France, then include all French-speaking people22:40
Ronnie(15:38:38) Ronnie: mhall119: ah ic. maybe its possible to create multiple markers for one loco. each for the separate countries22:42
YoBoYok, the subject started 1 hour before the hl ^^"22:42
Ronniei guess22:43
YoBoYit's a good idea, but like mhall119 said, some teams have more than one country, why can't you use the country field ? or the timezone ?22:44
Ronnieuse the country field or timezone to place a point on a map22:44
Ronniethe country (many2many) field should be possible, but by a cron job i guess, because for each country we have to send a request to the google location service22:45
YoBoYwtf !! I changed the language from french to english, and when I edit my team details the form is not the same :O22:46
RonnieYoBoY: what do you mean?22:47
YoBoYI make some screenshots ^^"22:47
YoBoYok, forget that, my webbrowser cache probably xD I can't reproduce ^^"22:48

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