CHANGELOG.txt |
CHANGELOG.txt |
|
7.x-2.0 (dev)
Removed PHP CMIS Library, it should now be loaded as an external library in the libraries folder, see README.txt for more information
7.x-1.3.5 (dev)
26/7/2013 - Fixed issue preventing latest code from working with cmisatom… |
cmis-browser-popup.tpl.php |
cmis_browser/cmis-browser-popup.tpl.php |
|
|
cmis.api.inc |
cmis.api.inc |
|
CMIS 0.5 client implementation |
cmis.drush.inc |
cmis.drush.inc |
|
drush integration for cmis. |
cmis.info |
cmis.info |
|
name = CMIS
description = CMIS implementation for interacting with a CMIS compliant repository
package = CMIS
core = "7.x"
project = "cmis" |
cmis.install |
cmis.install |
|
Install, update and uninstall functions for the CMIS module. |
cmis.module |
cmis.module |
|
|
cmis_browser.content_autocomplete.inc |
cmis_browser/cmis_browser.content_autocomplete.inc |
|
|
cmis_browser.content_block.inc |
cmis_browser/cmis_browser.content_block.inc |
|
|
cmis_browser.content_create.inc |
cmis_browser/cmis_browser.content_create.inc |
|
|
cmis_browser.content_delete.inc |
cmis_browser/cmis_browser.content_delete.inc |
|
|
cmis_browser.content_get.inc |
cmis_browser/cmis_browser.content_get.inc |
|
|
cmis_browser.content_properties.inc |
cmis_browser/cmis_browser.content_properties.inc |
|
|
cmis_browser.css |
cmis_browser/cmis_browser.css |
|
TABLE.cmis_browser_browse_children li {
list-style: none;
display: inline;
list-style-position: outside;
padding: 0;
}
TABLE.cmis_browser_browse_children li a { display:inline !important; }
TABLE.cmis_browser_browse_children .load_indicator {… |
cmis_browser.css |
cmis_browser/css/cmis_browser.css |
|
TABLE.cmis_browser_browse_children li {
list-style: none;
display: inline;
list-style-position: outside;
padding: 0;
}
TABLE.cmis_browser_browse_children li a { display:inline !important; }
TABLE.cmis_browser_browse_children .load_indicator {… |
cmis_browser.info |
cmis_browser/cmis_browser.info |
|
name = CMIS Browser
description = Allows users to browse the a CMIS repository tree.
package = CMIS
dependencies[] = cmis
core = "7.x"
configure = admin/settings/cmis/browser |
cmis_browser.install |
cmis_browser/cmis_browser.install |
|
|
cmis_browser.module |
cmis_browser/cmis_browser.module |
|
|
cmis_browser.theme.inc |
cmis_browser/cmis_browser.theme.inc |
|
|
cmis_browser.utils.inc |
cmis_browser/cmis_browser.utils.inc |
|
|
cmis_common.info |
cmis_common/cmis_common.info |
|
name = CMIS Common
description = CMIS common client implementation
package = CMIS
core = "7.x"
project = "cmis"
dependencies[] = libraries
configure = admin/settings/cmis/common |
cmis_common.module |
cmis_common/cmis_common.module |
|
|
cmis_common.utils.inc |
cmis_common/cmis_common.utils.inc |
|
|
cmis_dev.info |
cmis_dev/cmis_dev.info |
|
name = CMIS Dev
description = Provides CMIS developer tools
package = CMIS
dependencies[] = cmis
core = "7.x"
project = "cmis" |
cmis_dev.module |
cmis_dev/cmis_dev.module |
|
|
cmis_field.info |
cmis_field/cmis_field.info |
|
name = CMIS Field
description = Drupal Field implementation for attaching CMIS repository content to an entity
package = CMIS
dependencies[] = cmis
dependencies[] = cmis_browser
core = "7.x" |
cmis_field.install |
cmis_field/cmis_field.install |
|
install file for cmis field |
cmis_field.module |
cmis_field/cmis_field.module |
|
|
cmis_headerswing.info |
cmis_headerswing/cmis_headerswing.info |
|
name = CMIS headerswing transport
description = Provides CMIS service. Requires a third party component(ie. HTTPAuth) to populate request headers with authentication details.
package = CMIS
dependencies[] = cmis
dependencies[] = cmis_common
core =… |
cmis_headerswing.module |
cmis_headerswing/cmis_headerswing.module |
|
|
cmis_query.info |
cmis_query/cmis_query.info |
|
name = CMIS Query
description = Allows users to run CMIS queries against a CMIS repository.
package = CMIS
dependencies[] = cmis
dependencies[] = cmis_browser
core = "7.x"
project = "cmis" |
cmis_query.module |
cmis_query/cmis_query.module |
|
Search functions |
cmis_sync.cmis.inc |
cmis_sync/cmis_sync.cmis.inc |
|
|
cmis_sync.drupal.inc |
cmis_sync/cmis_sync.drupal.inc |
|
|
cmis_sync.info |
cmis_sync/cmis_sync.info |
|
name = CMIS Sync
description = Provides synchronization with other CMIS repositories
package = CMIS
dependencies[] = cmis
core = "7.x" |
cmis_sync.install |
cmis_sync/cmis_sync.install |
|
install file for CMIS Sync module |
cmis_sync.module |
cmis_sync/cmis_sync.module |
|
|
README.txt |
README.txt |
|
Content Management Interoperability Services client api
-------------------------------------------------------
CMIS package contains the following modules:
* cmis.module - CMIS client api
* cmis_common.module - CMIS common client library… |
TODO.txt |
TODO.txt |
|
/* TODO - Configuration options */
cmis_sync.drupal.inc - line 268 - Setting format of fields should be done at the field mapping level, not hard coded. |