<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/formencode/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/formencode/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/formencode/feature-requests/</id><updated>2010-08-05T03:36:52Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>A FieldsDifferent and a improved DateConvertor</title><link href="https://sourceforge.net/p/formencode/feature-requests/6/" rel="alternate"/><published>2010-08-05T03:36:52Z</published><updated>2010-08-05T03:36:52Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net9378b68f40daa50b0b89cb78f7145dbaf093ec4c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Checking is the password same as user id is important.  But formencode only provide FieldsMatch, so that I write a FieldsDifferent which is for making sure there are no fields have same value. A simple example:&lt;/p&gt;
&lt;p&gt;passwordValidator = Schema(&lt;br /&gt;
chained_validators=(&lt;br /&gt;
FieldsDifferent(&lt;br /&gt;
'id',&lt;br /&gt;
'password',&lt;br /&gt;
messages={'invalid': l_("Password should be different from ID")}&lt;br /&gt;
)&lt;br /&gt;
)&lt;br /&gt;
)&lt;/p&gt;
&lt;p&gt;I also wrote a better DateConvertor which can support not only mm/dd/yy or dd/mm/yy format.  People in some country, like Taiwan used to use YYY/MM/DD.  Here I attached the file in this post.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>RFE: ISO-8601 (yyyy-mm-dd) support in DateConverter</title><link href="https://sourceforge.net/p/formencode/feature-requests/5/" rel="alternate"/><published>2009-02-19T09:57:31Z</published><updated>2009-02-19T09:57:31Z</updated><author><name>Marius Gedminas</name><uri>https://sourceforge.net/u/mgedmin/</uri></author><id>https://sourceforge.net719c8535d470153d944e51d176795584b319144a</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I would like to use ISO 8601 (YYYY-MM-DD) dates, yet FormEncode's DateConverter doesn't support them.&lt;/p&gt;
&lt;p&gt;If I implemented the support, would a patch be accepted?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>__version__</title><link href="https://sourceforge.net/p/formencode/feature-requests/4/" rel="alternate"/><published>2008-10-10T16:18:03Z</published><updated>2008-10-10T16:18:03Z</updated><author><name>Greg Hazel</name><uri>https://sourceforge.net/u/ghazel/</uri></author><id>https://sourceforge.netd7ec6d2d4f700b661e30870933987bc2961f1708</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice if formencode provided __version__, like many other modules:&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&amp;gt; import pylons&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; pylons.__version__&lt;br /&gt;
'0.9.6.2'&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; import twisted&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; twisted.__version__&lt;br /&gt;
'8.1.0'&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; import sqlalchemy&lt;br /&gt;
&amp;gt;&amp;gt;&amp;gt; sqlalchemy.__version__&lt;br /&gt;
'0.4.6'&lt;/p&gt;
&lt;p&gt;etc&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Limiting range of date format for DateConverter</title><link href="https://sourceforge.net/p/formencode/feature-requests/3/" rel="alternate"/><published>2008-07-06T23:28:37Z</published><updated>2008-07-06T23:28:37Z</updated><author><name>MartinThomas</name><uri>https://sourceforge.net/u/martinthomas/</uri></author><id>https://sourceforge.net596ec15dbbae7bea276ac296d5f3a0958e97fe6b</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;DateConverter only accepts a small number of date formats, none of which start with year.&lt;/p&gt;
&lt;p&gt;Using month_style, only mm/dd/yyyy or dd/mm/yyyy are accepted.&lt;br /&gt;
&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Min/Max Attributes for Int validator</title><link href="https://sourceforge.net/p/formencode/feature-requests/2/" rel="alternate"/><published>2007-10-21T07:35:54Z</published><updated>2007-10-21T07:35:54Z</updated><author><name>Christoph Zwerschke</name><uri>https://sourceforge.net/u/cito/</uri></author><id>https://sourceforge.net39505318a8b71ac432e53ecd62e8722a3ce44dc6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Int (and maybe the Number) validator should accept arguments for min and max values for the validated number, just as String already accepts min and max values for the length of the string.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>IfEqual validator</title><link href="https://sourceforge.net/p/formencode/feature-requests/1/" rel="alternate"/><published>2007-01-12T19:42:03Z</published><updated>2007-01-12T19:42:03Z</updated><author><name>Ken Kuhlman</name><uri>https://sourceforge.net/u/kskuhlman/</uri></author><id>https://sourceforge.netddfd1cc524a576133cdcdf8caa783610cbdc7bed</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Conditional validation is a fairly common use-case.  Please consider adding an IfEqual validator to the package.   One possible implementation is attached.&lt;/p&gt;
&lt;p&gt;Thanks for the great package!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>