• "possibility to delete a document version"
    Added a new transaction type for deleting a version of a document. The physical document is deleted but the DB record remains.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7270 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "The search algorithm needs some work"
    Implemented. Index is cleared out when document is expunged.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7187 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "KTOnDiskHashedStorageManager copies documents rather than moving documents. This implies high I/O on large files."
    Updated. The copy functions are replaced with move equivalents. 
    
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7093 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "Cannot open document while using Internet Explorer"
    Fixed. Removed cache control from ondiskhashedstoragemanager.inc.php
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Kevin Fourie
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7041 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • "RSS feed appears wrong when launched from the 'Actions on this folder' when the folder has the internationalisation string as its name or the name of any of its subfolders."
    Fixed. added html encoding to title and removed sanitize from template...
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7028 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • KTS-2147
    "Cannot download or checkout files using Internet Explorer (IE)"
    Fixed.
    // HTTP/1.0
    header("Pragma: no-cache");
    This breaks IE7 in SSL mode. A bit of searching shows it's recommended to not send this header.
    We do cache control with HTTP/1.1 headers anyway.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    KTS-2110
    "When not having a PDF reader or similar installed the 'Generate PDF' functionality converts the file to a php format."
    Fixed.
    
    Committed By: Kevin
    Reviewed By: Conrad
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6886 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "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
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6856 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "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@6609 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »
  • "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
    Kevin Fourie authored
     
    Browse Dir »

  • "CLONE -KnowledgeTree alters document filenames if filename includes space character or if "Open" is chosen during checkout (SUP-179). "
    Fixed.
    
    Reviewed By: Kevin
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6466 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien Abrahams authored
     
    Browse Dir »

  • "Update copyright into to 2007"
    Done.
    
    Reviewed By: Conrad
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6203 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »
  • "Replace ktdms.com with the new knowledgetree.com domain name"
    Done.
    
    Reviewed By: Conrad
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6201 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »

  • "Problem downloading files with accented characters"
    Fixed. Filename is now urlencoded.
    
    Reviewed By: Jalaloedien
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6197 c91229c3-7414-0410-bfa2-8a42b809f60b
    Kevin Fourie authored
     
    Browse Dir »


















  • Brad Shuttleworth 2006-02-15 documentutil::checkout was broken by me.
        Brad Shuttleworth 2006-02-15 fix for KTS-XXX: IE blows up on manage cond...
        Brad Shuttleworth 2006-02-15 folder and document copy.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4928 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
     
    Browse Dir »