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
16 Nov, 2005
4 commits
  • Respect metadata that is stuck to a particular status. ...
    4f375507
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4007 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-16 14:26:16 +0000  
    Browse Dir »
  • Add bIsStuck, which tells the system that the metadata's current state ...
    b5613f00
    is not to be changed in automated synchronisation with external sources.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4005 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-16 14:01:10 +0000  
    Browse Dir »
  • Provide helpers getEnabledValues and getDisabledValues ...
    181550b1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4004 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-16 14:00:24 +0000  
    Browse Dir »
  • If there's a PEAR Error detecting the dynamic conditions, act as if ...
    7067c4fa
    there aren't any, as there's nothing we can do at this point about it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4000 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-16 12:16:19 +0000  
    Browse Dir »

15 Nov, 2005
4 commits
  • Make document transaction types a first-class entity. ...
    7bc077ab
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3999 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-15 21:47:08 +0000  
    Browse Dir »
  • Make sure we return an empty array if there are no triggers defined. ...
    d63e70a2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3997 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-15 16:04:34 +0000  
    Browse Dir »
  • Import KTTriggerRegistry ...
    3a5782ba
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3996 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-15 16:01:20 +0000  
    Browse Dir »
  • Introduce system fieldsets, that are never displayed for editing/viewing ...
    0f17d0a0
    on documents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3985 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-15 14:09:56 +0000  
    Browse Dir »

14 Nov, 2005
3 commits
  • Only include webPageTemplate.inc at dispatch-time, as it has ...
    1ced5136
    side-effects when included before this time.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3981 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-14 09:31:18 +0000  
    Browse Dir »
  • Remove unused (and never used) code. ...
    120add1d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3977 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-14 09:20:13 +0000  
    Browse Dir »
  • Remove document collaboration (superceded by workflow). ...
    754d1772
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3976 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-14 09:18:53 +0000  
    Browse Dir »

11 Nov, 2005
9 commits
  • KTPermissionDynamicCondition describes the group and condition part of ...
    24628e64
    the dynamic permission assigned to a permission object.  It then allows
    for the assignment of permissions using saveAssignment.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3975 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:20:47 +0000  
    Browse Dir »
  • Take dynamic permissions into account when creating lookup permissions. ...
    c3747ad6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3974 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:11:35 +0000  
    Browse Dir »
  • If a workflow transition has a guard condition, ensure it is fulfilled ...
    7ed477c4
    before offering it as a transition available from this workflow state.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3971 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:09:33 +0000  
    Browse Dir »
  • Allow for a guard condition to be set for a workflow transition. ...
    72949a16
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3970 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:09:00 +0000  
    Browse Dir »
  • Validation for a condition (saved search and getIsCondition() == true) ...
    67e92386
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3969 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:08:40 +0000  
    Browse Dir »
  • Allow for entity_checkboxes not to print a label. ...
    a9032fec
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3968 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:08:05 +0000  
    Browse Dir »
  • KTSearchUtil requires KTSavedSearch ...
    3077f36d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3967 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:07:30 +0000  
    Browse Dir »
  • Add missing folding mark. ...
    8aebd187
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3966 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:07:01 +0000  
    Browse Dir »
  • Deal with being included in a function. ...
    b1415638
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3965 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-11 08:06:43 +0000  
    Browse Dir »

10 Nov, 2005
9 commits
  • More documentation ...
    84c327a4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3962 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 19:57:58 +0000  
    Browse Dir »
  • PHPDoc documentation for functions. ...
    d56468f8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3961 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 19:22:54 +0000  
    Browse Dir »
  • Create testConditionOnDocument which does what it says - checks if a ...
    258511d8
    condition applies to a document, returning true if it does, or false.
    
    Implement changes to make the query generated by criteriaToQuery more
    flexible, and make criteriaToLegacyQuery that does what the previous
    searches did.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3959 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 18:25:49 +0000  
    Browse Dir »
  • KTSavedSearch represents a search that can be loaded up again later, ...
    fe058346
    creatable by users for themselves or by admins for system-wide
    availability.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3949 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:48:47 +0000  
    Browse Dir »
  • SearchUtil helps in searches, particularly in converting criteria sets ...
    70455465
    to SQL queries that will find the documents in question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3948 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:31:06 +0000  
    Browse Dir »
  • Add nameToLocalNamespace, which auto-generates a namespace for the cases ...
    71f72bab
    where users create the objects in question and can't be bothered to make
    a unique namespace.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3945 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:26:23 +0000  
    Browse Dir »
  • Remove excess semi-colon, no code changes. ...
    6ca8c806
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3944 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:25:20 +0000  
    Browse Dir »
  • Be more lenient, getHasLookup() will return a false-equivalent, but not ...
    84ecbfd1
    always boolean false, when there is no lookup for the field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3943 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:25:02 +0000  
    Browse Dir »
  • Default $iId to -1, so that the checks that we're not created work ...
    26175648
    properly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3941 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-10 15:24:06 +0000  
    Browse Dir »

08 Nov, 2005
4 commits
  • Document actions are now dispatchers - they can be accessed at ...
    a3f1a92c
    /action.php/actionname.  (Single) document actions expect the document
    id in fDocumentId, and validate the document exists before continuing.
    
    In future, they will perform all the usual show/disable checks before
    continuing on their business.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3936 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-08 15:06:35 +0000  
    Browse Dir »
  • Allow for actions to be looked up by nsname. ...
    3cbb5d5f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3935 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-08 15:04:13 +0000  
    Browse Dir »
  • Don't assume someone else has included the webpageTemplate.inc file. ...
    8ca6995e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3934 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-08 15:03:51 +0000  
    Browse Dir »
  • Use KT_LIB_DIR and KT_DIR rather than $default->... ...
    f4dd043c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3931 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-08 14:42:00 +0000  
    Browse Dir »

07 Nov, 2005
7 commits
  • Conform to style, and use KTUtil::getId to get the ID from $oDocument. ...
    9477d0bb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3930 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 20:57:06 +0000  
    Browse Dir »
  • Add search criteria to search on transaction text and all searchable ...
    8f408d65
    text attached to a document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3929 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 20:56:35 +0000  
    Browse Dir »
  • Add updateSearchableText, which creates a single full-text indexed ...
    eb0a74bb
    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
    nbm authored
    2005-11-07 15:45:04 +0000  
    Browse Dir »
  • Add updateTransactionText, which takes all the comments from all ...
    334a26ca
    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
    nbm authored
    2005-11-07 14:45:41 +0000  
    Browse Dir »
  • Improve function documentation, and create a transaction when workflow ...
    6ece9666
    state transitions occur.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3924 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:41:29 +0000  
    Browse Dir »
  • Add a Workflow Transition transaction type, and add a getByDocument ...
    fbe471c8
    lister.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3923 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:40:40 +0000  
    Browse Dir »
  • Add a criteria to be able to search on workflow state, and to be able to ...
    e8afa648
    view workflow state of documents in the browse window.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3922 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-07 14:40:01 +0000  
    Browse Dir »