*** rmarianski has joined #zope3-dev | 00:11 | |
mgedmin | pcardune: could you remind me the name of that buildout recipe for building ctags out of all the eggs? | 00:11 |
---|---|---|
mgedmin | oh, z3c.recipe.tag | 00:12 |
srichter | mgedmin: pcardune is on vacation; it's probably an accidently left open chat session ;-) | 00:14 |
mgedmin | ah | 00:14 |
mgedmin | srichter: do you use ctags? | 00:14 |
srichter | no | 00:14 |
mgedmin | pity | 00:14 |
mgedmin | they're great for instant navigation | 00:15 |
mgedmin | except that splitting a large source tree into many eggs makes building a complete tags file difficult | 00:15 |
srichter | I guess with a recipe that references all eggs it would work | 00:15 |
mgedmin | right | 00:16 |
mgedmin | this is a bit more difficult when you have multiple buildouts and when you don't want to modify any of the buildout.cfg files stored in subversion | 00:17 |
mgedmin | I guess a new tags.cfg file that explicitly extends one of the existing ones and references its eggs would work | 00:17 |
srichter | yep | 00:18 |
dunny | mgedmin: http://pypi.python.org/pypi/collective.recipe.omelette/0.6 | 00:21 |
mgedmin | dunny: this is cool, but I don't trust symlinks | 00:23 |
mgedmin | I may accidentally start editing the same file via two different paths | 00:24 |
*** junkafarian has joined #zope3-dev | 00:30 | |
*** sp0cksbeard has quit IRC | 00:34 | |
*** jodok has quit IRC | 00:36 | |
*** benji has quit IRC | 00:40 | |
*** alga has joined #zope3-dev | 00:40 | |
*** tarek has joined #zope3-dev | 00:42 | |
*** yota has quit IRC | 00:43 | |
*** basti_ has quit IRC | 00:44 | |
*** jodok has joined #zope3-dev | 00:44 | |
*** tarek has quit IRC | 00:51 | |
*** redir has quit IRC | 00:54 | |
*** tarek has joined #zope3-dev | 00:55 | |
*** lu|sprintgodess has quit IRC | 01:01 | |
*** harobed has joined #zope3-dev | 01:06 | |
*** J1m has quit IRC | 01:11 | |
*** lurkymclurkleton has quit IRC | 01:18 | |
*** norro has quit IRC | 01:18 | |
*** aclark|away is now known as aclark | 01:25 | |
*** oggers has joined #zope3-dev | 01:28 | |
*** greenman has quit IRC | 01:30 | |
*** dbfrombrc has quit IRC | 01:36 | |
*** aaronv has joined #zope3-dev | 01:41 | |
*** tdoggette has quit IRC | 01:52 | |
*** greenman has joined #zope3-dev | 02:06 | |
*** mgedmin has quit IRC | 02:12 | |
*** dvschramm has quit IRC | 02:13 | |
*** harobed has quit IRC | 02:22 | |
*** brandon_rhodes has quit IRC | 02:22 | |
*** yotaff has quit IRC | 02:22 | |
*** mcdonc has quit IRC | 02:22 | |
*** ARiKA has quit IRC | 02:22 | |
*** SteveA has quit IRC | 02:22 | |
*** tarek has quit IRC | 02:22 | |
*** jfkw has quit IRC | 02:22 | |
*** VladDrac has quit IRC | 02:22 | |
*** harobed has joined #zope3-dev | 02:22 | |
*** tarek has joined #zope3-dev | 02:22 | |
*** brandon_rhodes has joined #zope3-dev | 02:22 | |
*** yotaff has joined #zope3-dev | 02:22 | |
*** mcdonc has joined #zope3-dev | 02:22 | |
*** ARiKA has joined #zope3-dev | 02:22 | |
*** SteveA has joined #zope3-dev | 02:22 | |
*** jfkw has joined #zope3-dev | 02:22 | |
*** VladDrac has joined #zope3-dev | 02:22 | |
*** tarek has quit IRC | 02:31 | |
*** oggers has quit IRC | 02:31 | |
*** philiKON has quit IRC | 02:36 | |
*** rmarianski has quit IRC | 02:37 | |
*** harobed has quit IRC | 02:40 | |
*** reco has joined #zope3-dev | 02:51 | |
*** faassen has quit IRC | 02:53 | |
*** jodok has quit IRC | 02:56 | |
*** reco has quit IRC | 03:04 | |
*** elro has quit IRC | 03:13 | |
*** dbfrombrc has joined #zope3-dev | 03:18 | |
*** runyaga has quit IRC | 03:28 | |
*** J1m has joined #zope3-dev | 03:46 | |
*** alga has quit IRC | 03:48 | |
*** jsadjohnson has quit IRC | 03:50 | |
*** aclark is now known as aclark|away | 03:55 | |
*** J1m has quit IRC | 03:55 | |
*** flox has left #zope3-dev | 04:08 | |
*** brandon_rhodes has left #zope3-dev | 04:53 | |
*** aaronv has quit IRC | 05:17 | |
*** tdoggette has joined #zope3-dev | 05:25 | |
fcorrea | srichter, hey yt? | 05:26 |
srichter | fcorrea: yes | 05:27 |
fcorrea | srichter, I just wrote a simple pagelet to handle a deletion process but I think I am missing something because when I use self.request.response.redirect(absoluteURL(parent, self.reques)), it fails after the redirection because it seems to maintain the same request | 05:30 |
fcorrea | will paste my traceback | 05:30 |
srichter | that is impossible, because a redirect causes a separate HTTP request | 05:31 |
fcorrea | srichter, http://paste.plone.org/23325 | 05:33 |
fcorrea | that pagelet is something like: site/folder/delete | 05:34 |
srichter | ok, so for some reason it seems the "parent" attribute does not have a parent | 05:37 |
srichter | can you check this? | 05:37 |
srichter | btw, I think your problem is totally independent of pagelets | 05:37 |
fcorrea | mmm....the parent is my app root. An IPossiblesite | 05:38 |
fcorrea | srichter, just put some more debug info in here http://paste.plone.org/23326 | 05:44 |
srichter | does it have a parent? | 05:44 |
srichter | try to execute absoluteURL(...) in isolation | 05:44 |
fcorrea | ok | 05:45 |
srichter | mmh, o | 05:45 |
srichter | you did already | 05:45 |
fcorrea | yep | 05:45 |
srichter | I have no idea why this call fails then | 05:45 |
fcorrea | :), np. Thanks | 05:46 |
srichter | fcorrea: ahh, look at the traceback again | 05:47 |
srichter | I know what happens :-) | 05:47 |
srichter | you set the redirect header and that works fine | 05:47 |
fcorrea | Awesome, tell me. I already tear my hair off | 05:47 |
srichter | but then you still try to render the template | 05:47 |
srichter | and there this call fails: | 05:48 |
srichter | return absoluteURL(self.context, self.request) + '/addDocument' | 05:48 |
srichter | so the general trick is to set a flag saying "self.completedDeletion = True" | 05:48 |
srichter | before you try to render the view, you check whether the flag has been set to True | 05:48 |
srichter | if True you do not render the template, because the redirect header is set | 05:49 |
fcorrea | mmm....interesting | 05:49 |
srichter | not only will this fix your bug, but will also be a nice performance improvement | 05:49 |
*** junkafarian has quit IRC | 05:50 | |
fcorrea | will self.completedDeletion be present in the viewlet where it is failing or do I need to push it somewhere? | 05:52 |
fcorrea | when you said that I still try to render the template, I assume this is caused by the redirection because that render process was supposed to take place after redirection and not at the sametime | 05:53 |
fcorrea | Thanks, anyway. Will try to solve it here | 05:56 |
srichter | yes | 06:05 |
srichter | exactely | 06:05 |
srichter | the deletion happens during update(), the template is evaluated after render() | 06:05 |
*** binseer has joined #zope3-dev | 06:08 | |
*** kursor has joined #zope3-dev | 06:41 | |
*** greenman has quit IRC | 06:43 | |
*** afd_ has joined #zope3-dev | 06:45 | |
*** kursor has quit IRC | 06:53 | |
*** afd__ has joined #zope3-dev | 07:07 | |
*** afd_ has quit IRC | 07:07 | |
*** afd__ has quit IRC | 07:25 | |
*** greenman has joined #zope3-dev | 07:33 | |
*** dbfrombrc has quit IRC | 07:54 | |
*** dbfrombrc has joined #zope3-dev | 07:55 | |
*** dbfrombrc has quit IRC | 08:01 | |
*** Ariel_Calzada has joined #zope3-dev | 08:14 | |
*** stub has joined #zope3-dev | 08:17 | |
*** afd__ has joined #zope3-dev | 08:53 | |
*** agroszer has joined #zope3-dev | 09:21 | |
*** quodt has joined #zope3-dev | 09:23 | |
*** mustap has joined #zope3-dev | 09:26 | |
*** srichter has quit IRC | 09:29 | |
*** jodok has joined #zope3-dev | 09:30 | |
*** philiKON has joined #zope3-dev | 09:36 | |
*** jayaraj has joined #zope3-dev | 09:41 | |
*** norro has joined #zope3-dev | 09:47 | |
*** goschtl has joined #zope3-dev | 09:49 | |
*** norro has quit IRC | 09:50 | |
*** basti_ has joined #zope3-dev | 10:00 | |
*** Ariel_Calzada has quit IRC | 10:01 | |
*** philiKON has quit IRC | 10:12 | |
*** __gotcha_ has joined #zope3-dev | 10:17 | |
*** __gotcha_ is now known as __gotcha | 10:17 | |
*** dobee has joined #zope3-dev | 10:26 | |
*** tdoggette has quit IRC | 10:30 | |
*** tarek has joined #zope3-dev | 10:38 | |
*** junkafarian has joined #zope3-dev | 10:44 | |
*** tarek has quit IRC | 10:48 | |
*** tarek has joined #zope3-dev | 10:49 | |
*** philiKON has joined #zope3-dev | 10:52 | |
*** malthe has joined #zope3-dev | 11:04 | |
*** harobed has joined #zope3-dev | 11:04 | |
*** greenman has quit IRC | 11:12 | |
*** greenman has joined #zope3-dev | 11:17 | |
*** alga has joined #zope3-dev | 11:37 | |
*** maurits has joined #zope3-dev | 11:41 | |
*** b52laptop has joined #zope3-dev | 11:58 | |
*** stub1 has joined #zope3-dev | 11:59 | |
*** stub has quit IRC | 11:59 | |
*** stub1 is now known as stub | 12:00 | |
*** dukebody has joined #zope3-dev | 12:05 | |
*** timte has joined #zope3-dev | 12:08 | |
*** ktwilight__ has joined #zope3-dev | 12:09 | |
*** afd___ has joined #zope3-dev | 12:22 | |
*** greenman has quit IRC | 12:22 | |
*** ktwilight_ has quit IRC | 12:23 | |
*** flox has joined #zope3-dev | 12:23 | |
*** afd__ has quit IRC | 12:34 | |
*** alga has quit IRC | 12:36 | |
*** alga has joined #zope3-dev | 12:52 | |
*** dukebody_ has joined #zope3-dev | 13:07 | |
*** salfield has joined #zope3-dev | 13:12 | |
*** junkafarian has quit IRC | 13:13 | |
*** timte has quit IRC | 13:21 | |
*** timte has joined #zope3-dev | 13:22 | |
*** dukebody has quit IRC | 13:22 | |
*** projekt01 has joined #zope3-dev | 13:23 | |
*** aaronv has joined #zope3-dev | 13:26 | |
*** salfield has quit IRC | 13:26 | |
*** sunew has joined #zope3-dev | 13:27 | |
*** aclark|away is now known as aclark | 13:28 | |
*** jodok has quit IRC | 13:33 | |
*** jodok has joined #zope3-dev | 13:33 | |
*** elro has joined #zope3-dev | 13:40 | |
*** junkafarian has joined #zope3-dev | 13:44 | |
*** BjornT_ has joined #zope3-dev | 13:46 | |
*** BjornT has quit IRC | 13:49 | |
*** afd___ has quit IRC | 13:54 | |
*** MJ has joined #zope3-dev | 14:04 | |
*** jsadjohnson has joined #zope3-dev | 14:07 | |
*** aaronv has quit IRC | 14:27 | |
*** J1m has joined #zope3-dev | 14:34 | |
*** mustap has left #zope3-dev | 14:35 | |
*** sunew has quit IRC | 14:38 | |
jayaraj | hi friends why we have both zope.file and zope.app.file ? | 14:51 |
*** BjornT_ has quit IRC | 14:52 | |
*** elro has quit IRC | 14:53 | |
*** BjornT has joined #zope3-dev | 14:53 | |
Theuni | jayaraj: the general answer is about the distinction between the zope.* and zope.app.* namespace | 14:56 |
Theuni | zope.* are packages that are supposed to be useful on (almost) their own | 14:56 |
jayaraj | ic | 14:57 |
Theuni | zope.app.* however are zope-specific packages for assembling the Zope Application server and might have strong connections to various zope.* and zope.app.* packages | 14:57 |
Theuni | also, zope.* packages are not allowed to have dependencies into the zope.app.* namespace | 14:57 |
Theuni | (We do have some relicts that do this, though.) | 14:57 |
jayaraj | Theuni, functionaly they are same rite? | 14:57 |
Theuni | zope.app.file probably is based on zope.file | 14:58 |
jayaraj | Theuni, as i can see in the code... zope.file is based on ZODB.blob while zope.app.file stores the data onzodb as a list of slices | 14:59 |
jayaraj | so the 'File' in zope.app.file and that in zope.file is quite different from each other! | 15:06 |
Theuni | gotta go afk | 15:08 |
Theuni | jayaraj: well. then i was wrong. :) | 15:08 |
jayaraj | Theuni, its ok... bye | 15:09 |
*** danielblackburn_ has left #zope3-dev | 15:15 | |
*** sunew has joined #zope3-dev | 15:20 | |
*** afd___ has joined #zope3-dev | 15:21 | |
*** benji has joined #zope3-dev | 15:25 | |
*** jsadjohnson has left #zope3-dev | 15:29 | |
*** Theuni has quit IRC | 15:30 | |
*** Theuni has joined #zope3-dev | 15:31 | |
*** svenn has joined #zope3-dev | 15:31 | |
*** projekt01 has quit IRC | 15:40 | |
*** aclark is now known as aclark|away | 15:40 | |
*** dukebody_ has left #zope3-dev | 15:44 | |
*** ignas has joined #zope3-dev | 15:45 | |
*** elro has joined #zope3-dev | 15:46 | |
*** quodt has quit IRC | 15:47 | |
*** lurkymclurkleton has joined #zope3-dev | 15:50 | |
*** fcorrea has quit IRC | 15:51 | |
*** fcorrea has joined #zope3-dev | 15:56 | |
*** harobed has quit IRC | 15:59 | |
*** Theuni has quit IRC | 16:00 | |
*** aaronv has joined #zope3-dev | 16:01 | |
*** Theuni has joined #zope3-dev | 16:07 | |
*** dunny has quit IRC | 16:08 | |
*** elro has quit IRC | 16:16 | |
*** lucielejard has joined #zope3-dev | 16:17 | |
*** MJ is now known as MJ|afk | 16:23 | |
*** tarek has quit IRC | 16:28 | |
*** tarek has joined #zope3-dev | 16:31 | |
*** rcrafton has joined #zope3-dev | 16:36 | |
*** __mac___ has joined #zope3-dev | 16:42 | |
*** svenn has quit IRC | 16:46 | |
*** danielblackburn has joined #zope3-dev | 16:46 | |
*** fairwinds has joined #zope3-dev | 16:49 | |
*** tdoggette has joined #zope3-dev | 16:53 | |
*** reco has joined #zope3-dev | 16:55 | |
*** __mac__ has quit IRC | 16:59 | |
*** rcrafton has quit IRC | 16:59 | |
*** dobee has quit IRC | 17:02 | |
*** benji has quit IRC | 17:05 | |
*** stub has quit IRC | 17:06 | |
*** afd__ has joined #zope3-dev | 17:06 | |
*** rcrafton has joined #zope3-dev | 17:07 | |
*** basti_ has quit IRC | 17:07 | |
*** brandon_rhodes has joined #zope3-dev | 17:11 | |
*** VladDrac has left #zope3-dev | 17:11 | |
*** __mac___ has quit IRC | 17:19 | |
*** MrTopf has joined #zope3-dev | 17:24 | |
*** srichter has joined #zope3-dev | 17:24 | |
*** afd___ has quit IRC | 17:26 | |
*** binseer has quit IRC | 17:27 | |
*** danielblackburn_ has joined #zope3-dev | 17:28 | |
*** jayaraj has quit IRC | 17:29 | |
*** mgedmin has joined #zope3-dev | 17:33 | |
*** alga has quit IRC | 17:40 | |
*** dvschramm has joined #zope3-dev | 17:41 | |
*** ChanServ sets mode: +o srichter | 17:42 | |
*** danielblackburn has quit IRC | 17:44 | |
*** b52laptop has joined #zope3-dev | 17:53 | |
*** norro has joined #zope3-dev | 17:54 | |
*** bigkevmcd has quit IRC | 17:55 | |
*** bigkevmcd has joined #zope3-dev | 17:58 | |
*** danielblackburn_ has quit IRC | 18:01 | |
*** philiKON has quit IRC | 18:02 | |
*** goschtl has quit IRC | 18:02 | |
*** dobee has joined #zope3-dev | 18:04 | |
*** norro has quit IRC | 18:05 | |
*** srichter has quit IRC | 18:05 | |
*** srichter has joined #zope3-dev | 18:05 | |
*** nathany has joined #zope3-dev | 18:06 | |
*** rmarianski has joined #zope3-dev | 18:06 | |
*** norro has joined #zope3-dev | 18:08 | |
*** mgedmin has quit IRC | 18:18 | |
*** Theuni has quit IRC | 18:19 | |
*** philiKON has joined #zope3-dev | 18:19 | |
*** __gotcha has quit IRC | 18:23 | |
*** Theuni has joined #zope3-dev | 18:23 | |
*** junkafarian_ has joined #zope3-dev | 18:24 | |
*** junkafarian has quit IRC | 18:24 | |
*** junkafarian_ is now known as junkafarian | 18:25 | |
*** MrTopf has quit IRC | 18:29 | |
*** alga has joined #zope3-dev | 18:34 | |
*** strichter has joined #zope3-dev | 18:35 | |
*** srichter has quit IRC | 18:36 | |
*** __mac__ has joined #zope3-dev | 18:37 | |
*** reco has quit IRC | 18:41 | |
*** reco has joined #zope3-dev | 18:42 | |
*** Theuni has quit IRC | 18:45 | |
*** sunew has quit IRC | 18:54 | |
*** mgedmin has joined #zope3-dev | 18:59 | |
*** dobee has quit IRC | 19:04 | |
*** dobee has joined #zope3-dev | 19:05 | |
*** aaronv has quit IRC | 19:21 | |
*** afd__ has quit IRC | 19:27 | |
*** aaronv has joined #zope3-dev | 19:28 | |
*** aaronv has quit IRC | 19:31 | |
*** timte has quit IRC | 19:31 | |
*** aaronv has joined #zope3-dev | 19:32 | |
*** junkafarian has quit IRC | 19:37 | |
*** faassen has joined #zope3-dev | 19:39 | |
*** flox has left #zope3-dev | 19:48 | |
*** jodok has quit IRC | 19:49 | |
*** jodok has joined #zope3-dev | 19:55 | |
*** alga has quit IRC | 20:02 | |
*** __mac__ has quit IRC | 20:27 | |
*** MJ|afk is now known as MJ | 20:43 | |
*** malthe has quit IRC | 20:44 | |
*** jodok has quit IRC | 20:54 | |
*** maurits has quit IRC | 20:58 | |
*** jamur2_ has joined #zope3-dev | 20:58 | |
*** jamur2 has quit IRC | 20:58 | |
*** ktwilight__ has quit IRC | 21:09 | |
*** ktwilight__ has joined #zope3-dev | 21:10 | |
*** norro_ has joined #zope3-dev | 21:17 | |
*** ktwilight__ has quit IRC | 21:22 | |
*** norro__ has joined #zope3-dev | 21:24 | |
*** mcdonc has quit IRC | 21:26 | |
*** mcdonc has joined #zope3-dev | 21:26 | |
*** tarek has quit IRC | 21:29 | |
*** norro has quit IRC | 21:30 | |
*** yotaff has quit IRC | 21:30 | |
*** norro__ has quit IRC | 21:30 | |
*** norro has joined #zope3-dev | 21:31 | |
*** rocky has quit IRC | 21:33 | |
*** norro_ has quit IRC | 21:37 | |
*** norro has quit IRC | 21:37 | |
*** danielblackburn has joined #zope3-dev | 21:38 | |
*** ignas has quit IRC | 21:40 | |
*** jodok has joined #zope3-dev | 21:43 | |
*** __mac__ has joined #zope3-dev | 21:47 | |
*** rocky has joined #zope3-dev | 21:52 | |
*** agroszer_ has joined #zope3-dev | 21:53 | |
*** agroszer has quit IRC | 21:54 | |
*** mgedmin has quit IRC | 21:58 | |
*** tdoggette has quit IRC | 21:59 | |
*** mgedmin has joined #zope3-dev | 22:00 | |
*** kev_ has joined #zope3-dev | 22:01 | |
*** reco has quit IRC | 22:02 | |
*** timte has joined #zope3-dev | 22:03 | |
*** jamur2_ has quit IRC | 22:05 | |
*** jamur2 has joined #zope3-dev | 22:05 | |
*** norro has joined #zope3-dev | 22:07 | |
ARiKA | how to adjust the constraints of a content type that I create | 22:17 |
ARiKA | to make it not being created in the root of zope? | 22:17 |
*** agroszer_ has quit IRC | 22:18 | |
*** __mac__ has quit IRC | 22:18 | |
*** __mac__ has joined #zope3-dev | 22:19 | |
*** __mac__ has quit IRC | 22:37 | |
*** baijum has joined #zope3-dev | 22:39 | |
*** benji has joined #zope3-dev | 22:42 | |
*** Theuni has joined #zope3-dev | 22:46 | |
*** danielblackburn has quit IRC | 22:46 | |
*** baijum has left #zope3-dev | 22:55 | |
*** yota has joined #zope3-dev | 22:55 | |
*** Theuni has quit IRC | 22:58 | |
*** harobed has joined #zope3-dev | 23:02 | |
*** tarek has joined #zope3-dev | 23:21 | |
*** kev_ has quit IRC | 23:22 | |
*** MJ has quit IRC | 23:28 | |
*** faassen has quit IRC | 23:36 | |
*** tarek has quit IRC | 23:39 | |
*** ktwilight has joined #zope3-dev | 23:52 | |
*** dunny has joined #zope3-dev | 23:52 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!