[00:56] i hate theming stuff [13:14] daker: ping [15:30] cjohnston, pong [15:31] daker: got any plans today? maybe able to help me out with moving summit to the new guidelines? I got CSS from Canonical.. then after that's done, LTP should be easy [15:31] sure [15:31] tonight ツ [15:32] ok.. [15:32] ping me when your available [15:46] sure ツ [19:09] cjohnston: as I said, I'm not experienced with Django, but I [19:09] I'd love to learn [19:09] Amoz: thats fine.. [19:10] I started learning django by fixing a copyright date [19:10] :-) [19:10] lol [19:10] are you good with CSS? [19:10] and can read code [19:10] I'd say I'm quite knowledgable [19:10] depends what kind of code [19:10] ASM, no [19:10] Java, C, PHP, Python etc. yes [19:11] We need to update our CSS to fit the new guidelines.. [19:11] yeah I helped holbach with the packaging guide [19:11] I was sent a couple CSS files as well as a template, and I'm trying to basically merge them together [19:11] which website are you reffering to? [19:12] I'm currently working on summit.ubuntu.com [19:12] the theme changes will then be pushed to loco.ubuntu.com [19:13] aha [19:13] so basically the summit.u.c should have the new design [19:13] and im horrible at css [19:13] yes [19:13] I've gotten it part of the way there [19:14] got a branch somewhere? [19:14] and I'm taking a little break to do some stuff at the house [19:14] i can [19:14] few sec [19:14] s [19:15] the problem is that all of our django sites use the same theme... so the CSS they provided me doesn't use the same names and such as ours do... so I can't just replace [19:15] the best thing imho [19:15] would be to port the actual django themes [19:15] not the css [19:15] because then we could hopefully use the same css, more or les [19:15] We would be talking atleast 3 sites [19:16] which ones? :) [19:16] and then the next time that the theme guidelines change, if they use different names we would be doing it again [19:16] those two [19:17] Jono's accomplishments [19:17] and I dont know what else [19:18] still, I'd prefer to port the html-themes rather than the css I guess [19:18] but I'm not sure [19:18] I think I'm between 1/3 and 1/2 the way done with porting the css [19:18] oh, that's too bad :( [19:19] lol [19:19] I don't want to waste your work though [19:19] but you'd still need to port the css for the other websites right? [19:19] no.. they would just need to check out the new theme and be (almost) done [19:19] so far I've had to make 2 html changes [19:20] I must be misunderstanding [19:20] all of the django sites use one theme branch [19:20] show me the source :) [19:20] ah [19:20] I see [19:21] so if we update the theme branch, all the sites will (hopefully) work [19:21] wow [19:21] didn't know everyone used the same theme [19:21] is that possible? [19:21] yup [19:21] even if they need different pages etc. [19:21] the wonder of django [19:22] I'll have a look then [19:22] we have a django theme, a wordpress theme, an html theme, and a drupal theme [19:22] cool [19:22] quite a lot of things to do here I suppose [19:22] django, PHP, css/html etc. [19:23] so lp:ubuntu-community-webthemes/light-django-theme is the theme [19:23] recognize that one [19:23] this is what ive done: https://code.launchpad.net/~chrisjohnston/ubuntu-community-webthemes/update-to-new-web-guidelines [19:24] cool [19:24] is there a source for the websites somewhere? [19:24] Amoz: like I said, I've had to make 2 changes to the lp:summit branch to work with this, but other than that, its all been in the light-django-theme branch [19:24] or can I try out the themes somehow? [19:24] lp:summit [19:25] ah [19:25] great [19:25] if you want I can help you setup summit so that you can make it all blow up [19:25] i mean, take a look [19:25] lol [19:25] huh? [19:25] it's django, right? [19:25] yup [19:25] isn't there a builtin webserver? [19:26] yes.. but you have to get the environment working [19:26] ah [19:26] I'll tell you if I need help [19:26] basically bzr branch lp:summit [19:26] I'll just have a look [19:26] http://summit.readthedocs.org [19:26] and that will point you in the right direction [19:30] hmm, br [19:30] brb [19:37] Amoz: whats your email and I'll forward you the CSS I was given [19:38] cjohnston: fougner89@gmail.com [19:38] you should have it [19:39] cjohnston: thanks. So basically I should just install virtualenv etc. [19:40] yes [19:52] oh [19:52] there was an make target for that [19:53] the Make doesn't always play well [19:53] and when you do make you have to do it every time, doing the virtualenv you only have to set it up once [19:54] Amoz: give me a second and I'll give you a db so you dont have to make data [19:54] oh [19:54] thanks [19:55] Amoz: http://ubuntuone.com/5Pja6HyyFdOuLCuFCLaGl5 [19:55] if you need admin access, admin/password [19:55] ok [19:56] I copied the local_settings.py [19:56] good [19:56] do I need to pull themes? [19:56] yes.. [19:56] hmm [19:56] ./manage.py migrate [19:56] ./manage.py init-summit [19:56] this is tedious work [19:56] ./manage.py pullapps [19:56] http://summit.readthedocs.org/en/latest/installing.html#grab-the-source [19:56] but I only have to follow that one [19:56] right? [19:57] correct [19:57] good [19:57] pullapps will download the themes [19:57] where to put the db? [19:58] I shouldn't syncdb ? [19:58] put the db in /summit/ [19:58] you dont need to syncdb, its new enough.. [19:58] probably wont even need to migrate [19:58] but it won't hurt if I do any of them? [19:58] nope [20:00] hmm, need to adjust settings? [20:00] shouldnt [20:00] whats wrong [20:01] 'Settings' object has no attribute 'THEME_MEDIA' [20:01] ahh.. [20:01] ./manage.py runserver no longer works. [20:01] as of yesterday [20:01] lol [20:01] I havent updated the docs [20:01] you broke it didn't you! [20:01] aaw you [20:01] python manage.py runserver --settings ubuntu_server [20:01] python manage.py runserver --settings ubuntu_settings [20:01] no [20:01] didnt break it [20:01] j/k [20:02] we seperated it into two different sites, so you have to define what site [20:02] aha [20:03] so, which one should I run? [20:03] ubuntu_settings ^^ [20:03] ubuntu_server was a typo [20:03] ah [20:03] :D [20:03] lol [20:03] another error [20:04] list index out of range [20:04] yup.. [20:04] one sec.. let me get you a newer db [20:04] great [20:04] sorry [20:04] didnt put the menu stuff in there yet [20:05] http://ubuntuone.com/5Pja6HyyFdOuLCuFCLaGl5 [20:05] try that [20:06] hm [20:06] syncdb is req I suppose [20:06] Error: no module named south [20:06] are you in your virtualenv [20:07] oh sorry [20:07] all terminals [20:07] I can do workon in multiple shells right? [20:07] yes [20:10] uhm, still the same error [20:10] Amoz: where are you from [20:10] after syncdb and migrate [20:10] the list error? [20:10] yeha [20:10] Sweden [20:10] why? [20:11] curious.. like to know where the people I work with are located [20:11] so I can be jealous [20:11] ahaha [20:11] nothing to be jealous about [20:11] you're from the US I suppose? [20:11] Florida.. yes [20:11] aww [20:11] I'm jealous of anything that isn't here [20:11] now I'M ealous [20:11] jealous* [20:12] why [20:12] it's wonderful there [20:12] theres nothing here to be jealous about [20:12] where in FL? [20:12] o yes it is [20:12] beaches <3 [20:12] summer all year [20:12] Orlando [20:12] I've been there [20:12] cool [20:12] it's not as humid as Ft. Lauderdale right? [20:12] its all 100% all the time [20:12] oh [20:13] it was 14 yrs ago so.. [20:13] can't remember everything [20:13] Amoz: try this one: I just varified that it works: http://ubuntuone.com/4T5jdYPnbKKR2b541lnVDM [20:13] sorry [20:13] sorry? [20:13] for giving you bad db's [20:14] hah [20:14] that one really should work [20:14] or I'm going to bed [20:14] lol [20:14] it's just 3.20PM there ? [20:14] uh huh [20:14] is that "yes" or "no" ? [20:15] :P [20:15] yes [20:15] I remember FL having geckos in the street [20:15] that was sooo weird [20:16] works! [20:16] thanks! [20:16] yippie [20:18] did you merge my branch into ubuntu_website? [20:18] nope, haven't gotten that far yet [20:18] ok [20:19] and im pusing right now the change to the summit branch [20:19] great [20:19] https://code.launchpad.net/~chrisjohnston/summit/new-web-guidelines-changes [20:20] so what do you do there in Orlando? if you don't mind me asking :) [20:21] I assume you are referring to job? [20:21] yep [20:21] I am a Firefighter paramedic [20:21] I work at a dive shop [20:22] and I'm getting ready to start a contract gig doing web work [20:22] paramedics work at dive shops? [20:22] or that's extra? [20:22] not related [20:22] extra [20:22] ah [20:22] part time job [20:23] so you work as a paramedic AND in a dive shop [20:23] yes [20:23] wow [20:23] and in 2 weeks the new job [20:23] web stuff? [20:23] django/python stuff [20:24] ah, you must be quite good then :D [20:24] i dunno about all that [20:24] I still have trouble regularly [20:24] with what? [20:24] python [20:24] ah [20:25] not alligators? =P [20:25] our guru took the day off today... but mhall119 is the man when it comes to all of this [20:25] alligators are good eatin [20:25] you tasted ? [20:25] of course [20:25] yeah of course ^^ [20:26] been to Everglades as well, no? [20:26] that's where I tasted it [20:26] not to, no.. but ive been down that way [20:26] oh ok [20:27] hm, your guru? [20:27] He's the guy I go to for help [20:27] not an ubuntu guy ? [20:27] mhall119 works for Canonical [20:28] oh, guru = mhall119 [20:28] I thought you were referring to two different ppl [20:30] so your branch should be merged to summit/summit/ubuntu_website ? [20:30] there are two [20:31] the ubuntu-community-webthemes one into ubuntu_website [20:31] the summit one into summit [20:32] uh.. [20:32] ya [20:33] u-c-webthemes is light-django-theme ? [20:34] its ubuntu-communtiy-webthemes/light-django-theme [20:34] https://code.launchpad.net/~chrisjohnston/ubuntu-community-webthemes/update-to-new-web-guidelines will go into ubuntu_website [20:36] so bzr merge lp:repo summit/summit/ubuntu_website [20:36] kind of [20:37] I'll just try instead of asking you stupid questions =) [20:37] nope [20:37] cd summit/summit/ubuntu_website [20:37] bzr merge lp:~chrisjohnston/ubuntu-community-webthemes/update-to-new-web-guidelines [20:37] then [20:37] cd .. [20:38] bzr merge lp:~chrisjohnston/summit/new-web-guidelines-changes [20:38] cjohnston: thank you for holding up [20:39] :-) [20:40] ah [20:40] you didn't do anything else than modifying the base.html? [20:41] in the summit branch, no [20:41] ah, the rest is in light-django-theme [20:41] yes [20:41] there are some other changes that will need to be done in summit, but not a big deal.. [20:49] cjohnston: so... now I'm ready to code, in the ubuntu_website dir, right? [20:49] Amoz: yes [20:49] great [20:49] summit is using website_base.html [20:50] and then if you need to change something on the pages just tell me what you need and i can tell you where to find it [20:50] an example is we didnt used to use ul and li for the menus but i had to change that [20:54] aha [21:10] cjohnston: is there a reference design somewhere? [21:10] the css you mailed me? [21:10] the css [21:11] design.ubuntu.com has some stuff [21:12] hmm, doesn't look the way I pictured it [21:13] whats that [21:13] http://developer.ubuntu.com/packaging/html/ [21:13] isnt that the new design? [21:13] no [21:13] uds.ubuntu.com is [21:13] it was just released two days ago [21:15] great, now I have some refs [21:15] Amoz: that html file in the .zip i forwarded as well [21:19] yeah I looked at it [21:23] cjohnston: gotta go for tonight, thanks for the help [21:23] ok.. you going to be able to look at it over the weekend? [21:23] hopefully yes [21:24] ok.. [21:24] still me thinks it's harder to port css-code than the html part [21:24] sounds good.. let me know if you need help [21:24] have a good night and thanks for being willing to help [21:24] is there a reason why you don't want to change all the html instead of the css? [21:25] too many projects to change, like I said [21:27] so, there a lot of different projects with different html templates, that's why you want the css ported instead ? [21:27] correct. [21:27] I see [21:29] well then, goodnight ^^ [21:30] g'nite [21:43] does summit work with postgres 9.1? [21:46] AlanBell: not sure.. [21:46] fair enough, I will tell you later then :) [21:47] sounds good [21:47] lol [22:22] * AlanBell adds THEME_MEDIA = ubuntu_website.MEDIA_ROOT to localsettings.py [22:23] hmm, no [22:24] ok, something needs to be done with ubuntu_settings.py but I am not sure what [22:24] 'Settings' object has no attribute 'THEME_MEDIA' is the error I get from the server when running it [22:26] there is something not right in the installation instructions, not sure how the linaro and ubuntu themes are set up [22:31] hey Pendulum [22:31] hey bobweaver [22:37] ok, well I think I have summit nearly installed, but I don't know how to do a valid localsettings.py just copying localsettings.py.sample doesn't seem right [22:38] suggestions would be great, I am done for the night o/ [23:04] AlanBell: I had the same error, cjohnston helped me [23:05] AlanBell: now I remember, run this instead of just runserver [23:05] AlanBell: pyton manage.py runserver --settings ubuntu_settings [23:06] oh you [23:06] beat me to it [23:06] one second away from pasting it [23:06] fix my spelling errors tho [23:06] python manage.py runserver --settings ubuntu_settings [23:06] there AlanBell [23:07] Amoz: can you post him a link to the db I gave you please? [23:07] the last one [23:07] AlanBell: http://ubuntuone.com/4T5jdYPnbKKR2b541lnVDM [23:18] wohoo [23:18] * AlanBell has a working summit, thanks all [23:18] the installation instructions could do with a bit more followability, I will try and update them [23:24] cjohnston: hm, how did you begin the porting for the css? you're still on the old css but importing piece by piece from the new design? [23:24] newz2000, I moved the .wsgi file into apache/wsgi. Check apacha/ubuntu for the vhost setup. [23:25] yes [23:37] cjohnston: you haven't linked the core-grid.css etc. ? [23:38] Amoz: no, I was just pulling it into default.css [23:40] cjohnston: weird.. I can't find .clearfix in default.css [23:40] it's in core-grid.css [23:40] right [23:40] its in core-grid [23:40] i hadnt gotten that far [23:41] I did more than half of the main core file, and started on one of the others [23:42] if you want to start fresh from ubuntu-community-webthemes/light-django-themes and port the css yourself thats fine.. [23:42] I find it really annoying that the current css has the same things in multiple areas [23:42] yeah I'll try to begin from a fresh set I think [23:43] hard to keep track of what's already done by you, and what's not :) [23:43] I'll check it out tomorrow [23:43] it's past midnight here, so... [23:43] g'night.. for real [23:43] cjohnston: thanks again [23:43] bye! [23:44] lol [23:44] g'nite