-
…re setting them to an empty string. Committed by: Megan Watson Conflicts: ktapi/KTAPIDocument.inc.php
-
Committed by: Megan Watson Reviewed by: JP Bauer
-
PT: 2294845 Committed by: Megan Watson
-
PT: 2229696 Committed by: Megan Watson
-
…eck around sanitize metadata. Committed by: Megan Watson
-
…e entered with a dash or forward slash KTC-876 Updated: Added best effort date format resolution on the server for handeling date inputs from raw text fields. Committed by: Charl Joseph Mert Reviewed by: Prince Mbekwa
-
…ay to map DB columns to variables. It was causing a php error and killing the baobab get properties and rename functions. Jira: BBS-1626 Committed by: Megan Watson
-
Committer: JP Moderator: Prince
-
PT: 1639772 Committed by: Charl Joseph Mert Reviewed by: Megan Watson
-
PT: 1347345 Jira: KTS-4408 Committed by: Megan Watson
-
Reviewed: Megan Watson
-
…, allowing vuiewing of document content through a CMIS client. Story ID: 966928. In order to view content from the repository using CMIS, as a developer, I would like KnowledgeTree's CMIS interface to handle fetching content streams Committed by: Paul Barrett Reviewed by: Jarrett Jordaan
-
Commited by: Jarrett Jordaan Reviewed by: Megan Watson
-
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
-
Jarrett Jordaan Megan Watson
-
… action. I also added the folder checking code from the bulk move action to check into subfolders and prevent these actions when any document in the selected folder tree does not permit them. Additionally I added this folder checking to the copy function since it made sense that it belongs in all 4 of the delete/move/copy/archive actions to check down into the folder structure before proceeding. Checked out documents can be deleted or archived by bulk action Fixed Committed By: Paul Barrett Reviewed by: Megan Watson
-
…tmanagement/documentutil.inc.php. This only affects the document level. I am still looking at preventing moving of folders containing immutable documents. "Immutable documents can still be moved (SUP-1511)" In Progress Committed by: Paul Barrett Reviewed by: Megan Watson
-
Committed By: Kevin Cyster
-
…ted and the document cache refreshed before adding the custom number, otherwise it gets lost. Fixed. Committed by: Megan Watson Reviewed by: Kevin Cyster
-
…n, before updating the permissions. "CLONE -Error in Custom numbering with dynamic conditions (SUP-1610)" Fixed. Committed by: Megan Watson Reviewed by: Kevin Cyster
-
…m number before assigning the workflow. "CLONE -Custom Numbering issue with Workflow per document type (SUP-1524)" Fixed. Committed by: Megan Watson Reviewed by: Kevin Cyster
-
…ror checking to the rest webservice. Added unit tests. Fixed bugs in the folder rename and move actions, the document delete action and a few minor errors in the soap webservice class.
-
KnowledgeTree and KTAPI. git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9736 c91229c3-7414-0410-bfa2-8a42b809f60b
-
…Document functions to use the core functions. Committed by: Megan Watson Reviewed by: Kevin Cyster git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9727 c91229c3-7414-0410-bfa2-8a42b809f60b
-
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9700 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTS-3969 Added a new configuration option to allow the administrator to select whether or not to bump version numbers on file rename. Committed by: Donald Jackson Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9688 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-661 Removed static keyword from getField* functions as Proxy mechanism isn't PHP5 compliant. Added code to ensure KTEntity does not proxy magic functions. Merged from 3.5.4a STABLE. Committed by: Donald Jackson Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9684 c91229c3-7414-0410-bfa2-8a42b809f60b
-
KTC-654 Merge to trunk. Committed by: Donald Jackson Reviewed by: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9674 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"The Custom Document No is lost after a Document Filename has been renamed" Fixed. Added triggers to document rename. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9527 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -Two Files with Same Name, Different DocID but both listings in KTExplorer point to one file, and not the other.(SUP-963)" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9499 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Deleting older versions of a document also delete the current content" Fixed. Added a check on the storage path to prevent the current content being deleted. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9492 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Although 'Action Restrictions' for 'Archive' is set the user can still 'Archive' the document via the bulk actions when in folder view." Fixed. Added a check for workflow before doing the archive. KTS-3758 "When attempting to Archive a folder that contains no documents the Status is given as being 'Non-numeric identifier'" Fixed. Added a check around explode($sDocuments) to create an empty array if $sDocuments is empty otherwise it creates an array containing an empty array which is not seen as empty. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9468 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Although 'Action Restrictions' for 'Delete' and 'Download' are set the user can still Delete and Download the document via the bulk actions when in folder view." Fixed. Added a check on the workflow. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9439 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"Coping a document to a new location with your repository, should the modified date and time stamp be updated?" Fixed. Also removed some dead code... Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9413 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"A license file (once uploaded) is seen as a binary file" Fixed. Committed By: Conrad Vermeulen Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9269 c91229c3-7414-0410-bfa2-8a42b809f60b
-
"CLONE -When a document starts of as e.g. a .doc file, but the next version is a pdf file, then it remains to be seen as a Word document in some respects(SUP-675)" Fixed. The mime type is only changed if the filename changes and is derived from the new filename. Committed by: Megan Watson Reviewed by: Conrad Vermeulen git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@9255 c91229c3-7414-0410-bfa2-8a42b809f60b