• 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 »
  • KTS-3693
    "Password reset"
    Fixed. Migrated the plugin from KTLive.
    
    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@9314 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3692
    "Add triggers to the logout process"
    Fixed. Triggers on logout are now checked.
    
    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@9312 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3676
    "CLONE -In the transaction history of a document - the contect version field is incorrect when versioning reaches .10 (SUP-1052)"?\226?\128?\168
    Updated. Added to upgrades table.
    
    KTS-1397
    "Extending subscription to subfolders"
    Updated. Added to upgrades table.
    
    Committed by: Kevin Fourie
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9302 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3679
    "Metadata IS NOT search returning matches"
    Fixed. The 'not' was not being evaluated.
    
    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@9299 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3690
    "Document Version History shows a fatal error"
    Fixed. The download action is now a documentaction not documentinfo.
    
    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@9297 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3676
    "CLONE -In the transaction history of a document - the contect version field is incorrect when versioning reaches .10 (SUP-1052)"
Fixed. Changed the version field from a float to a varchar to allow for 0.10 versions.
    
    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@9295 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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 Code »
  • KTS-3645
    "A postscript file not indexed."
    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@9290 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-597
    "User unable to export shortcuts to a folder"
    Fixed. Refactored the permissions to check the document permissions and not the document shortcut permissions.
    
    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@9288 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3687
    "Indexer dashlet may take considerable time to show stats on a large repository"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Waston
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9281 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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 Code »
  • 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 Code »
  • KTS-3681
    "Add custom Footer Disclaimer - no text displays on the page"
    Fixed. Added the call to the disclaimer and removed the excess tables.
    
    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@9275 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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 Code »

  • KOA-120
    "Session management security"
    Updated. Added to upgrades table.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9266 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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@9263 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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 Code »
  • 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 Code »

  • KTS-3459
    "Make length of document and folder display names configurable."
    Fixed. Added a new config setting to set the length.
    
    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@9254 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3637
    "The forbidden characters can be added to the document title during an edit of the metadata."
    Fixed. Removed the validation for the special 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@9251 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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 Code »
  • KTS-3660
    "Clicking on Document fieldsets causes KT to hang"
    Fixed. The while loop would become infinite if the string was longer than 50 chars and had no spaces.
    
    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@9247 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-257
    "Characters appear wrong on the 'Dashboard' in the Tag Cloud dashlet when the the latter part of the test character string is entered into the field."
    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@9245 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3639
    "Workflows currently do not contain an action that restricts downloading of a document."
    Fixed. Changed the download action type from documentinfo to documentaction.
    
    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@9243 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3657
    "The automatic workflow by document type doesn?\195?\130?\194?\180t work"
    Fixed. The sql was incorrect.
    
    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@9241 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTC-598
    "Text should wrap when the 'Administrator Mode' is expanded."
    Fixed. Reformatted the html.
    
    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@9239 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3674
    "Uno module required for pdf generation"
    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@9237 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »

  • KTS-3672
    "Add workflow transition comment to worklow viewlet"
    Fixed. Added transition comment to workflow viewlet
    
    Committed By: Philip Arkcoll
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9225 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • KTS-3672
    "Add workflow transition comment to worklow viewlet"
    Fixed. Added transition comment to workflow viewlet
    
    Committed By: Philip Arkcoll
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9223 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »
  • 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 Code »
  • KTC-590
    "An immutable document can be checked out via the bulk checkout option"
    Fixed. Bulk checkout now checks if the document is immutable.
    
    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@9219 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse Code »