# # ChangeLog for branches/WebApplication # # Generated by Trac 1.0.12 # 05/30/24 12:14:41 Wed, 01 Dec 2010 00:10:28 GMT wtollsch [5005] * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AlgorithmClassModel.cs (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx (modified) #1198 AddAlgorithmClass: prototype test successful... new ... Mon, 29 Nov 2010 01:08:20 GMT wtollsch [4986] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) #1198 removed testimplementation for admin plugin Mon, 29 Nov 2010 01:02:54 GMT wtollsch [4985] * branches/WebApplication/MVC2/HLWebOKBAdminPlugin (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/App_Data (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/App_LocalResources (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Content (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Content/Site.css (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/ServiceTestController.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Global.asax (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Global.asax.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj.user (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AccountModels.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AlgorithmClassModel.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/AssemblyInfo.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.Algorithm.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.AlgorithmClass.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.AlgorithmData.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.AlgorithmParameter.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.DataType.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.Experiment.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.Platform.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.Problem.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.ProblemClass.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.ProblemData.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.ProblemParameter.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.Result.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/DataSources/HLWebPluginHost.OKBService.Run.datasource (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Resources (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Resources/Delete.bmp (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Resources/Plus.bmp (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Resources/Update.bmp (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/MicrosoftAjax.debug.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/MicrosoftAjax.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/MicrosoftMvcAjax.debug.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/MicrosoftMvcAjax.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/MicrosoftMvcValidation.debug.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/MicrosoftMvcValidation.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/jquery-1.4.1-vsdoc.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/jquery-1.4.1.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/jquery-1.4.1.min.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/jquery.validate-vsdoc.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/jquery.validate.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Scripts/jquery.validate.min.js (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/Arrays.xsd (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/HeuristicLab.Services.OKB.DataTransfer.xsd (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/Reference.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/Reference.svcmap (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/configuration.svcinfo (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/configuration91.svcinfo (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/service.wsdl (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/service.xsd (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Service References/OKBService/service1.xsd (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/ServiceTest (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/ServiceTest/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared/Error.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared/LogOnUserControl.ascx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Shared/Site.Master (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Web.config (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.Debug.config (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.Release.config (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.config (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin/HLWebOKBAdminPlugin.dll (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin/HLWebOKBAdminPlugin.pdb (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin/HLWebPluginHost.dll (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin/HLWebServiceTestPlugin.dll (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin/HLWebServiceTestPlugin.pdb (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/HLWebOKBAdminPlugin.csproj.FileListAbsolute.txt (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/HLWebServiceTestPlugin.csproj.FileListAbsolute.txt (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/HLWebServiceTestPlugin.dll (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/HLWebServiceTestPlugin.pdb (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/TempPE (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Debug/TempPE/Service References.OKBService.Reference.cs.dll (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/HLWebOKBAdminPlugin.csproj.FileListAbsolute.txt (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/HLWebOKBAdminPlugin.dll (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/HLWebOKBAdminPlugin.pdb (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/TempPE (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/TempPE/Service References.OKBService.Reference.cs.dll (added) * branches/WebApplication/MVC2/HeuristicLabWeb.HLWebOKBAdminPlugin.gpState (added) * branches/WebApplication/MVC2/HeuristicLabWeb.HLWebOKBAdminPlugin.sln (added) * branches/WebApplication/MVC2/HeuristicLabWeb.HLWebOKBAdminPlugin.suo (added) * branches/WebApplication/MVC2/HeuristicLabWeb.ServiceTestPlugin.gpState (added) #1198 HLWebOkbAdminPlugin Sat, 27 Nov 2010 07:20:56 GMT wtollsch [4952] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/App_LocalResources/Images.resx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/Site.css (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AlgorithmClassController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Models/AlgorithmClassModel.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Resources/Delete.bmp (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/AlgorithmClass/Index.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) #1198 AlgorithmClass/Index.aspx new buttons Fri, 26 Nov 2010 21:54:46 GMT cfleisch [4950] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AccountController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/Index.aspx (modified) #1198 Store password in session Thu, 25 Nov 2010 20:49:23 GMT wtollsch [4939] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/App_LocalResources (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/App_LocalResources/Images.resx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AlgorithmClassController.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/ServicePrototypeController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Models/AlgorithmClassModel.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Resources (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Resources/Delete.bmp (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Resources/Plus.bmp (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/AlgorithmClass (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/AlgorithmClass/Index.aspx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype/Index.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/DesignTimeResolveAssemblyReferences.cache (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.csproj.FileListAbsolute.txt (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/ResolveAssemblyReference.cache (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/TempPE (added) #1198 Added AlgorithmClassController, AlgorithmClassModel, ... Fri, 12 Nov 2010 18:51:48 GMT wtollsch [4786] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/ServicePrototypeController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1198 Membership get user password as plain text Fri, 12 Nov 2010 17:17:27 GMT wtollsch [4785] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype/Index.aspx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype/Index1.aspx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/ServicePrototype/Index1.aspx.cs (added) #1198 View Index Fri, 12 Nov 2010 17:16:02 GMT wtollsch [4784] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/ServicePrototypeController.cs (added) #1198 added ServicePrototypeController Fri, 12 Nov 2010 17:14:05 GMT wtollsch [4783] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Arrays.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.Algorithm.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.AlgorithmClass.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.AlgorithmData.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.AlgorithmParameter.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.DataType.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.Experiment.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.Platform.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.Problem.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.ProblemClass.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.ProblemData.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.ProblemParameter.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.Result.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HLWebPluginHost.OKBService.Run.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/HeuristicLab.Services.OKB.DataTransfer.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Reference.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Reference.svcmap (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration.svcinfo (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration91.svcinfo (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/service.wsdl (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/service.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/service1.xsd (added) #1198 added ServiceReferences Fri, 12 Nov 2010 17:05:30 GMT wtollsch [4782] * branches/WebApplication/HeuristicLab.WebApplication.suo (added) #1198 WebApplication Sun, 07 Nov 2010 12:23:40 GMT wtollsch [4736] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj.user (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1198 HLWebPluginHost login to authentication database Sat, 06 Nov 2010 13:47:42 GMT wtollsch [4734] * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/App_Data (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Content (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Content/Site.css (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Controllers (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Controllers/ServiceTestController.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Global.asax (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Global.asax.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/HLWebServiceTestPlugin.csproj (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/HLWebServiceTestPlugin.csproj.user (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Models (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Models/AccountModels.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Properties (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Properties/AssemblyInfo.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/MicrosoftAjax.debug.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/MicrosoftAjax.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/MicrosoftMvcAjax.debug.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/MicrosoftMvcAjax.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/MicrosoftMvcValidation.debug.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/MicrosoftMvcValidation.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/jquery-1.4.1-vsdoc.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/jquery-1.4.1.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/jquery-1.4.1.min.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/jquery.validate-vsdoc.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/jquery.validate.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Scripts/jquery.validate.min.js (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/ServiceTest (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/ServiceTest/Index.aspx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/Shared (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/Shared/Error.aspx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/Shared/LogOnUserControl.ascx (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/Shared/Site.Master (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Views/Web.config (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Web.Debug.config (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Web.Release.config (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/Web.config (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/bin (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/bin/HLWebPluginHost.dll (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/bin/HLWebPluginHost.pdb (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/bin/HLWebServiceTestPlugin.dll (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/bin/HLWebServiceTestPlugin.pdb (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug/HLWebServiceTestPlugin.csproj.FileListAbsolute.txt (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug/HLWebServiceTestPlugin.dll (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug/HLWebServiceTestPlugin.pdb (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug/ResolveAssemblyReference.cache (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HLWebServiceTestPlugin/obj/Debug/TempPE (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HeuristicLabWeb.HelloWorldPlugin.gpState (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HeuristicLabWeb.ServiceTestPlugin.gpState (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HeuristicLabWeb.ServiceTestPlugin.sln (added) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebServiceTestPlugin/HeuristicLabWeb.ServiceTestPlugin.suo (added) #1198 HLWebServiceTestPlugin (Authentication) Sat, 06 Nov 2010 11:44:27 GMT wtollsch [4729] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/ChangePassword.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/LogOn.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Account/Register.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1198 Fixed naming and added authentication against HL Sun, 24 Oct 2010 10:01:36 GMT wtollsch [4642] * branches/WebApplication/Documentation (added) * branches/WebApplication/Documentation/OKB_Build_Instruction.doc (added) build instructions for OKB client #1198 Sat, 16 Oct 2010 23:31:33 GMT dkahn [4613] * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.Tests/bin/Debug (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.Tests/bin/Plugin (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.Tests/bin/Release (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.Tests/obj/Debug (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.Tests/obj/Plugin (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin.csproj (modified) #1198 deleted binaries and fixed project config Sat, 16 Oct 2010 23:27:32 GMT dkahn [4612] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/bin/HLWebHelloWorldPlugin.dll (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/bin/HLWebPluginHost.dll (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/bin/HLWebPluginHost.pdb (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/FzySqrPluginHost.csproj.FileListAbsolute.txt (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.csproj.FileListAbsolute.txt (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.dll (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.pdb (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HeuristicLabWeb.PluginHost.csproj.FileListAbsolute.txt (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HeuristicLabWebPluginHost.csproj.FileListAbsolute.txt (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/ResolveAssemblyReference.cache (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/TempPE (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin/bin/HLWebHelloWorldPlugin.dll (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin/bin/HLWebHelloWorldPlugin.pdb (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin/bin/HLWebPluginHost.dll (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin/obj/Debug (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.Plugins/HLWebHelloWorldPlugin/HLWebHelloWorldPlugin/obj/Plugin (deleted) #1198 cleaned up project binaries Sat, 16 Oct 2010 23:23:33 GMT dkahn [4611] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/bin/HLWebPluginHost.dll (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/bin/HLWebPluginHost.pdb (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.csproj.FileListAbsolute.txt (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.dll (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.pdb (modified) #1198 Applied svn properties Sat, 16 Oct 2010 23:20:45 GMT dkahn [4610] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HeuristicLabWeb.PluginHost.gpState (moved) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HeuristicLabWeb.PluginHost.sln (moved) #1198 moved solution file Sat, 16 Oct 2010 23:18:52 GMT dkahn [4609] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost (moved) #1198 Moved PluginHost into propper folder