Notes: This is a bugfix release that mainly addresses some webservices and XSS issues as well as several smaller issues related to i18n and issues created by the XSS fixes ;) For a full list please see http://issues.knowledgetree.com.
Changes: ------------------------------------------------------------------------ r6966 | kevin_fourie | 2007-07-16 14:54:51 +0200 (Mon, 16 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r6981 | kevin_fourie | 2007-07-19 12:57:27 +0200 (Thu, 19 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Reviewed By: Kevin ------------------------------------------------------------------------ r6985 | kevin_fourie | 2007-07-19 13:04:31 +0200 (Thu, 19 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Reviewed By: Kevin ------------------------------------------------------------------------ r6987 | kevin_fourie | 2007-07-20 14:32:35 +0200 (Fri, 20 Jul 2007) | 8 lines KTC-163 "Spelling mistake in the crumbtrail to 'Extented Transaction Information'" Updated. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r6990 | kevin_fourie | 2007-07-20 15:19:49 +0200 (Fri, 20 Jul 2007) | 7 lines Merged in from DEV trunk... KTS-2178 "cross site scripting" Implemented. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r6991 | kevin_fourie | 2007-07-20 15:20:27 +0200 (Fri, 20 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2187 "Still possible to select a disabled workflow in automatic workflow dropdown" Fixed. Added a check for enabled. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7001 | kevin_fourie | 2007-07-23 10:20:24 +0200 (Mon, 23 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7002 | kevin_fourie | 2007-07-23 10:28:06 +0200 (Mon, 23 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-1969 "Non-ASCII chars in username or password prevent connecting KnowledgeTree Explorer (SUP-224)" Fixed. UTF-8 encoding fix. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7008 | kevin_fourie | 2007-07-23 18:10:46 +0200 (Mon, 23 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7010 | kevin_fourie | 2007-07-24 17:46:34 +0200 (Tue, 24 Jul 2007) | 12 lines Merged in from DEV trunk... KTS-2221 "The folder_subscriptions table does not have an "is_tree" field." Fixed. Fixed SQL query. Thanks, Hil?\195?\161rio! KTS-2222 "Folder subscriptions dont show up in internal RSS" Fixed. Fixed SQL query. Thanks, Hil?\195?\161rio! Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7012 | kevin_fourie | 2007-07-26 12:13:37 +0200 (Thu, 26 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2227 "When doing a Bulk Upload the listing of the static text "Please select a document type" has < at its start and end" Fixed. Replaced the offending HTML escape chars with a dash. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7014 | kevin_fourie | 2007-07-26 12:43:37 +0200 (Thu, 26 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2223 "When assigning the Group to a user the Group name is followed by <br /> in the confirmation header after the assignment is complete." Fixed. Replaced <br /> with a full stop (period). Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7016 | kevin_fourie | 2007-07-31 12:25:51 +0200 (Tue, 31 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2234 "PHP error log does not consider log level" Fixed. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7018 | kevin_fourie | 2007-07-31 20:07:39 +0200 (Tue, 31 Jul 2007) | 8 lines Merged in from DEV trunk... KTS-2207 "Upgrade from versions older than 1.1.3 to 3.4.1 not possible" Fixed. Using direct(non-portable) database access now. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7021 | kevin_fourie | 2007-08-01 11:46:38 +0200 (Wed, 01 Aug 2007) | 13 lines Merged in from DEV trunk... WSA-9 "Disabled document type causes web service timeout" Implemented validation on resolution of document type. Reviewed By: Jalaloedien Abrahams WSA-15 "File Corruption when using Base64 and VB.NET" Fixed. Files should have been written as binary and not as text. Reviewed By: Martin Kirsten ------------------------------------------------------------------------ r7029 | kevin_fourie | 2007-08-02 14:14:34 +0200 (Thu, 02 Aug 2007) | 8 lines Merged in from DEV trunk... WSA-11 "get_document_metadata() breaks when document_type has no fieldssets" Fixed. The SOAP encoding did not like null arrays, so an empty array had to be used. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7030 | kevin_fourie | 2007-08-02 14:16:37 +0200 (Thu, 02 Aug 2007) | 7 lines Merged in from DEV trunk... WSA-9 "get_document_metadata() breaks when document_type has no fieldssets" Fixed. Reviewed By: Martin Kirsten ------------------------------------------------------------------------ r7031 | kevin_fourie | 2007-08-02 14:19:06 +0200 (Thu, 02 Aug 2007) | 9 lines Merged in from DEV trunk... KTS-2214 "Problem with simple search dashlet - database error on searches" Fixed. Changed PartialQuery and Criteria.inc to cater for infinite search terms... Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7032 | kevin_fourie | 2007-08-02 14:20:05 +0200 (Thu, 02 Aug 2007) | 11 lines Merged in from DEV trunk... WSA-12 "Clean up expired sessions in webservice" Fixed. It now removes stale sessions. WSA-10 "When user max_sessions is reached, attempting to authenticate returns a null session." Fixed. The return from _check_session() was not handled correctly for PEAR::Error Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7033 | kevin_fourie | 2007-08-02 14:21:28 +0200 (Thu, 02 Aug 2007) | 8 lines Merged in from DEV trunk... WSA-10 "When user max_sessions is reached, attempting to authenticate returns a null session." Update. Added webservice/validateSessionCount to config.ini. Defaults to false. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7034 | kevin_fourie | 2007-08-02 14:23:40 +0200 (Thu, 02 Aug 2007) | 9 lines Merged in from DEV trunk... KTC-177 "RSS feed appears wrong when launched from the 'Actions on this folder' when the folder has the internationalisation string as its name or the name of any of its subfolders." Fixed. added html encoding to title and removed sanitize from template... Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7036 | kevin_fourie | 2007-08-02 14:52:23 +0200 (Thu, 02 Aug 2007) | 9 lines Merged in from DEV trunk... KTS-2228 "Change the version notifier URL to use versions.knowledgetree.com" Updated. The URI decided on was version.knowledgetree.com (no 's') Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7038 | kevin_fourie | 2007-08-02 15:36:01 +0200 (Thu, 02 Aug 2007) | 9 lines Merged in from DEV trunk... KTS-2236 "When you disable a Workflow in KTDMS the URL in the update information seems incorrect." Updated. Removed unneeded edit link. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7040 | kevin_fourie | 2007-08-03 12:26:27 +0200 (Fri, 03 Aug 2007) | 9 lines Merged in from DEV trunk... KTS-2202 "CLONE -Strange Filedset in Web-Frontend as a Lookup Version 3.4.1 (SUP-318)" Fixed. Simple parameter not used. Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7043 | kevin_fourie | 2007-08-03 14:59:12 +0200 (Fri, 03 Aug 2007) | 9 lines Merged in from DEV trunk... KTS-2210 "Cannot open document while using Internet Explorer" Fixed. Removed cache control from ondiskhashedstoragemanager.inc.php Committed By: Jalaloedien Abrahams Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7044 | kevin_fourie | 2007-08-03 15:00:24 +0200 (Fri, 03 Aug 2007) | 8 lines Merged in from DEV trunk... KTC-174, KTC-175, KTC-176 "In IE6: Only the first (none thereafter) external feed is created with the title: "><script>alert('hello');</script>"" Fixed. added sanitize to smarty file... Committed By: Jalaloedien Abrahams Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7046 | kevin_fourie | 2007-08-06 09:59:06 +0200 (Mon, 06 Aug 2007) | 8 lines Merged in from DEV trunk... KTC-165 "Input validation required on file names." Fixed. Added some sanitize checks to KTBulkExportPlugin.php Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7050 | kevin_fourie | 2007-08-06 14:26:29 +0200 (Mon, 06 Aug 2007) | 7 lines Merged in from DEV trunk... WSA-21 "Starting a session does not store userID in _SESSION" Fixed. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7051 | kevin_fourie | 2007-08-06 14:29:27 +0200 (Mon, 06 Aug 2007) | 8 lines Merged in from DEV trunk... WSA-22 "Changing document type or editing metadata does not call edit triggers" Fixed. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7052 | kevin_fourie | 2007-08-06 14:32:17 +0200 (Mon, 06 Aug 2007) | 8 lines Merged in from DEV trunk... KTS-2257 "When changing document type in web interface, triggers are not called" Fixed. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7054 | kevin_fourie | 2007-08-06 17:03:22 +0200 (Mon, 06 Aug 2007) | 9 lines KTS-2240 "CLONE -PDF Error (SUP-351)" In progress. Added better error messages. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7055 | kevin_fourie | 2007-08-06 17:27:31 +0200 (Mon, 06 Aug 2007) | 8 lines Merged in from DEV trunk... KTS-2194 "Fatal error on dashboard when logging on as a user - tag cloud dashlet" Fixed. Added catch for pear error to TagCloudDashlet.php. Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7056 | kevin_fourie | 2007-08-06 17:28:30 +0200 (Mon, 06 Aug 2007) | 9 lines KTS-2240 "CLONE -PDF Error (SUP-351)" In Progress. Fixed var typo. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen ------------------------------------------------------------------------ r7058 | kevin_fourie | 2007-08-06 17:40:30 +0200 (Mon, 06 Aug 2007) | 8 lines Merged in from DEV trunk... KTS-2223 "When assigning the Group to a user the Group name is followed by <br /> in the confirmation header after the assignment is complete." Updated. Fixed "Added" case too. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7061 | kevin_fourie | 2007-08-06 23:12:40 +0200 (Mon, 06 Aug 2007) | 7 lines Merged in from DEV trunk... BBS-1011 "Auto Workflow Assignment: When a document is move from within KTE to the assigned linked folder the correct worklfow is not initiated." Fixed. The moveTrigger was not catered for. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7064 | kevin_fourie | 2007-08-07 11:11:52 +0200 (Tue, 07 Aug 2007) | 6 lines Merged in from DEV trunk... About Page update. Committed By: Kevin Fourie Reviewed By: Jalaloedien Abrahams ------------------------------------------------------------------------ r7067 | kevin_fourie | 2007-08-07 15:24:16 +0200 (Tue, 07 Aug 2007) | 7 lines Merged in from DEV trunk... KTS-2261 "When copying a document, the trigger is not passed the correct reference" Fixed. The reference to the new document was $oNewDocument, but should have been $oNewDoc. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7068 | kevin_fourie | 2007-08-07 15:25:54 +0200 (Tue, 07 Aug 2007) | 7 lines Merged in from DEV trunk... BBS-1011 "Auto Workflow Assignment: When a document is move from within KTE to the assigned linked folder the correct worklfow is not initiated." Implemented. Copied the mechanics for the move mechanism. Reviewed By: Kevin Fourie ------------------------------------------------------------------------ r7072 | kevin_fourie | 2007-08-07 16:56:04 +0200 (Tue, 07 Aug 2007) | 8 lines Merged in from DEV trunk... BBS-1010 "'Move', 'Copy' and 'Rename' can be done on a Checked Out document in WebDAV." Fixed. The functions now check who is doing the action. Written By: Martin Kirsten Reviewed By: Conrad Vermeulen
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use