-
WSA-72 "Add missing fields to document detail structure in web services" Updated. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-2730 "When adding a document, the document util's add function dies on encountering an unlink" Updated. Committed By: Conrad Vermeulen Reviewed By: Megan Watson WSA-49 "Add missing fields to search structure in web services" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie WSA-78 "download manager does not construct a full url for the webservice download" Fixed. Committed By: Conrad Vermeulen Reviewed By: Martin Kirsten KTS-2734 "sanitize to html removes information from data stored in the database. It was discovered that slashes were removed" Updated. Committed By: Conrad Vermeulen Reviewed By: Philip Arckoll KTS-2735 "Metadata values should not be sanitized until display on whichever interface." Updated. Committed By: Conrad Vermeulen Reviewed By: Philip Arckoll WSA-76 "Update unit tests for document detail in web service" Updated. Added missing fields. WSA-79 "cater for custom_document_no and oem_document_id in webservices" Updated. Added placeholders for future use. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7766 c91229c3-7414-0410-bfa2-8a42b809f60b
-
BBS-1036 "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 BBS-1036 "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 KTS-2302 "Download column missing border in IE" Fixed. Added   as per patch. Thanks Kenny! Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen KTS-2323 "DB Constraint Error when adding a duplicate user from an authentication source." Fixed. Added duplicate user check. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen KTS-2266 "When adding a single user via authenticated source, you need to fill in the username manually and this breaks the Mass Import" Fixed. Added check for LDAP vs AD and created username based on 'givenname' if 'uid' is null in LDAP. The Jam 'uid' is always null but we can't assume all LDAP servers will return null for 'uid'. Also added a check for duplicate users when doing mass add of users from Authentication Source. Instead of failing or ignoring the user is created with '_DUPLICATE' appended so an admin can clean up afterwards. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.3-Release-Branch@7129 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-220 "There is no Baobab setting in the config.ini file, when doing a fresh commercial installation of KT server." Fixed. Added BaobabSettings section. Committed By: Kevin Fourie Reviewed By: Isaac Lundall BBS-1036 "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 KTS-2317 "There is a duplicate entry in the knowledgetree.pot file" Fixed. Removed duplicate entries. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen KTS-2268 "When selecting "Action Restriction" for a workflow, the actions are not restricted" Fixed. Removed broken actions check. This will still need to be investigated more but for now it works. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.3-Release-Branch@7111 c91229c3-7414-0410-bfa2-8a42b809f60b
-
WSA-11 "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/STABLE/trunk@7029 c91229c3-7414-0410-bfa2-8a42b809f60b
-
WSA-9 "Disabled document type causes web service timeout" Implemented validation on resolution of document type. Reviewed By: Jalaloedien Abrahams WSA-15 "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/STABLE/trunk@7021 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2129 "Add get_document_type_metadata() to webservice" Fixed. Also added links as KTS-2130. Reviewed By: Kevin Fourie KTS-2129 "Add get_document_type_metadata() to webservice" Fixed. Also added links as KTS-2130. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-2135 "remove debug failure message for move and copy folder commands in webservice" Fixed. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-1349 "Bulk Import problem with áéíóúÑ or other special characters of Spanish language." In Progress. Applied some utf8 encoding changes and busy doing some testing. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6870 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTS-2121" "ldap plugin not validating username correctly" Fixed. Reviewed By: Kevin Fourie WSA-3 "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/STABLE/trunk@6824 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTS-1994" "KT webservice: add_document not working" Fixed. Some types still incorrect. Reviewed By: Kevin Fourie "KTS-2020" "Web Service functions for 'small_document' need to be aliased." Implemented. Reviewed By: Kevin Fourie "KTS-1781" "New Upgrade Utility should be password protected" Fixed. Reviewed By: Kevin Fourie "KTS-1781" "New Upgrade Utility should be password protected" Implemented. Also applied some recommendations to 'back' and 'next' vs previous 'home' and 'continue'. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6699 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTS-1994" "KT webservice: add_document not working" Updated. Added new functions to cater for base64 encoding. Also added missing dependency. Reviewed By: Kevin Fourie "KTS-1994" "KT webservice: add_document not working" Fixed. Checkin must also cleanup.... Reviewed By: Kevin Fourie KTS-2005 "Cannot move or roll up/down dashlets in ie7. " Fixed. Reviewed By: Kevin git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6663 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTS-1973" "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 KTC-104 "Although the user has Checked-out documents they ar not listed in the 'Dashboard' dashlet 'Your Checked-out Documents'" Fixed. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6629 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-95 "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/STABLE/trunk@6607 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1979 "General Metadata search outputs an db error. " Fixed. Reviewed By: Conrad KTS-1920 "Update the About page" Partial fixes done. To be continued... Reviewed By: Jalaloedien KTC-7 "On document upload, KnowledgeTree server creates .tmp files in the Windows directory" Fixed. Temp file is now removed correctly. Reviewed By: Conrad KTS-1935 "Invalid discussion thread id produces fatal error revealing system path." Fixed. Thanks Kenny Horan! Reviewed By: Conrad KTS-1944 "Found an error in KnowledgeTree Admin section, an explanation is worded incorrectly - Note that its not possible to set a group without a unit as as having unit administration privileges." Fixed. Committed By: Kevin Reviewed By: Conrad KTC-81 ""Your Checked-out Document" a request to have this dashlet permanently on the dashboard, even if there is currently no checked-out document" Added a config.ini section called "dashboard" with this item. Default is to always show now. Committed By: Kevin Reviewed By: Conrad KTS-679 "review default dataset shipped with KT" Updated data.sql. Committed By: Kevin Reviewed By: Conrad "KTS-1973" "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/STABLE/trunk@6604 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"INSERT INTO uploaded_files... Unknown column 'related_uploadid' in 'field list'" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6559 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"INSERT INTO uploaded_files... Unknown column 'related_uploadid' in 'field list'" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6558 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. 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@6474 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@6473 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" Added. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6465 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