• Updated i18n files.
    
    KTS-3770
    "Error on custom error page show incorrect message because it is not removed from the session"
    Implemented.
    
    KTS-3755
    "When navigating the folder after it has been found in a seach (Advanced Search) navigates the user to the Root folder and not the folder itself."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3741
    "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/STABLE/branches/3.5.4-Release-Branch@9445 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3738
    "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/STABLE/branches/3.5.4-Release-Branch@9437 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • Version bump to 3.5.4
    
    KTS-3765
    "Add index on user_id on document_transactions table."
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3627
    "Saving a search with Japanese characters causes IE6/7 to display the saved search as "??" (SUP-967)"
    Fixed. Moved the search query and name out of the url and into the extjs function where the encoding is done for us.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9433 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9429 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3746
    "Document Metadata comparison 'with Current version' is not working."
    Fixed. The base/current version was incorrectly calling the same version as the comparison version.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9427 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3744
    "When having filename as '?\195?\130?\194?\180`&;!.~$()=[]^@-_{}?\195?\130?\194?\176?\195?\130?\194?\186?\195?\130?\194?\169?\195?\130?\194?\186?\195?\130?\194?\170?\195?\162?\194?\153?\194?\170?\195?\130?\194?\191?\195?\162?\194?\140?\194?\144?\195?\130?\194?\172?\195?\130?\194?\189?\195?\130?\194?\188?\195?\130?\194?\190?\195?\130?\194?\177?\195?\130?\194?\161?\195?\162?\194?\153?\194?\130?\195?\130?\194?\163?\195?\130?\194?\165?\195?\162?\194?\130?\194?\167 ?\195?\130?\194?\171?\195?\130?\194?\187#.doc"
    Fixed. Changed sanitize to sanitize_input.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9424 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3748
    "Put magicDatabase config option into config_settings"
    Fixed. Added the new config option.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9422 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3752
    "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/STABLE/branches/3.5.3a-Release-Branch@9419 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3722
    "Web Services Debug value, in config_settings, should be string and not bool"
    Fixed.
    
    KTS-3713
    "Coping a document to a new location with your repository, should the modified date and time stamp be updated?"
    Fixed. Also removed some dead code...
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3730
    "Versioning is different(SUP-995)"
    Fixed. The custom number will increment with the metadata if the updateContentVersion config setting is true.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen 
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9415 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-212
    "The pdf-Adobe icon does not appear in IE (6 & 7)"
    Fixed. The href was missing a closing >
    
    KTC-582
    "UI defect on I.E 7 Windows XP and RedHat Linux"
    Fixed. Increased the bottom padding on the info/error message.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9412 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • Added missing upgrade table entries.
    
    Committed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9407 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3691
    "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
    
    KTS-3741
    "The Property Preview Panel lacks a scroll bar"
    Fixed. Changed overflow css from hidden to auto.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-613
    "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
    
    KTS-3306
    "Search should return folders"
    Implemented.
    
    KTS-3671
    "Support for searching of symbolic links"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3306
    "Search should return folders"
    Implemented.
    
    KTS-3671
    "Support for searching of symbolic links"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3630
    "matching metadata is not translated on results page"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9404 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3728
    "Javascript error when performing a 'Bulk Download' from the Folder actions."
    Fixed. Now checks if the div objects exist before trying to do curvy corners on them.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9395 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-594
    "When a shortcut is made to an XML, RTF, TXT or CSS file there is no indication that it is a shortcut after the process has completed."
    Fixed. Added the folder mime icon and the generic icon. The shortcut css class are now .folder_shortcut not .folder.shortcut - IE gets confused sometimes.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9392 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3622
    "Allocating Roles affects System Performance (OptionTransfer.js)"
    Fixed. The filter now starts at 3 characters.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9388 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3642
    "Problem with dropbox Beta Assigning the return value of new by reference is deprecated"
    Fixed. Added a check on the uploads directory, if it doesn't exist it will be created.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9385 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-606
    "When saving dependencies a space is needed between the time and the day"
    Fixed. Added space
    
    Committed By: Philip Arkcoll
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9382 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3729
    "Document comparison 'with Current version' is not working."
    Fixed. Set the base version as the current document content version.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9380 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3716
    "Document size indication appears incorrect on the 'Browse' tab for a document which has the Right-to-Left characters as its name."
    Fixed. Replaced the spans with divs which separates the link and the right-to-left characters from the mime icon and size so they render within the div and don't affect the mime icon and size.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9378 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-582
    "UI defect on I.E 7 Windows XP and RedHat Linux"
    Fixed. Replaced the <p> tags with div's which render the css correctly. Set the permissions table width to 60% to allow the list to adjust its width properly.
    
    KTS-3344
    "Make provision for very long Firstname and Lastname combinations in the caption bar for KTDMS web interface."
    Fixed. Set the truncate to 40 characters to account for the admin menu on a 1024x768 res.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9376 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-598
    "Text should wrap when the 'Administrator Mode' is expanded."
    Fixed. Added a wrap function for the confirmation messages - IE doesn't render them correctly.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9374 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-608
    "Table Columns go way off the page to the right on Task Scheduler Management Page"
    Fixed. Added a scrollable div, set the width to 750px to display in IE properly.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9372 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3710
    "Hardcoded on-screen text should not show for bulk actions if there is no files or folders to be listed."
    Fixed. The text will only display if there are failed documents or folders.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9370 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3721
    "When attempting to access the tag from the Dashboard Tag Cloud dashlet"
    Fixed. The url needed to be encoded.
    
    KTS-3720
    "When using the following characters as a tag '´`&;!.~$()#=[]^@-_{}°º©ºª♪¿⌐¬½¼¾±¡♂£¥₧ «» the document does not show when the tag is navigated and the system incorrectly reports that 2 additional tags were created for the document."
    Fixed. The tag in redirect url is now encoded and decoded.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9361 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3649
    "Config_setting.sql upgrade bug"
    Fixed. Entered string for all the empty type values.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9357 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3715
    "Return 'Add folder' permissions when getting a folder listing"
    Fixed: added userHasAddFolderPermission function
    
Committed By: Martin Kirsten
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9354 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-607
    "Commercial 3.5.3 Login page says: 'Access to this service is subject to the KnowledgeTreeLive Terms and Conditions of use'"
    Fixed. Replaced the live disclaimer with the commercial one.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9352 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3715
    "Return 'Add folder' permissions when getting a folder listing"
    Fixed: added userHasAddFolderPermission function
    
Committed By: Martin Kirsten
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9350 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3664
    "KTScheduler service has reported an invalid current state 0."
    Fixed. The scheduler now responds with WIN32_SERVICE_RUNNING to the SERVICE_CONTROL_INTERROGATE message.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9345 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3641
    "CLONE -Changing metadata via Edit Metadata (i.e. webbased) leads to an increase of the content version(SUP-1008)"
    Fixed. Added a config setting updateContentVersion, if true then the content version increases with the metadata.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9343 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3597
    "Add the new Property preview plugin to the columns by default during upgrade"
    Fixed. Added the upgrade sql, the preview column should now display next to the download column.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9339 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3649
    "Config_setting.sql upgrade bug"
    Fixed. Entered string for all the empty type values.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9336 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3688
    "Refactor kt_url() and review the cache/serverName.txt implementation"
    Fixed. The serverName is now stored in the DB and only used when $_SERVER['HTTP_HOST'] is empty or set to localhost (the default in dmsDefaults). The dynamicConfigSettings are resolved every time and not cached to prevent localhost being cached as the serverName.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9332 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • WSA-137
    "If document checked-out by current user, allow download"
    Fixed: on checkout, if doc is checked out by current user, then don't attempt to check-out again.
    
    Committed By: Martin Kirsten
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9329 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3695
    "The custom error handler calls curl unnecessarily"
    Fixed. Replace the call to the error handler with a simple redirect to the customerrorpage.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9326 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3699
"Long search expressions are not saved. Saved searches become corrupt because they are truncated."
Fixed.

Committed By: Conrad Vermeulen
Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9324 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3679
    "Metadata IS NOT search returning matches"
    Fixed. Catered for when no values are provided for fields.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9322 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3698
    "The welcome dashlet replaces all occurrences of KnowledgeTree with the APP_Name"
    Fixed. The dashlet and help replacement now scans for #APP_NAME# and replaces that with the APP_Name.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9320 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3696
    "Add a config option to disable the bulk import"
    Fixed. Added the new config option.
    
    KTS-3697
    "Add a config option to disable the database version check on login"
    Fixed. Added the new option.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9317 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3694
    "The webdav dashlet breaks in IE6 when the url is too long"
    Fixed. The url will now wrap to fit in the dashlet.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9316 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »