From dd028bec3822d1d9c28c35d599d687e038c7705f Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 4 Jan 2007 11:23:26 +0000 Subject: Add chat demo and tutorial. --- .gitattributes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 102eddc9..3ccd211a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -709,6 +709,21 @@ demos/blog/themes/Fall/style.css -text demos/blog/themes/Spring/style.css -text demos/blog/themes/Summer/style.css -text demos/blog/themes/Winter/style.css -text +demos/chat/index.php -text +demos/chat/protected/.htaccess -text +demos/chat/protected/App_Code/ChatBufferRecord.php -text +demos/chat/protected/App_Code/ChatUserManager.php -text +demos/chat/protected/App_Code/ChatUserRecord.php -text +demos/chat/protected/App_Code/chat.db -text +demos/chat/protected/application.xml -text +demos/chat/protected/pages/Home.page -text +demos/chat/protected/pages/Home.php -text +demos/chat/protected/pages/Login.page -text +demos/chat/protected/pages/Login.php -text +demos/chat/protected/pages/config.xml -text +demos/chat/protected/pages/send.gif -text +demos/chat/protected/pages/send.png -text +demos/chat/protected/pages/style.css -text demos/composer/index.php -text demos/composer/index2.php -text demos/composer/protected/.htaccess -text @@ -1116,7 +1131,10 @@ demos/quickstart/protected/pages/GettingStarted/sequence.gif -text demos/quickstart/protected/pages/GettingStarted/sequence.vsd -text demos/quickstart/protected/pages/Search.page -text demos/quickstart/protected/pages/Search.php -text +demos/quickstart/protected/pages/Tutorial/AjaxChat.page -text demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page -text +demos/quickstart/protected/pages/Tutorial/chat1.png -text +demos/quickstart/protected/pages/Tutorial/chat2.png -text demos/quickstart/protected/pages/Tutorial/example1.png -text demos/quickstart/protected/pages/Tutorial/example2.png -text demos/quickstart/protected/pages/ViewSource.page -text @@ -2043,6 +2061,8 @@ tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.page tests/FunctionalTests/active-controls/protected/pages/ActiveRedirectionTest.php -text tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.page -text tests/FunctionalTests/active-controls/protected/pages/CallbackCustomValidatorTest.php -text +tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.page -text +tests/FunctionalTests/active-controls/protected/pages/ClientSideDispatch.php -text tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.php -text tests/FunctionalTests/active-controls/protected/pages/CustomTemplateComponent.tpl -text tests/FunctionalTests/active-controls/protected/pages/CustomTemplateControlTest.page -text @@ -2077,6 +2097,8 @@ tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.page -t tests/FunctionalTests/active-controls/protected/pages/PopulateActiveList.php -text tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.page -text tests/FunctionalTests/active-controls/protected/pages/PostLoadingTest.php -text +tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.page -text +tests/FunctionalTests/active-controls/protected/pages/RadioButtonListTest.php -text tests/FunctionalTests/active-controls/protected/pages/RatingList.page -text tests/FunctionalTests/active-controls/protected/pages/RatingList.php -text tests/FunctionalTests/active-controls/protected/pages/RepeaterWithActiveControls.page -text -- cgit v1.2.3