summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorjrags <>2006-09-19 03:04:28 +0000
committerjrags <>2006-09-19 03:04:28 +0000
commit2c8fcb129c45faecd1a480c44f8a1708f768b91d (patch)
tree43c0ad8bb4c8f669ef242f278de9ffa12d20b93c /.gitattributes
parentb767e82ec7bb04e747961e7ecee0e288fde719f0 (diff)
Inital Checkin of new membership and role providers. Currently still in development
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes18
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 5fb733ae..406796e4 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1294,6 +1294,8 @@ framework/Collections/TPagedDataSource.php -text
framework/Collections/TPagedList.php -text
framework/Collections/TQueue.php -text
framework/Collections/TStack.php -text
+framework/Configuration/Provider/TProviderBase.php -text
+framework/Configuration/Provider/TProviderException.php -text
framework/DataAccess/SQLMap/Configuration/TConfigDeserialize.php -text
framework/DataAccess/SQLMap/Configuration/TDiscriminator.php -text
framework/DataAccess/SQLMap/Configuration/TDomSqlMapBuilder.php -text
@@ -1755,6 +1757,22 @@ 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/Security/TAnonymousIdentificationModule.php -text
+framework/Web/Security/TAuthorizationStoreRoleProvider.php -text
+framework/Web/Security/TMembership.php -text
+framework/Web/Security/TMembershipCreateStatus.php -text
+framework/Web/Security/TMembershipCreateUserException.php -text
+framework/Web/Security/TMembershipPasswordException.php -text
+framework/Web/Security/TMembershipPasswordFormat.php -text
+framework/Web/Security/TMembershipProvider.php -text
+framework/Web/Security/TMembershipUser.php -text
+framework/Web/Security/TProviderException.php -text
+framework/Web/Security/TRoleManagerModule.php -text
+framework/Web/Security/TRolePrincipal.php -text
+framework/Web/Security/TRoleProvider.php -text
+framework/Web/Security/TRoles.php -text
+framework/Web/Security/TSqlRoleProvider.php -text
+framework/Web/Security/TUrlAuthorizationModule.php -text
framework/Web/Services/IFeedContentProvider.php -text
framework/Web/Services/TFeedService.php -text
framework/Web/Services/TPageService.php -text