• "Grammatical issue in text on checkin button"
    Fixed. Changed from "Check Document in" to "Checkin Document" 
    
    Committed By: Philip Arkcoll
    Reviewed By:
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9769 c91229c3-7414-0410-bfa2-8a42b809f60b
    Philip Arkcoll authored
     
    Browse Dir »









  • "Create 3rd party dependencies administration page"
    Fixed. Corrected the name of the template.
    
    Committed by: Megan Watson
    Reviewed by: Tohir Solomons
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9604 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Create 3rd party dependencies administration page"
    Implemented. 3rd Party Dependencies can be checked in runtime via DMS Administration
    
    KTS-3898
    "Drop Indexer diagnostics dashlet"
    Implemented. Dashlet removed, admin page added
    
    KTS-3899
    "Create Indexer diagnostics administration page"
    Implemented. Indexer statisics can be checked in runtime via DMS Administration
    
    KTS-3896
    "Drop 3rd party dependencies dashlet"
    Implemented. Dashlet removed, admin page added
    
    Reviewed by: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9596 c91229c3-7414-0410-bfa2-8a42b809f60b
    Tohir Solomons authored
     
    Browse Dir »

  • "Refactor DropDocuments Plugin"
    Fixed. Added error catching, root session is only used when creating the folders.
    
    Committed by: Megan Watson
    Reviewed by: Tohir Solomons
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9595 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Breadcrumb of "Manage External RSS Feeds" page is not translatable"
    Fixed. Removed the domain from _kt() so the plugin would use the default knowledgetree domain.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9577 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "the tail of cut filename is garbled"
    Fixed. Replaced truncate with mb_truncate. Closed <nobr> tags.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9575 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Attempting to move a folder from the Search results to Root fails."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9483 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "When cancelling / returning from a bulk action in the tag cloud search the user is taken to the browse page"
    Fixed. Changed the return action to contain the full link. Added a default in getReturnUrl() in bulk action to use the full url.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9469 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "Although 'Action Restrictions' for 'Archive' is set the user can still 'Archive' the document via the bulk actions when in folder view."
    Fixed. Added a check for workflow before doing the archive.
    
    KTS-3758
    "When attempting to Archive a folder that contains no documents the Status is given as being 'Non-numeric identifier'"
    Fixed. Added a check around explode($sDocuments) to create an empty array if $sDocuments is empty otherwise it creates an array containing an empty array which is not seen as empty.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9468 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "When cancelling any of the Bulk Actions in process the user is returned to the Root folder view and not to the Search where the action originated."
    Fixed. Set the cancel action to the return action.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9454 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "The Property Preview Panel lacks a scroll bar"
    Fixed. Moved the overflow to the panel window instead of the content div.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9441 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "Although 'Action Restrictions' for 'Delete' and 'Download' are set the user can still Delete and Download the document via the bulk actions when in folder view."
    Fixed. Added a check on the workflow.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9439 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "Option for 'PDF Generator' available in Edit mode for the 'Action Restrictions' of a Workflow but cannot be seen when the edit of the 'Action Restrictions' is saved"
    Fixed. The edit was using getName() if displayName() returned empty. Fixed displayName() to return the name if the document object is null but python is installed.
    
    KTS-3737
    "Although the Action Restrictions of a Workflow state prohibit 'PDF Generator' the 'Generate PDF' action can still be seen in the Document Actions of the document."
    Fixed. Removed the getName() function that was overriding the default function which returns the namespace.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9435 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "CLONE -Authentication problem: (many) users can login without a correct password (SUP-1086)"
    Fixed. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: megan watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9416 c91229c3-7414-0410-bfa2-8a42b809f60b
    Conrad Vermeulen authored
     
    Browse Dir »

  • "The pdf-Adobe icon does not appear in IE (6 & 7)"
    Fixed. The href was missing a closing >
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9408 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »

  • "Error occur when creating a link to a new RSS feed"
    Fixed. Removed the javascript for the tinymce editor which isn't used.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9398 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "The Property Preview Panel lacks a scroll bar"
    Fixed. Changed overflow css from hidden to auto.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9397 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »
  • "CLONE -Is there a way to prevent from checking in the wrong file?(SUP-1064)"
    Fixed. Added a config option to hide the checkbox for "Force Original Filename".
    
    KTS-3736
    "User should be made aware that setting the field limit for document filenames and titles beyond 255 is futile as only 255 characters are allowed in the fields in the DB."
    Fixed. Added a better description of the config option.
    
    KTC-592
    "Better default tooltip needed on mouse over than 'ACME Corporation'."
    Fixed. Added a better tooltip as the default value for the config option.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Megan Watson authored
     
    Browse Dir »