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

Commit

Permalink
updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gsager committed Jan 5, 2016
1 parent c5c8fe2 commit 081822c
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 8 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ This will install the two main programs, dxdashboard (for the dashboard UI) and

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.

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.
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

# Upgrade
Expand Down Expand Up @@ -139,9 +140,17 @@ The supported WCM types are:
- Text Component
- Rich Text Component
- Presentation Template
- File Component (with trial option enabled)

Other Component types, Authoring Templates, and Content Items are not supported.
- File Component
- Content Template(Authoring Template) (with trial option enabled)
- Date Component (with trial option enabled)
- Reference Component (with trial option enabled)
- Jsp Component (with trial option enabled)
- Link Component (with trial option enabled)
- Numeric Component (with trial option enabled)
- Custom Workflow Action (with trial option enabled)
- Workflow Stage (with trial option enabled)

Other Component types and Content Items are not supported.

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:
```
Expand Down
Binary file modified dashboard.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions digexp-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "digexp-dashboard",
"description": "Web Developer Dashboard for IBM Digital Experience",
"version": "0.1.3",
"version": "0.1.4",
"main": "dashboard_index.html",
"bin": {
"dxdashboard": "bin/dxdashboard"
Expand All @@ -11,7 +11,7 @@
"toolbar": false,
"frame": true,
"position": "center",
"title": "Web Developer Dashboard for IBM Digital Experience v0.1.3",
"title": "Web Developer Dashboard for IBM Digital Experience v0.1.4",
"width": 990,
"height": 729,
"min_width": 960,
Expand Down
2 changes: 1 addition & 1 deletion digexp-wcm-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digexp-wcm-design",
"version": "0.1.3",
"version": "0.1.4",
"description": "WCM Designs",
"main": "wcmHelper",
"bin": {
Expand Down
30 changes: 30 additions & 0 deletions digexp-wcm-design/test/libraries/Design Library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"id": "wcmrest:71cff676-2c3f-40b1-8a74-230ed335da67",
"title": "Design Library",
"summary": null,
"type": "Library",
"updated": "Fri, 23 Oct 2015 14:58:05.097Z",
"link": [
{
"rel": "edit",
"href": "/wps/mycontenthandler/!ut/p/digest!EGpQWGCZ6eqbjoTMX18Tng/wcmrest/Library/71cff676-2c3f-40b1-8a74-230ed335da67",
"lang": "en",
"label": "Edit"
},
{
"rel": "alternate",
"href": "/wps/mycontenthandler/!ut/p/digest!EGpQWGCZ6eqbjoTMX18Tng/wcmrest/Library/71cff676-2c3f-40b1-8a74-230ed335da67",
"lang": "en",
"label": "Read"
},
{
"rel": "library",
"href": "/wps/mycontenthandler/!ut/p/digest!EGpQWGCZ6eqbjoTMX18Tng/wcmrest/Library/71cff676-2c3f-40b1-8a74-230ed335da67",
"lang": "en",
"label": "Library"
}
],
"nm": "Design_Library",
"$$hashKey": "object:84",
"datePulled": "Tue Jan 05 2016 14:10:02 GMT-0500 (Eastern Standard Time)"
}
1 change: 0 additions & 1 deletion digexp-wcm-design/wcmHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ function isTrialComponent(type){
type == wcmRequests.wcmTypes.jspComponent ||
type == wcmRequests.wcmTypes.linkComponent ||
type == wcmRequests.wcmTypes.numericComponent ||
type == wcmRequests.wcmTypes.numericComponent ||
type == wcmRequests.wcmTypes.customWorkflowAction ||
type == wcmRequests.wcmTypes.workflowStage ||
type == wcmRequests.wcmTypes.dateComponent );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digexp-toolkit",
"version": "0.1.2",
"version": "0.1.4",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-compress": "latest",
Expand Down
Binary file modified release/digexp-toolkit.zip
Binary file not shown.
Binary file modified wcm-design.tar.gz
Binary file not shown.

0 comments on commit 081822c

Please sign in to comment.