Skip to content

Commit

Permalink
Patch commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOparyshev committed Apr 6, 2017
1 parent 5e81cdf commit 7310bd9
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Sitecore.Support.156023.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{36041F6D-0ADE-41AC-94AB-9E08DC09D3F9}") = "Sitecore.Support.156023", "Sitecore.Support.156023\Sitecore.Support.156023.csproj", "{0FA0AD2A-9A87-40F3-985B-AC92803E4396}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FA0AD2A-9A87-40F3-985B-AC92803E4396}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FA0AD2A-9A87-40F3-985B-AC92803E4396}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FA0AD2A-9A87-40F3-985B-AC92803E4396}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FA0AD2A-9A87-40F3-985B-AC92803E4396}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/" xmlns:set="http://www.sitecore.net/xmlconfig/set/">
<sitecore>
<sitecore.experienceeditor.speak.requests>
<request name="ExperienceEditor.Insert.CanInsert" type="Sitecore.Support.ExperienceEditor.Speak.Ribbon.Requests.Insert.CanInsertRequest, Sitecore.Support.156023" patch:instead="*[@type='Sitecore.ExperienceEditor.Speak.Ribbon']"/>
</sitecore.experienceeditor.speak.requests>
</sitecore>
</configuration>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
namespace Sitecore.Support.ExperienceEditor.Speak.Ribbon.Requests.Insert
{
public class CanInsertRequest : Sitecore.ExperienceEditor.Speak.Ribbon.Requests.Insert.CanInsertRequest
{
public override bool GetControlState()
{
base.RequestContext.ValidateContextItem();
return !(base.RequestContext.WebEditMode != "edit") && base.RequestContext.Item.Access.CanCreate() && base.RequestContext.Item.Access.CanWriteLanguage();
}
}
}
6 changes: 6 additions & 0 deletions src/Sitecore.Support.156023/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using System.Reflection;
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Sitecore.Support.156023")]
[assembly: AssemblyProduct("Sitecore.Support.156023")]
[assembly: ComVisible(false)]
102 changes: 102 additions & 0 deletions src/Sitecore.Support.156023/Sitecore.Support.156023.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0FA0AD2A-9A87-40F3-985B-AC92803E4396}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sitecore.Support.ExperienceEditor.Speak.Ribbon.Requests.Insert</RootNamespace>
<AssemblyName>Sitecore.Support.156023</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Sitecore.ExperienceEditor, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SC.Sitecore.ExperienceEditor.8.1.3\lib\Sitecore.ExperienceEditor.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Sitecore.ExperienceEditor.Speak, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SC.Sitecore.ExperienceEditor.Speak.8.1.3\lib\Sitecore.ExperienceEditor.Speak.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Sitecore.ExperienceEditor.Speak.Ribbon, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SC.Sitecore.ExperienceEditor.Speak.Ribbon.8.1.3\lib\Sitecore.ExperienceEditor.Speak.Ribbon.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Sitecore.Kernel">
<HintPath>..\packages\SC.Sitecore.Kernel.8.1.3\lib\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
</ItemGroup>
<ItemGroup>
<Compile Include="ExperienceEditor\Speak\Ribbon\Requests\Insert\CanInsertRequest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="App_Config\Include\zzz\Sitecore.Support.156023.config" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="web.config" />
</ItemGroup>
<ItemGroup />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>0</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:50060/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
7 changes: 7 additions & 0 deletions src/Sitecore.Support.156023/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SC.Sitecore.ExperienceEditor" version="8.1.3" targetFramework="net45" />
<package id="SC.Sitecore.ExperienceEditor.Speak" version="8.1.3" targetFramework="net45" />
<package id="SC.Sitecore.ExperienceEditor.Speak.Ribbon" version="8.1.3" targetFramework="net45" />
<package id="SC.Sitecore.Kernel" version="8.1.3" targetFramework="net45" />
</packages>
4 changes: 4 additions & 0 deletions src/Sitecore.Support.156023/web.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Do not change this file - it must be empty, see https://github.com/SitecoreSupport/PatchCreator/issues/13 -->
</configuration>

0 comments on commit 7310bd9

Please sign in to comment.