From d5950ec0b553d46c4800adc0532d4464a4eb1883 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 27 Mar 2007 08:34:28 +0000 Subject: Fixed #278, conditional validation. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index be7efd73..ec41c3e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1043,6 +1043,8 @@ demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox1/LabeledTextBox demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.page -text demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/Home.php -text demos/quickstart/protected/pages/Controls/Samples/LabeledTextBox2/LabeledTextBox.php -text +demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.page -text +demos/quickstart/protected/pages/Controls/Samples/ResetValidation/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.page -text demos/quickstart/protected/pages/Controls/Samples/TBulletedList/Home.php -text demos/quickstart/protected/pages/Controls/Samples/TBulletedList/bullet.gif -text @@ -2428,6 +2430,8 @@ tests/FunctionalTests/validators/protected/pages/CausesValidation.page -text tests/FunctionalTests/validators/protected/pages/CheckBox.page -text tests/FunctionalTests/validators/protected/pages/CheckBox.php -text tests/FunctionalTests/validators/protected/pages/CompareValidator.page -text +tests/FunctionalTests/validators/protected/pages/ConditionalValidation.page -text +tests/FunctionalTests/validators/protected/pages/ConditionalValidation.php -text tests/FunctionalTests/validators/protected/pages/CustomValidator.page -text tests/FunctionalTests/validators/protected/pages/CustomValidator.php -text tests/FunctionalTests/validators/protected/pages/DataTypeValidator.page -text @@ -2452,6 +2456,7 @@ tests/FunctionalTests/validators/protected/pages/config.xml -text tests/FunctionalTests/validators/tests/ButtonTestCase.php -text tests/FunctionalTests/validators/tests/CheckBoxTestCase.php -text tests/FunctionalTests/validators/tests/CompareValidatorTestCase.php -text +tests/FunctionalTests/validators/tests/ConditionalValidationTestCase.php -text tests/FunctionalTests/validators/tests/CustomValidatorTestCase.php -text tests/FunctionalTests/validators/tests/DataTypeValidatorTestCase.php -text tests/FunctionalTests/validators/tests/DatePickerTestCase.php -text -- cgit v1.2.3