IRC log of #zope for Friday, 2010-09-17

*** fredvd|cooking has quit IRC00:03
*** dvschramm is now known as dvschramm|away00:06
*** ccomb has joined #zope00:10
*** Hypergraphe has quit IRC00:19
*** __mac__ has quit IRC00:24
*** MadRobot has joined #zope00:26
*** TresEquis has quit IRC00:27
CIA-7jim * r116469 ZODB/src/ (ZODB/Connection.py ZODB/tests/testblob.py CHANGES.txt):00:33
CIA-7Bug fixed:00:33
CIA-7Setting _p_changed on a blob wo actually writing anything caused an00:33
CIA-7error. (https://bugs.launchpad.net/zodb/+bug/440234)00:33
*** MatthewWilkes has joined #zope00:39
*** dvschramm|away has quit IRC00:40
*** redir has quit IRC00:40
*** runyaga has joined #zope00:42
*** dvschramm|away has joined #zope00:43
*** MatthewWilkes has quit IRC00:43
*** sunew has quit IRC00:44
*** MatthewWilkes has joined #zope00:49
*** alexpilz has quit IRC00:53
*** vipod has quit IRC00:55
CIA-7jim * r116470 ZODB/src/ (3 files in 3 dirs):00:56
CIA-7Bug fixed00:56
CIA-7The verbose mode of the fstest was broken.00:56
CIA-7(https://bugs.launchpad.net/zodb/+bug/475996)00:56
CIA-7mgedmin * r116471 /zope.testrunner/branches/mgedmin-transaction-nanny: Create branch.00:56
CIA-7mgedmin mgedmin-transaction-nanny * r116472 zope.testrunner/src/zope/testrunner/ (transactions.py runner.py feature.py):00:56
CIA-7Warn about tests that leave an unclean transaction behind them.00:56
CIA-7I needed this feature very badly, and when I had it, I thought -- why not00:56
CIA-7share it with the world? It has no unit tests, though.00:56
*** minskmaz has joined #zope01:01
*** jgartman_ has joined #zope01:04
*** jgartman_ has quit IRC01:06
*** MadRobot has quit IRC01:07
*** davisagli has left #zope01:09
CIA-7ccomb ccomb-zcml-reorg * r116473 bluebream/src/bluebream/bluebream_base/ (13 files in 5 dirs): reorganized zcml files01:14
*** dunny has quit IRC01:17
*** minskmaz has quit IRC01:21
*** dayne has quit IRC01:28
CIA-7ccomb ccomb-zcml-reorg * r116474 bluebream/ (CHANGES.txt setup.py): version and changes01:31
CIA-7ccomb ccomb-zcml-reorg * r116475 bluebream/src/bluebream/bluebream_base/project_template/etc/ (site.zcml_tmpl debug.zcml_tmpl deploy.zcml_tmpl): missing files01:31
*** redir has joined #zope01:47
*** Arfrever has quit IRC02:05
*** runyaga has quit IRC02:08
*** zagy has joined #zope02:28
*** MatthewWilkes has quit IRC02:30
*** tiwula has quit IRC02:44
*** daMaestro has quit IRC02:59
*** daMaestro has joined #zope03:11
*** spikebike has joined #zope03:18
spikebikeAnyone have a suggestion for figuring out exactly why my zodb/Data.fs is so large after packing?03:22
spikebikemaybe dumping a list of all objects and their size?  Or maybe something xdu like?03:23
spikebikeheh, or even du like03:23
*** minskmaz has joined #zope03:30
*** dayne has joined #zope03:36
spikebikeAh, I have 272,244 64KB OFS.Image.Pdata files03:49
spikebikeis there a way to dump what an object is based on oid?03:49
mcdoncyou can always get an object via03:53
mcdoncanyobject._p_jar[oid]03:53
*** dayne has quit IRC03:56
mcdoncdumping an object to a file can be done via anyobject._p_jar.exportFile(oid)03:56
*** dayne has joined #zope04:03
*** mcdonc_ has joined #zope04:03
*** mcdonc has quit IRC04:04
*** zagy has quit IRC04:05
*** davisagli|away has joined #zope04:08
*** davisagli|away is now known as davisagli04:08
*** davisagli is now known as davisagli|away04:10
*** alvaro_ has quit IRC04:15
*** tiwula has joined #zope04:17
*** davisagli|away is now known as davisagli04:21
*** davisagli is now known as davisagli|away04:22
*** davisagli|away is now known as davisagli04:43
*** davisagli is now known as davisagli|away04:44
*** mr_jolly has quit IRC04:44
*** mr_jolly has joined #zope04:48
*** daMaestro has quit IRC04:53
spikebikedoes that work if the OID is just a 64KB chunk of a larger file?05:06
CIA-7chrism * r116476 /transaction/tags/1.1.1: Tag 1.1.1.05:06
CIA-7chrism 1.1.1 * r116477 transaction/ (CHANGES.txt setup.py): prep for release05:06
CIA-7chrism * r116478 transaction/CHANGES.txt: back to dev05:06
spikebikefrom what I can tell large files end up as a ton of 64KB chunks05:06
spikebike(each with a unique oid)05:06
mcdonc_oh05:13
mcdonc_crap05:13
mcdonc_yeah05:13
mcdonc_"Pdata" chunks05:13
*** dayne1 has joined #zope05:13
mcdonc_for what purpose are you dumping these?  do you just want to get at them as files?05:14
mcdonc_if so, webdav is a much saner way05:14
*** dayne has quit IRC05:14
*** dunny has joined #zope05:23
spikebikemcdonc_: tring to figure out why my zodb is 17GB after packing, got a better idea?05:44
mcdonc_spikebike: fraid not05:44
spikebikedo you know what happens if I try to dereference a Image.pdada chunk?05:45
mcdonc_it's a linked list05:45
spikebikeif a print anyobject.p_jar[oid] can I see the name of the entire object?05:46
mcdonc_the end sentinel is None iirc05:46
mcdonc_name?05:46
spikebikethe name/url would be ideal05:46
mcdonc_some objects aren't url addressable05:46
mcdonc_the ones that are will have an id attribute usually05:47
mcdonc_pdata chunks dont have names (they're not url addressable)05:47
spikebikeI'm hoping for something like a du or everything in the zodb05:48
mcdonc_there may be some scripts out there that give you a report with column headers of "class name, total size"05:49
*** benji has quit IRC05:49
mcdonc_i've never used one but i dimly remember something about somebody creating one sometime05:50
spikebikeso far I have analyze.py05:50
mcdonc_i know that's not much to go on05:50
spikebikeyeah found a few similar ones that get close05:50
spikebikeeven one that outputs a fancy graph05:50
spikebikeClass Name                                       Count    TBytes    Pct05:51
spikebike<class 'OFS.Image.Pdata'>                       161196 10654990141  58.4% 66099.5905:51
mcdonc_sorry, since there's no hard-and-fast way to visit "children" of objects in an arbitrary zodb application, it's not possible afaik without writing code specific to your application05:51
mcdonc_and even if your application is "just zope"05:51
mcdonc_it doesnt matter05:52
mcdonc_you could try to find all Zope File objects in the database05:52
mcdonc_the easiest way to do that is to use the Find tab in the ZMI05:52
mcdonc_but it won't summarize for you05:52
mcdonc_there is an api you can use to traverse down to that level05:53
mcdonc_objectIds/objectValues/objectItems05:53
mcdonc_on folderish objects05:53
spikebikehttp://plone.org/documentation/kb/debug-zodb-bloat05:53
spikebikeuseful05:53
spikebikehttp://www.zopelabs.com/cookbook/1114086617 looks promising but seems like it's down05:54
mcdonc_the problem is mapping the physical storage to the logical objects05:54
mcdonc_you're going to have to write code05:55
spikebikeyeah I was looking at the code at http://webcache.googleusercontent.com/search?q=cache:http://www.zopelabs.com/cookbook/111408661705:55
spikebike(a cache of the previous url)05:55
spikebikejust wanted to ask around a bit to see if it was really that hard05:56
mcdonc_all that is about physical stuff afaict05:56
mcdonc_but yeah05:57
spikebikehttp://plone.org/documentation/kb/debug-zodb-bloat step #3 looks like what I need05:57
mcdonc_i guess05:57
*** mr_jolly has left #zope05:57
mcdonc_worth a shot anyway05:58
spikebikeworst case do a dump to get all UIDs, then map to path (say put each one in a hash and add the OIDs storage to the path's storage)05:59
spikebikesorry, s/UIDs/OIDs/06:01
spikebikewhat I don't know is if a subchunk will map to a path (as shown in #3)06:02
mcdonc_i'm above my pay grade i'm afraid06:02
spikebikeI'll be happy to take any excess pay from ya. ;-)06:05
*** baijum has joined #zope06:14
*** davisagli|away is now known as davisagli06:45
*** davisagli is now known as davisagli|away06:46
*** davisagli|away is now known as davisagli07:15
*** tiwula has quit IRC07:18
*** baijum has quit IRC07:25
*** davisagli is now known as davisagli|away07:29
*** davisagli|away is now known as davisagli07:40
*** ccomb has quit IRC07:41
*** minskmaz has quit IRC08:05
*** mahiti_skt has joined #zope08:07
*** dunny has quit IRC08:09
*** d2m has joined #zope08:12
*** dayne has joined #zope08:25
*** baijum has joined #zope08:25
*** dayne1 has quit IRC08:26
*** cna has joined #zope08:28
*** __mac__ has joined #zope08:30
*** vipod has joined #zope08:36
*** alexpilz has joined #zope08:40
*** alexpilz has joined #zope08:41
*** shastry has quit IRC08:43
*** shastry has joined #zope08:50
*** shastry has joined #zope08:50
*** JaRoel|4D has quit IRC09:00
*** sashav has joined #zope09:03
*** __mac__ has quit IRC09:04
*** jakke has joined #zope09:22
*** pingviin1 has joined #zope09:28
*** __mac__ has joined #zope09:37
*** alexpilz has quit IRC09:50
*** __mac__ has quit IRC09:53
*** JaRoel|4D has joined #zope09:56
*** __mac__ has joined #zope09:58
*** __mac__1 has joined #zope10:04
*** __mac__ has quit IRC10:04
*** hever has joined #zope10:11
*** hever has quit IRC10:16
*** __mac__1 has quit IRC10:16
*** __mac__ has joined #zope10:16
*** __mac__ has quit IRC10:17
*** davisagli is now known as davisagli|away10:19
*** __mac__ has joined #zope10:25
*** goschtl has joined #zope10:26
*** planetzopebot has quit IRC10:33
*** planetzopebot has joined #zope10:34
*** alexpilz has joined #zope10:35
*** zagy has joined #zope10:38
*** ccomb has joined #zope10:39
*** MJ has joined #zope10:40
CIA-7shane * r116479 relstorage/ (7 files in 4 dirs): (log message trimmed)10:40
CIA-7Still working through an issue that seems to involve Oracle RAC.10:40
CIA-7Latest improvements:10:40
CIA-7- Use the client time instead of the database server time as a factor10:40
CIA-7in the transaction ID. RelStorage was using the database server time10:40
CIA-7to reduce the need for synchronized clocks, but in practice, that10:40
CIA-7policy broke tests and did not really avoid the need to synchronize10:40
*** ccomb has quit IRC10:52
CIA-7shane * r116480 relstorage/relstorage/adapters/txncontrol.py: Restored some logic specific to usage of the max() function.11:01
*** yvl has joined #zope11:02
*** zagy has quit IRC11:06
*** eperez has joined #zope11:09
*** pingviin1 has quit IRC11:14
*** giampaolo has joined #zope11:16
*** goschtl has quit IRC11:17
*** mitchell`off is now known as mitchell`11:18
*** shastry_ has joined #zope11:18
*** shastry has quit IRC11:22
*** goschtl has joined #zope11:28
*** ccomb has joined #zope11:28
*** __mac__ has quit IRC11:31
CIA-7shane * r116481 relstorage/ (CHANGES.txt relstorage/adapters/oracle.py): Apologies to Oracle users: no more read only mode. It seems to be buggy.11:34
*** zagy has joined #zope11:38
*** mr_jolly has joined #zope11:41
*** pingviin1 has joined #zope11:47
CIA-7shane * r116482 relstorage/CHANGES.txt: Ready to tag 1.4.0c411:49
CIA-7shane * r116483 /relstorage/tags/1.4.0c4: Tagged 1.4.0c411:49
*** __mac__ has joined #zope11:55
*** pingviin1 has quit IRC11:56
*** regebro has joined #zope11:58
*** fredvd has joined #zope12:19
*** MJ has quit IRC12:21
*** MJ has joined #zope12:27
*** alexpilz has quit IRC12:27
*** baijum has quit IRC12:29
*** alexpilz has joined #zope12:33
*** goschtl has quit IRC12:36
*** baijum has joined #zope12:37
*** teix has joined #zope12:38
*** zagy has quit IRC12:39
*** MJ has quit IRC12:40
*** mr_jolly has left #zope12:41
*** MJ has joined #zope12:43
*** __mac__ has quit IRC12:45
*** __mac__ has joined #zope12:59
*** zagy has joined #zope13:00
*** benji has joined #zope13:03
*** astoon has joined #zope13:23
*** zagy has quit IRC13:31
*** __mac__ has quit IRC13:32
*** menesis has joined #zope13:36
*** zagy has joined #zope13:41
*** __mac__ has joined #zope13:48
*** MrTango has quit IRC13:54
*** sunew has joined #zope14:02
*** astoon has quit IRC14:18
*** zagy has quit IRC14:25
*** zagy has joined #zope14:29
*** astoon has joined #zope14:33
CIA-7icemac * r116484 zopetoolkit/zopeapp.cfg: added missing checkout14:37
CIA-7icemac * r116485 zc.sourcefactory/ (3 files in 3 dirs): Using Python's ``doctest`` instead of deprecated ``zope.testing.doctest``.14:37
CIA-7icemac * r116486 zc.sourcefactory/ (src/zc/sourcefactory/ftesting.zcml CHANGES.txt setup.py): Using ``zope.keyreference`` as test dependency instead of ``zope.app.keyreference``.14:37
CIA-7icemac * r116487 zc.sourcefactory/ (CHANGES.txt setup.py): Preparing release 0.7.014:37
CIA-7icemac * r116488 /zc.sourcefactory/tags/0.7.0: Tagging 0.7.014:37
CIA-7icemac * r116489 zc.sourcefactory/ (CHANGES.txt setup.py): Back to development: 0.7.114:37
CIA-7icemac * r116490 /zopetoolkit/ (branches/1.0/zopeapp-versions.cfg trunk/zopeapp-versions.cfg): using newer zc.sourcefactory version which no longer depends in deprecated zope.app.keyreference14:37
CIA-7hannosch * r116491 zope.app.applicationcontrol/ (3 files in 2 dirs): Replaced a testing dependency on zope.app.securitypolicy with one on zope.securitypolicy.14:37
*** zagy has quit IRC14:50
*** tPl0ch has joined #zope14:50
*** alexpilz has quit IRC14:51
*** alexpilz has joined #zope14:52
CIA-7hannosch * r116492 zope.app.applicationcontrol/ (CHANGES.txt setup.py): Prepare zope.app.applicationcontrol 3.5.8.14:55
CIA-7hannosch * r116493 /zope.app.applicationcontrol/tags/3.5.8: Tagged zope.app.applicationcontrol 3.5.8.14:55
CIA-7hannosch * r116494 zope.app.applicationcontrol/ (CHANGES.txt setup.py): Bump version14:55
CIA-7hannosch * r116495 /zopetoolkit/ (branches/1.0/zopeapp-versions.cfg trunk/zopeapp-versions.cfg): Upgrade to zope.app.applicationcontrol = 3.5.8 to avoid a zope.app.securitypolicy dependency14:55
*** agroszer has joined #zope14:57
*** alexpilz has quit IRC15:06
*** tfrew87_afk has quit IRC15:07
*** alexpilz has joined #zope15:08
tPl0chhello, is this channel right for apache configs for VHM and mod_proxy?15:15
tPl0ch*questions15:15
CIA-7icemac * r116496 zope.app.http/CHANGES.txt: added some backticks for better readability15:16
CIA-7icemac * r116497 zope.app.http/src/zope/app/http/tests/ (test_put.py test_functional_put.py):15:16
CIA-7- moved test_functional_put.py to zope.app.file15:16
CIA-7- changed test to get same coverage as before15:16
CIA-7icemac * r116498 zope.app.http/ (CHANGES.txt setup.py src/zope/app/http/ftesting.zcml): Removed test dependency on `zope.app.file` as the test needing this package has been moved now15:16
CIA-7icemac * r116499 zope.app.http/ (CHANGES.txt setup.py): Preparing release 3.9.015:16
CIA-7icemac * r116500 /zope.app.http/tags/3.9.0: Tagging 3.9.015:16
CIA-7icemac * r116501 zope.app.http/ (CHANGES.txt setup.py): Back to development: 3.9.115:16
*** MatthewWilkes has joined #zope15:17
mgedmintPl0ch, sure15:24
tPl0chmgedmin, hehe, ok. I have the following scenario. I installed plone4 with the unified installer and I am trying to get it working behind apache2 (better: a subdomain). This is my vhost.conf for the subdomain: http://pastebin.com/yTKe7wFz I enabled mod_proxy and mod_proxy_http, mod_headers etc. everything is working fine (the modules are loaded and no errors in error.log15:26
tPl0chProbably someone can point me towards the mistake I made in my vhost.conf file15:27
tPl0chThanks in advance :)15:27
betabugsince everything is working fine, there's no mistake!15:27
tPl0chbetabug, but then I wouldn't get a 40315:27
tPl0choh15:27
tPl0chI forgot to include that15:28
betabugyeah :-)15:28
tPl0chI meant everything is working when starting apache2 (meaning there is no mistake in the module config)15:28
mgedmintPl0ch, in Debian, /etc/apache2/mods-enabled/proxy.conf has a Deny from all15:28
betabugok, first thing I see is that nobody really uses ProxyPass for Zope any more, since a long, long time15:28
mgedminyou want to add <Proxy http://localhost:8080> Allow from all </Proxy>15:29
betabugpeople use RewriteRule and zope people get theirs from the witch15:29
* mgedmin doesn't think there's any significant difference between ProxyPass and RewriteRule ... [P,L]15:29
*** astoon has quit IRC15:31
tPl0chmgedmin, ok, adding the Proxy directive to proxy.conf fixed the 403 issue :) Thanks. Probably coming back soon for help on ssl stuff :)15:32
CIA-7icemac * r116502 zope.app.file/ (5 files in 2 dirs): Removed ZPKG slugs and ZCML ones.15:32
CIA-7lra * r116503 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow-mergepoint1: prepare sync with trunk15:32
CIA-7icemac * r116504 zope.app.file/ (src/zope/app/file/tests/test_functional_put.py CHANGES.txt): Moved a functional test here from `zope.app.http`.15:32
CIA-7icemac * r116505 zope.app.file/ (CHANGES.txt src/zope/app/file/browser/tests/test_file.py): Using Python's ``doctest`` instead of deprecated ``zope.testing.doctest``.15:32
CIA-7icemac * r116506 zope.app.file/ (CHANGES.txt setup.py): Preparing release 3.6.115:32
CIA-7icemac * r116507 /zope.app.file/tags/3.6.1: Tagging 3.6.115:32
CIA-7icemac * r116508 zope.app.file/ (CHANGES.txt setup.py): Back to development: 3.6.215:32
CIA-7icemac * r116509 /zopetoolkit/ (branches/1.0/zopeapp-versions.cfg trunk/zopeapp-versions.cfg): using version of zope.app.http which no longer depenends on zope.app.file15:32
betabugmgedmin: RewriteRules are much more flexible15:32
d2mthis is kind of weird conversation with CIA etal. in between15:33
d2mhow put the checkin messages on the channel?15:33
tPl0chd2m, looks like a bot which is getting info from some SCM15:33
betabugd2m: I'm blocking all but the planet bots, much easier on the eyes15:34
*** astoon has joined #zope15:38
CIA-7icemac * r116510 zope.app.generations/ (CHANGES.txt setup.py src/zope/app/generations/ftesting.zcml): Replaced a testing dependency on zope.app.securitypolicy with one on zope.securitypolicy.15:48
tPl0chOk guys, how would I best achieve that ssl requests are being processed by the second client running on localhost:808115:49
betabugyou need a different virtual host for SSL anyway15:50
tPl0chbetabug, I know that15:50
betabugon the non-ssl host all you usually have is a redirect (with another RewriteRule) to send stuff like accesses to /manage to the SSL virtual host15:50
betabugin the SSL virtual host the setup is just like any other zope-behind-apache setup15:50
betabugI'd suggest to get the rewriterule from betabug.ch/zope/witch15:51
tPl0chbetabug, thanks a lot15:53
betabugno problem :-)15:53
CIA-7icemac * r116510 zope.app.generations/ (CHANGES.txt setup.py src/zope/app/generations/ftesting.zcml): Replaced a testing dependency on zope.app.securitypolicy with one on zope.securitypolicy.16:03
CIA-7icemac * r116511 zope.app.generations/ (CHANGES.txt setup.py): Preparing release 3.6.016:03
CIA-7icemac * r116512 /zope.app.generations/tags/3.6.0: Tagging 3.6.016:04
CIA-7icemac * r116513 zope.app.generations/ (CHANGES.txt setup.py): Back to development: 3.6.116:04
CIA-7icemac * r116514 zope.app.component/ (CHANGES.txt setup.py src/zope/app/component/ftesting.zcml): Replaced a testing dependency on zope.app.securitypolicy with one on zope.securitypolicy.16:04
CIA-7icemac * r116515 zope.app.component/ (CHANGES.txt setup.py): Preparing release 3.9.216:04
CIA-7icemac * r116516 /zope.app.component/tags/3.9.2: Tagging 3.9.216:04
CIA-7lra * r116517 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow/ (30 files in 6 dirs): sync with trunk16:04
CIA-7icemac * r116518 zope.app.component/ (CHANGES.txt setup.py): Back to development: 3.9.316:04
CIA-7lra * r116519 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow/Products/DCWorkflow/version.txt: prepare for internal-only release16:04
CIA-7lra * r116520 /Sandbox/erp5: ERP5 packages sandbox16:04
CIA-7icemac * r116521 /zopetoolkit/ (branches/1.0/zopeapp-versions.cfg trunk/zopeapp-versions.cfg): using versions which no longer depend on zope.app.securitypolicy16:04
CIA-7lra * r116522 /Sandbox/erp5/tags:16:04
CIA-7icemac * r116523 /zope.generations: package to implement https://blueprints.launchpad.net/zope.app.generations/+spec/zope.generations16:04
CIA-7icemac * r116524 zope.generations/: starting point: zope.app.generations16:04
*** wite has left #zope16:13
*** __mac__ has quit IRC16:13
CIA-7lra * r116525 /Sandbox/erp5/tags/Products.DCWorkflow-restore_WofklowMethod-2.2.1nxd001: Internal-release tag16:19
CIA-7lra * r116526 /Sandbox/erp5/tags/Acquisition-aq_dynamic-2.13.4nxd001: Internal-only tag16:19
*** alexpilz has quit IRC16:23
*** eperez has quit IRC16:23
*** alexpilz has joined #zope16:30
*** williamthekid has joined #zope16:33
*** sashav has quit IRC16:33
*** sunew has quit IRC16:35
*** sunew has joined #zope16:35
*** dayne has quit IRC16:44
*** digitalmortician has quit IRC16:47
*** alvaro_ has joined #zope16:53
CIA-7yuppie * r116527 Zope/versions.cfg: - switched to latest ztk release16:57
CIA-7tseaver * r116528 ZODB/src/ (3 files in 3 dirs): repozo: Remove '.index' + files corresponding to backups being removed.16:57
CIA-7yuppie * r116529 CMF/buildout.cfg: - switched to latest ztk release16:57
CIA-7lra * r116530 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow/Products/DCWorkflow/version.txt: back to "development"16:57
*** dayne has joined #zope17:03
planetzopebotZope Summit, DZUG, repoze.bfg (Code Singer)  http://codesinger.blogspot.com/2010/09/zope-summit-dzug-repozebfg.html17:04
*** jim_SFU has joined #zope17:10
*** dvschramm|away is now known as dvschramm17:11
*** jim_SFU has quit IRC17:11
*** MatthewWilkes has quit IRC17:17
*** cbcunc has quit IRC17:23
*** runyaga has joined #zope17:25
*** MrWu has joined #zope17:28
*** jakke has left #zope17:33
*** williamthekid has quit IRC17:39
*** baijum has quit IRC17:43
CIA-7jim * r116531 ZODB/src/ZODB/tests/testblob.py: Added missing db close. Gaaaa.17:48
CIA-7lra erp5-aq_dynamic * r116532 Acquisition/setup.py: back to "development"17:48
*** MJ has quit IRC17:52
*** redir has quit IRC17:53
*** alexpilz has quit IRC17:54
*** MatthewWilkes has joined #zope18:05
*** sunew has quit IRC18:07
*** williamthekid has joined #zope18:11
*** tiwula has joined #zope18:13
*** MatthewWilkes has quit IRC18:19
*** MatthewWilkes has joined #zope18:21
*** williamthekid has quit IRC18:21
*** eka has joined #zope18:22
*** MatthewWilkes has quit IRC18:23
*** cna has quit IRC18:27
*** eka has quit IRC18:27
*** alexpilz has joined #zope18:28
*** daMaestro has joined #zope18:33
*** __mac__ has joined #zope18:33
*** giampaolo has quit IRC18:38
*** JaRoel|4D has quit IRC18:41
*** kiorky has quit IRC18:48
*** f10w has quit IRC18:50
*** bobo_b has joined #zope18:50
*** hartym has quit IRC18:50
CIA-7icemac 3.7 * r116533 zope.app.testing/ (4 files in 2 dirs): back merge of two fixes from trunk, so ZTK 1.0 does not depend on deprecated packages18:50
CIA-7icemac 3.7 * r116534 zope.app.testing/ (CHANGES.txt setup.py): Preparing release 3.7.818:50
CIA-7icemac * r116535 /zope.app.testing/tags/3.7.8: Tagging 3.7.818:50
CIA-7icemac 3.7 * r116536 zope.app.testing/ (CHANGES.txt setup.py): Back to development: 3.7.918:50
*** davisagli|away is now known as davisagli18:51
*** davisagli is now known as davisagli|away18:52
*** pepeu has joined #zope18:52
*** davisagli|away is now known as davisagli18:52
*** f10w has joined #zope18:53
*** menesis has quit IRC18:54
*** baijum has joined #zope18:55
*** davisagli is now known as davisagli|away18:55
*** menesis has joined #zope18:57
*** aaronv has joined #zope19:00
*** benji is now known as benji-lunch19:01
*** __mac__ has quit IRC19:01
CIA-7icemac 3.8 * r116537 zope.testbrowser/ (4 files in 2 dirs):19:04
CIA-7- Using stdlib's ``doctest`` module, instead of ``zope.testing.doctest``.19:04
CIA-7- fixed dependency in zope.app.testing version19:04
*** davisagli|away is now known as davisagli19:04
*** davisagli is now known as davisagli|away19:05
*** mahiti_skt has quit IRC19:08
*** yuvilio has joined #zope19:09
*** kiorky has joined #zope19:17
*** baijum has quit IRC19:19
*** fredvd has quit IRC19:19
*** redir has joined #zope19:22
*** baijum has joined #zope19:23
*** davisagli|away is now known as davisagli19:26
*** kiorky has quit IRC19:26
*** mitchell` is now known as mitchell`off19:28
*** baijum1 has joined #zope19:31
*** baijum has quit IRC19:31
*** pepeu has quit IRC19:33
*** kiorky has joined #zope19:39
*** regebro has quit IRC19:45
*** regebro has joined #zope19:46
*** ccomb has quit IRC19:47
*** menesis has quit IRC19:49
*** tPl0ch has quit IRC19:57
*** bigkevmcd has quit IRC20:08
*** benji-lunch is now known as benji20:11
*** JaRoel|4D has joined #zope20:15
*** thetet has joined #zope20:21
*** agroszer has quit IRC20:40
*** runyaga has quit IRC20:46
*** runyaga has joined #zope20:46
*** agroszer has joined #zope20:50
*** aaronv has quit IRC20:51
*** allisterb has quit IRC21:01
*** MrWu has quit IRC21:02
*** yuvilio has quit IRC21:02
*** d2m has quit IRC21:07
*** runyaga has quit IRC21:12
*** alexpilz has quit IRC21:13
*** allisterb has joined #zope21:13
*** __mac__ has joined #zope21:16
*** __mac__ has quit IRC21:35
*** zagy has joined #zope21:37
CIA-7icemac 3.8 * r116538 zope.testbrowser/ (CHANGES.txt setup.py): Preparing release 3.8.221:41
CIA-7icemac * r116539 /zope.testbrowser/tags/3.8.2: Tagging 3.8.221:41
CIA-7icemac 3.8 * r116540 zope.testbrowser/ (CHANGES.txt setup.py): Back to development: 3.8.321:41
CIA-7jim * r116541 ZODB/src/ZEO/tests/testConnection.py: Fixed a bug in the debug logging.21:41
CIA-7icemac 1.0 * r116542 zopetoolkit/zopeapp-versions.cfg: upgraded to deprecation free versions21:41
*** agroszer has quit IRC21:48
*** baijum1 has quit IRC21:54
*** aaronv has joined #zope22:12
*** zagy has quit IRC22:18
*** sm has quit IRC22:19
*** thetet has quit IRC22:23
*** zagy has joined #zope22:31
*** daMaestro has quit IRC22:44
*** astoon has quit IRC22:46
*** zagy has quit IRC22:47
*** MadRobot has joined #zope22:48
*** daMaestro has joined #zope22:52
*** __mac__ has joined #zope23:01
*** teix has left #zope23:06
*** __mac__ has quit IRC23:06
*** vipod has quit IRC23:08
*** minskmaz has joined #zope23:11
*** thetet has joined #zope23:24
Moo^http://svn.zope.org/zope.traversing/trunk/README.txt?rev=82003&view=auto23:32
Moo^this README is so short that it is even sad :23:33
Moo^:<23:33
Moo^if someone can point me example how zope.traversing should be used, I would be happy23:34
*** astoon has joined #zope23:35
*** MadRobot has quit IRC23:35
*** dvschramm has quit IRC23:46
minskmazMoo^: look into getSite getParents zope.location absoluteURL and IIntIds - they're all sorta used together to get you around your app real quick23:48
*** mr_jolly has joined #zope23:49
Moo^minskmaz: nah23:50
Moo^it didn't work in any case23:50
minskmazwhat is your case ?23:50
Moo^I am writing like this in to the documentation, clarify if I am correct:23:50
Moo^   Zope traversing is a mine field. There are different traversers.23:50
Moo^        One is ZPublisher traverser which does HTTP request looks.23:50
Moo^        One is OFS.Traversable.unrestrictedTraverse() which happens23:50
Moo^        when you call traverse from Python code. Then another23:50
Moo^        case is zope.tales.expression.PathExpr which uses23:50
Moo^        really simple traverser.23:50
Moo^PathExpr does not honor ITraversable23:51
Moo^it is only for HTTP23:51
minskmazdo you know where you're trying to go ? or are you searching the tree23:51
Moo^here https://svn.plone.org/svn/collective/collective.fastview/trunk/collective/fastview/views.py23:52
minskmazMoo^: my use case is easier but I simply register ILocation in zcml on objects I will need to find from the request - not sure how str(x) for x in self.request.__provides__.__iro__ is looking things up23:58
minskmazis it a utility ?23:58
minskmazI don't use viewlets so...23:59
*** ccomb has joined #zope23:59

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