# # ChangeLog for branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln # # Generated by Trac 1.0.12 # 09/04/24 07:09:39 Tue, 06 Jul 2010 14:01:19 GMT bfarka [4002] * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (modified) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp3.vsmdi (added) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp4.vsmdi (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabMembershipUser.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUser.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUserRole.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/App.config (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/app.config (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/service/HeuristicLabManagementServiceTest.cs (modified) made struture changes in persistence classes and provider Tue, 29 Jun 2010 18:00:06 GMT bfarka [3978] * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/HeuristicLabUserRole.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) fixed bug in RomveUsersFromRoles and fixed some tests (1046) Sat, 26 Jun 2010 08:18:57 GMT hmayr [3956] * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (modified) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp2.vsmdi (added) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabMembershipProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabMembershipProviderTest.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabUserTest.cs (modified) following changes (#1046): - implemented some methods of ... Fri, 25 Jun 2010 21:34:51 GMT bfarka [3953] * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.sln (modified) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.vsmdi (modified) * branches/HeuristicLab.Services.Authentication Prototype/Service/Provider/HeuristicLabRoleProvider.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabRoleProviderTest.cs (modified) implemented one more function and a unittest for it (#1046) 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)