Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Brauer committed May 12, 2016
2 parents 2a27d7e + caef2ab commit 2242157
Show file tree
Hide file tree
Showing 52 changed files with 5,360 additions and 169 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ Included reports are:

Limited product export/import functionality is also available in the module. These tools allow you to output product data to CSV, makes changes or add new products, and import the data back into your product repository. These tools can be accessed via the Sitecore Desktop, Start > PowerShell Toolbox > Porduct Export/Import.

You can use the tool of your choice for editing the CSV, though Google Sheets seem to work very well for bringing in and re-exporting CSV. The tool must support editing UTF-8. Excel on Mac does not support UTF-8 CSV files.
You can use the tool of your choice for editing the CSV, though Google Sheets seem to work very well for bringing in and re-exporting CSV.

Supported import/export abilities:

Expand Down
@@ -0,0 +1,114 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>d09c2c4b-4c5f-4c1e-bb5b-5e4054c5b073</ProjectGuid>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<SourceWebPhysicalPath>
</SourceWebPhysicalPath>
<SourceWebProject>
</SourceWebProject>
<SourceWebVirtualPath>
</SourceWebVirtualPath>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<EnableUpdateable>true</EnableUpdateable>
<UseMerge>true</UseMerge>
<SingleAssemblyName>ActiveCommerce.PowerTools.Sitecore.Core</SingleAssemblyName>
<UseWebConfigReplacement>false</UseWebConfigReplacement>
<DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles>
<LegacyFileReplacement>false</LegacyFileReplacement>
<AssemblyName>ActiveCommerce.PowerTools.Sitecore.Core</AssemblyName>
<Name>ActiveCommerce.PowerTools.Sitecore.Core</Name>
<RootNamespace>ActiveCommerce.PowerTools.Sitecore.Core</RootNamespace>
<EnableCodeGeneration>false</EnableCodeGeneration>
<ManageRoles>False</ManageRoles>
<SitecoreDatabase>core</SitecoreDatabase>
<AssemblyStatus>Exclude</AssemblyStatus>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>.\bin\Debug\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
<InstallSitecoreConnector>True</InstallSitecoreConnector>
<DisableFileDeployment>False</DisableFileDeployment>
<SitecoreAccessGuid>6620bde8-a0cd-4307-a749-f772a7176c22</SitecoreAccessGuid>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>false</DebugSymbols>
<OutputPath>.\bin\Release\</OutputPath>
<RecursiveDeployAction>Ignore</RecursiveDeployAction>
</PropertyGroup>
<ItemGroup>
<AssemblyAttributes Include="AssemblyFileVersion">
<Value>$(AssemblyFileVersion)</Value>
</AssemblyAttributes>
<AssemblyAttributes Include="AssemblyVersion">
<Value>$(AssemblyVersion)</Value>
</AssemblyAttributes>
</ItemGroup>
<ItemGroup>
<SitecoreItem Include="sitecore\client.item">
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
<ItemDeployment>AlwaysUpdate</ItemDeployment>
</SitecoreItem>
<SitecoreItem Include="sitecore\client\Applications.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\client\Applications\Launchpad.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\client\Applications\Launchpad\PageSettings.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\client\Applications\Launchpad\PageSettings\Buttons.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\client\Applications\Launchpad\PageSettings\Buttons\Marketing.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\client\Applications\Launchpad\PageSettings\Buttons\Marketing\Active Commerce PowerTools.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\content.item">
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
<ItemDeployment>AlwaysUpdate</ItemDeployment>
</SitecoreItem>
<SitecoreItem Include="sitecore\content\Applications.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\content\Applications\ActiveCommerce.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\content\Applications\ActiveCommerce\PowerTools.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\layout.item">
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
<ItemDeployment>AlwaysUpdate</ItemDeployment>
</SitecoreItem>
<SitecoreItem Include="sitecore\layout\Layouts.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\layout\Layouts\Applications.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
<SitecoreItem Include="sitecore\layout\Layouts\Applications\Active Commerce Reports.item">
<ItemDeployment>AlwaysUpdate</ItemDeployment>
<ChildItemSynchronization>NoChildSynchronization</ChildItemSynchronization>
</SitecoreItem>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\HedgehogDevelopment\SitecoreProject\v9.0\HedgehogDevelopment.SitecoreProject.targets" />
</Project>
262 changes: 262 additions & 0 deletions src/ActiveCommerce.PowerTools.Sitecore.Core/sitecore/client.item
@@ -0,0 +1,262 @@
----item----
version: 1
id: {31056D46-2FAA-4EA2-8759-BE93EAE10001}
database: core
path: /sitecore/client
parent: {11111111-1111-1111-1111-111111111111}
name: client
master: {00000000-0000-0000-0000-000000000000}
template: {E3E2D58C-DF95-4230-ADC9-279924CECE84}
templatekey: Main section

----field----
field: {39C4902E-9960-4469-AEEF-E878E9C8218F}
name: __Hidden
key: __hidden
content-length: 1

1
----field----
field: {06D5295C-ED2F-4A54-9BF2-26228D113318}
name: __Icon
key: __icon
content-length: 42

Applications/16x16/question_and_answer.png
----field----
field: {BA3F86A2-4A1C-4D78-B63D-91C2779C1B5E}
name: __Sortorder
key: __sortorder
content-length: 1

0
----field----
field: {9135200A-5626-4DD8-AB9D-D665B8C11748}
name: __Never publish
key: __never publish
content-length: 0


----field----
field: {DEC8D2D5-E3CF-48B6-A653-8E69E2716641}
name: __Security
key: __security
content-length: 245

ar|Everyone|pe|!*|pd|!*|ar|sitecore\Sitecore Client Users|pe|+item:read|!*|pd|+item:read|!*|ar|sitecore\Sitecore Client Developing|pe|+item:create|+item:write|+item:delete|!*|+item:rename|pd|+item:create|+item:write|+item:delete|!*|+item:rename|
----version----
language: da
version: 1
revision: dc095567-9e31-4f13-bd30-7a2ac91da2ef

----field----
field: {B5E02AD9-D56F-4C41-A065-A133DB87BDEB}
name: __Display name
key: __display name
content-length: 6

Klient
----field----
field: {52807595-0F8F-4B20-8D2A-CB71D28C6103}
name: __Owner
key: __owner
content-length: 14

sitecore\admin
----field----
field: {25BED78C-4957-4165-998A-CA1B52F67497}
name: __Created
key: __created
content-length: 16

20151003T031051Z
----field----
field: {5DD74568-4D4B-44C1-B513-0AF5F4CDA34F}
name: __Created by
key: __created by
content-length: 14

sitecore\admin
----field----
field: {8CDC337E-A112-42FB-BBB4-4143751E123F}
name: __Revision
key: __revision
content-length: 36

dc095567-9e31-4f13-bd30-7a2ac91da2ef
----field----
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
name: __Updated
key: __updated
content-length: 16

20151003T031051Z
----field----
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
name: __Updated by
key: __updated by
content-length: 14

sitecore\admin
----version----
language: de-DE
version: 1
revision: e043045d-74fa-48c1-a508-f54c1ad53c4c

----field----
field: {B5E02AD9-D56F-4C41-A065-A133DB87BDEB}
name: __Display name
key: __display name
content-length: 6

Client
----field----
field: {52807595-0F8F-4B20-8D2A-CB71D28C6103}
name: __Owner
key: __owner
content-length: 14

sitecore\admin
----field----
field: {25BED78C-4957-4165-998A-CA1B52F67497}
name: __Created
key: __created
content-length: 16

20151003T030804Z
----field----
field: {5DD74568-4D4B-44C1-B513-0AF5F4CDA34F}
name: __Created by
key: __created by
content-length: 14

sitecore\admin
----field----
field: {8CDC337E-A112-42FB-BBB4-4143751E123F}
name: __Revision
key: __revision
content-length: 36

e043045d-74fa-48c1-a508-f54c1ad53c4c
----field----
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
name: __Updated
key: __updated
content-length: 16

20151003T030804Z
----field----
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
name: __Updated by
key: __updated by
content-length: 14

sitecore\admin
----version----
language: en
version: 1
revision: 29f8652e-2f78-4c98-b13c-c6c7fd049a12

----field----
field: {B5E02AD9-D56F-4C41-A065-A133DB87BDEB}
name: __Display name
key: __display name
content-length: 6

Client
----field----
field: {52807595-0F8F-4B20-8D2A-CB71D28C6103}
name: __Owner
key: __owner
content-length: 14

sitecore\admin
----field----
field: {25BED78C-4957-4165-998A-CA1B52F67497}
name: __Created
key: __created
content-length: 15

20120522T110855
----field----
field: {5DD74568-4D4B-44C1-B513-0AF5F4CDA34F}
name: __Created by
key: __created by
content-length: 14

sitecore\admin
----field----
field: {8CDC337E-A112-42FB-BBB4-4143751E123F}
name: __Revision
key: __revision
content-length: 36

29f8652e-2f78-4c98-b13c-c6c7fd049a12
----field----
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
name: __Updated
key: __updated
content-length: 34

20140714T142404:635409446444534788
----field----
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
name: __Updated by
key: __updated by
content-length: 14

sitecore\admin
----version----
language: ja-JP
version: 1
revision: 455021ef-0d63-4aed-83de-785e598745dd

----field----
field: {B5E02AD9-D56F-4C41-A065-A133DB87BDEB}
name: __Display name
key: __display name
content-length: 6

クライアント
----field----
field: {52807595-0F8F-4B20-8D2A-CB71D28C6103}
name: __Owner
key: __owner
content-length: 14

sitecore\admin
----field----
field: {25BED78C-4957-4165-998A-CA1B52F67497}
name: __Created
key: __created
content-length: 16

20151003T030932Z
----field----
field: {5DD74568-4D4B-44C1-B513-0AF5F4CDA34F}
name: __Created by
key: __created by
content-length: 14

sitecore\admin
----field----
field: {8CDC337E-A112-42FB-BBB4-4143751E123F}
name: __Revision
key: __revision
content-length: 36

455021ef-0d63-4aed-83de-785e598745dd
----field----
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
name: __Updated
key: __updated
content-length: 16

20151003T030932Z
----field----
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
name: __Updated by
key: __updated by
content-length: 14

sitecore\admin

0 comments on commit 2242157

Please sign in to comment.