*** m8 has quit IRC | 00:01 | |
*** Arfrever has quit IRC | 00:13 | |
*** AnneGilles has quit IRC | 00:21 | |
*** spanky|onigiri is now known as Spanktar | 00:54 | |
*** AnneGilles has joined #zope | 01:03 | |
*** RichardBarrell is now known as RichyB | 01:15 | |
*** J1m has quit IRC | 01:37 | |
*** supton has quit IRC | 01:48 | |
*** TomBlockley has quit IRC | 01:52 | |
*** _mup_ has quit IRC | 02:00 | |
*** _mup_ has joined #zope | 02:00 | |
*** menesis has quit IRC | 02:12 | |
*** dayne has joined #zope | 02:57 | |
*** alecm has quit IRC | 03:00 | |
*** alecm has joined #zope | 03:00 | |
*** alecm has joined #zope | 03:00 | |
*** J1m has joined #zope | 03:05 | |
*** drobbins has joined #zope | 03:09 | |
drobbins | are there any good docs out there for zope 2.13 + five (ZCA stuff)? | 03:09 |
---|---|---|
drobbins | I am looking for a pretty comprehensive ZCA example with ZCML | 03:10 |
*** J1m has quit IRC | 03:26 | |
*** alexpilz has quit IRC | 03:34 | |
*** alga has quit IRC | 03:34 | |
*** goschtl has joined #zope | 03:35 | |
*** goschtl has quit IRC | 03:43 | |
*** dayne has quit IRC | 03:59 | |
*** AnneGilles has quit IRC | 04:06 | |
*** alecm_ has joined #zope | 04:07 | |
*** alecm_ has joined #zope | 04:07 | |
*** alecm has quit IRC | 04:10 | |
*** alecm_ is now known as alecm | 04:10 | |
*** tiwula has quit IRC | 05:21 | |
*** tiwula has joined #zope | 05:36 | |
*** RiverRat has quit IRC | 05:42 | |
*** RiverRat has joined #zope | 05:43 | |
*** tiwula has quit IRC | 05:50 | |
*** Spanktar has quit IRC | 06:32 | |
*** zkc has joined #zope | 06:46 | |
*** supton has joined #zope | 07:01 | |
*** supton has quit IRC | 07:05 | |
*** mcdonc_ has joined #zope | 07:08 | |
*** mcdonc has quit IRC | 07:08 | |
*** __mac__ has joined #zope | 07:41 | |
*** __mac__ has quit IRC | 07:48 | |
*** alexpilz has joined #zope | 08:27 | |
*** alexpilz has quit IRC | 08:29 | |
*** sweh has joined #zope | 08:53 | |
*** alexpilz has joined #zope | 09:07 | |
*** zagy has joined #zope | 09:10 | |
*** agroszer has joined #zope | 09:13 | |
*** __mac__ has joined #zope | 09:17 | |
*** ccomb has joined #zope | 09:30 | |
*** tisto has joined #zope | 09:30 | |
*** Wu has joined #zope | 09:56 | |
*** giacomos has joined #zope | 10:10 | |
*** goschtl has joined #zope | 10:15 | |
*** River_Rat has joined #zope | 10:18 | |
*** RiverRat has quit IRC | 10:21 | |
*** avoinea has joined #zope | 10:24 | |
*** sweh has quit IRC | 10:24 | |
*** m8 has joined #zope | 10:29 | |
*** AnneGilles has joined #zope | 10:49 | |
*** goschtl has quit IRC | 11:07 | |
*** TomBlockley has joined #zope | 11:16 | |
*** mlechner has joined #zope | 11:17 | |
mlechner | hi where can I find docs describing the attributes and methods if a zope fileupload instance? | 11:17 |
betabug | either the API docs in the ZMI... or the source | 11:19 |
*** mitchell`off is now known as mitchell` | 11:20 | |
*** ccomb has quit IRC | 11:23 | |
*** TomBlockley has quit IRC | 11:26 | |
*** menesis has joined #zope | 11:51 | |
*** TomBlockley has joined #zope | 12:01 | |
*** sweh has joined #zope | 12:08 | |
*** evilbungle has joined #zope | 12:16 | |
mlechner | betablog: I can't find any documentation at http://docs.zope.org/zmi.core/api.html# or similar. It is said that zope fileupload uses standard python file objects. But attributes like .headers['Content-Type'] are availabl from a fileuploa dinstance but not listed in http://docs.python.org/library/stdtypes.html#file-objects - Where can I get information about what I can do with file upload instances and which attributes I can access? | 12:30 |
mlechner | zop 2 | 12:30 |
mlechner | zope2 ;-) | 12:31 |
*** alga has joined #zope | 12:39 | |
betabug | mlechner: go to the ZMI of your zope instance, click on the "help" link | 12:44 |
betabug | then expand the "Zope Help" navigation point | 12:45 |
betabug | maybe there is something in there | 12:46 |
betabug | otherwise you'll have to check the source | 12:46 |
mlechner | betabug: thank you for trying to help me, but in the help of my ZMI fileupload does not return any matches for search string "fileuplod" and no useful ones for "file". I found a page telling me that there is filename and headers available in addition to a standard python file object [http://old.zope.org/Members/Benno/FileUpload] I just wanted to now if there is anything more. I fear I have to check the sources. | 12:49 |
betabug | I wouldn't trust the search there | 12:51 |
mlechner | betabug: so do I ;-) | 12:51 |
*** zkc has quit IRC | 12:53 | |
*** River_Rat is now known as RiverRat | 12:56 | |
betabug | well, on good old 2.10, the File class is in OFS/Image.py | 12:57 |
betabug | and it's based on these classes: Persistent, Implicit, PropertyManager, RoleManager, Item_w__name__, Cacheable | 12:57 |
betabug | (of which only the PropertyManager and Cacheable are probably interesting) | 12:58 |
betabug | now where that code lives in 2.13, I don't know offhand | 12:58 |
*** mr_jolly has joined #zope | 13:00 | |
*** AnneGilles_ has joined #zope | 13:22 | |
*** AnneGilles has quit IRC | 13:25 | |
*** AnneGilles_ is now known as AnneGilles | 13:25 | |
*** fredvd has joined #zope | 13:33 | |
*** J1m has joined #zope | 13:58 | |
*** tisto has quit IRC | 14:02 | |
*** AnneGilles has quit IRC | 14:20 | |
*** AnneGilles has joined #zope | 14:21 | |
*** J1m has quit IRC | 14:35 | |
*** Wu has quit IRC | 14:48 | |
*** do3cc has joined #zope | 14:52 | |
*** zagy has quit IRC | 15:06 | |
*** zagy has joined #zope | 15:07 | |
*** menesis has quit IRC | 15:10 | |
*** zagy has quit IRC | 15:11 | |
*** menesis has joined #zope | 15:11 | |
*** zagy has joined #zope | 15:19 | |
*** sweh has quit IRC | 15:19 | |
*** nenn3 has joined #zope | 15:40 | |
*** eperez has quit IRC | 15:40 | |
*** J1m has joined #zope | 16:06 | |
*** mlechner has quit IRC | 16:25 | |
*** evilbungle has quit IRC | 16:29 | |
*** evilbungle has joined #zope | 16:29 | |
*** nenn3 has quit IRC | 16:31 | |
*** mlechner has joined #zope | 16:39 | |
*** allisterb has quit IRC | 16:45 | |
*** zagy has quit IRC | 16:48 | |
*** hever has joined #zope | 16:50 | |
*** __mac__ has quit IRC | 16:52 | |
*** River_Rat has joined #zope | 16:56 | |
*** RiverRat has quit IRC | 16:56 | |
*** allisterb has joined #zope | 16:58 | |
*** zagy has joined #zope | 17:04 | |
*** agroszer has quit IRC | 17:29 | |
*** hever has quit IRC | 17:47 | |
*** supton has joined #zope | 18:03 | |
*** tiwula has joined #zope | 18:11 | |
*** tisto has joined #zope | 18:34 | |
*** AnneGilles has quit IRC | 18:35 | |
*** mlechner has quit IRC | 18:36 | |
*** zagy has quit IRC | 18:37 | |
*** AnneGilles has joined #zope | 18:46 | |
*** supton has quit IRC | 18:49 | |
*** supton_ has joined #zope | 18:49 | |
*** supton_ has quit IRC | 18:58 | |
*** fredvd has quit IRC | 18:58 | |
*** giacomos has quit IRC | 19:06 | |
*** giacomos has joined #zope | 19:10 | |
*** tisto has quit IRC | 19:12 | |
*** tisto has joined #zope | 19:12 | |
*** giacomos has left #zope | 19:12 | |
*** sunew has joined #zope | 19:12 | |
*** mitchell` is now known as mitchell`off | 19:13 | |
*** giacomos has joined #zope | 19:13 | |
*** giacomos has joined #zope | 19:14 | |
*** avoinea has quit IRC | 19:19 | |
*** thetet has joined #zope | 19:24 | |
*** supton has joined #zope | 19:26 | |
*** giacomos has left #zope | 19:33 | |
*** alexpilz has quit IRC | 19:42 | |
*** __mac__ has joined #zope | 19:52 | |
*** tisto has quit IRC | 19:52 | |
*** __mac__ has quit IRC | 19:54 | |
*** supton has quit IRC | 20:04 | |
*** daMaestro has joined #zope | 20:07 | |
*** daMaestro has quit IRC | 20:07 | |
*** daMaestro has joined #zope | 20:07 | |
*** daMaestro has quit IRC | 20:08 | |
*** daMaestro has joined #zope | 20:08 | |
*** evilbungle has quit IRC | 20:20 | |
*** TomBlockley has quit IRC | 20:20 | |
*** RichyB has quit IRC | 20:29 | |
*** nenn3 has joined #zope | 20:37 | |
*** Spanktar has joined #zope | 20:37 | |
*** do3cc has quit IRC | 20:46 | |
*** zagy has joined #zope | 20:57 | |
*** dvschramm has joined #zope | 21:19 | |
*** River-Rat has joined #zope | 21:37 | |
*** River_Rat has quit IRC | 21:39 | |
*** do3cc has joined #zope | 22:09 | |
*** jan_s has joined #zope | 22:14 | |
*** __mac__ has joined #zope | 22:38 | |
*** do3cc has quit IRC | 22:58 | |
*** daMaestro|isBack has joined #zope | 22:59 | |
*** daMaestro has quit IRC | 22:59 | |
*** daMaestro|isBack is now known as daMaestro | 22:59 | |
*** pingviini has joined #zope | 23:04 | |
*** nenn3 has quit IRC | 23:07 | |
*** supton has joined #zope | 23:20 | |
*** __mac__ has quit IRC | 23:27 | |
*** supton has quit IRC | 23:29 | |
*** avn has quit IRC | 23:33 | |
*** avn has joined #zope | 23:35 | |
*** supton has joined #zope | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!