*** norro has quit IRC | 00:19 | |
*** reco has joined #zope3-dev | 00:25 | |
*** romanofski has quit IRC | 00:37 | |
*** vimes656 has quit IRC | 00:58 | |
*** timte has quit IRC | 01:09 | |
*** jpcw2002 has joined #zope3-dev | 01:41 | |
*** aclark is now known as aclark|dinner | 01:46 | |
*** MrTopf has quit IRC | 01:50 | |
*** reco has quit IRC | 02:10 | |
*** gstratton has joined #zope3-dev | 02:16 | |
arika | Do every content type needs a factory to be created? | 02:45 |
---|---|---|
*** jpcw2002 has left #zope3-dev | 02:52 | |
*** georgyberdyshev has joined #zope3-dev | 02:54 | |
*** gberdyshev_ has quit IRC | 02:54 | |
*** georgyberdyshev is now known as gberdyshev_ | 02:54 | |
arika | anyone here? | 03:07 |
*** b52laptop has quit IRC | 03:07 | |
gstratton | arika: I think the anwer's no | 03:08 |
gstratton | To the first question ;-) | 03:08 |
arika | Hahahahahahhaa | 03:08 |
arika | well at least it was better than asking to ask :) | 03:09 |
*** yota has quit IRC | 03:09 | |
arika | gstratton: do I need a factory for every object that I create? | 03:09 |
arika | lol | 03:09 |
gstratton | arika: From what I remember, it's not necessary to register any factories | 03:10 |
arika | ok... | 03:11 |
arika | I've created the browser vew of addMenuItem | 03:11 |
arika | but nothing appears... | 03:12 |
arika | lol | 03:12 |
arika | I don't see my object under the adding thing... | 03:14 |
arika | This will be a long learning curve | 03:14 |
arika | lol | 03:14 |
*** b52laptop has joined #zope3-dev | 03:14 | |
gstratton | So you're registered an addform? | 03:14 |
arika | yeah | 03:14 |
arika | I don't know if it's using really my package | 03:15 |
arika | I would suppose that because it was created every .pyc file | 03:15 |
arika | lol | 03:15 |
arika | I've got now an addform and an addMenuItem | 03:16 |
gstratton | Hmm, sorry, I'm not too hot on this stuff. I haven't done it for a couple of years. Do you have Philipp's book? | 03:19 |
arika | yeah that's what I'm using | 03:20 |
arika | and also the zope3 book | 03:20 |
arika | I checked that you can create a new object | 03:21 |
arika | and | 03:21 |
arika | I'm trying to continue now with the browser thing | 03:21 |
arika | in order to make the part of adding the content | 03:21 |
arika | :) | 03:21 |
gstratton | arika: Well, registering the class as a factory is quite trivial, so maybe you should try it too see whether that's the problem | 03:23 |
arika | yeah I noticed | 03:23 |
arika | I suppose it fails when you try to package include something that doesn't exists, isn't it? | 03:24 |
arika | lol | 03:24 |
gstratton | Yup. | 03:24 |
arika | ah then I've got no problem | 03:24 |
arika | 1) I created an interface for the content | 03:24 |
arika | 2) I created a class for the content that implements interface | 03:24 |
arika | 3) I added a subfolder browser/ with a configure.zcml thing | 03:25 |
arika | don't get my problem | 03:25 |
arika | lol | 03:25 |
arika | now if I try to debug the factory... | 03:25 |
gstratton | And the package zcml includes the browser subpackage zcml? | 03:25 |
arika | let me check... | 03:26 |
arika | yeah yeah | 03:26 |
arika | added | 03:26 |
arika | <include package=".browser" /> | 03:26 |
arika | wait | 03:26 |
arika | gonna debug this | 03:26 |
arika | if in my zcml Ive got | 03:28 |
arika | <utility factory=".ara2site.Ara2SiteFactory" | 03:28 |
arika | name="ara2CMS.Ara2Site" | 03:28 |
arika | permission="Zope.ManageContent" | 03:28 |
arika | /> | 03:28 |
arika | it says | 03:28 |
arika | >>> a = createObject(u"ara2CMS.Ara2Site") | 03:28 |
arika | Traceback (most recent call last): | 03:28 |
arika | File "<stdin>", line 1, in ? | 03:28 |
arika | File "/usr/local/Zope-3.3.1/lib/python/zope/component/_api.py", line 224, in createObject | 03:28 |
arika | return getUtility(IFactory, __factory_name, context)(*args, **kwargs) | 03:28 |
arika | File "/usr/local/Zope-3.3.1/lib/python/zope/component/_api.py", line 207, in getUtility | 03:28 |
arika | raise ComponentLookupError(interface, name) | 03:28 |
arika | zope.component.interfaces.ComponentLookupError: (<InterfaceClass zope.component.interfaces.IFactory>, u'ara2CMS.Ara2Site') | 03:28 |
arika | >>> | 03:28 |
gstratton | This is from a debug prompt with the application configuration loaded, yes? | 03:29 |
arika | yeah debugzope | 03:29 |
arika | :) | 03:29 |
arika | but take this: (wait) | 03:29 |
arika | uh | 03:30 |
arika | got a syntax error... | 03:30 |
arika | let me see :) | 03:30 |
arika | >>> from ara2CMS.ara2site import Ara2Site | 03:32 |
arika | >>> | 03:32 |
arika | ok ok | 03:32 |
arika | the file now is ok let me restart the zope server | 03:32 |
arika | continues without working gstratton | 03:37 |
arika | :) | 03:37 |
arika | doesn't also work with getUtility() | 03:39 |
*** vimes656 has joined #zope3-dev | 03:39 | |
gstratton | That zcml doesn't look right to me... | 03:40 |
arika | hmm | 03:41 |
arika | let me check | 03:41 |
gstratton | http://wiki.zope.org/zope3/ReducingTheAmountOfZCMLDirectives | 03:41 |
gstratton | provides="zope.component.interfaces.IFactory" | 03:41 |
arika | hm | 03:42 |
arika | utility has to be under content tag | 03:42 |
arika | isn't it? | 03:42 |
arika | I think that would be my problem... | 03:42 |
arika | yeah it is under content... | 03:43 |
gstratton | I don't think so... I think either you use <factory> under content or utility outside | 03:43 |
arika | factory is deprecated, as I've read | 03:43 |
gstratton | Sure. Actually, so I content, which is merely an alias for class | 03:44 |
arika | The factory directive has been deprecated and will be removed in Zope 3.5. Use the utility directive instead: | 03:44 |
arika | my code doesn't seem the example code | 03:45 |
arika | and I've got the utility code from philip book | 03:45 |
gstratton | Hmm, you are right. I wonder how it knows that it's meant to provide IFactory | 03:47 |
arika | well | 03:48 |
arika | as I understand | 03:48 |
arika | factories inherit from zope.component.interfaces.IFactory | 03:48 |
arika | lol | 03:48 |
arika | so I put | 03:48 |
arika | implements(IFactory) | 03:48 |
arika | don't know if you mean that | 03:49 |
gstratton | Yes, I was just getting there! | 03:49 |
arika | hahaha :) | 03:49 |
gstratton | So when you look up a utility, you look for something providing an interface | 03:49 |
arika | aha | 03:49 |
gstratton | In this case, IFactory. Which means that when you register a utility, you need to specify the interface it implements | 03:50 |
arika | yeah | 03:50 |
gstratton | But, if you don't specify it, and it provides exactly one interface, then it will be registered for that | 03:50 |
arika | should I use provides | 03:51 |
gstratton | Sorry, there's a bit of provides/implements confusion here. | 03:51 |
arika | and say provide an IFactory? | 03:51 |
arika | got the error, I think | 03:52 |
arika | api docs say | 03:52 |
arika | Python name of a factory which can create the implementation object. This must identify an object in a module using the full dotted name. If specified, the component field must be left blank. | 03:52 |
arika | using full dotted name | 03:52 |
arika | means in python jargon to specify all the dots | 03:52 |
arika | without beginning with a simple .? | 03:52 |
gstratton | Starting with a dot means relative to the current package | 03:53 |
*** aclark|dinner is now known as aclark|away | 03:53 | |
gstratton | .. means relative to the parent, etc | 03:53 |
arika | yeah | 03:53 |
arika | but what's a full dotted name? | 03:53 |
gstratton | package.subpackage.module.file.xxx | 03:54 |
arika | ok ok | 03:54 |
gstratton | zope.component.interfaces.IFactory | 03:54 |
arika | I just learnt python to work with Zope, lol | 03:54 |
gstratton | Wow, that's a lot to learn at once! | 03:54 |
arika | I think so... | 03:55 |
arika | another language | 03:55 |
arika | hahahahaha | 03:55 |
arika | getting addicted to python really | 03:55 |
arika | done some tests and it's really useful :) | 03:55 |
gstratton | You said you put "implements(IFactory)" in the class def; was that from Philipp's book? | 03:55 |
arika | yeah | 03:56 |
arika | i've defined __call__ | 03:56 |
arika | that returns the object to be created | 03:57 |
arika | and getInterfaces | 03:57 |
arika | that returns implementedBy the object class... | 03:57 |
gstratton | Oh, right. Fair enough! | 03:58 |
arika | dunno I'm not a Zope expert... | 03:58 |
arika | lol | 03:58 |
arika | I was really freak when I decided to do my website in Zope | 03:59 |
arika | lol | 03:59 |
gstratton | Right, I've looked at what the utility directive does, and the utility will already be registered for IFactory! | 04:02 |
arika | is it my problem? | 04:03 |
arika | lol | 04:03 |
arika | have I done something wrong? | 04:03 |
gstratton | Nope, sorry! | 04:03 |
gstratton | That's not the issue :-( | 04:03 |
arika | so what should I do? | 04:03 |
gstratton | Hmm, so is your utility directive inside the class/component directive? | 04:04 |
arika | it is under content directive | 04:04 |
gstratton | Take it out to the top level | 04:04 |
arika | let me see | 04:05 |
arika | under configure, I understand | 04:05 |
gstratton | Yes, sorry | 04:05 |
arika | restarting zope... | 04:06 |
arika | if I understand this I can create content types for my little website :)) | 04:06 |
arika | continues not to work | 04:07 |
arika | lol | 04:07 |
arika | doesn't appear any add site thing | 04:07 |
gstratton | Okay, but do you get the same traceback in the debugger? | 04:08 |
arika | let me check sir | 04:08 |
arika | ik raise ComponentLookupError(interface, name) | 04:10 |
arika | zope.component.interfaces.ComponentLookupError: (<InterfaceClass zope.component.interfaces.IFactory>, u'ara2CMS.Ara2Site') | 04:10 |
arika | >>> | 04:10 |
arika | that one | 04:10 |
gstratton | Do you get that with the (deprecated) <factory> directive | 04:11 |
gstratton | ? | 04:11 |
*** alecm|away is now known as alecm | 04:12 | |
arika | haven't used | 04:12 |
arika | lol | 04:12 |
arika | but has to work in this way | 04:12 |
arika | the other thing is deprecated :) | 04:12 |
gstratton | Sure, I'm just hoping for clues as to what the problem is. I'm not suggesting this way doesn't work! | 04:13 |
*** alecm is now known as alecm|away | 04:13 | |
arika | hahaha sure it works :) | 04:13 |
arika | gstratton: wanna a paste of code? | 04:16 |
arika | gstratton: http://arika.ara-ara.org/ara2CMS/ | 04:18 |
arika | give it a look | 04:18 |
arika | lol | 04:18 |
gstratton | Looking.... | 04:21 |
arika | I'm coding throught SSH so I can copy it every time someone can help | 04:21 |
arika | I explain... | 04:21 |
arika | the CMS type there | 04:21 |
arika | in content/ gonna put subfolders for every content that can be contained by the CMS folder | 04:22 |
arika | in skins/ have to code the skins | 04:22 |
arika | and so | 04:22 |
arika | very simple | 04:22 |
arika | as I saw in the manuals found | 04:23 |
arika | creating content types are the first stept on this | 04:23 |
arika | so that's what I'm doing in order to code a little cms that has what I need... | 04:23 |
gstratton | Doesn't the include package="" need to be inside the configure tag? | 04:23 |
arika | hmmm | 04:24 |
arika | I think no | 04:24 |
arika | because every configure.zcml | 04:24 |
arika | like that browser/ one | 04:24 |
arika | has its own configuring namespace | 04:24 |
arika | xmlns thing, I mean | 04:24 |
*** aaronv has joined #zope3-dev | 04:25 | |
arika | gstratton: because I'm a novice with zope I can't find the error | 04:27 |
arika | lol | 04:27 |
*** alecm|away has quit IRC | 04:29 | |
*** alecm has joined #zope3-dev | 04:29 | |
arika | gstratton: have you found an error? | 04:31 |
gstratton | Sorry, been trying to run the code, but messed it up.... | 04:31 |
arika | lol | 04:32 |
*** aaronv has quit IRC | 04:33 | |
gstratton | Hmm, the createObject() call works for me! | 04:34 |
arika | oh yes? | 04:34 |
arika | have you tweaked something? | 04:34 |
arika | how do you call createObject? | 04:34 |
gstratton | >>> from zope.component import createObject | 04:34 |
gstratton | >>> createObject("ara2CMS.Ara2Site") | 04:34 |
gstratton | <ara2CMS.ara2site.Ara2Site object at 0x271f930> | 04:34 |
arika | huh? | 04:35 |
arika | wait a moment... | 04:35 |
arika | I can see what's the problem maybe | 04:35 |
arika | it crashes for me | 04:37 |
arika | lol | 04:37 |
arika | what have you tweaked gstratton ? | 04:37 |
gstratton | Pretty much nothing. I got rid of the <include package=".browser"> line | 04:38 |
arika | aha | 04:39 |
arika | explain yourself | 04:39 |
arika | lol | 04:39 |
gstratton | But it's all a bit different as I'm running it using zopeproject with Zope 3.4 | 04:39 |
arika | hmmm | 04:39 |
arika | what's zopeproject? | 04:39 |
gstratton | BTW, the first implements directive in the content directive: it doesn't start with an ascii 'i' | 04:40 |
arika | huh? | 04:41 |
arika | I've got | 04:42 |
arika | <content class=".ara2site.Ara2Site"> | 04:42 |
arika | <ìmplements interface="zope.app.container.interfaces.IContainer" /> | 04:42 |
arika | <implements | 04:42 |
arika | interface="zope.app.annotation.interfaces.IAttributeAnnotatable" /> | 04:42 |
arika | where's the i? | 04:42 |
gstratton | The first character of 'implements' | 04:42 |
arika | I've got written ok | 04:42 |
arika | lol | 04:42 |
arika | it says implements | 04:42 |
arika | huh | 04:42 |
arika | no | 04:42 |
arika | it says ì | 04:42 |
arika | fucking accent I can't see it it's so shitty little | 04:43 |
arika | lol | 04:43 |
arika | thank you | 04:43 |
gstratton | Why didn't that cause you an error? I couldn't start zope until I fixed that... | 04:43 |
arika | didn't caused a thing... | 04:43 |
arika | let me paste you a thing | 04:43 |
arika | [arika@ara-ara ~/Zope/lib/python/ara2CMS]$ cat ../../../etc/package-includes/ara2CMS.zcml | 04:44 |
arika | <include package="ara2CMS" /> | 04:44 |
arika | this is the proper thing | 04:44 |
arika | isn't it? | 04:44 |
arika | [arika@ara-ara ~/Zope/lib/python/ara2CMS]$ | 04:44 |
gstratton | I think it has to end in -configure.zcml to be loaded | 04:46 |
gstratton | ie ara2CMS-configure.zcml | 04:46 |
arika | with a dot | 04:48 |
arika | ah | 04:48 |
arika | yeah | 04:48 |
arika | yeah | 04:48 |
arika | I remember | 04:48 |
arika | I read that 2 weeks ago | 04:48 |
arika | treu | 04:48 |
arika | true | 04:48 |
arika | now my daemon seems to be death | 04:50 |
arika | gstratton: have you modified another thing? | 04:52 |
gstratton | I don't think so. | 04:52 |
gstratton | So your zcml is definitely being loaded, is it? | 04:52 |
arika | yeah yeah | 04:52 |
arika | I think the last include is failing... | 04:53 |
arika | my daemon now is dead | 04:54 |
arika | lol | 04:54 |
gstratton | Okay, well I've gotta go for a bit; good luck! | 04:55 |
arika | thanks | 04:56 |
arika | :) | 04:56 |
*** philiKON has joined #zope3-dev | 05:08 | |
arika | <include package="ara2CMS.browser" /> | 05:09 |
arika | what's the error here? | 05:10 |
*** alecm is now known as alecm|away | 05:10 | |
arika | junk after document element | 05:10 |
arika | it says | 05:10 |
arika | think I've found the solution | 05:17 |
*** alecm|away has quit IRC | 05:19 | |
*** b52laptop has quit IRC | 05:19 | |
*** vimes656 has quit IRC | 05:20 | |
*** alecm has joined #zope3-dev | 05:22 | |
arika | cool | 05:24 |
arika | It works... I've created the content and yes | 05:24 |
arika | it ask for adding | 05:24 |
arika | but then says "system error occurred" | 05:24 |
arika | well at least it is an advance | 05:24 |
arika | hahahaha :) | 05:24 |
*** alecm is now known as alecm|away | 05:25 | |
*** philiKON_ has joined #zope3-dev | 05:26 | |
*** philiKON__ has joined #zope3-dev | 05:33 | |
*** philiKON_ has quit IRC | 05:33 | |
*** dunny_ has quit IRC | 05:33 | |
*** philiKON has quit IRC | 05:34 | |
*** dunny has joined #zope3-dev | 05:34 | |
*** alecm|away has quit IRC | 05:35 | |
*** alecm has joined #zope3-dev | 05:38 | |
*** philiKON__ is now known as philiKON | 05:38 | |
*** hexsprite has quit IRC | 05:38 | |
*** alecm is now known as alecm|away | 05:44 | |
*** philiKON has quit IRC | 06:40 | |
*** philiKON has joined #zope3-dev | 06:41 | |
*** philiKON has quit IRC | 06:46 | |
*** philiKON_ has joined #zope3-dev | 06:48 | |
*** georgyberdyshev has joined #zope3-dev | 06:53 | |
*** gberdyshev_ has quit IRC | 06:53 | |
*** georgyberdyshev is now known as gberdyshev_ | 06:53 | |
*** tdoggette has quit IRC | 07:32 | |
*** tdoggette has joined #zope3-dev | 07:36 | |
*** yvl has joined #zope3-dev | 08:15 | |
*** zagy has quit IRC | 08:30 | |
*** theuni has joined #zope3-dev | 08:32 | |
*** timte has joined #zope3-dev | 08:40 | |
*** jayaraj has joined #zope3-dev | 08:45 | |
*** charith_para has joined #zope3-dev | 08:47 | |
*** binseer has joined #zope3-dev | 08:49 | |
*** zagy has joined #zope3-dev | 08:49 | |
*** theuni1 has joined #zope3-dev | 08:49 | |
*** theuni has quit IRC | 08:49 | |
*** theuni1 is now known as theuni | 08:49 | |
*** fairwinds has quit IRC | 09:07 | |
*** afd_ has joined #zope3-dev | 09:16 | |
*** jukart has joined #zope3-dev | 09:17 | |
*** __mac__ has joined #zope3-dev | 09:21 | |
*** stub has joined #zope3-dev | 09:29 | |
*** romanofski has joined #zope3-dev | 09:37 | |
*** agroszer has joined #zope3-dev | 09:51 | |
*** quodt has joined #zope3-dev | 10:00 | |
*** tdoggette has quit IRC | 10:01 | |
*** charith_parana has joined #zope3-dev | 10:02 | |
*** charith_para has quit IRC | 10:04 | |
*** kursor has joined #zope3-dev | 10:11 | |
*** malthe has quit IRC | 10:12 | |
*** dobee has joined #zope3-dev | 10:17 | |
*** theuni has quit IRC | 10:18 | |
*** tdoggette has joined #zope3-dev | 10:23 | |
*** Charith__ has joined #zope3-dev | 10:36 | |
*** charith_parana has quit IRC | 10:37 | |
*** MJ has joined #zope3-dev | 10:41 | |
*** gstratton has quit IRC | 10:45 | |
*** vimes656 has joined #zope3-dev | 10:48 | |
*** alecghica has joined #zope3-dev | 10:48 | |
*** vimes656 has quit IRC | 10:51 | |
*** vimes656 has joined #zope3-dev | 10:52 | |
*** kursor has quit IRC | 10:56 | |
*** b52laptop has joined #zope3-dev | 11:12 | |
*** Jell-O-Fishi has quit IRC | 11:22 | |
*** markusleist has joined #zope3-dev | 11:25 | |
*** b52lap has joined #zope3-dev | 11:32 | |
*** projekt01 has joined #zope3-dev | 11:41 | |
*** b52laptop has quit IRC | 11:44 | |
*** maurits has joined #zope3-dev | 11:44 | |
*** vimes656_ has joined #zope3-dev | 11:54 | |
*** fairwinds has joined #zope3-dev | 12:00 | |
*** dunny has quit IRC | 12:09 | |
*** dunny has joined #zope3-dev | 12:11 | |
*** vimes656 has quit IRC | 12:11 | |
*** dunny has quit IRC | 12:12 | |
*** mazvv_ has quit IRC | 12:12 | |
*** mazvv_ has joined #zope3-dev | 12:12 | |
*** malthe has joined #zope3-dev | 12:12 | |
*** rocky has left #zope3-dev | 12:32 | |
*** menesis has joined #zope3-dev | 12:37 | |
*** kursor has joined #zope3-dev | 12:38 | |
*** alga has joined #zope3-dev | 12:42 | |
*** theuni1 has joined #zope3-dev | 12:45 | |
*** theuni1 is now known as theuni | 12:45 | |
*** kursor has quit IRC | 12:48 | |
*** stub has quit IRC | 12:52 | |
*** georgyberdyshev has joined #zope3-dev | 12:53 | |
*** gberdyshev_ has quit IRC | 12:53 | |
*** georgyberdyshev is now known as gberdyshev_ | 12:54 | |
*** kursor has joined #zope3-dev | 12:56 | |
*** aaronv has joined #zope3-dev | 13:13 | |
*** jpcw2002 has joined #zope3-dev | 13:18 | |
*** goschtl has joined #zope3-dev | 13:22 | |
*** vimes656_ has quit IRC | 13:23 | |
*** aclark|away is now known as aclark | 13:23 | |
*** vimes656 has joined #zope3-dev | 13:24 | |
*** ktwilight_ has joined #zope3-dev | 13:24 | |
*** georgyberdyshev has joined #zope3-dev | 13:32 | |
*** gberdyshev_ has quit IRC | 13:32 | |
*** georgyberdyshev is now known as gberdyshev_ | 13:32 | |
*** ktwilight has quit IRC | 13:37 | |
*** mkerrin has joined #zope3-dev | 13:46 | |
*** mgedmin has joined #zope3-dev | 13:53 | |
*** MJ is now known as MJ|lunch | 13:55 | |
*** salfield has joined #zope3-dev | 13:59 | |
*** goschtl has quit IRC | 14:01 | |
*** dobee has quit IRC | 14:04 | |
*** mazvv_ has quit IRC | 14:04 | |
*** dunny has joined #zope3-dev | 14:09 | |
*** BjornT has quit IRC | 14:09 | |
*** aaronv has quit IRC | 14:11 | |
*** yota has joined #zope3-dev | 14:15 | |
*** dobee has joined #zope3-dev | 14:23 | |
*** georgyberdyshev has joined #zope3-dev | 14:24 | |
*** gberdyshev_ has quit IRC | 14:24 | |
*** georgyberdyshev is now known as gberdyshev_ | 14:24 | |
*** goschtl has joined #zope3-dev | 14:27 | |
*** mazvv has joined #zope3-dev | 14:41 | |
*** MJ|lunch is now known as MJ | 14:44 | |
*** djohnson has joined #zope3-dev | 14:49 | |
*** jpcw2002 has quit IRC | 14:51 | |
*** djohnson_ has joined #zope3-dev | 14:55 | |
*** hexsprite has joined #zope3-dev | 15:10 | |
*** djohnson has quit IRC | 15:12 | |
*** MrTopf has joined #zope3-dev | 15:21 | |
*** natea_ has joined #zope3-dev | 15:27 | |
*** rocky has joined #zope3-dev | 15:28 | |
*** acsr has joined #zope3-dev | 15:32 | |
*** benji has joined #zope3-dev | 15:39 | |
*** lucielejard has joined #zope3-dev | 15:45 | |
*** Charith__ has quit IRC | 15:50 | |
*** sp0cksbeard has joined #zope3-dev | 15:51 | |
*** fcorrea has joined #zope3-dev | 15:52 | |
*** hazmat has joined #zope3-dev | 15:53 | |
*** ChanServ sets mode: +o hazmat | 15:53 | |
*** dunny has quit IRC | 15:58 | |
*** jhauser has joined #zope3-dev | 16:00 | |
*** jamur2 has joined #zope3-dev | 16:02 | |
*** lurkymclurkleton has joined #zope3-dev | 16:03 | |
*** rcrafton has joined #zope3-dev | 16:05 | |
*** djohnson_ has quit IRC | 16:06 | |
*** J1m has joined #zope3-dev | 16:09 | |
*** jsadjohnson_ has joined #zope3-dev | 16:17 | |
*** jsadjohnson has quit IRC | 16:31 | |
*** tonico has joined #zope3-dev | 16:33 | |
*** vimes656_ has joined #zope3-dev | 16:35 | |
*** goschtl has quit IRC | 16:35 | |
*** srichter has quit IRC | 16:36 | |
*** gstratton has joined #zope3-dev | 16:38 | |
*** vimes656 has quit IRC | 16:40 | |
*** rcrafton has quit IRC | 16:40 | |
*** whit has joined #zope3-dev | 16:42 | |
*** vimes656_ has quit IRC | 16:42 | |
*** vimes656 has joined #zope3-dev | 16:43 | |
*** aaronv has joined #zope3-dev | 16:47 | |
*** gstratton has quit IRC | 16:51 | |
*** reco has joined #zope3-dev | 16:52 | |
*** georgyberdyshev has joined #zope3-dev | 16:53 | |
*** gberdyshev_ has quit IRC | 16:53 | |
*** georgyberdyshev is now known as gberdyshev_ | 16:53 | |
*** charith_para has joined #zope3-dev | 17:05 | |
*** hexsprite has quit IRC | 17:06 | |
*** srichter has joined #zope3-dev | 17:13 | |
*** nathany has joined #zope3-dev | 17:16 | |
*** MJ has quit IRC | 17:27 | |
*** vimes656_ has joined #zope3-dev | 17:33 | |
*** srichter has quit IRC | 17:34 | |
*** srichter has joined #zope3-dev | 17:34 | |
*** zagy has quit IRC | 17:35 | |
*** menesis has quit IRC | 17:38 | |
*** reco has quit IRC | 17:38 | |
*** reco has joined #zope3-dev | 17:38 | |
*** menesis has joined #zope3-dev | 17:39 | |
*** reco has quit IRC | 17:39 | |
*** reco has joined #zope3-dev | 17:39 | |
*** vimes656 has quit IRC | 17:51 | |
*** rmarianski has joined #zope3-dev | 17:55 | |
*** srichter has quit IRC | 17:55 | |
*** aaronv has quit IRC | 18:03 | |
*** srichter has joined #zope3-dev | 18:03 | |
*** whit has quit IRC | 18:03 | |
*** salfield has quit IRC | 18:04 | |
*** whit has joined #zope3-dev | 18:04 | |
*** aaronv has joined #zope3-dev | 18:06 | |
*** andres_f has joined #zope3-dev | 18:13 | |
*** alecm|away is now known as alecm | 18:14 | |
*** andres has quit IRC | 18:20 | |
*** romanofski has quit IRC | 18:25 | |
*** redir has joined #zope3-dev | 18:27 | |
*** dobee has quit IRC | 18:31 | |
*** hexsprite has joined #zope3-dev | 18:34 | |
*** __gotcha has joined #zope3-dev | 18:34 | |
*** sp0cksbeard has left #zope3-dev | 18:36 | |
*** projekt01 has quit IRC | 18:44 | |
*** whitmo has joined #zope3-dev | 18:44 | |
*** whit has quit IRC | 18:45 | |
*** timte has quit IRC | 18:45 | |
*** whitmo is now known as whit | 18:47 | |
*** timte has joined #zope3-dev | 18:48 | |
*** rcrafton has joined #zope3-dev | 18:48 | |
*** jayaraj has quit IRC | 18:53 | |
*** afd_ has quit IRC | 18:53 | |
*** MJ has joined #zope3-dev | 18:54 | |
*** dobee has joined #zope3-dev | 18:55 | |
*** binseer has quit IRC | 18:56 | |
*** __gotcha has quit IRC | 19:00 | |
*** norro has joined #zope3-dev | 19:08 | |
*** timte has quit IRC | 19:13 | |
*** fcorrea_ has joined #zope3-dev | 19:18 | |
*** theuni1 has joined #zope3-dev | 19:20 | |
*** theuni has quit IRC | 19:20 | |
*** theuni1 is now known as theuni | 19:20 | |
*** whit has quit IRC | 19:22 | |
*** whit has joined #zope3-dev | 19:22 | |
*** menesis has quit IRC | 19:23 | |
*** fcorrea has quit IRC | 19:25 | |
*** redir has quit IRC | 19:27 | |
*** maurits has quit IRC | 19:27 | |
*** afd_ has joined #zope3-dev | 19:28 | |
*** quodt has quit IRC | 19:36 | |
*** goschtl has joined #zope3-dev | 19:36 | |
*** zagy has joined #zope3-dev | 19:38 | |
*** tonico has quit IRC | 19:38 | |
*** jukart has quit IRC | 19:41 | |
*** goschtl has quit IRC | 19:43 | |
*** whit has quit IRC | 19:46 | |
*** whit has joined #zope3-dev | 19:46 | |
*** afd_ has quit IRC | 19:53 | |
*** dobee has quit IRC | 19:53 | |
*** dobee has joined #zope3-dev | 19:56 | |
*** dobee has quit IRC | 19:56 | |
*** whit has quit IRC | 19:57 | |
*** whit has joined #zope3-dev | 19:58 | |
*** redir has joined #zope3-dev | 19:59 | |
*** aaronv has quit IRC | 20:00 | |
*** salfield has joined #zope3-dev | 20:02 | |
*** aaronv has joined #zope3-dev | 20:04 | |
*** norro has quit IRC | 20:05 | |
arika | do Zope CMF works with Zope 3? | 20:08 |
*** aaronv has quit IRC | 20:09 | |
*** aaronv has joined #zope3-dev | 20:10 | |
*** charith_para has quit IRC | 20:15 | |
*** alecghica has quit IRC | 20:21 | |
*** RaFromBRC has joined #zope3-dev | 20:24 | |
*** aaronv has quit IRC | 20:25 | |
theuni | nope | 20:29 |
theuni | well | 20:29 |
theuni | it does with five | 20:29 |
*** theuni has left #zope3-dev | 20:30 | |
arika | ohh | 20:33 |
arika | not interested then | 20:33 |
arika | lol | 20:33 |
*** mkerrin has quit IRC | 20:33 | |
*** malthe has quit IRC | 20:37 | |
*** hazmat has quit IRC | 20:44 | |
*** whit has quit IRC | 20:45 | |
*** charith_para has joined #zope3-dev | 20:46 | |
*** MacYET has joined #zope3-dev | 20:48 | |
arika | have thought about this zope... | 20:50 |
arika | gonna follow Philip's book... | 20:50 |
arika | it's the recommendation I've found in order to get the rid of it... | 20:50 |
*** alga has quit IRC | 20:51 | |
*** charith_parana has joined #zope3-dev | 20:52 | |
*** flox has joined #zope3-dev | 20:53 | |
*** MJ is now known as MJ|afk | 20:53 | |
*** charith_para has quit IRC | 21:08 | |
*** aaronv has joined #zope3-dev | 21:12 | |
*** aaronv has joined #zope3-dev | 21:13 | |
*** markusleist has quit IRC | 21:15 | |
*** redir has quit IRC | 21:19 | |
*** romanofski has joined #zope3-dev | 21:24 | |
*** redir has joined #zope3-dev | 21:26 | |
*** norro has joined #zope3-dev | 21:30 | |
*** redir has quit IRC | 21:33 | |
*** flox has quit IRC | 21:34 | |
*** mgedmin has quit IRC | 21:34 | |
*** redir has joined #zope3-dev | 21:38 | |
*** flox has joined #zope3-dev | 21:46 | |
*** salfield has quit IRC | 21:47 | |
*** bigkevmcd_ has joined #zope3-dev | 21:52 | |
*** bigkevmcd_ has quit IRC | 21:52 | |
*** flox has quit IRC | 21:55 | |
*** whit has joined #zope3-dev | 21:57 | |
*** flox has joined #zope3-dev | 21:58 | |
*** charith_parana has quit IRC | 22:00 | |
*** quodt has joined #zope3-dev | 22:00 | |
*** strichter has joined #zope3-dev | 22:03 | |
*** srichter has quit IRC | 22:03 | |
*** strichter is now known as srichter | 22:05 | |
*** ChanServ sets mode: +o srichter | 22:05 | |
*** MacYET has quit IRC | 22:10 | |
*** menesis has joined #zope3-dev | 22:11 | |
*** norro has quit IRC | 22:19 | |
*** timte has joined #zope3-dev | 22:25 | |
*** timte has quit IRC | 22:25 | |
*** timte has joined #zope3-dev | 22:26 | |
*** dunny has joined #zope3-dev | 22:29 | |
*** sm has joined #zope3-dev | 22:31 | |
*** whit has quit IRC | 22:33 | |
*** whit has joined #zope3-dev | 22:33 | |
*** whitmo has joined #zope3-dev | 22:38 | |
*** hazmat has joined #zope3-dev | 22:39 | |
*** ChanServ sets mode: +o hazmat | 22:39 | |
*** whit has quit IRC | 22:39 | |
*** kursor has quit IRC | 22:44 | |
*** georgyberdyshev has joined #zope3-dev | 22:54 | |
*** gberdyshev_ has quit IRC | 22:54 | |
*** georgyberdyshev is now known as gberdyshev_ | 22:54 | |
*** flox has left #zope3-dev | 22:55 | |
*** theuni has joined #zope3-dev | 22:59 | |
*** salfield has joined #zope3-dev | 22:59 | |
*** norro has joined #zope3-dev | 23:00 | |
*** romanofski has quit IRC | 23:00 | |
*** agroszer has quit IRC | 23:02 | |
*** lisppaste6 has quit IRC | 23:03 | |
*** lisppaste6 has joined #zope3-dev | 23:04 | |
arika | got a question... | 23:08 |
*** flox has joined #zope3-dev | 23:09 | |
arika | using formlib can I avoid to check the propierty set | 23:09 |
*** flox has quit IRC | 23:09 | |
arika | and leave it to formlibs | 23:09 |
arika | because I could suppose it will fail setting properly a propierty on an object? | 23:09 |
arika | if insert a different propierty type than the schema I've used in the interface of a content object... | 23:10 |
*** hexsprite has quit IRC | 23:17 | |
*** jpcw2002 has joined #zope3-dev | 23:18 | |
*** rocky has quit IRC | 23:20 | |
*** whit has joined #zope3-dev | 23:43 | |
*** whitmo has quit IRC | 23:44 | |
*** whit has quit IRC | 23:45 | |
*** whit has joined #zope3-dev | 23:45 | |
*** menesis has quit IRC | 23:48 | |
*** norro has quit IRC | 23:48 | |
*** MJ|afk has quit IRC | 23:52 | |
*** myroslav_ has joined #zope3-dev | 23:52 | |
*** redir has quit IRC | 23:54 | |
*** myroslav_ is now known as interra | 23:56 | |
*** jpcw2002 has quit IRC | 23:56 | |
*** aaronv has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!