# # ChangeLog for branches/WebApplication # # Generated by Trac 1.0.12 # 09/29/24 16:00:25 Mon, 02 May 2011 19:40:26 GMT dhohl [6102] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/FilterController.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/AlgorithmClass (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Filters.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Controls (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/ServiceTest (added) #1499 query filter recursive layout of the filters Mon, 02 May 2011 15:39:48 GMT mjesner [6098] * branches/WebApplication/MVC2/HeuristicLabWeb.HLWebOKBAdminPlugin.suo (modified) #1499 cleanup because of invalid references Mon, 02 May 2011 15:26:03 GMT mjesner [6097] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/FilterController.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/ViewModels/FilterModel.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Filters.ascx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Filter/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx (modified) #1499 query filter Fri, 29 Apr 2011 16:34:56 GMT gschwarz [6084] * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedDetailControl.ascx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedDetailControl.ascx.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedDetailControl.ascx.designer.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedItemList.ascx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedItemList.ascx.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/UserControls/OKBNamedItemList.ascx.designer.cs (added) #1433 added UserControls Fri, 29 Apr 2011 08:53:02 GMT msammer [6076] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/QueryController.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Helpers/IParams.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Helpers/IResult.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Helpers/RunCollectionData.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Results.aspx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionData.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionDetail.ascx.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionTable.ascx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionTable.ascx.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionTable.ascx.designer.cs (deleted) #1446 Changed RunCollectionTable for using it in the MVC-pluginhost. ... Mon, 25 Apr 2011 15:42:59 GMT wtollsch [6050] * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AdminController.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/HomeController.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/ServiceTestController.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Helpers/Admin.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AdminModel.cs (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Models/AlgorithmClass.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Properties/AssemblyInfo.cs (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassBrowseViewModel.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassIndexViewModel.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/ViewModels/AlgorithmClassViewModel.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Algorithm.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/AlgorithmClass.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Menu.ascx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/Problem.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Admin/ProblemClass.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/About.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/Home/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.config (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/bin/HLWebOKBAdminPlugin.pdb (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/DesignTimeResolveAssemblyReferencesInput.cache (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/HLWebOKBAdminPlugin.pdb (modified) * branches/WebApplication/MVC2/HLWebOKBAdminPlugin/obj/Plugin/TempPE (modified) #1433 menue entries and views for OKB Admin created / adapted, each ... Fri, 08 Apr 2011 14:58:28 GMT dkahn [5992] * branches/WebApplication/Administration (deleted) * branches/WebApplication/Administration.Interface (deleted) * branches/WebApplication/Administration.Tests (deleted) * branches/WebApplication/HeuristicLab.WebApplication.sln (deleted) * branches/WebApplication/HeuristicLab.WebApplication.suo (deleted) * branches/WebApplication/Library (deleted) * branches/WebApplication/Modules (deleted) * branches/WebApplication/User (deleted) * branches/WebApplication/WebSites (deleted) #1198 cleaned up subdirectory - removed obsolete code Fri, 08 Apr 2011 14:54:29 GMT cfleisch [5991] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1198 Added service references to web.config Fri, 08 Apr 2011 14:23:47 GMT dkahn [5990] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib/HLServiceMembershipProvider.cs (modified) #1198 Store username also in session may be fetched by identity or ... Fri, 08 Apr 2011 14:17:04 GMT dkahn [5989] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AccountController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) Fri, 08 Apr 2011 14:04:26 GMT dkahn [5988] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AccountController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Helpers (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib/HLServiceMembershipProvider.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/Index.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1198 restoring membership provider and removing Query references. Fri, 08 Apr 2011 13:32:13 GMT dkahn [5986] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) #1198 fixed web config Thu, 07 Apr 2011 13:01:05 GMT msammer [5977] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Results.aspx (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionData.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionDetail.ascx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionDetail.ascx.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionDetail.ascx.designer.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionTable.ascx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionTable.ascx.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/RunCollectionTable.ascx.designer.cs (added) #1446 added user-controls RunCollectionDetail, RunCollectionTable and ... Thu, 07 Apr 2011 08:02:36 GMT dkahn [5974] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj.user (deleted) #1198 cleaning up previously added generated files and sandbox ... Thu, 07 Apr 2011 08:00:05 GMT dkahn [5973] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost (modified) * 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/Service References/OKBService/HeuristicLab.Services.OKB.DataTransfer.xsd (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/Reference.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration.svcinfo (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/configuration91.svcinfo (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBService/service.wsdl (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/bin (deleted) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj (deleted) #1198 cleaning up previously added generated files and sandbox ... Thu, 31 Mar 2011 23:52:25 GMT cfleisch [5920] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Controllers/AccountController.cs (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Helpers (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Helpers/Query.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/HLWebPluginHost.OKBQueryService.Filter.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/HLWebPluginHost.OKBQueryService.Run.datasource (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/QueryService.disco (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/QueryService.wsdl (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/QueryService.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/QueryService1.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/QueryService2.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/QueryService3.xsd (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/Reference.cs (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/Reference.svcmap (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/configuration.svcinfo (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Service References/OKBQueryService/configuration91.svcinfo (added) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Home/Index.aspx (modified) * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (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) #1439 Authentication process modified to work well with query plugin Thu, 31 Mar 2011 23:47:33 GMT cfleisch [5919] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/QueryController.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Helpers/Query.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Filter.aspx (modified) #1439 Example implementation of method GetFilters() in view Filter added Thu, 31 Mar 2011 13:25:52 GMT cfleisch [5910] * branches/WebApplication/MVC2/HLWebOKBQueryPlugin (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/AlgorithmClassController.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/HomeController.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/QueryController.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Controllers/ServiceTestController.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Global.asax.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/HLWebOKBQueryPlugin.csproj (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/AlgorithmClassModel.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Models/QueryModel.cs (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Properties/AssemblyInfo.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Properties/Settings.Designer.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBAuthenticationService (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBQueryService/HLWebOKBAdminPlugin.OKBQueryService.Filter.datasource (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBQueryService/HLWebOKBAdminPlugin.OKBQueryService.Run.datasource (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBQueryService/HLWebOKBQueryPlugin.OKBQueryService.Filter.datasource (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBQueryService/HLWebOKBQueryPlugin.OKBQueryService.Run.datasource (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Service References/OKBQueryService/Reference.cs (modified) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/ViewModels/AlgorithmClassViewModel.cs (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/AlgorithmClass (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Home (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Home/About.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Home/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Filter.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Index.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Menu.ascx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/Query/Results.aspx (added) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Views/ServiceTest (deleted) * branches/WebApplication/MVC2/HLWebOKBQueryPlugin/Web.config (modified) #1439 Query tool as plugin implemented, added submenu items Tue, 22 Mar 2011 20:12:35 GMT dkahn [5800] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Lib/HLServiceMembershipProvider.cs (modified) #1447 Removed username from session as it can be fetched by identity. Tue, 22 Mar 2011 19:56:15 GMT dkahn [5799] * branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config (modified) #1447 Added custom membership provider to web config.