• Description:	Rationalised some fot he permissions checks, eg sysadmin and unit admin checks
    to avoid redundant db accesses
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2872 c91229c3-7414-0410-bfa2-8a42b809f60b
    jacquiz authored
     
    Browse Code »
  • Description:		Ensured folder and document objects were being passed around
    instead of the IDs. This avoids redundant object initialisation from the Database. Removed from
    redundant calls to permission checks in more complicated checking methods.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2871 c91229c3-7414-0410-bfa2-8a42b809f60b
    jacquiz authored
     
    Browse Code »
  • Description:		Added a global variable $default->folderHidingFlag that determines whether or not
    to enable folder hiding of folders to which users do not have permission. 
    Behaviour before fix:	All navigation was viewable to the user
    Behaviour after fix:	Now the user is only have to see folders to which they have access
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2870 c91229c3-7414-0410-bfa2-8a42b809f60b
    jacquiz authored
     
    Browse Code »



  • Description:		Changed the login error message to be more accurate/informative.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2865 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
     
    Browse Code »