• KTS-3682
    "Deleting older versions of a document also delete the current content"
    Fixed. Added a check on the storage path to prevent the current content being deleted.
    
    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@9495 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTC-621
    "Deleting a folder causes the error: PEAR_Error::getSymbolicLinks()"
    Fixed. Moved the loop to get the symbolic links above the code to delete the folder.
    
    KTS-3774
    "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.
    
    KTS-3780
    "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.
    
    KTS-3757
    "After a Bulk action was performed on folders in the Search results pane/view the user is returned to the original view where the folders search is shown in its previous state."
    Fixed. On completing the bulk action the return url calls refresh which repeats the search.
    
    KTS-3759
    "When the user does not select a folder or documenton the search result view and uses any of the Bulk Actions he is returned to the Root fodler view."
    Fixed. It now builds the return url based on the request parameters.
    
    KTS-3764
    "Items in admin section registered more than once."
    Fixed. Added a lock around the plugin registration (reread) to prevent a race condition.
    
    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@9476 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

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

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

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

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

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

  • KTC-575
    "Bulk checkout and export not working on folder shortcuts"
    Fixed. All contained documents are now downloaded and checked out correctly.
    
    Committed by: Aart-Jan Boor
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8783 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-587
    "Link to document between folders"
    Fixed. Added base code for symbolic links / shortcuts.
    
    Committed by: Aart-Jan Boor
    Reviewed by: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8772 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »


  • "Warning on checkin from mime.inc.php on line 146"
    Fixed. Moved the mime type check to the top of the checkin function.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8519 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "MD5 hash is not being updated or stored for documents that are checked in"
    Fixed. Added md5 hash update to documentutil.inc.php
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Jonathan Byrne
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8414 c91229c3-7414-0410-bfa2-8a42b809f60b
    jalaloedien authored
     
    Browse File »


  • "Add MD5 hash to assist with validation of repository storage"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8366 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • KTS-3161
    "Allow the user to change the ordering of the browse columns"
    Fixed. Added the logic to change the order.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-3162
    "Allow the user to change the ordering of the fields in a fieldset"
    Fixed. Added columns and logic for ordering the fields
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-3231
    "No email sent when you are subscribed to a folder or a document."
    Fixed. Removed the text on the icon.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    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. Added a mimetype id change if the filename changes in the rename function.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8354 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "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. Added a mimetype id change if the filename changes in the rename function.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8353 c91229c3-7414-0410-bfa2-8a42b809f60b
    jonathan_byrne authored
     
    Browse File »

  • KTC-436
    "500 Internal Server Errors Happen when Uploading Files through KTE or KT Webdav"
    Fixed. Checked that path is absolute before doing a require().
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-3190
    ""Import from server location" should also remove the file extension from the document name"
    Fixed. Document add now drops the extension from the filename if it is used for the document title.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTC-437
    "info Box / Document preview"
    In progress. Added big mimetype icons for the info box.
    
    Committed by: Megan Watson
    Reviewed by: Jalaloedien Abrahams
    
    KTS-3201
    "Ability to toggle between old 'browse view' search results, and 'search engine' results view"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3112
    "Fatal error on new installation when directed to login.php line 168"
    Removed. The redirection could result in endless loop.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-3204
    "Search engine results references Score field, which should be Rank"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-3205
    "dmsDefaults refers to KTDIR and not KT_DIR"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3203
    " Ensure all entries in config.ini have a default in dmsDefaults.php"
    Fixed. Added defaults for all items from config that i could see were missing.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-3202
    "Update search2 widget to persist search results default state"
    Fixed. Used the session variable to persist state.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8313 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • ""Import from server location" should also remove the file extension from the document name"
    Fixed. Document add now drops the extension from the filename if it is used for the document title.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8305 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-2402
    "Display the search expression tree"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-3178
    "Checking for write permission doesn't check if document is immutable. if immutable, user cannot have write access."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-3177
    "Unit admin permissions"
    Fixed. Changed logic which checks whether the Manage Security permission is being disabled.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    KTS-3187
    "Problem with opendir() in windows under indexerCore"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-3187
    "Problem with opendir() in windows under indexerCore"
    Fixed. 
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-3188
    "Indexing Diagnostics page provides an invalid link to documents"
    Fixed.
    
    Committed By: Conrad Vermeulen	
    Reviewed By: Monique
    
    KTS-3182
    "documentutil->add function should at least throw a warning if 'contents' is there and 'temp_file' isn't"
    Fixed. Added an error message if the temp file is not there.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8295 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "documentutil->add function should at least throw a warning if 'contents' is there and 'temp_file' isn't"
    Fixed. Added an error message if the temp file is not there.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8294 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-3083
    "Import from Server Location, you get a Fatal Error"
    Fixed. Added more document object error checking.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonnathan Byrne
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8149 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Import from Server Location, you get a Fatal Error"
    Fixed. Added more document object error checking.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonnathan Byrne
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8148 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • KTS-3077
    "Error dialogs are not displayed correctly"
    
    Fixed. Fixed text overlapping the bottom of the block. Fixed holes in the side of the block.
    
    Committed By: Jonathan Byrne
    Reviewed By: Megan Watson
    
    KTS-3056
    "Create a script to check if Open Office is running (SUP-614)"
    Fixed. Added the script to the scheduled tasks.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-3083
    "Import from Server Location, you get a Fatal Error"
    Fixed. Added document object error checking.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonnathan Byrne
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8139 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Import from Server Location, you get a Fatal Error"
    Fixed. Added document object error checking.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonnathan Byrne
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8137 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • KTS-2917
    
    "If the fieldset names are too long there is no way to get to the edit button on the main Fieldset page"
    
    Fixed. Fieldset name is now truncated to a better size.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2717
    "Changing folder permissions to allow for a new user group to perform the delete action does not work"
    Fixed. On overriding permissions for the folder the copy permissions action wasn't taking existing documents in the folder into account.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2432
    "Dynamic Condition Doesnt Work in 3.4.3"
    Fixed. On adding / editing a document it now checks if dynamic conditions exist and updates the permission object.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTC-227
    "Widget broken"
    
    Fixed. Html tags are now interpreted properly on the conditional metadata admin page.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-3048
    "External Dependencies missing after upgrade"
    In Progess. Updated the upgrade config functions.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8093 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "Dynamic Condition Doesnt Work in 3.4.3"
    Fixed. On adding / editing a document it now checks if dynamic conditions exist and updates the permission object.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8089 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-2895
    "DocumentUtil::saveMetadata clears metadata when novalidation option is set"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2838
    "Upgrade script must ensure tables are using InnoDB storage engine on mysql"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2896
    "Performance optimisation on inheriting permissions from folders"
    Improved.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2838
    "Upgrade script must ensure tables are using InnoDB storage engine on mysql"
    Fixed. 
    
    KTS-2877
    "Full path on document and folder in database is misleading"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7980 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • "DocumentUtil::saveMetadata clears metadata when novalidation option is set"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7976 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »

  • KTS-2800
    "Dashlets display with horizontal lines between text"
    Fixed. Changed the style overflow and padding
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2859
    "Unable to upload files in Windows XP and Windows 2003 - seemingly an MS Word issue only."
    Fixed. Add "call " in front of the command passed to exec().
    
    Committed by: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    Updated License Headers to 2008 and corrected some incorrect headers.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    Merge of Bryn Divey's work on Conditional Metadata into DEV branch.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7936 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »
  • Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7934 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • Updated license header in two omitted files.
    
    WSA-72
    "Add missing fields to document detail structure in web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2730
    "When adding a document, the document util's add function dies on encountering an unlink"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-49
    "Add missing fields to search structure in web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2732
    "Create a new way to setup resources in plugins"
    Fixed. Added a function to the base class called run_setup that gets called when the plugins are loaded.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-78
    "download manager does not construct a full url for the webservice download"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-2733
    "Colouration of DiskUsageDashlet is incorrect"
    
    Fixed. Thanks Dirk!
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    KTC-271
    "Bulk upload does not work"
    Fixed. Added 'temp_file' to the options array. 
    
    KTC-273
    "All files uploaded with the function 'Import from Server Location' has a size of 0kb after upload"
    Fixed.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2734
    "sanitize to html removes information from data stored in the database. It was discovered that slashes were removed"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Philip Arckoll
    
    KTS-2735
    "Metadata values should not be sanitized until display on whichever interface."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Philip Arckoll
    
    KTS-2736
    "Metadata values constrained to 255 characters. some clients want larger values."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Philip Arckoll
    
    KTC-275
    "Files that are uploaded with the 'Import from Server Location' is MOVED instead of COPIED to the DMS."
    Fixed. Added a flag to aOptions to copy a file when uploading to the DMS instead of moving it.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2301
    "Number of characters allowed in a field is not 250 as is mostly specified"
    Updated. Changed filename and comment to be mediumtext compatible with other fields in other tables.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-76
    "Update unit tests for document detail in web service"
    Updated. Added missing fields.
    
    WSA-79
    "cater for custom_document_no and oem_document_id in webservices"
    Updated. Added placeholders for future use.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-77
    "Update unit tests for search structure in web service"
    Updated. Added missing fields.
    
    WSA-79
    "cater for custom_document_no and oem_document_id in webservices"
    Updated. Added placeholders for future use.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-75
    "Create unit test for get_folder_contents in web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-49
    "Improve the document_detail and folder_detail records to incorporate more fields available on the document"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2737
    "Folder util sanitises too much which results in additional slashes being added to the database"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-77
    "Update unit tests for search structure in web service"
    Updated. Added missing fields.
    
    WSA-79
    "cater for custom_document_no and oem_document_id in webservices"
    Updated. Added placeholders for future use.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2744
    "Documents are not being indexed in the queue"
    
    Fixed. Using new exec system.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    KTS-2745
    "More detailed errors need to be returned when a failure occurs when adding a document."
    
    Fixed. Added more detailed error messages.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2718
    "Tags added to documents when the Tag Cloud add-in is disabled does not show in that Tag Cloud Dashlet once it has been enabled again."
    
    Fixed. Moved tag cloud trigger into core so it isn't dependant on the plugin.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    KTS-2708
    "Refactor plugins registration and loading"
    Updated. Added the upgrade sql.
    
    Committed by: Kevin Fourie
    Reviewed by: Conrad Vermeulen
    
    KTS-2600
    "Document Indexer Statistics Dashlet - improve text / US spelling / Capitalization / Link to Management Page"
    Fixed. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2646
    "Database exception handler needs to be fixed"
    Fixed. All database errors are now logged and the user is sent to an improved page.
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2645
    " A general exception handler is required to deal with thrown exceptions not caught by the application"
    Fixed. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTC-256
    "UI not displaying correctly"
    Fixed. UI changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2748
    "Wrong filesize units at DiskUsageDashlet and zero-byte lines"
    
    Fixed. Corrected parition and filesize methods and catered to 0 size file.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    Updated SVN tags.
    
    Committed By: Kevin Fourie
    Reviewed By: Jonathan Byrne
    
    KTC-239
    "CLONE -Performance has become tragically slow (SUP-443)"
    Fixed. Added the DB optimise script to the scheduler. Modified the script to log messages instead of printing them. Added a check on the id to the scheduler tasks in the upgrade script.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2748
    "Wrong filesize units at DiskUsageDashlet and zero-byte lines"
    Updated. Fixed use of incorrect constants (replaced MEGA with MB).
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2746
    "CLONE -Put the custom metadata fields in alphabetical order(SUP-304)"
    Fixed. Added a new config under ui. Put a usort on the fields.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-87
    "Comparison of folders when validating upload path does not work on windows correctly"
    Fixed. Refactored some functionality and made the path seperator consistent.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-2751
    "Logging statement in trigger registry has typo. this can cause php to bomb!"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2752
    "Folder Usage plugin must check the existance of the folder it is scanning"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2600
    "Document Indexer Statistics Dashlet - improve text / US spelling / Capitalization / Link to Management Page"
    Fixed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTC-277
    "Tags associated to documents that have been deleted still show in the Tag Clouds dashlet."
    Fixed. Altered the dashlet query.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-1850
    "Major performance issue - SQL query"
    Fixed. Incorporated some of the changes from the optimisation patch into the core.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2606
    "KnowledgeTree 3.5 requires php5 to be installed. It should detect php4 and provide an elegant error message that it is no longer supported."
    Fixed. Inserted phpversion check in dmsDefaults.php.
    
    Committed By:Yusuf Davids
    Reviewed By:Jonathan Byrne
    
    WSA-87
    "Comparison of folders when validating upload path does not work on windows correctly"
    Fixed. Refactored some functionality and made the path seperator consistent. Path was not being returned correctly in some cases.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Isaac Lundal
    
    KTS-1850
    "Major performance issue - SQL query"
    Updated. Removed lines replaced by the patch.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    Version bump to 3.5.2 Beta1
    
    KTS-2669
    "Discussion thread text rendering creates <br> tags"
    Fixed. Updated sanitize.
    
    Committed By:Yusuf Davids
    Reviewed By:Jonathan Byrne
    
    KTC-239
    "CLONE -Performance has become tragically slow (SUP-443)"
    Updated. Added the @ sign in front of id when inserting.
    
    Committed by: Martin Kirsten
    Reviewed by: Megan Watson
    
    KTC-292
    "Minor version does not increase when the Document Title is changed."
    Fixed. Added a new content version and updated the version number.
    
    Committed by: Megan Watson
    Reviewed by: Jonathan Byrne
    
    KTS-
    ""
    Updated. Location of error.css changed.
    
    Committed By:Yusuf Davids
    Reviewed By:
    
    KTS-
    ""
    Updated. Location of error_01.gif and error.css changed.
    
    Committed By:Yusuf Davids
    Reviewed By:
    
    KTS-2709
    "After re-activating the Tag Cloud plugin this does not work"
    
    Fixed. Hid Tag fieldset and linked it to tag cloud plugin.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaoedien Abrahams
    
    KTS-2759
    "Extend scheduler looping every 30 seconds by default vs 10 seconds"
    Updated. Also added copyright.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2760
    "Powerpoint files not being indexed"
    Fixed. powerpoint was missing.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2761
    "Last run time in Indexer Dashlet is not updated"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2761
    "Last run time in Indexer Dashlet is not updated"
    Fixed. queue updated to reflect live files only.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2762
    "KTUtil::filesizeToString returns wrong filesizes"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    BBS-868
    "CLONE -Login - remember password"
    Added a client policy to the server.
    
    Committed By: Isaac Lundall
    Reviewed By: Martin Kirsten
    
    KTS-2754
    "Add a Document Fails"
    
    Updated. Added better error checking.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    KTS-2763
    "pdf extractor does not have quotes around application name. this results in pdftotext not being called correcly in windows."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Jonathan Byrne
    
    KTC-296
    "Bulk Download scrambles the folder hierarchy and only exports the first non-empty subfolder."
    Fixed. The document paths were missing the last folder in the path and being added to the one below.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2157
    "bulk upload does not validate that file is a zip file."
    Fixed. Added a check on the file type.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    Version bump to 3.5.2 beta1
    
    KTS-2765
    "csv mime type does not have an icon"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2765
    "csv mime type does not have an icon"
    Updated. Added omitted upgrades table entries.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7812 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Major performance issue - SQL query"
    Fixed. Incorporated some of the changes from the optimisation patch into the core.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7787 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "Files that are uploaded with the 'Import from Server Location' is MOVED instead of COPIED to the DMS."
    Fixed. Added a flag to aOptions to copy a file when uploading to the DMS instead of moving it.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7756 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • "When adding a document, the document util's add function dies on encountering an unlink"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7743 c91229c3-7414-0410-bfa2-8a42b809f60b
    conradverm authored
     
    Browse File »
  • WSA-70
    "Provide a mechanism to allow for JSON responses from web service requests"
    Implemented.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-44
    "web service unit tests in php need to be incorporated for search"
    Updated. A few tests for search has been incorporated
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2721
    "Refactor adding a document to use the storage manager"
    Fixed. Removed all references to KTFSFileLike. Added a function to the storagemanager for uploading a temp file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    WSA-71
    "Add missing fields to folder contents structure in web services"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    KTS-2723
    "The Search Portlet is not displaying in the browse view"
    Fixed. Changed implode/explode to serialise/unserialise.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    BBS-301
    "Novel NetDrive Webdav as 3rd Party Client"
    Fixed. Netdrive didn't resolve the relative paths correctly and kept the "/ktwebdav/ktwebdav.php" path as part of the folder / document path.
    
    KTS-2344
    "WEBDAV Not working in 3.4.2 (was in 3.4.1-1)"
    Fixed.
    
    Committed By: Megan Watson
    Reviewed By: Conrad Vermeulen
    
    KTS-2725
    "Archived document should not be found using PropFind"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7739 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Refactor adding a document to use the storage manager"
    Fixed. Removed all references to KTFSFileLike. Added a function to the storagemanager for uploading a temp file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7731 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-2520
    "Fatal Error when deleting a state in a workflow and selecting a replacement state."
    Fixed. Corrected cache clearing function call.
    
    Committed By: Kevin Fourie
    Reviewed By: Conrad Vermeulen 
    
    WSA-55
    "Allow users to be able to update the 'creator', 'created date', and other system fields via the KTAPI and web services"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-57
    "Checkout functions should return document detail"
    Updated.
    
    WSA-56
    "rename document_detail.updated fields to be document_detail.modified to be consistent with normal interface"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-58
    "All functions working with documents should return document_detail structure. This allows for less chipy based communication"
    Fixed.
    
    WSA-57
    "Checkout functions should return document detail"
    Fixed. WSA-58 covers this too.
    
    WSA-59
    "Log incoming SOAP requests and outgoing responses based on the debug level"
    Fixed.
    
    WSA-55
    "Allow users to be able to update the 'creator', 'created date', and other system fields via the KTAPI and web services"
    Updated. update_document_metadata allows for parameters to be passed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-59
    "Log incoming SOAP requests and outgoing responses based on the debug level"
    Deleted. Proxy not needed anymore.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    Reverted commit of "Forgot Password" functionality. It's still DEV.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2683
    "Bug with AnyMetadata search field as it does not pick up on metadata"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2647
    "Folder utilisation dashlet should get the indexer location from the indexer and not from the config.ini"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2641
    "indexing task should log start and stop as debug"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2639
    "index optimisation task outputs name and indication when done"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2638
    "index migration task should log start and stop as debug"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1112
    "after auto log-out, re-login as different user gives old url"
    
    Fixed.
    Added a check to redirect to the dashboard if a different user logs back in after a logout or a timeout.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2672
    "KTWebDAV move functions fail on litmus"
    Fixed. Corrected status messages. Adjusted rename to check for overwrite.
    
    KTS-2671
    "KTWebDAV copy functions fail on litmus"
    Fixed. Corrected status messages. Added extra depth of '0'. Changed documentutil to accept a new document or folder name. Changed folderutil to allow a copy of only the folder, ignoring all subfolders and documents.
    
    BBS-1119
    "Refactor move functions into ktapi"
    In progress. Cleaned up some functionality. Added in line documentation.
    
    BBS-1118
    "Refactor copy functions into ktapi"
    In progress. Added in line documentation.
    
    KTS-2643
    "basic tasks called by scheduler need to be in the source install"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2687
    "update the db install/upgrade scripts so that the php scripts that must be scheduled are referenced correctly"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2690
    "Strange character in search_ranking table. This may impact on ranking of search criteria."
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2688
    "Index migration script should stop running when complete so script is not called unnecessarily"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    KTS-2575
    "df.exe cannot be found by the Disk Usage dashlet"
    Fixed.
    
    Contributed By: Tahir Tahang
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1390
    "A more precise error message needed when creating a duplicate of an already existing Permission"
    
    Fixed
    Added a more detailed error message system.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    KTS-2697
    "'between' operator is not working in the advanced search query builder"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2452
    "Re-evaluate the placement, size and icon for the download icon"
    
    Fixed
    Changed download icon.
    
    Committed By: Jonathan Byrne
    Reviewed By: Kevin Fourie
    
    WSA-31
    "copy_document seems to return an exception in c# even though it was successful."
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-1820
    "Reachable folders being considered orphaned folders"
    Fixed. Added a check for folder details permission in addition to the check on read permission, in getBrowseableFolders().
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2600
    "Document Indexer Statistics Dashlet - improve text / US spelling / Capitalization / Link to Management Page"
    Updated. Dashlet text was improved.Also a image toggle has been added for the notes.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2488
    "Improve database incompatibility error message"
    Fixed. Error message changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2488
    "Improve database incompatibility error message"
    Fixed. Error message changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2641
    "indexing task should log start and stop as debug"
    Updated. Static function should not have $this
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    WSA-63
    "add add_document_with_metadata and checkin_document_with_metadata to webservice"
    Added.
    
    WSA-64
    "Refactor the nunit tests a little"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Kevin Fourie
    
    KTS-2705
    "Comment length not being calculated properly in the Delete, Move, Archive, Check in, Check out comment fields."
    
    Fixed
    Both normal and utf-8 character sets lengths should be calculated correctly now.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2505
    "Database configuration issues cause horrible knowledgetree failure"
    
    Fixed
    Added a check to stop any database calls in search if there is a database error.
    
    Committed By: Jonathan Byrne
    Reviewed By: Jalaloedien Abrahams
    
    KTS-2376
    "When uploading .PNG image files these are incorrectly displayed as JPEG images"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    WSA-65
    "Remove php5 specific modifiers on functions so that web services works on both 3.4.x and 3.5.x"
    Updated.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Martin Kirsten
    
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7698 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "KTWebDAV move functions fail on litmus"
    Fixed. Corrected status messages. Adjusted rename to check for overwrite.
    
    KTS-2671
    "KTWebDAV copy functions fail on litmus"
    Fixed. Corrected status messages. Added extra depth of '0'. Changed documentutil to accept a new document or folder name. Changed folderutil to allow a copy of only the folder, ignoring all subfolders and documents.
    
    BBS-1119
    "Refactor move functions into ktapi"
    In progress. Cleaned up some functionality. Added in line documentation.
    
    BBS-1118
    "Refactor copy functions into ktapi"
    In progress. Added in line documentation.
    
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7667 c91229c3-7414-0410-bfa2-8a42b809f60b
    megan_w authored
     
    Browse File »

  • KTS-2307
    ""
    Fixed. The error message has been changed. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2453
    ""
    Updated. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2497
    "Creation of a new thread fails with: 'DB error: unknown error'"
    Fixed.
    
    Committed By: Conrad Vermeulen
    Reviewed By: Megan Watson
    
    BBS-458
    "Update WebDAV PEAR class"
    Fixed. Moved webdav class into the ktwebdav directory to avoid conflicts with the Baobab modified webdav class. Upgraded the ktwebdav to version 1.0.0RC4(beta).
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-2644
    "Add collision detection to document adding"
    Fixed.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-447
    "Validation improvements needed when adding a user or group"
    Fixed. Added a preg match function to check for special characters
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-447
    "Validation improvements needed when adding a user or group"
    Fixed. Added the preg match function to check for special characters. 
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTC-246
    "Footer Text update"
    Updated. New image in use.
    
    Committed By: Kevin Fourie
    Reviewed By: Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2624
    "Linux: FedoraCore5: Attempting to use the bulk action 'Checkout' on folders results in an empty zip being created."
    Fixed. Changed the check on checkedout documents to add an error message and not return out of the function.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed.Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-1710
    "Need to ensure US English spelling on text throughout the system"
    Fixed. Wording changed.
    
    Committed By:Yusuf Davids
    Reviewed By:Jalaloedien Abrahams
    
    KTS-2652
    "Would be nice to have a dedicated rss feed dashlet for KnowledgeTree blog, etc"
    Fixed. Extended rss plugin
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    KTS-2654
    "Bulk export doesn't include empty folders in the base folder being exported"
    Fixed. Added current folder to the zip file.
    
    Committed by: Megan Watson
    Reviewed by: Conrad Vermeulen
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7628 c91229c3-7414-0410-bfa2-8a42b809f60b
    kevin_fourie authored
     
    Browse File »

  • "Add collision detection to document adding"
    Fixed.
    
    Committed By: Jalaloedien Abrahams
    Reviewed By: Conrad Vermeulen
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7614 c91229c3-7414-0410-bfa2-8a42b809f60b
    Jalaloedien authored
     
    Browse File »