| *** reco has joined #zope3-dev | 00:00 | |
| *** tarek has joined #zope3-dev | 00:08 | |
| *** timte has quit IRC | 00:18 | |
| *** harobed has quit IRC | 00:33 | |
| whit | in zope.index.field.FieldIndex.__init__, what is the purpose of seeminly untested "family" param? | 00:34 |
|---|---|---|
| whit | kw arg | 00:34 |
| whit | nvrmnd.. figured it out | 00:35 |
| mgedmin | well, what is it? | 00:35 |
| mgedmin | inquiring minds want to know | 00:35 |
| whit | mgedmin: seems to allow you to use different families of btrees: 32bit, 64bit, etc | 00:36 |
| * mgedmin nods | 00:36 | |
| whit | thats all | 00:36 |
| *** rmarianski has joined #zope3-dev | 00:38 | |
| *** greenman has joined #zope3-dev | 00:44 | |
| *** malthe has joined #zope3-dev | 00:50 | |
| *** regebro has quit IRC | 00:50 | |
| *** mgedmin has quit IRC | 00:52 | |
| *** rocky has quit IRC | 00:53 | |
| *** rocky has joined #zope3-dev | 00:57 | |
| *** RaFromBRC is now known as RaFromBRC|lunch | 01:00 | |
| *** benji has quit IRC | 01:01 | |
| *** projekt01 has joined #zope3-dev | 01:04 | |
| *** greenman has quit IRC | 01:06 | |
| *** danielblackburn has quit IRC | 01:09 | |
| *** quodt has quit IRC | 01:14 | |
| *** lucielejard has quit IRC | 01:24 | |
| *** tarek has quit IRC | 01:25 | |
| *** tarek has joined #zope3-dev | 01:32 | |
| *** RaFromBRC|lunch is now known as RaFromBRC | 01:39 | |
| *** natea__ has quit IRC | 01:48 | |
| *** greenman has joined #zope3-dev | 01:50 | |
| *** norro has quit IRC | 01:51 | |
| *** ChanServ sets mode: +o srichter | 01:59 | |
| *** reco has quit IRC | 02:09 | |
| *** sp0cksbeard_ has quit IRC | 02:10 | |
| *** rmarianski has quit IRC | 02:14 | |
| *** J1m has quit IRC | 02:22 | |
| *** supton has quit IRC | 02:29 | |
| *** b52laptop has quit IRC | 02:31 | |
| *** tarek has quit IRC | 02:32 | |
| *** malthe has quit IRC | 02:59 | |
| *** junkafarian has quit IRC | 03:21 | |
| *** salfield has quit IRC | 03:24 | |
| *** whit has quit IRC | 03:28 | |
| *** huajie has joined #zope3-dev | 03:43 | |
| *** benji has joined #zope3-dev | 03:43 | |
| *** salfield has joined #zope3-dev | 03:59 | |
| *** sunew has quit IRC | 04:09 | |
| *** niemeyer has quit IRC | 04:11 | |
| *** romanofski has quit IRC | 04:23 | |
| *** Theuni has quit IRC | 04:24 | |
| *** whit has joined #zope3-dev | 04:24 | |
| *** srichter has quit IRC | 04:38 | |
| *** benji_ has joined #zope3-dev | 04:46 | |
| *** benji has quit IRC | 04:46 | |
| *** danielblackburn has joined #zope3-dev | 04:51 | |
| *** rcrafton has quit IRC | 04:56 | |
| *** danielblackburn has quit IRC | 05:06 | |
| *** benji_ has quit IRC | 05:07 | |
| *** salfield has quit IRC | 05:49 | |
| *** pcardune has quit IRC | 05:55 | |
| *** RaFromBRC has quit IRC | 06:26 | |
| *** pcardune has joined #zope3-dev | 06:39 | |
| *** greenman has quit IRC | 06:44 | |
| *** fcorrea_ has joined #zope3-dev | 07:03 | |
| *** fcorrea has quit IRC | 07:03 | |
| *** fcorrea_ has left #zope3-dev | 07:06 | |
| *** ktwilight has joined #zope3-dev | 07:13 | |
| *** greenman has joined #zope3-dev | 07:19 | |
| *** kursor has joined #zope3-dev | 07:23 | |
| *** ktwilight_ has quit IRC | 07:28 | |
| pcardune | projekt01: I'm excited to see all the changes you are making | 07:34 |
| projekt01 | pcardune, yeah, I just commited the latest zam packages | 07:34 |
| projekt01 | now we have the new table, jsonrpc and zam packages available as eggs | 07:35 |
| pcardune | projekt01: awesome | 07:35 |
| pcardune | projekt01: what is the deal with the jquery.* packages? I don't find any documentation that explains how they all work together? | 07:35 |
| projekt01 | pcardune, I like to deprecate them | 07:36 |
| projekt01 | the newest packages are z3c.xmlhttp, z3c.jsonrpcproxy for JSON-RPC javascripts | 07:37 |
| pcardune | projekt01: ok, that is good to know | 07:37 |
| pcardune | projekt01: and for jquery javascript? | 07:37 |
| projekt01 | Normaly I include the latest JQuery from the JQuery homepage in the skin | 07:37 |
| projekt01 | But I guess we should add the newest jquery.js to the zope.prg repos which makes it more clear what is used | 07:38 |
| *** greenman has quit IRC | 07:38 | |
| *** greenman has joined #zope3-dev | 07:39 | |
| pcardune | projekt01: hmmm, well z3c.formjs depends on one of the jquery package because it registers the jquery renderers against a layer in one of the jquery.* packages | 07:40 |
| pcardune | projekt01: I had an irksome feeling back then that it wasn't a good idea | 07:40 |
| projekt01 | We should at least add the newest jquery.js to the zope.org repos which makes it more clear what is used | 07:40 |
| projekt01 | and add a jquery version to our JS scripts | 07:41 |
| pcardune | projekt01: I suppose, but if we are going to deprecate them, it would be better to not look like it is kept up...? | 07:41 |
| projekt01 | probably we should only deprecate the additonal jquery packages, the core lib could stay there | 07:42 |
| pcardune | projekt01: ok, that definitely sounds good to me | 07:42 |
| pcardune | it seems like a lot of them have an extremely minimal amount of code. | 07:43 |
| projekt01 | yes | 07:43 |
| projekt01 | yeah, we didn't relase them, I think we could move them to a sandbox | 07:44 |
| pcardune | oh, i didn't realize they were never released, that is a big plus | 07:45 |
| projekt01 | yup | 07:45 |
| projekt01 | pcardune, only the jquery.javascript is released all other packages not | 07:47 |
| projekt01 | that's fine, I think we could use jquery.javascript and move the others to a sandbox | 07:48 |
| *** jayaraj has joined #zope3-dev | 07:48 | |
| *** afd_ has joined #zope3-dev | 07:50 | |
| *** menesis has joined #zope3-dev | 07:55 | |
| *** baijum has joined #zope3-dev | 08:08 | |
| *** jpcw2002 has joined #zope3-dev | 08:19 | |
| *** timte has joined #zope3-dev | 08:37 | |
| *** jukart has joined #zope3-dev | 08:40 | |
| jayaraj | hi timte, hope you remeber the discussion we had on last friday http://zope3.pov.lt/irclogs/%23zope3-dev.2008-04-11.log.html , about the multiple data.fs without zoe.... its possible to use multiple database files with out using zeo :) | 08:46 |
| timte | jayaraj: yeah I remember, how do you do that? | 08:47 |
| jayaraj | yea just use multiple <zodb> sections and name them | 08:48 |
| timte | but that won't make the database files synced, will it? I think that was your requirement? | 08:49 |
| jayaraj | we wanted to use dbs over nfs | 08:49 |
| jayaraj | yea we still need to think how to deal with syncing | 08:50 |
| jayaraj | http://rafb.net/p/Yvbwwg39.html | 08:51 |
| *** reedobrien has quit IRC | 08:51 | |
| jayaraj | still need to come up with some prototype.... | 08:52 |
| afd_ | jayaraj: did you look at gocept.zeoraid? | 08:53 |
| jayaraj | not yet | 08:53 |
| afd_ | what about relstorage? | 08:53 |
| *** dobee has joined #zope3-dev | 08:53 | |
| afd_ | there's probably lots more tricks that can be done with pg regarding partioning than with zeo... | 08:54 |
| jayaraj | not yet :) i was buzy with some other requirements | 08:54 |
| afd_ | but I bet that you should drop the nfs requirement | 08:54 |
| jayaraj | yea i have a fealing too... it depends on how zope deal with filestorage type of db | 08:55 |
| jayaraj | let us see how it goes... | 08:56 |
| *** greenman_ has joined #zope3-dev | 09:14 | |
| *** zagy has joined #zope3-dev | 09:21 | |
| *** __mac__ has joined #zope3-dev | 09:21 | |
| *** __mac__ has quit IRC | 09:22 | |
| *** sorindregan has joined #zope3-dev | 09:23 | |
| *** philiKON_ has joined #zope3-dev | 09:23 | |
| *** __mac__ has joined #zope3-dev | 09:24 | |
| *** edgordon has joined #zope3-dev | 09:27 | |
| *** _basti_ has left #zope3-dev | 09:28 | |
| *** Theuni has joined #zope3-dev | 09:29 | |
| *** __mac__ has left #zope3-dev | 09:30 | |
| *** __mac__ has joined #zope3-dev | 09:30 | |
| *** greenman has quit IRC | 09:32 | |
| *** kursor has quit IRC | 09:38 | |
| *** philiKON has quit IRC | 09:40 | |
| *** natea_ has joined #zope3-dev | 09:48 | |
| *** Jell-O-Fishi has quit IRC | 09:48 | |
| *** pcardune has quit IRC | 10:03 | |
| *** jpcw2002 has left #zope3-dev | 10:05 | |
| *** tarek has joined #zope3-dev | 10:23 | |
| *** jpcw2002 has joined #zope3-dev | 10:25 | |
| *** greenman_ has quit IRC | 10:31 | |
| *** greenman has joined #zope3-dev | 10:33 | |
| *** junkafarian has joined #zope3-dev | 10:43 | |
| *** norro has joined #zope3-dev | 10:44 | |
| *** harobed has joined #zope3-dev | 10:47 | |
| *** goschtl has joined #zope3-dev | 10:59 | |
| *** philiKON_ is now known as philiKON | 11:00 | |
| *** tarek has quit IRC | 11:03 | |
| *** tarek has joined #zope3-dev | 11:06 | |
| *** romanofski has joined #zope3-dev | 11:10 | |
| *** jodok has joined #zope3-dev | 11:16 | |
| *** edgordon has quit IRC | 11:20 | |
| *** edgordon has joined #zope3-dev | 11:20 | |
| *** malthe has joined #zope3-dev | 11:20 | |
| *** MJ has joined #zope3-dev | 11:26 | |
| *** mkerrin has joined #zope3-dev | 11:30 | |
| *** edgordon has quit IRC | 11:30 | |
| *** edgordon_ has joined #zope3-dev | 11:30 | |
| *** edgordon_ has quit IRC | 11:32 | |
| *** edgordon has joined #zope3-dev | 11:32 | |
| *** afd_ has quit IRC | 11:44 | |
| *** toutpt has joined #zope3-dev | 11:44 | |
| *** thruflo has joined #zope3-dev | 11:52 | |
| *** quodt has joined #zope3-dev | 12:06 | |
| *** sunew has joined #zope3-dev | 12:19 | |
| *** edgordon has quit IRC | 12:19 | |
| *** edgordon has joined #zope3-dev | 12:20 | |
| *** projekt01 has quit IRC | 12:20 | |
| *** greenman has quit IRC | 12:20 | |
| *** goschtl has quit IRC | 12:24 | |
| *** edgordon_ has joined #zope3-dev | 12:32 | |
| *** edgordon has quit IRC | 12:32 | |
| *** b52laptop has joined #zope3-dev | 12:33 | |
| *** edgordon_ has quit IRC | 12:38 | |
| *** edgordon has joined #zope3-dev | 12:38 | |
| *** goschtl has joined #zope3-dev | 12:41 | |
| *** edgordon has quit IRC | 12:42 | |
| *** goschtl has joined #zope3-dev | 12:42 | |
| *** edgordon has joined #zope3-dev | 12:42 | |
| *** thruflo is now known as straighttalkinso | 12:44 | |
| *** straighttalkinso is now known as honesthruflo | 12:45 | |
| *** afd_ has joined #zope3-dev | 12:46 | |
| *** edgordon has quit IRC | 12:46 | |
| *** edgordon has joined #zope3-dev | 12:46 | |
| *** honesthruflo is now known as thruflo | 12:48 | |
| *** goschtl has quit IRC | 12:49 | |
| *** goschtl has joined #zope3-dev | 12:50 | |
| *** goschtl has quit IRC | 12:51 | |
| *** markusleist has joined #zope3-dev | 12:53 | |
| *** alecghica has quit IRC | 13:02 | |
| *** edgordon has quit IRC | 13:03 | |
| *** edgordon_ has joined #zope3-dev | 13:03 | |
| *** alga has joined #zope3-dev | 13:16 | |
| *** alecghica has joined #zope3-dev | 13:18 | |
| *** maurits has joined #zope3-dev | 13:18 | |
| *** maurits has left #zope3-dev | 13:18 | |
| *** edgordon_ has quit IRC | 13:18 | |
| *** edgordon has joined #zope3-dev | 13:19 | |
| *** greenman has joined #zope3-dev | 13:32 | |
| *** edgordon_ has joined #zope3-dev | 13:36 | |
| *** edgordon has quit IRC | 13:36 | |
| *** edgordon_ has quit IRC | 13:36 | |
| *** edgordon has joined #zope3-dev | 13:37 | |
| *** edgordon has joined #zope3-dev | 13:38 | |
| *** edgordon has quit IRC | 13:40 | |
| *** edgordon_ has joined #zope3-dev | 13:40 | |
| *** edgordon has joined #zope3-dev | 13:41 | |
| *** edgordon_ has quit IRC | 13:41 | |
| *** edgordon has quit IRC | 13:43 | |
| *** edgordon_ has joined #zope3-dev | 13:43 | |
| *** edgordon_ has quit IRC | 13:46 | |
| *** edgordon has joined #zope3-dev | 13:46 | |
| *** b52laptop has quit IRC | 13:51 | |
| *** b52lap has joined #zope3-dev | 13:52 | |
| *** agroszer has joined #zope3-dev | 14:01 | |
| *** mgedmin has joined #zope3-dev | 14:01 | |
| *** alga has quit IRC | 14:02 | |
| *** edgordon has quit IRC | 14:06 | |
| *** edgordon_ has joined #zope3-dev | 14:06 | |
| *** benji has joined #zope3-dev | 14:09 | |
| *** goschtl has joined #zope3-dev | 14:15 | |
| *** dunny has quit IRC | 14:17 | |
| *** tarek has quit IRC | 14:28 | |
| *** norro has quit IRC | 14:30 | |
| *** jpcw2002 has quit IRC | 14:31 | |
| *** afd_ has quit IRC | 14:39 | |
| *** tarek has joined #zope3-dev | 14:45 | |
| *** djohnson has joined #zope3-dev | 14:45 | |
| *** jpcw2002 has joined #zope3-dev | 14:46 | |
| *** menesis has quit IRC | 14:50 | |
| *** redir has joined #zope3-dev | 14:50 | |
| *** __mac__ has quit IRC | 14:58 | |
| *** __mac__ has joined #zope3-dev | 14:59 | |
| *** MJ is now known as MJ|lunch | 15:04 | |
| *** gimni has joined #zope3-dev | 15:05 | |
| *** reedobrien has joined #zope3-dev | 15:07 | |
| *** acsr has quit IRC | 15:10 | |
| *** reedobrien has quit IRC | 15:12 | |
| *** edgordon_ has quit IRC | 15:14 | |
| *** edgordon has joined #zope3-dev | 15:14 | |
| *** acsr has joined #zope3-dev | 15:15 | |
| *** huajie has quit IRC | 15:15 | |
| *** redir has quit IRC | 15:16 | |
| *** salfield has joined #zope3-dev | 15:19 | |
| *** natea_ has quit IRC | 15:26 | |
| *** MJ|lunch is now known as MJ | 15:28 | |
| *** seletz has joined #zope3-dev | 15:31 | |
| *** seletz is now known as seletz|customer | 15:31 | |
| *** tarek has quit IRC | 15:36 | |
| *** tarek has joined #zope3-dev | 15:41 | |
| *** chtp has joined #zope3-dev | 15:42 | |
| *** jodok has quit IRC | 15:43 | |
| *** niemeyer has joined #zope3-dev | 15:45 | |
| *** danielblackburn has joined #zope3-dev | 15:46 | |
| *** edgordon has quit IRC | 15:46 | |
| *** edgordon has joined #zope3-dev | 15:46 | |
| *** MattBowen|work has joined #zope3-dev | 15:47 | |
| *** jodok has joined #zope3-dev | 15:51 | |
| *** gimni_ has joined #zope3-dev | 15:55 | |
| *** b52lap has quit IRC | 15:57 | |
| *** b52lap has joined #zope3-dev | 15:58 | |
| *** J1m has joined #zope3-dev | 15:58 | |
| *** gimni has quit IRC | 15:59 | |
| *** gimni__ has joined #zope3-dev | 16:00 | |
| *** gimni__ is now known as gimni | 16:00 | |
| *** norro has joined #zope3-dev | 16:06 | |
| *** ignas has joined #zope3-dev | 16:10 | |
| *** faassen has joined #zope3-dev | 16:10 | |
| *** edgordon has quit IRC | 16:10 | |
| *** edgordon has joined #zope3-dev | 16:11 | |
| *** natea__ has joined #zope3-dev | 16:11 | |
| *** edgordon has quit IRC | 16:11 | |
| *** edgordon has joined #zope3-dev | 16:12 | |
| *** alga has joined #zope3-dev | 16:15 | |
| *** gimni_ has quit IRC | 16:18 | |
| *** redir has joined #zope3-dev | 16:20 | |
| *** lisppaste6 has quit IRC | 16:22 | |
| *** sunew has quit IRC | 16:24 | |
| *** rcrafton has joined #zope3-dev | 16:25 | |
| *** seletz|customer has quit IRC | 16:26 | |
| *** seletz has joined #zope3-dev | 16:26 | |
| *** reedobrien has joined #zope3-dev | 16:29 | |
| *** rcrafton has quit IRC | 16:33 | |
| *** rcrafton has joined #zope3-dev | 16:33 | |
| *** edgordon has quit IRC | 16:36 | |
| *** edgordon_ has joined #zope3-dev | 16:36 | |
| *** redir has quit IRC | 16:37 | |
| *** edgordon_ has quit IRC | 16:50 | |
| *** edgordon has joined #zope3-dev | 16:50 | |
| *** edgordon has quit IRC | 16:52 | |
| *** edgordon_ has joined #zope3-dev | 16:52 | |
| *** jsadjohnson has joined #zope3-dev | 16:53 | |
| *** jpcw2002_ has joined #zope3-dev | 16:54 | |
| *** edgordon_ has quit IRC | 16:55 | |
| *** edgordon has joined #zope3-dev | 16:55 | |
| *** sunew has joined #zope3-dev | 16:56 | |
| *** lucielejard has joined #zope3-dev | 16:57 | |
| *** pcardune has joined #zope3-dev | 17:01 | |
| *** baijum has quit IRC | 17:03 | |
| *** jpcw2002 has quit IRC | 17:03 | |
| *** pcardune has quit IRC | 17:07 | |
| *** hazmat has quit IRC | 17:10 | |
| *** hazmat has joined #zope3-dev | 17:10 | |
| *** ChanServ sets mode: +o hazmat | 17:10 | |
| *** pcardune has joined #zope3-dev | 17:11 | |
| *** reco has joined #zope3-dev | 17:12 | |
| *** tarek has quit IRC | 17:19 | |
| *** jayaraj has quit IRC | 17:22 | |
| *** seletz_ has joined #zope3-dev | 17:22 | |
| *** sorindregan has quit IRC | 17:23 | |
| *** rocky has quit IRC | 17:30 | |
| *** b52lap has quit IRC | 17:31 | |
| *** edgordon has quit IRC | 17:31 | |
| *** edgordon has joined #zope3-dev | 17:32 | |
| *** b52lap has joined #zope3-dev | 17:32 | |
| ccomb | Hi, is there a way to see the state of the ZODB as it was N transactions ago? | 17:33 |
| ccomb | in debug mode or something ? | 17:34 |
| mgedmin | all of the state, or just one object? | 17:36 |
| ccomb | at least one object | 17:37 |
| mgedmin | http://zope3.pastey.net/21405 | 17:37 |
| mgedmin | hacky, but useful | 17:37 |
| ccomb | thanks, and in debugzope mode, there is no way to see the past? | 17:37 |
| mgedmin | through the web? | 17:38 |
| *** edgordon has quit IRC | 17:38 | |
| ccomb | no, in the prompt | 17:38 |
| mgedmin | what I pasted | 17:38 |
| ccomb | ah ok | 17:38 |
| mgedmin | is code you run in a debugzope prompt | 17:38 |
| ccomb | great, thanks | 17:38 |
| *** edgordon has joined #zope3-dev | 17:38 | |
| mgedmin | I actually had more -- list_history_with_diff() | 17:39 |
| *** seletz has quit IRC | 17:39 | |
| mgedmin | shows the differences in __dict__ between transactions | 17:39 |
| mgedmin | sometimes I dream of a web version of this | 17:39 |
| mgedmin | with hyperlinks to other persistent objects, etc | 17:39 |
| ccomb | some kind of Trac for the zodb :) | 17:39 |
| *** edgordon has quit IRC | 17:40 | |
| *** edgordon_ has joined #zope3-dev | 17:40 | |
| *** rocky has joined #zope3-dev | 17:41 | |
| *** seletz_ is now known as seletz | 17:43 | |
| *** sm has joined #zope3-dev | 17:45 | |
| *** tarek has joined #zope3-dev | 17:45 | |
| *** pcardune has quit IRC | 17:51 | |
| *** timte has quit IRC | 17:55 | |
| *** markusleist has quit IRC | 17:59 | |
| *** whit has quit IRC | 17:59 | |
| *** markusleist has joined #zope3-dev | 18:01 | |
| *** whit has joined #zope3-dev | 18:01 | |
| *** whit has quit IRC | 18:01 | |
| *** whit has joined #zope3-dev | 18:01 | |
| *** runyaga has joined #zope3-dev | 18:04 | |
| *** rmarianski has joined #zope3-dev | 18:05 | |
| jodok | J1m: do you have an idea why a KeyError in _makeroom.py could occur? http://paste.plone.org/20814 | 18:11 |
| jodok | J1m: we have this problem every few days on our production servers. | 18:11 |
| *** edgordon_ has quit IRC | 18:12 | |
| jodok | the zope app-server doesn't work at all if this error occurs. restarting helps | 18:12 |
| *** edgordon has joined #zope3-dev | 18:12 | |
| *** srichter has joined #zope3-dev | 18:14 | |
| *** edgordon has quit IRC | 18:14 | |
| *** ChanServ sets mode: +o srichter | 18:14 | |
| *** edgordon has joined #zope3-dev | 18:14 | |
| *** edgordon_ has joined #zope3-dev | 18:20 | |
| *** edgordon has quit IRC | 18:20 | |
| runyaga | jodok, you look at that file | 18:21 |
| runyaga | some changes have been applied since b4 | 18:21 |
| runyaga | i dont know the line numbers of the diff | 18:22 |
| *** lisppaste6 has joined #zope3-dev | 18:22 | |
| jodok | so your problems reported in https://bugs.launchpad.net/zodb/+bug/114814 have been solved? | 18:23 |
| jodok | runyaga: ^ | 18:23 |
| runyaga | jodok, i believe that was fixed | 18:24 |
| runyaga | but theune knows | 18:24 |
| *** edgordon_ has quit IRC | 18:24 | |
| runyaga | it looks like | 18:24 |
| runyaga | tlotze checkin says | 18:24 |
| runyaga | "if a file cant fit in the cache - it doenst try to cache it" | 18:25 |
| runyaga | so that could be the fix | 18:25 |
| *** edgordon has joined #zope3-dev | 18:25 | |
| runyaga | if you could confirm that it fixes it ) | 18:25 |
| *** malthe has quit IRC | 18:25 | |
| runyaga | nightmare to test | 18:25 |
| *** ignas has quit IRC | 18:25 | |
| runyaga | would be great to see a zodb 3.9 come out | 18:25 |
| * runyaga winks at J1m | 18:25 | |
| *** gimni has quit IRC | 18:27 | |
| jodok | 3.8.0 final doesn't have the fix either | 18:28 |
| jodok | Theuni: ^ | 18:28 |
| *** edgordon has quit IRC | 18:28 | |
| *** afd_ has joined #zope3-dev | 18:28 | |
| *** edgordon has joined #zope3-dev | 18:29 | |
| *** dobee has quit IRC | 18:29 | |
| *** edgordon has quit IRC | 18:29 | |
| *** edgordon has joined #zope3-dev | 18:30 | |
| *** thruflo has quit IRC | 18:31 | |
| *** goschtl has quit IRC | 18:32 | |
| Theuni | jodok: hmm | 18:33 |
| * Theuni checks | 18:33 | |
| Theuni | argh | 18:34 |
| Theuni | that bug | 18:34 |
| * Theuni runs | 18:34 | |
| Theuni | can you ping me tomorrow or per mail? i gotta go right now. | 18:34 |
| jodok | cu | 18:36 |
| jodok | quodt: ^ | 18:36 |
| *** edgordon has quit IRC | 18:37 | |
| *** edgordon_ has joined #zope3-dev | 18:37 | |
| *** alga has quit IRC | 18:38 | |
| *** edgordon_ has quit IRC | 18:38 | |
| *** chtp has quit IRC | 18:38 | |
| *** faassen has left #zope3-dev | 18:39 | |
| *** jodok has quit IRC | 18:39 | |
| *** danielblackburn has quit IRC | 18:40 | |
| *** greenman has quit IRC | 18:41 | |
| *** rock2 has joined #zope3-dev | 18:42 | |
| *** seletz has quit IRC | 18:44 | |
| *** nathany has joined #zope3-dev | 18:48 | |
| *** __mac__ has quit IRC | 18:52 | |
| *** sunew has quit IRC | 18:52 | |
| *** rock2 has quit IRC | 18:52 | |
| *** rock2 has joined #zope3-dev | 18:53 | |
| *** pcardune has joined #zope3-dev | 18:58 | |
| *** MJ has quit IRC | 19:04 | |
| *** rocky has quit IRC | 19:05 | |
| *** harobed has quit IRC | 19:06 | |
| *** djohnson has quit IRC | 19:13 | |
| *** rock2 is now known as rocky | 19:14 | |
| *** tarek has quit IRC | 19:14 | |
| *** djohnson has joined #zope3-dev | 19:16 | |
| *** mkerrin has quit IRC | 19:24 | |
| *** b52lap has quit IRC | 19:28 | |
| *** `ro has joined #zope3-dev | 19:30 | |
| *** malthe has joined #zope3-dev | 19:35 | |
| *** rocky has quit IRC | 19:36 | |
| *** reedobrien has quit IRC | 19:37 | |
| *** rocky has joined #zope3-dev | 19:38 | |
| *** junkafarian_ has joined #zope3-dev | 19:40 | |
| *** junkafarian has quit IRC | 19:40 | |
| *** reco_ has joined #zope3-dev | 19:43 | |
| *** jukart has quit IRC | 19:44 | |
| *** reco has quit IRC | 19:51 | |
| *** quodt has quit IRC | 19:52 | |
| *** danielblackburn has joined #zope3-dev | 19:58 | |
| *** djohnson_ has joined #zope3-dev | 19:58 | |
| *** djohnson__ has joined #zope3-dev | 19:59 | |
| *** djohnson___ has joined #zope3-dev | 20:00 | |
| *** reco has joined #zope3-dev | 20:02 | |
| *** toutpt has quit IRC | 20:06 | |
| *** sunew has joined #zope3-dev | 20:07 | |
| *** reco_ has quit IRC | 20:08 | |
| *** RaFromBRC has joined #zope3-dev | 20:13 | |
| *** fcorrea has joined #zope3-dev | 20:14 | |
| *** djohnson has quit IRC | 20:14 | |
| *** djohnson_ has quit IRC | 20:15 | |
| *** djohnson__ has quit IRC | 20:16 | |
| *** jpcw2002_ has left #zope3-dev | 20:27 | |
| *** alecghica has quit IRC | 20:32 | |
| *** timte has joined #zope3-dev | 20:32 | |
| *** timte has quit IRC | 20:36 | |
| *** timte has joined #zope3-dev | 20:36 | |
| *** rmarianski has quit IRC | 20:40 | |
| * sm proposes a new proposals page, http://wiki.zope.org/zope3/DraftProposals#bottom | 20:42 | |
| srichter | sm: looks good; I wish the automatic page could contain the final status somehow (I realize this is hard to do) | 20:43 |
| sm | srichter: thx. It's not clear to me if launchpad or the wiki pages is where we track that metadata | 20:44 |
| *** malthe has quit IRC | 20:46 | |
| sm | if it's on the wiki, and somewhat consistent, I could extract it | 20:46 |
| sm | an restructured text :Status: tag as at http://wiki.zope.org/zope3/SessionCredentialsAPIEnhancements/src seems like a good/current practice.. and if that's not present, show status:Unknown | 20:48 |
| srichter | yeah | 20:49 |
| srichter | sm: I also wrote some final state in the OldProposal Wiki | 20:50 |
| sm | ah | 20:50 |
| srichter | we could copy the final state that I have in OlderProposals as the Stuatu of the proposal and then parse for :Status: as you suggested | 20:52 |
| srichter | btw, thanks a lot for all this cleanup work | 20:52 |
| sm | srichter: added :status: display. It's messed up for a few pages which are html | 21:02 |
| sm | you're welcome.. glad to know it's useful | 21:02 |
| * sm fixes | 21:09 | |
| *** djohnson___ has quit IRC | 21:09 | |
| *** rmarianski has joined #zope3-dev | 21:12 | |
| *** mgedmin has quit IRC | 21:17 | |
| *** lgs has joined #zope3-dev | 21:19 | |
| *** jpcw2002 has joined #zope3-dev | 21:21 | |
| lgs | Hi, I want to help getting ride of the zope.app.zapi dependency in zope3 | 21:27 |
| lgs | I'd like to ask what's the best way to setup a devel box for the several eggs that compose the zope 3.4 distribution nowadays | 21:28 |
| lgs | I know about the zopeproject thing, but I guess that's for building applications that use the zope3 libs | 21:28 |
| lgs | I want to hack on the zope3 libs themselves... | 21:28 |
| lgs | I'd like to get a little bit more involved and that's why a choosed an easy task (remove zope.app.zapi) | 21:29 |
| lgs | should I get a svn checkout of the packages listed here: http://download.zope.org/zope3.4/controlled-packages.cfg ? | 21:31 |
| lgs | I also read http://wiki.zope.org/zope3/SettingUpAZope3Sandbox but I guess it is outdated and it does not make sense with zope 3.4 | 21:34 |
| srichter | sm: looks good | 21:36 |
| *** jukart has joined #zope3-dev | 21:46 | |
| *** regebro has joined #zope3-dev | 21:47 | |
| sm | lgs: there are newer how-to-set-up docs at http://wiki.zope.org/zope3 | 21:49 |
| *** quodt has joined #zope3-dev | 21:50 | |
| *** d2m has joined #zope3-dev | 21:51 | |
| lgs | sm: I've been searching in the wiki for a while, specially in the "developing Zope 3" section | 21:51 |
| lgs | sm: but I couldn't find a doc explaining the current status quo of development procedures | 21:52 |
| sm | did you see the "mortals" section ? | 21:52 |
| lgs | sm: mmm, I think no | 21:52 |
| sm | it's under reference.. http://wiki.zope.org/zope3/ZopeForMereMortals | 21:52 |
| lgs | sm: I see, I'll take a look right now | 21:53 |
| lgs | sm: thanks for the pointer | 21:53 |
| sm | np. your help with docs cleanup is welcome | 21:53 |
| lgs | sm: I am thinking on creating a bug in launchpad and attaching my patches there since I don't have (and dont want right now) commit access | 21:54 |
| lgs | sm: is that ok? | 21:54 |
| sm | I don't see why not | 21:56 |
| sm | what kind of patches ? | 21:56 |
| *** b52laptop has joined #zope3-dev | 21:57 | |
| *** d2m has quit IRC | 21:57 | |
| lisppaste6 | lgs pasted "patch example" at http://paste.lisp.org/display/59204 | 21:57 |
| lgs | sm: something like that | 21:57 |
| sm | cool | 21:58 |
| lgs | sm: those docs are *exactly* what I was looking for :-) | 21:59 |
| sm | see also the http://wiki.zope.org/zope3/Proposals for larger projects | 21:59 |
| sm | they're good aren't they | 21:59 |
| sm | for now... | 21:59 |
| lgs | sure | 21:59 |
| * sm hears the Clock of Bit Rot ticking.. | 22:00 | |
| sm | TICK! TOCK! ... | 22:00 |
| *** runyaga_ has joined #zope3-dev | 22:31 | |
| *** danielblackburn_ has joined #zope3-dev | 22:36 | |
| *** danielblackburn has quit IRC | 22:36 | |
| *** afd_ has quit IRC | 22:51 | |
| *** timte has quit IRC | 22:52 | |
| J1m | Does anyone know if anyone has done a z3 port of queued catalog? | 22:53 |
| *** junkafarian_ has quit IRC | 22:55 | |
| *** runyaga has quit IRC | 22:55 | |
| *** junkafarian_ has joined #zope3-dev | 22:56 | |
| *** runyaga has joined #zope3-dev | 22:56 | |
| *** runyaga has quit IRC | 22:57 | |
| *** agroszer has quit IRC | 23:03 | |
| *** natea___ has joined #zope3-dev | 23:04 | |
| *** natea__ has quit IRC | 23:04 | |
| *** afd_ has joined #zope3-dev | 23:08 | |
| *** jukart has quit IRC | 23:10 | |
| *** jodok has joined #zope3-dev | 23:14 | |
| *** tarek has joined #zope3-dev | 23:35 | |
| *** faassen has joined #zope3-dev | 23:38 | |
| *** tarek has quit IRC | 23:39 | |
| *** dunny has joined #zope3-dev | 23:39 | |
| *** greenman has joined #zope3-dev | 23:45 | |
| *** djohnson has joined #zope3-dev | 23:50 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!