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
15 Oct, 2005
6 commits
  • Remove unused file. ...
    bb93aa59
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3816 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-15 10:35:30 +0000  
    Browse Code »
  • Use new-style permission system to control what documents are shown and ...
    e3b10fa4
    not shown.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3815 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-15 09:31:21 +0000  
    Browse Code »
  • Use SqlResultSetAdapter instead of old-style direct database requests. ...
    d3a50456
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3814 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-15 09:29:43 +0000  
    Browse Code »
  • Add some method-level documentation, and finish folding tags ...
    867b74b9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3813 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-15 09:28:40 +0000  
    Browse Code »
  • Give the GroupUtil functions the KTUtil::getId and aOptions workover, to ...
    eaeef97f
    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
    Neil Blakey-Milner authored
    2005-10-15 09:28:05 +0000  
    Browse Code »
  • Defaults for Folder - not public, and no document type restriction ...
    977e5897
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3811 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-15 08:07:10 +0000  
    Browse Code »

12 Oct, 2005
9 commits
  • Put debugging information back on for now. ...
    952e9f9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3810 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-12 12:19:43 +0000  
    Browse Code »
  • Show incomplete status in template, and expose simple and complex ...
    cb1cc5a8
    conditional fieldsets.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3809 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-12 12:12:03 +0000  
    Browse Code »
  • Show incomplete status while editing fieldset. ...
    43aa4b86
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3808 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-12 12:11:27 +0000  
    Browse Code »
  • Set fieldset to incomplete on storing a new relationship. ...
    333c38fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3807 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-12 12:11:07 +0000  
    Browse Code »
  • Implement completeness-related work - any change in a conditional ...
    1c9d492a
    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
    Neil Blakey-Milner authored
    2005-10-12 12:10:37 +0000  
    Browse Code »
  • Add checkConditionalFieldsetCompleteness which checks whether the ...
    d0528527
    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
    Neil Blakey-Milner authored
    2005-10-12 12:09:21 +0000  
    Browse Code »
  • Add is_complete and is_complex to Fieldset, as well as a mechanism to ...
    61c69bbd
    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
    Neil Blakey-Milner authored
    2005-10-12 12:07:49 +0000  
    Browse Code »
  • 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 Code »
  • pass back fieldset_id in storeRelationship. ...
    e167be36
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3802 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth 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 ...
    7fe6097f
    (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
    Brad Shuttleworth authored
    2005-10-11 19:20:19 +0000  
    Browse Code »
  • made conditional usage handle friendly names better in the current ...
    85c2e7b7
    environment.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3800 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-10-11 19:07:00 +0000  
    Browse Code »
  • Convert a var_dump into a debug log instead. ...
    8e037b34
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3799 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 15:27:49 +0000  
    Browse Code »
  • Add some debugging log helpers ...
    3578524d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3798 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 15:26:42 +0000  
    Browse Code »
  • Implement getNext for not only the simple case. ...
    2a111463
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3797 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 15:26:18 +0000  
    Browse Code »
  • Replace static templates with behaviour based on passed-in values. ...
    73a4d2a3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3796 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 13:23:32 +0000  
    Browse Code »
  • Set the behaviour id for subsequent requests correctly. ...
    e2de44db
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3795 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 13:22:36 +0000  
    Browse Code »
  • Correctly populate field_behaviour_options, and restrict the shown items ...
    df0c6dfd
    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
    Neil Blakey-Milner authored
    2005-10-11 13:22:02 +0000  
    Browse Code »
  • Add getByLookupAndParentBehaviour, which finds the value instance with ...
    f30954e1
    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
    Neil Blakey-Milner authored
    2005-10-11 13:21:15 +0000  
    Browse Code »
  • Beginning implementation of conditional complex edit. ...
    38cd7e24
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3792 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 12:16:57 +0000  
    Browse Code »
  • Add a validator for field behaviours ...
    54c2a572
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3791 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 12:16:05 +0000  
    Browse Code »
  • Get a list of field behaviours based on the field they're attached to. ...
    5dd33b59
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3790 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-11 12:15:47 +0000  
    Browse Code »

10 Oct, 2005
11 commits
  • update to make initialisation work completely from the client-side (less ...
    cf870b27
    server-side initialisation).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3789 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth 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. ...
    fc98e5e0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3788 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:18:26 +0000  
    Browse Code »
  • Also set the "LANGUAGE" environment variable to the language given. ...
    ed774012
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3787 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:10:13 +0000  
    Browse Code »
  • Add a "workflow" action to documents. ...
    ff8e75a6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3786 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:06:38 +0000  
    Browse Code »
  • Modernise bulk import to use dispatcher validation and implement ...
    51c1b9fd
    document type choice.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3785 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:05:45 +0000  
    Browse Code »
  • Add breadcrumb display support ...
    60782450
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3784 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:04:21 +0000  
    Browse Code »
  • Make subscriptions recurse down folders. ...
    119cb5b5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3783 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:02:01 +0000  
    Browse Code »
  • Remove code from previous conditional metadata framework. ...
    117d6504
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3782 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:01:34 +0000  
    Browse Code »
  • Unused template from previous conditional metadata framework ...
    6fe18cb2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3781 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 09:01:09 +0000  
    Browse Code »
  • 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 Code »
  • Remove unused files from previous conditional metadata framework. ...
    f1368aaa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3779 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-10 08:54:52 +0000  
    Browse Code »

07 Oct, 2005
2 commits
  • Allow setting of master field, and don't allow ordering unless the ...
    20a9083f
    master field is set.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3778 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-07 15:24:35 +0000  
    Browse Code »
  • Change from fieldset[] to fieldset, as we always send exactly one ...
    6ff4e741
    fieldset through.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3777 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-07 15:24:16 +0000  
    Browse Code »