-
Committed by: Donald Jackson Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9687 c91229c3-7414-0410-bfa2-8a42b809f60b
-
copied to the server files" Fixed. Added file. KOA-357 - "Fatal error occurs if the file "KTAPIFolder.inc" is not copied to the server files" Fixed. Updated for KOA. Committed By: Kevin Fourie Reviewed By: Donald Jackson (cherry picked from commit 3d48989083cc5789f95587152bd092f23e21a181) git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9651 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Create 3rd party dependencies administration page" Implemented. 3rd Party Dependencies can be checked in runtime via DMS Administration KTS-3898 "Drop Indexer diagnostics dashlet" Implemented. Dashlet removed, admin page added KTS-3899 "Create Indexer diagnostics administration page" Implemented. Indexer statisics can be checked in runtime via DMS Administration KTS-3896 "Drop 3rd party dependencies dashlet" Implemented. Dashlet removed, admin page added Reviewed by: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9596 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Document title on search result page is shown broken" Fixed. Replaced truncate with mb_truncate. Closed <nobr> tags. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9576 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When saved searches has long names it causes the 'Browse documents' page to have large white spaces and the search name also overlaps the margins." Fixed. Removed the <nobr> that was breaking all porlets and UI elements below. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9570 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Saving a search with Japanese characters causes IE6/7 to display the saved search as "??" (SUP-967)" Fixed. Added trim() on the saved name. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9564 c91229c3-7414-0410-bfa2-8a42b809f60b
-
""Advanced Search" is not translatable in "Search Criteria Editor" page" Fixed. Added i18n tags. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9550 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Lack of period" Fixed. Added period. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9547 c91229c3-7414-0410-bfa2-8a42b809f60b
-
""remove" is not translateable on "Advanced Search" page" Updated. Fixed spelling errors. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9543 c91229c3-7414-0410-bfa2-8a42b809f60b
-
""remove" is not translateable on "Advanced Search" page" Fixed. Added i18n tags. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9541 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Spell Mistake?" Fixed. Corrected spelling and updated i18n files. Committed By: Kevin Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9538 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Indexer status dashlet must offer refresh link as before" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9515 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9492 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9480 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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/trunk@9463 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9442 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
-
"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
-
"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
-
"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@9399 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
-
"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
-
"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
-
"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
-
"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
-
"The webdav dashlet breaks in IE6 when the url is too long" Fixed. The url will now wrap to fit in the dashlet. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9305 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Extending subscription to subfolders" Fixed. Added a DB column to indicate that subfolders should be included. Refactored the way subscribing worked to use ajax. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9284 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add custom Footer Disclaimer - no text displays on the page" Fixed. Added the call to the disclaimer and removed the excess tables. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9268 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Upload button should replace Add Document action" Fixed. Improved the logic behind creating the action buttons (made it less of a hack). Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9235 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Text should wrap when the 'Administrator Mode' is expanded." Fixed. Reformatted the html. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9227 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add workflow transition comment to worklow viewlet" Fixed. Added transition comment to workflow viewlet Committed By: Philip Arkcoll Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9211 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Performed a standard search with a word contain '&' tried to save the search and received an error message" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9208 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add expand/collapse on each config group" Fixed. Added new css classes. Committed by: Megan Watson Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9192 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The webDAV dashlet should not contain a reference to "To connect with the KnowledgeTree Tools Suite, use this address......"" Fixed. Added a check for the wintools plugin. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9157 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Mail Server Status dashlet - when mail is not configured, point user to System Configuration settings and not config.ini to change settings" Fixed. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9154 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Fix Typo on Dynamic Conditions page and reword explanatory text" Fixed. Modified text as per ticket. Committed By: Philip Arkcoll Reviewed By: git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9108 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Misaligned left alignment when listing all users on the Users page in the Admin section." Fixed. Removed the centered class on the column. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9071 c91229c3-7414-0410-bfa2-8a42b809f60b