Skip to content
This repository was archived by the owner on Nov 10, 2017. It is now read-only.

Commit a95ae83

Browse files
committed
Branching version for Sitecore CMS 7.2
1 parent 4a0123d commit a95ae83

32 files changed

+6682
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
using System.Reflection;
2+
using System.Runtime.InteropServices;
3+
4+
// General Information about an assembly is controlled through the following
5+
// set of attributes. Change these attribute values to modify the information
6+
// associated with an assembly.
7+
[assembly: AssemblyTitle("Sitecore.Azure.Diagnostics.UI")]
8+
[assembly: AssemblyDescription("Sitecore Azure Diagnostic Module")]
9+
[assembly: AssemblyConfiguration("")]
10+
[assembly: AssemblyCompany("Sitecore Corporation")]
11+
[assembly: AssemblyProduct("Sitecore CMS")]
12+
[assembly: AssemblyCopyright("Copyright © 2015 Sitecore Corporation")]
13+
[assembly: AssemblyTrademark("Sitecore® is a registered trademark of Sitecore Corporation")]
14+
[assembly: AssemblyCulture("")]
15+
16+
[assembly: AssemblyInformationalVersion("7.2 rev. 150118")]
17+
18+
// Setting ComVisible to false makes the types in this assembly not visible
19+
// to COM components. If you need to access a type in this assembly from
20+
// COM, set the ComVisible attribute to true on that type.
21+
[assembly: ComVisible(false)]
22+
23+
// The following GUID is for the ID of the typelib if this project is exposed to COM
24+
[assembly: Guid("ffac1360-ace5-452f-bf69-230ea66643b8")]
25+
26+
// Version information for an assembly consists of the following four values:
27+
//
28+
// Major Version
29+
// Minor Version
30+
// Build Number
31+
// Revision
32+
//
33+
// You can specify all the values or you can default the Revision and Build Numbers
34+
// by using the '*' as shown below:
35+
[assembly: AssemblyVersion("7.2.0.5040")]
36+
[assembly: AssemblyFileVersion("7.2.0.5040")]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
<PropertyGroup>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7+
<ProductVersion>
8+
</ProductVersion>
9+
<SchemaVersion>2.0</SchemaVersion>
10+
<ProjectGuid>{9B619A8D-05AB-4060-A28E-7A7B6E1F37E8}</ProjectGuid>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12+
<OutputType>Library</OutputType>
13+
<AppDesignerFolder>Properties</AppDesignerFolder>
14+
<RootNamespace>Sitecore.Azure.Diagnostics.UI</RootNamespace>
15+
<AssemblyName>Sitecore.Azure.Diagnostics.UI</AssemblyName>
16+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17+
<UseIISExpress>true</UseIISExpress>
18+
<IISExpressSSLPort />
19+
<IISExpressAnonymousAuthentication />
20+
<IISExpressWindowsAuthentication />
21+
<IISExpressUseClassicPipelineMode />
22+
<SccProjectName>SAK</SccProjectName>
23+
<SccLocalPath>SAK</SccLocalPath>
24+
<SccAuxPath>SAK</SccAuxPath>
25+
<SccProvider>SAK</SccProvider>
26+
</PropertyGroup>
27+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28+
<DebugSymbols>true</DebugSymbols>
29+
<DebugType>full</DebugType>
30+
<Optimize>false</Optimize>
31+
<OutputPath>bin\</OutputPath>
32+
<DefineConstants>DEBUG;TRACE</DefineConstants>
33+
<ErrorReport>prompt</ErrorReport>
34+
<WarningLevel>4</WarningLevel>
35+
</PropertyGroup>
36+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37+
<DebugType>pdbonly</DebugType>
38+
<Optimize>true</Optimize>
39+
<OutputPath>bin\</OutputPath>
40+
<DefineConstants>TRACE</DefineConstants>
41+
<ErrorReport>prompt</ErrorReport>
42+
<WarningLevel>4</WarningLevel>
43+
</PropertyGroup>
44+
<ItemGroup>
45+
<Reference Include="Microsoft.CSharp" />
46+
<Reference Include="Microsoft.Data.Edm, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<SpecificVersion>False</SpecificVersion>
48+
<HintPath>..\packages\Microsoft.Data.Edm.5.6.2\lib\net40\Microsoft.Data.Edm.dll</HintPath>
49+
<Private>False</Private>
50+
</Reference>
51+
<Reference Include="Microsoft.Data.OData, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
52+
<SpecificVersion>False</SpecificVersion>
53+
<HintPath>..\packages\Microsoft.Data.OData.5.6.2\lib\net40\Microsoft.Data.OData.dll</HintPath>
54+
<Private>False</Private>
55+
</Reference>
56+
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57+
<SpecificVersion>False</SpecificVersion>
58+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.2\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
59+
<Private>False</Private>
60+
</Reference>
61+
<Reference Include="Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62+
<SpecificVersion>False</SpecificVersion>
63+
<HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath>
64+
<Private>False</Private>
65+
</Reference>
66+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
67+
<SpecificVersion>False</SpecificVersion>
68+
<HintPath>..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
69+
<Private>False</Private>
70+
</Reference>
71+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
72+
<HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
73+
<Private>False</Private>
74+
</Reference>
75+
<Reference Include="Sitecore.Client">
76+
<HintPath>..\packages\Sitecore.Client.7.2.3\lib\net45\Sitecore.Client.dll</HintPath>
77+
<Private>False</Private>
78+
</Reference>
79+
<Reference Include="Sitecore.Kernel">
80+
<HintPath>..\packages\Sitecore.Kernel.7.2.3\lib\net45\Sitecore.Kernel.dll</HintPath>
81+
<Private>False</Private>
82+
</Reference>
83+
<Reference Include="System.Data.Services.Client" />
84+
<Reference Include="System.Spatial, Version=5.6.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<SpecificVersion>False</SpecificVersion>
86+
<HintPath>..\packages\System.Spatial.5.6.2\lib\net40\System.Spatial.dll</HintPath>
87+
<Private>False</Private>
88+
</Reference>
89+
<Reference Include="System.Web.DynamicData" />
90+
<Reference Include="System.Web.Entity" />
91+
<Reference Include="System.Web.ApplicationServices" />
92+
<Reference Include="System.ComponentModel.DataAnnotations" />
93+
<Reference Include="System" />
94+
<Reference Include="System.Data" />
95+
<Reference Include="System.Core" />
96+
<Reference Include="System.Data.DataSetExtensions" />
97+
<Reference Include="System.Web.Extensions" />
98+
<Reference Include="System.Xml.Linq" />
99+
<Reference Include="System.Drawing" />
100+
<Reference Include="System.Web" />
101+
<Reference Include="System.Xml" />
102+
<Reference Include="System.Configuration" />
103+
<Reference Include="System.Web.Services" />
104+
<Reference Include="System.EnterpriseServices" />
105+
</ItemGroup>
106+
<ItemGroup>
107+
<Content Include="packages.config">
108+
<SubType>Designer</SubType>
109+
</Content>
110+
</ItemGroup>
111+
<ItemGroup>
112+
<Content Include="Properties\PublishProfiles\sc72rev140526.pubxml.user" />
113+
<Content Include="sitecore\Shell\Applications\Blobs\BlobLister\BlobLister.xml">
114+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
115+
</Content>
116+
<Content Include="sitecore\Shell\download.aspx">
117+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
118+
</Content>
119+
<Content Include="sitecore\Shell\Override\Applications\Reports\LogViewer\LogViewer.xml">
120+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
121+
</Content>
122+
<Content Include="sitecore\Shell\Override\Applications\Reports\LogViewer\LogViewerDetails.xml">
123+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
124+
</Content>
125+
</ItemGroup>
126+
<ItemGroup>
127+
<Compile Include="Properties\AssemblyInfo.cs" />
128+
<Compile Include="sitecore\Shell\Applications\Blobs\BlobLister\BlobListerForm.cs" />
129+
<Compile Include="sitecore\Shell\Applications\Reports\LogViewer\LogViewerDetailsForm.cs" />
130+
<Compile Include="sitecore\Shell\Applications\Reports\LogViewer\LogViewerForm.cs" />
131+
<Compile Include="sitecore\Shell\DownloadPage.cs">
132+
<SubType>ASPXCodeBehind</SubType>
133+
</Compile>
134+
<Compile Include="sitecore\Shell\Framework\Blobs.cs" />
135+
<Compile Include="Web\BlobHandle.cs" />
136+
</ItemGroup>
137+
<ItemGroup>
138+
<ProjectReference Include="..\Sitecore.Azure.Diagnostics\Sitecore.Azure.Diagnostics.csproj">
139+
<Project>{462f779d-7ccf-47db-b25b-ece660f5cc68}</Project>
140+
<Name>Sitecore.Azure.Diagnostics</Name>
141+
<Private>True</Private>
142+
</ProjectReference>
143+
</ItemGroup>
144+
<ItemGroup>
145+
<None Include="Properties\PublishProfiles\sc72rev140526.pubxml" />
146+
<None Include="Properties\PublishProfiles\sc75rev141003.pubxml" />
147+
</ItemGroup>
148+
<ItemGroup />
149+
<PropertyGroup>
150+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
151+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
152+
</PropertyGroup>
153+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
154+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
155+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
156+
<ProjectExtensions>
157+
<VisualStudio>
158+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
159+
<WebProjectProperties>
160+
<UseIIS>True</UseIIS>
161+
<AutoAssignPort>True</AutoAssignPort>
162+
<DevelopmentServerPort>58438</DevelopmentServerPort>
163+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
164+
<IISUrl>http://localhost:58438/</IISUrl>
165+
<NTLMAuthentication>False</NTLMAuthentication>
166+
<UseCustomServer>False</UseCustomServer>
167+
<CustomServerUrl>
168+
</CustomServerUrl>
169+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
170+
</WebProjectProperties>
171+
</FlavorProperties>
172+
</VisualStudio>
173+
</ProjectExtensions>
174+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
175+
Other similar extension points exist, see Microsoft.Common.targets.
176+
<Target Name="BeforeBuild">
177+
</Target>
178+
<Target Name="AfterBuild">
179+
</Target>
180+
-->
181+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4+
5+
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6+
<!--
7+
In the example below, the "SetAttributes" transform will change the value of
8+
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9+
finds an attribute "name" that has a value of "MyDB".
10+
11+
<connectionStrings>
12+
<add name="MyDB"
13+
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14+
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15+
</connectionStrings>
16+
-->
17+
<system.web>
18+
<!--
19+
In the example below, the "Replace" transform will replace the entire
20+
<customErrors> section of your web.config file.
21+
Note that because there is only one customErrors section under the
22+
<system.web> node, there is no need to use the "xdt:Locator" attribute.
23+
24+
<customErrors defaultRedirect="GenericError.htm"
25+
mode="RemoteOnly" xdt:Transform="Replace">
26+
<error statusCode="500" redirect="InternalError.htm"/>
27+
</customErrors>
28+
-->
29+
</system.web>
30+
</configuration>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4+
5+
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6+
<!--
7+
In the example below, the "SetAttributes" transform will change the value of
8+
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9+
finds an attribute "name" that has a value of "MyDB".
10+
11+
<connectionStrings>
12+
<add name="MyDB"
13+
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14+
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15+
</connectionStrings>
16+
-->
17+
<system.web>
18+
<compilation xdt:Transform="RemoveAttributes(debug)" />
19+
<!--
20+
In the example below, the "Replace" transform will replace the entire
21+
<customErrors> section of your web.config file.
22+
Note that because there is only one customErrors section under the
23+
<system.web> node, there is no need to use the "xdt:Locator" attribute.
24+
25+
<customErrors defaultRedirect="GenericError.htm"
26+
mode="RemoteOnly" xdt:Transform="Replace">
27+
<error statusCode="500" redirect="InternalError.htm"/>
28+
</customErrors>
29+
-->
30+
</system.web>
31+
</configuration>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
For more information on how to configure your ASP.NET application, please visit
4+
http://go.microsoft.com/fwlink/?LinkId=169433
5+
-->
6+
<configuration>
7+
<system.web>
8+
<compilation debug="true" targetFramework="4.5" />
9+
<httpRuntime targetFramework="4.5" />
10+
</system.web>
11+
</configuration>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
using System.Collections.Specialized;
2+
using Sitecore.Diagnostics;
3+
using Sitecore.Text;
4+
using Sitecore.Web;
5+
6+
namespace Sitecore.Azure.Diagnostics.UI.Web
7+
{
8+
/// <summary>
9+
/// Represents the blob handle to safely transfer blobs paths between requests.
10+
/// </summary>
11+
public class BlobHandle
12+
{
13+
/// <summary>
14+
/// Gets the BLOB handle.
15+
/// </summary>
16+
/// <param name="blobName">Name of the BLOB.</param>
17+
/// <returns></returns>
18+
public static string GetBlobHandle(string blobName)
19+
{
20+
Assert.ArgumentNotNull(blobName, "blobName");
21+
22+
var handle = new UrlHandle();
23+
handle["blob"] = blobName;
24+
handle.Add(new UrlString());
25+
26+
return (handle.Handle ?? string.Empty);
27+
}
28+
29+
/// <summary>
30+
/// Gets the name of the BLOB from the specified handle.
31+
/// </summary>
32+
/// <param name="blobHandle">The blob handle.</param>
33+
/// <returns></returns>
34+
public static string GetBlobName(string blobHandle)
35+
{
36+
Assert.ArgumentNotNull(blobHandle, "blobHandle");
37+
38+
var parameters = new NameValueCollection
39+
{
40+
{"blob", blobHandle}
41+
};
42+
43+
return UrlHandle.Get(new UrlString(parameters), "blob")["blob"];
44+
}
45+
}
46+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Microsoft.Data.Edm" version="5.6.2" targetFramework="net45" />
4+
<package id="Microsoft.Data.OData" version="5.6.2" targetFramework="net45" />
5+
<package id="Microsoft.Data.Services.Client" version="5.6.2" targetFramework="net45" />
6+
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="2.0.3" targetFramework="net45" />
7+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net45" />
8+
<package id="System.Spatial" version="5.6.2" targetFramework="net45" />
9+
<package id="WindowsAzure.Storage" version="4.3.0" targetFramework="net45" />
10+
</packages>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<control xmlns:def="Definition" xmlns="http://schemas.sitecore.net/Visual-Studio-Intellisense">
3+
<BlobLister>
4+
<FormDialog ID="Dialog" Icon="Applications/32x32/document_out.png" Header="Move item to"
5+
Text="Select the location where you want to move the item. Then click the Move button." OKButton="Move">
6+
7+
<CodeBeside Type="Sitecore.Azure.Diagnostics.UI.Shell.Applications.Blobs.BlobLister.BlobListerForm, Sitecore.Azure.Diagnostics.UI"/>
8+
9+
<Border Background="white" Border="1px inset" Height="100%">
10+
<Listview ID="FileLister" DblClick="OnFileListerDblClick" View="Details">
11+
<ListviewHeader>
12+
<ListviewHeaderItem Name="name" Header="Name"/>
13+
<ListviewHeaderItem Name="size" Header="Size"/>
14+
<ListviewHeaderItem Name="modified" Header="Last Modified"/>
15+
</ListviewHeader>
16+
</Listview>
17+
</Border>
18+
19+
</FormDialog>
20+
</BlobLister>
21+
</control>
22+

0 commit comments

Comments
 (0)