*** J1m_ has quit IRC | 00:00 | |
*** m8 has quit IRC | 00:08 | |
CIA-85 | mj * r120477 zope.password/src/zope/password/password.py: Update several tests to cover the unicode hash input case better, and update the description of the salt-means-random-output test for SSHA. | 00:27 |
---|---|---|
CIA-85 | mj * r120478 zope.password/src/zope/password/configure.zcml: Register security assertions for the legacy classes. | 00:27 |
CIA-85 | mj * r120479 zope.password/ (5 files in 2 dirs): Add a SMD5 (salted MD5) implementation, compatible with OpenLDAP. | 00:27 |
*** davisagli has quit IRC | 00:37 | |
*** davisagli has joined #zope | 00:37 | |
*** J1m_ has joined #zope | 00:41 | |
*** Arfrever has quit IRC | 00:46 | |
*** J1m_ has joined #zope | 01:00 | |
RaceCondition | is there a way to use ${foo} outside of node attributes of the 'tal' namespace? | 01:03 |
RaceCondition | like `<div>${foo}</div>` instead of the less readable `<div tal:content="foo">bla</div>` | 01:04 |
*** menesis has quit IRC | 01:17 | |
CIA-85 | mj * r120480 zope.password/src/zope/password/ (testing.py configure.zcml): Just case the MySQL utility registration the same as the project name. | 01:24 |
CIA-85 | mj * r120481 zope.password/src/zope/password/legacy.py: Style: double newline between classes. | 01:24 |
*** mustard has quit IRC | 01:38 | |
*** npmccallum has joined #zope | 01:53 | |
npmccallum | is it possible to do a browser:page with a regex name (or some other variable name)? I basically want to do this in configure.zcml: <browser:page name="/foo/[a-z0-9]+" ... /> so that it passes everything that matches that pattern to the view... | 01:54 |
*** Ariel_Calzada has quit IRC | 01:57 | |
RaceCondition | npmccallum: I don't think anybody is here... | 02:00 |
npmccallum | RaceCondition: yeah, agreed | 02:07 |
npmccallum | I'm just curious how zope handles the http://myserver.com/cars/$carid pattern | 02:07 |
RaceCondition | I have no idea :) I'm hear just to get help regarding TAL :) | 02:08 |
npmccallum | where $carid isn't a zope object, but an object from another db | 02:08 |
npmccallum | RaceCondition: oh, TAL is easy, what do you need? | 02:08 |
RaceCondition | I'm using SimpleTAL from Django, and I'm trying to understand how to get macros to work | 02:08 |
RaceCondition | first of all, I tried defining a macro in a template and then using it straight away, but that doesn't work | 02:08 |
RaceCondition | http://dpaste.com/436903/ | 02:09 |
npmccallum | oh, macros I know nothing about :( | 02:09 |
RaceCondition | damn :P | 02:09 |
RaceCondition | I can handle everything else, but I cannot find anything about that | 02:09 |
*** J1m_ has quit IRC | 02:13 | |
avn | RaceCondition: I think chamaleon's TAL allow ${foo} inside both nodes and attrs | 02:18 |
RaceCondition | avn: ah, that's good to know... I should look at Chameleon | 02:18 |
RaceCondition | avn: can you also take a look at the last lines of http://dpaste.com/436903/ ? | 02:19 |
avn | chameleon mostly compatible with zope tal, and sometimes used as fast replacement | 02:19 |
RaceCondition | Chameleon is recommended over SimpleTAL, I assume? | 02:19 |
avn | I can't sae "Recommend", but as I know -- chamaleon developed as zope.tal replacement | 02:20 |
RaceCondition | yeah | 02:20 |
RaceCondition | it also has a better documentation than SimpleTAL | 02:20 |
npmccallum | avn: do you know anything about the use of BrowserViews and browser:page in zcml? | 02:21 |
avn | mmm... {{ var }} is djangizm. ${var} (in chamaleon) | 02:21 |
avn | npmccallum: not all ;) I'm only learning zope3 ;) | 02:22 |
RaceCondition | avn: yes, I know, I have mixed Django/TAL templates | 02:22 |
RaceCondition | the {{ }} and {% %} are for Django | 02:22 |
npmccallum | avn: argh, thanks anyway | 02:23 |
RaceCondition | avn: if I do a <div tal:define-macro="foo">Foo!</div> right inside a HTML document, is it correct usage, and should I be able to use that macro right away? | 02:23 |
npmccallum | I'm not sure why what I want to do isn't documented anywhere | 02:23 |
RaceCondition | or do I always have to put macros in separate files? | 02:23 |
avn | RaceCondition: In this file. You need some special tricks from z3c.* to use macros from other files. | 02:24 |
avn | and metal:define-macro... | 02:25 |
RaceCondition | yes, of course | 02:25 |
RaceCondition | but I only want inside the same file | 02:25 |
avn | (And I repeat -- I'm not a expert, I am only learning myself ;) | 02:25 |
RaceCondition | like <div metal:define-macro="foo">Foo!</div> and then <div metal:use-macro="foo"></div> in the same file | 02:25 |
avn | I'm exploring indexes (z.index now) | 02:25 |
RaceCondition | I tried with use-macro="macros/foo" but nothing... the macro node just gets evaluated right away | 02:26 |
avn | RaceCondition: yes, I'm sure -- it will work in same file. | 02:26 |
RaceCondition | can how can I refer to a macro named 'foo' in the same file? use-macro="macros/foo" or just use-macro="foo"? | 02:26 |
avn | Don't know. btw as I know foo/bar/baz may require z3c.pt, and not raw chameleon | 02:28 |
RaceCondition | and with Chameleon? | 02:28 |
RaceCondition | foo.bar.baz? | 02:28 |
avn | I'm exact know z3c.pt have some code to make var/field/traverse/syntax works. Raw chameleon just get "var" from context dict. (But I can be wrong -- ask malthe on #repoze -- he is an author of chameleon) | 02:31 |
CIA-85 | malthe * r120482 /five.pt/branches/1.3: Starting 1.3 maintenance branch. | 02:31 |
CIA-85 | malthe * r120483 /z3c.pt/branches/1.2: Preparing 1.2 maintenance branch. | 02:31 |
*** davisagli has quit IRC | 02:34 | |
*** davisagli has joined #zope | 02:35 | |
RaceCondition | avn: isn't TALES responsible from that? | 02:40 |
RaceCondition | I'm still not getting macros to work, now with Chameleon | 02:40 |
RaceCondition | any define-macro block just gets evaluated right away and nothing gets put into the context/environment for later access | 02:41 |
*** J1m_ has joined #zope | 02:44 | |
RaceCondition | I can't find any documentation whatsoever about inline macros | 02:45 |
*** J1m_ has quit IRC | 02:47 | |
*** nitrogenycs has left #zope | 02:50 | |
*** nitrogenycs has joined #zope | 02:50 | |
*** davisagli has quit IRC | 02:52 | |
*** nitrogenycs has left #zope | 02:53 | |
*** nitrogenycs has joined #zope | 02:53 | |
*** MrTango has quit IRC | 02:53 | |
*** davisagli has joined #zope | 02:54 | |
RaceCondition | nice, I can access the macro with rcontext.macros['foo'], but that's a hack I guess | 02:58 |
RaceCondition | avn: you were right btw, Chameleon does support ${}.. that's so nice | 03:06 |
avn | RaceCondition: chameleon have few enchancements, but also few restrictions (no builtin traverse). I'm suggest you to /join #repoze and ask malthe... I believe he known more, because he is chameleon author ;) | 03:08 |
RaceCondition | you mean no builtin foo/bar/baz ? I don't really like that anyway | 03:08 |
RaceCondition | the reason I wanted TAL in the first place was better integration with XML | 03:08 |
RaceCondition | Django just sucks at that | 03:09 |
avn | RaceCondition: I like TAL more than django templates because like well formed xml in sources (easy to check for dumb failures like unclosed tags) | 03:10 |
RaceCondition | yeah, but I'm writing apps with Django, so I need Django integration in templates | 03:10 |
RaceCondition | like i18n, tpl inheritance etc (METAL macros seem to quite suck) | 03:11 |
RaceCondition | also, access to custom template tags people have built--those provide a lot of logic | 03:11 |
RaceCondition | is there a way to make tal:repeat add a line ending after each iteration? | 03:13 |
avn | contentproviders and few z3c.* stuff looks more smooth than template inheritance. But I don't have any production app with this and don't have real world expirience with this. | 03:14 |
RaceCondition | I mean, I just need the basic macro fill-slot behaviour, but without all the macro heaviness | 03:14 |
RaceCondition | also, since using macros inline really sucks, and there's no way to pass arguments to them (other than slots), they seem quite useless | 03:15 |
avn | contentproviders works well for it. It work differently for z.tal and chameleon (ie _defining_ new providers), but works similiar -- provider:foo expressions | 03:18 |
*** alga has quit IRC | 03:39 | |
RaceCondition | avn: I don't really know too much about that... but it seems very very heavy-weight :) | 03:40 |
RaceCondition | maybe it's good for big and complex applications | 03:40 |
avn | RaceCondition: chameleon resolve <foo>: expression via zope.component.queryUtility (and I believe ZCA is not too complex for standalone apps) | 03:47 |
RaceCondition | ZCA is of course nice, but we were talking about ZPT, no? | 03:48 |
avn | TAL/TALES expressions (both zope.tal and chameleon -- just named ZCA utilities) | 03:52 |
RaceCondition | yeah, I just need basic template constructs like repeat and omit-tag and stuff | 04:16 |
*** mr_jolly has quit IRC | 04:27 | |
*** nitrogenycs has left #zope | 04:33 | |
*** tiwula has joined #zope | 04:37 | |
*** zenwryly has joined #zope | 05:18 | |
*** tiwula has quit IRC | 05:19 | |
*** davetoo has joined #zope | 05:51 | |
davetoo | I'm having trouble finding documentation for the syntax of zeo.conf (zodb 3.7.0) | 05:52 |
davetoo | found it :) | 05:54 |
*** davisagli has quit IRC | 06:21 | |
*** davisagli has joined #zope | 06:22 | |
*** sm has quit IRC | 07:02 | |
*** bhagat has joined #zope | 08:01 | |
*** cpf_ has quit IRC | 08:17 | |
*** davetoo has quit IRC | 08:49 | |
*** wosc has joined #zope | 08:53 | |
*** zagy has joined #zope | 09:05 | |
*** __mac__ has joined #zope | 09:24 | |
*** tisto has joined #zope | 09:25 | |
*** MrTango has joined #zope | 09:25 | |
*** goschtl has joined #zope | 09:32 | |
*** mcdonc has quit IRC | 09:42 | |
*** mcdonc has joined #zope | 09:42 | |
*** cpf_ has joined #zope | 09:44 | |
*** d2m has joined #zope | 09:46 | |
*** bigkevmcd has joined #zope | 10:12 | |
*** goschtl_ has joined #zope | 10:13 | |
*** seppo14 has joined #zope | 10:14 | |
*** Theuni1 has joined #zope | 10:22 | |
*** d2m has quit IRC | 10:24 | |
*** bigkevmcd has quit IRC | 10:25 | |
*** tisto_ has joined #zope | 10:28 | |
*** yvl has joined #zope | 10:29 | |
*** seppo14 has quit IRC | 10:31 | |
*** tisto has quit IRC | 10:32 | |
*** planetzopebot has quit IRC | 10:33 | |
*** planetzopebot has joined #zope | 10:34 | |
*** sylvain has joined #zope | 10:34 | |
*** menesis has joined #zope | 10:35 | |
*** d2m has joined #zope | 10:38 | |
*** ccomb has joined #zope | 10:40 | |
*** seppo14 has joined #zope | 10:41 | |
*** bigkevmcd has joined #zope | 10:41 | |
*** eperez has joined #zope | 10:50 | |
*** seppo14 has quit IRC | 10:52 | |
*** alexpilz has joined #zope | 11:22 | |
*** nitrogenycs has joined #zope | 11:28 | |
*** evilbungle has joined #zope | 11:30 | |
*** mitchell`off is now known as mitchell` | 11:31 | |
*** digitalmortician has quit IRC | 11:31 | |
CIA-85 | malthe * r120484 z3c.pt/ (14 files in 3 dirs): Started development of 2.x series, following stable build of Chameleon 2.x series. This commit marks a stable development version. | 11:32 |
CIA-85 | yuppie * r120485 Products.CMFCalendar/Products/CMFCalendar/ (CHANGES.txt Event.py tests/test_Event.py): - fixed object initialization | 11:32 |
CIA-85 | yuppie * r120486 Products.CMFCalendar/Products/CMFCalendar/skins/zpt_calendar/event_view_template.pt: - fixed links | 11:32 |
*** mr_jolly has joined #zope | 11:41 | |
*** alexpilz has quit IRC | 11:55 | |
*** alexpilz has joined #zope | 11:56 | |
*** agroszer has joined #zope | 11:57 | |
*** mr_jolly has left #zope | 11:57 | |
*** agroszer has quit IRC | 11:58 | |
*** menesis has quit IRC | 12:00 | |
*** digitalmortician has joined #zope | 12:01 | |
*** goschtl_ has quit IRC | 12:01 | |
*** goschtl_ has joined #zope | 12:02 | |
*** sunew has joined #zope | 12:05 | |
*** alexpilz has left #zope | 12:08 | |
*** alexpilz has joined #zope | 12:15 | |
*** seppo14 has joined #zope | 12:18 | |
*** ccomb has quit IRC | 12:19 | |
*** seppo14 has quit IRC | 12:20 | |
*** seppo14 has joined #zope | 12:22 | |
CIA-85 | yuppie * r120487 CMF/CODINGSTYLE.txt: - added note about offset-naive and offset-aware datetime and DateTime | 12:23 |
*** digitalmortician has quit IRC | 12:28 | |
*** digitalmortician has joined #zope | 12:36 | |
*** alga has joined #zope | 12:45 | |
*** digitalmortician has quit IRC | 12:49 | |
*** menesis has joined #zope | 12:51 | |
*** digitalmortician has joined #zope | 12:53 | |
*** j-w has joined #zope | 13:03 | |
*** J1m_ has joined #zope | 13:05 | |
*** J1m_ has quit IRC | 13:10 | |
*** ccomb has joined #zope | 13:12 | |
*** cpf_ has quit IRC | 13:16 | |
*** MJ has joined #zope | 13:18 | |
MJ | any POV devs about? | 13:18 |
betabug | what's POV? | 13:18 |
*** digitalmortician has quit IRC | 13:19 | |
MJ | mgedmin: poke | 13:19 |
MJ | betabug: Programmers of Vilnius | 13:19 |
* MJ found one already :-) | 13:19 | |
betabug | aha :-) | 13:19 |
MJ | not that he's present (auto away since sat) | 13:19 |
betabug | quite far from here :-) | 13:19 |
MJ | mgedmin: when you are back | 13:19 |
MJ | why is the zope3 trac redirecting to localhost for intertrac links (ex: http://zope3.pov.lt/trac/intertrac/source%3Arelstorage/trunk/relstorage/storage.py%23L1063) | 13:20 |
betabug | MJ: he should wire up his irc bot to his alarm clock | 13:20 |
MJ | betabug: that would help, indeed | 13:20 |
betabug | someone messed up a setting there | 13:20 |
betabug | "but... it works for me!" | 13:21 |
*** avoinea has joined #zope | 13:22 | |
*** avoinea has quit IRC | 13:22 | |
*** avoinea has joined #zope | 13:23 | |
*** seppo14 has quit IRC | 13:23 | |
*** gwik has joined #zope | 13:24 | |
*** seppo14 has joined #zope | 13:26 | |
*** eperez has quit IRC | 13:27 | |
*** eperez has joined #zope | 13:27 | |
*** digitalmortician has joined #zope | 13:28 | |
CIA-85 | yuppie * r120488 Products.CMFDefault/Products/CMFDefault/formlib/ (form.py schema.txt schema.py): | 13:29 |
CIA-85 | - simplified DateTime conversion (using newer DateTime API) | 13:29 |
CIA-85 | - normalize to offset-naive datetimes, not to offset-aware datetimes | 13:29 |
CIA-85 | yuppie * r120489 Products.CMFCalendar/Products/CMFCalendar/browser/event.txt: - improved tests | 13:29 |
CIA-85 | yuppie * r120490 Products.CMFDefault/Products/CMFDefault/ (formlib/form.py CHANGES.txt): - added SettingsEditFormBase | 13:29 |
CIA-85 | yuppie * r120491 Products.CMFDefault/Products/CMFDefault/browser/membership/ (preferences.py tests/preferences.txt): - fixed Preferences form (re-implemented it using SettingsEditFormBase) | 13:29 |
*** cpf_ has joined #zope | 13:34 | |
*** digitalmortician has quit IRC | 13:38 | |
*** cpf_ has quit IRC | 13:38 | |
*** J1m_ has joined #zope | 13:38 | |
*** MJ is now known as MJ|lunch | 13:42 | |
*** agroszer has joined #zope | 13:46 | |
*** goschtl has quit IRC | 13:51 | |
*** goschtl_ is now known as goschtl | 13:51 | |
*** cpf_ has joined #zope | 13:53 | |
*** evilbungle has quit IRC | 13:56 | |
*** evilbungle has joined #zope | 13:56 | |
*** thet has joined #zope | 13:56 | |
*** Theuni1 has quit IRC | 13:57 | |
*** avoinea has quit IRC | 13:57 | |
*** cpf_ has quit IRC | 13:58 | |
*** avoinea has joined #zope | 13:58 | |
*** bhagat has quit IRC | 14:06 | |
*** digitalmortician has joined #zope | 14:09 | |
*** MJ|lunch is now known as MJ | 14:09 | |
*** Theuni1 has joined #zope | 14:13 | |
*** cpf_ has joined #zope | 14:13 | |
*** Arfrever has joined #zope | 14:16 | |
*** J1m_ has quit IRC | 14:30 | |
*** lucmult has joined #zope | 14:33 | |
CIA-85 | icemac * r120492 zope.testrunner/ (5 files in 2 dirs): merged branch to fix LP #719369 (handling of unexpected successes on Python 2.7) | 14:35 |
CIA-85 | icemac * r120493 zope.testrunner/src/zope/testrunner/tests.py: run test on 2.7.0, too | 14:35 |
CIA-85 | icemac * r120494 zope.testrunner/ (CHANGES.txt setup.py): Preparing release 4.0.1 | 14:35 |
CIA-85 | icemac * r120495 /zope.testrunner/tags/4.0.1: Tagging 4.0.1 | 14:35 |
_mup_ | Bug #719369: zope.testrunner does not handle unexpected test successes but it claims to do so <zope.testing:New> <zope.testrunner:New> < https://launchpad.net/bugs/719369 > | 14:35 |
CIA-85 | icemac * r120496 zope.testrunner/ (CHANGES.txt setup.py): Back to development: 4.0.2 | 14:35 |
*** tisto_ is now known as tisto|away | 14:37 | |
*** cpf_ has quit IRC | 14:44 | |
*** cpf_ has joined #zope | 14:47 | |
*** eperez has quit IRC | 14:48 | |
*** eperez has joined #zope | 14:49 | |
*** Ariel_Calzada has joined #zope | 14:55 | |
*** cpf_ has quit IRC | 15:17 | |
*** RaceCondition has left #zope | 15:24 | |
*** fredvd has joined #zope | 15:31 | |
*** j-w has quit IRC | 15:32 | |
*** Ariel_Calzada has quit IRC | 15:34 | |
*** Ariel_Calzada has joined #zope | 15:37 | |
*** FSCV has joined #zope | 15:37 | |
*** giampaolo has joined #zope | 15:41 | |
*** purserj has quit IRC | 15:46 | |
*** purserj has joined #zope | 15:47 | |
*** J1m_ has joined #zope | 16:09 | |
*** shastry has joined #zope | 16:14 | |
*** tisto|away is now known as tisto | 16:22 | |
*** wosc_ has joined #zope | 16:23 | |
*** wosc has quit IRC | 16:24 | |
*** __mac__ has quit IRC | 16:33 | |
*** Theuni1 has quit IRC | 16:36 | |
*** wosc_ has quit IRC | 16:36 | |
*** bigkevmcd has quit IRC | 16:36 | |
*** zenwryly has quit IRC | 16:40 | |
*** bigkevmcd has joined #zope | 16:42 | |
*** seppo14 has left #zope | 16:50 | |
*** webmaven has joined #zope | 16:53 | |
*** sm has joined #zope | 16:57 | |
*** eperez has quit IRC | 17:00 | |
*** eperez has joined #zope | 17:01 | |
*** ccomb has quit IRC | 17:02 | |
*** eperez has quit IRC | 17:13 | |
*** giampaolo_ has joined #zope | 17:13 | |
*** eperez has joined #zope | 17:13 | |
*** teix has joined #zope | 17:14 | |
*** giampaolo_ has quit IRC | 17:18 | |
*** Ariel_Calzada has quit IRC | 17:27 | |
*** Ariel_Calzada has joined #zope | 17:27 | |
*** digitalmortician has quit IRC | 17:31 | |
CIA-85 | icemac 3.9 * r120497 zope.testing/buildout.cfg: | 17:32 |
CIA-85 | - fixed recipe version, so zope.testrunner does not sneak in | 17:32 |
CIA-85 | - added test support for Python 2.7 | 17:32 |
CIA-85 | icemac 3.9 * r120498 zope.testing/src/zope/testing/testrunner/ (2 files in 2 dirs): Fixed tests to run on Python 2.7, too (fix taken from zope.testrunner) | 17:33 |
CIA-85 | icemac 3.9 * r120499 zope.testing/ (6 files in 3 dirs): | 17:33 |
CIA-85 | LP #719369: An `Unexpected success`_ (concept intruduced in Python 2.7) is no longer handled as success but as failure. This is a workaround. The whole unexpected success concept might be implemented later. | 17:33 |
CIA-85 | (Adapted from zope.testrunner) | 17:33 |
CIA-85 | icemac 3.9 * r120500 zope.testing/ (CHANGES.txt setup.py): Preparing release 3.9.6 | 17:33 |
_mup_ | Bug #719369: zope.testrunner does not handle unexpected test successes but it claims to do so <zope.testing:New> <zope.testrunner:New> < https://launchpad.net/bugs/719369 > | 17:33 |
CIA-85 | icemac * r120501 /zope.testing/tags/3.9.6: Tagging 3.9.6 | 17:33 |
CIA-85 | icemac 3.9 * r120502 zope.testing/ (CHANGES.txt setup.py): Back to development: 3.9.7 | 17:33 |
CIA-85 | malthe * r120503 five.pt/ (16 files in 3 dirs): Update to Chameleon 2.0. This commit marks a stable development version. | 17:33 |
mgedmin | MJ, I'm back now | 17:33 |
mgedmin | that's an interesting bug there | 17:33 |
*** sunew has quit IRC | 17:36 | |
*** supton has joined #zope | 17:37 | |
*** tiwula has joined #zope | 17:38 | |
mgedmin | MJ, should be fixed now | 17:39 |
MJ | thanks :-) | 17:39 |
* mgedmin adds contact info to http://zope3.pov.lt/ and makes it validate while at it | 17:42 | |
*** daMaestro has joined #zope | 17:48 | |
*** sm_ has joined #zope | 17:52 | |
*** MJ has quit IRC | 17:54 | |
*** sm has quit IRC | 17:55 | |
*** sm_ is now known as sm | 17:55 | |
*** tisto has quit IRC | 17:59 | |
*** npmccallum has quit IRC | 17:59 | |
*** __mac__ has joined #zope | 18:00 | |
*** agroszer has quit IRC | 18:08 | |
*** digitalmortician has joined #zope | 18:11 | |
*** supton has quit IRC | 18:21 | |
*** lcpfnyvc has quit IRC | 18:21 | |
*** d2m has quit IRC | 18:23 | |
*** thet has quit IRC | 18:25 | |
*** thet has joined #zope | 18:26 | |
*** sylvain has quit IRC | 18:27 | |
*** lcpfnyvc has joined #zope | 18:35 | |
*** bigkevmcd has quit IRC | 18:39 | |
*** d2m has joined #zope | 18:39 | |
*** thet has quit IRC | 18:40 | |
*** bigkevmcd has joined #zope | 18:40 | |
*** goschtl has quit IRC | 18:41 | |
*** dayne has joined #zope | 18:47 | |
*** Theuni1 has joined #zope | 18:50 | |
*** npmccallum has joined #zope | 18:57 | |
*** dayne has quit IRC | 19:02 | |
*** yvl has quit IRC | 19:10 | |
*** nitrogenycs has left #zope | 19:13 | |
*** nitrogenycs has joined #zope | 19:13 | |
*** fredvd|away has joined #zope | 19:29 | |
*** fredvd has quit IRC | 19:33 | |
*** npmccallum has quit IRC | 19:33 | |
*** fredvd|away has quit IRC | 19:33 | |
*** avoinea has quit IRC | 19:33 | |
*** evilbungle has quit IRC | 19:36 | |
*** alexpilz has quit IRC | 19:46 | |
CIA-85 | ldr * r120504 plone.z3cform/ (3 files in 2 dirs): Handle wrong fieldnames more cleanly in the ++widget++ traverser. | 19:50 |
CIA-85 | ldr * r120505 plone.z3cform/plone/z3cform/ (traversal.txt traversal.py): Should be raising a TraversalError here rather than returning none | 19:50 |
*** npmccallum has joined #zope | 19:50 | |
*** mitchell` is now known as mitchell`off | 19:56 | |
*** bigkevmcd has quit IRC | 20:06 | |
*** d2m has quit IRC | 20:12 | |
*** eperez has quit IRC | 20:13 | |
*** alecm has joined #zope | 20:21 | |
*** m8 has joined #zope | 20:42 | |
*** npmccallum has quit IRC | 20:44 | |
*** menesis has quit IRC | 20:46 | |
*** Ariel_Calzada has quit IRC | 21:16 | |
*** Ariel_Calzada has joined #zope | 21:17 | |
*** d2m has joined #zope | 21:19 | |
*** prinzdezibel has joined #zope | 21:22 | |
*** ccomb has joined #zope | 21:24 | |
*** mustard has joined #zope | 21:26 | |
*** alga has quit IRC | 21:27 | |
*** ccomb has quit IRC | 21:36 | |
*** Ariel_Calzada has quit IRC | 21:41 | |
*** Ariel_Calzada has joined #zope | 21:44 | |
*** allisterb has quit IRC | 21:47 | |
*** teix has left #zope | 21:48 | |
*** Ariel_Calzada has quit IRC | 21:49 | |
*** d2m has quit IRC | 21:54 | |
*** Ariel_Calzada has joined #zope | 21:57 | |
*** goschtl has joined #zope | 21:58 | |
*** allisterb has joined #zope | 22:01 | |
CIA-85 | fdrake * r120506 zc.intid/setup.py: don't set a version number on development branches | 22:26 |
CIA-85 | fdrake * r120507 /zc.intid/tags/1.0.0: initial release | 22:26 |
*** menesis has joined #zope | 22:34 | |
*** mustard has quit IRC | 22:39 | |
*** menesis has quit IRC | 22:41 | |
*** FSCV has quit IRC | 22:47 | |
*** tiwula has quit IRC | 22:47 | |
*** alecm_ has joined #zope | 22:50 | |
*** alecm_ has joined #zope | 22:50 | |
*** FSCV has joined #zope | 22:51 | |
*** menesis has joined #zope | 22:51 | |
*** alecm has quit IRC | 22:53 | |
*** alecm_ is now known as alecm | 22:53 | |
*** cpf_ has joined #zope | 22:56 | |
*** astoon has joined #zope | 22:57 | |
*** FSCV has quit IRC | 22:58 | |
*** menesis has quit IRC | 22:59 | |
*** FSCV has joined #zope | 23:01 | |
*** sunew has joined #zope | 23:01 | |
*** nitrogenycs has quit IRC | 23:03 | |
*** __mac__ has quit IRC | 23:04 | |
*** lucmult has left #zope | 23:04 | |
*** sunew has quit IRC | 23:06 | |
*** goschtl has quit IRC | 23:11 | |
*** alecm_ has joined #zope | 23:14 | |
*** alecm_ has joined #zope | 23:14 | |
*** cpf_ has quit IRC | 23:15 | |
*** alecm__ has joined #zope | 23:16 | |
*** alecm__ has joined #zope | 23:16 | |
*** alecm has quit IRC | 23:18 | |
*** alecm__ is now known as alecm | 23:18 | |
*** alecm_ has quit IRC | 23:19 | |
*** alecm has quit IRC | 23:19 | |
*** sunew has joined #zope | 23:19 | |
*** alecm has joined #zope | 23:19 | |
*** alecm has joined #zope | 23:19 | |
*** avoinea has joined #zope | 23:27 | |
*** avoinea has left #zope | 23:27 | |
*** runyaga has joined #zope | 23:28 | |
*** astoon has quit IRC | 23:28 | |
*** fredvd has joined #zope | 23:28 | |
*** alexpilz has joined #zope | 23:33 | |
CIA-85 | tseaver * r120508 Products.GenericSetup/setup.py: Use zope.testrunner's support for skipping layers. | 23:46 |
*** m8 has quit IRC | 23:46 | |
*** supton has joined #zope | 23:48 | |
*** cpf_ has joined #zope | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!