summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2007-01-04 11:23:26 +0000
committerwei <>2007-01-04 11:23:26 +0000
commitdd028bec3822d1d9c28c35d599d687e038c7705f (patch)
treef3d2fb7f95073ea481a4dec86f0f0d30c7fe3588 /.gitattributes
parentcac90ea6547fe194ab6ab101dfe11a0b751823ca (diff)
Add chat demo and tutorial.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes22
1 files changed, 22 insertions, 0 deletions
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