diff --git a/README.md b/README.md index ea3d74e..58b9e10 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: ``` diff --git a/dashboard.tar.gz b/dashboard.tar.gz index 1cbbcbd..0002241 100644 Binary files a/dashboard.tar.gz and b/dashboard.tar.gz differ diff --git a/digexp-dashboard/package.json b/digexp-dashboard/package.json index f7df597..0ce1c8b 100644 --- a/digexp-dashboard/package.json +++ b/digexp-dashboard/package.json @@ -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" @@ -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, diff --git a/digexp-wcm-design/package.json b/digexp-wcm-design/package.json index e0d5589..15a89bc 100644 --- a/digexp-wcm-design/package.json +++ b/digexp-wcm-design/package.json @@ -1,6 +1,6 @@ { "name": "digexp-wcm-design", - "version": "0.1.3", + "version": "0.1.4", "description": "WCM Designs", "main": "wcmHelper", "bin": { diff --git a/digexp-wcm-design/test/libraries/Design Library.json b/digexp-wcm-design/test/libraries/Design Library.json new file mode 100644 index 0000000..df606b3 --- /dev/null +++ b/digexp-wcm-design/test/libraries/Design Library.json @@ -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)" +} \ No newline at end of file diff --git a/digexp-wcm-design/wcmHelper.js b/digexp-wcm-design/wcmHelper.js index cbbc844..8b14bcc 100644 --- a/digexp-wcm-design/wcmHelper.js +++ b/digexp-wcm-design/wcmHelper.js @@ -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 ); diff --git a/package.json b/package.json index 5f1e0bc..c50fe92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digexp-toolkit", - "version": "0.1.2", + "version": "0.1.4", "devDependencies": { "grunt": "latest", "grunt-contrib-compress": "latest", diff --git a/release/digexp-toolkit.zip b/release/digexp-toolkit.zip index eaba861..0cdc715 100644 Binary files a/release/digexp-toolkit.zip and b/release/digexp-toolkit.zip differ diff --git a/wcm-design.tar.gz b/wcm-design.tar.gz index 72ce8fc..b83b9e5 100644 Binary files a/wcm-design.tar.gz and b/wcm-design.tar.gz differ