summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2006-04-25 01:00:08 +0000
committerwei <>2006-04-25 01:00:08 +0000
commitc84f3e19b54cf54f525f4b2d158696ae32d1bf60 (patch)
tree60720fba29ef72175db47dd3cd4b74d8bbed605b /.gitattributes
parent09edc6590523e26fffbf32f7b0e7958c166f7537 (diff)
Add TListControlValidator. Update client-side validators, datepicker.js, colorpicker.js.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 8dc24b29..98a6fe91 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,6 +4,7 @@
/UPGRADE -text
/build.xml -text
buildscripts/.htaccess -text
+buildscripts/jsbuilder/JavaScript[!!-~]Documentation[!!-~]Tool.html -text
buildscripts/jsbuilder/build.php -text
buildscripts/phing/style/coverage-frames.xsl -text
buildscripts/phing/style/log.xsl -text
@@ -801,6 +802,7 @@ framework/Web/UI/WebControls/TLabel.php -text
framework/Web/UI/WebControls/TLinkButton.php -text
framework/Web/UI/WebControls/TListBox.php -text
framework/Web/UI/WebControls/TListControl.php -text
+framework/Web/UI/WebControls/TListControlValidator.php -text
framework/Web/UI/WebControls/TLiteral.php -text
framework/Web/UI/WebControls/TMultiView.php -text
framework/Web/UI/WebControls/TPanel.php -text
@@ -990,12 +992,15 @@ tests/FunctionalTests/validators/protected/pages/CheckBox.php -text
tests/FunctionalTests/validators/protected/pages/CompareValidator.page -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
+tests/FunctionalTests/validators/protected/pages/DatePicker.page -text
tests/FunctionalTests/validators/protected/pages/ImageButton.page -text
tests/FunctionalTests/validators/protected/pages/ImageButton.php -text
tests/FunctionalTests/validators/protected/pages/Layout.php -text
tests/FunctionalTests/validators/protected/pages/Layout.tpl -text
tests/FunctionalTests/validators/protected/pages/LinkButton.page -text
tests/FunctionalTests/validators/protected/pages/LinkButton.php -text
+tests/FunctionalTests/validators/protected/pages/ListControl.page -text
tests/FunctionalTests/validators/protected/pages/RangeValidatorDate.page -text
tests/FunctionalTests/validators/protected/pages/RangeValidatorFloat.page -text
tests/FunctionalTests/validators/protected/pages/RangeValidatorInteger.page -text
@@ -1009,8 +1014,10 @@ 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/CustomValidatorTestCase.php -text
+tests/FunctionalTests/validators/tests/DatePickerTestCase.php -text
tests/FunctionalTests/validators/tests/ImageButtonTestCase.php -text
tests/FunctionalTests/validators/tests/LinkButtonTestCase.php -text
+tests/FunctionalTests/validators/tests/ListControlTestCase.php -text
tests/FunctionalTests/validators/tests/RangeValidatorTestCase.php -text
tests/FunctionalTests/validators/tests/RegExpValidatorTestCase.php -text
tests/FunctionalTests/validators/tests/RequiredFieldTestCase.php -text