• 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 Dir »

  • 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 Dir »

  • 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 Dir »

  • 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 Dir »

  • 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 Dir »

  • 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 Dir »
  • 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 Dir »

  • KTS-1397
    "Extending subscription to subfolders"
    Fixed. Added a DB column to indicate that subfolders should be included. Refactored the way subscribing worked to use ajax.
    
    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@9292 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3686
    "kt_url() is overwritten regularly and the cached server name also has newlines when edited in some editors"
    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@9279 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTC-417
    "A license file (once uploaded) is seen as a binary file"
    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@9277 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KOA-120
    "Session management security"
    Updated. Fixed broken SQL. Removed reference to 'ws' with 'webapp' to be consistent with default sql value on sessions table.
    
    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@9273 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KOA-120
    "Session management security"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9261 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3234
    "CLONE -When a document starts of as e.g. a .doc file, but the next version is a pdf file, then it remains to be seen as a Word document in some respects(SUP-675)"
    Fixed. The mime type is only changed if the filename changes and is derived from the new filename.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    Plus various updates that did not make the last commit.
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9259 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3234
    "CLONE -When a document starts of as e.g. a .doc file, but the next version is a pdf file, then it remains to be seen as a Word document in some respects(SUP-675)"
    Fixed. The mime type of the previous version was being used.
    
    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@9249 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3661
    "Error on downloading via SSL in IE"
    Fixed. Created a new KTUtil function to generate the correct headers for downloading files.
    
    KTC-147
    "Error when opening a newly generated PDF document directly after it has been created."
    Fixed. Used the new KTUtil function to get the correct headers for the PDF.
    
    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@9222 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3618
    "Every time the plugins are reread all entries in the admin section are duplicated - one added everytime for every reread action."
    Fixed. Plugins should only install when a KTEntityNoObjects is returned.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9175 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3604
    "Upgrade failed from 3.5.2c to 3.5.3."
    Fixed. Added auto increment for mediumint id's
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9152 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3604
    "Upgrade failed from 3.5.2c to 3.5.3."
    Fixed. Auto increment function now ensures there is no 0 id.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermuelen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9136 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3602
    "Tag Cloud creates 2 fieldset entries"
    Fixed. Added logging. Return a pear error if the check on the existing fieldset fails.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9132 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3596
    "Remove old search plugins when upgrading from 3.4.6 to 3.5.3"
    Fixed. Corrected rmdir() non-recursive issue.
    
    Committed by: Kevin Fourie
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9123 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3596
    "Remove old search plugins when upgrading from 3.4.6 to 3.5.3"
    Fixed. Corrected rmdir() non-recursive issue.
    
    Committed by: Kevin Fourie
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9120 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3596
    "Remove old search plugins when upgrading from 3.4.6 to 3.5.3"
    Fixed. Corrected rmdir() non-recursive issue.
    
    Committed by: Kevin Fourie
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9110 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3596
    "Remove old search plugins when upgrading from 3.4.6 to 3.5.3"
    Fixed. Corrected return nonsense.
    
    Committed by: Kevin Fourie
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9095 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3596
    "Remove old search plugins when upgrading from 3.4.6 to 3.5.3"
    Fixed. Added removal during upgrade.
    
    Committed by: Kevin Fourie
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9092 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3592
    "Upgrade failed from 346 to 353."
    Fixed. A function now runs before the upgrades to add auto_increment to the existing tables.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9084 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3594
    "xls2csv is not resolving in the stack. there is a typo refering to xls2cvs"
    Fixed. xls2csv should now be resolved correctly.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9077 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3588
    "Remove Admin Version Notifier plugin"
    Updated. Fixed typo.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9069 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3588
    "Remove Admin Version Notifier plugin"
    Updated. Upgrades now remove it too.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9066 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3513
    "Problems with "&" in a filename"
    Fixed. The filename was being put through htmlspecialchars() for IE.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9012 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3522
    "documents permission"
    Fixed. The documents in the direct folder weren't being updated only the subfolders and their contained documents.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@9010 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3556
"The auto increment DB script must run first on upgrading"
Fixed. Set a priority property on the script pushing it to the top of the upgrades list.

Committed by: Megan Watson
Reviewed by: Conrad Vermeulen

    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8996 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3372
    "Add prominent Upload and Download buttons to the web interface"
    Fixed. Added checkin / download document action buttons and upload document folder action.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8965 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3549
    "Failure on documentRoot creation"
    Fixed. Added recursive flag.
    
    Committed By: Kevin Fourie
    Reviewed By: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8953 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3410
    "Upgrade does not work when upgrading to 3.5.3 with new DB config setup."
    Fixed. Added upgrade function to copy config values from config.ini to the database table.
    
    KTS-3405
    "Auto group creation option has been removed from the config.ini file"
    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/trunk@8932 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3376
    "The "recent search list" that shows up in the search portlet is sharing everyone's recent searches"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8924 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3452
    "KnowledgeTree throwing fatal error when unable to connect to MySQL"
    Fixed. Now shows standard error page.
    
    Committed By: Donald Jackson
    Reviewed By: Kevin Fourie
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8912 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTC-529
    "Conflicting messages when attempting to cancel the checkout for a document via the KnowledgeTree web interface."
    Fixed. Added in the cancel_url.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8894 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »
  • KTS-3103
    "addDocument error when using KTOnDiskPathStorageManager: uploadTmpFile function does not exist"
    Fixed. Added the uploadTmpFile function.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8892 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3516
    "Deleted user that has been added via the Authenticated Source can be logged in after deletion."
    Fixed. Added a check to see if the user has been deleted before doing the auto-signup. Added a config option to disable the auto signup.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8868 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »

  • KTS-3506
    "CLONE -Problems with localization (SUP-933)"
    Fixed. The i18nDetails array is now being populated.
    
    KTS-3367
    "A certain part of translations does not appear correctly."
    Fixed. The text from the plugin_helper table is now translated at load time.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8839 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Dir »