-
KTS-3800 "Set serverName to 127.0.0.1 in data.sql and on upgrades" Fixed. Added the sql. Replaced the constant with the setting 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.4-Release-Branch@9521 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9519 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3806 "The number of documents in the indexing queue is incorrect on the Document Indexer Statistics dashlet" Fixed. Adjusted sql to ignore problem documents. 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@9514 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3802 "Add search/maxSqlResults to config settings" 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@9510 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3773 "Searching for folders or documents where shortcuts are available shows a duplicate entry for the shortcut." Fixed. The command line fixed to search for documents only. 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@9508 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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-3785 "Indexing does not appear to be happening on Windows Vista" Fixed. Improved the logged message. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9504 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3777 "CLONE -Permissions of a document can be inconsistent with the permissions of the folder(SUP-1080)" Fixed. A copy now checks if the permissions were inherited and inherits the new parent folder 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.4-Release-Branch@9497 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
-
KTS-3768 "Document Indexer stats shows 'ago' as value for 'Period since last indexing'" Fixed. Now returns 'never' when no time has elapsed. 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@9491 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3645 "A postscript file not indexed." Fixed. The IgnorePS default value was set to true. It now defaults to false. 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@9489 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3756 "Attempting to move a folder from the Search results to Root fails." 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@9485 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3769 "Javascript error when the user navigates to a saved search in the French translation." Fixed. Committed By: Conrad Vermeulen Reviewed By: Philip Arkoll git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9482 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9479 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
-
KTS-3754 "Doing a search for anything via the Search text box at the top of the browser page results in a DB error." 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@9472 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3194 "Advanced Search: pressing enter when cursor is in a text field should run the search" Fixed. Only added catching of enter for the input 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.4-Release-Branch@9465 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-620 "Parse error on all upgrades to 3.5.4 Commercial" Fixed. Corrected array comma typo. Committed by: Kevin Fourie Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9462 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-619 "DB Error on upgrades to 3.5.4 Commercial failing from 3.4.6 OSS, 3.1bOSS-3.4.6OSS, 3.3.7OSS-3.4.6" Fixed. Committed by: Kevin Fourie Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9459 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3760 "When cancelling any of the Bulk Actions in process the user is returned to the Root folder view and not to the Search where the action originated." Fixed. Set the cancel action to the return action. 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@9456 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3766 "Search results must return the permissions similar to KTAPI for use by client tools" 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@9453 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-618 "DB error when upgrading 3.5.2c Commercial to 3.5.4 Commercial" Fixed. Table name was incorrect. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9451 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3773 "Searching for folders or documents where shortcuts are available shows a duplicate entry for the shortcut." 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@9447 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-3738 "Option for 'PDF Generator' available in Edit mode for the 'Action Restrictions' of a Workflow but cannot be seen when the edit of the 'Action Restrictions' is saved" Fixed. The edit was using getName() if displayName() returned empty. Fixed displayName() to return the name if the document object is null but python is installed. KTS-3737 "Although the Action Restrictions of a Workflow state prohibit 'PDF Generator' the 'Generate PDF' action can still be seen in the Document Actions of the document." Fixed. Removed the getName() function that was overriding the default function which returns the namespace. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9437 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Version bump to 3.5.4 KTS-3765 "Add index on user_id on document_transactions table." Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3627 "Saving a search with Japanese characters causes IE6/7 to display the saved search as "??" (SUP-967)" Fixed. Moved the search query and name out of the url and into the extjs function where the encoding is done for us. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9433 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.4-Release-Branch@9429 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3746 "Document Metadata comparison 'with Current version' is not working." Fixed. The base/current version was incorrectly calling the same version as the comparison version. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9427 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3744 "When having filename as '?\195?\130?\194?\180`&;!.~$()=[]^@-_{}?\195?\130?\194?\176?\195?\130?\194?\186?\195?\130?\194?\169?\195?\130?\194?\186?\195?\130?\194?\170?\195?\162?\194?\153?\194?\170?\195?\130?\194?\191?\195?\162?\194?\140?\194?\144?\195?\130?\194?\172?\195?\130?\194?\189?\195?\130?\194?\188?\195?\130?\194?\190?\195?\130?\194?\177?\195?\130?\194?\161?\195?\162?\194?\153?\194?\130?\195?\130?\194?\163?\195?\130?\194?\165?\195?\162?\194?\130?\194?\167 ?\195?\130?\194?\171?\195?\130?\194?\187#.doc" Fixed. Changed sanitize to sanitize_input. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9424 c91229c3-7414-0410-bfa2-8a42b809f60b -
KTS-3748 "Put magicDatabase config option into config_settings" Fixed. Added the new config option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9422 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3752 "CLONE -Authentication problem: (many) users can login without a correct password (SUP-1086)" Fixed. Committed By: Conrad Vermeulen Reviewed By: megan watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9419 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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-212 "The pdf-Adobe icon does not appear in IE (6 & 7)" Fixed. The href was missing a closing > KTC-582 "UI defect on I.E 7 Windows XP and RedHat Linux" Fixed. Increased the bottom padding on the info/error message. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9412 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Added missing upgrade table entries. Committed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9407 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3691 "CLONE -Is there a way to prevent from checking in the wrong file?(SUP-1064)" Fixed. Added a config option to hide the checkbox for "Force Original Filename". KTS-3736 "User should be made aware that setting the field limit for document filenames and titles beyond 255 is futile as only 255 characters are allowed in the fields in the DB." Fixed. Added a better description of the config option. KTC-592 "Better default tooltip needed on mouse over than 'ACME Corporation'." Fixed. Added a better tooltip as the default value for the config option. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3741 "The Property Preview Panel lacks a scroll bar" Fixed. Changed overflow css from hidden to auto. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTC-613 "Error occur when creating a link to a new RSS feed" Fixed. Removed the javascript for the tinymce editor which isn't used. Committed by: Megan Watson Reviewed by: Conrad Vermeulen KTS-3306 "Search should return folders" Implemented. KTS-3671 "Support for searching of symbolic links" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3306 "Search should return folders" Implemented. KTS-3671 "Support for searching of symbolic links" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson KTS-3630 "matching metadata is not translated on results page" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9404 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3728 "Javascript error when performing a 'Bulk Download' from the Folder actions." Fixed. Now checks if the div objects exist before trying to do curvy corners on them. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9395 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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
-
KTS-3622 "Allocating Roles affects System Performance (OptionTransfer.js)" Fixed. The filter now starts at 3 characters. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9388 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3642 "Problem with dropbox Beta Assigning the return value of new by reference is deprecated" Fixed. Added a check on the uploads directory, if it doesn't exist it will be created. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9385 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-606 "When saving dependencies a space is needed between the time and the day" Fixed. Added space Committed By: Philip Arkcoll Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.5.3a-Release-Branch@9382 c91229c3-7414-0410-bfa2-8a42b809f60b