| [ Index ] |
PHP Cross Reference of Limb3 |
[Summary view] [Print] [Text view]
1 0.4.0-alpha - 9 April 2007 (r5586) 2 ================================================== 3 -- 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) 4 -- more relaxed check in lmbAtleastOneFieldRequiredRule 5 -- initial lmbDateRule added 6 -- lmbErrorList pretty printing added for field names 7 -- lmbValidator :: addAtLeastOneRequiredRule() added 8 -- lmbAtleastOneFieldRequiredRule accepts fields array in constructor as well 9 -- error list formatting rewritten: 10 * lmbErrorList doesn't format errors on iteration, instead it returns new formatted error list with new getReadable() method 11 * lmbErrorMessage removed, lmbObject used instead 12 * lmbDefaultFieldNameDictionary removed, its behaviour is incapsulated in lmbErrorList 13 -- initial russian translation added 14 15 0.3.0-alpha - 2 April 2007 (r5454) 16 ================================================== 17 -- changes due to recent I18N package refactorings 18 -- Qt translations moved to this package from I18N package 19 -- VALIDATION package now depends on I18N package 20 21 0.2.0-alpha - 13 March 2007 (r5232) 22 ================================================== 23 -- calling htmlspecialchars for proper encoding of html symbols in changelog, description and summary during package creation 24 -- better PhpDocs 25 -- ***ATTENTION*** possible BC break: lmbErrorMessage is now a regular ArrayObject. All 'message' field processing staff moved to lmbErrorList class. BC is kept for 'message', 'error', 'ErrorMessage' fields. If you used other variable names in your templates - please rename to 'message'. 26 27 0.1.1-alpha - 16 February 2007 28 ================================================== 29 -- tests are more isolated 30 -- initial PhpDocs 31 32 0.1.0-alpha - 14 December 2006 33 ================================================== 34 -- Initial release of this package.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sun Oct 12 04:41:30 2008 | Cross-referenced by PHPXref 0.7 |