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
16 Oct, 2005
6 commits
  • Put a pointer to the boolean search here for now. ...
    c852d0a2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3824 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:23:27 +0000  
    Browse Code »
  • Add getWorkflowForDocument and getWorkflowStateForDocument, which do ...
    d3ee15c9
    what they say they do.
    
    Add getTransitionsForDocumentUser stub, which should eventually list the
    transitions available for a document (taking its current state into
    account) for a specific user (taking groups/roles into account).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3823 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:23:01 +0000  
    Browse Code »
  • Add showDescription pretty printer for transition ...
    af79e108
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3822 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:21:40 +0000  
    Browse Code »
  • Add entity_radios smarty function ...
    543cc0ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3821 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:21:18 +0000  
    Browse Code »
  • Add a content criterion - allows for document contents to be searched in ...
    7987fb7e
    advanced/boolean search.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3820 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:20:52 +0000  
    Browse Code »
  • Add successRedirectToMain as an additional helper ...
    21f1333a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3819 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-16 21:20:27 +0000  
    Browse Code »

15 Oct, 2005
8 commits
  • Implement new permission system effect onto search results. ...
    dcf3f505
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3818 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 10:37:53 +0000  
    Browse Code »
  • Don't put quotes around text keys to input arrays - they aren't needed, ...
    4adf3ee5
    and they just add the quotes into the request variable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3817 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 10:37:11 +0000  
    Browse Code »
  • Remove unused file. ...
    ab609d20
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3816 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 10:35:30 +0000  
    Browse Code »
  • Use new-style permission system to control what documents are shown and ...
    fbceae5f
    not shown.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3815 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 09:31:21 +0000  
    Browse Code »
  • Use SqlResultSetAdapter instead of old-style direct database requests. ...
    dbf7ddcb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3814 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 09:29:43 +0000  
    Browse Code »
  • Add some method-level documentation, and finish folding tags ...
    e7b1d9b7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3813 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 09:28:40 +0000  
    Browse Code »
  • Give the GroupUtil functions the KTUtil::getId and aOptions workover, to ...
    ed84616a
    allow either objects or ids to be given as input, and to be requested as
    output.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3812 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 09:28:05 +0000  
    Browse Code »
  • Defaults for Folder - not public, and no document type restriction ...
    18817f95
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3811 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-15 08:07:10 +0000  
    Browse Code »

12 Oct, 2005
9 commits
  • Put debugging information back on for now. ...
    9337a081
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3810 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:19:43 +0000  
    Browse Code »
  • Show incomplete status in template, and expose simple and complex ...
    4596c083
    conditional fieldsets.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3809 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:12:03 +0000  
    Browse Code »
  • Show incomplete status while editing fieldset. ...
    8b0b18aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3808 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:11:27 +0000  
    Browse Code »
  • Set fieldset to incomplete on storing a new relationship. ...
    476384ba
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3807 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:11:07 +0000  
    Browse Code »
  • Implement completeness-related work - any change in a conditional ...
    e81399d2
    fieldset sets the fieldset as incomplete, requiring the use of
    "checkComplete" to set it to be complete again, which checks if it can
    be considered complete first.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3806 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:10:37 +0000  
    Browse Code »
  • Add checkConditionalFieldsetCompleteness which checks whether the ...
    73dbf3b8
    configuration of a conditional fieldset makes sense enough to be used.
    
    Also avoid clobbering aValues in getNext...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3805 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:09:21 +0000  
    Browse Code »
  • Add is_complete and is_complex to Fieldset, as well as a mechanism to ...
    419602e6
    look up a fieldset based on a document field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3804 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:07:49 +0000  
    Browse Code »
  • Add aliases getParentFieldsetId and setParentFieldsetId to match the ...
    68921d90
    common usage.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3803 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-12 12:07:16 +0000  
    Browse Code »
  • pass back fieldset_id in storeRelationship. ...
    8bd581fc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3802 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-10-12 09:38:12 +0000  
    Browse Code »

11 Oct, 2005
12 commits
  • symptom fix - key the value-array on the lookup id, so that even if we ...
    eec06f53
    (somehow) have multiple possible versions coming in we don't display
    them to the end user.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3801 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-10-11 19:20:19 +0000  
    Browse Code »
  • made conditional usage handle friendly names better in the current ...
    ec89ec72
    environment.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3800 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-10-11 19:07:00 +0000  
    Browse Code »
  • Convert a var_dump into a debug log instead. ...
    fa3270a7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3799 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 15:27:49 +0000  
    Browse Code »
  • Add some debugging log helpers ...
    28517e94
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3798 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 15:26:42 +0000  
    Browse Code »
  • Implement getNext for not only the simple case. ...
    845369a1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3797 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 15:26:18 +0000  
    Browse Code »
  • Replace static templates with behaviour based on passed-in values. ...
    6150dece
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3796 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 13:23:32 +0000  
    Browse Code »
  • Set the behaviour id for subsequent requests correctly. ...
    a3da4dd0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3795 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 13:22:36 +0000  
    Browse Code »
  • Correctly populate field_behaviour_options, and restrict the shown items ...
    4e4a660d
    to those not in field_behaviour_options already.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3794 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 13:22:02 +0000  
    Browse Code »
  • Add getByLookupAndParentBehaviour, which finds the value instance with ...
    34d0fb8e
    specified lookup value reached by the specified behaviour.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3793 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 13:21:15 +0000  
    Browse Code »
  • Beginning implementation of conditional complex edit. ...
    d973179e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3792 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 12:16:57 +0000  
    Browse Code »
  • Add a validator for field behaviours ...
    7e2ec164
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3791 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 12:16:05 +0000  
    Browse Code »
  • Get a list of field behaviours based on the field they're attached to. ...
    16330340
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3790 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-11 12:15:47 +0000  
    Browse Code »

10 Oct, 2005
5 commits
  • update to make initialisation work completely from the client-side (less ...
    4123f625
    server-side initialisation).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3789 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-10-10 09:47:50 +0000  
    Browse Code »
  • Don't try build free/parent lists if the master field isn't set yet. ...
    df4313d2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3788 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-10 09:18:26 +0000  
    Browse Code »
  • Also set the "LANGUAGE" environment variable to the language given. ...
    f0795c98
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3787 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-10 09:10:13 +0000  
    Browse Code »
  • Add a "workflow" action to documents. ...
    ba32dec4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3786 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-10 09:06:38 +0000  
    Browse Code »
  • Modernise bulk import to use dispatcher validation and implement ...
    3c71a8fb
    document type choice.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3785 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-10 09:05:45 +0000  
    Browse Code »