Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
  • documentmanagement
16 Nov, 2005
1 commit
  • Provide helpers getEnabledValues and getDisabledValues ...
    b7cdeecd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4004 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-16 14:00:24 +0000  
    Browse Dir »

15 Nov, 2005
2 commits
  • Make document transaction types a first-class entity. ...
    c59f3b1e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3999 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-15 21:47:08 +0000  
    Browse Dir »
  • Import KTTriggerRegistry ...
    277ec8a2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3996 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-15 16:01:20 +0000  
    Browse Dir »

14 Nov, 2005
2 commits
  • Remove unused (and never used) code. ...
    7e2e28d8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3977 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-14 09:20:13 +0000  
    Browse Dir »
  • Remove document collaboration (superceded by workflow). ...
    eab64267
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3976 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-14 09:18:53 +0000  
    Browse Dir »

11 Nov, 2005
1 commit
  • Add missing folding mark. ...
    56499e1f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3966 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:07:01 +0000  
    Browse Dir »

07 Nov, 2005
4 commits
  • Conform to style, and use KTUtil::getId to get the ID from $oDocument. ...
    bc4749d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3930 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 20:57:06 +0000  
    Browse Dir »
  • Add updateSearchableText, which creates a single full-text indexed ...
    b3b8774b
    string based on document contents, field values, and transaction
    history.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3928 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 15:45:04 +0000  
    Browse Dir »
  • Add updateTransactionText, which takes all the comments from all ...
    512087a6
    transactions into a single full-text indexed string in the database for
    search purposes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3927 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 14:45:41 +0000  
    Browse Dir »
  • Add a Workflow Transition transaction type, and add a getByDocument ...
    fb37eefd
    lister.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3923 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-07 14:40:40 +0000  
    Browse Dir »

06 Nov, 2005
3 commits
  • When adding a document, the "scan" trigger on the "content" action is ...
    43b5fcf8
    now checked to verify whether this document will be added.  For
    example, after doing an anti-virus check and finding a virus in the
    document.
    
    When adding a document, the "transform" trigger on the "content" action
    is now run to change attributes of the document based on its contents.
    For example, automatically adding the title from the contents of the
    document as a metadata field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3917 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 10:52:48 +0000  
    Browse Dir »
  • Modernise to use $_aFieldToSelect, use Id instead of ID ...
    353f2548
    Add most common read operation - getByDocumentAndField
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3913 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 10:46:07 +0000  
    Browse Dir »
  • getByFieldsetAndName - finding the field you want when you know its name ...
    ef3f6977
    and its fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3912 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-06 10:45:13 +0000  
    Browse Dir »

02 Nov, 2005
1 commit
  • Allow for metadata to be enabled or disabled, and add some getBy* ...
    d3b12e42
    functions for ease of use.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3907 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-02 14:09:32 +0000  
    Browse Dir »

27 Oct, 2005
1 commit
  • validateMetadata is given an array of array($oField, $sValue)s. ...
    81d34533
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3899 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-27 12:47:31 +0000  
    Browse Dir »

26 Oct, 2005
2 commits
  • Implement metadata validation using the mandatory flag on fields and ...
    22c261ba
    verifying conditional metadata fieldsets.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3893 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-26 14:04:22 +0000  
    Browse Dir »
  • Add bIsMandatory, which allows for a user to set a field as being ...
    29a1d479
    mandatory.
    
    Use KTEntityUtil's get helper function.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3892 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-26 14:02:42 +0000  
    Browse Dir »

17 Oct, 2005
1 commit
  • Set the name ("title") to the description given when uploaded. ...
    b5bd8e2c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3838 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-17 14:59:24 +0000  
    Browse Dir »

12 Oct, 2005
1 commit
  • Add aliases getParentFieldsetId and setParentFieldsetId to match the ...
    9fc46fc2
    common usage.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3803 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-12 12:07:16 +0000  
    Browse Dir »

10 Oct, 2005
1 commit
  • Fire subscription on document addition. ...
    ac7a6f59
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3780 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 08:57:22 +0000  
    Browse Dir »

06 Oct, 2005
1 commit
  • Standardise on 'Id' endings and not 'ID'. ...
    1aba00bc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3746 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-06 19:16:54 +0000  
    Browse Dir »

04 Oct, 2005
1 commit
  • Changes regarding relations of fields in a conditional fieldset ...
    9b9a4792
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3706 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-04 12:24:25 +0000  
    Browse Dir »

30 Sep, 2005
2 commits
  • Add getType (returns a string - "Normal", "Lookup", "Tree"), and add ...
    fe23a130
    getValues() for the lookup case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3694 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-30 14:02:55 +0000  
    Browse Dir »
  • Modernise to use _aFieldToSelect, and add getByDocumentField. ...
    28eecd7b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3693 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-30 14:00:48 +0000  
    Browse Dir »

29 Sep, 2005
3 commits
  • Move DocumentFieldSet to KTFieldset ...
    a1db66ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3677 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:18:26 +0000  
    Browse Dir »
  • Modernise to use _aFieldToSelect. ...
    e05fd64d
    Add isUsed(), which helps to find out if the DocumentType is used.
    Don't not delete because the type is assigned to folders.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3672 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:12:39 +0000  
    Browse Dir »
  • Modernise to use _FieldToSelect for KTEntity-related work. ...
    7cf7f16c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3670 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:10:54 +0000  
    Browse Dir »

22 Sep, 2005
1 commit
  • Pass on the error from _add. ...
    83f8937b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3664 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-22 21:08:11 +0000  
    Browse Dir »

21 Sep, 2005
1 commit
  • Fix error where second-layer nodes can't be toggled. ...
    77d694d5
    Allow a default value to be passed into the tree, which causes the path
    to the node to be opened, and the radio button for that value to be
    selected.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3647 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-21 16:43:18 +0000  
    Browse Dir »

20 Sep, 2005
3 commits
  • Checkin of the tree-like metadata, basics of fieldsets and basics of the conditional metadata tree. ...
    52302b1f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3636 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-09-20 14:59:11 +0000  
    Browse Dir »
  • Remove PhysicalDocumentManager.inc include (no longer used). ...
    f0d3c296
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3632 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 14:45:42 +0000  
    Browse Dir »
  • _generateFullFolderPath and _generateParentFolderIDS and ...
    b35475ea
    _generateFolderPath are all static - treat them like they are.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3623 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 09:06:49 +0000  
    Browse Dir »

19 Sep, 2005
2 commits
  • Get the file description from the options passed in, if available. ...
    24d65f8d
    Since objects can't be keys in PHP, pass in tuples of (object, value) to
    saveMetadata and validateMetadata.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3617 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 20:03:02 +0000  
    Browse Dir »
  • Import KTFileLikeUtil ...
    21a5f44b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3612 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 16:13:35 +0000  
    Browse Dir »

15 Sep, 2005
4 commits
  • Remove some items implemented by the abstract storage manager system, as ...
    fbb8a6c3
    well as the MIME-related functions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3605 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:51:09 +0000  
    Browse Dir »
  • Move all document addition logic (including incomplete documents that ...
    b0df6b4d
    will be completed at a later stage) into KTDocumentUtil, and use the
    abstracted storage system for existing code.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3596 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:10:30 +0000  
    Browse Dir »
  • Add storage_path to Document. ...
    81cba521
    Add createFromArray, offer getSize as an alias to getFileSize so that it
    works properly.  Add some folding and comment help.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3588 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:53:21 +0000  
    Browse Dir »
  • Deal with setting user ids when the session may not contain the user id ...
    ecd9bbfa
    (such as, when running in a script)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3569 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:40:11 +0000  
    Browse Dir »

02 Sep, 2005
1 commit
  • PHP5 fix - move over Document to KTEntityUtil's get system ...
    0cbf3f6f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3566 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-02 16:46:50 +0000  
    Browse Dir »

01 Sep, 2005
1 commit
  • getByFolderIDAndLookupID returns all documents in a folder that have the ...
    782646c2
    lookups passed in (ie, so that only those documents accessible by a
    specific user with a specific permission will be returned).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3556 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-01 17:17:40 +0000  
    Browse Dir »