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
19 Nov, 2005
10 commits
  • BrowseQuery should only show live documents. ...
    a72ca98d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4068 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 22:09:55 +0000  
    Browse Dir »
  • Automatically create breadcrumbs for document actions. ...
    8dfb96d6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4065 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 21:41:49 +0000  
    Browse Dir »
  • Look for the _last_ dot, not the first dot, to find the file extension. ...
    e73a26fc
    SF Tracker:	1333366
    Submitted by:	Stefano Ciancio (sciancio)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4063 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 21:23:40 +0000  
    Browse Dir »
  • Remove the fixme on last_modified_by being passed into the document ...
    4fc469ae
    details fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4058 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:49:16 +0000  
    Browse Dir »
  • Put $main truly into the global scope using $GLOBALS. ...
    a7290696
    If no contents are passed to the template, put up an error message.
    
    Add the ability to include standalone javascript in a page.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4057 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:48:42 +0000  
    Browse Dir »
  • Add modified user tracking to the checkin functionality. ...
    2fd83860
    Rename setModifiedDate to setModified, and require the user to be passed
    in.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4056 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:47:31 +0000  
    Browse Dir »
  • Add the modified_user_id column to the Document object as ...
    d6db2953
    iModifiedUserId.  It is set to iCreatorId on creation of the document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4055 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:46:08 +0000  
    Browse Dir »
  • Add breadcrumbsForFolder and breadcrumbsForDocument, which autogenerates ...
    784ce251
    the breadcrumbs for a folder or document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4054 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:45:14 +0000  
    Browse Dir »
  • Make sure we've included kt3template.inc.php by the time a ...
    16691fc0
    KTStandardDispatcher is initialised (or $main isn't set)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4053 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:44:19 +0000  
    Browse Dir »
  • Add a file upload widget. ...
    51c2c69e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4052 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:43:25 +0000  
    Browse Dir »

18 Nov, 2005
8 commits
  • Add setDispatcher for portlets, so that portlets can get their hands on ...
    614ad83f
    context for decisions on how to display themselves.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4046 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 18:28:20 +0000  
    Browse Dir »
  • By default, document actions require the ktcore.permissions.read ...
    bea01a76
    permission to display and to be called.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4045 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 18:27:26 +0000  
    Browse Dir »
  • Get the portlets to add to the page from the portlet registry. ...
    bcccc09b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4044 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 18:26:47 +0000  
    Browse Dir »
  • Add a registry that portlets can register themselves into. ...
    46a9381d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4042 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 18:24:07 +0000  
    Browse Dir »
  • improved info, error handling. ...
    fbaae9ae
    improved field & fieldset editing.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4040 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-18 16:20:52 +0000  
    Browse Dir »
  • 5 Brad Shuttleworth <brad@jamwarehouse.com> Fri 2005-11-18 15:55:21 +0200 ...
    d6f0d1fa
    merge up: 2005-11-18 15:55
    
    
        4 Brad Shuttleworth <brad@jamwarehouse.com>	Fri 2005-11-18 15:47:16 +0200
          merge in admin first-pass update.
    
    
        3 Brad Shuttleworth <brad@jamwarehouse.com>	Fri 2005-11-18 13:18:04 +0200
          merged in the dispatcher / templating changes to correctly handle info and error messages.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4039 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-18 13:54:43 +0000  
    Browse Dir »
  • Remove last vestiges of old permission and routing system ...
    74e50a60
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4032 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 11:34:27 +0000  
    Browse Dir »
  • Remove vestiges of the old permissions and routing system. ...
    3ac5770a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4030 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 11:08:48 +0000  
    Browse Dir »

16 Nov, 2005
9 commits
  • Fix the workflow-related Fixme, displaying the current workflow state ...
    aad3ea00
    and a link to controlling this document's workflow.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4019 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-16 21:15:44 +0000  
    Browse Dir »
  • Implement fieldsetsForDocument, which returns all the fieldsets that are ...
    c275de94
    or should be set on a document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4018 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-16 21:14:33 +0000  
    Browse Dir »
  • Add options to getNonGenericFieldsets, getGenericFieldsets, and ...
    ad827566
    getForDocumentType
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4017 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-16 21:13:48 +0000  
    Browse Dir »
  • Fix some merge errors from the KT3 UI landing. ...
    837611e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4015 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-16 19:04:56 +0000  
    Browse Dir »
  • Welcome to KT3 ...
    3dd1c0bb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4014 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-16 15:47:22 +0000  
    Browse Dir »
  • Respect metadata that is stuck to a particular status. ...
    f5704b0e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4007 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-16 14:26:16 +0000  
    Browse Dir »
  • Add bIsStuck, which tells the system that the metadata's current state ...
    b4b28e6d
    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
    Neil Blakey-Milner authored
    2005-11-16 14:01:10 +0000  
    Browse Dir »
  • 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 »
  • If there's a PEAR Error detecting the dynamic conditions, act as if ...
    e2f18ec4
    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
    Neil Blakey-Milner authored
    2005-11-16 12:16:19 +0000  
    Browse Dir »

15 Nov, 2005
4 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 »
  • Make sure we return an empty array if there are no triggers defined. ...
    6d07ab70
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3997 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-15 16:04:34 +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 »
  • Introduce system fieldsets, that are never displayed for editing/viewing ...
    94038458
    on documents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3985 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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 ...
    0ace942c
    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
    Neil Blakey-Milner authored
    2005-11-14 09:31:18 +0000  
    Browse Dir »
  • 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
6 commits
  • KTPermissionDynamicCondition describes the group and condition part of ...
    d8b81846
    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
    Neil Blakey-Milner authored
    2005-11-11 08:20:47 +0000  
    Browse Dir »
  • Take dynamic permissions into account when creating lookup permissions. ...
    99429679
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3974 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:11:35 +0000  
    Browse Dir »
  • If a workflow transition has a guard condition, ensure it is fulfilled ...
    2f08665f
    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
    Neil Blakey-Milner authored
    2005-11-11 08:09:33 +0000  
    Browse Dir »
  • Allow for a guard condition to be set for a workflow transition. ...
    783797df
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3970 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:09:00 +0000  
    Browse Dir »
  • Validation for a condition (saved search and getIsCondition() == true) ...
    e2a5e2e1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3969 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:08:40 +0000  
    Browse Dir »
  • Allow for entity_checkboxes not to print a label. ...
    45d819c7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3968 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-11 08:08:05 +0000  
    Browse Dir »