Download project files

How do I verify a download?


metadata (metadata) release from the trunk series released

Release information
Release notes:

Version 0.50
Changes
- Added "add document with metadata" support.
- Fixed undisplaying "save to knowledgetree" link problem for supported types in MimeTypes.js
- New layout for the upload Dialog.

Known Issues
- Metadata support needs a manually JSON decoded to be added on the server **Note:This is not yet confirmed as a bug.
- Some customized/new added filedset are not supported.

Changelog:

Note:
For version 0.50

Add the JSON decoded code below to the "get_packed_metadata" function in
the "KTAPIDocument.inc.php" file under $PathToKTFOLDER/ktapi/

Ex.
"/opt/ktdms/knowledgeTree/ktapi/KTAPIDocument.inc.php"

or metadata support will not work.

if(!is_array($metadata)){
             $metadata = json_decode($metadata);
}

Example.
###################################################
function get_packed_metadata($metadata=null)
{
        global $default;

        if(!is_array($metadata)){
             $metadata = json_decode($metadata);
        }
.
.
.
}
#####################################################
Thanks to Clayton
http://blog.langex.net/index.cgi/SW/business/KnowledgeTree/metadata-and-the-knowledgetree-api.html

File Description Downloads
download icon net_oa_kt.zip (md5, sig) KTZimlet 0.50 292
last downloaded 41 weeks ago
Total downloads: 292

version1 release from the trunk series released

Release information
Release notes:

Open for beta testing.

File Description Downloads
download icon net_oa_kt.zip (md5, sig) Fix removing attachment extension from title 271
last downloaded 45 weeks ago
Total downloads: 271