Discussion:
[Zope3-Users] z3c.form: small patch
Toni Mueller
2010-10-21 13:47:16 UTC
Permalink
Hello,

since the zope3-dev list appears to be dead, and since I have no better
idea about where to put this, I send you a small patch for z3c.form
version 2.4.1.

Background: https://bugs.launchpad.net/singing-dancing/+bug/620608

Users of Singing&Dancing in Plone need to detect whether z3c.form has
certain features. The patch adds a feature declaration to z3c.form.


--- configure.zcml.orig 2010-10-21 15:24:05.000000000 +0200
+++ configure.zcml 2010-10-21 15:40:58.000000000 +0200
@@ -1,6 +1,7 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:i18n="http://namespaces.zope.org/i18n"
+ xmlns:meta="http://namespaces.zope.org/meta"
i18n_domain="z3c.form">

<!-- default z3c.form layer -->
@@ -9,6 +10,8 @@
type="zope.publisher.interfaces.browser.IBrowserSkinType"
/>

+ <meta:provides feature="z3c.form.checkbox-widget" />
+ <meta:provides feature="z3c.form.radio-widget" />

<!-- Validators -->
<adapter


It would be great if this patch could make it into the next version of
z3c.form, or into a small patch release.


Kind regards,
--Toni++
Marius Gedminas
2010-10-21 16:03:27 UTC
Permalink
Post by Toni Mueller
Hello,
since the zope3-dev list appears to be dead,
It was merged into the zope-dev list.
Post by Toni Mueller
and since I have no better
idea about where to put this, I send you a small patch for z3c.form
version 2.4.1.
The bug tracker (launchpad) is a good place for patches, in theory.
Post by Toni Mueller
Background: https://bugs.launchpad.net/singing-dancing/+bug/620608
Marius Gedminas
--
http://pov.lt/ -- Zope 3/BlueBream consulting and development
Toni Mueller
2010-10-21 17:07:43 UTC
Permalink
Hi Marius,

thanks for the answer.
Post by Marius Gedminas
The bug tracker (launchpad) is a good place for patches, in theory.
Post by Toni Mueller
Background: https://bugs.launchpad.net/singing-dancing/+bug/620608
which tracker at Launchpad? I've put the whole story into this bug
report, but the "home page" for z3c.form does not mention any
associated tracker, and neither does the z3c.form documentation page.
--
Kind regards,
--Toni++
Jens Vagelpohl
2010-10-21 22:36:55 UTC
Permalink
Post by Toni Mueller
Hi Marius,
thanks for the answer.
Post by Marius Gedminas
The bug tracker (launchpad) is a good place for patches, in theory.
Post by Toni Mueller
Background: https://bugs.launchpad.net/singing-dancing/+bug/620608
which tracker at Launchpad? I've put the whole story into this bug
report, but the "home page" for z3c.form does not mention any
associated tracker, and neither does the z3c.form documentation page.
If you go to launchpad.net and search for z3c.form you will find the
project. In the project you will see the "Bugs" link at the top.

jens

Loading...