• 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 &nbsp 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
    kevin_fourie authored
     
    Browse Dir »

  • 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
    kevin_fourie authored
     
    Browse Dir »

  • WSA-22
    "Changing document type or editing metadata does not call edit triggers"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7051 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • WSA-21
    "Starting a session does not store userID in _SESSION"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7050 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • WSA-12
    "Clean up expired sessions in webservice"
    Fixed. It now removes stale sessions.
    
    WSA-10
    "When user max_sessions is reached, attempting to authenticate returns a null session."
    Fixed. The return from _check_session() was not handled correctly for PEAR::Error
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7032 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • WSA-9
    "get_document_metadata() breaks when document_type has no fieldssets"
    Fixed.
    
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7030 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • 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
    kevin_fourie authored
     
    Browse Dir »

  • 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
    kevin_fourie authored
     
    Browse Dir »

  • KTS-2115
    "create unit tests for ktapi"
    Fixed. Added a test for using existing sessions.
    
    Reviewed By: Kevin Fourie
    
    KTS-2115
    "create unit tests for ktapi"
    Fixed. KT_DIR was mistakenly used when it is only part of dmsDefaults.
    
    Reviewed By: Kevin Fourie
    
    KTS-2115
    "create unit tests for ktapi"
    Updated. added licensing.
    
    Reviewed By: Kevin Fourie
    
    KTS-2115
    "create unit tests for ktapi"
    Fixed. Temporarily commented ktapi tests
    
    Reviewed By: Kevin Fourie
    
    KTS-2115
    "create unit tests for ktapi"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6837 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-1715
    "Add DB backup step to upgrade process"
    Fixed. Upgrade not possible if mysql directory not resolvable.
    
    Reviewed By: Kevin Fourie
    
    KTS-2122
    "Cannot restore a backup done in Commercial 3.3.7, commercial 3.4 looks for the back in a different directory"
    Fixed. Can now specify backup/mysqlDirectory to find mysqldump. Also, backups must be located in default or backup/backupDirectory.
    
    Reviewed By: Kevin Fourie
    
    KTS-2115
    "create unit tests for ktapi"
    Fixed. Added a test for using existing sessions.
    
    Reviewed By: Kevin Fourie
    
    KTS-2115
    "create unit tests for ktapi"
    Fixed. Added a test for using existing sessions.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6831 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • "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
    kevin_fourie authored
     
    Browse Dir »
  • "KTS-2113"
    "Split KTAPI into seperate files based on classes"
    Implemented.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2114"
    "kt3template.inc.php did not find the PluginRegistry."
    Fixed. Added require_once statement.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2116"
    "Document object does var_dump() on pear error."
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2117"
    "upgrade simpletest"
    Upgraded.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2118"
    "FolderUtil allows duplicate folders to be added"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2115"
    "create unit tests for ktapi"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2115"
    "create unit tests for ktapi"
    Implemented. Some basic unit tests for the KTAPI have been implemented.
    
    Reviewed By: Kevin Fourie
    
    "KTS-2119"
    "Error message in upload.php: "get_session() should be overloaded!"
    Fixed.
    
    Reviewed By: Kevin Fourie
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6814 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • "KTS-1783"
    "Unable to Expunge documents in OSS 3.0.3a"
    Implemented. This script expunges documents. It should be scheduled.
    
    Reviewed By: Kevin Fourie
    
    "KTS-1783"
    "Unable to Expunge documents in OSS 3.0.3a"
    Implemented. expunge() fixed.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6751 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • "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
    kevin_fourie authored
     
    Browse Dir »

  • "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
    kevin_fourie authored
     
    Browse Dir »

  • "KTS-1973"
    "Webservice error when calling get_folder_contents fom VB.NET"
    Updated. Added typecast to integer for content listing. Removed the 'return true' for procedures.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6611 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • 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
    kevin_fourie authored
     
    Browse Dir »

  • "SOAP Webservice Implementation"
    Updated. Improved response relating to sessions.
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6504 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Dir »
  • "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@6502 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Dir »

  • "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@6478 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Dir »
  • "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@6472 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Dir »

  • "Abstract KnowledgeTree API"
    Implemented. Note that it is implemented for PHP5.
    
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6446 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Dir »