-
"CLONE -End line characters in discussions and disclaimers being displayed as html tags (SUP-546)" Fixed. Replaced the \r\n with <br> Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7912 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -End line characters in discussions and disclaimers being displayed as html tags (SUP-546)" Fixed. Removed the calls to sanitiseForSQL before inserting into the database. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7909 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Dropdown in search bar and search portlet needs to be aligned correctly" Fixed. Updated so IE does not complain Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7908 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Search by created/modified/checkout date returns wrong results" Fixed. Rendering in IE was not working because of missing close of TD element Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7907 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Text in Search Portlet overruns the width of the portlet" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7906 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Number of characters allowed in a field is not 250 as is mostly specified" Fixed. Changed version, filename and comment fields variable types. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7905 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Dropdown in search bar and search portlet needs to be aligned correctly" Fixed. Patched to work with IE Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7904 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Change the text at the end of a bulk export" Fixed. Changed the display at the end of both ways of bulk exporting. Committed By:Yusuf Davids Reviewed By:Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7900 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Backslashes appear before every quote and double quote throughout our version of knowledgetree(SUP-532)" Fixed. Added an upgrade script to remove the backslashes. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7898 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KnowledgeTree Indexer plugin not indexing in 3.4.5 on a windows machine" Fixed. Replaced the exec function on the word indexer with popen. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7897 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add a delete "bin" icon to "Items that require your attention..." Dashboard item and don't delete the item automatically" Fixed. The href was missing a closing quote. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7896 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Dropdown in search bar and search portlet needs to be aligned correctly" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7895 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Search by created/modified/checkout date returns wrong results" Fixed. The date manipulation was correct Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7894 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Improve logging of sysdata updates - especially when exceptions are encountered" Updated. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7893 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Clicking the 'refresh' link on the ''results in 'NOT FOUND. The requested URL/\plugins/housekeeper/HouseKeeperDispatcher.php was not found on this server.'" Fixed. Removed the slash and also included the rootURL offset Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7892 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove static variable declaration so code can be used in php4" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7890 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"RSS plugin slows down the dashboard" Fixed. Cut down the number of times the database has to be accessed. Optimised the code. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7889 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"On renaming a folder the full path of folders beginning with the same name are also renamed" Fixed. Modified the sql to find the correct folder path Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7887 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Fatal error after clicking 'View resolved permissions for user'." Fixed. Removed the $ in $this->$iId Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7885 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Generate PDF progress bar stays running long after the conversion has happened" Fixed. Disabled the progress bar loader before converting to pdf. Committed By:Yusuf Davids Reviewed By:Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7882 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When subscribed to a folder: Document removal occurrences are listed twice in the 'Items that require your attention' dashlet on the Dashboard" Fixed. Removed the function call. Committed By:Yusuf Davids Reviewed By:Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7881 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Adding a document via web service should default to default document type if it does not exist. This is compatible with previous DWI operations" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7880 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Database exception handler needs to be fixed" Fixed. Centred the text container. Committed By:Yusuf Davids Reviewed By:Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7879 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By:Yusuf Davids git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7878 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"HouseKeeper plugin produces 'Class 'KTPlugin' not found' error" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7877 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"get error when calling move_folder: An existing connection was forcibly closed by the remote host" Fixed. Need to ensure cache is cleared so there is no unexpected data corruption from cache. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7876 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"get error when calling move_folder: An existing connection was forcibly closed by the remote host" Fixed. Updated caching clearing mechanism. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7875 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7874 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7873 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7872 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7871 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7870 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7869 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"error with move_document: Cannot assign object of type Dowco.KTWrapper.atlantic_kt.kt_response to an object of type Dowco.KTWrapper.atlantic_kt.kt_document_detail." Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7868 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7867 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7866 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"get error when calling move_folder: An existing connection was forcibly closed by the remote host" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7865 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add integration/oem no so that integrators may associate a custom document reference" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7864 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Metadata update not reporting correct error messages when fieldsets/fields are specified that don't actually exist" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7863 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update unit tests for document detail in web service" Updated. Reinstating some tests Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7862 c91229c3-7414-0410-bfa2-8a42b809f60b