IRC log of #schooltool for Tuesday, 2008-03-18

*** mattva01 has quit IRC00:19
*** th1a_ has quit IRC00:24
*** mattva01 has joined #schooltool00:38
ccareyi have a <div> inside a <td> with space between the <div> and the top and bottom borders of the <td>00:51
ccareybasically, i need to stretch the <div> to match the height of the <td> its nested in00:51
ccareyi've tried height: auto, height: 100%, min-height: 100%, positioning with the <div> and padding with the <td>00:52
ccareydoes anyone know how to force the <div> to fill the vertical space in the <td>?00:52
ccareynever mind, i'm just aligning to the top00:55
*** mattva01 has quit IRC01:09
*** mattva01 has joined #schooltool01:21
*** aelkner has quit IRC01:24
*** th1a_ has joined #schooltool02:16
th1a_http://www.schooltool.org/documentation/setting-up-a-development-server/your-development-environment02:16
*** mgallagh_ has joined #schooltool02:23
*** mattva01 has quit IRC02:24
mgallagh_hmm02:37
*** mgallagh_ is now known as mattva0102:38
*** jelkner has quit IRC03:13
*** wbrady has joined #schooltool03:29
*** fsufitch has quit IRC03:37
*** mattva01 has quit IRC03:56
*** didymo has joined #schooltool03:57
*** pcardune_ has joined #schooltool04:04
*** pcardune has quit IRC04:20
*** pcardune_vm has quit IRC04:21
*** wbrady has quit IRC04:27
*** mgallagh has joined #schooltool04:36
*** mgallagh is now known as mattva0104:36
*** pcardune_ has quit IRC06:13
*** pcardune has joined #schooltool06:14
*** th1a_ has quit IRC06:30
*** subir has joined #schooltool06:35
*** pcardune has quit IRC06:47
*** ignas has quit IRC07:39
*** wjohnsto has quit IRC07:40
*** ccarey has quit IRC07:41
*** mattva01 has quit IRC08:15
*** subir has quit IRC10:31
*** subir has joined #schooltool10:32
*** didymo has quit IRC12:19
*** subir has quit IRC12:34
*** lisppaste5 has quit IRC13:15
*** lisppaste5 has joined #schooltool13:28
*** alga has joined #SchoolTool14:39
*** mgedmin has joined #schooltool15:44
*** ccarey has joined #schooltool16:21
*** wjohnsto has joined #schooltool16:38
*** pcardune has joined #schooltool16:51
*** mgedmin has quit IRC16:52
*** pcardune has quit IRC16:58
*** pcardune has joined #schooltool17:00
*** pcardune has joined #schooltool17:01
*** pcardune has left #schooltool17:09
*** pcardune_vm_ has joined #schooltool17:09
*** pcardune_vm_ is now known as pcardune17:10
*** mgedmin has joined #schooltool17:11
*** th1a_ has joined #schooltool17:14
*** fsufitch has joined #schooltool17:34
*** ignas has joined #schooltool18:01
*** aelkner has joined #schooltool18:02
*** mgedmin_ has joined #schooltool18:19
*** mgedmin has quit IRC18:24
*** mgedmin_ is now known as mgedmin18:24
ignas(column-number-mode t)                        ;column number in modeline (status)18:27
ignas(line-number-mode t)                        ;line number in modeline (status bar)18:27
ignas>>> import traceback18:29
ignas>>> from zope.exceptions.exceptionformatter import print_exception18:29
ignas>>> traceback.print_exception = print_exception18:29
pcarduneignas: can you post your .emacs file somewhere?18:30
mgedminwheee, I never realized you could monkey-patch traceback.print_exception like this18:33
pcarduneignas: where all the zcml meta registrations located in schooltool now?18:43
ignasmgedmin: alga's blog has this18:44
ignaspcardune: there is no one central place18:44
ignashelp, devmode and security policy have places of their own18:44
pcarduneok, so I add z3c.template as a dependency to schooltool, where to i do the zcml include?18:44
pcarduneignas: ?18:45
ignaspcardune: hmm, common/configure.zcml maybe18:46
pcardunethat's the one18:47
ignasaelkner: analyze.queryHTML('id("field.schoresystem.existiing")', manager.content)[0]18:47
ignasprint analyze.queryHTML('id("content-body")', manager.contents)[0]18:49
*** mattva01 has joined #schooltool18:56
*** ACSpike has joined #schooltool19:17
*** mattva01 has quit IRC19:18
*** wbrady has joined #schooltool19:22
*** jelkner has joined #schooltool19:27
wbradyjelkner: i can't remember the password exactly19:31
wbradyi know it has most of the characters from the first response i sent to you19:32
*** mattva01 has joined #schooltool19:32
*** wbrady has quit IRC19:40
*** mgedmin has quit IRC19:46
*** mgedmin has joined #schooltool19:49
mgedmineek20:26
mgedminschooltool's buildbot slave eats 3.3 gigs of disk space20:26
mgedminon a 5 gig /var which also contains other buildbots and a couple of gigs of system logs20:26
mgedminthere's just 30 megs free left20:26
pcardunewjohnsto: so... how do you log in now?20:51
wjohnstomanually tyoe it in to the url20:53
wjohnsto**type20:53
wjohnsto:x20:53
* mgedmin moves buildbot slave to a bigger partition20:55
* mgedmin searches for lost articles20:55
ignasmgedmin: it should not be so big, i mean a checkout takes up like 100 megs :/21:00
mgedminevery project has its own 'eggs' directory that weighs, oh, several hundred megs21:00
mgedminand they all have copies of the same eggs21:00
ignasseveral hundered ?21:01
ignasare they cleaned up every once in a while?21:01
ignasbecause it only takes up 111 megs on my machine21:02
mgedminignas: ssh muskatas; cd /stuff/schooltool-buildbot-slave; du -chs *21:03
mgedminor du -chs */build/eggs21:04
ignasyeah, it has all the versions since like ages ago21:04
mgedminthe largest one is schooltool.ldap-buildout-build/build/eggs at 636M21:04
ignasso nothing cleans up these sandboxes21:04
mgedminbuildbot only does what you configure it to do...21:04
ignasi guess :)21:05
ignasit has like 20-30 versions of schooltool egg21:05
mgedminmore setuptools suckyness?21:07
mgedminwhen it upgrades an egg it leaves the old version lying around?21:08
ignaswell - it's intended to be so21:10
mgedminthat's just plain stupid21:11
ignasit's meant to handle this "i have one egg repository used by all the stuff"21:11
ignaswith "we have different sandboxes with fixed versions"21:12
ignasthing21:12
mgedminokay, it kind of makes sense when you look at it from that point of view (while standing on your head and with purple glasses on)21:12
*** jelkner has quit IRC21:13
ignas:)21:16
ignasj1m likes it that way ;)21:16
ignasi mean - they have these sandboxes with specific versions set in them21:17
ignasand still want to use a single eggs cache21:17
ignaslisppaste5: url21:20
lisppaste5To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste.21:20
lisppaste5ignas pasted "Skin definition for lyceum" at http://paste.lisp.org/display/5758221:21
lisppaste5ignas annotated #57582 with "registration of the skin" at http://paste.lisp.org/display/57582#121:25
*** ACSpike has left #schooltool21:33
*** mgedmin has quit IRC21:39
*** jelkner has joined #schooltool22:05
*** didymo has joined #schooltool22:06
pcarduneignas: give me another task22:22
ignaspcardune: are you done?22:22
pcarduneignas: no, but I don't think it will work in the short term22:23
*** nitromaster has joined #schooltool22:25
*** andrew__ has joined #schooltool22:44
*** nitromaster has quit IRC22:44
*** andrew__ has quit IRC22:47
*** nitromaster has joined #schooltool22:47
pcarduneaelkner: jelkner2007-buildout right?22:52
aelkneryes22:52
aelknerpcardune: ^22:53
pcarduneaelkner: and jelkner2007?22:53
mattva01breakages galore22:53
aelknerum22:54
aelknerpcardune: yes22:54
aelknermattva01: breakages?22:54
mattva01oh oops22:55
mattva01wrong channel22:55
aelknerpcardune: and don't forget to check out schooltool.gradebook as well22:56
ignaspcardune: schooltool.gradebook got broken by some of your changes23:04
ignaslook at buildbot for details23:04
pcardunebrb23:04
*** nitromaster has quit IRC23:22
wjohnstohttp://www.huffingtonpost.com/2008/03/18/obama-race-speech-read-t_n_92077.html23:34
*** nitromaster has joined #schooltool23:45
ignaslisppaste5: url23:59
lisppaste5To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste.23:59

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