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
27 Oct, 2005
2 commits
  • validateMetadata is given an array of array($oField, $sValue)s. ...
    d3c1f78e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3899 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:47:31 +0000  
    Browse Dir »
  • Redirect to the login page if nobody is logged on or if a session has ...
    edab4656
    expired and so forth.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3897 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-27 12:23:16 +0000  
    Browse Dir »

26 Oct, 2005
4 commits
  • Implement metadata validation using the mandatory flag on fields and ...
    0ec7c0f3
    verifying conditional metadata fieldsets.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3893 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 14:04:22 +0000  
    Browse Dir »
  • Add bIsMandatory, which allows for a user to set a field as being ...
    f97c4cd2
    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
    nbm authored
    2005-10-26 14:02:42 +0000  
    Browse Dir »
  • More documentation of these utility functions, return codes, general ...
    a576babc
    approach to solving the problem, &c.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3889 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 11:01:47 +0000  
    Browse Dir »
  • Add documentation describing what each function does. ...
    c0b5b218
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3888 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-26 09:40:19 +0000  
    Browse Dir »

25 Oct, 2005
4 commits
  • Allow for the setting and getting of the groups/users/roles that get ...
    dcf92b7a
    informed when a particular workflow state is entered.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3883 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:35:06 +0000  
    Browse Dir »
  • Add a link to a descriptor that describes who should be informed when a ...
    054d76c3
    document enters this state.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3882 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:34:24 +0000  
    Browse Dir »
  • getAllowedForDescriptor is a simple helper function ...
    e627906c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3881 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:33:48 +0000  
    Browse Dir »
  • Implement descriptor/user and descriptor/role handling. ...
    742f973e
    Modernise to use KTUtil::getTableName and getList2.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3880 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-25 12:33:18 +0000  
    Browse Dir »

24 Oct, 2005
6 commits
  • Implement guard group checking. Guard permission is not always set, so ...
    7f946a95
    check if it is set first.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3876 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:28:59 +0000  
    Browse Dir »
  • Add guard group and guard role. ...
    161734ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3875 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:28:00 +0000  
    Browse Dir »
  • Add validateRole and validateGroup, as well as the start of a ...
    069a31f1
    dictionary-based autovalidation system.
    
    Fix a typo in handling errors when the options have a redirection
    location.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3874 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:27:36 +0000  
    Browse Dir »
  • In KTUtil::arrayGet, by default return the mDefault (usually null) if ...
    da58bd6a
    the key references an empty value.  Previously mDefault would only be
    returned if the key didn't exist at all.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3873 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:26:02 +0000  
    Browse Dir »
  • Use KTUtil::getId to handle either ID or object being passed in. ...
    40d9b7e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3872 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:24:49 +0000  
    Browse Dir »
  • If _bUsePearError is set, return the PEAR error from the update. ...
    e9055722
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3871 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-24 10:24:28 +0000  
    Browse Dir »

20 Oct, 2005
1 commit
  • Give the display/human name for the field behaviour as well as the ...
    1a6d23fa
    namespace name.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3870 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-20 11:57:35 +0000  
    Browse Dir »

18 Oct, 2005
4 commits
  • If _bUsePearError is set, return a PEAR error instead of false. ...
    2fbae5c3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3860 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 12:11:15 +0000  
    Browse Dir »
  • When building controller URLs, put the whole (encoded) query string into ...
    5cc3ee14
    the qs request variable to simplify getting the query string and
    avoiding request variable conflicts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3849 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:18:55 +0000  
    Browse Dir »
  • Breadcrumb handling in dispatchers ...
    45be398b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3847 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:16:50 +0000  
    Browse Dir »
  • Breadcrumb handling in legacy main template ...
    2afadbbc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3846 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-18 09:16:11 +0000  
    Browse Dir »

17 Oct, 2005
4 commits
  • Deal with the case where we are included within a function. ...
    2b9447e4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3839 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 14:59:43 +0000  
    Browse Dir »
  • Set the name ("title") to the description given when uploaded. ...
    afd090bb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3838 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 14:59:24 +0000  
    Browse Dir »
  • Implement getTransitionsForDocumentUser in terms of guard permissions. ...
    4c8a1264
    Implement performTransitionOnDocument, which performs the transition,
    and which will later perform associated actions (such as adding
    something into the document transactions).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3832 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 09:20:17 +0000  
    Browse Dir »
  • Add a validator that a value isn't empty. ...
    4ae5efd4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3831 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-17 09:18:45 +0000  
    Browse Dir »

16 Oct, 2005
5 commits
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »

15 Oct, 2005
4 commits
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »

12 Oct, 2005
3 commits
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »

11 Oct, 2005
3 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 Dir »
  • 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 Dir »
  • 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 Dir »