• - improve titles for folder and document actions
    - improve permission-denied pages
    - add a "download" column to the browse view
    - improve mime-type handling
    - improve last-modified handling across versions
    - make the comparison view highlight differences
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4868 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
     
    Browse File »

  • allowing for a redirect to a given URL.  kt_cancel is expected to be an
    associative array with a single key/value pair.  The redirected URL is
    the key.
    
    For example:
    
    <input type="submit" name="kt_cancel[/foo/bar]" value="Cancel" />
    
    This will redirect to /foo/bar directly, without going to the dispatcher
    named in the action request variable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4714 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
     
    Browse File »



















  • dispatcher can be configured to always use transactions, or you can
    start a transaction.  Either way, rollback occurs when errorPage or
    errorRedirectTo is used, and committing happens in standard case and in
    successRedirectTo.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3692 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
     
    Browse File »