Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
  • mime.inc.php
26 Mar, 2006
1 commit
  • Change all references to gettext's _ to _kt ...
    4c496647
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5136 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:40:01 +0000  
    Browse File »

06 Mar, 2006
1 commit
  • Use a simple in-memory cache for getting icon paths from mime type ids. ...
    89c77b66
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5054 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-06 10:51:45 +0000  
    Browse File »

02 Mar, 2006
1 commit
  • Remove another use of mb_* functions. ...
    edaad025
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5045 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-02 10:25:53 +0000  
    Browse File »

28 Feb, 2006
1 commit
  • Add copyright notices to those files that didn't have them. ...
    421655b8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-28 16:53:52 +0000  
    Browse File »

27 Feb, 2006
1 commit
  • fix for KTS-505: improve support and system information. ...
    3fa86d15
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5010 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-02-27 12:06:28 +0000  
    Browse File »

15 Dec, 2005
1 commit
  • Stop using mime_content_type - it's giving incorrect answers on Windows. ...
    f1807814
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4477 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-15 18:46:29 +0000  
    Browse File »

27 Nov, 2005
2 commits
  • Default to application/octet-stream, and use exec instead of system, ...
    80916115
    since it was outputting to the browser with system.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4214 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-27 22:33:40 +0000  
    Browse File »
  • Ensure that mime_magic.magicfile exists before trying to use ...
    b9122b24
    mime_content_type, as it fails with a fatal error (at least on my
    system) if this isn't set correctly (which it isn't by default on my
    system).
    
    Abuse '/usr/bin/file' if it is available.  If it gives us something that
    looks like a mime type, use it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4213 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-27 22:15:08 +0000  
    Browse File »

19 Nov, 2005
1 commit
  • Look for the _last_ dot, not the first dot, to find the file extension. ...
    3f937237
    SF Tracker:	1333366
    Submitted by:	Stefano Ciancio (sciancio)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4063 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-19 21:23:40 +0000  
    Browse File »

15 Sep, 2005
1 commit
  • Give the MIME functions from PhysicalDocumentManager a temporary home. ...
    66c0db18
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3591 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 09:55:53 +0000  
    Browse File »