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
  • actions
22 Nov, 2005
1 commit
  • Fix typo - sBuildInAction -> sBuiltInAction ...
    19d25f24
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4116 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-22 20:33:35 +0000  
    Browse Dir »

21 Nov, 2005
1 commit
  • Only use generateLink() if the url is a path ...
    2c6130c0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4085 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-21 13:55:58 +0000  
    Browse Dir »

20 Nov, 2005
1 commit
  • Give KTFolderAction a makeover, making it analogous to KTDocumentAction ...
    26c505fd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4078 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-20 22:38:50 +0000  
    Browse Dir »

19 Nov, 2005
2 commits
  • Check the action permission automatically in the check method. ...
    106f959b
    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
    Neil Blakey-Milner authored
    2005-11-19 23:09:52 +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 »

18 Nov, 2005
2 commits
  • 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 »
  • 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 »

16 Nov, 2005
2 commits
  • 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 »

08 Nov, 2005
2 commits
  • Document actions are now dispatchers - they can be accessed at ...
    61efca60
    /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
    Neil Blakey-Milner authored
    2005-11-08 15:06:35 +0000  
    Browse Dir »
  • Allow for actions to be looked up by nsname. ...
    f7b48118
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3935 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-08 15:04:13 +0000  
    Browse Dir »

05 Oct, 2005
3 commits
  • Disable actions not allowed by the workflow state the document is in. ...
    ff14262d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3739 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-05 12:45:37 +0000  
    Browse Dir »
  • Add some accessors to allow easy use of actions via templates. ...
    661a5e5e
    Add getAllDocumentActions and getDocumentActionsByNames to help workflow
    mappings to actions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3728 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-05 12:17:51 +0000  
    Browse Dir »
  • Save the nsname of the action. ...
    d4a3425b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3727 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-10-05 12:16:05 +0000  
    Browse Dir »

15 Sep, 2005
1 commit
  • Add folder actions (analogous to document actions, except on folders) ...
    63c4ea3d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3601 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:41:11 +0000  
    Browse Dir »

01 Sep, 2005
1 commit
  • Add document actions and an action registry to register them. ...
    042186db
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3560 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-01 19:05:08 +0000  
    Browse Dir »