*** mattva01 has quit IRC | 00:19 | |
*** th1a_ has quit IRC | 00:24 | |
*** mattva01 has joined #schooltool | 00:38 | |
ccarey | i have a <div> inside a <td> with space between the <div> and the top and bottom borders of the <td> | 00:51 |
---|---|---|
ccarey | basically, i need to stretch the <div> to match the height of the <td> its nested in | 00:51 |
ccarey | i've tried height: auto, height: 100%, min-height: 100%, positioning with the <div> and padding with the <td> | 00:52 |
ccarey | does anyone know how to force the <div> to fill the vertical space in the <td>? | 00:52 |
ccarey | never mind, i'm just aligning to the top | 00:55 |
*** mattva01 has quit IRC | 01:09 | |
*** mattva01 has joined #schooltool | 01:21 | |
*** aelkner has quit IRC | 01:24 | |
*** th1a_ has joined #schooltool | 02:16 | |
th1a_ | http://www.schooltool.org/documentation/setting-up-a-development-server/your-development-environment | 02:16 |
*** mgallagh_ has joined #schooltool | 02:23 | |
*** mattva01 has quit IRC | 02:24 | |
mgallagh_ | hmm | 02:37 |
*** mgallagh_ is now known as mattva01 | 02:38 | |
*** jelkner has quit IRC | 03:13 | |
*** wbrady has joined #schooltool | 03:29 | |
*** fsufitch has quit IRC | 03:37 | |
*** mattva01 has quit IRC | 03:56 | |
*** didymo has joined #schooltool | 03:57 | |
*** pcardune_ has joined #schooltool | 04:04 | |
*** pcardune has quit IRC | 04:20 | |
*** pcardune_vm has quit IRC | 04:21 | |
*** wbrady has quit IRC | 04:27 | |
*** mgallagh has joined #schooltool | 04:36 | |
*** mgallagh is now known as mattva01 | 04:36 | |
*** pcardune_ has quit IRC | 06:13 | |
*** pcardune has joined #schooltool | 06:14 | |
*** th1a_ has quit IRC | 06:30 | |
*** subir has joined #schooltool | 06:35 | |
*** pcardune has quit IRC | 06:47 | |
*** ignas has quit IRC | 07:39 | |
*** wjohnsto has quit IRC | 07:40 | |
*** ccarey has quit IRC | 07:41 | |
*** mattva01 has quit IRC | 08:15 | |
*** subir has quit IRC | 10:31 | |
*** subir has joined #schooltool | 10:32 | |
*** didymo has quit IRC | 12:19 | |
*** subir has quit IRC | 12:34 | |
*** lisppaste5 has quit IRC | 13:15 | |
*** lisppaste5 has joined #schooltool | 13:28 | |
*** alga has joined #SchoolTool | 14:39 | |
*** mgedmin has joined #schooltool | 15:44 | |
*** ccarey has joined #schooltool | 16:21 | |
*** wjohnsto has joined #schooltool | 16:38 | |
*** pcardune has joined #schooltool | 16:51 | |
*** mgedmin has quit IRC | 16:52 | |
*** pcardune has quit IRC | 16:58 | |
*** pcardune has joined #schooltool | 17:00 | |
*** pcardune has joined #schooltool | 17:01 | |
*** pcardune has left #schooltool | 17:09 | |
*** pcardune_vm_ has joined #schooltool | 17:09 | |
*** pcardune_vm_ is now known as pcardune | 17:10 | |
*** mgedmin has joined #schooltool | 17:11 | |
*** th1a_ has joined #schooltool | 17:14 | |
*** fsufitch has joined #schooltool | 17:34 | |
*** ignas has joined #schooltool | 18:01 | |
*** aelkner has joined #schooltool | 18:02 | |
*** mgedmin_ has joined #schooltool | 18:19 | |
*** mgedmin has quit IRC | 18:24 | |
*** mgedmin_ is now known as mgedmin | 18: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 traceback | 18:29 |
ignas | >>> from zope.exceptions.exceptionformatter import print_exception | 18:29 |
ignas | >>> traceback.print_exception = print_exception | 18:29 |
pcardune | ignas: can you post your .emacs file somewhere? | 18:30 |
mgedmin | wheee, I never realized you could monkey-patch traceback.print_exception like this | 18:33 |
pcardune | ignas: where all the zcml meta registrations located in schooltool now? | 18:43 |
ignas | mgedmin: alga's blog has this | 18:44 |
ignas | pcardune: there is no one central place | 18:44 |
ignas | help, devmode and security policy have places of their own | 18:44 |
pcardune | ok, so I add z3c.template as a dependency to schooltool, where to i do the zcml include? | 18:44 |
pcardune | ignas: ? | 18:45 |
ignas | pcardune: hmm, common/configure.zcml maybe | 18:46 |
pcardune | that's the one | 18:47 |
ignas | aelkner: analyze.queryHTML('id("field.schoresystem.existiing")', manager.content)[0] | 18:47 |
ignas | print analyze.queryHTML('id("content-body")', manager.contents)[0] | 18:49 |
*** mattva01 has joined #schooltool | 18:56 | |
*** ACSpike has joined #schooltool | 19:17 | |
*** mattva01 has quit IRC | 19:18 | |
*** wbrady has joined #schooltool | 19:22 | |
*** jelkner has joined #schooltool | 19:27 | |
wbrady | jelkner: i can't remember the password exactly | 19:31 |
wbrady | i know it has most of the characters from the first response i sent to you | 19:32 |
*** mattva01 has joined #schooltool | 19:32 | |
*** wbrady has quit IRC | 19:40 | |
*** mgedmin has quit IRC | 19:46 | |
*** mgedmin has joined #schooltool | 19:49 | |
mgedmin | eek | 20:26 |
mgedmin | schooltool's buildbot slave eats 3.3 gigs of disk space | 20:26 |
mgedmin | on a 5 gig /var which also contains other buildbots and a couple of gigs of system logs | 20:26 |
mgedmin | there's just 30 megs free left | 20:26 |
pcardune | wjohnsto: so... how do you log in now? | 20:51 |
wjohnsto | manually tyoe it in to the url | 20:53 |
wjohnsto | **type | 20:53 |
wjohnsto | :x | 20:53 |
* mgedmin moves buildbot slave to a bigger partition | 20:55 | |
* mgedmin searches for lost articles | 20:55 | |
ignas | mgedmin: it should not be so big, i mean a checkout takes up like 100 megs :/ | 21:00 |
mgedmin | every project has its own 'eggs' directory that weighs, oh, several hundred megs | 21:00 |
mgedmin | and they all have copies of the same eggs | 21:00 |
ignas | several hundered ? | 21:01 |
ignas | are they cleaned up every once in a while? | 21:01 |
ignas | because it only takes up 111 megs on my machine | 21:02 |
mgedmin | ignas: ssh muskatas; cd /stuff/schooltool-buildbot-slave; du -chs * | 21:03 |
mgedmin | or du -chs */build/eggs | 21:04 |
ignas | yeah, it has all the versions since like ages ago | 21:04 |
mgedmin | the largest one is schooltool.ldap-buildout-build/build/eggs at 636M | 21:04 |
ignas | so nothing cleans up these sandboxes | 21:04 |
mgedmin | buildbot only does what you configure it to do... | 21:04 |
ignas | i guess :) | 21:05 |
ignas | it has like 20-30 versions of schooltool egg | 21:05 |
mgedmin | more setuptools suckyness? | 21:07 |
mgedmin | when it upgrades an egg it leaves the old version lying around? | 21:08 |
ignas | well - it's intended to be so | 21:10 |
mgedmin | that's just plain stupid | 21:11 |
ignas | it's meant to handle this "i have one egg repository used by all the stuff" | 21:11 |
ignas | with "we have different sandboxes with fixed versions" | 21:12 |
ignas | thing | 21:12 |
mgedmin | okay, 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 IRC | 21:13 | |
ignas | :) | 21:16 |
ignas | j1m likes it that way ;) | 21:16 |
ignas | i mean - they have these sandboxes with specific versions set in them | 21:17 |
ignas | and still want to use a single eggs cache | 21:17 |
ignas | lisppaste5: url | 21:20 |
lisppaste5 | To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste. | 21:20 |
lisppaste5 | ignas pasted "Skin definition for lyceum" at http://paste.lisp.org/display/57582 | 21:21 |
lisppaste5 | ignas annotated #57582 with "registration of the skin" at http://paste.lisp.org/display/57582#1 | 21:25 |
*** ACSpike has left #schooltool | 21:33 | |
*** mgedmin has quit IRC | 21:39 | |
*** jelkner has joined #schooltool | 22:05 | |
*** didymo has joined #schooltool | 22:06 | |
pcardune | ignas: give me another task | 22:22 |
ignas | pcardune: are you done? | 22:22 |
pcardune | ignas: no, but I don't think it will work in the short term | 22:23 |
*** nitromaster has joined #schooltool | 22:25 | |
*** andrew__ has joined #schooltool | 22:44 | |
*** nitromaster has quit IRC | 22:44 | |
*** andrew__ has quit IRC | 22:47 | |
*** nitromaster has joined #schooltool | 22:47 | |
pcardune | aelkner: jelkner2007-buildout right? | 22:52 |
aelkner | yes | 22:52 |
aelkner | pcardune: ^ | 22:53 |
pcardune | aelkner: and jelkner2007? | 22:53 |
mattva01 | breakages galore | 22:53 |
aelkner | um | 22:54 |
aelkner | pcardune: yes | 22:54 |
aelkner | mattva01: breakages? | 22:54 |
mattva01 | oh oops | 22:55 |
mattva01 | wrong channel | 22:55 |
aelkner | pcardune: and don't forget to check out schooltool.gradebook as well | 22:56 |
ignas | pcardune: schooltool.gradebook got broken by some of your changes | 23:04 |
ignas | look at buildbot for details | 23:04 |
pcardune | brb | 23:04 |
*** nitromaster has quit IRC | 23:22 | |
wjohnsto | http://www.huffingtonpost.com/2008/03/18/obama-race-speech-read-t_n_92077.html | 23:34 |
*** nitromaster has joined #schooltool | 23:45 | |
ignas | lisppaste5: url | 23:59 |
lisppaste5 | To 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!