| *** Wu has quit IRC | 00:05 | |
| *** AnneGilles has quit IRC | 00:19 | |
| *** mcdonc has quit IRC | 00:35 | |
| *** alga has quit IRC | 00:45 | |
| *** alga has joined #zope | 00:52 | |
| *** thetet has quit IRC | 01:01 | |
| *** alga has quit IRC | 01:02 | |
| *** alga has joined #zope | 01:04 | |
| *** fredvd has quit IRC | 01:11 | |
| *** thetet has joined #zope | 01:16 | |
| *** J1m has quit IRC | 01:17 | |
| *** sunew has quit IRC | 01:24 | |
| *** do3cc has quit IRC | 01:25 | |
| *** thetet has quit IRC | 01:26 | |
| *** thetet has joined #zope | 01:32 | |
| *** m8 has quit IRC | 01:33 | |
| *** chaoflow has quit IRC | 01:37 | |
| *** garbas has quit IRC | 01:37 | |
| *** moo-_- has quit IRC | 01:37 | |
| *** mgedmin has quit IRC | 01:37 | |
| *** chaoflow has joined #zope | 01:37 | |
| *** mgedmin has joined #zope | 01:38 | |
| *** thetet has quit IRC | 01:39 | |
| *** moo-_- has joined #zope | 01:39 | |
| *** garbas has joined #zope | 01:43 | |
| *** _mup_ has quit IRC | 02:00 | |
| *** _mup_ has joined #zope | 02:00 | |
| *** daMaestro has quit IRC | 02:28 | |
| *** J1m has joined #zope | 02:39 | |
| *** cwarner has quit IRC | 02:47 | |
| *** do3cc has joined #zope | 02:57 | |
| *** mcdonc has joined #zope | 03:02 | |
| *** do3cc has quit IRC | 03:25 | |
| *** alga has quit IRC | 03:36 | |
| *** tiwula has quit IRC | 03:37 | |
| *** cwarner has joined #zope | 03:41 | |
| *** cwarner has quit IRC | 03:52 | |
| *** J1m has quit IRC | 03:59 | |
| *** cwarner has joined #zope | 04:01 | |
| *** tiwula has joined #zope | 04:14 | |
| *** iana has quit IRC | 04:59 | |
| *** iana has joined #zope | 05:07 | |
| *** dayne has joined #zope | 06:39 | |
| *** zkc has joined #zope | 06:59 | |
| *** f10w has joined #zope | 07:05 | |
| *** iana has quit IRC | 07:22 | |
| *** iana has joined #zope | 07:23 | |
| *** __mac__ has joined #zope | 07:45 | |
| *** __mac__ has quit IRC | 07:48 | |
| *** Spanktar has quit IRC | 08:01 | |
| *** tiwula has quit IRC | 08:20 | |
| *** benji has quit IRC | 08:30 | |
| *** J1m has joined #zope | 08:42 | |
| *** J1m has quit IRC | 08:46 | |
| *** goschtl has joined #zope | 08:55 | |
| *** supton has joined #zope | 09:12 | |
| *** AnneGilles has joined #zope | 09:16 | |
| *** benji has joined #zope | 09:17 | |
| *** __mac__ has joined #zope | 09:26 | |
| *** sweh has joined #zope | 09:28 | |
| *** sweh has quit IRC | 09:38 | |
| *** alga has joined #zope | 09:38 | |
| *** sweh has joined #zope | 09:38 | |
| *** supton has quit IRC | 09:45 | |
| *** giacomos has joined #zope | 10:11 | |
| *** agroszer has joined #zope | 10:18 | |
| *** thetet has joined #zope | 10:18 | |
| *** avoinea has joined #zope | 10:34 | |
| *** Wu has joined #zope | 10:34 | |
| *** zagy has joined #zope | 10:51 | |
| *** alexpilz has joined #zope | 11:24 | |
| *** mitchell`off is now known as mitchell` | 11:26 | |
| *** TomBlockley has joined #zope | 11:46 | |
| *** thetet has quit IRC | 11:51 | |
| *** Wu has quit IRC | 12:00 | |
| *** phimic has joined #zope | 12:08 | |
| phimic | hi all | 12:08 |
|---|---|---|
| phimic | i use collective.recipe.filestorage with 50 mountpoints specified in parts | 12:09 |
| phimic | is it possible to use python syntax for the parts section to specifiy the mountpoints? | 12:09 |
| *** phimic has quit IRC | 12:18 | |
| *** evilbungle has joined #zope | 12:20 | |
| *** do3cc has joined #zope | 12:26 | |
| *** fredvd has joined #zope | 12:29 | |
| *** RichardBarrell has joined #zope | 12:42 | |
| *** goschtl has quit IRC | 12:49 | |
| *** goschtl has joined #zope | 12:51 | |
| *** mlechner has joined #zope | 12:53 | |
| mlechner | hi, hiw to create an empty file object (instance) in zope2? | 12:53 |
| *** phimic has joined #zope | 13:06 | |
| phimic | what is the main difference between plone.recipe.zope2zeoserver and plone.recipe.zeoserver? | 13:06 |
| *** zkc has quit IRC | 13:09 | |
| RichardBarrell | mlechner: add a File object in the ZMI and either don't upload a file, or upload an empty file. | 13:11 |
| mlechner | RichardBarrell: I want to do this from a python (not external) script. | 13:15 |
| *** rodgort has quit IRC | 13:17 | |
| RichardBarrell | Easy enough. folder.manage_addProducts['OFSP'].manage_addFile(id="identifier", title="title", file="", content_type="application/octet-stream") | 13:17 |
| RichardBarrell | er | 13:18 |
| RichardBarrell | It's folder.manage_addProduct['OFSP'].manage_addFile(...), not folder.manage_addProducts | 13:18 |
| RichardBarrell | No 's'. | 13:18 |
| *** AnneGilles_ has joined #zope | 13:21 | |
| *** AnneGilles has quit IRC | 13:22 | |
| *** AnneGilles_ is now known as AnneGilles | 13:22 | |
| *** rodgort has joined #zope | 13:29 | |
| *** fredvd has quit IRC | 13:34 | |
| *** J1m has joined #zope | 13:47 | |
| mlechner | RichardBarrell: thnx it worked. Now I can upload an image via ajax into a session and save it later from the sesion to a file in zope | 14:18 |
| RichardBarrell | Cool. | 14:21 |
| RichardBarrell | mlechner: glad to hear it's working for you. :) | 14:22 |
| *** sweh has quit IRC | 14:25 | |
| *** __mac__ has quit IRC | 14:25 | |
| *** zagy has quit IRC | 14:26 | |
| *** __mac__ has joined #zope | 14:28 | |
| *** sweh has joined #zope | 14:29 | |
| *** zagy has joined #zope | 14:29 | |
| *** RichardBarrell has quit IRC | 14:34 | |
| *** J1m has quit IRC | 14:36 | |
| *** RichardBarrell has joined #zope | 14:37 | |
| *** m8 has joined #zope | 14:49 | |
| *** __mac__1 has joined #zope | 15:05 | |
| *** __mac__ has quit IRC | 15:06 | |
| *** goschtl_ has joined #zope | 15:11 | |
| *** goschtl has quit IRC | 15:11 | |
| *** goschtl_ is now known as goschtl | 15:11 | |
| *** sweh has quit IRC | 15:11 | |
| *** zagy has quit IRC | 15:14 | |
| *** sweh has joined #zope | 15:19 | |
| *** zagy has joined #zope | 15:19 | |
| *** phimic has quit IRC | 15:19 | |
| *** mgedmin has quit IRC | 15:38 | |
| *** mgedmin has joined #zope | 15:38 | |
| *** goschtl has quit IRC | 16:08 | |
| *** J1m has joined #zope | 16:08 | |
| *** goschtl has joined #zope | 16:08 | |
| *** goschtl has quit IRC | 16:12 | |
| *** avoinea has quit IRC | 16:28 | |
| *** avoinea has joined #zope | 16:31 | |
| *** avoinea has quit IRC | 16:45 | |
| *** avoinea has joined #zope | 16:47 | |
| *** __mac__1 has quit IRC | 16:59 | |
| *** sweh has quit IRC | 16:59 | |
| *** goschtl has joined #zope | 17:07 | |
| *** dayne has quit IRC | 17:08 | |
| *** Wu has joined #zope | 17:11 | |
| *** menesis1 has joined #zope | 17:18 | |
| *** menesis has quit IRC | 17:18 | |
| *** Wu has quit IRC | 17:42 | |
| *** Wu has joined #zope | 17:46 | |
| *** menesis1 has quit IRC | 17:55 | |
| *** menesis has joined #zope | 18:02 | |
| *** zagy has quit IRC | 18:05 | |
| *** mlechner has quit IRC | 18:09 | |
| *** goschtl has quit IRC | 18:44 | |
| *** agroszer has quit IRC | 18:51 | |
| *** iana has quit IRC | 18:52 | |
| *** giacomos has quit IRC | 19:07 | |
| *** iana has joined #zope | 19:09 | |
| *** tiwula has joined #zope | 19:14 | |
| *** Spanktar has joined #zope | 19:20 | |
| *** evilbungle has quit IRC | 19:22 | |
| *** avoinea has quit IRC | 19:24 | |
| *** evilbungle has joined #zope | 19:24 | |
| *** goschtl has joined #zope | 19:34 | |
| *** alexpilz has quit IRC | 19:34 | |
| *** AnneGilles has quit IRC | 19:35 | |
| *** supton has joined #zope | 19:50 | |
| *** Spanktar has quit IRC | 19:54 | |
| *** Spanktar has joined #zope | 20:00 | |
| *** evilbungle has quit IRC | 20:00 | |
| *** evilbungle has joined #zope | 20:01 | |
| *** Wu has quit IRC | 20:12 | |
| *** goschtl has quit IRC | 20:18 | |
| *** evilbungle has quit IRC | 20:29 | |
| *** TomBlockley has quit IRC | 20:32 | |
| *** mitchell` is now known as mitchell`off | 20:42 | |
| *** giacomos has joined #zope | 20:54 | |
| *** do3cc has quit IRC | 21:00 | |
| *** evilbungle has joined #zope | 21:02 | |
| *** giacomos has quit IRC | 21:07 | |
| *** evilbungle has quit IRC | 21:12 | |
| *** __mac__ has joined #zope | 21:24 | |
| *** dvschramm has joined #zope | 21:43 | |
| J1m | mcdonc, do y'all use paster serve? | 21:45 |
| J1m | I think it just pushed me over the edge. | 21:45 |
| benbangert | I use gunicron | 21:48 |
| J1m | does it use the paste-deployment framework? Or does it have it's own knitting framework? | 21:49 |
| benbangert | I use it like this, https://groups.google.com/group/pylons-discuss/browse_thread/thread/ce1f579f2cc0a31d | 21:49 |
| benbangert | I use paste.deploy to load the wsgi app in a module for gunicorn to use | 21:49 |
| benbangert | so I don't use paster serve at all | 21:49 |
| J1m | cool | 21:50 |
| J1m | I like that paste-deploy provides *a* framework, although the api is a little annoying/ | 21:51 |
| J1m | It's nice to see a precedent for providing an alternate container. | 21:51 |
| benbangert | we have an alternate config loader at mozilla, it'd be nice to couple that with the main wsgi app declaration to handle passing the INI settings in, and bypass paste.deploy entirely | 21:52 |
| benbangert | it lets you easily get other INI section declarations, and does sane conversions so you don't have to use asbool | 21:53 |
| *** f10w has quit IRC | 21:55 | |
| J1m | is it released somewhere? | 21:55 |
| *** f10w has joined #zope | 21:55 | |
| benbangert | yea | 21:57 |
| J1m | where? | 21:58 |
| *** AnneGilles has joined #zope | 21:58 | |
| benbangert | hehe, yea, locating it now | 21:58 |
| *** AnneGilles has quit IRC | 21:58 | |
| *** AnneGilles has joined #zope | 21:58 | |
| benbangert | https://github.com/mozilla-services/mozservices/blob/master/mozsvc/config.py | 21:59 |
| benbangert | if using pyramid, it can replace the pyramid settings dict with its dict that has the .getsection method | 21:59 |
| *** f10w has quit IRC | 22:00 | |
| benbangert | prolly gonna be extending it so that INI sections can refer to zookeeper paths, and it'll load the config from there transparently to someone using it | 22:01 |
| J1m | Yup | 22:01 |
| *** AnneGilles_ has joined #zope | 22:04 | |
| *** AnneGilles has quit IRC | 22:06 | |
| *** AnneGilles_ is now known as AnneGilles | 22:06 | |
| *** sashav has joined #zope | 22:10 | |
| *** AnneGilles has quit IRC | 22:10 | |
| *** alexpilz has joined #zope | 22:14 | |
| *** f10w has joined #zope | 22:22 | |
| *** Spanktar is now known as spanky|onigiri | 22:46 | |
| *** supton_ has joined #zope | 23:00 | |
| *** TomBlockley has joined #zope | 23:01 | |
| *** supton has quit IRC | 23:03 | |
| *** supton_ is now known as supton | 23:03 | |
| *** __mac__ has quit IRC | 23:08 | |
| *** dvschramm has quit IRC | 23:10 | |
| *** m8 has quit IRC | 23:11 | |
| *** AnneGilles has joined #zope | 23:23 | |
| *** m8 has joined #zope | 23:25 | |
| *** supton has quit IRC | 23:48 | |
| *** supton has joined #zope | 23:48 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!