Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 081822c

Browse files
committed
updates for release
1 parent c5c8fe2 commit 081822c

9 files changed

Lines changed: 46 additions & 8 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This will install the two main programs, dxdashboard (for the dashboard UI) and
3636

3737
If you are behind a proxy server, the nw package used by the Dashboard requires setting the http_proxy environment variable prior to running install. See this page for more information: https://www.npmjs.com/package/nw.
3838

39+
If you want to use the dashboard to handle Script Portlets you will need to install the following if not you do not need this installed to have the dahboard work for themes and designs.
3940
For the Script Portlet "Push" support, you will need to have the Script Portlet command line client support installed and configured, and you will need to have the "sp" command on your system path. See this documentation for more on installing the Script Portlet command line client: http://www-01.ibm.com/support/knowledgecenter/SSHRKX_8.5.0/script/script-portlet/cmd_line_push.dita
4041

4142
# Upgrade
@@ -139,9 +140,17 @@ The supported WCM types are:
139140
- Text Component
140141
- Rich Text Component
141142
- Presentation Template
142-
- File Component (with trial option enabled)
143-
144-
Other Component types, Authoring Templates, and Content Items are not supported.
143+
- File Component
144+
- Content Template(Authoring Template) (with trial option enabled)
145+
- Date Component (with trial option enabled)
146+
- Reference Component (with trial option enabled)
147+
- Jsp Component (with trial option enabled)
148+
- Link Component (with trial option enabled)
149+
- Numeric Component (with trial option enabled)
150+
- Custom Workflow Action (with trial option enabled)
151+
- Workflow Stage (with trial option enabled)
152+
153+
Other Component types and Content Items are not supported.
145154

146155
There are some options that can be set to control some of the behavior when downloading from WCM. To do this, open the ".settings" file in the folder for a library and add an "options" object. There are some options that you can set as shown here:
147156
```

dashboard.tar.gz

-21 Bytes
Binary file not shown.

digexp-dashboard/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "digexp-dashboard",
33
"description": "Web Developer Dashboard for IBM Digital Experience",
4-
"version": "0.1.3",
4+
"version": "0.1.4",
55
"main": "dashboard_index.html",
66
"bin": {
77
"dxdashboard": "bin/dxdashboard"
@@ -11,7 +11,7 @@
1111
"toolbar": false,
1212
"frame": true,
1313
"position": "center",
14-
"title": "Web Developer Dashboard for IBM Digital Experience v0.1.3",
14+
"title": "Web Developer Dashboard for IBM Digital Experience v0.1.4",
1515
"width": 990,
1616
"height": 729,
1717
"min_width": 960,

digexp-wcm-design/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digexp-wcm-design",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "WCM Designs",
55
"main": "wcmHelper",
66
"bin": {
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"id": "wcmrest:71cff676-2c3f-40b1-8a74-230ed335da67",
3+
"title": "Design Library",
4+
"summary": null,
5+
"type": "Library",
6+
"updated": "Fri, 23 Oct 2015 14:58:05.097Z",
7+
"link": [
8+
{
9+
"rel": "edit",
10+
"href": "/wps/mycontenthandler/!ut/p/digest!EGpQWGCZ6eqbjoTMX18Tng/wcmrest/Library/71cff676-2c3f-40b1-8a74-230ed335da67",
11+
"lang": "en",
12+
"label": "Edit"
13+
},
14+
{
15+
"rel": "alternate",
16+
"href": "/wps/mycontenthandler/!ut/p/digest!EGpQWGCZ6eqbjoTMX18Tng/wcmrest/Library/71cff676-2c3f-40b1-8a74-230ed335da67",
17+
"lang": "en",
18+
"label": "Read"
19+
},
20+
{
21+
"rel": "library",
22+
"href": "/wps/mycontenthandler/!ut/p/digest!EGpQWGCZ6eqbjoTMX18Tng/wcmrest/Library/71cff676-2c3f-40b1-8a74-230ed335da67",
23+
"lang": "en",
24+
"label": "Library"
25+
}
26+
],
27+
"nm": "Design_Library",
28+
"$$hashKey": "object:84",
29+
"datePulled": "Tue Jan 05 2016 14:10:02 GMT-0500 (Eastern Standard Time)"
30+
}

digexp-wcm-design/wcmHelper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ function isTrialComponent(type){
545545
type == wcmRequests.wcmTypes.jspComponent ||
546546
type == wcmRequests.wcmTypes.linkComponent ||
547547
type == wcmRequests.wcmTypes.numericComponent ||
548-
type == wcmRequests.wcmTypes.numericComponent ||
549548
type == wcmRequests.wcmTypes.customWorkflowAction ||
550549
type == wcmRequests.wcmTypes.workflowStage ||
551550
type == wcmRequests.wcmTypes.dateComponent );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digexp-toolkit",
3-
"version": "0.1.2",
3+
"version": "0.1.4",
44
"devDependencies": {
55
"grunt": "latest",
66
"grunt-contrib-compress": "latest",

release/digexp-toolkit.zip

117 Bytes
Binary file not shown.

wcm-design.tar.gz

-12 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)