-
"Remove php5 specific modifiers on functions so that web services works on both 3.4.x and 3.5.x" Updated. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7689 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"add add_document_with_metadata and checkin_document_with_metadata to webservice" Added. WSA-64 "Refactor the nunit tests a little" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7685 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"All functions working with documents should return document_detail structure. This allows for less chipy based communication" Fixed. WSA-57 "Checkout functions should return document detail" Fixed. WSA-58 covers this too. WSA-59 "Log incoming SOAP requests and outgoing responses based on the debug level" Fixed. WSA-55 "Allow users to be able to update the 'creator', 'created date', and other system fields via the KTAPI and web services" Updated. update_document_metadata allows for parameters to be passed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7658 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"On the 3.4.2 Version of KTTools, reason is mandatory field for each action, i would like to desactivate this." Added new client policies for reasons. Committed By: Isaac Lundall Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7589 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update OSS to GPLv3" Updated. More header updates. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7481 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update OSS to GPLv3" Updated COPYING file and inline headers. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7478 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The search algorithm needs some work" Updated. webservice search structures Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7408 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Migration to PHP 5.2 seemed to have a problem with HTTP_RAW_POST_DATA variable not being set in some environments for some reason." Fixed. Removed reference to global HTTP_RAW_POST_DATA . Committed By: Conrad Vermeulen Reviewed By: Isaac Lundal git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7290 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Migration to PHP 5.2 seemed to have a problem with HTTP_RAW_POST_DATA variable not being set in some environments for some reason." Fixed. Committed By: Conrad Vermeulen Reviewed By: Isaac Lundal git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7275 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"get_document_detail_by_name fails with user that doesn't have permission to root folder" Fixed. removed requirement of getting the root folder first. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7162 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"improved debug logging in webservice layer" Implemented. Added debug() method. WSA-39 "implement search via webservice" Implemented. WSA-40 "There is a typo in the structures for workflow transition." Fixed. structures were named incorrectly. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7143 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"get_document_version_history has a type conversion problem." Fixed. Changed type to be string and also checked that user exists. WSA-33 "get_document_links has a type check problem" Updated. Have added return SOAP_Value(). Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7123 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Option to turn off request for metadata on document upload" Tweeked the delivery of the config options. Committed By: Isaac Lundall Reviewed By: Martin Kirsten git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7113 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Option to turn off request for metadata on document upload" Changed the architecture of the mechanism to retrieve settings from the server. Committed By: Isaac Lundall Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7112 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Option to turn off request for metadata on document upload" Added a function to the web services API to retrieve KTtools configuration from the server. Committed By: Isaac Lundall Reviewed By: Martin Kirsten git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7106 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Erorr when calling checkin_base64_document - Cannot assign object of type kt_document_detail to an object of type kt_response" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7097 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTAPI and Webservice should use correct php open tags" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7095 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"get_document_metadata() breaks when document_type has no fieldssets" Fixed. The SOAP encoding did not like null arrays, so an empty array had to be used. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7022 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"File Corruption when using Base64 and VB.NET" Fixed. Files should have been written as binary and not as text. Reviewed By: Martin Kirsten git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7019 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"remove debug failure message for move and copy folder commands in webservice" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6858 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add get_document_type_metadata() to webservice" Fixed. Also added links as KTS-2130. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6853 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Error occurs in >>ktws_eg_folder_listing.php<<" Fixed. Rewrote get_listing() to accomodate anonymous. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6823 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Web Service functions for 'small_document' need to be aliased." Implemented. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6695 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KT webservice: add_document not working" Updated. Added new functions to cater for base64 encoding. Also added missing dependency. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6660 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Webservice error when calling get_folder_contents fom VB.NET" Fixed. Types for metadata and history info has been catered for. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6627 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update License Headers" Updated and added some missing headers. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6606 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Webservice error when calling get_folder_contents fom VB.NET" Fixed. Patched the return types of all the functions. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6602 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"SOAP Webservice Implementation" Updated. Fixed php documentor @static Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6503 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"SOAP Webservice Implementation" Updated. Updated namespace and fixed typo. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6491 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"SOAP Webservice Implementation" Updated. Initial modifications to cater for passing by reference under PHP4. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6475 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"SOAP Webservice Implementation" Updated. Fixed metadata to be more or less working. Still need to work on metadata tree... Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6471 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"SOAP Webservice Implementation" Implemented. Must still retest metadata and dependency on config.ini. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6459 c91229c3-7414-0410-bfa2-8a42b809f60b