• … action.  I also added the folder checking code from the bulk move action to check into subfolders and prevent these actions when any document in the selected folder tree does not permit them.  Additionally I added this folder checking to the copy function since it made sense that it belongs in all 4 of the delete/move/copy/archive actions to check down into the folder structure before proceeding.
    
    Checked out documents can be deleted or archived by bulk action
    
    Fixed
    
    Committed By: Paul Barrett
    
    Reviewed by: Megan Watson
    Paul Barrett authored
     
    Browse Dir »

  • …tmanagement/documentutil.inc.php.  This only affects the document level.  I am still looking at preventing moving of folders containing immutable documents.
    
    "Immutable documents can still be moved (SUP-1511)"
    
    In Progress
    
    Committed by: Paul Barrett
    
    Reviewed by: Megan Watson
    Paul Barrett authored
     
    Browse Dir »
  • …unction to determine whether a database operation affected any rows.  This is then used in the search2.php code to determine whether the attempt to delete the saved search had any affect.  If the user is admin, PEAR is checked for errors or a generic error is returned if there were no PEAR errors.  If the user is not admin PEAR is checked for errors or a message is returned to say they do not have permission to delete the search if there were no PEAR errors
    
    I can delete a saved search shared by the administrator
    
    Fixed
    
    Committed by: Paul Barrett
    
    Reviewed by: Megan Watson
    Paul Barrett authored
     
    Browse Dir »