diff options
author | wei <> | 2006-01-18 04:20:26 +0000 |
---|---|---|
committer | wei <> | 2006-01-18 04:20:26 +0000 |
commit | 0226f8f5f430d34b3cead40c4eb7b458933d16c6 (patch) | |
tree | 68b21c4bec09ed73edc64019b4e20a2e3853d477 /.gitattributes | |
parent | e2219c91b98088289080bfa451d3083851eddf76 (diff) |
update javascript library and usage in web controls
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 3d1bc304..b33a01e2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -459,7 +459,9 @@ framework/Security/TUserManager.php -text framework/TApplication.php -text framework/TComponent.php -text framework/TODO.txt -text -framework/Web/Javascripts/build.bat -text +framework/Web/Javascripts/TClientScript.php -text +framework/Web/Javascripts/TJSON.php -text +framework/Web/Javascripts/TJavascriptSerializer.php -text framework/Web/Javascripts/effects/CHANGELOG -text framework/Web/Javascripts/effects/MIT-LICENSE -text framework/Web/Javascripts/effects/README -text @@ -574,6 +576,7 @@ framework/Web/UI/WebControls/TRegularExpressionValidator.php -text framework/Web/UI/WebControls/TRepeatInfo.php -text framework/Web/UI/WebControls/TRepeater.php -text framework/Web/UI/WebControls/TRequiredFieldValidator.php -text +framework/Web/UI/WebControls/TSafeHtml.php -text framework/Web/UI/WebControls/TStatements.php -text framework/Web/UI/WebControls/TStyle.php -text framework/Web/UI/WebControls/TTable.php -text @@ -735,6 +738,7 @@ tests/UnitTests/framework/TestSystem/protected/application.xml -text tests/UnitTests/framework/TestSystem/protected/data/test.db -text tests/UnitTests/framework/TestSystem/protected/pages/config.xml -text tests/UnitTests/framework/Web/UI/utControl.php -text +tests/UnitTests/framework/Web/UI/utJavascriptSerializer.php -text tests/UnitTests/framework/Web/utHttpRequest.php -text tests/UnitTests/framework/common.php -text tests/UnitTests/framework/index.php -text |