-
"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
-
"Capitalise the U in "Bulk upload"" Fixed. Changed successfully to uppercase Committed By:Yusuf Davids Reviewed By:Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7438 c91229c3-7414-0410-bfa2-8a42b809f60b
-
" Workflow Transitions reset after adding new transition to existing workflow." Fixed When adding a new transition the old data should remain intact. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7425 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Folder or files with the Test Character set as their names cannot be manipulated in WebDAV in any way." Added validation functions for special characters - /\?,.:"'*. Validation is on adding / renaming folders and documents. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7391 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Incorrect SVN tags in several files under scheduler folder" Updated. Changed $id: to $id:$ Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7384 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Scheduler's first run time not set correctly when registering task according to spec" Changed the setFirstRunTime() to accept a date input instead of a unix timestamp. KTS-2485 "Internationalise scheduler - daily/weekly/5mins, etc" Changed the dropdown to use the internationalised wording for the label. KTS-2496 "Remove unused fields from scheduler table" Removed the unused DB fields. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7381 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@7341 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." Moved the triggers into the document util copy action, fixes both webdav and KT tools. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7318 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -When editing permissions of folder, displayed cookie trail using invalid html entity »(SUP-451)" Fixed. Sanitization issue. Committed By: Kevin Fourie Reveiwed By: Jonathan Byrne git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7317 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -No easy way to delete users/User.inc(SUP-163)" Fixed: Added functionality to soft delete a user. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7310 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a dashlet for the scheduler" Added a dashlet to inform the admin user when scheduler hasn't been running. Changed the background on the bullets to transparent. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7308 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Scheduler: Change DB date format" Changed the DB to use datetime instead of a unix timestamp. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7307 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
-
"Automatically fill document title from filename" Added more logic to removing the extension from the title. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7300 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Re-enable browse by script" Updated. Enabled the original browse by. We are going to re-imagine this at a later stage. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7277 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Reason field while copying a document can not be viewed through the UI" The reason wasn't being fetched from the form info before being inserted into the DB for both the copy and move actions. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7273 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"possibility to delete a document version" Added a new transaction type for deleting a version of a document. The physical document is deleted but the DB record remains. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7270 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Automatically fill document title from filename" Added an onchange option to the file input. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7269 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add new bulk actions - copy, archive, extract" Added in the folder component of the actions. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7247 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Deactivated users still show up in list of Available Users when allocating users to a role" Added filter to check the disabled flag. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7227 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The search algorithm needs some work" Updated. Removed references to old search Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7216 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add new bulk actions - copy, archive, extract" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7215 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add new bulk actions - copy, archive, extract" Implemented. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7214 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add copy workflow trigger" Implemented. Made a base class which the copy and move is based on. Note the classes are named incorrectly to save the upgrade process. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7213 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Add copy workflow trigger" Implemented. Made a base class which the copy and move is based on. Note the classes are named incorrectly to save the upgrade process. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7206 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Deleting of document types with no associated documents should be possible" Added an icon for deleting document types if there are no associated documents. Fixed the isUsed function that checks, it was pointing to the wrong table. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7165 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Able to move workflow whilst a document is checked out." Hid the links to workflow when a document is checked out. Added an error message if the workflow template is displayed. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7156 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a Scheduler" Updated the runtime on setting task to run on the next iteration. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7152 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a Scheduler" Removed call to test class and fixed a small bug. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7149 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Implement a Scheduler" Added the scheduler plugin, with the admin UI, the class for adding a task to the scheduler and the class for running a background task. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7137 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Download column missing border in IE" Fixed. Added   as per patch. Thanks Kenny! Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7116 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Number of characters allowed in a field is not 250 as is mostly specified" Fixed International characters should now be counted properly. You should be able to checkout or check in using international character set. Committed By: Jonathan Byrne Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7099 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Make it impossible to disable the default document type." Updated. Added check in "disable" function to prevent system default doctype from being changed. Committed By: Kevin Fourie Reviewed By: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7089 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7065 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7057 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"When changing document type in web interface, triggers are not called" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7049 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7037 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7013 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"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 git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7011 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"cross site scripting" Updated. Also discovered that when updating roles, foldername was not displayed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6922 c91229c3-7414-0410-bfa2-8a42b809f60b