/srv/irclogs.ubuntu.com/2012/03/11/#ubuntu-website.txt

daker_hey cjohnston13:13
cjohnstonhey daker_13:15
cjohnstongot some time?13:16
cjohnstondaker_: Amoz did alot of the work, Just need help cleaning up a few things13:17
daker_ok13:23
cjohnstonhttps://code.launchpad.net/~chrisjohnston/ubuntu-community-webthemes/ubuntu-updated-design-guidelines13:24
cjohnstonhttps://code.launchpad.net/~chrisjohnston/summit/ubuntu-updated-design-guidelines13:24
cjohnstonI'm uploading a new DB so you don't get errors13:26
cjohnstondaker_: http://ubuntuone.com/3R0N0lnoQu5XdFzOA7m06513:30
cjohnstondaker_: so far the issues I have found is the main-nav li ends too far to the right and the sub-nav (ive only worked on summit.html for the sub-nav) is too low and behind the main-content13:34
daker_ok thanks13:36
daker_cjohnston: should i work on this https://code.launchpad.net/~chrisjohnston/summit/ubuntu-updated-design-guidelines ?13:49
cjohnstondaker_: both, yes.. the theme stuff is going into the ubuntu-community-webthemes but there are some changes needed in summit13:58
cjohnstongonna forward an email.. give me a sec13:58
cjohnstondaker_: mail14:01
daker_ok14:03
cjohnstondaker_: I'd like to remove out of our old CSS everything that's no longer needed too.. to clean stuff up14:12
daker_sure14:14
daker_cjohnston: is summit using Django-1.3.1 ?14:15
cjohnstonyes14:15
cjohnstonbecause its on its own server14:15
cjohnstonthey wont let us put LTP there14:16
cjohnstonive tried14:16
cjohnstondaker_: I'll try this week to get a time line for an upgrade for LTP.. last I heard they were waiting on hardware..14:16
cjohnstonbut thats been months14:16
daker_ok14:25
daker_cjohnston: http://pastebin.com/NFdZwqZM14:26
cjohnstondaker_: hrm14:28
cjohnstonare you doing make or setup your own virtualenv14:28
Amozhey guys14:29
daker_cjohnston: yep make init14:30
cjohnstonhey Amoz14:31
Amozisn't make spawning a new process for every line in the makefile?14:31
cjohnstondaker_: try make clean  then try it again14:31
cjohnstoni dont like make.. i like making your own virtual env14:31
daker_mhall119: cjohnston i am out of idea make init doesn't want to work :/15:15
cjohnstondaker_: try summit.readthedocs.org15:16
cjohnstonnigelb: ^^15:28
nigelber, what?15:28
cjohnstonnigelb: daker is having issues getting make to work..15:38
cjohnstonthoughts?15:38
nigelbdon't use make.15:38
Amozlol15:39
cjohnstonthats my opinion15:39
daker_cjohnston:16:05
daker_AttributeError at /16:05
daker_'Settings' object has no attribute 'THEME_MEDIA'16:05
cjohnstondaker_: python manage.py runserver --setings ubuntu_settings16:06
Amozcjohnston, so what do you want to do with the 960 bug?16:09
cjohnstonAmoz: i dont see any issues with the 96016:10
cjohnstonas you see by my screenshot yesterday, its the proper width16:10
Amozlink it again please16:11
Amozthe 960.css overrides the core.css header#page-header padding16:11
Amozfrom 0px 20px from core.css, to 0px 10px in 960.css16:12
Amozthat's the issue16:12
cjohnstonright.. but only on a couple of pages16:12
cjohnstonhttp://ubuntuone.com/3J7pjP8d94o7z1h9noMJD316:13
Amozcjohnston, so how do you want to fix that bug then?16:16
cjohnstonAmoz: what bug?16:16
Amozin the screenshot?16:16
cjohnstonthat's one of the things daker_ is going to hopefully look at16:16
Amozone can set the #main-nav width to 960px; that will fix the glitch16:21
Amozhowever, the padding will be only 10px16:21
Amozbecause of the 960.css16:21
Amozcjohnston, I can push if you want to see it16:22
cjohnstonplease16:22
cjohnston960 is only called on a couple of pages16:23
cjohnstonso it shouldnt be effecting the main pae16:23
cjohnstonpage16:23
Amozwhat do you mean "called" ?16:23
Amozincluded in the template?16:23
Amozon my main page it's included anyhow16:24
cjohnstonAmoz: http://summit.ubuntu.com/  vs http://summit.ubuntu.com/uds-p/2011-10-31/display16:24
Amozyou can branch from my lp:~fougner/+junk/light-django-theme-new-design16:25
cjohnstonwait.. i may be backwards16:25
Amozyeah16:25
Amozthe 960 is included in main16:25
cjohnstonAmoz: lets just remove the 960 reference for now16:25
cjohnstonand then fix everything else to work as it should16:26
cjohnstonplease16:26
Amozokay, check out my branch first16:26
AmozI fixed the boxshadow as well16:27
cjohnstoni dont care to have the wide nav bar on the grid view since its no longer the main view16:27
cjohnstonthe last revision i see is 22 hours old16:27
cjohnstonAmoz: I have to take off for a bit..16:28
Amozoh, sorry16:29
cjohnstonI pasted my two branches above where you can see the sub-nav not working.. maybe you and daker can collaborate16:29
Amozcjohnston, okay16:29
cjohnstondaker_: Amoz, Amoz daker_16:29
cjohnstonI should be back in 1.5 hours16:29
cjohnston:-)16:29
cjohnstono/16:29
Amozbye ^^16:30
Amozhello daker_16:30
cjohnstonAmoz: im back17:53
Amozcjohnston, cool18:07
cjohnstonAmoz: did you get a chance to remove the 960 stuff?18:08
Amozcjohnston, yeah, kinda18:09
Amozbut the 960 styles were holding some divs in place18:09
Amozfooter, etc.18:09
Amozso now they're spanning the whole site and need to be set in the default.css or core.css18:10
cjohnstonI believe its already set in core, just needs to be changed what its called18:10
Amozcjohnston, nope, the layouts are defined in core-grid18:13
Amozand that's just general classes18:13
Amozand the original design is using a wrapper IIRC18:14
cjohnstonour original design or the one by canonical18:14
Amozcanonical18:15
cjohnstonwhat happens if you wrap the whole thing in wrapper and inner wrapper18:15
cjohnstonlike in their design18:15
Amozit will be easier to implement their stylesheets, if the html templates are more similar to theirs18:18
cjohnstonwork on what we would need to make it work best and we will see how much work will be required18:18
Amozbut then we break the html templating, as you said we shouldn't18:18
cjohnstonif you dont mind18:18
AmozI'd like to know and see the rest or the sites using the same template/themes etc.18:19
Amozthat way I can make a more informed decision18:19
cjohnstontechnically the other sites use ubuntu_website_base.html.. summit is the only one that uses website_base.html so if we only modify website_base.html, then their sites wouldnt be effected as long as we leave all the old stuff18:19
cjohnstonloco.ubuntu.com  lp:loco-team-portal18:19
cjohnstoni dont know anything about jonos site18:19
AmozI'll check it out, need to eat and stuff first tho18:21
cjohnstonk18:21
cjohnstonAmoz: i removed the 960 and added the wrapper and inner-wrapper18:52
cjohnstonstill having issues on my end tho18:52
cjohnstonAmoz: looks like leaving the old css is whats screwing things up18:57
cjohnstoni commented that stuff out and some issues were fixed18:57
cjohnstonthe header one is fixed18:57
daker_cjohnston: i am lost :/19:21
Amozcjohnston, maybe a few quirks would be fixed if you remove the old css19:21
Amozcjohnston, but I'm checking everything in chrome developer tools to see applied styles19:21
cjohnstonAmoz: a few quirks were fixed by removing it19:21
Amozand I'm quite sure the old css isn't messing with the header19:21
cjohnstonthose two branches above are now updated19:22
Amozcould you list the branches pls ?19:22
cjohnstonhttps://code.launchpad.net/~chrisjohnston/ubuntu-community-webthemes/ubuntu-updated-design-guidelines19:22
cjohnstonhttps://code.launchpad.net/~chrisjohnston/summit/ubuntu-updated-design-guidelines19:22
cjohnstonif you just merge them you will get your stuff from yesterday, plus my changes19:23
cjohnstonwhats wrong daker_19:23
cjohnstonAmoz: I just pushed revno 39 to the theme branch19:25
daker_i don't know form where i should start19:26
daker_got simmit working19:26
daker_summit*19:26
cjohnstondaker_: now, merge in my two branches that I posted a couple minutes ago... the first one goes into the ubuntu_website directory, the second into the summit directory19:26
daker_cjohnston: ok done, i see the new theme, now how do you make changes ?19:30
Amozedit the css-files in the ubuntu_website dir19:30
daker_ok19:31
cjohnstondaker_: ubuntu_website/media/css/core* is the css.. the templates are just like LTP... we use ubuntu_website/templates/website_base.html  and common/templates/base.html19:31
cjohnstoni just pushed revno 40.. which makes changes to the subnav.. but they are in the wrong place on the page19:32
cjohnstonhttp://127.0.0.1:8000/uds-p/19:32
cjohnstonis the page im talking about19:32
Amozcjohnston, I'm porting the html theme now19:46
Amoztrying that way instead19:46
cjohnstonk19:46
* Amoz YTs rebecca black - friday and goes into haxor mode19:49
cjohnstonlol19:50
Amozdude19:52
Amozcjohnston, someone's removing the li tags in the subnav19:52
cjohnston?19:52
AmozI'm editing the sub_nav_links block in website_base.html19:52
Amozbut on the site the li tags are nowhere to be seen19:52
Amozsomewhere... they get overriden and removed19:53
cjohnstonAmoz: correct19:53
cjohnstonif you look on http://127.0.0.1:8000/uds-p/ they are there19:53
Amoznope19:53
cjohnstonif you merged in both of my branches they are19:53
AmozI didn't merge anything19:53
cjohnston    <li><a href="/uds-p/tracks" title="Tracks">Tracks</a></li>19:53
cjohnston    <li><a class="sub-nav-item" href="/uds-p.ical">All Sessions (iCal)</a></li>19:53
cjohnston    19:53
AmozI'm starting over from scratch19:53
cjohnston    <li><a class="sub-nav-item" href="/past/">Past Summits</a></li>19:53
Amoz:O19:53
cjohnstonright..19:53
cjohnstonthats django templates19:54
cjohnstonblock sub-nav-links in website_base gets replaced19:54
Amozby what?19:54
Amozin that case we have to change it as well19:54
cjohnstonin the case of /uds-p/ its schedule/templates/schedule/summit.html19:54
cjohnstonAmoz: http://bazaar.launchpad.net/~chrisjohnston/summit/ubuntu-updated-design-guidelines/revision/310  look under that same file name in that MP...19:55
AmozI see your point in not editing the html, but you'll have a hard time getting the design right if tags are removed19:56
Amozsuch as li19:56
cjohnstonyou have to add them on the pages that use it19:56
Amozthat means the original design using both anchors and li tags, needs to be styled into ONE element19:56
cjohnstonI'm fine with adding <li> around the main-nav and sub-nav links19:56
cjohnstonjust as I did in my branch19:57
Amozyeah but when I first told you I wanted to port the html and not the css, you told me not to do the html19:57
cjohnstonsome things in the html have to be done.. I was saying not to redo all of it19:58
Amozokay19:58
Amozthere isn't a quick way to move the working dir to another computer I suppose..20:01
cjohnstonrsync or push a branch and pull it again20:06
Amozcjohnston, I was referring to the whole environment20:08
cjohnstonnot really20:08
Amozokay :(20:09
Amozgotta set it up again then20:09
cjohnstonshouldnt be too bad since you have done it befor20:09
cjohnstone20:09
Amoz:P20:11
Amozcjohnston, how's the weather in FL today?20:32
Amoz:)20:32
Amoztakes forever to setup the prerequsities20:36
cjohnstonraining..20:40
cjohnstonwhich is messing up my smoking process for dinner20:41
Amozsmoking process?20:41
cjohnstonsmoking pork20:41
Amozo.O20:41
Amoznow20:42
Amozready20:42
Amozchek dis out20:42
AmozPM20:42
cjohnstondeveoper summit in the header is too far to the right20:43
Amoztell me what you think20:43
AmozI know20:43
cjohnstonremove the <hr>s from the website_base20:43
Amozsmall quirks like that is expected20:43
Amozthis is the big structure/layout20:43
Amozalso the footer isnt ported yet20:43
Amozbut the header and menu looks good20:44
Amozand the main content20:44
Amozrite?20:44
cjohnstonya..20:44
cjohnstoni think so20:44
Amozgood20:44
cjohnstonfor some reason the right side code on uds-p is being all screwy20:44
cjohnstonmind pushing the branches and let me see?20:45
AmozNO!20:45
Amoziz mine20:45
cjohnstonlol20:45
Amoz^^20:45
Amozofc u can20:45
Amozw8 plz20:45
Amozthere20:48
Amozcjohnston,20:48
cjohnstonAmoz,20:50
Amozcjohnston,20:50
cjohnstonya20:52
Amozyou highlit me20:52
cjohnstonlink please?20:54
Amozlazy man huh? ;)20:55
Amozhttp://bazaar.launchpad.net/~fougner/+junk/light-django-theme-new-design20:55
Amozthere20:55
AmozI thought you already had it20:56
cjohnston <a href="/">Developer Summit</a> shouldn't be in website_base.html20:58
cjohnstonchange the <span id="loco"> to h2... the block will do the rest20:59
Amozjust h2?21:04
Amoznot #loco21:04
cjohnstoni thought you were porting the html21:11
cjohnstonif your porting the html that span can go away to match their hrml21:12
cjohnstonhtml21:12
cjohnstonAmoz: any reference in the old css to top-nav needs to be brought to core21:14
cjohnstonyou took the site down :-(21:14
Amozhaha21:14
Amozyeah21:14
AmozI was doing changes21:15
AmozI need to learn more bzr ...21:15
cjohnstonbzr is cool21:15
Amozyeah it is21:16
Amozreally awesome21:16
Amozlike git but easier imo21:16
cjohnstonhehe21:16
Amozat least for simple stuff21:16
cjohnstoni have some friends trying to convince me that git is the best thing in the world21:16
cjohnstonAmoz: if you run byobu you can leave the server running while working in another terminal21:17
Amozwell git is really awesome as well21:17
Amozbut for ubuntu dev, bzr is sooo integrated21:17
Amozcjohnston, I know that :P21:17
Amozcjohnston, if I have a normal conflict in a branch and I want to just pull in from another branch and use the file from there21:22
Amozhow can I do that?21:22
cjohnstoni dont understand21:23
cjohnstonif you just want one file, go download it from LP21:23
cjohnstonim not sure what a normal conflict is21:23
Amoztext conflict21:24
AmozI just want the pulled file to overwrite the local conflicting one21:24
cjohnstonjust download the file from launchpad21:25
Amozcjohnston, there, watch it now21:34
Amozthe branch should be pushed as well21:34
Amozgotta go for tonite21:34
Amozgf's whining21:34
cjohnston:-/21:35
cjohnstonlol21:35
cjohnstonthanks for your help21:35
cjohnstonill prolly merge it after dinner and do some work21:35
Amozcool21:36
Amozfix top-nav etc.21:36
cjohnstonyup21:36
Amozbut you know what21:36
Amozplease put it in a separate stylesheet21:36
Amozit's so much easier to keep track of upstream (canonical) design if our own extras are in a separate file21:37
cjohnstonok21:37
Amozcya!21:37
cjohnstonlater21:37
daker_cjohnston: i fixed the the subnav, where i should push ?23:19
cjohnstondaker_: I think he got it fixed as well.. daker_ whats your though.. redoing the CSS or redoing the HTML? if we redo the html we have to redo the html on all the sites, but if they release another theme upadte and they use the same names of things we just have to ap;ly the updated css23:25
daker_redoing the css only is very hard23:26
cjohnstondaker_: in that case: http://bazaar.launchpad.net/~fougner/+junk/light-django-theme-new-design23:26
cjohnstonI don't think Amoz pushed his changes to the summit branch, but i dont think much needs to change in the summit branch, just li's that I've seen so far.. everything else is in website_base.html23:27
daker_i have a solution23:28
cjohnstonwhats that23:28
daker_why not to fork light-django-theme ?23:28
cjohnstonI think updating light-django-theme would be better than forking it..23:29
daker_ok :)23:29
cjohnstoni think that would make it harder to update sites23:29
daker_how many site use it ?23:30
cjohnstoni know of three23:30
daker_sites*23:30
cjohnstonbut i dont know23:30
daker_awe23:32
cjohnston?23:33
daker_this need a lot work23:33
daker_of*23:33
cjohnstonhis branch or something else23:34
daker_changing the html will affect the tree other sites23:36
cjohnstoncright23:36
cjohnstonright23:36
cjohnstondaker_: if we update the new website_base.html file and leave ubuntu_base.html then sites can update if they want23:38
daker_also we should leave the old css23:39
cjohnstonyes23:39
cjohnstonwe may need to rename a couple files23:39
cjohnstonit would be nice if we could all work on one team branch, but with him not being a team member, he has to ask for merges23:44
daker_we can do it23:45
cjohnstondaker_: do you have time to go from his new branch and work on it in the next couple hours?23:48
daker_sure23:49
cjohnstonawesome23:49
cjohnstonlet me know what help you need23:49
cjohnstonim trying to work on something for the wife, but if you need any assistance I'll be happy to help23:49
daker_but i need to go to sleep23:49
cjohnstonI'd love to get this released for Summit in the next couple days and then LTP in the few days after that23:49
cjohnstonok..23:50
cjohnstondo me a favor, commit whatever you have done before you go to bed and give me and Amoz a link to the branch so we can pick up from where you left off23:50

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