Author: fizyk
Date: 2010-03-26 21:59:54 +0100 (Fri, 26 Mar 2010)
New Revision: 28819
Modified:
plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/it/messages.xml
plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/pl/messages.xml
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyFirstame.class.php
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyLastname.class.php
plugins/sfForkedDoctrineApplyPlugin/trunk/package.xml.tmpl
Log:
fixed firstname and lastname validators. and 39th string in i18n files.
Modified: plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/it/messages.xml
===================================================================
--- plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/it/messages.xml
2010-03-26 20:48:28 UTC (rev 28818)
+++ plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/it/messages.xml
2010-03-26 20:59:54 UTC (rev 28819)
@@ -302,7 +302,7 @@
<target>Comferma email</target>
</trans-unit>
<trans-unit id="39" approved="yes">
- <source>First name</source>
+ <source>First Name</source>
<target>Nome</target>
</trans-unit>
<trans-unit id="40" approved="yes">
Modified: plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/pl/messages.xml
===================================================================
--- plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/pl/messages.xml
2010-03-26 20:48:28 UTC (rev 28818)
+++ plugins/sfForkedDoctrineApplyPlugin/trunk/i18n/pl/messages.xml
2010-03-26 20:59:54 UTC (rev 28819)
@@ -303,7 +303,7 @@
<target>Potwierdź email</target>
</trans-unit>
<trans-unit id="39" approved="yes">
- <source>First name</source>
+ <source>First Name</source>
<target>Imię</target>
</trans-unit>
<trans-unit id="40" approved="yes">
Modified:
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyFirstame.class.php
===================================================================
---
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyFirstame.class.php
2010-03-26 20:48:28 UTC (rev 28818)
+++
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyFirstame.class.php
2010-03-26 20:59:54 UTC (rev 28819)
@@ -19,7 +19,6 @@
array(
'required' => true,
'trim' => true,
- 'min_length' => 1,
'max_length' => 30)
));
Modified:
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyLastname.class.php
===================================================================
---
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyLastname.class.php
2010-03-26 20:48:28 UTC (rev 28818)
+++
plugins/sfForkedDoctrineApplyPlugin/trunk/lib/validator/sfValidatorApplyLastname.class.php
2010-03-26 20:59:54 UTC (rev 28819)
@@ -19,7 +19,6 @@
array(
'required' => true,
'trim' => true,
- 'min_length' => 6,
'max_length' => 70)
));
Modified: plugins/sfForkedDoctrineApplyPlugin/trunk/package.xml.tmpl
===================================================================
--- plugins/sfForkedDoctrineApplyPlugin/trunk/package.xml.tmpl 2010-03-26
20:48:28 UTC (rev 28818)
+++ plugins/sfForkedDoctrineApplyPlugin/trunk/package.xml.tmpl 2010-03-26
20:59:54 UTC (rev 28819)
@@ -66,6 +66,8 @@
<notes>
* Alessandro Rossi: Italian translation
* fizyk: removed string i18n pl: 46th (duplicate of 45th, reported
by Alessandro Rossi)
+ * fizyk: removed minimum length requirements for name and lastname
validators, they are required, so they have at least 1 character.
+ * fizyk: fixed 39th i18n strings it and pl
</notes>
</release>
<release>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.