diff options
author | jrags <> | 2006-09-21 00:57:53 +0000 |
---|---|---|
committer | jrags <> | 2006-09-21 00:57:53 +0000 |
commit | b6e12bedc51b56cf0f1a5930e69a4c377cd3dfe5 (patch) | |
tree | 15931a9902b97d31fb4a4788634c222587c52632 /.gitattributes | |
parent | 5da182335ceec1c8ad68047217a33375897f1c1d (diff) |
Added providers demo, sqlmembershipprovider sqlroleprovider both load via modules now, but are not totaly functional yet. TLogin* controls created but not functional yet.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index dae1c30f..f40827f9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -698,6 +698,11 @@ demos/personal/protected/application.xml -text demos/personal/themes/BlueTheme/buttons.skin -text demos/personal/themes/BlueTheme/icon_profile.gif -text demos/personal/themes/BlueTheme/labels.skin -text +demos/providers/index.php -text +demos/providers/protected/.htaccess -text +demos/providers/protected/application.xml -text +demos/providers/protected/pages/Home.page -text +demos/providers/protected/pages/Home.php -text demos/quickstart/images/star1.gif -text demos/quickstart/images/star2.gif -text demos/quickstart/images/star3.gif -text @@ -1296,6 +1301,7 @@ framework/Collections/TQueue.php -text framework/Collections/TStack.php -text framework/Configuration/Provider/TProviderBase.php -text framework/Configuration/Provider/TProviderException.php -text +framework/Configuration/TProtectedConfiguration.php -text framework/DataAccess/SQLMap/Configuration/TConfigDeserialize.php -text framework/DataAccess/SQLMap/Configuration/TDiscriminator.php -text framework/DataAccess/SQLMap/Configuration/TDomSqlMapBuilder.php -text @@ -1771,6 +1777,7 @@ 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/TSqlMembershipProvider.php -text framework/Web/Security/TSqlRoleProvider.php -text framework/Web/Security/TUrlAuthorizationModule.php -text framework/Web/Services/IFeedContentProvider.php -text |