IRC log of #schooltool for Wednesday, 2011-11-09

*** replaceafill has quit IRC00:56
*** jelkner has quit IRC01:14
*** replaceafill has joined #schooltool01:38
replaceafillth1a, zyt?01:38
*** replaceafill has quit IRC01:51
*** ignas has quit IRC02:39
*** aks has joined #schooltool05:15
*** aks has joined #schooltool05:15
*** aks has quit IRC05:28
*** aks has joined #schooltool05:28
*** aks has joined #schooltool05:28
*** yvl has joined #schooltool09:35
*** menesis has joined #schooltool11:23
*** menesis has quit IRC11:27
*** menesis has joined #schooltool11:31
*** menesis has quit IRC11:40
*** menesis has joined #schooltool11:41
*** menesis1 has joined #schooltool11:45
*** menesis has quit IRC11:45
*** menesis1 is now known as menesis11:46
*** aks has quit IRC13:19
*** th1a has quit IRC15:32
*** jelkner has joined #schooltool15:34
*** th1a has joined #schooltool15:34
*** replaceafill has joined #schooltool16:17
th1areplaceafill:  Did I give you the password for our Linode account?16:30
th1aOr just the server?16:31
replaceafillboth16:31
replaceafillyou need it?16:31
th1aCould you send me the password for the account.16:31
th1a?16:31
replaceafillsure16:31
th1aI need to update the credit card.16:31
th1ahi replaceafill, aelkner_, menesis, yvl.16:32
replaceafillth1a, sent, username:pwd16:33
aelkner_morning16:33
replaceafillgood morning/afternoon16:33
yvlgood morning16:33
th1aOK, so we've got more colors from Vinny and have a phone meeting today to try to push the homepage over the line soonish.16:34
th1areplaceafill:  Did you update the colors?16:34
replaceafillyes16:34
replaceafill1. buttons16:34
replaceafillhttp://69.164.203.135:6660/persons/add.html16:34
replaceafill2. error messages16:35
replaceafill3. calendars (daily, weekly, monthly, yearly, sidebar calendars)16:35
menesishi16:35
replaceafill(i don't like the secondary color for calendar columns btw)16:36
replaceafill4. the gradebook (log in as teacher001 and go to Gradebook)16:36
replaceafilladd an activity and add an invalid value like -30 or something16:37
replaceafilla valid one16:37
replaceafilland an extra credit (you'll get the yellow)16:37
th1aOh... we don't have the primary/secondary distinction.16:37
th1aI mean, we do.16:37
th1aBut we lost it.16:37
th1aWe just called it something different.16:37
th1aLet's take these in order.16:38
th1aEveryone needs this: http://www.schwadesign.com/basecamp/2591274/2682003phase1/schooltool_looseends_1_0.pdf16:38
replaceafillnote that the secondary background for calendars in the pdf is wrong16:39
replaceafill(it's repeated)16:39
replaceafill#4B555416:39
th1aOK, let's start at the beginning, ok?16:39
replaceafillok16:40
th1aok  ;-)16:40
th1aSo only one of our button classes should actually be green when inactive.16:40
th1aSee UWG p. 24.16:40
th1aI misled you a little yesterday because I wasn't looking at that.16:41
th1aI can't remember what we call the classes.16:42
replaceafillbutton-ok, button-cancel, button-neutral16:42
th1aYeah, just ok should be green when inactive.16:42
th1aLet's try #009499 for the others.16:42
th1aActually, let's stick a pin in this and let everyone else report.16:43
th1aThen come back to it.16:43
replaceafillsure16:43
th1aWell, replaceafill you can do your report.16:43
replaceafillthat's it actually16:44
replaceafilli'm going to finish the book today16:44
replaceafill(i mean, styling it)16:44
replaceafill:)16:44
aelkner_can i go next?16:44
th1aaelkner_:  Sure.16:44
aelkner_http://69.164.203.135:36660/report_sheets16:44
aelkner_please look at the choices i made for Alternate Title16:44
aelkner_you had asked me to put 'This will appear as a tab in the teacher's gradebook'16:45
aelkner_but the template title already does that by default16:45
th1aaelkner is the master of the redundant hint.16:45
aelkner_so such a hint would mislead to imply that one needs to fill it in16:45
aelkner_but it is optional, right?16:45
aelkner_so that's why i said that16:46
aelkner_what would you have me change?16:46
th1aThe right way to do it would be to just make it the title and insert the title of the selected template using Javascript.16:46
aelkner_ah, darn, i left that out16:47
aelkner_i could do that that16:47
aelkner_ok, click on the other year16:47
th1aAnd then make it required.16:47
aelkner_ok16:47
aelkner_see how the link is not enabled16:47
th1aFor better or worse that's not how we're doing it elsewhere.16:48
th1aWe're just completely hiding inactive actions.16:48
aelkner_how are we doing it elsewhere?16:48
aelkner_i tried that, but then the sidebar appears as a blank space rhater than not appearing at all16:48
th1aIt may be the only place where the only action is conditional.16:49
aelkner_yeah16:49
th1aThoughts?16:49
aelkner_yvl?16:50
yvlhmm16:50
yvlthere are more places like that16:50
yvlthe viewlet manager just has to render an empty string16:51
aelkner_page.pt has the rendering of the manager16:51
yvlsee skin/flourish/page.py RefineLinksViewlet16:52
aelkner_<div class="sidebar refine" tal:define="refine view/providers/page_refine|nothing"16:52
aelkner_tal:condition="refine">16:52
aelkner_problem is, even if the viewlet renders nothing, the manager still exists, so it renders an empty manager16:52
aelkner_how is one to make the manager render nothing?16:53
replaceafillcourse.browser.section.SectionActionsLinks16:53
aelkner_ok, i'll look at that16:55
yvlthanks, replaceafill16:55
yvlI was looking for that16:55
replaceafill:)16:55
aelkner_yeah, thanks16:55
aelkner_ok, finally, the evolve script tests16:55
aelkner_http://bazaar.launchpad.net/~aelkner/schooltool.gradebook/flourish/view/head:/src/schooltool/gradebook/generations/tests/test_evolve3.py16:56
aelkner_note the handler registered on line 6916:56
th1aFor the "Title" hint how about "If you deploy the same template multiple times, give each deployment an easily distinguishable name."16:56
aelkner_ok16:57
aelkner_now look at http://bazaar.launchpad.net/~aelkner/schooltool.gradebook/flourish/view/head:/src/schooltool/gradebook/generations/tests/test_evolve5.py16:57
aelkner_note that the handler registered in test_evolve3.py is forcing me to add the output to tests in test_evolve5.py16:57
aelkner_is there a way to unregister a handler?16:58
yvlouch16:58
yvlyou need to do setup and teardown16:58
aelkner_more specifically?16:58
yvlsay, from zope.app.testing import setup16:59
yvland then add placeless setup/teardown16:59
yvlfor exmaple, like schooltool/generations/tests/test_evolve37.py16:59
aelkner_you're suggesting these changes to test_evolve3.py, right?17:00
yvlwell, yes, that one is wrong17:00
yvlyou should also check other gradebook evolution scripts17:00
yvlnot providing setup/teardown with zope... is not a good idea.17:01
aelkner_btw, who wrote evolve4.py because there are no tests for that?17:01
yvlthat might be me :/17:02
yvllemme check17:02
yvlyep17:03
yvlmy fault.17:03
th1aouch17:03
yvlnot that bad17:03
th1a:-D17:03
yvlI think that happened when we had to package stuff and kill optionstorage in a hurry17:04
yvlcrazy days17:04
aelkner_ok, i'll fix test_evolve3 if you create test_evolve4, ok?17:04
yvland if I don't? :D17:04
yvlsorry, just teasing17:04
aelkner_:)17:04
yvlwill do :)17:04
menesis:)17:05
aelkner_perhaps you should wait until i fix first so that you don't need to do the same redundantly17:05
yvlyes17:05
yvlI still have 4 failing func tests to go17:05
yvl* to fix17:05
aelkner_ok, that's it for my report17:05
yvland there's code that needs to be fixed along the way, so..17:06
th1aSo hopefully you'll be on to new bugs by tomorrow at the latest?17:06
aelkner_yes17:06
th1aI set some "critical" for you aelkner_.17:06
aelkner_cool17:07
th1aOK, thanks aelkner_.17:07
th1ayvl?17:07
yvlfixed func tests + code in core17:08
yvland journal17:08
yvl4 failing func. tests left in gradebook17:08
yvlI guess I'll be by Fri17:08
yvlthen on to bug fixing17:08
th1aOK.17:09
th1aThat it?17:09
yvlyes17:09
th1aThanks yvl.17:09
th1amenesis?17:09
menesisI have discovered problems in recent Debian uploads17:10
menesismissing zcml files17:10
menesisI have reported this to Debian zope mailing list, and got these issues fixed17:10
menesisand new packages uploaded17:11
menesisI need those be in Debian to be able to sync to Ubuntu17:11
menesisthat is what I was trying to do17:11
menesislater17:11
menesisturned to schooltool packages17:12
menesisschooltool now has 2 jquery and 2 jquery-ui libraries17:12
menesisonly one of them is replaced by system-installed jquery17:12
menesisso I am consolidating them to have only 1 copy17:13
menesisand also replace included jqueryui with libjs-jquery-ui17:13
menesisin progress17:13
menesismost of today helped my wife formatting her book17:14
menesis:(17:14
th1aWhat's her book about?17:14
menesisa book she has to publish17:15
menesisher father's book for students, "dictionary of political terms"17:16
th1aAh.17:16
th1aOK, thanks menesis.17:16
th1aBack to replaceafill then.17:16
* menesis :17:17
th1aOr more menesis...17:17
replaceafill:)17:17
menesisno17:17
* menesis away17:17
th1aOK.  ;-)17:18
th1ayvl, and aelkner_ can pay attention to the colors conversation as long as they want.17:18
* th1a drops the bag of gravel.17:18
th1aLet's squash some bugs here in the final days!17:19
yvljust 5c for colours17:19
aelkner_yvl, i send you an email when i've merged my evolve fix to trunk17:19
yvlbuttons don't look pushed when you push them on Chromium17:19
yvlthanks, aelkner_17:19
replaceafillyvl, you mean 3 states? inactive, hover and active?17:19
yvlyes17:20
replaceafillthey shouldn't in ff either17:20
replaceafillwe only have 2 colors17:20
replaceafillhover and active are the same17:20
yvlwell, ff 3.x does push the button text few pixels to the right17:20
yvlwhen clicked17:20
replaceafillah yes, i noticed that too :|17:21
replaceafillhave no idea where it comes from :(17:21
th1aWell, we probably should give them a third color.17:21
th1aWe essentially have enough shades of greens and grays to figure out what we need without committing any color atrocities.17:22
yvltrue17:24
yvlwell, good luck guys!17:24
replaceafillth1a, you ok with the round corners on the buttons?17:24
replaceafilli took that from the guidelines17:25
th1aYeah... Vinny kind of wandered away from the guidelines again.17:25
th1aHard to get the "no really, we just need colors" part into the head of a designer.  ;-)17:26
replaceafill:D17:26
replaceafillthe guidelines define "primary" and "secondary" buttons17:28
replaceafillare we doing the same?17:28
replaceafilllike marking just one differently17:28
th1aPrimary is the what do we call it?  OK?17:28
replaceafillwe don't have a primary class17:29
th1aIt is the same thing.17:29
th1aPrimary = OK.17:29
th1aRight?17:29
replaceafillhhmm not really17:29
th1aWhy not?17:29
replaceafillsometimes we use two button-ok in one form17:29
replaceafillin add person for example17:30
replaceafillSubmit and Submit and Add17:30
th1aWell, that's an error in the page.17:30
replaceafillok17:30
replaceafillso, we're sticking to the guidelines approach then17:30
replaceafill1 principal, many secondary17:30
replaceafillsorry, primary17:30
th1aYes.17:30
replaceafillgot it17:30
replaceafilland we're marking the primary differently17:30
th1aHm?17:31
th1aBasically just use OK as primary and we should clean up the usage so there is one per page.17:31
replaceafillok17:31
replaceafillbut we're not using different colors like in the guidelines?17:32
replaceafill(sorry to keep asking the same)17:32
th1aOK uses primary colors.17:32
th1aOthers use secondary colors.17:33
th1aYes?17:33
replaceafillmaybe my question is, what is the primary color and what is the secondary one?17:33
th1aLet's try #009499 for the others.17:34
replaceafillok17:34
replaceafillnow i'm satisfied ;)17:34
th1aI said that a half hour ago.  ;-)17:34
replaceafillsorry :(17:34
th1aTry the header color for all the active states.17:35
replaceafill#4B5554, right/17:35
replaceafill?17:35
th1ay17:35
replaceafillok, active state set, refresh17:37
replaceafillwhat about hover?17:37
th1aUse his hover.17:38
th1aActually, update the classes on person add since that's what I'm looking at...17:39
replaceafillah ok17:39
replaceafillrefresh17:42
th1aUh, that's the opposite.17:43
th1aAlso, I guess that gray's too light.17:43
replaceafillyes17:43
th1a#00949917:44
th1aThe primary should be green.17:44
replaceafill#009499 is the active too17:44
replaceafillsorry17:44
replaceafillnever mind17:44
th1aOh, I guess UWG uses the inactive primary color for the secondary hover color.17:46
replaceafillrefresh17:46
replaceafillwhat do you think of that gray?17:46
replaceafillthe active one17:47
th1aThat's way too light.17:47
th1aWe just need a darker green than the hover color.17:47
replaceafillhave you refreshed?17:47
th1aYes.17:48
replaceafilli'm talking about the secondary buttons color17:48
th1aIt is light gray?17:48
replaceafillno, dark gray17:48
replaceafilli reverted the grays17:48
th1aThe active?17:48
replaceafilldark = secondary, light = active17:48
th1aThe active color is light gray.17:49
replaceafillbut do you like dark gray for secondary buttons?17:49
th1aFor all of them.17:49
replaceafillyes17:49
th1aI don't like the light gray.17:49
replaceafillright17:49
th1aWho's on first?17:49
replaceafill:D17:49
replaceafilli love that routine ;)17:49
th1aHow does the primary hover color relate to the greens in the header?17:50
th1aIs it a different green?17:50
replaceafillthis is what we use for primary nav #008C9317:50
replaceafillyes17:50
th1aAnd the darker header green?17:51
replaceafilli always forget that one! #026B6E17:51
th1aOK:17:52
th1aPrimary inactive: #00949917:52
th1aPrimary hover: #026B6E17:53
th1aPrimary active: #05616317:53
th1aTry that.17:54
replaceafillok17:54
replaceafillrefresh17:55
th1aTry #008C93 for the hover.17:56
replaceafillok17:56
replaceafillrefresh17:56
th1aOK, those two are too similar to each other.17:57
replaceafillyes17:57
th1aOK, go back to #026B6E for hover.17:58
replaceafilldone17:59
replaceafillnow, hover and active are too similar17:59
th1aChange the active text color to #aea79f17:59
replaceafilldone18:00
th1a*TEXT* color.18:01
replaceafilloops18:01
replaceafillsorry th1a18:01
th1anp18:01
replaceafilldone18:01
th1aWhat do you think of that?18:03
replaceafillto me it looks good on chrome, not so much in ff18:03
replaceafilland my chrome is not using the ubuntu font for buttons...18:04
th1aMy chrome is crashing.18:04
th1aI'm going to switch computers...18:05
replaceafillok18:05
*** th1a_ has joined #schooltool18:07
th1a_What is up with the font?18:07
replaceafillit's using Arial, inherited from the browser...18:07
replaceafilldo you see it?18:08
th1a_Yeah.18:08
th1a_This is the kind of point where I have not idea what I expect buttons to look like.18:09
th1a_I don't think I expect a dramatic change in the active state anyhow.18:09
replaceafilli don't understand this chrome inspector tool :(18:11
replaceafillit resets the font-family18:11
replaceafillbut i don't see any other declaration in our css18:11
th1a_Well, lets do colors first18:12
replaceafillok18:12
th1aSo how do you feel about the primaries?18:13
replaceafilli'm ok with them18:13
th1aMe too.18:14
th1aOK so secondaries:18:14
th1aHow about the table header color for the inactive.18:15
th1a?18:15
replaceafillok18:15
th1aTry that first.18:16
replaceafill#6C7B7C18:16
replaceafillah nice18:16
replaceafillrefresh18:16
replaceafillit fits with the primary inactive18:17
replaceafillimho18:17
th1aYes.18:17
th1aMake the primary active the secondary hover.18:17
th1aNO18:17
th1aSorry!18:17
th1aPrimary inactive = secondary hover.18:17
th1aAnd give them the same active.18:17
replaceafill!?!?!18:18
replaceafilllet me read that again18:18
th1aPrimary inactive = secondary hover.18:18
th1aAnd give them the same active.18:18
replaceafillok18:18
replaceafilldone18:19
th1aI still have that light gray for active.18:20
replaceafillhave we set secondary active?18:20
th1asecondary active = primary active18:21
th1aAnd give them the same active.18:21
replaceafillah ok18:21
replaceafillmissed the second instruction, sorry18:21
* replaceafill is out of his head today for some reason18:22
th1aWe can take a quick break before continuing...18:22
replaceafillrefresh18:22
replaceafillsame active18:22
th1aDid our primary inactive get darker?18:23
th1aOh,18:24
th1aI didn't want you to change the primary inactive, I wanted you to change the secondary hover.18:24
replaceafill:'''''(18:24
replaceafill:D18:24
th1aI have to go downstairs for a minute.18:25
replaceafillok18:25
replaceafillth1a, refresh18:26
replaceafillreverted the last mistake18:27
* th1a back.18:29
replaceafillth1a, check to see if i got it right?18:29
th1a:-D18:30
th1aThat's the best I can do right now.18:30
th1aI do think the lighter green for the primary buttons helps them stand out.18:30
replaceafillswap inactive and hover for the primary?18:31
th1aHm?18:31
replaceafillah sorry18:32
replaceafillMAN, WHAT'S WRONG WITH MY READING TODAY18:32
th1aDo you want to take a quick break before launching into the rest of it?18:32
replaceafilli honestly read: "I don't think..."18:32
replaceafillnever mind18:32
* th1a wants a quick break.18:33
replaceafillsure18:33
replaceafilli'll be here practicing my reading18:33
replaceafill:)18:33
th1aOK, back in five.18:34
replaceafillkk18:34
* replaceafill goes hunting wrong classes in forms...18:37
th1aOK, what's the next color issue?18:39
replaceafillcalendars?18:39
replaceafillth1a, do you think we should change the (+) green to match primary buttons?18:39
replaceafilllike http://69.164.203.135:6660/schoolyears/2011-2012/2012-spring/sections/art_a_2012-spring_teacher004_000/instructors.html18:39
th1aOh, yes.18:40
th1aCan we do that in jquery?18:40
replaceafillwriting it down in the css bug18:40
replaceafillthat's an image18:40
th1aDo you need to do that in GIMP or something?18:40
replaceafillyes18:40
th1aOK, that's a high priority.18:41
th1aDo you know how to do that?18:41
replaceafilli can do it now if you want18:41
th1aSure.18:41
replaceafillok, give me a min18:41
replaceafillrefresh http://69.164.203.135:6660/schoolyears/2011-2012/2012-spring/sections/art_a_2012-spring_teacher004_000/instructors.html18:44
replaceafilldo you want the hover effect too?18:44
replaceafillfor (+) buttons?18:44
th1aOh... yes?18:45
replaceafillmaybe the + should be white...18:45
replaceafillit's transparent right now18:45
replaceafilllet me try18:45
th1akk18:45
replaceafillrefresh18:46
replaceafillwill write down the hover effect and do it later, ok?18:47
th1akk18:47
replaceafillshould i mark buttons as DONE?18:47
th1aJust use the same color as the primary buttons.18:47
th1aButtons done.18:47
replaceafillok, bug updated18:48
replaceafillcalendars?18:48
th1aLet's do the delete icons too.18:48
th1aUsing the new gradebook red.18:48
replaceafillah ok18:48
replaceafill#EF444418:48
th1ay18:49
replaceafillrefresh18:50
replaceafilloops forgot to make the - white, hold on18:50
replaceafilldone18:51
th1aI'm ok with it.18:51
replaceafillme 218:51
th1aOK, next.18:51
replaceafillcalendars or gradebook?18:52
th1aWhichever you prefer.18:52
replaceafillcalendars18:52
replaceafilli'm at http://69.164.203.135:6660/persons/manager/calendar18:53
replaceafilloh wait18:53
replaceafilllet's log in as a teacher instead18:53
replaceafillteacher00118:53
replaceafillthey have events18:53
replaceafilletc18:53
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar18:53
th1aThe calendars look greener.18:54
th1aIs that what you were asking him about?18:54
replaceafillno, i was asking about error messages18:55
replaceafillwhat i mentioned in the meeting18:55
th1aDo the calendars match the pdf to you?18:55
replaceafillsee the pdf18:55
replaceafillthere's a "Secondary Column Background"18:55
replaceafillwhich i think it's the column color, right?18:56
replaceafillbut it's the same hex color as the header18:56
th1aYeah.18:56
replaceafillthen later there's a "Secondary Background"18:56
th1aCan you just get it with an eyedropper?18:56
replaceafillit's the one i used18:56
replaceafilli did18:56
replaceafilland it's the same we use!18:56
replaceafillfor the background18:57
replaceafilllet me show you18:57
th1aOK.18:57
th1aWhat are we looking at?18:57
th1aI'm looking at the sidebar first.18:57
replaceafillyes18:57
replaceafillhold on, i'll use the background from the eyedropper18:57
th1aIs that secondary background or secondary column background?18:58
replaceafilli'm taking the color from the "secondary column background" box with the eyedropper18:59
th1aIt looks different in the web page.18:59
replaceafillrefresh18:59
replaceafilllook at the sidebar18:59
th1aNow it looks a lot lighter.19:00
replaceafilli think it's also has to do with the bold teal font for events19:00
replaceafillvinny specified bold for "active"19:01
replaceafillin the calendar19:01
th1aI don't think so.19:01
replaceafillsee the 5 example?19:02
replaceafill#009499 (bold)19:02
th1aWait.19:02
th1aIN the pdf I have:19:02
th1a#F7F7F719:02
replaceafill:|19:03
th1aIn the page I have:19:03
th1a#F5F6F719:03
replaceafillf7f7f7?19:03
th1aThat's what I've got.19:03
th1aFor the gray columns.19:04
replaceafillwe're looking at http://www.schwadesign.com/basecamp/2591274/2682003phase1/schooltool_looseends_1_0.pdf, right?19:04
th1aI"m looking at the example calendar.19:05
th1aNot the other stuff.19:05
th1aThe actual example calendar.19:05
th1aWhich looks fine to me.19:05
th1aWhat color do you get off the example calendar?19:06
replaceafilllet me see19:06
replaceafillyou're right, the calendar gives me f7f7f719:07
replaceafillthe box doesnt :(19:07
th1aYeah, this is kinda messed up.19:07
replaceafillok, i'll forget the hexcodes in the pdf19:07
replaceafilland focus on the example19:07
th1ay19:07
replaceafillchanging to f7f7f719:07
replaceafillrefresh19:08
replaceafilli don't see the diff :P19:08
replaceafillvisually19:08
replaceafillbut it's now f7f7f719:08
th1aREgisters as F6F6F6 for me.  :-S19:09
replaceafilluh??!!?19:09
th1aLooks ok though.19:09
th1aMy monitors also display the grays differently, so that's extra confusion on my side.19:10
th1aOK, so moving on from that...19:10
replaceafillok19:10
replaceafillbold fonts for events?19:10
th1aDo you want to make the rest of the changes he suggests in the header, etc?19:10
replaceafilli did...19:11
th1aI have it centered19:11
th1aI mean, in layout.19:11
replaceafilloops19:11
replaceafillthat i forgot ;)19:11
th1aI'm ok with the colors as they are.19:11
th1aI like his format changes.19:11
th1aDays of the week would be helpful too.19:11
replaceafillrefresh19:12
replaceafillwait19:12
replaceafilli messed one rule19:12
replaceafillfixed19:12
replaceafilla little left padding maybe for the header19:13
th1aNot bold for the name.19:13
th1aWhy do I have a feeling that adding the days of the week will be a headache...19:14
replaceafillhhmm19:14
replaceafillhold on, i think i saw them somewhere19:14
replaceafillah yes19:15
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/201119:15
replaceafillthe yearly view19:15
th1aAh good.19:15
replaceafillfixing the headers there...19:15
th1aLighten the line under hte day.19:16
replaceafillok19:16
th1aI guess the problem here is that the stripes in the calendar blend into the content background.19:18
replaceafillcorrect19:19
th1aLIghten the border lines.19:19
th1aOutside border.19:19
th1aAlso, you have the first and last lines dark and he has them light.19:19
th1aMaking them white will help with the contrast issue.19:20
* th1a goes downstairs for a minute.19:22
replaceafillok19:23
th1aI'm going to have to go pick Vivian up in a minute.19:25
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/201119:26
replaceafillchanged the borders in the sidebar calendars too19:26
th1aI think if you reverse the columns that'll help.19:26
th1aOK, I'll be back.19:27
replaceafillah yes19:27
replaceafillok19:27
replaceafillth1a, columns reversed19:30
th1areplaceafill:  That seems ok.20:11
replaceafillok20:11
th1aUnless we can bump it just a tough darker.20:11
th1aJust try that quickly.20:11
replaceafillyou mean for the column background?20:12
th1aYeah... You could just subtract from the values...20:12
replaceafillsubstract from the values?20:14
replaceafillfrom the hexcodes you mean?20:14
th1aYeah.20:14
replaceafillok, will try20:14
replaceafillf7f7f7 -> f0f0f0 refresh20:17
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/201120:17
replaceafillhaven't applied to the sidebar yet20:17
replaceafillapplied to sidebar, refresh20:17
th1aI think that's better.20:21
th1aIt doesn't all bleed together quite so much.20:22
replaceafillmonthly and weekly views?20:23
replaceafillmonthly: http://69.164.203.135:6660/persons/teacher001/calendar/2011-1120:23
replaceafillweekly: http://69.164.203.135:6660/persons/teacher001/calendar/2011-w4520:23
th1aThat's the new version?20:24
replaceafillyes20:24
replaceafillneeds work obviously :)20:24
th1aJust make it a big version of the small one.20:25
th1aMonth name in header, etc.20:25
replaceafillkk20:25
replaceafillthere's a dark gray in http://69.164.203.135:6660/persons/teacher001/calendar/2011-1120:26
replaceafillfor days out of the month20:26
replaceafilli should remove it right?20:27
replaceafill31, ..., 1, 2, 3, 420:27
th1a_Yes.20:36
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/2011-1120:36
replaceafilldo we want border below rows?20:37
replaceafilllet me remove them20:37
th1a_Agh… those calendar columns look too green on this computer.20:37
replaceafillok, lines removed20:38
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/2011-1120:39
replaceafillwhat am i missing?20:39
th1a_Take the dark sidebar out.20:39
replaceafillthe one with the week number?20:39
th1a_I mean, take the darkness out.20:40
replaceafillah ok20:40
th1a_Take all the darkness out.20:40
replaceafilleven day headers?20:42
th1a_YEs.20:43
replaceafillrefresh20:44
replaceafillcolumn backgrounds too?20:44
th1a_Maybe the day/week parts should be gray instead of white.20:45
replaceafilllike that?20:48
th1a_That's better...20:48
th1a_Maybe we should stop there.20:49
replaceafillok20:49
replaceafillweekly20:49
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/2011-w4520:49
replaceafillsame?20:49
th1a_Yeah.20:49
replaceafillhttp://69.164.203.135:6660/persons/teacher001/calendar/2011-w4520:55
replaceafillmissing anything?20:56
th1a_I'm going to ask Vinny about these.20:57
replaceafillk20:57
replaceafillgradebook?20:57
replaceafillhttp://69.164.203.135:6660/schoolyears/2010-2011/2010-fall/sections/math_a_2010-fall_teacher001_000/activities/Worksheet/gradebook20:57
th1a_Anything in particular?20:59
replaceafilljust the cell backgrounds20:59
replaceafillinsert -9320:59
replaceafill8920:59
replaceafilland 10820:59
th1a_Looks pretty good.21:00
th1a_You could make the red solid.21:00
th1a_And center them better.21:01
replaceafillred bg, white text?21:01
th1a_y21:01
replaceafillrefresh21:02
th1a_Seems pretty good to me.  Get the same margins all around.21:03
replaceafillyes, i have the margin issue in the bug: - Gradebook cells: colors (old green, red, yellow) and input widths21:03
replaceafillas "input widths" :D21:03
replaceafilli know it has to look like a spreadsheet21:03
th1a_Is there some reason that's tricky?21:04
replaceafillyes, it has to be smart to adjust when you have too many activities21:04
th1a_kk21:04
replaceafilli think i know how to fix it21:04
replaceafillok, that's it color-wise?21:05
replaceafill- Colors of event boxes in calendars21:05
replaceafillyou said they're ok, right?21:05
th1a_Look ok to me.21:05
replaceafilli don't understand this comment from yvl :21:06
replaceafillhttps://bugs.launchpad.net/schooltool/+bug/885807/comments/121:06
replaceafilldoes something change when there are resources booked?21:06
th1a_The events themselves need new colors.21:06
th1a_Uh… I don't think so.21:07
replaceafillok, will push to trunk21:08
replaceafillwe can update later if we need to21:08
th1a_Yes.21:09
th1a_I'll take some screenshots.21:09
*** menesis has quit IRC21:11
replaceafillchanges pushed21:12
th1a_Thanks.21:12
*** menesis has joined #schooltool21:13
replaceafillthanks th1a_, sorry for being dumber than usual today ;)21:13
* replaceafill goes to get lunch21:13
th1a_Thanks replaceafill!21:13
*** bioscience has joined #schooltool21:19
biosciencehi yv121:20
th1a_yvl is probably not active now.21:20
biosciencehi th1a-21:21
*** bioscience has quit IRC21:36
*** klausade has joined #schooltool21:47
th1areplaceafill:  ayt?21:55
replaceafillth1a, yes21:56
replaceafilleating :)21:56
th1aCan you put the day headers in the sidebar calendar?21:56
replaceafillah ok21:56
replaceafillwill do21:56
replaceafilljust one letter, right?21:56
th1areplaceafill: y.22:03
replaceafillk22:03
th1areplaceafill:  Try to add some plain events to the teacher001 daily calendar.22:10
replaceafilldone http://69.164.203.135:6660/persons/teacher001/calendar22:11
replaceafill15:0022:11
replaceafillanything wrong?22:11
th1ai got a traceback...22:12
th1aHm... does the error log work?22:12
replaceafillth1a, ah sorry i was messing with the templates22:12
th1aOh ,good.22:12
replaceafilli'll stay out of the vps22:12
replaceafilltry again22:12
replaceafilland let me know if you get the traceback again22:12
th1aOh, jquery calendar!22:13
replaceafill!!!22:13
th1aAlso More... in the calendar sidebar should be a secondary button.22:14
replaceafillMore... fixed22:16
*** dadeng has joined #schooltool22:30
dadength1a, aelkner i'm in PH22:32
dadengfor the national education management information steering committee meeting22:33
dadengi'll be making a presentation on ST22:33
th1adadeng:  Excellent.22:34
dadengso, i may need some help depoying the report sheet22:36
th1aaelkner_: just finished implementing UN-deploying.22:37
dadengoh, that's great22:37
dadenghe should guide me then22:38
th1aWhen do you want to do this exactly?22:38
dadengvia email, i need to shower now and start work22:38
th1aOK.22:38
dadengwe can do it tonight if possible22:38
th1aI'll call aelkner_ to alert him.22:39
dadengthe meeting starts tomorrow22:39
dadengtill saturday22:39
dadengok, i'll join you soon22:39
th1adadeng:  I won't be around tonight but I just spoke to aelkner_ about it, so he's anticipating your email.22:43
dadengok22:50
*** th1a_ has quit IRC22:58
replaceafillth1a, zyt?23:17
replaceafillhttp://69.164.203.135:666023:17
replaceafilladded day labels to month calendar in the sidebar23:17
dadengaelkner, the Internet in my hotel is dragingly slow23:20
th1adadeng:  I don't think aelkner_ is actually on irc now.23:21
dadengi'll try to send email later23:22
th1areplaceafill, you could let the column colors run up into the days.23:22
replaceafillah ok23:22
th1aHad a good chat with Schwa.23:23
replaceafill:)23:24
replaceafillth1a, http://69.164.203.135:6660/calendar23:26
th1aLooks pretty good.  Those could probably be spaced more closely vertically, btw.23:27
replaceafillyou mean the calendars?23:28
replaceafillth1a, squezzed them a little23:37
*** th1a_ has joined #schooltool23:46

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