From b6e12bedc51b56cf0f1a5930e69a4c377cd3dfe5 Mon Sep 17 00:00:00 2001 From: jrags <> Date: Thu, 21 Sep 2006 00:57:53 +0000 Subject: Added providers demo, sqlmembershipprovider sqlroleprovider both load via modules now, but are not totaly functional yet. TLogin* controls created but not functional yet. --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3