*** fredvd|cooking has quit IRC | 00:03 | |
*** dvschramm is now known as dvschramm|away | 00:06 | |
*** ccomb has joined #zope | 00:10 | |
*** Hypergraphe has quit IRC | 00:19 | |
*** __mac__ has quit IRC | 00:24 | |
*** MadRobot has joined #zope | 00:26 | |
*** TresEquis has quit IRC | 00:27 | |
CIA-7 | jim * r116469 ZODB/src/ (ZODB/Connection.py ZODB/tests/testblob.py CHANGES.txt): | 00:33 |
---|---|---|
CIA-7 | Bug fixed: | 00:33 |
CIA-7 | Setting _p_changed on a blob wo actually writing anything caused an | 00:33 |
CIA-7 | error. (https://bugs.launchpad.net/zodb/+bug/440234) | 00:33 |
*** MatthewWilkes has joined #zope | 00:39 | |
*** dvschramm|away has quit IRC | 00:40 | |
*** redir has quit IRC | 00:40 | |
*** runyaga has joined #zope | 00:42 | |
*** dvschramm|away has joined #zope | 00:43 | |
*** MatthewWilkes has quit IRC | 00:43 | |
*** sunew has quit IRC | 00:44 | |
*** MatthewWilkes has joined #zope | 00:49 | |
*** alexpilz has quit IRC | 00:53 | |
*** vipod has quit IRC | 00:55 | |
CIA-7 | jim * r116470 ZODB/src/ (3 files in 3 dirs): | 00:56 |
CIA-7 | Bug fixed | 00:56 |
CIA-7 | The verbose mode of the fstest was broken. | 00:56 |
CIA-7 | (https://bugs.launchpad.net/zodb/+bug/475996) | 00:56 |
CIA-7 | mgedmin * r116471 /zope.testrunner/branches/mgedmin-transaction-nanny: Create branch. | 00:56 |
CIA-7 | mgedmin mgedmin-transaction-nanny * r116472 zope.testrunner/src/zope/testrunner/ (transactions.py runner.py feature.py): | 00:56 |
CIA-7 | Warn about tests that leave an unclean transaction behind them. | 00:56 |
CIA-7 | I needed this feature very badly, and when I had it, I thought -- why not | 00:56 |
CIA-7 | share it with the world? It has no unit tests, though. | 00:56 |
*** minskmaz has joined #zope | 01:01 | |
*** jgartman_ has joined #zope | 01:04 | |
*** jgartman_ has quit IRC | 01:06 | |
*** MadRobot has quit IRC | 01:07 | |
*** davisagli has left #zope | 01:09 | |
CIA-7 | ccomb ccomb-zcml-reorg * r116473 bluebream/src/bluebream/bluebream_base/ (13 files in 5 dirs): reorganized zcml files | 01:14 |
*** dunny has quit IRC | 01:17 | |
*** minskmaz has quit IRC | 01:21 | |
*** dayne has quit IRC | 01:28 | |
CIA-7 | ccomb ccomb-zcml-reorg * r116474 bluebream/ (CHANGES.txt setup.py): version and changes | 01:31 |
CIA-7 | ccomb ccomb-zcml-reorg * r116475 bluebream/src/bluebream/bluebream_base/project_template/etc/ (site.zcml_tmpl debug.zcml_tmpl deploy.zcml_tmpl): missing files | 01:31 |
*** redir has joined #zope | 01:47 | |
*** Arfrever has quit IRC | 02:05 | |
*** runyaga has quit IRC | 02:08 | |
*** zagy has joined #zope | 02:28 | |
*** MatthewWilkes has quit IRC | 02:30 | |
*** tiwula has quit IRC | 02:44 | |
*** daMaestro has quit IRC | 02:59 | |
*** daMaestro has joined #zope | 03:11 | |
*** spikebike has joined #zope | 03:18 | |
spikebike | Anyone have a suggestion for figuring out exactly why my zodb/Data.fs is so large after packing? | 03:22 |
spikebike | maybe dumping a list of all objects and their size? Or maybe something xdu like? | 03:23 |
spikebike | heh, or even du like | 03:23 |
*** minskmaz has joined #zope | 03:30 | |
*** dayne has joined #zope | 03:36 | |
spikebike | Ah, I have 272,244 64KB OFS.Image.Pdata files | 03:49 |
spikebike | is there a way to dump what an object is based on oid? | 03:49 |
mcdonc | you can always get an object via | 03:53 |
mcdonc | anyobject._p_jar[oid] | 03:53 |
*** dayne has quit IRC | 03:56 | |
mcdonc | dumping an object to a file can be done via anyobject._p_jar.exportFile(oid) | 03:56 |
*** dayne has joined #zope | 04:03 | |
*** mcdonc_ has joined #zope | 04:03 | |
*** mcdonc has quit IRC | 04:04 | |
*** zagy has quit IRC | 04:05 | |
*** davisagli|away has joined #zope | 04:08 | |
*** davisagli|away is now known as davisagli | 04:08 | |
*** davisagli is now known as davisagli|away | 04:10 | |
*** alvaro_ has quit IRC | 04:15 | |
*** tiwula has joined #zope | 04:17 | |
*** davisagli|away is now known as davisagli | 04:21 | |
*** davisagli is now known as davisagli|away | 04:22 | |
*** davisagli|away is now known as davisagli | 04:43 | |
*** davisagli is now known as davisagli|away | 04:44 | |
*** mr_jolly has quit IRC | 04:44 | |
*** mr_jolly has joined #zope | 04:48 | |
*** daMaestro has quit IRC | 04:53 | |
spikebike | does that work if the OID is just a 64KB chunk of a larger file? | 05:06 |
CIA-7 | chrism * r116476 /transaction/tags/1.1.1: Tag 1.1.1. | 05:06 |
CIA-7 | chrism 1.1.1 * r116477 transaction/ (CHANGES.txt setup.py): prep for release | 05:06 |
CIA-7 | chrism * r116478 transaction/CHANGES.txt: back to dev | 05:06 |
spikebike | from what I can tell large files end up as a ton of 64KB chunks | 05:06 |
spikebike | (each with a unique oid) | 05:06 |
mcdonc_ | oh | 05:13 |
mcdonc_ | crap | 05:13 |
mcdonc_ | yeah | 05:13 |
mcdonc_ | "Pdata" chunks | 05:13 |
*** dayne1 has joined #zope | 05: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 way | 05:14 |
*** dayne has quit IRC | 05:14 | |
*** dunny has joined #zope | 05:23 | |
spikebike | mcdonc_: tring to figure out why my zodb is 17GB after packing, got a better idea? | 05:44 |
mcdonc_ | spikebike: fraid not | 05:44 |
spikebike | do you know what happens if I try to dereference a Image.pdada chunk? | 05:45 |
mcdonc_ | it's a linked list | 05:45 |
spikebike | if a print anyobject.p_jar[oid] can I see the name of the entire object? | 05:46 |
mcdonc_ | the end sentinel is None iirc | 05:46 |
mcdonc_ | name? | 05:46 |
spikebike | the name/url would be ideal | 05:46 |
mcdonc_ | some objects aren't url addressable | 05:46 |
mcdonc_ | the ones that are will have an id attribute usually | 05:47 |
mcdonc_ | pdata chunks dont have names (they're not url addressable) | 05:47 |
spikebike | I'm hoping for something like a du or everything in the zodb | 05: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 IRC | 05:49 | |
mcdonc_ | i've never used one but i dimly remember something about somebody creating one sometime | 05:50 |
spikebike | so far I have analyze.py | 05:50 |
mcdonc_ | i know that's not much to go on | 05:50 |
spikebike | yeah found a few similar ones that get close | 05:50 |
spikebike | even one that outputs a fancy graph | 05:50 |
spikebike | Class Name Count TBytes Pct | 05:51 |
spikebike | <class 'OFS.Image.Pdata'> 161196 10654990141 58.4% 66099.59 | 05: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 application | 05:51 |
mcdonc_ | and even if your application is "just zope" | 05:51 |
mcdonc_ | it doesnt matter | 05:52 |
mcdonc_ | you could try to find all Zope File objects in the database | 05:52 |
mcdonc_ | the easiest way to do that is to use the Find tab in the ZMI | 05:52 |
mcdonc_ | but it won't summarize for you | 05:52 |
mcdonc_ | there is an api you can use to traverse down to that level | 05:53 |
mcdonc_ | objectIds/objectValues/objectItems | 05:53 |
mcdonc_ | on folderish objects | 05:53 |
spikebike | http://plone.org/documentation/kb/debug-zodb-bloat | 05:53 |
spikebike | useful | 05:53 |
spikebike | http://www.zopelabs.com/cookbook/1114086617 looks promising but seems like it's down | 05:54 |
mcdonc_ | the problem is mapping the physical storage to the logical objects | 05:54 |
mcdonc_ | you're going to have to write code | 05:55 |
spikebike | yeah I was looking at the code at http://webcache.googleusercontent.com/search?q=cache:http://www.zopelabs.com/cookbook/1114086617 | 05:55 |
spikebike | (a cache of the previous url) | 05:55 |
spikebike | just wanted to ask around a bit to see if it was really that hard | 05:56 |
mcdonc_ | all that is about physical stuff afaict | 05:56 |
mcdonc_ | but yeah | 05:57 |
spikebike | http://plone.org/documentation/kb/debug-zodb-bloat step #3 looks like what I need | 05:57 |
mcdonc_ | i guess | 05:57 |
*** mr_jolly has left #zope | 05:57 | |
mcdonc_ | worth a shot anyway | 05:58 |
spikebike | worst 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 |
spikebike | sorry, s/UIDs/OIDs/ | 06:01 |
spikebike | what 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 afraid | 06:02 |
spikebike | I'll be happy to take any excess pay from ya. ;-) | 06:05 |
*** baijum has joined #zope | 06:14 | |
*** davisagli|away is now known as davisagli | 06:45 | |
*** davisagli is now known as davisagli|away | 06:46 | |
*** davisagli|away is now known as davisagli | 07:15 | |
*** tiwula has quit IRC | 07:18 | |
*** baijum has quit IRC | 07:25 | |
*** davisagli is now known as davisagli|away | 07:29 | |
*** davisagli|away is now known as davisagli | 07:40 | |
*** ccomb has quit IRC | 07:41 | |
*** minskmaz has quit IRC | 08:05 | |
*** mahiti_skt has joined #zope | 08:07 | |
*** dunny has quit IRC | 08:09 | |
*** d2m has joined #zope | 08:12 | |
*** dayne has joined #zope | 08:25 | |
*** baijum has joined #zope | 08:25 | |
*** dayne1 has quit IRC | 08:26 | |
*** cna has joined #zope | 08:28 | |
*** __mac__ has joined #zope | 08:30 | |
*** vipod has joined #zope | 08:36 | |
*** alexpilz has joined #zope | 08:40 | |
*** alexpilz has joined #zope | 08:41 | |
*** shastry has quit IRC | 08:43 | |
*** shastry has joined #zope | 08:50 | |
*** shastry has joined #zope | 08:50 | |
*** JaRoel|4D has quit IRC | 09:00 | |
*** sashav has joined #zope | 09:03 | |
*** __mac__ has quit IRC | 09:04 | |
*** jakke has joined #zope | 09:22 | |
*** pingviin1 has joined #zope | 09:28 | |
*** __mac__ has joined #zope | 09:37 | |
*** alexpilz has quit IRC | 09:50 | |
*** __mac__ has quit IRC | 09:53 | |
*** JaRoel|4D has joined #zope | 09:56 | |
*** __mac__ has joined #zope | 09:58 | |
*** __mac__1 has joined #zope | 10:04 | |
*** __mac__ has quit IRC | 10:04 | |
*** hever has joined #zope | 10:11 | |
*** hever has quit IRC | 10:16 | |
*** __mac__1 has quit IRC | 10:16 | |
*** __mac__ has joined #zope | 10:16 | |
*** __mac__ has quit IRC | 10:17 | |
*** davisagli is now known as davisagli|away | 10:19 | |
*** __mac__ has joined #zope | 10:25 | |
*** goschtl has joined #zope | 10:26 | |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
*** alexpilz has joined #zope | 10:35 | |
*** zagy has joined #zope | 10:38 | |
*** ccomb has joined #zope | 10:39 | |
*** MJ has joined #zope | 10:40 | |
CIA-7 | shane * r116479 relstorage/ (7 files in 4 dirs): (log message trimmed) | 10:40 |
CIA-7 | Still working through an issue that seems to involve Oracle RAC. | 10:40 |
CIA-7 | Latest improvements: | 10:40 |
CIA-7 | - Use the client time instead of the database server time as a factor | 10:40 |
CIA-7 | in the transaction ID. RelStorage was using the database server time | 10:40 |
CIA-7 | to reduce the need for synchronized clocks, but in practice, that | 10:40 |
CIA-7 | policy broke tests and did not really avoid the need to synchronize | 10:40 |
*** ccomb has quit IRC | 10:52 | |
CIA-7 | shane * r116480 relstorage/relstorage/adapters/txncontrol.py: Restored some logic specific to usage of the max() function. | 11:01 |
*** yvl has joined #zope | 11:02 | |
*** zagy has quit IRC | 11:06 | |
*** eperez has joined #zope | 11:09 | |
*** pingviin1 has quit IRC | 11:14 | |
*** giampaolo has joined #zope | 11:16 | |
*** goschtl has quit IRC | 11:17 | |
*** mitchell`off is now known as mitchell` | 11:18 | |
*** shastry_ has joined #zope | 11:18 | |
*** shastry has quit IRC | 11:22 | |
*** goschtl has joined #zope | 11:28 | |
*** ccomb has joined #zope | 11:28 | |
*** __mac__ has quit IRC | 11:31 | |
CIA-7 | shane * 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 #zope | 11:38 | |
*** mr_jolly has joined #zope | 11:41 | |
*** pingviin1 has joined #zope | 11:47 | |
CIA-7 | shane * r116482 relstorage/CHANGES.txt: Ready to tag 1.4.0c4 | 11:49 |
CIA-7 | shane * r116483 /relstorage/tags/1.4.0c4: Tagged 1.4.0c4 | 11:49 |
*** __mac__ has joined #zope | 11:55 | |
*** pingviin1 has quit IRC | 11:56 | |
*** regebro has joined #zope | 11:58 | |
*** fredvd has joined #zope | 12:19 | |
*** MJ has quit IRC | 12:21 | |
*** MJ has joined #zope | 12:27 | |
*** alexpilz has quit IRC | 12:27 | |
*** baijum has quit IRC | 12:29 | |
*** alexpilz has joined #zope | 12:33 | |
*** goschtl has quit IRC | 12:36 | |
*** baijum has joined #zope | 12:37 | |
*** teix has joined #zope | 12:38 | |
*** zagy has quit IRC | 12:39 | |
*** MJ has quit IRC | 12:40 | |
*** mr_jolly has left #zope | 12:41 | |
*** MJ has joined #zope | 12:43 | |
*** __mac__ has quit IRC | 12:45 | |
*** __mac__ has joined #zope | 12:59 | |
*** zagy has joined #zope | 13:00 | |
*** benji has joined #zope | 13:03 | |
*** astoon has joined #zope | 13:23 | |
*** zagy has quit IRC | 13:31 | |
*** __mac__ has quit IRC | 13:32 | |
*** menesis has joined #zope | 13:36 | |
*** zagy has joined #zope | 13:41 | |
*** __mac__ has joined #zope | 13:48 | |
*** MrTango has quit IRC | 13:54 | |
*** sunew has joined #zope | 14:02 | |
*** astoon has quit IRC | 14:18 | |
*** zagy has quit IRC | 14:25 | |
*** zagy has joined #zope | 14:29 | |
*** astoon has joined #zope | 14:33 | |
CIA-7 | icemac * r116484 zopetoolkit/zopeapp.cfg: added missing checkout | 14:37 |
CIA-7 | icemac * r116485 zc.sourcefactory/ (3 files in 3 dirs): Using Python's ``doctest`` instead of deprecated ``zope.testing.doctest``. | 14:37 |
CIA-7 | icemac * 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-7 | icemac * r116487 zc.sourcefactory/ (CHANGES.txt setup.py): Preparing release 0.7.0 | 14:37 |
CIA-7 | icemac * r116488 /zc.sourcefactory/tags/0.7.0: Tagging 0.7.0 | 14:37 |
CIA-7 | icemac * r116489 zc.sourcefactory/ (CHANGES.txt setup.py): Back to development: 0.7.1 | 14:37 |
CIA-7 | icemac * 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.keyreference | 14:37 |
CIA-7 | hannosch * 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 IRC | 14:50 | |
*** tPl0ch has joined #zope | 14:50 | |
*** alexpilz has quit IRC | 14:51 | |
*** alexpilz has joined #zope | 14:52 | |
CIA-7 | hannosch * r116492 zope.app.applicationcontrol/ (CHANGES.txt setup.py): Prepare zope.app.applicationcontrol 3.5.8. | 14:55 |
CIA-7 | hannosch * r116493 /zope.app.applicationcontrol/tags/3.5.8: Tagged zope.app.applicationcontrol 3.5.8. | 14:55 |
CIA-7 | hannosch * r116494 zope.app.applicationcontrol/ (CHANGES.txt setup.py): Bump version | 14:55 |
CIA-7 | hannosch * 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 dependency | 14:55 |
*** agroszer has joined #zope | 14:57 | |
*** alexpilz has quit IRC | 15:06 | |
*** tfrew87_afk has quit IRC | 15:07 | |
*** alexpilz has joined #zope | 15:08 | |
tPl0ch | hello, is this channel right for apache configs for VHM and mod_proxy? | 15:15 |
tPl0ch | *questions | 15:15 |
CIA-7 | icemac * r116496 zope.app.http/CHANGES.txt: added some backticks for better readability | 15:16 |
CIA-7 | icemac * 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.file | 15:16 |
CIA-7 | - changed test to get same coverage as before | 15:16 |
CIA-7 | icemac * 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 now | 15:16 |
CIA-7 | icemac * r116499 zope.app.http/ (CHANGES.txt setup.py): Preparing release 3.9.0 | 15:16 |
CIA-7 | icemac * r116500 /zope.app.http/tags/3.9.0: Tagging 3.9.0 | 15:16 |
CIA-7 | icemac * r116501 zope.app.http/ (CHANGES.txt setup.py): Back to development: 3.9.1 | 15:16 |
*** MatthewWilkes has joined #zope | 15:17 | |
mgedmin | tPl0ch, sure | 15:24 |
tPl0ch | mgedmin, 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.log | 15:26 |
tPl0ch | Probably someone can point me towards the mistake I made in my vhost.conf file | 15:27 |
tPl0ch | Thanks in advance :) | 15:27 |
betabug | since everything is working fine, there's no mistake! | 15:27 |
tPl0ch | betabug, but then I wouldn't get a 403 | 15:27 |
tPl0ch | oh | 15:27 |
tPl0ch | I forgot to include that | 15:28 |
betabug | yeah :-) | 15:28 |
tPl0ch | I meant everything is working when starting apache2 (meaning there is no mistake in the module config) | 15:28 |
mgedmin | tPl0ch, in Debian, /etc/apache2/mods-enabled/proxy.conf has a Deny from all | 15:28 |
betabug | ok, first thing I see is that nobody really uses ProxyPass for Zope any more, since a long, long time | 15:28 |
mgedmin | you want to add <Proxy http://localhost:8080> Allow from all </Proxy> | 15:29 |
betabug | people use RewriteRule and zope people get theirs from the witch | 15:29 |
* mgedmin doesn't think there's any significant difference between ProxyPass and RewriteRule ... [P,L] | 15:29 | |
*** astoon has quit IRC | 15:31 | |
tPl0ch | mgedmin, 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-7 | icemac * r116502 zope.app.file/ (5 files in 2 dirs): Removed ZPKG slugs and ZCML ones. | 15:32 |
CIA-7 | lra * r116503 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow-mergepoint1: prepare sync with trunk | 15:32 |
CIA-7 | icemac * 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-7 | icemac * 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-7 | icemac * r116506 zope.app.file/ (CHANGES.txt setup.py): Preparing release 3.6.1 | 15:32 |
CIA-7 | icemac * r116507 /zope.app.file/tags/3.6.1: Tagging 3.6.1 | 15:32 |
CIA-7 | icemac * r116508 zope.app.file/ (CHANGES.txt setup.py): Back to development: 3.6.2 | 15:32 |
CIA-7 | icemac * 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.file | 15:32 |
betabug | mgedmin: RewriteRules are much more flexible | 15:32 |
d2m | this is kind of weird conversation with CIA etal. in between | 15:33 |
d2m | how put the checkin messages on the channel? | 15:33 |
tPl0ch | d2m, looks like a bot which is getting info from some SCM | 15:33 |
betabug | d2m: I'm blocking all but the planet bots, much easier on the eyes | 15:34 |
*** astoon has joined #zope | 15:38 | |
CIA-7 | icemac * 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 |
tPl0ch | Ok guys, how would I best achieve that ssl requests are being processed by the second client running on localhost:8081 | 15:49 |
betabug | you need a different virtual host for SSL anyway | 15:50 |
tPl0ch | betabug, I know that | 15:50 |
betabug | on 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 host | 15:50 |
betabug | in the SSL virtual host the setup is just like any other zope-behind-apache setup | 15:50 |
betabug | I'd suggest to get the rewriterule from betabug.ch/zope/witch | 15:51 |
tPl0ch | betabug, thanks a lot | 15:53 |
betabug | no problem :-) | 15:53 |
CIA-7 | icemac * 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-7 | icemac * r116511 zope.app.generations/ (CHANGES.txt setup.py): Preparing release 3.6.0 | 16:03 |
CIA-7 | icemac * r116512 /zope.app.generations/tags/3.6.0: Tagging 3.6.0 | 16:04 |
CIA-7 | icemac * r116513 zope.app.generations/ (CHANGES.txt setup.py): Back to development: 3.6.1 | 16:04 |
CIA-7 | icemac * 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-7 | icemac * r116515 zope.app.component/ (CHANGES.txt setup.py): Preparing release 3.9.2 | 16:04 |
CIA-7 | icemac * r116516 /zope.app.component/tags/3.9.2: Tagging 3.9.2 | 16:04 |
CIA-7 | lra * r116517 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow/ (30 files in 6 dirs): sync with trunk | 16:04 |
CIA-7 | icemac * r116518 zope.app.component/ (CHANGES.txt setup.py): Back to development: 3.9.3 | 16:04 |
CIA-7 | lra * r116519 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow/Products/DCWorkflow/version.txt: prepare for internal-only release | 16:04 |
CIA-7 | lra * r116520 /Sandbox/erp5: ERP5 packages sandbox | 16:04 |
CIA-7 | icemac * r116521 /zopetoolkit/ (branches/1.0/zopeapp-versions.cfg trunk/zopeapp-versions.cfg): using versions which no longer depend on zope.app.securitypolicy | 16:04 |
CIA-7 | lra * r116522 /Sandbox/erp5/tags: | 16:04 |
CIA-7 | icemac * r116523 /zope.generations: package to implement https://blueprints.launchpad.net/zope.app.generations/+spec/zope.generations | 16:04 |
CIA-7 | icemac * r116524 zope.generations/: starting point: zope.app.generations | 16:04 |
*** wite has left #zope | 16:13 | |
*** __mac__ has quit IRC | 16:13 | |
CIA-7 | lra * r116525 /Sandbox/erp5/tags/Products.DCWorkflow-restore_WofklowMethod-2.2.1nxd001: Internal-release tag | 16:19 |
CIA-7 | lra * r116526 /Sandbox/erp5/tags/Acquisition-aq_dynamic-2.13.4nxd001: Internal-only tag | 16:19 |
*** alexpilz has quit IRC | 16:23 | |
*** eperez has quit IRC | 16:23 | |
*** alexpilz has joined #zope | 16:30 | |
*** williamthekid has joined #zope | 16:33 | |
*** sashav has quit IRC | 16:33 | |
*** sunew has quit IRC | 16:35 | |
*** sunew has joined #zope | 16:35 | |
*** dayne has quit IRC | 16:44 | |
*** digitalmortician has quit IRC | 16:47 | |
*** alvaro_ has joined #zope | 16:53 | |
CIA-7 | yuppie * r116527 Zope/versions.cfg: - switched to latest ztk release | 16:57 |
CIA-7 | tseaver * r116528 ZODB/src/ (3 files in 3 dirs): repozo: Remove '.index' + files corresponding to backups being removed. | 16:57 |
CIA-7 | yuppie * r116529 CMF/buildout.cfg: - switched to latest ztk release | 16:57 |
CIA-7 | lra * r116530 /Sandbox/lra/branches/restore-WorkflowMethod-Products.DCWorkflow/Products/DCWorkflow/version.txt: back to "development" | 16:57 |
*** dayne has joined #zope | 17:03 | |
planetzopebot | Zope Summit, DZUG, repoze.bfg (Code Singer) http://codesinger.blogspot.com/2010/09/zope-summit-dzug-repozebfg.html | 17:04 |
*** jim_SFU has joined #zope | 17:10 | |
*** dvschramm|away is now known as dvschramm | 17:11 | |
*** jim_SFU has quit IRC | 17:11 | |
*** MatthewWilkes has quit IRC | 17:17 | |
*** cbcunc has quit IRC | 17:23 | |
*** runyaga has joined #zope | 17:25 | |
*** MrWu has joined #zope | 17:28 | |
*** jakke has left #zope | 17:33 | |
*** williamthekid has quit IRC | 17:39 | |
*** baijum has quit IRC | 17:43 | |
CIA-7 | jim * r116531 ZODB/src/ZODB/tests/testblob.py: Added missing db close. Gaaaa. | 17:48 |
CIA-7 | lra erp5-aq_dynamic * r116532 Acquisition/setup.py: back to "development" | 17:48 |
*** MJ has quit IRC | 17:52 | |
*** redir has quit IRC | 17:53 | |
*** alexpilz has quit IRC | 17:54 | |
*** MatthewWilkes has joined #zope | 18:05 | |
*** sunew has quit IRC | 18:07 | |
*** williamthekid has joined #zope | 18:11 | |
*** tiwula has joined #zope | 18:13 | |
*** MatthewWilkes has quit IRC | 18:19 | |
*** MatthewWilkes has joined #zope | 18:21 | |
*** williamthekid has quit IRC | 18:21 | |
*** eka has joined #zope | 18:22 | |
*** MatthewWilkes has quit IRC | 18:23 | |
*** cna has quit IRC | 18:27 | |
*** eka has quit IRC | 18:27 | |
*** alexpilz has joined #zope | 18:28 | |
*** daMaestro has joined #zope | 18:33 | |
*** __mac__ has joined #zope | 18:33 | |
*** giampaolo has quit IRC | 18:38 | |
*** JaRoel|4D has quit IRC | 18:41 | |
*** kiorky has quit IRC | 18:48 | |
*** f10w has quit IRC | 18:50 | |
*** bobo_b has joined #zope | 18:50 | |
*** hartym has quit IRC | 18:50 | |
CIA-7 | icemac 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 packages | 18:50 |
CIA-7 | icemac 3.7 * r116534 zope.app.testing/ (CHANGES.txt setup.py): Preparing release 3.7.8 | 18:50 |
CIA-7 | icemac * r116535 /zope.app.testing/tags/3.7.8: Tagging 3.7.8 | 18:50 |
CIA-7 | icemac 3.7 * r116536 zope.app.testing/ (CHANGES.txt setup.py): Back to development: 3.7.9 | 18:50 |
*** davisagli|away is now known as davisagli | 18:51 | |
*** davisagli is now known as davisagli|away | 18:52 | |
*** pepeu has joined #zope | 18:52 | |
*** davisagli|away is now known as davisagli | 18:52 | |
*** f10w has joined #zope | 18:53 | |
*** menesis has quit IRC | 18:54 | |
*** baijum has joined #zope | 18:55 | |
*** davisagli is now known as davisagli|away | 18:55 | |
*** menesis has joined #zope | 18:57 | |
*** aaronv has joined #zope | 19:00 | |
*** benji is now known as benji-lunch | 19:01 | |
*** __mac__ has quit IRC | 19:01 | |
CIA-7 | icemac 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 version | 19:04 |
*** davisagli|away is now known as davisagli | 19:04 | |
*** davisagli is now known as davisagli|away | 19:05 | |
*** mahiti_skt has quit IRC | 19:08 | |
*** yuvilio has joined #zope | 19:09 | |
*** kiorky has joined #zope | 19:17 | |
*** baijum has quit IRC | 19:19 | |
*** fredvd has quit IRC | 19:19 | |
*** redir has joined #zope | 19:22 | |
*** baijum has joined #zope | 19:23 | |
*** davisagli|away is now known as davisagli | 19:26 | |
*** kiorky has quit IRC | 19:26 | |
*** mitchell` is now known as mitchell`off | 19:28 | |
*** baijum1 has joined #zope | 19:31 | |
*** baijum has quit IRC | 19:31 | |
*** pepeu has quit IRC | 19:33 | |
*** kiorky has joined #zope | 19:39 | |
*** regebro has quit IRC | 19:45 | |
*** regebro has joined #zope | 19:46 | |
*** ccomb has quit IRC | 19:47 | |
*** menesis has quit IRC | 19:49 | |
*** tPl0ch has quit IRC | 19:57 | |
*** bigkevmcd has quit IRC | 20:08 | |
*** benji-lunch is now known as benji | 20:11 | |
*** JaRoel|4D has joined #zope | 20:15 | |
*** thetet has joined #zope | 20:21 | |
*** agroszer has quit IRC | 20:40 | |
*** runyaga has quit IRC | 20:46 | |
*** runyaga has joined #zope | 20:46 | |
*** agroszer has joined #zope | 20:50 | |
*** aaronv has quit IRC | 20:51 | |
*** allisterb has quit IRC | 21:01 | |
*** MrWu has quit IRC | 21:02 | |
*** yuvilio has quit IRC | 21:02 | |
*** d2m has quit IRC | 21:07 | |
*** runyaga has quit IRC | 21:12 | |
*** alexpilz has quit IRC | 21:13 | |
*** allisterb has joined #zope | 21:13 | |
*** __mac__ has joined #zope | 21:16 | |
*** __mac__ has quit IRC | 21:35 | |
*** zagy has joined #zope | 21:37 | |
CIA-7 | icemac 3.8 * r116538 zope.testbrowser/ (CHANGES.txt setup.py): Preparing release 3.8.2 | 21:41 |
CIA-7 | icemac * r116539 /zope.testbrowser/tags/3.8.2: Tagging 3.8.2 | 21:41 |
CIA-7 | icemac 3.8 * r116540 zope.testbrowser/ (CHANGES.txt setup.py): Back to development: 3.8.3 | 21:41 |
CIA-7 | jim * r116541 ZODB/src/ZEO/tests/testConnection.py: Fixed a bug in the debug logging. | 21:41 |
CIA-7 | icemac 1.0 * r116542 zopetoolkit/zopeapp-versions.cfg: upgraded to deprecation free versions | 21:41 |
*** agroszer has quit IRC | 21:48 | |
*** baijum1 has quit IRC | 21:54 | |
*** aaronv has joined #zope | 22:12 | |
*** zagy has quit IRC | 22:18 | |
*** sm has quit IRC | 22:19 | |
*** thetet has quit IRC | 22:23 | |
*** zagy has joined #zope | 22:31 | |
*** daMaestro has quit IRC | 22:44 | |
*** astoon has quit IRC | 22:46 | |
*** zagy has quit IRC | 22:47 | |
*** MadRobot has joined #zope | 22:48 | |
*** daMaestro has joined #zope | 22:52 | |
*** __mac__ has joined #zope | 23:01 | |
*** teix has left #zope | 23:06 | |
*** __mac__ has quit IRC | 23:06 | |
*** vipod has quit IRC | 23:08 | |
*** minskmaz has joined #zope | 23:11 | |
*** thetet has joined #zope | 23:24 | |
Moo^ | http://svn.zope.org/zope.traversing/trunk/README.txt?rev=82003&view=auto | 23: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 happy | 23:34 |
*** astoon has joined #zope | 23:35 | |
*** MadRobot has quit IRC | 23:35 | |
*** dvschramm has quit IRC | 23:46 | |
minskmaz | Moo^: look into getSite getParents zope.location absoluteURL and IIntIds - they're all sorta used together to get you around your app real quick | 23:48 |
*** mr_jolly has joined #zope | 23:49 | |
Moo^ | minskmaz: nah | 23:50 |
Moo^ | it didn't work in any case | 23:50 |
minskmaz | what 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 happens | 23:50 |
Moo^ | when you call traverse from Python code. Then another | 23:50 |
Moo^ | case is zope.tales.expression.PathExpr which uses | 23:50 |
Moo^ | really simple traverser. | 23:50 |
Moo^ | PathExpr does not honor ITraversable | 23:51 |
Moo^ | it is only for HTTP | 23:51 |
minskmaz | do you know where you're trying to go ? or are you searching the tree | 23:51 |
Moo^ | here https://svn.plone.org/svn/collective/collective.fastview/trunk/collective/fastview/views.py | 23:52 |
minskmaz | Moo^: 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 up | 23:58 |
minskmaz | is it a utility ? | 23:58 |
minskmaz | I don't use viewlets so... | 23:59 |
*** ccomb has joined #zope | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!