From 28a4ae3048ea159847d75560492de6d2b048ad9f Mon Sep 17 00:00:00 2001
From: David Caruana
Date: Wed, 3 Mar 2010 12:22:48 +0000
Subject: [PATCH] Update CMIS index page - clean up out-of-date text - allow
for custom types to be specified in TCK form
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@18978 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
---
.../org/alfresco/cmis/index.get.html.ftl | 32 +++++++------------
.../rest/test/CMISTestRunnerWebScript.java | 2 --
2 files changed, 12 insertions(+), 22 deletions(-)
diff --git a/config/alfresco/templates/webscripts/org/alfresco/cmis/index.get.html.ftl b/config/alfresco/templates/webscripts/org/alfresco/cmis/index.get.html.ftl
index 164f90e9aa..c88350c641 100644
--- a/config/alfresco/templates/webscripts/org/alfresco/cmis/index.get.html.ftl
+++ b/config/alfresco/templates/webscripts/org/alfresco/cmis/index.get.html.ftl
@@ -40,14 +40,6 @@
OASIS CMIS (Content Management Interoperability Services) v1.0 has now completed its second Public Review. Preparations are taking place for submitting the specification for approval as an OASIS standard.
This site hosts a CMIS Repository and CMIS AtomPub TCK to assist the development of the specification and promote interoperability between up-and-coming implementations. Feel free to use them for building and testing your own CMIS clients and servers.
Frequent updates are made to both the Repository and TCK as issues are resolved or new capabilities added. Currently, ${cmisSpecTitle} of the CMIS specification is supported.
- Recent updates:
-
- - Added support for Renditions
- - Added support for ACLs
- - Added support for Change Log
- - Full sweep of Query language to ensure spec compliance
-
-
Alfresco CMIS Repository
@@ -92,10 +84,8 @@
You can also browse this repository via the CMIS FileShare browser.
- CMIS AtomPub TCK
+ Apache Chemistry CMIS AtomPub TCK
Point the TCK (Test Compatibility Kit) at your CMIS Repository AtomPub Service Document. Provide credentials (or leave blank, if authentication not required) and adjust options as necessary. Hit the 'Start TCK' button for a test report.
- Tip: Enable the 'Trace Reqs/Responses' option for examples of conversations with a CMIS Repository via AtomPub.
- Note: This TCK is now contributed to Apache Chemistry.
@@ -146,9 +141,6 @@
Restful Binding Reference
Download Repository
Source Code for Repository
- Changes: v1.0 cd04 to cd06
- Changes: v0.7 to v1.0 cd04
- Changes: v0.62 to v0.7
Apache Chemistry
diff --git a/source/java/org/alfresco/repo/cmis/rest/test/CMISTestRunnerWebScript.java b/source/java/org/alfresco/repo/cmis/rest/test/CMISTestRunnerWebScript.java
index 7df5bfde5d..d7c7baf94d 100644
--- a/source/java/org/alfresco/repo/cmis/rest/test/CMISTestRunnerWebScript.java
+++ b/source/java/org/alfresco/repo/cmis/rest/test/CMISTestRunnerWebScript.java
@@ -47,8 +47,6 @@ public class CMISTestRunnerWebScript extends AbstractWebScript
properties.put(TCKRunnerOptions.PROP_VALIDATE, "false");
properties.put(TCKRunnerOptions.PROP_FAIL_ON_VALIDATION_ERROR, "false");
properties.put(TCKRunnerOptions.PROP_TRACE_REQUESTS, "false");
- properties.put(TCKRunnerOptions.PROP_TYPE_DOCUMENT, "D:cmiscustom:document");
- properties.put(TCKRunnerOptions.PROP_TYPE_RELATIONSHIP, "R:cmiscustom:assoc");
// apply form provided values
TCKRunnerOptions options = new TCKRunnerOptions(properties);