*** RaFromBRC has joined #zope3-dev | 00:14 | |
*** bradb is now known as bradb-bbl | 00:18 | |
*** andrew_m has quit IRC | 00:31 | |
*** kaczordek has joined #zope3-dev | 00:45 | |
*** SureshZ has left #zope3-dev | 00:55 | |
srichter | J1m: are you there? | 01:00 |
---|---|---|
J1m | yes, about to leave | 01:01 |
srichter | J1m: the interfaces in zope.wfmc seem incomplete | 01:01 |
J1m | how so? | 01:02 |
srichter | for example ITransitionDefinition has no attributes defined | 01:02 |
srichter | but it has an id, from_, to and condition attribute | 01:02 |
srichter | are those implementation-specific or should they be part of the API? | 01:02 |
J1m | In that case, they should probably be public. | 01:04 |
srichter | btw, the same is true for some IActivityDefinition attrs | 01:04 |
J1m | That particular interface is obviously lacking | 01:04 |
srichter | ok, I add this to the interfaces then | 01:04 |
J1m | I did want to be conservative. | 01:04 |
srichter | I see | 01:04 |
J1m | If it isn't discussed in the documentation, I'd rather not add it to the interface. | 01:05 |
srichter | ok | 01:05 |
J1m | lots of attributes are internal to the implementation. | 01:05 |
srichter | ok, I'll create schemas for them in the local implementation | 01:05 |
* srichter works on local process definitions | 01:05 | |
*** J1m has quit IRC | 01:06 | |
*** yota has quit IRC | 01:54 | |
*** guido_g has joined #zope3-dev | 01:54 | |
*** jhauser has quit IRC | 02:08 | |
*** andrew_m has joined #zope3-dev | 02:18 | |
*** Jim7J1AJH has joined #zope3-dev | 02:32 | |
*** projekt01 has quit IRC | 02:32 | |
*** projekt01 has joined #zope3-dev | 02:33 | |
andrew_m | does anyone know if the IObjectAddedEvent event of a container is triggered before or after the object's data has been set? | 02:42 |
andrew_m | before.. just tried.. sorry for the noise | 02:50 |
philiKON | andrew_m, that depends | 02:53 |
projekt01 | andrew_m, after | 02:53 |
philiKON | andrew_m, whether you configured set_before_add or not | 02:53 |
andrew_m | aha | 02:53 |
philiKON | andrew_m, IObjectAddedEvent is triggered for the actual adding process | 02:53 |
philiKON | that, in general, has nothing to do with form values | 02:54 |
andrew_m | yeah, makes sense | 02:54 |
philiKON | iow, being contained and having form values have nothing to do with each other, in general | 02:54 |
andrew_m | yes.. when using the quick add button it just seems like one step | 02:55 |
andrew_m | i'll listen for the first modified event in that case | 02:55 |
*** SureshZ has joined #zope3-dev | 03:56 | |
*** stub has joined #zope3-dev | 04:05 | |
*** projekt01 has quit IRC | 04:18 | |
*** bcsaller has joined #zope3-dev | 04:39 | |
*** douglasc has joined #zope3-dev | 04:53 | |
*** nturner has quit IRC | 05:24 | |
*** douglasc has quit IRC | 06:02 | |
*** bradb-bbl is now known as bradb | 06:17 | |
*** tvon has joined #zope3-dev | 06:39 | |
*** SureshZ has quit IRC | 06:51 | |
*** bradb is now known as bradb-away | 06:55 | |
*** RaFromBRC has quit IRC | 08:27 | |
*** zagy has joined #zope3-dev | 08:32 | |
*** the|hidden is now known as theuni | 09:01 | |
*** jhauser has joined #zope3-dev | 09:17 | |
*** douglasc has joined #zope3-dev | 09:29 | |
*** hdima has joined #zope3-dev | 09:36 | |
*** guido_g has quit IRC | 09:52 | |
*** douglasc has quit IRC | 09:53 | |
*** philiKON has quit IRC | 09:59 | |
*** sashav_ has joined #zope3-dev | 10:48 | |
*** yota has joined #zope3-dev | 11:09 | |
*** lunatik has joined #zope3-dev | 11:11 | |
*** lunatik has left #zope3-dev | 11:16 | |
*** theuni has quit IRC | 11:30 | |
*** douglasc has joined #zope3-dev | 11:32 | |
*** faassen has joined #zope3-dev | 12:02 | |
*** ignas_ has joined #zope3-dev | 12:08 | |
*** graham has joined #zope3-dev | 12:11 | |
*** graham has quit IRC | 12:13 | |
*** douglasc has quit IRC | 12:19 | |
ignas_ | hi | 12:34 |
ignas_ | ImportError: /home/dir/Zope3/src/zope/proxy/_zope_proxy_proxy.so: undefined symbol: PyUnicodeUCS4_AsEncodedString | 12:35 |
ignas_ | is this familiar to anyone ? | 12:35 |
*** philiKON has joined #zope3-dev | 12:48 | |
*** vlado has joined #zope3-dev | 12:51 | |
ignas_ | anyone using Zope3 on fedora core ? | 12:52 |
*** J1m has joined #zope3-dev | 13:01 | |
srichter | ignas_: I don't recognize this problem | 13:10 |
*** mkerrin has joined #zope3-dev | 13:14 | |
ignas_ | srichter, apparently - fedora core 3 has a python2.4 without "--enable-unicode=ucs4" | 13:19 |
ignas_ | so Zope3 fails to work properly | 13:19 |
J1m | Zope 3 doesn't depend on ucs4. | 13:21 |
J1m | I never build Python with that option. | 13:22 |
ignas_ | J1m, oh, then what could be the error above related to ? | 13:31 |
ignas_ | because googleing for the error only gave me the ucs4 hypothesis ... | 13:32 |
ignas_ | s/gleing/gling | 13:32 |
J1m | I joined after you gave the error, so I can't see it. | 13:38 |
*** douglasc has joined #zope3-dev | 13:38 | |
*** J1m has quit IRC | 13:41 | |
*** douglasc has quit IRC | 13:43 | |
*** vlado has quit IRC | 13:48 | |
srichter | [05:35] <ignas_> ImportError: /home/dir/Zope3/src/zope/proxy/_zope_proxy_proxy.so: undefined symbol: PyUnicodeUCS4_AsEncodedString | 13:56 |
*** philiKON has left #zope3-dev | 13:58 | |
*** bskahan has joined #zope3-dev | 14:03 | |
*** regebro has joined #zope3-dev | 14:07 | |
*** vlado has joined #zope3-dev | 14:29 | |
*** tvon has quit IRC | 14:37 | |
*** vlado has quit IRC | 14:40 | |
*** tvon has joined #zope3-dev | 14:50 | |
*** bradb-away is now known as bradb | 14:59 | |
*** efge has joined #zope3-dev | 15:08 | |
*** efge has quit IRC | 15:13 | |
*** kaczordek has quit IRC | 15:18 | |
*** bradb is now known as bradb-bbl | 15:47 | |
*** anguenot has joined #zope3-dev | 16:07 | |
*** SureshZ has joined #zope3-dev | 16:14 | |
*** regebro has quit IRC | 16:28 | |
*** philiKON has joined #zope3-dev | 16:33 | |
*** jinty has joined #zope3-dev | 16:34 | |
*** efge has joined #zope3-dev | 16:37 | |
*** hdima has quit IRC | 16:39 | |
*** bradb-bbl is now known as bradb | 16:55 | |
*** mgedmin has joined #zope3-dev | 16:56 | |
*** lunati1 has joined #zope3-dev | 17:05 | |
*** stub has quit IRC | 17:07 | |
*** FarcePest has joined #zope3-dev | 17:15 | |
*** ignas_ has quit IRC | 17:17 | |
*** jinty has quit IRC | 17:19 | |
*** lunati1 is now known as lunatik | 17:23 | |
*** tarek has joined #zope3-dev | 17:33 | |
*** lunatik has left #zope3-dev | 17:47 | |
*** efge has quit IRC | 17:53 | |
*** efge has joined #zope3-dev | 17:54 | |
*** jhauser has quit IRC | 18:10 | |
*** BjornT is now known as BjornT-bbl | 18:19 | |
*** sashav_ has quit IRC | 18:20 | |
*** ignas_ has joined #zope3-dev | 18:28 | |
*** bradb is now known as bradb-lunch | 19:17 | |
*** projekt01 has joined #zope3-dev | 19:18 | |
projekt01 | srichter, I have still the nested menu implementation in my workspace. | 19:20 |
projekt01 | Do you know when the feature freeze is gone for committing? | 19:20 |
*** bradb-lunch is now known as bradb | 19:33 | |
*** philiKON has quit IRC | 19:38 | |
*** projekt01 has quit IRC | 19:43 | |
*** faassen has quit IRC | 19:58 | |
*** Aiste has joined #zope3-dev | 20:19 | |
*** jbb666 has joined #zope3-dev | 21:26 | |
*** anguenot has left #zope3-dev | 21:32 | |
*** efge has quit IRC | 21:33 | |
*** tarek has quit IRC | 21:34 | |
*** AJC has joined #zope3-dev | 21:49 | |
*** FarcePest has quit IRC | 21:50 | |
*** Aiste has quit IRC | 21:50 | |
*** mkerrin has quit IRC | 21:52 | |
*** bradb is now known as bradb-bbl | 21:52 | |
*** FarcePest has joined #zope3-dev | 21:54 | |
*** AJC has quit IRC | 21:57 | |
*** ignas_ has quit IRC | 22:16 | |
*** RaFromBRC has joined #zope3-dev | 22:18 | |
*** Aiste has joined #zope3-dev | 22:41 | |
*** Aiste has quit IRC | 22:41 | |
*** bskahan has quit IRC | 22:50 | |
*** mgedmin has quit IRC | 22:53 | |
*** bskahan has joined #zope3-dev | 22:58 | |
*** BjornT-bbl is now known as BjornT | 23:08 | |
*** tvon has quit IRC | 23:14 | |
*** bskahan has quit IRC | 23:25 | |
*** bskahan has joined #zope3-dev | 23:43 | |
*** philiKON has joined #zope3-dev | 23:56 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!