• "Hashed Storage Engine should attempt copy if move fails"
    Fixed.
    
    Committed By: conrad Vermeulen
    Reviewed By: Philip Arkoll
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8367 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse Dir »


  • "More detailed errors need to be returned when a failure occurs when adding a document."
    
    Fixed. Added more detailed error messages.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7771 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse Dir »

  • "Files that are uploaded with the 'Import from Server Location' is MOVED instead of COPIED to the DMS."
    Fixed. Added a flag to aOptions to copy a file when uploading to the DMS instead of moving it.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7756 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Dir »

  • "Refactor adding a document to use the storage manager"
    Fixed. Removed all references to KTFSFileLike. Added a function to the storagemanager for uploading a temp file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7731 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse Dir »

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

  • "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_w 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
    conradverm 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
    conradverm 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 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 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
    conradverm 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 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 »















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