summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2006-04-21 11:41:21 +0000
committerwei <>2006-04-21 11:41:21 +0000
commite1e034ced29b0b9bf11a49798b4fba4d3dd0164d (patch)
tree92120227f58c2463ddb50b1592dde0436d175189 /.gitattributes
parente57fc66ee3f5259b4f7cbd18a1cd0f6da6176f5d (diff)
Update javascript libraries, rewrote client-side validators, removed some js files, simplified javascript compression.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes25
1 files changed, 21 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes
index 72c2ee97..b674499e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,8 +5,6 @@
/build.xml -text
buildscripts/.htaccess -text
buildscripts/jsbuilder/build.php -text
-buildscripts/jsbuilder/custom_rhino.jar -text
-buildscripts/jsbuilder/packer.js -text
buildscripts/phing/style/coverage-frames.xsl -text
buildscripts/phing/style/log.xsl -text
buildscripts/phing/style/phpunit2-frames.xsl -text
@@ -689,10 +687,8 @@ framework/Web/Javascripts/effects/slider.js -text
framework/Web/Javascripts/extended/base.js -text
framework/Web/Javascripts/extended/builder.js -text
framework/Web/Javascripts/extended/date.js -text
-framework/Web/Javascripts/extended/dom.js -text
framework/Web/Javascripts/extended/event.js -text
framework/Web/Javascripts/extended/string.js -text
-framework/Web/Javascripts/extended/util.js -text
framework/Web/Javascripts/extra/behaviour.js -text
framework/Web/Javascripts/extra/getElementsBySelector.js -text
framework/Web/Javascripts/extra/json.js -text
@@ -713,6 +709,7 @@ framework/Web/Javascripts/prado/element.js -text
framework/Web/Javascripts/prado/form.js -text
framework/Web/Javascripts/prado/prado.js -text
framework/Web/Javascripts/prado/validation.js -text
+framework/Web/Javascripts/prado/validation3.js -text
framework/Web/Javascripts/prado/validators.js -text
framework/Web/Javascripts/prototype/AUTHORS -text
framework/Web/Javascripts/prototype/LICENSE -text
@@ -729,6 +726,7 @@ framework/Web/Javascripts/prototype/hash.js -text
framework/Web/Javascripts/prototype/position.js -text
framework/Web/Javascripts/prototype/prototype.js -text
framework/Web/Javascripts/prototype/range.js -text
+framework/Web/Javascripts/prototype/selector.js -text
framework/Web/Javascripts/prototype/string.js -text
framework/Web/Javascripts/ratings/blocks.css -text
framework/Web/Javascripts/ratings/blocks.png -text
@@ -987,19 +985,38 @@ tests/FunctionalTests/validators.php -text
tests/FunctionalTests/validators/index.php -text
tests/FunctionalTests/validators/protected/pages/Button.page -text
tests/FunctionalTests/validators/protected/pages/Button.php -text
+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/CustomValidator.page -text
+tests/FunctionalTests/validators/protected/pages/CustomValidator.php -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/RangeValidatorDate.page -text
+tests/FunctionalTests/validators/protected/pages/RangeValidatorFloat.page -text
+tests/FunctionalTests/validators/protected/pages/RangeValidatorInteger.page -text
+tests/FunctionalTests/validators/protected/pages/RangeValidatorString.page -text
+tests/FunctionalTests/validators/protected/pages/RegularExpressionValidator.page -text
+tests/FunctionalTests/validators/protected/pages/RequiredFieldValidator.page -text
+tests/FunctionalTests/validators/protected/pages/RequiredListValidator.page -text
+tests/FunctionalTests/validators/protected/pages/ValidationSummary.page -text
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/CustomValidatorTestCase.php -text
tests/FunctionalTests/validators/tests/ImageButtonTestCase.php -text
tests/FunctionalTests/validators/tests/LinkButtonTestCase.php -text
+tests/FunctionalTests/validators/tests/RangeValidatorTestCase.php -text
+tests/FunctionalTests/validators/tests/RegExpValidatorTestCase.php -text
+tests/FunctionalTests/validators/tests/RequiredFieldTestCase.php -text
+tests/FunctionalTests/validators/tests/RequiredListTestCase.php -text
+tests/FunctionalTests/validators/tests/ValidationSummaryTestCase.php -text
tests/UnitTests/TODO.txt -text
tests/UnitTests/framework/Collections/utList.php -text
tests/UnitTests/framework/Collections/utMap.php -text