cakephp2-php8/cake
phpnut 57ef07a04d Added additional credit card validation regex in Validation:cc().
Added Validation::_luhn() to check the Luhn algorithm or credit cards.
[http://en.wikipedia.org/wiki/Luhn_algorithm Luhn algorithm]
Added new doc comments for both methods

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3843 3807eeeb-6ff5-0310-8944-8be069107fe0
2006-11-08 10:55:07 +00:00
..
config Adding HTTPS detection fix (Ticket #1405) 2006-09-20 19:13:57 +00:00
docs Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
libs Added additional credit card validation regex in Validation:cc(). 2006-11-08 10:55:07 +00:00
scripts Fixing several problems related to creating unit tests (ticket #1624) 2006-11-06 09:12:38 +00:00
app_controller.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
app_helper.php Adding AppHelper shell class 2006-10-27 17:10:13 +00:00
app_model.php Merging fixes into 1.x.x.x branched code: 2006-05-26 05:29:17 +00:00
basics.php Fixing overload() calls in both branches 2006-11-05 06:56:28 +00:00
bootstrap.php Fixing PHP5 evaluation for versions below 5.1 2006-08-08 16:38:02 +00:00
dispatcher.php Adding Router path fixes for error pages (Ticket #1566), fixing code formatting (Dispatcher), and adding API enhancements for model behaviors 2006-10-20 17:24:37 +00:00