summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorknut <>2006-07-04 19:19:06 +0000
committerknut <>2006-07-04 19:19:06 +0000
commitb926970d25b5fdb335b8a47d247a1d8e211c2618 (patch)
tree5813e9282896a393627dcb1b5df02b8300039c7b /.gitattributes
parentf923f4cd3c0e4c71e981ac6384f40cbb0b3c0968 (diff)
Added RSS support with TRssFeedDocument
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ea016ff1..b2a8f8f0 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1569,6 +1569,7 @@ framework/Web/Javascripts/ratings/stars1.png -text
framework/Web/Javascripts/rico/colors.js -text
framework/Web/Javascripts/rico/extension.js -text
framework/Web/Javascripts/rico/rico.js -text
+framework/Web/Services/IFeedContentProvider.php -text
framework/Web/Services/TFeedService.php -text
framework/Web/Services/TPageService.php -text
framework/Web/TAssetManager.php -text
@@ -1679,6 +1680,8 @@ framework/Web/UI/WebControls/TWebControl.php -text
framework/Web/UI/WebControls/TWebControlAdapter.php -text
framework/Web/UI/WebControls/TWizard.php -text
framework/Web/UI/WebControls/TXmlTransform.php -text
+framework/Xml/TFeedDocument.php -text
+framework/Xml/TRssFeedDocument.php -text
framework/Xml/TXmlDocument.php -text
framework/interfaces.php -text
framework/prado.php -text
@@ -2144,6 +2147,7 @@ tests/unit/Web/UI/WebControls/TRequiredFieldValidatorTest.php -text
tests/unit/Web/UI/WebControls/TXmlTransformTest.php -text
tests/unit/Web/UI/WebControls/data/hello.xml -text
tests/unit/Web/UI/WebControls/data/hello.xsl -text
+tests/unit/Xml/TRssFeedDocumentTest.php -text
tests/unit/Xml/TXmlDocumentTest.php -text
tests/unit/Xml/TXmlElementListTest.php -text
tests/unit/Xml/TXmlElementTest.php -text