*** schwendinger_ has quit IRC | 00:07 | |
* mcdonc beats the zope-dev drum more | 00:17 | |
*** MJ has quit IRC | 00:22 | |
*** MJ|nickcollision has joined #zope3-dev | 00:22 | |
malthe | I'd like to make a "get" view available at any location in the URL that would lookup the following path component using some UUID, i.e. /something/get/34523552/some_view ––– how can that be registered using the traversing machinery? | 00:30 |
---|---|---|
srichter | create a special traverser for the "get" object | 00:32 |
srichter | every uid is a UID object | 00:32 |
srichter | register a view the UID object called some_view | 00:32 |
srichter | you might also look at z3c.pluggabletraverser | 00:33 |
*** natea_ has quit IRC | 00:33 | |
malthe | srichter: so "get" needs to be some kind of object? | 00:34 |
srichter | well, it does not have to | 00:34 |
*** MJ|nickcollision is now known as MJ | 00:34 | |
srichter | you can also write a custom traverser for soemthing | 00:34 |
srichter | that whenever it sees "get" returns itself | 00:34 |
malthe | right but I'd have to register that traverser for * | 00:35 |
malthe | that sounds like an okay solution though | 00:35 |
malthe | this is on zope 2.10 so I don't think z3c.pluggabletraverser will work (it might) | 00:36 |
srichter | you should look at z3c.pluggabletraverser | 00:36 |
malthe | ok I will | 00:36 |
malthe | thanks | 00:36 |
srichter | hooking into the existing traversers is a bit hard | 00:36 |
malthe | right they look rather daunting | 00:36 |
malthe | this is for wego, incidentally | 00:36 |
srichter | the pluggable traverser allows you to register a traverser plugin for "get" for every object | 00:36 |
malthe | excellent | 00:36 |
*** schwendinger has joined #zope3-dev | 00:41 | |
*** schwendinger has quit IRC | 00:45 | |
*** lucielejard_ has joined #zope3-dev | 00:49 | |
*** benji has quit IRC | 00:50 | |
*** regebro has left #zope3-dev | 00:58 | |
*** lucielejard has quit IRC | 00:58 | |
*** timte has joined #zope3-dev | 01:05 | |
malthe | srichter: that package depends on a few zope.* packages ––– that doesn't play well with zope 2.10 right? | 01:05 |
srichter | malthe: I have no idea | 01:05 |
malthe | hehe | 01:05 |
srichter | zope 2.10 installs Zope 3.3.1? | 01:06 |
*** harobed has joined #zope3-dev | 01:06 | |
malthe | in a way yes | 01:06 |
srichter | it could be made to work then | 01:06 |
srichter | what in particular is failing for you? | 01:06 |
malthe | zope.app.publisher-3.5.0a2-py2.4.egg: 404 Not Found | 01:07 |
*** greenman has joined #zope3-dev | 01:08 | |
srichter | mmh, have you cleared your eggs cache? | 01:08 |
srichter | that package was removed earlier today | 01:08 |
malthe | hmm that might be it | 01:08 |
*** lucielejard_ has quit IRC | 01:13 | |
malthe | srichter: no luck; it tries to fetch version 3.5 when only 3.4.1 is available on the cheeseshop; I wonder which of the dependencies cause this | 01:20 |
malthe | I don't know enough about the eggification of zope to really understand where the issue lies | 01:20 |
srichter | darn | 01:24 |
srichter | malthe: how dod you try to install/ | 01:24 |
srichter | ? | 01:24 |
malthe | added it to my buildout egg dependencies and made a develop step for it | 01:24 |
malthe | checked out trunk | 01:24 |
malthe | maybe that was a mistake | 01:25 |
malthe | I'm trying to easy_install it now in a virtualenv to see if that works | 01:25 |
srichter | you can use the --index-url=http://download.zope.org/zope3.4 option is easy_install | 01:25 |
srichter | malthe: in buildout | 01:25 |
srichter | you can use the index option | 01:25 |
*** mcdonc has quit IRC | 01:25 | |
malthe | let me try that | 01:26 |
*** norro has quit IRC | 01:34 | |
*** spython has quit IRC | 01:35 | |
*** natea|boston has joined #zope3-dev | 01:36 | |
*** philiKON_ has joined #zope3-dev | 01:38 | |
*** tomus has quit IRC | 01:39 | |
*** tomus has joined #zope3-dev | 01:39 | |
*** lucielejard has joined #zope3-dev | 01:45 | |
malthe | srichter: seems to work well, but actually looking at the code I got the idea that I can just make a namespace ++get++ and then add onto that /some_uuid/some_action | 01:46 |
*** RaFromBRC is now known as RaFromBRC|bbiab | 01:46 | |
malthe | the package does the same with some principal namespace | 01:47 |
srichter | yes | 01:47 |
srichter | I thought the URL was a hard rquirement | 01:47 |
malthe | ok | 01:47 |
srichter | ++namespace++ is not considered clean by most but will work just fine | 01:47 |
malthe | yep I tend to think the same, but I think in this case it will be hidden from view anyway | 01:47 |
srichter | ok | 01:48 |
malthe | thanks for the help | 01:48 |
*** pyqwer has quit IRC | 01:55 | |
*** philiKON has quit IRC | 01:56 | |
*** rmarianski has quit IRC | 02:05 | |
*** philiKON_ has quit IRC | 02:11 | |
*** MJ has quit IRC | 02:12 | |
*** niemeyer has quit IRC | 02:18 | |
*** niemeyer has joined #zope3-dev | 02:20 | |
*** greenman has quit IRC | 02:26 | |
*** RaFromBRC|bbiab is now known as RaFromBRC | 02:31 | |
*** b52laptop has quit IRC | 02:31 | |
*** pigeonflight has joined #zope3-dev | 02:36 | |
*** malthe is now known as malthe|Zzz | 02:36 | |
*** malthe|Zzz is now known as away | 02:36 | |
*** pcardune has quit IRC | 02:37 | |
*** derek|home has joined #zope3-dev | 02:40 | |
*** harobed has quit IRC | 02:41 | |
*** mcdonc has joined #zope3-dev | 02:42 | |
*** niemeyer has quit IRC | 02:47 | |
*** nathany has quit IRC | 02:52 | |
*** natea_ has joined #zope3-dev | 03:11 | |
*** projekt01 has joined #zope3-dev | 03:15 | |
*** natea|boston has quit IRC | 03:19 | |
*** natea|boston has joined #zope3-dev | 03:26 | |
*** pcardune has joined #zope3-dev | 03:26 | |
*** natea_ has quit IRC | 03:34 | |
*** gimni has quit IRC | 03:36 | |
*** natea_ has joined #zope3-dev | 03:41 | |
*** natea|boston has quit IRC | 03:49 | |
*** natea|boston has joined #zope3-dev | 03:58 | |
*** hexsprite has quit IRC | 03:59 | |
*** hexsprite has joined #zope3-dev | 04:00 | |
*** natea_ has quit IRC | 04:05 | |
*** natea|boston has quit IRC | 04:24 | |
*** ktwilight_ has joined #zope3-dev | 04:25 | |
*** rcrafton has quit IRC | 04:32 | |
*** pcardune_ has joined #zope3-dev | 04:34 | |
*** ktwilight has quit IRC | 04:38 | |
*** pcardune has quit IRC | 04:52 | |
*** mcdonc has quit IRC | 05:15 | |
*** mcdonc has joined #zope3-dev | 05:16 | |
*** jsadjohnson has quit IRC | 05:25 | |
*** aross has joined #zope3-dev | 05:26 | |
*** derek|coffeeshop has joined #zope3-dev | 05:38 | |
*** RaFromBRC has quit IRC | 05:38 | |
*** derek|home has quit IRC | 05:46 | |
*** derek|coffeeshop is now known as derek|home | 05:46 | |
*** aross has quit IRC | 05:53 | |
*** projekt01 has quit IRC | 06:04 | |
*** greenman has joined #zope3-dev | 06:14 | |
*** aross has joined #zope3-dev | 06:16 | |
*** aross has quit IRC | 06:18 | |
*** lucielejard has quit IRC | 06:24 | |
*** pcardune_ has quit IRC | 06:28 | |
*** aross has joined #zope3-dev | 06:37 | |
*** stub has joined #zope3-dev | 07:00 | |
*** aross has quit IRC | 07:06 | |
*** stub has quit IRC | 07:15 | |
*** stub has joined #zope3-dev | 07:19 | |
*** alga has quit IRC | 07:20 | |
*** greenman has quit IRC | 07:20 | |
*** darrylcousins has quit IRC | 07:45 | |
*** darrylcousins has joined #zope3-dev | 07:45 | |
*** tfws has joined #zope3-dev | 08:09 | |
*** darrylcousins has quit IRC | 08:09 | |
*** afd_ has joined #zope3-dev | 08:19 | |
*** huajie has joined #zope3-dev | 08:47 | |
*** philiKON has joined #zope3-dev | 09:05 | |
*** tfws is now known as darrylcousins | 09:05 | |
*** natea|boston has joined #zope3-dev | 09:06 | |
*** cursor has joined #zope3-dev | 09:07 | |
*** greenman has joined #zope3-dev | 09:12 | |
*** baijum has joined #zope3-dev | 09:24 | |
*** baijum has quit IRC | 09:28 | |
*** darrylcousins has quit IRC | 09:43 | |
*** stub has quit IRC | 10:04 | |
*** stub has joined #zope3-dev | 10:09 | |
*** pcardune has joined #zope3-dev | 10:24 | |
*** pcardune has quit IRC | 10:24 | |
*** pcardune has joined #zope3-dev | 10:26 | |
*** philiKON has quit IRC | 10:38 | |
*** baijum has joined #zope3-dev | 10:43 | |
*** philiKON has joined #zope3-dev | 10:44 | |
*** afd__ has joined #zope3-dev | 10:45 | |
*** baijum has quit IRC | 10:46 | |
*** stub has quit IRC | 10:57 | |
*** afd_ has quit IRC | 11:02 | |
*** jodok has joined #zope3-dev | 11:14 | |
*** afd__ has quit IRC | 11:17 | |
*** afd__ has joined #zope3-dev | 11:17 | |
*** ccomb has joined #zope3-dev | 11:51 | |
*** jodok has quit IRC | 11:57 | |
*** pcardune has quit IRC | 12:01 | |
*** jodok has joined #zope3-dev | 12:02 | |
*** afd__ has quit IRC | 12:04 | |
*** norro has joined #zope3-dev | 12:04 | |
*** jodok has quit IRC | 12:20 | |
*** pelle__ has joined #zope3-dev | 12:35 | |
*** dobee has joined #zope3-dev | 12:38 | |
*** stub has joined #zope3-dev | 12:52 | |
*** cursor has quit IRC | 12:56 | |
*** regebro has joined #zope3-dev | 13:04 | |
*** jodok has joined #zope3-dev | 13:07 | |
*** pelle__ has quit IRC | 13:14 | |
*** stub has quit IRC | 13:14 | |
*** gimni has joined #zope3-dev | 13:15 | |
*** stub has joined #zope3-dev | 13:20 | |
*** greenman has quit IRC | 13:28 | |
*** pelle__ has joined #zope3-dev | 13:42 | |
*** huajie has quit IRC | 13:49 | |
*** gimni_ has joined #zope3-dev | 14:02 | |
*** dobee_ has joined #zope3-dev | 14:06 | |
*** dobee has quit IRC | 14:06 | |
*** dobee__ has joined #zope3-dev | 14:07 | |
*** dobee_ has quit IRC | 14:10 | |
*** gimni has quit IRC | 14:12 | |
*** afd_ has joined #zope3-dev | 14:16 | |
*** pelle__ has quit IRC | 14:20 | |
*** quodt_ has joined #zope3-dev | 14:56 | |
*** b52laptop has joined #zope3-dev | 14:57 | |
*** romanofski has quit IRC | 15:00 | |
*** mkerrin has joined #zope3-dev | 15:05 | |
*** jodok has quit IRC | 15:09 | |
*** jodok has joined #zope3-dev | 15:10 | |
*** jsadjohnson has joined #zope3-dev | 15:12 | |
*** quodt has quit IRC | 15:14 | |
*** pigeonflight has quit IRC | 15:58 | |
*** niemeyer has joined #zope3-dev | 16:00 | |
*** quodt_ has quit IRC | 16:01 | |
*** dobee has joined #zope3-dev | 16:04 | |
*** dobee__ has quit IRC | 16:22 | |
*** dobee has quit IRC | 16:41 | |
*** yvl has joined #zope3-dev | 16:59 | |
*** cursor has joined #zope3-dev | 17:05 | |
*** stub has quit IRC | 17:13 | |
*** jsadjohnson has quit IRC | 17:14 | |
*** jodok has quit IRC | 17:20 | |
*** J1m has joined #zope3-dev | 17:35 | |
*** afd_ has quit IRC | 17:42 | |
*** away is now known as malthe | 18:03 | |
*** gstratton__ has quit IRC | 18:16 | |
*** gstratton has joined #zope3-dev | 18:19 | |
*** projekt01 has joined #zope3-dev | 18:28 | |
*** gstratton_ has joined #zope3-dev | 18:29 | |
*** benji has joined #zope3-dev | 18:32 | |
*** gstratton__ has joined #zope3-dev | 18:36 | |
*** projekt01 has quit IRC | 18:37 | |
malthe | Anyone here that would be in a position to make a new release of zc.relationship? –– last release is 9 months old and does not cover a critical typo that was fixed in trunk | 18:39 |
*** duckman has joined #zope3-dev | 18:39 | |
philiKON | malthe: i suggest pinging gary poster | 18:41 |
malthe | philiKON: I would, but I can't find his e-mail address | 18:41 |
philiKON | gary@zope.com | 18:41 |
malthe | great thanks | 18:41 |
*** gstratton___ has joined #zope3-dev | 18:45 | |
*** gstratton has quit IRC | 18:45 | |
*** J1m has left #zope3-dev | 18:48 | |
*** duckinator has quit IRC | 18:50 | |
*** gstratton_ has quit IRC | 18:51 | |
*** gstratton has joined #zope3-dev | 18:59 | |
*** gstratton__ has quit IRC | 19:00 | |
*** pcardune has joined #zope3-dev | 19:02 | |
*** pcardune has joined #zope3-dev | 19:04 | |
*** Jell-O-Fishi has quit IRC | 19:06 | |
*** gstratton___ has quit IRC | 19:15 | |
*** malthe is now known as malthe|out | 19:25 | |
*** jodok has joined #zope3-dev | 19:55 | |
*** philiKON has quit IRC | 19:59 | |
*** jodok has quit IRC | 19:59 | |
*** philiKON has joined #zope3-dev | 20:06 | |
*** pcardune has quit IRC | 20:08 | |
*** pcardune has joined #zope3-dev | 20:19 | |
*** harobed has joined #zope3-dev | 20:37 | |
*** quodt has joined #zope3-dev | 20:38 | |
*** norro has quit IRC | 20:48 | |
*** toutpt has joined #zope3-dev | 20:56 | |
*** mkerrin has quit IRC | 21:00 | |
*** pelle__ has joined #zope3-dev | 21:01 | |
*** pelle__ has quit IRC | 21:05 | |
*** toutpt has quit IRC | 21:09 | |
*** J1m has joined #zope3-dev | 21:15 | |
J1m | srichter, ayt? | 21:16 |
*** natea|boston has quit IRC | 21:34 | |
*** gimni__ has joined #zope3-dev | 21:42 | |
*** gimni__ is now known as gimni | 21:42 | |
*** gimni_ has quit IRC | 21:59 | |
*** natea|boston has joined #zope3-dev | 22:04 | |
J1m | waaaaa -- why is transaction an external. Geeze | 22:11 |
philiKON | J1m: i'd be to blame for that | 22:17 |
philiKON | J1m: we needed to make the buildout work again | 22:17 |
philiKON | there isn't a transaction release | 22:17 |
J1m | sigh | 22:17 |
philiKON | creating an external was the least invasive thing to do | 22:18 |
philiKON | at least it seemed so | 22:18 |
philiKON | what should we have done isntead? | 22:18 |
J1m | well, we could have made a transaction release. | 22:18 |
J1m | short of that, I'd rather treat transaction as a distribution. | 22:18 |
philiKON | ? | 22:19 |
J1m | so, it would be better -- short of a release -- to make the transaction external point to the transaction project. | 22:19 |
J1m | then made it another develop egg. | 22:19 |
philiKON | that's what it's doing | 22:19 |
philiKON | meaning, that's what i did | 22:19 |
J1m | ah, my mistake. | 22:19 |
J1m | cool | 22:20 |
J1m | :) | 22:20 |
philiKON | :) | 22:20 |
J1m | I hade a stale emacs buffer that made it look like transaction was in src. sorry. | 22:20 |
J1m | had a | 22:20 |
philiKON | np | 22:20 |
*** gstratton has quit IRC | 22:32 | |
*** pelle__ has joined #zope3-dev | 22:37 | |
*** pelle__ has quit IRC | 22:37 | |
*** stub has joined #zope3-dev | 22:41 | |
*** zenwryly has joined #zope3-dev | 22:42 | |
zenwryly | J1m: I'm following the recent bugfixes to ZEO. They don't by any chance follow the problem we were working on with srichter? | 22:43 |
*** pcardune has quit IRC | 23:09 | |
*** nathany has joined #zope3-dev | 23:09 | |
*** mcdonc has quit IRC | 23:24 | |
*** cursor has quit IRC | 23:26 | |
*** jodok has joined #zope3-dev | 23:41 | |
*** pelle__ has joined #zope3-dev | 23:49 | |
*** pelle__ has quit IRC | 23:50 | |
*** jodok has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!