# # ChangeLog for branches/HeuristicLab.Services.Authentication Prototype # # Generated by Trac 1.0.12 # 07/20/24 05:32:01 Wed, 23 Jun 2010 18:46:30 GMT hmayr [3940] * branches/HeuristicLab.Services.Authentication Prototype (modified) * branches/HeuristicLab.Services.Authentication Prototype/HeuristicLab.Services.Authentication Prototyp.vsmdi (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.cs (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DataClasses.dbml.layout (modified) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/DatabaseUtil.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/Persistence/Persistence.csproj (modified) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/HeuristicLabUserTest.cs (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Test References (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/Test References/Persistence.accessor (added) * branches/HeuristicLab.Services.Authentication Prototype/UnitTests/UnitTests.csproj (modified) commit all current changes, so bfarka can try something (#1046): - ... 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) Fri, 18 Jun 2010 18:30:51 GMT swagner [3930] * branches/HeuristicLab.Services.Authentication Prototype (added) Added branch for the implementation of the ...