-
"Refactor plugins registration and loading" Updated. Added in the code to call the setup function on registering the plugin. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7704 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2708 "Refactor plugins registration and loading" Fixed. Created a DB table containing all the dashlets, actions, etc. Reduced the number of calls required to load the plugins. Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.5-Release-Branch@7701 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2627 "Compress all javascript includes and remove orphaned includes." Fixed. All large js file compressed and includes removed. Committed By: Jalaloedien Abrahams Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.4-Release-Branch@7603 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-220 "There is no Baobab setting in the config.ini file, when doing a fresh commercial installation of KT server." Fixed. Added BaobabSettings section. Committed By: Kevin Fourie Reviewed By: Isaac Lundall BBS-1036 "Option to turn off request for metadata on document upload" Added a function to the web services API to retrieve KTtools configuration from the server. Committed By: Isaac Lundall Reviewed By: Martin Kirsten KTS-2317 "There is a duplicate entry in the knowledgetree.pot file" Fixed. Removed duplicate entries. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen KTS-2268 "When selecting "Action Restriction" for a workflow, the actions are not restricted" Fixed. Removed broken actions check. This will still need to be investigated more but for now it works. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/branches/3.4.3-Release-Branch@7111 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7043 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7040 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7034 c91229c3-7414-0410-bfa2-8a42b809f60b
-
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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7031 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@7008 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2178 "cross site scripting" Implemented. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6966 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Cannot download or checkout files using Internet Explorer (IE)" Fixed. // HTTP/1.0 header("Pragma: no-cache"); This breaks IE7 in SSL mode. A bit of searching shows it's recommended to not send this header. We do cache control with HTTP/1.1 headers anyway. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6883 c91229c3-7414-0410-bfa2-8a42b809f60b -
"Can't index encrypted excel file" Fixed. Added command output checking. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6878 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2150 "Custom metadata does not show up in the advanced search drop down list" Fixed. The tag cloud uses metadata tables to store the metadata, so need to just prevent the generic metadata from showing the tag cloud specific field. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6876 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Register Criterion in Plugin.inc.php does not fix filename" Fixed. Added missing assignment variable. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6873 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2129 "Add get_document_type_metadata() to webservice" Fixed. Also added links as KTS-2130. Reviewed By: Kevin Fourie KTS-2129 "Add get_document_type_metadata() to webservice" Fixed. Also added links as KTS-2130. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-2135 "remove debug failure message for move and copy folder commands in webservice" Fixed. Reviewed By: Kevin Fourie KTS-2134 "Add @ in front of file functions such as unlink. There are cases that seem to break webservices because of warnings." Fixed. Reviewed By: Kevin Fourie KTS-1349 "Bulk Import problem with áéíóúÑ or other special characters of Spanish language." In Progress. Applied some utf8 encoding changes and busy doing some testing. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6870 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2128 "Renaming a folder double sanitizes the new foldername" Fixed the folder add method too. Committed By: Kevin Reviewed By: Isaac git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6850 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6820 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTS-2113" "Split KTAPI into seperate files based on classes" Implemented. Reviewed By: Kevin Fourie "KTS-2114" "kt3template.inc.php did not find the PluginRegistry." Fixed. Added require_once statement. Reviewed By: Kevin Fourie "KTS-2116" "Document object does var_dump() on pear error." Fixed. Reviewed By: Kevin Fourie "KTS-2117" "upgrade simpletest" Upgraded. Reviewed By: Kevin Fourie "KTS-2118" "FolderUtil allows duplicate folders to be added" Fixed. Reviewed By: Kevin Fourie "KTS-2115" "create unit tests for ktapi" Fixed. Reviewed By: Kevin Fourie "KTS-2115" "create unit tests for ktapi" Implemented. Some basic unit tests for the KTAPI have been implemented. Reviewed By: Kevin Fourie "KTS-2119" "Error message in upload.php: "get_session() should be overloaded!" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6814 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Unusual characters not reflected correctly in a Discussion on a document" Fixed. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6793 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Admin Version Notifier is not working" Fixed a typo in the Commercial version. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6781 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Admin Version Notifier is not working" Fixed for Commercial version too. NOTE: Also added some XSS fixes to this (naughty me). Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6778 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The " in the name of a Document Type, Transition or State does not reflect in Edit mode" Fixed another file. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6772 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The " in the name of a Document Type, Transition or State does not reflect in Edit mode" Fixed with lots of other similar issues. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6770 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Character encoding issue with document titles" Fixed this issue which lead to several other XSS issue fixes and i18n issue fixes. Note: knowlegetree.pot needs an update due to i18n fixes. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6738 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Character encoding issue with document titles" Fixed this issue. Working on other encoding issues. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6730 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Character encoding issue with document titles" Added more specfic sanitize functions. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6726 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Indexer Status dashlet is saying it can't find any of the indexer commands on a default install." Fixed. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6714 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"KTS-1377" "Not to delete roles when overriding inherited assigning of roles" Fixed. When the role is created, the users and groups should be inherited from the parent role. Reviewed By: Kevin Fourie "KTS-2023" "Fatal Error when clicking 'backup now' btn on the Upgrade Wizard" Fixed. Reviewed By: Kevin Fourie "KTS-1303" "Plugin and indexer paths are saved in the DB" Fixed. Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6712 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"XSS Prevention by sanitizing inputs from users" Added sanitize() to various user inputs. Thanks to John Hale for his work on this! Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6707 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Fixed up some more license header issues. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6667 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2002 "UI has multiple issues related to it. " Fixed. Added ktError changes. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6655 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2002 "UI has multiple issues related to it. " Fixed. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6653 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1417 "The "Root Folder" is not supposed to have a name, and thus it should disappear." Updated. Committed By: Kevin Reviewed By: Conrad KTS-1281 "Transaction History Messages" Updated i18n strings. Committed By: Kevin Reviewed By: Conrad KTS-123 "Add Document: Uploading file > PHP POST limit" Updated .htaccess file. This fix may help with some other warning issues popping up recently. KTS-1388 "KnowledgeTree pre-3.0 upgrade problems" Updated. Committed By: Kevin Reviewed By: Conrad KTS-1099 "When Uploading a zipped batch of PDF's it fails with the following error." Added better error checking. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6649 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update License Headers" Updated and added some missing headers. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6610 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-95 "Update License Headers" Updated and added some missing headers. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6607 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1979 "General Metadata search outputs an db error. " Fixed. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6592 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Unregistered Users from Active Directory Authenticated Sources can log onto KT without needing to enter a password." Changed the way this was fixed on advice from Neil Blakey-Milner. The original fix would break other Auth providers like OpenID and CAS. Thanks Neil! Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6585 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Update the admin version notifier to use the DEV and STABLE versions" Done. Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6584 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Unregistered Users from Active Directory Authenticated Sources can log onto KT without needing to enter a password. " Fixed. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6568 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Subscription.inc file contains wrong licensing information. " Fixed. Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6552 c91229c3-7414-0410-bfa2-8a42b809f60b