[08:18] good morning all [08:42] dpm: just saw the light themed doc viewer, awesome [08:42] TLE, cool :) [08:42] you must have been busy yesterday, thanks [08:43] 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] but I succeeded! [08:43] :-) [08:43] 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] sounds wild [08:43] ok, cool [08:44] how long did it take you [08:44] 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] I'll change it eventually, but this morning I wasn't in regexp mood :) [08:45] yeah, we can do that later [08:45] ahh that reminds me, I also have some regexp experiemntation lyiing around for the static files, but that will be next week [08:45] something I think should make them simpler [08:48] ah, cool, I'm all for simplicity [09:01] 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:02] {{ STATIC_URL }} in the base template that is [09:07] TLE, ah, on the development server you'll need to enable the staticfiles app in INSTALLED_APPS for it to work IIRC [09:07] I think it's already there but commented out [09:09] 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] 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:10] I'll look a little around [09:13] 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:25] Ahh I can see that someone reported a few wishlist bugs agains the viewer :) [09:31] I wonder who that might be... :) [10:30] good work on bug 944362 kelemengabor :) [10:31] :) [10:31] that thing was spectacularly broken :) [10:32] but there you where with your hammer to bring it up in shape :) [10:36] dpm: all right, I have made some small changes that will require a change in the AliasMatches and fixed bug: 944603 [10:36] The images for the css are now requested as e.g. /static/img/header.png [10:37] so I believe the AliasMatch should be changed to: AliasMatch /static/img/([^/]*\.png) /home/ubuntu/ul10ndocs/image_projects/static/img/$1 [10:39] it all pushed to lp:translated-documentation-screenshot-viewer (including your theming of course) [10:41] TLE, bummer, python-babel is not in the archive for Lucid. Do you know if it's available from a PPA? [10:41] D'oh! [10:42] I also forgot to add it to the packages we check for in the settings [10:43] no I don't think so [10:43] no worries, I can't seem to find a PPA, unfortunately [10:47] 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:48] yeah I know, I was looking it just including babel in the archive [10:48] let me look at pyicu [10:49] seems easy enough to use http://pypi.python.org/pypi/PyICU [10:50] from icu import Locale [10:50] locale = Locale('pt_BR') [10:50] locale.getDisplayName() [10:50] u'Portuguese (Brazil)' [10:50] ok, 2 sek [10:58] have to go to lunch now, but it is almost fixed [11:04] ah nevermind, fixed in rev 20 [11:04] dpm: ^" [11:04] and now pizza (or the closest Danish approximation) [11:05] enjoy! :-) === bulldog98_ is now known as bulldog98 [11:14] TLE, it looks good now, but for some reason the country names appear in lowercase -> http://176.34.113.223/ubuntudocs-devel/ [11:20] commented on the bug too, there was some issue with PyICU vs. icu, but I've fixed it locally on the server [11:41] they appear capatalized when I look at it [11:43] it is wierd because I specifically ask python to capitalize the name, because they come out uncapitalized [11:43] did the AliasMatch with the new paths work? [11:44] dpm: ^^ [11:55] Hi, has anyone know how to translate Unity menu of Firefox? I can't find page in Launchpad... [12:00] dpm: I have fixed the import and also no hover highlighting on the porjects page: rev: 22 === danilo_ is now known as danilos [12:39] loading the precise beta, bbl [13:43] TLE, pulled r22 [13:44] jincreator, which Unity menu? The quicklist? (i.e. what appears on the launcher when you right click on it) [13:45] 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:46] I think capitalize() only works with the first word of a sentence [13:51] so the country names remain in lowercase. At least here with Firefox and Chromium [13:58] TLE, it's weird, on the server, on the console, the names appear correctly capitalized, e.g. http://pastebin.ubuntu.com/865109/ [14:01] ahhhh yes, sorry, you wrote the country names, not the language names [14:11] TLE, try using .title() instead of .capitalize() [14:11] that works in the server now [14:12] http://176.34.113.223/ubuntudocs-oneiric/ [14:12] dpm: Yes, I mean quicklist. [14:13] Sorry for delay. [14:14] jincreator, no worries. You can follow the steps here: https://wiki.ubuntu.com/Translations/Wanted/FirefoxDesktop [14:15] dpm: Ah, it's in wiki. Thanks! [14:15] np :) [15:11] dpm [15:11] I changed to title, and thanks for the tip btw [15:12] however I noticed that there is a problem with the width of the localized screenshots because the page is now narrower [15:14] 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] danilos, it's always the Serbian [15:15] 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:18] ah aiming for 860 seems to do the trick [15:19] the whole grid is 960 [15:19] minus 10 on each side should make 940 - padding, off the top of my head [15:20] argh, the stats site is down and I don't know why :/ [15:20] yeah, I think some space is used for something else, the size I put in now should work for the weekend [15:20] then I can calculate it properly later [15:20] if you pull rev 23 it should contain both fixes [15:22] I'll send out the email and post to google+ and the wiki [15:23] unless you want me to wait untill you have a chance to look at the stats page [15:24] 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:31] dpm: rgr [15:33] 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:34] 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] dpm, heh, I blame the Serbians as well! [15:34] ;-) [15:35] dpm: yeah, but don't you think it'll be to bulky if I just paste the whole thing [15:36] TLE, I agree, I'd suggest putting just a summary, as in bullet points, not the whole explanation [15:41] actually I'll add them to the tasks session of the subpage [15:41] that seems appropriate [15:42] ok [15:43] 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] I can always add a note later on [15:48] or... wait [15:48] give me 5 mins more... [15:48] about to sort it out, I think :) [15:52] to late [15:52] but it doesn't matter, you can just reply to the email on the list and edit the google+ post [15:54] TLE, yeah no worries. Thanks for taking care of this, btw [15:56] np, maybe you can give it a repost on FB, I don't have access to that [15:57] sure, btw I can give access to it to anyone in the utc team [15:57] ah yeah [16:00] will you post this one? [16:02] TLE, I can do, but I'm about to start a call, so it might take me a few mins... [16:03] no worries [16:04] 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:06] afk [17:18] heh no Tamil in here http://176.34.113.223/ubuntudocs-devel/ [17:18] :( === bulldog98_ is now known as bulldog98