-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9442 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9441 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9440 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Although 'Action Restrictions' for 'Delete' and 'Download' are set the user can still Delete and Download the document via the bulk actions when in folder view." Fixed. Added a check on the workflow. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9439 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Error on custom error page show incorrect message because it is not removed from the session" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9438 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9435 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9434 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9431 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9430 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add index on user_id on document_transactions table." Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9428 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9425 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When having filename as '´`&;!.~$()=[]^@-_{}°º©ºªâªÂ¿â¬½¼¾±¡â£¥⧠«»#.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/trunk@9420 c91229c3-7414-0410-bfa2-8a42b809f60b -
"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/trunk@9417 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9416 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9413 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Web Services Debug value, in config_settings, should be string and not bool" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9410 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9409 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The pdf-Adobe icon does not appear in IE (6 & 7)" Fixed. The href was missing a closing > Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9408 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9405 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9402 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9401 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Search should return folders" Implemented. KTS-3671 "Support for searching of symbolic links" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9400 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Search should return folders" Implemented. KTS-3671 "Support for searching of symbolic links" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9399 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9398 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The Property Preview Panel lacks a scroll bar" Fixed. Changed overflow css from hidden to auto. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9397 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9396 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Corners of the Login Screen is square and not round" Fixed. Added the curvy corners javascript. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9393 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9390 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9389 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9386 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9383 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When saving dependencies a space is needed between the time and the day" Fixed. Added space Committed By: Philip Arkcoll Reviewed By: git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9368 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document comparison 'with Current version' is not working." Fixed. Set the base version as the current document content version. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9367 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document size indication appears incorrect on the 'Browse' tab for a document which has the Right-to-Left characters as its name." Fixed. Replaced the spans with divs which separates the link and the right-to-left characters from the mime icon and size so they render within the div and don't affect the mime icon and size. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9366 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"UI defect on I.E 7 Windows XP and RedHat Linux" Fixed. Replaced the <p> tags with div's which render the css correctly. Set the permissions table width to 60% to allow the list to adjust its width properly. KTS-3344 "Make provision for very long Firstname and Lastname combinations in the caption bar for KTDMS web interface." Fixed. Set the truncate to 40 characters to account for the admin menu on a 1024x768 res. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9365 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Text should wrap when the 'Administrator Mode' is expanded." Fixed. Added a wrap function for the confirmation messages - IE doesn't render them correctly. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9364 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Table Columns go way off the page to the right on Task Scheduler Management Page" Fixed. Added a scrollable div, set the width to 750px to display in IE properly. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9363 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Hardcoded on-screen text should not show for bulk actions if there is no files or folders to be listed." Fixed. The text will only display if there are failed documents or folders. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9362 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document name appears incorrectly in the Windows File Download dialog with IE6 and IE 7 when the following characters are used as its name '´`&;!.~,$()#=[]^@-_{}°º©ºªâªÂ¿â¬½¼¾±¡â£¥⧠«»" Fixed. For IE6 the filename must be urlencoded for special characters / non-western characters. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9359 c91229c3-7414-0410-bfa2-8a42b809f60b -
"When attempting to access the tag from the Dashboard Tag Cloud dashlet" Fixed. The url needed to be encoded. KTS-3720 "When using the following characters as a tag '´`&;!.~$()#=[]^@-_{}°º©ºªâªÂ¿â¬½¼¾±¡â£¥⧠«» the document does not show when the tag is navigated and the system incorrectly reports that 2 additional tags were created for the document." Fixed. The tag in redirect url is now encoded and decoded. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9358 c91229c3-7414-0410-bfa2-8a42b809f60b