Skip to content

Commit 0b16542

Browse files
committed
module creation actions cleanup
1 parent a88c340 commit 0b16542

File tree

4 files changed

+11
-154
lines changed

4 files changed

+11
-154
lines changed

Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Context Menu/Create Module.item

Lines changed: 0 additions & 71 deletions
This file was deleted.

Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Context Menu/Create libraries for integration points.item

Lines changed: 0 additions & 72 deletions
This file was deleted.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
version: 1
33
id: {5945F6DC-A29D-4A8D-A29D-860693F08241}
44
database: master
5-
path: /sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Insert Item/Libraries for integration points
5+
path: /sitecore/system/Modules/PowerShell/Script Library/Platform/Content Editor/Insert Item/Integration point Libraries
66
parent: {685709C4-D6D9-46A6-8A9D-DF689292DAA9}
7-
name: Libraries for integration points
7+
name: Integration point Libraries
88
master: {00000000-0000-0000-0000-000000000000}
99
template: {DD22F1B3-BD87-4DB2-9E7D-F7A496888D43}
1010
templatekey: PowerShell Script
@@ -40,7 +40,7 @@ Software/32x32/jar_edit.png
4040
----version----
4141
language: en
4242
version: 1
43-
revision: bc7c3d2c-918f-42f8-8851-82e60214d366
43+
revision: e37826d6-e419-4f64-9312-69af1b25a1a9
4444

4545
----field----
4646
field: {25BED78C-4957-4165-998A-CA1B52F67497}
@@ -55,14 +55,14 @@ name: __Revision
5555
key: __revision
5656
content-length: 36
5757

58-
bc7c3d2c-918f-42f8-8851-82e60214d366
58+
e37826d6-e419-4f64-9312-69af1b25a1a9
5959
----field----
6060
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
6161
name: __Updated
6262
key: __updated
6363
content-length: 34
6464

65-
20150419T210917:635650745573311797
65+
20150618T092905:635702165458508125
6666
----field----
6767
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
6868
name: __Updated by

Cognifide.PowerShell/Data/serialization/master/sitecore/system/Modules/PowerShell/Script Library/Platform/Development/Integration points/Create Integration Points.item

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ templatekey: PowerShell Script
1313
field: {B1A94FF0-6897-47C0-9C51-AA6ACB80B1F0}
1414
name: Script
1515
key: script
16-
content-length: 2310
16+
content-length: 2326
1717

1818
$integrationPoints = [Cognifide.PowerShell.Core.Modules.IntegrationPoints]::Libraries;
1919
Import-Function -Name Create-IntegrationPoint
@@ -26,9 +26,9 @@ if($module -eq $null){
2626
$result = Read-Variable -Parameters `
2727
@{ Name = "moduleName"; Title="Name of the module"; Root="/sitecore/system/Modules/PowerShell/Script Library" },
2828
@{ Name = "moduleEnabled"; Title="Enable module" },
29-
@{ Name = "pointsToCreate"; Title="Integration points to create"; Options=$options; Editor="checklist"; Tip="Select the integration points for which the Script Libraries should be created."} `
29+
@{ Name = "pointsToCreate"; Title="Integration points to create"; Options=$options; Editor="checklist"; Tip="Select the integration points for which the Script Libraries should be created."; Height="330px"} `
3030
-Description "Pick the settings for the module that you will be creating and the integration points to include in it." `
31-
-Title "Create a new module" -Width 500 -Height 500 -OkButtonName "Proceed" -CancelButtonName "Abort" -ShowHints
31+
-Title "Create a new module" -Width 500 -Height 630 -OkButtonName "Proceed" -CancelButtonName "Abort" -ShowHints
3232

3333
if($result -ne "ok")
3434
{
@@ -63,7 +63,7 @@ foreach($pointToCreate in $pointsToCreate){
6363
----version----
6464
language: en
6565
version: 1
66-
revision: d03a3f14-159e-4abd-9071-c266a779ecdd
66+
revision: 32f01af0-e9d0-46c1-82af-8773d443723b
6767

6868
----field----
6969
field: {25BED78C-4957-4165-998A-CA1B52F67497}
@@ -78,14 +78,14 @@ name: __Revision
7878
key: __revision
7979
content-length: 36
8080

81-
d03a3f14-159e-4abd-9071-c266a779ecdd
81+
32f01af0-e9d0-46c1-82af-8773d443723b
8282
----field----
8383
field: {D9CF14B1-FA16-4BA6-9288-E8A174D4D522}
8484
name: __Updated
8585
key: __updated
8686
content-length: 34
8787

88-
20150210T175834:635591879145273438
88+
20150618T094616:635702175762043282
8989
----field----
9090
field: {BADD9CF9-53E0-4D0C-BCC0-2D784C282F6A}
9191
name: __Updated by

0 commit comments

Comments
 (0)