| *** alvaro_o has quit IRC | 00:00 | |
| *** alvaro_o has joined #zope | 00:00 | |
| *** jim_SFU has quit IRC | 00:12 | |
| *** rogererens1 has joined #zope | 00:23 | |
| *** rogererens has joined #zope | 00:23 | |
| *** strichter has joined #zope | 00:25 | |
| *** sashav has quit IRC | 00:26 | |
| *** lcpfnyvc has quit IRC | 00:44 | |
| *** NotreDev has quit IRC | 00:45 | |
| *** rogererens1 has quit IRC | 00:46 | |
| *** NotreDev has joined #zope | 00:46 | |
| *** lcpfnyvc has joined #zope | 00:46 | |
| *** NotreDev has quit IRC | 00:47 | |
| *** NotreDev has joined #zope | 00:48 | |
| *** NotreDev has quit IRC | 00:49 | |
| *** NotreDev has joined #zope | 00:50 | |
| *** MrWu has joined #zope | 00:52 | |
| CIA-85 | zagy * r120392 /Acquisition/branches/zagy-unicode-should-be-called: create branch for fixing that __unicode__ is not used for wrapped objects | 00:54 |
|---|---|---|
| CIA-85 | zagy zagy-unicode-should-be-called * r120393 Acquisition/ (3 files in 2 dirs): | 00:54 |
| CIA-85 | - Fixed bug: ``unicode(wrapped)`` was not calling a ``__unicode__`` | 00:54 |
| CIA-85 | method on wrapped objects. | 00:54 |
| CIA-85 | zagy zagy-unicode-should-be-called * r120394 Acquisition/src/Acquisition/_Acquisition.c: wrap long line | 00:54 |
| *** _mup_ has quit IRC | 00:56 | |
| *** _mup_ has joined #zope | 00:58 | |
| *** cpf_ has quit IRC | 01:03 | |
| *** supton_ has joined #zope | 01:05 | |
| *** supton has quit IRC | 01:08 | |
| *** supton_ has quit IRC | 01:10 | |
| *** dixond_ is now known as dixond | 01:17 | |
| *** J1m_ has quit IRC | 01:18 | |
| *** m8 has quit IRC | 01:24 | |
| *** Ariel_Calzada has quit IRC | 01:26 | |
| *** Ariel_Calzada has joined #zope | 01:29 | |
| *** strichter has quit IRC | 01:30 | |
| *** dvschramm is now known as dvschramm|away | 01:39 | |
| *** d2m has quit IRC | 01:39 | |
| *** evilbungle has quit IRC | 01:40 | |
| *** supton has joined #zope | 01:53 | |
| *** Arfrever has quit IRC | 01:58 | |
| *** supton has quit IRC | 02:01 | |
| *** MrTango has quit IRC | 02:03 | |
| *** supton has joined #zope | 02:03 | |
| *** strichter has joined #zope | 02:09 | |
| *** tessier has joined #zope | 02:11 | |
| *** supton has quit IRC | 02:16 | |
| *** MrWu has quit IRC | 02:20 | |
| *** rogererens1 has joined #zope | 02:42 | |
| *** rogererens has quit IRC | 02:44 | |
| *** Ariel_Calzada has quit IRC | 02:49 | |
| *** FSCV has quit IRC | 03:08 | |
| *** Spanktar has quit IRC | 03:22 | |
| *** dayne has quit IRC | 03:28 | |
| *** alga has quit IRC | 03:31 | |
| CIA-85 | tseaver * r120395 persistent/: Remove external in preparation for copying from ZODB. | 03:41 |
| CIA-85 | tseaver * r120396 persistent/persistent: Copy in 'persistent' from tseaver-python_picklecache-2 branch of ZODB. | 03:41 |
| *** alvaro_o has quit IRC | 03:43 | |
| *** tiwula has quit IRC | 03:44 | |
| *** NotreDev has quit IRC | 03:52 | |
| *** _mup_ has quit IRC | 03:53 | |
| *** _mup_ has joined #zope | 03:54 | |
| *** daMaestro has quit IRC | 03:54 | |
| *** _mup_ has quit IRC | 03:56 | |
| *** _mup_ has joined #zope | 03:58 | |
| *** _mup_ has joined #zope | 03:58 | |
| planetzopebot | Summaries Python Users Netherlands meeting in Utrecht (Weblog) http://maurits.vanrees.org/weblog/archive/2011/02/pun | 04:05 |
| *** mr_jolly has quit IRC | 04:10 | |
| *** hever has joined #zope | 04:22 | |
| *** hever has quit IRC | 04:26 | |
| *** hever has joined #zope | 04:29 | |
| *** hever has quit IRC | 04:33 | |
| *** strichter has quit IRC | 05:21 | |
| *** benji has quit IRC | 05:23 | |
| *** julesa has joined #zope | 05:40 | |
| CIA-85 | tseaver * r120397 persistent/setup.py: Use eggsupport from zope.testrunner. | 05:49 |
| CIA-85 | tseaver * r120398 persistent/persistent/interfaces.py: Avoid a ReST-breaking spelling. | 05:49 |
| CIA-85 | tseaver * r120399 persistent/ (9 files in 2 dirs): Skeletal docs. | 05:49 |
| CIA-85 | tseaver * r120400 persistent/persistent: Use newer tip. | 05:49 |
| CIA-85 | tseaver tseaver-python_picklecache-2 * r120401 ZODB/src/persistent/ (interfaces.py picklecache.py tests/test_picklecache.py): | 05:49 |
| CIA-85 | Document 'new_ghost' as part of IPickleCache, and implement it. | 05:49 |
| CIA-85 | Add missing coverage. | 05:49 |
| CIA-85 | tseaver tseaver-python_picklecache-2 * r120402 ZODB/src/persistent/timestamp.py: Fix microsecond handling. | 05:49 |
| CIA-85 | tseaver tseaver-python_picklecache-2 * r120403 ZODB/src/ZODB/ (__init__.py utils.py DB.py): Import TimeStamp from new module holding pure-Python fallback. | 05:49 |
| CIA-85 | tseaver tseaver-python_picklecache-2 * r120404 ZODB/src/persistent/ (pyPersistence.py tests/test_pyPersistence.py): | 05:49 |
| CIA-85 | Use TimeStamp object to compute _p_mtime. | 05:49 |
| CIA-85 | Also, normalize imports. | 05:49 |
| CIA-85 | tseaver tseaver-python_picklecache-2 * r120405 ZODB/src/persistent/tests/ (testPersistent.py test_PickleCache.py): Fix some spurious failures. | 05:49 |
| CIA-85 | tseaver * r120406 persistent/persistent: Newer tip. | 05:49 |
| CIA-85 | tseaver * r120407 persistent/persistent/interfaces.py: Re-apply ReST fix. | 05:49 |
| CIA-85 | tseaver * r120408 persistent/ (docs/using.rst docs/index.rst persistent/README.txt): Move in-package docs out to the docs directory. | 05:49 |
| CIA-85 | tseaver * r120409 persistent/ (CHANGES.txt setup.py README.txt): Get meta-docs in shape. | 05:49 |
| *** tiwula has joined #zope | 05:55 | |
| *** benji has joined #zope | 06:04 | |
| *** bhagat has joined #zope | 06:19 | |
| *** strichter has joined #zope | 06:23 | |
| *** davisagli has quit IRC | 06:26 | |
| *** davisagli has joined #zope | 06:26 | |
| *** Ariel_Calzada has joined #zope | 06:30 | |
| *** benji has quit IRC | 06:37 | |
| *** dayne has joined #zope | 06:59 | |
| *** mcdonc has quit IRC | 07:03 | |
| *** mcdonc has joined #zope | 07:03 | |
| *** mcdonc has quit IRC | 07:07 | |
| *** mcdonc has joined #zope | 07:08 | |
| *** dayne has quit IRC | 07:29 | |
| *** digitalmortician has quit IRC | 07:46 | |
| *** lcpfnyvc has quit IRC | 08:04 | |
| *** lcpfnyvc has joined #zope | 08:04 | |
| *** julesa has quit IRC | 08:04 | |
| *** digitalmortician has joined #zope | 08:38 | |
| *** prank has quit IRC | 08:45 | |
| *** tiwula has quit IRC | 08:45 | |
| *** Deichi has joined #zope | 08:55 | |
| *** tisto has joined #zope | 09:02 | |
| *** bhagat has quit IRC | 09:07 | |
| *** zagy1 has joined #zope | 09:08 | |
| *** hever has joined #zope | 09:15 | |
| *** rogererens1 has quit IRC | 09:18 | |
| CIA-85 | tlotze * r120410 zc.buildout/ (3 files in 2 dirs): removed remnants of extended-by implementation, raise a UserError if the option is encountered | 09:26 |
| CIA-85 | zagy zagy-unicode-should-be-called * r120411 Acquisition/src/Acquisition/tests.py: | 09:26 |
| CIA-85 | added another test to really make sure __str__ is being called when there is no | 09:26 |
| CIA-85 | __unicode__ | 09:26 |
| *** d2m has joined #zope | 09:40 | |
| *** bigkevmcd has joined #zope | 09:43 | |
| *** agroszer has joined #zope | 10:11 | |
| *** Theuni has joined #zope | 10:13 | |
| *** Theuni is now known as Guest34704 | 10:14 | |
| *** eperez has joined #zope | 10:17 | |
| *** _mup_ has quit IRC | 10:17 | |
| *** _mup_ has joined #zope | 10:18 | |
| *** planetzopebot has quit IRC | 10:33 | |
| *** planetzopebot has joined #zope | 10:34 | |
| *** cpf_ has joined #zope | 10:35 | |
| *** alexpilz has joined #zope | 10:39 | |
| *** alexpilz1 has joined #zope | 10:40 | |
| *** digitalmortician has quit IRC | 10:43 | |
| *** alexpilz has quit IRC | 10:44 | |
| *** digitalmortician has joined #zope | 10:44 | |
| *** Guest34704 has quit IRC | 10:49 | |
| *** cpf_ has quit IRC | 10:52 | |
| *** prank has joined #zope | 10:53 | |
| *** d2m has quit IRC | 10:57 | |
| *** Theuni has joined #zope | 11:07 | |
| *** Theuni is now known as Guest11925 | 11:07 | |
| *** nitrogenycs has joined #zope | 11:10 | |
| *** alexpilz1 has quit IRC | 11:11 | |
| *** alexpilz has joined #zope | 11:11 | |
| *** d2m has joined #zope | 11:13 | |
| *** goschtl has joined #zope | 11:17 | |
| *** MrTango has joined #zope | 11:20 | |
| *** marcriera has quit IRC | 11:30 | |
| *** JT has quit IRC | 11:30 | |
| *** JT has joined #zope | 11:31 | |
| *** marcriera has joined #zope | 11:32 | |
| *** alga has joined #zope | 11:33 | |
| *** Deichi_ has joined #zope | 11:37 | |
| *** evilbungle has joined #zope | 11:37 | |
| *** Deichi has quit IRC | 11:38 | |
| *** Deichi_ is now known as Deichi | 11:38 | |
| *** sylvain has joined #zope | 11:49 | |
| *** fredvd has joined #zope | 11:50 | |
| *** madmax_ has joined #zope | 11:51 | |
| *** Guest11925 has quit IRC | 12:01 | |
| *** mr_jolly has joined #zope | 12:07 | |
| *** Ariel_Calzada has quit IRC | 12:18 | |
| *** rogererens has joined #zope | 12:19 | |
| *** madmax_ has quit IRC | 12:22 | |
| *** eperez has quit IRC | 12:22 | |
| *** alga has quit IRC | 12:32 | |
| *** mr_jolly has left #zope | 12:35 | |
| *** eperez has joined #zope | 12:38 | |
| *** teix has joined #zope | 12:55 | |
| *** thetet has joined #zope | 12:55 | |
| *** menesis has joined #zope | 12:58 | |
| *** rogererens has quit IRC | 13:10 | |
| *** alga has joined #zope | 13:12 | |
| *** strichter has quit IRC | 13:25 | |
| *** strichter has joined #zope | 13:26 | |
| *** rogererens1 has joined #zope | 13:26 | |
| *** rogererens has joined #zope | 13:26 | |
| *** rogererens2 has joined #zope | 13:26 | |
| *** rogererens1 has quit IRC | 13:27 | |
| *** rogererens has quit IRC | 13:27 | |
| *** teix has quit IRC | 13:37 | |
| *** teix has joined #zope | 13:40 | |
| *** sunew has joined #zope | 13:59 | |
| *** rogererens2 has quit IRC | 13:59 | |
| *** lcpfnyvc has quit IRC | 14:01 | |
| *** fredvd|away has joined #zope | 14:05 | |
| *** fredvd has quit IRC | 14:05 | |
| *** lucmult has joined #zope | 14:07 | |
| *** lucmult has left #zope | 14:07 | |
| *** dayne has joined #zope | 14:13 | |
| *** lcpfnyvc has joined #zope | 14:16 | |
| *** benji has joined #zope | 14:18 | |
| *** d2m has quit IRC | 14:30 | |
| *** rogererens has joined #zope | 14:32 | |
| *** d2m has joined #zope | 14:32 | |
| *** tisto is now known as tisto|away | 14:36 | |
| *** regebro has joined #zope | 14:49 | |
| *** hever has quit IRC | 14:56 | |
| *** FSCV has joined #zope | 14:56 | |
| *** prank has quit IRC | 14:59 | |
| *** prank has joined #zope | 15:01 | |
| *** Ariel_Calzada has joined #zope | 15:20 | |
| CIA-85 | yuppie * r120412 Products.CMFCore/Products/CMFCore/ (5 files): - call getSecurityManager().getUser() directly | 15:22 |
| CIA-85 | yuppie * r120413 Products.CMFDefault/Products/CMFDefault/MembershipTool.py: - call getSecurityManager().getUser() directly | 15:22 |
| *** agroszer has quit IRC | 15:48 | |
| *** agroszer has joined #zope | 15:51 | |
| *** astoon has joined #zope | 15:58 | |
| *** shastry has joined #zope | 16:01 | |
| *** bowe has quit IRC | 16:01 | |
| *** hever has joined #zope | 16:03 | |
| *** Deichi has quit IRC | 16:04 | |
| *** J1m_ has joined #zope | 16:04 | |
| *** tisto|away is now known as tisto | 16:32 | |
| *** zagy1 has quit IRC | 16:36 | |
| *** zenwryly has quit IRC | 16:36 | |
| *** mgedmin_ has quit IRC | 16:37 | |
| *** mgedmin_ has joined #zope | 16:37 | |
| *** dayne has quit IRC | 16:38 | |
| *** mgedmin_ is now known as mgedmin | 16:39 | |
| *** Theuni has joined #zope | 16:46 | |
| *** Theuni is now known as Guest54792 | 16:46 | |
| *** menesis has quit IRC | 16:49 | |
| *** Arfrever has joined #zope | 16:59 | |
| *** menesis has joined #zope | 17:00 | |
| *** dvschramm|away is now known as dvschramm | 17:03 | |
| *** jim_SFU has joined #zope | 17:04 | |
| *** rogererens has quit IRC | 17:08 | |
| *** astoon has quit IRC | 17:12 | |
| *** rogererens has joined #zope | 17:19 | |
| *** rogererens1 has joined #zope | 17:19 | |
| *** thetet has quit IRC | 17:20 | |
| *** dayne has joined #zope | 17:20 | |
| *** rogererens has quit IRC | 17:21 | |
| *** digitalmortician has quit IRC | 17:27 | |
| *** digitalmortician has joined #zope | 17:27 | |
| *** MrWu has joined #zope | 17:28 | |
| *** digitalmortician has quit IRC | 17:30 | |
| *** digitalmortician has joined #zope | 17:30 | |
| *** bowe has joined #zope | 17:30 | |
| *** nitrogenycs has left #zope | 17:30 | |
| *** sm has joined #zope | 17:37 | |
| *** alexpilz has quit IRC | 17:50 | |
| *** tisto is now known as tisto|away | 17:51 | |
| *** agroszer has quit IRC | 17:53 | |
| *** alvaro_o has joined #zope | 17:53 | |
| *** supton has joined #zope | 17:55 | |
| *** alvaro_o has quit IRC | 17:56 | |
| *** alvaro_o has joined #zope | 17:57 | |
| *** dayne1 has joined #zope | 18:04 | |
| *** dayne has quit IRC | 18:05 | |
| *** supton has quit IRC | 18:06 | |
| *** Guest54792 has quit IRC | 18:06 | |
| *** goschtl has quit IRC | 18:07 | |
| *** bowe has quit IRC | 18:25 | |
| *** tiwula has joined #zope | 18:27 | |
| *** fredvd|away has quit IRC | 18:29 | |
| *** seppo14 has joined #zope | 18:30 | |
| seppo14 | hi guys.. | 18:30 |
| seppo14 | anyone sucessfully using textindexng3 with z2.13 / py2.7? | 18:30 |
| seppo14 | i always get ImportError: No module named TextIndex.Vocabulary | 18:30 |
| seppo14 | when trying to import a ZEXP that is using textindexng3 | 18:30 |
| *** NotreDev has joined #zope | 18:38 | |
| *** rogererens1 has quit IRC | 18:44 | |
| *** tisto|away is now known as tisto | 18:45 | |
| *** alvaro_o_ has joined #zope | 18:46 | |
| *** alvaro_o has quit IRC | 18:46 | |
| *** digitalmortician has quit IRC | 18:47 | |
| *** seppo14 has quit IRC | 18:50 | |
| *** schaueho has joined #zope | 18:55 | |
| *** schaueho has quit IRC | 18:57 | |
| *** d2m has quit IRC | 18:58 | |
| *** sunew has quit IRC | 19:11 | |
| *** hever has quit IRC | 19:13 | |
| *** d2m has joined #zope | 19:14 | |
| *** dayne1 has quit IRC | 19:16 | |
| *** dayne has joined #zope | 19:18 | |
| *** d2m has quit IRC | 19:18 | |
| *** d2m has joined #zope | 19:20 | |
| *** eperez has quit IRC | 19:20 | |
| *** hever has joined #zope | 19:28 | |
| *** zulu909 has joined #zope | 19:28 | |
| *** evilbungle_ has joined #zope | 19:30 | |
| *** evilbungle_ has quit IRC | 19:31 | |
| *** evilbungle has quit IRC | 19:34 | |
| *** alvaro_o_ has quit IRC | 19:44 | |
| *** alvaro_o_ has joined #zope | 19:44 | |
| *** Ariel_Calzada has quit IRC | 19:45 | |
| *** digitalmortician has joined #zope | 19:45 | |
| *** menesis has quit IRC | 19:52 | |
| *** digitalmortician has quit IRC | 19:59 | |
| *** zulu909 has quit IRC | 20:00 | |
| *** d2m has quit IRC | 20:00 | |
| *** zulu909 has joined #zope | 20:02 | |
| *** d2m has joined #zope | 20:03 | |
| *** TresEquis has joined #zope | 20:10 | |
| *** tisto has quit IRC | 20:14 | |
| *** supton has joined #zope | 20:16 | |
| *** dayne1 has joined #zope | 20:22 | |
| *** dayne has quit IRC | 20:22 | |
| *** sylvain has quit IRC | 20:34 | |
| *** m8 has joined #zope | 20:37 | |
| *** jbg has joined #zope | 20:40 | |
| *** alga has quit IRC | 20:42 | |
| *** jim_SFU has quit IRC | 20:45 | |
| *** jbg is now known as jim_SFU | 20:45 | |
| *** mr_jolly has joined #zope | 20:45 | |
| CIA-85 | davisagli * r120414 plone.z3cform/ (4 files in 3 dirs): fix CRUD add form template | 20:52 |
| CIA-85 | davisagli * r120415 /plone.z3cform/tags/0.7.2: Tagged plone.z3cform 0.7.2. | 20:52 |
| CIA-85 | davisagli * r120416 plone.z3cform/ (docs/HISTORY.txt setup.py): vb | 20:52 |
| *** menesis has joined #zope | 20:54 | |
| *** zulu909 has quit IRC | 21:00 | |
| *** zulu909 has joined #zope | 21:02 | |
| *** Ariel_Calzada has joined #zope | 21:05 | |
| *** alexpilz has joined #zope | 21:15 | |
| *** jim_SFU has quit IRC | 21:19 | |
| *** jim_SFU has joined #zope | 21:19 | |
| *** zenwryly has joined #zope | 21:20 | |
| *** MrWu has quit IRC | 21:29 | |
| *** teix has left #zope | 21:36 | |
| *** prinzdezibel has joined #zope | 21:46 | |
| prinzdezibel | Where are the zope default permissions defined, e.g. zope.ManageContent? | 21:46 |
| prinzdezibel | I can't find them | 21:46 |
| TresEquis | prinzdezibel, zope.app.security:standardpermissions.zcml | 21:52 |
| TresEquis | assuming you mean for Z3 | 21:52 |
| avn | zope.securitypolicy permissions.zcml -- in z3 | 21:52 |
| TresEquis | avn: I don't see permissions defined there | 21:53 |
| avn | oops, zope/securitypolicy/securitypolicy.zcml | 21:53 |
| TresEquis | except zope.View is granted to anonymous | 21:53 |
| TresEquis | in securitypolicy.zcml | 21:53 |
| prinzdezibel | zope.security.permissions.zcml for zope.ManageContent | 21:54 |
| prinzdezibel | thank you TresEquis ,avn | 21:54 |
| TresEquis | zope.security:permissions.zcml is a place, too | 21:54 |
| TresEquis | maybe the currently-best location | 21:54 |
| *** zulu909 has quit IRC | 22:00 | |
| *** lucmult has joined #zope | 22:02 | |
| *** zulu909 has joined #zope | 22:02 | |
| *** menesis has quit IRC | 22:09 | |
| *** alga has joined #zope | 22:33 | |
| *** lucmult has quit IRC | 22:49 | |
| *** hever has quit IRC | 22:51 | |
| *** rocky has joined #zope | 22:58 | |
| *** zulu909 has quit IRC | 23:01 | |
| *** zulu909 has joined #zope | 23:03 | |
| *** bowe has joined #zope | 23:07 | |
| *** alexpilz has quit IRC | 23:19 | |
| *** NotreDev has quit IRC | 23:25 | |
| *** NotreDev has joined #zope | 23:25 | |
| *** giampaolo has joined #zope | 23:26 | |
| *** prinzdezibel has quit IRC | 23:58 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!