-
KTS-3583 "CLONE -Two Files with Same Name, Different DocID but both listings in KTExplorer point to one file, and not the other.(SUP-963)" 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.4-Release-Branch@9506 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8584 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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
-
"Document->getMetadataVersion() doesn't reflect the loaded metadata version" Fixed. Now gets the version id from the metadata version class rather than the document core. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8453 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Add a Document to a folder problem(SUP-820)" Fixed. Changed htmlentities to htmlspecialchars to stop conversion of international characters. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8444 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8387 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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
-
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
-
"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
-
"It should be possible to edit and rename lookup values form the administration section" Fixed. Added an edit icon. Removed the sanitizetosql on saving to the DB. Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8349 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8335 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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
-
""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
-
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
-
"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
-
Version change to 3.5.2a for bugfix release. KTS-3150 "WebDAV Interface - "&" in folder names causes error" Fixed. Replaced the & with %26. Committed by: Megan Watson Reviewed by: Isaac Lundall KTS-3156 "Fix incorrect fonts in 3.5.2" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3157 "Fieldset fields aren't being sorted alphabetically when editing the metadata" Fixed. Added the sort into the getByFieldset function that gets used everywhere. Committed By: Megan Watson Reviewed By: Conrad Vermeulen KTS-3022 "Change the plugins to use relative paths" Fixed. On setup the plugins and plugin helpers now call fixfilename which finds the correct relative paths. Fixed the ktutil function isAbsolutePath. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8253 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Fieldset fields aren't being sorted alphabetically when editing the metadata" Fixed. Added the sort into the getByFieldset function that gets used everywhere. Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8250 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3095 "Backslashes, ampersands etc and different characters in the Workflow and Document type names with ' " <> | ; in its name" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8173 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Backslashes, ampersands etc and different characters in the Workflow and Document type names with ' " <> | ; in its name" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8172 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-399 "Bulk checkout: when you checkout an already checked out document you get an information alert that is not clear" Fixed. If a document is checked out by the current user it now gets added to the downloaded files. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-2655 "Error Message On Removing Permissions but action goes ahead anyway" Fixed. Added a check to ensure the user doesn't removed his/her own permission to manage security. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-2873 "Double quote (") is not accepted as valid input for metadata when the name of a Lookup field or a Tree field has a Double quote in." Fixed. The values in the sub categories needed to be htmlentities(). Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3091 "The name of the open office service needs to be changed in the script to check if its running" Fixed. Changed the name and the paths to match the new stack. Committed by: Megan Watson Reviewed by: Jonathan Byrne KTS-3093 "Creating fieldsets and fields with quotes results in double escaping of names and descriptions" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3096 "Creating workflow, workflow states, workflow transition names with quotes results in double escaping of names and descriptions" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3097 "Field names with quotes was impacting on search2 query builder" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3085 "Storage utilisation plugin does not seem to be working on Windows Vista." Fixed. Unfortunately, df does not work on Vista. We now detect if df has a problem and disable the dashlet accordingly. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTC-403 "One is able to make a checked out document immutable" Fixed. Added a check to return an error if the document is checked out. Committed By: Jonathan Byrne Reviewed By: Megan Watson KTS-1888 "Expunge page in the DMS Administration section, pagination not working, links to consecutive pages do not work" Fixed. Changed the php file to return the contents of a div and not just a table body so that pagination works in Internet Explorer. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8171 c91229c3-7414-0410-bfa2-8a42b809f60b -
"Creating fieldsets and fields with quotes results in double escaping of names and descriptions" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8165 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Double quote (") is not accepted as valid input for metadata when the name of a Lookup field or a Tree field has a Double quote in." Fixed. The values in the sub categories needed to be htmlentities(). Committed by: Megan Watson Reviewed by: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8163 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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
-
"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
-
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
-
"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
-
KTC-378 "A Pear fatal error when attempting to create a new authentication provider" Fixed. Made the isError function static as it inherits from PEAR::isError which was made static. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-2579 "scripts not resolving paths correctly with stack installer" Update. Adding changing to relative path so external user/scripts don't have to do this Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie KTS-3053 "TinyMCE WYSIWYG editor not loading on disclaimer and help edit pages" In progress. Removed old version. Committed By: Kevin Fourie Reviewed By: Philip Arkcoll KTS-2891 "Search widget is too big as it is invisible when the screen resolution is low" Fixed. Add Dashlet widget was not catered for on dashboard. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3053 "TinyMCE WYSIWYG editor not loading on disclaimer and help edit pages" Fixed. Updated to version 3.0. Committed By: Kevin Fourie Reviewed By: Philip Arkcoll KTS-2849 "Document object has some uncorrects methods" Fixed. Changed setMetadataVersion function. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8120 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document object has some uncorrects methods" Fixed. Changed setMetadataVersion function. Committed By: Jonathan Byrne Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8119 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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