dpm | good morning all | 08:18 |
---|---|---|
TLE | dpm: just saw the light themed doc viewer, awesome | 08:42 |
dpm | TLE, cool :) | 08:42 |
TLE | you must have been busy yesterday, thanks | 08:42 |
dpm | yeah, it was a bit of a crazy evening: hacking + going out to a concert + a bit more hacking + a few hours sleep :) | 08:43 |
dpm | but I succeeded! | 08:43 |
dpm | :-) | 08:43 |
TLE | I think I'll merge it right away and edit/comment out a few of the link in the top, and then we are good to go | 08:43 |
TLE | sounds wild | 08:43 |
dpm | ok, cool | 08:43 |
TLE | how long did it take you | 08:44 |
dpm | the .css files should probably go inside a css folder, but I didn't change that for now, since then I would have had to change the regexp on the server to serve the static files | 08:44 |
dpm | I'll change it eventually, but this morning I wasn't in regexp mood :) | 08:44 |
TLE | yeah, we can do that later | 08:45 |
TLE | ahh that reminds me, I also have some regexp experiemntation lyiing around for the static files, but that will be next week | 08:45 |
TLE | something I think should make them simpler | 08:45 |
dpm | ah, cool, I'm all for simplicity | 08:48 |
TLE | dpm: hmm, there is something about the paths for the static files, from what I can see the {{ STATIC_URL }} does not return anything on either server, so you must have been fixing that from the Apache side | 09:01 |
TLE | {{ STATIC_URL }} in the base template that is | 09:02 |
dpm | TLE, ah, on the development server you'll need to enable the staticfiles app in INSTALLED_APPS for it to work IIRC | 09:07 |
dpm | I think it's already there but commented out | 09:07 |
dpm | it only works on django 1.3, though, as the staticfiles app was included in Django 1.2 or 1.3. But on django 1.1 (Lucid) I don't need it, as apache is serving the files | 09:09 |
TLE | no I fixed that previously, that problem is that the paths for the files don't match with the paths as seen when they are served as static files | 09:09 |
TLE | I'll look a little around | 09:10 |
dpm | ah, ok. Let me know if you want me to change anything in the server. Right now it's http://pastebin.ubuntu.com/864777/ on the server | 09:13 |
TLE | Ahh I can see that someone reported a few wishlist bugs agains the viewer :) | 09:25 |
dpm | I wonder who that might be... :) | 09:31 |
dpm | good work on bug 944362 kelemengabor :) | 10:30 |
kelemengabor | :) | 10:31 |
kelemengabor | that thing was spectacularly broken :) | 10:31 |
dpm | but there you where with your hammer to bring it up in shape :) | 10:32 |
TLE | dpm: all right, I have made some small changes that will require a change in the AliasMatches and fixed bug: 944603 | 10:36 |
TLE | The images for the css are now requested as e.g. /static/img/header.png | 10:36 |
TLE | so I believe the AliasMatch should be changed to: AliasMatch /static/img/([^/]*\.png) /home/ubuntu/ul10ndocs/image_projects/static/img/$1 | 10:37 |
TLE | it all pushed to lp:translated-documentation-screenshot-viewer (including your theming of course) | 10:39 |
dpm | TLE, bummer, python-babel is not in the archive for Lucid. Do you know if it's available from a PPA? | 10:41 |
TLE | D'oh! | 10:41 |
TLE | I also forgot to add it to the packages we check for in the settings | 10:42 |
TLE | no I don't think so | 10:43 |
dpm | no worries, I can't seem to find a PPA, unfortunately | 10:43 |
dpm | TLE, would python-pyicu be an alternative? While I'd prefer installing a package on this server, I can manually install python-babel for now, but if this ever goes to a Canonical server, that won't fly, it will need to be a package | 10:47 |
TLE | yeah I know, I was looking it just including babel in the archive | 10:48 |
TLE | let me look at pyicu | 10:48 |
dpm | seems easy enough to use http://pypi.python.org/pypi/PyICU | 10:49 |
dpm | from icu import Locale | 10:50 |
dpm | locale = Locale('pt_BR') | 10:50 |
dpm | locale.getDisplayName() | 10:50 |
dpm | u'Portuguese (Brazil)' | 10:50 |
TLE | ok, 2 sek | 10:50 |
TLE | have to go to lunch now, but it is almost fixed | 10:58 |
TLE | ah nevermind, fixed in rev 20 | 11:04 |
TLE | dpm: ^" | 11:04 |
TLE | and now pizza (or the closest Danish approximation) | 11:04 |
dpm | enjoy! :-) | 11:05 |
=== bulldog98_ is now known as bulldog98 | ||
dpm | TLE, it looks good now, but for some reason the country names appear in lowercase -> http://176.34.113.223/ubuntudocs-devel/ | 11:14 |
dpm | commented on the bug too, there was some issue with PyICU vs. icu, but I've fixed it locally on the server | 11:20 |
TLE | they appear capatalized when I look at it | 11:41 |
TLE | it is wierd because I specifically ask python to capitalize the name, because they come out uncapitalized | 11:43 |
TLE | did the AliasMatch with the new paths work? | 11:43 |
TLE | dpm: ^^ | 11:44 |
jincreator | Hi, has anyone know how to translate Unity menu of Firefox? I can't find page in Launchpad... | 11:55 |
TLE | dpm: I have fixed the import and also no hover highlighting on the porjects page: rev: 22 | 12:00 |
=== danilo_ is now known as danilos | ||
TLE | loading the precise beta, bbl | 12:39 |
dpm | TLE, pulled r22 | 13:43 |
dpm | jincreator, which Unity menu? The quicklist? (i.e. what appears on the launcher when you right click on it) | 13:44 |
dpm | TLE, I didn't have to change the AliasMatch, as as I was about to modify it, I noticed that the old one was still working | 13:45 |
dpm | I think capitalize() only works with the first word of a sentence | 13:46 |
dpm | so the country names remain in lowercase. At least here with Firefox and Chromium | 13:51 |
dpm | TLE, it's weird, on the server, on the console, the names appear correctly capitalized, e.g. http://pastebin.ubuntu.com/865109/ | 13:58 |
TLE | ahhhh yes, sorry, you wrote the country names, not the language names | 14:01 |
dpm | TLE, try using .title() instead of .capitalize() | 14:11 |
dpm | that works in the server now | 14:11 |
dpm | http://176.34.113.223/ubuntudocs-oneiric/ | 14:12 |
jincreator | dpm: Yes, I mean quicklist. | 14:12 |
jincreator | Sorry for delay. | 14:13 |
dpm | jincreator, no worries. You can follow the steps here: https://wiki.ubuntu.com/Translations/Wanted/FirefoxDesktop | 14:14 |
jincreator | dpm: Ah, it's in wiki. Thanks! | 14:15 |
dpm | np :) | 14:15 |
TLE | dpm | 15:11 |
TLE | I changed to title, and thanks for the tip btw | 15:11 |
TLE | however I noticed that there is a problem with the width of the localized screenshots because the page is now narrower | 15:12 |
dpm | TLE, yeah, I saw that, but I think if the localized images have the right size it should be ok. I only saw it with the Serbian images: they committed images that were larger than the originals | 15:14 |
dpm | danilos, it's always the Serbian | 15:14 |
TLE | yeah, the thing is that I shrink images that are too large, but I don't know which size to aim for, do you know off the top of your head what the width of the grid_12 box is | 15:15 |
TLE | ah aiming for 860 seems to do the trick | 15:18 |
dpm | the whole grid is 960 | 15:19 |
dpm | minus 10 on each side should make 940 - padding, off the top of my head | 15:19 |
dpm | argh, the stats site is down and I don't know why :/ | 15:20 |
TLE | yeah, I think some space is used for something else, the size I put in now should work for the weekend | 15:20 |
TLE | then I can calculate it properly later | 15:20 |
TLE | if you pull rev 23 it should contain both fixes | 15:20 |
TLE | I'll send out the email and post to google+ and the wiki | 15:22 |
TLE | unless you want me to wait untill you have a chance to look at the stats page | 15:23 |
dpm | TLE, ok rev 23 pulled. Give me 15 min to look at the stats site. If I can't get it back online by then, please remove the note about the stats site on the e-mail | 15:24 |
TLE | dpm: rgr | 15:31 |
TLE | dpm: the question is, the https://wiki.ubuntu.com/UbuntuGlobalJam/ page looks like more of an overview. If I should create a subpage specifically for this jam and link to that from this page | 15:33 |
dpm | TLE, no, don't worry about a subpage. We want to keep the front page simple, with a list of tasks. There is already a Jams/Translations subpage with more info | 15:34 |
danilos | dpm, heh, I blame the Serbians as well! | 15:34 |
dpm | ;-) | 15:34 |
TLE | dpm: yeah, but don't you think it'll be to bulky if I just paste the whole thing | 15:35 |
dpm | TLE, I agree, I'd suggest putting just a summary, as in bullet points, not the whole explanation | 15:36 |
TLE | actually I'll add them to the tasks session of the subpage | 15:41 |
TLE | that seems appropriate | 15:41 |
dpm | ok | 15:42 |
dpm | TLE, feel free to send the e-mail removing the info about the stats page. It seems to be an issue with the public IP addresses in the Canonical cloud instances | 15:43 |
dpm | I can always add a note later on | 15:43 |
dpm | or... wait | 15:48 |
dpm | give me 5 mins more... | 15:48 |
dpm | about to sort it out, I think :) | 15:48 |
TLE | to late | 15:52 |
TLE | but it doesn't matter, you can just reply to the email on the list and edit the google+ post | 15:52 |
dpm | TLE, yeah no worries. Thanks for taking care of this, btw | 15:54 |
TLE | np, maybe you can give it a repost on FB, I don't have access to that | 15:56 |
dpm | sure, btw I can give access to it to anyone in the utc team | 15:57 |
TLE | ah yeah | 15:57 |
TLE | will you post this one? | 16:00 |
dpm | TLE, I can do, but I'm about to start a call, so it might take me a few mins... | 16:02 |
TLE | no worries | 16:03 |
TLE | I think I'll hit the friday bar, I'll check back in with IRC and mail later if there are any problems with any of it | 16:04 |
TLE | afk | 16:06 |
jokerdino | heh no Tamil in here http://176.34.113.223/ubuntudocs-devel/ | 17:18 |
jokerdino | :( | 17:18 |
=== bulldog98_ is now known as bulldog98 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!