-
"No notifications when you are subscribed to a folder" Fixed. Added notifications to the functions in document util. Refactored archive into documentutil. Added notifications to export. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7440 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When adding an Authentication source the 'Required' fields are marked as a 'Required' but the requirement is not enforced." Fixed Added a check for each of the required fields Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7390 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove search dashets" Updated. Removed search dashlet. Commited By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7320 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Need a way to download or checkout multiple files at the same time" Refactored the code to zip files into a class. Updated the Bulk Export with the new class. Added the bulk check out action. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7301 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Bug - Document Transaction History Not Tracking Emailing From KT (SUP-378)" Committed by: Megan Watson Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7291 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Emails sent multiple times when emailing groups with sub-groups (SUP-197)" Removed call by reference. Committed By: Megan Watson Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7231 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Emails sent multiple times when emailing groups with sub-groups (SUP-197)" If a user is in more than one of the groups selected then he/she will get the email more than once. The email is now sent once to multiple users and ignores duplicate email addresses. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7229 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"php5 migration" Updated. Removed & from &new. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7211 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"php5 migration" Updated. Removed & from &new. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7210 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The search algorithm needs some work" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7209 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"php5 migration" Updated. Removed & from &new. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7208 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The search algorithm needs some work" Updated. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7207 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Remove <br> from error and info boxes" In Progress. Removed from PDF Generator. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7131 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Bulk Export/Upload doesn't catch empty directories" Comment: Fixed. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7128 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"In the actions restrictions for a workflow, generate PDF is not included in the list as an action restriction" Fixed. Changed getDisplayName to return the name when the mime types don't exist. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7127 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Change array_merge to kt_array_merge for PHP5" Updated. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7125 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When adding a single user via authenticated source, you need to fill in the username manually and this breaks the Mass Import" Fixed. Added check for LDAP vs AD and created username based on 'givenname' if 'uid' is null in LDAP. The Jam 'uid' is always null but we can't assume all LDAP servers will return null for 'uid'. Also added a check for duplicate users when doing mass add of users from Authentication Source. Instead of failing or ignoring the user is created with '_DUPLICATE' appended so an admin can clean up afterwards. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7120 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"DB Constraint Error when adding a duplicate user from an authentication source." Fixed. Added duplicate user check. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7118 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Need to make Admin Version Notifier only appear to the administrator" Fixed. Added functionality to make the admin version notifier dashlet only appear to the administrator. Committed By: Jonathan Byrne Reviewed By: Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7115 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Admin Version Notifier is displaying when it should not." Fixed. Changed namespace from ktcore to ktstandard. Committed By: Kevin Fourie Reviewed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7104 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Admin Version Notifier is displaying when it should not." Fixed. Created a new Administration Version Notifier. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7103 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Added a document to a folder that has a disabled workflow assigned to the folder and the document could still be transitions through the states of the workflow" Fixed. A document no longer gets added to a workflow in a folder who's workflow has been disabled Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7092 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Admin Version Notifier is not working on Windows" Fixed. Added curl to the stack. KTS-2281 "Admin version notifier initial display incorrect" Fixed. Added line of text to fix display. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7087 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7066 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7060 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Input validation required on file names." Fixed. Added some sanitize checks to KTBulkExportPlugin.php Committed By: Jalaloedien Abrahams Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7045 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7035 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6989 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"cross site scripting" Updated. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6927 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By: Kevin Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6911 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Bulk Export causes Warnings" Fixed. return value from pexec() was erroneous Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6892 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2147 "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 KTS-2110 "When not having a PDF reader or similar installed the 'Generate PDF' functionality converts the file to a php format." Fixed. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6886 c91229c3-7414-0410-bfa2-8a42b809f60b -
KTS-2131 "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/trunk@6879 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2126 "Cannot compare the current version of a document to the older version" Fixed. Base version was NEVER being passed! This never could have worked as base would always be NULL! KTS-2125 "Double negative message "cannot not" in non-editable fields when comparing meta data versions" Fixed. Committed By: Kevin Reviewed By: Conrad git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6845 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"ldap plugin not validating username correctly" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6821 c91229c3-7414-0410-bfa2-8a42b809f60b
-
Committed By: Reviewed By: git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6819 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"RTFIndexer produces warnings." Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6760 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1693 "Improve the version notifier to be more intelligent about new versions" Fixed the display errors of this issue. Committed By: Kevin Reviewed By: Jalaloedien KTS-2006 "Error message when user exists is uninformative" Added PEAR error message to output. Committed By: Kevin Reviewed By: Jalaloedien git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6750 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-2076 "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/trunk@6740 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-1978 "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/trunk@6708 c91229c3-7414-0410-bfa2-8a42b809f60b