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
20 Nov, 2005
3 commits
  • Add validateDocumentType as a validator ...
    bef81e7e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4079 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-20 22:39:12 +0000  
    Browse Dir »
  • Give KTFolderAction a makeover, making it analogous to KTDocumentAction ...
    cd27b0a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4078 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-20 22:38:50 +0000  
    Browse Dir »
  • Add a static text widget - for when the user doesn't have a choice... ...
    9f319918
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4076 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-20 22:37:45 +0000  
    Browse Dir »

19 Nov, 2005
12 commits
  • Allow for actions to be set for the folder and document links on the ...
    1387af01
    breadcrumbs generated in breadcrumbsForFolder/Document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4072 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-19 23:10:29 +0000  
    Browse Dir »
  • Check the action permission automatically in the check method. ...
    0f0e3f6f
    Document action breadcrumbs now default to going to the "view" for
    folders and documents.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4071 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-19 23:09:52 +0000  
    Browse Dir »
  • BrowseQuery should only show live documents. ...
    7f3cfc86
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4068 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-19 22:09:55 +0000  
    Browse Dir »
  • Automatically create breadcrumbs for document actions. ...
    746a5684
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4065 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-19 21:41:49 +0000  
    Browse Dir »
  • Look for the _last_ dot, not the first dot, to find the file extension. ...
    3f937237
    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
    nbm authored
    2005-11-19 21:23:40 +0000  
    Browse Dir »
  • Remove the fixme on last_modified_by being passed into the document ...
    f2b5b85d
    details fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4058 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-19 20:49:16 +0000  
    Browse Dir »
  • Put $main truly into the global scope using $GLOBALS. ...
    e31f671c
    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
    nbm authored
    2005-11-19 20:48:42 +0000  
    Browse Dir »
  • Add modified user tracking to the checkin functionality. ...
    8edec41e
    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
    nbm authored
    2005-11-19 20:47:31 +0000  
    Browse Dir »
  • Add the modified_user_id column to the Document object as ...
    bb1b2bce
    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
    nbm authored
    2005-11-19 20:46:08 +0000  
    Browse Dir »
  • Add breadcrumbsForFolder and breadcrumbsForDocument, which autogenerates ...
    ce615c6d
    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
    nbm authored
    2005-11-19 20:45:14 +0000  
    Browse Dir »
  • Make sure we've included kt3template.inc.php by the time a ...
    50a953bf
    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
    nbm authored
    2005-11-19 20:44:19 +0000  
    Browse Dir »
  • Add a file upload widget. ...
    5b8a198b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4052 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    6b506383
    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
    nbm authored
    2005-11-18 18:28:20 +0000  
    Browse Dir »
  • By default, document actions require the ktcore.permissions.read ...
    cd80f029
    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
    nbm authored
    2005-11-18 18:27:26 +0000  
    Browse Dir »
  • Get the portlets to add to the page from the portlet registry. ...
    b4de176f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4044 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-18 18:26:47 +0000  
    Browse Dir »
  • Add a registry that portlets can register themselves into. ...
    04d6f681
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4042 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-18 18:24:07 +0000  
    Browse Dir »
  • improved info, error handling. ...
    47cbbe5f
    improved field & fieldset editing.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4040 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-18 16:20:52 +0000  
    Browse Dir »
  • 5 Brad Shuttleworth <brad@jamwarehouse.com> Fri 2005-11-18 15:55:21 +0200 ...
    7de4999f
    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
    bshuttle authored
    2005-11-18 13:54:43 +0000  
    Browse Dir »
  • Remove last vestiges of old permission and routing system ...
    9039430d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4032 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-18 11:34:27 +0000  
    Browse Dir »
  • Remove vestiges of the old permissions and routing system. ...
    0282948c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4030 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    8773b4b0
    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
    nbm authored
    2005-11-16 21:15:44 +0000  
    Browse Dir »
  • Implement fieldsetsForDocument, which returns all the fieldsets that are ...
    d9d2b39c
    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
    nbm authored
    2005-11-16 21:14:33 +0000  
    Browse Dir »
  • Add options to getNonGenericFieldsets, getGenericFieldsets, and ...
    3d2979b3
    getForDocumentType
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4017 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-16 21:13:48 +0000  
    Browse Dir »
  • Fix some merge errors from the KT3 UI landing. ...
    ee12b535
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4015 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-16 19:04:56 +0000  
    Browse Dir »
  • Welcome to KT3 ...
    f20b6b39
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4014 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-16 15:47:22 +0000  
    Browse Dir »
  • 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
1 commit
  • 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 »