- Timestamp:
- 06/30/15 13:12:07 (9 years ago)
- Location:
- branches/HiveStatistics/sources
- Files:
-
- 6 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources
-
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/Configs/BundleConfig.cs
r12515 r12551 90 90 .IncludeDirectory("~/WebApp/shared/services", "*.js", true) 91 91 .IncludeDirectory("~/WebApp/shared/directives", "*.js", true) 92 .IncludeDirectory("~/WebApp/shared/filter", "*.js", true) 92 93 .IncludeDirectory("~/WebApp/shared/menu", "*.js", true) 93 94 ); -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj
r12525 r12551 23 23 <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> 24 24 <RestorePackages>true</RestorePackages> 25 <WebGreaseLibPath>..\..\packages\WebGrease.1.5.2\lib</WebGreaseLibPath>26 25 </PropertyGroup> 27 26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 44 43 </PropertyGroup> 45 44 <ItemGroup> 46 <Reference Include="Antlr3.Runtime, Version=3. 4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">47 < HintPath>..\..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>48 < Private>True</Private>45 <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL"> 46 <SpecificVersion>False</SpecificVersion> 47 <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> 49 48 </Reference> 50 49 <Reference Include="Microsoft.CSharp" /> … … 53 52 <Private>True</Private> 54 53 </Reference> 55 <Reference Include="Newtonsoft.Json, Version= 6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">56 < HintPath>..\..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>57 < Private>True</Private>54 <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 55 <SpecificVersion>False</SpecificVersion> 56 <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> 58 57 </Reference> 59 58 <Reference Include="System" /> … … 119 118 <Reference Include="System.Net.Http.WebRequest"> 120 119 </Reference> 121 <Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> 122 <HintPath>..\..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath> 123 <Private>True</Private> 120 <Reference Include="WebGrease"> 121 <HintPath>..\..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> 124 122 </Reference> 125 123 </ItemGroup> … … 170 168 <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" /> 171 169 <Content Include="WebApp\app.js" /> 170 <Content Include="WebApp\plugins\about\about.js" /> 171 <Content Include="WebApp\plugins\about\aboutCtrl.js" /> 172 172 <Content Include="WebApp\plugins\login\login.css"> 173 173 <CopyToOutputDirectory>Always</CopyToOutputDirectory> … … 232 232 <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" /> 233 233 <Content Include="WebApp\shared\directives\scrollToTop.js" /> 234 <Content Include="WebApp\shared\filter\filters.js" /> 234 235 <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" /> 235 236 <Content Include="WebApp\shared\layout\layout.cshtml" /> … … 239 240 <Content Include="WebApp\shared\menu\menu.cshtml" /> 240 241 <Content Include="WebApp\shared\restricted\empty.cshtml" /> 241 <Content Include="WebApp\plugins\login\login.cshtml"> 242 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 243 </Content> 244 <Content Include="WebApp\plugins\plugins\plugins.cshtml"> 245 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 246 </Content> 247 <Content Include="WebApp\plugins\plugins\Web.config"> 248 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 249 </Content> 242 <Content Include="WebApp\plugins\login\login.cshtml" /> 243 <Content Include="WebApp\plugins\plugins\plugins.cshtml" /> 244 <Content Include="WebApp\plugins\plugins\Web.config" /> 250 245 </ItemGroup> 251 246 <ItemGroup> … … 268 263 <ItemGroup> 269 264 <None Include="Properties\PublishProfiles\WebApp.pubxml" /> 265 <Content Include="WebApp\plugins\about\about.cshtml" /> 270 266 </ItemGroup> 271 267 <PropertyGroup> -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/plugins/plugins/plugins.cshtml
r12525 r12551 38 38 </td> 39 39 <td> 40 <a ng-href="" data-ng-click="reloadPlugin(plugin.Name)">Reload</a>40 <a ng-href="" class="cursor-pointer" data-ng-click="reloadPlugin(plugin.Name)">Reload</a> 41 41 </td> 42 42 </tr> -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/WebApp/shared/layout/layout.cshtml
r12515 r12551 69 69 </li> 70 70 <li> 71 <a ng-href=" " data-ng-click="logout()">Logout</a>71 <a ng-href="#" data-ng-click="logout()">Logout</a> 72 72 </li> 73 73 } -
branches/HiveStatistics/sources/HeuristicLab.Services.WebApp/3.3/packages.config
r12430 r12551 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <packages> 3 <package id="Antlr" version="3. 4.1.9004" targetFramework="net45" />3 <package id="Antlr" version="3.5.0.2" targetFramework="net45" /> 4 4 <package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net45" /> 5 5 <package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net45" /> … … 11 11 <package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net45" /> 12 12 <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" /> 13 <package id="Newtonsoft.Json" version=" 6.0.8" targetFramework="net45" />14 <package id="WebGrease" version="1. 5.2" targetFramework="net45" />13 <package id="Newtonsoft.Json" version="7.0.1" targetFramework="net45" /> 14 <package id="WebGrease" version="1.6.0" targetFramework="net45" /> 15 15 </packages>
Note: See TracChangeset
for help on using the changeset viewer.