From f0737c5b52373f262a4c8cfd25d4e1bb6ff33aee Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 13 Jan 2006 13:03:01 +0000 Subject: Move SafeHtml to 3rdParty/SafeHtml. Add TSafeHtml component. Change TTextBox::getText() to use SafeHtml --- .gitattributes | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 91595e98..3b19663d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -99,6 +99,12 @@ docs/application.xml -text docs/conceptual-structure.vsd -text docs/request-sequence.vsd -text framework/.htaccess -text +framework/3rdParty/SafeHtml/HTMLSax3.php -text +framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php -text +framework/3rdParty/SafeHtml/HTMLSax3/States.php -text +framework/3rdParty/SafeHtml/TSafeHtmlParser.php -text +framework/3rdParty/SafeHtml/license.txt -text +framework/3rdParty/SafeHtml/readme.txt -text framework/3rdParty/geshi/docs/COPYING -text framework/3rdParty/geshi/docs/README -text framework/3rdParty/geshi/docs/THANKS -text @@ -421,12 +427,6 @@ framework/I18N/core/data/zh_TW.dat -text framework/I18N/core/util.php -text framework/I18N/schema/mysql.sql -text framework/I18N/schema/sqlite.sql -text -framework/IO/SafeHtml/HTMLSax3.php -text -framework/IO/SafeHtml/HTMLSax3/Decorators.php -text -framework/IO/SafeHtml/HTMLSax3/States.php -text -framework/IO/SafeHtml/license.txt -text -framework/IO/SafeHtml/readme.txt -text -framework/IO/TSafeHtml.php -text framework/IO/TTextWriter.php -text framework/Log/TLogRouter.php -text framework/Log/TLogger.php -text @@ -562,8 +562,13 @@ tests/FunctionalTests/protected/pages/Home.page -text tests/FunctionalTests/protected/pages/Home.zh_CN.page -text tests/FunctionalTests/protected/pages/I18N/BasicI18N.page -text tests/FunctionalTests/protected/pages/I18N/BasicI18N.php -text +tests/FunctionalTests/protected/pages/Layout.php -text +tests/FunctionalTests/protected/pages/Layout.tpl -text tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.page -text tests/FunctionalTests/protected/pages/Validation/RequiredFieldValidator.php -text +tests/FunctionalTests/protected/pages/ViewSource.page -text +tests/FunctionalTests/protected/pages/ViewSource.php -text +tests/FunctionalTests/protected/pages/config.xml -text tests/FunctionalTests/protected/tests/HomePageTest.php -text tests/FunctionalTests/selenium/SeleneseRunner.html -text tests/FunctionalTests/selenium/SeleniumLog.html -text -- cgit v1.2.3