# # ChangeLog for branches/HeuristicLab.Services.Authentication Prototype/Service/Provider # # Generated by Trac 1.0.12 # 07/06/24 15:29:22 Tue, 22 Jun 2010 22:23:20 GMT hmayr [3939] * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml.layout (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/IService1.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Service1.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) first commit from hmayr, just minor changes (#1046) - formatted ... Sat, 19 Jun 2010 18:45:27 GMT bfarka [3932] * branches/HeuristicLab.Services.Authentication Prototype (modified) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (added) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.vsmdi (added) * branches/HeuristicLab.Services.Authentication Prototype/LocalTestRun.testrunconfig (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Properties (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Service (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/App.config (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/IService1.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Properties (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Service.csproj (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Service1.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/AuthoringTests.txt (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Properties (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Properties/AssemblyInfo.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj (added) Added emty projects for services and persistence (#1046)