Commit graph

  • 87f88ae641 HasKey validator for arrays, tests improved on HasAttribute validator Alexandre Gomes Gaigalas 2010-10-18 03:41:22 -0200
  • 605b6b00fa Changed some methods to protected Alexandre Gomes Gaigalas 2010-10-18 03:24:19 -0200
  • 33c0d85ab9 Update on README Alexandre Gomes Gaigalas 2010-10-18 03:11:21 -0200
  • f8639f488a Improvements on date validation and tests Alexandre Gomes Gaigalas 2010-10-18 03:05:37 -0200
  • 611dbc1cd6 Parameter validation for Callback validator Alexandre Gomes Gaigalas 2010-10-18 02:53:20 -0200
  • c29295a4d0 Better tests, parameter validation for Alnum and Alpha Alexandre Gomes Gaigalas 2010-10-18 02:48:13 -0200
  • f18d700b9f New validators for numbers (digits, float, hexa, etc), alpha, regex, generic between, ip addresses. Improvements on several existent validators. Alexandre Gomes Gaigalas 2010-10-18 02:26:02 -0200
  • d934d5c28e removed old file Alexandre Gomes Gaigalas 2010-10-17 22:38:25 -0200
  • 91d10f6ba1 Removed the ghost explain() method Alexandre Gomes Gaigalas 2010-10-16 20:44:21 -0300
  • 0d3487679b Fixed a nasty bug on StringLength validator identified by Augusto. Merged the NumericBetween validator also created by Augusto. Fixed a bug on the Zend and Sf tests that skipped tests inapropriately. Alexandre Gomes Gaigalas 2010-10-16 20:40:04 -0300
  • b9a7e1efe1 Added NumericBetween and its tests. Made some more dataProviders for some tests. Augusto Pascutti 2010-10-17 06:44:14 +0800
  • a34946a7e3 Changed SplClassLoader to work better with class_exists() and changed external lib tests to check for vendor classes first. Augusto Pascutti 2010-10-16 15:52:34 +0800
  • cb8edeccf6 Refactored interface declarations Alexandre Gomes Gaigalas 2010-10-06 19:21:01 -0300
  • df3533c9c8 Refactored all mentions of "message" to "message template" for further refactorings Alexandre Gomes Gaigalas 2010-10-06 18:27:14 -0300
  • 7012d62e0e PEAR package including Zend 2.0 and Symfony 2.0 validator bindings. Alexandre Gomes Gaigalas 2010-10-06 18:09:56 -0300
  • a2fbdc340f New Sf valitador that uses Symfony 2.0 Validators and Constraints. Moved Zend validator to support only the 2.x ZF. Alexandre Gomes Gaigalas 2010-10-06 18:06:55 -0300
  • fc661bcfec Added Zend Validation support Alexandre Gomes Gaigalas 2010-10-06 15:52:06 -0300
  • 27c7739abd Callback validation, fixed bootstrap Alexandre Gomes Gaigalas 2010-10-05 12:55:12 -0300
  • ef0257dadd PEAR package Alexandre Gomes Gaigalas 2010-10-05 11:09:41 -0300
  • 2ae997f586 Readme Alexandre Gomes Gaigalas 2010-09-27 19:14:07 -0300
  • 9b0d85eadf Ultimate readme fix! Alexandre Gomes Gaigalas 2010-09-27 19:09:25 -0300
  • b8b609c010 Readme again Alexandre Gomes Gaigalas 2010-09-27 19:04:55 -0300
  • d00ba2299d Better samples Alexandre Gomes Gaigalas 2010-09-27 18:56:34 -0300
  • 33435b6b36 Readme Alexandre Gomes Gaigalas 2010-09-27 18:47:13 -0300
  • ffb2e3cdb5 Readme Alexandre Gomes Gaigalas 2010-09-27 18:44:56 -0300
  • 82e26fa159 New Validators Alexandre Gomes Gaigalas 2010-09-27 18:02:30 -0300
  • 8651990e17 Nothing really Alexandre Gomes Gaigalas 2010-09-26 03:18:40 -0300
  • b43371315a Major refactoring. Removed a layer from the validator rules, now all of them have a single level. Simplified fluent interface (chains and static validators), improved folder organization. Alexandre Gomes Gaigalas 2010-09-26 02:16:02 -0300
  • 85f4843df7 Better exceptions Alexandre Gomes Gaigalas 2010-09-25 02:54:10 -0300
  • 0491cd885f Turned Fluent Interface into a composite validator by nature, added support for chained composite validations, small fix on String\NotEmpty validator Alexandre Gomes Gaigalas 2010-09-25 01:48:49 -0300
  • d2e78a25e8 switched to textile Alexandre Gomes Gaigalas 2010-09-25 01:22:20 -0300
  • 9bcdb56189 Refactored "validator" name to "rule" in many places, fluent interface improvements, validatior chaining for fluent interfaces and small fixes Alexandre Gomes Gaigalas 2010-09-25 01:13:26 -0300
  • 47f0543ecf Readme fix Alexandre Gomes Gaigalas 2010-09-24 21:39:22 -0300
  • d25f7220dc Fluent interface for Valitation\Validator, draft string validator, better tests, composite validation improvements Alexandre Gomes Gaigalas 2010-09-24 21:28:03 -0300
  • 5850afdad5 CompositeValidator split in two (All and One), removed Chain for further rewrite Alexandre Gomes Gaigalas 2010-09-24 15:46:59 -0300
  • 8a7f2770c9 README update Alexandre Gomes Gaigalas 2010-09-24 00:38:53 -0300
  • 9aee2ea16d Name refactorings, interface for simple validator calls, date improvements Alexandre Gomes Gaigalas 2010-09-24 00:32:00 -0300
  • 348cb019fe Optional Abstract Validator which implements messages methods, better message handling Alexandre Gomes Gaigalas 2010-09-23 23:30:16 -0300
  • 666c0d5330 Better exceptions (component exceptions separate from validation exceptions), date default timezone on bootstrap, Date\Between validator Alexandre Gomes Gaigalas 2010-09-23 22:56:17 -0300
  • f6871cbc7d Chain validators, better tests Alexandre Gomes Gaigalas 2010-09-23 20:24:22 -0300
  • 2043c1129c Validator composite structure and tests, base for new Validators Alexandre Gomes Gaigalas 2010-09-23 16:46:46 -0300
  • 736caac8ac README extension Alexandre Gomes Gaigalas 2010-09-22 13:09:00 -0300
  • 8ba612eb19 first commit Alexandre Gomes Gaigalas 2010-09-22 13:08:29 -0300