[limb-svn] r6105 - 3.x/branches/2007.3/limb/validation
svn at limb-project.com
svn at limb-project.com
Fri Jul 6 18:50:08 MSD 2007
Author: pachanga
Date: 2007-07-06 18:50:08 +0400 (Fri, 06 Jul 2007)
New Revision: 6105
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6105
Modified:
3.x/branches/2007.3/limb/validation/CHANGELOG
3.x/branches/2007.3/limb/validation/VERSION
Log:
-- preparing to 0.5.0 beta release
Modified: 3.x/branches/2007.3/limb/validation/CHANGELOG
===================================================================
--- 3.x/branches/2007.3/limb/validation/CHANGELOG 2007-07-06 14:41:51 UTC (rev 6104)
+++ 3.x/branches/2007.3/limb/validation/CHANGELOG 2007-07-06 14:50:08 UTC (rev 6105)
@@ -1,3 +1,16 @@
+0.5.0-beta - 6 July 2007 (r6104)
+==================================================
+-- lmbRequiredRule trims string content for validation
+-- obsolete lmbSimpleUrlRule removed
+-- upload rules removed
+-- adding phpdoc header to modules
+-- russian translation fixes
+-- using lmbDate :: isValidDateString($str)
+-- lmbAtleastOneFieldRequiredRule now accepts fields only as array since passing custom error was not possible otherwise
+-- lmbValidationException minor fixes
+-- passing both min and max values in lmbSizeRangeRule like in lmbI18NSizeRangeRule
+-- validation stuff moved from I18N package to VALIDATION
+
0.4.0-alpha - 9 April 2007 (r5586)
==================================================
-- all validation rules now accepts optional $custom_error message as the last constructor parameter. This $custom_error will be used instead of default messages in all error cases (VLD-2)
Modified: 3.x/branches/2007.3/limb/validation/VERSION
===================================================================
--- 3.x/branches/2007.3/limb/validation/VERSION 2007-07-06 14:41:51 UTC (rev 6104)
+++ 3.x/branches/2007.3/limb/validation/VERSION 2007-07-06 14:50:08 UTC (rev 6105)
@@ -1 +1 @@
-validation-0.4.0-alpha
+validation-0.5.0-beta
More information about the limb-svn
mailing list