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
  • plugins
  • ktcore
30 Nov, 2005
3 commits
  • Break history up into transaction history and version history. ...
    6acb6c30
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4271 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 14:38:39 +0000  
    Browse Dir »
  • Add "Edit Metadata" as a document action. ...
    1a396b9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4267 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-30 13:31:06 +0000  
    Browse Dir »
  • - all subscription-notifications can now be cleared. ...
    d8170502
    - checked out documents are now listed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4260 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-30 09:39:50 +0000  
    Browse Dir »

29 Nov, 2005
3 commits
  • - add user assistance infrastructure. ...
    4ebf668b
    - incorporate basic information on the installation / howto side of things
    - highlight the beta state.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4258 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-29 14:33:20 +0000  
    Browse Dir »
  • Include KTDashletPlugins.php for dashboard dashlets. ...
    09e5fb43
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4248 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-29 13:13:06 +0000  
    Browse Dir »
  • - add dashlets, which let plugins put items on the users dashboard. ...
    6a82bafe
    - made the dashboard not show plugins.
    - added plugin-helpers for dashlets.
    - fix typo in INSTALL.txt
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4240 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-29 10:21:56 +0000  
    Browse Dir »

27 Nov, 2005
2 commits
  • Adding documents requires the write permission. ...
    44c85fa1
    For now, start a transaction for the document addition.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4204 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-27 21:19:22 +0000  
    Browse Dir »
  • Remove erroneous LDAP authentication provider registration - it is in ...
    847acbe2
    ktstandard.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4189 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-27 12:18:19 +0000  
    Browse Dir »

25 Nov, 2005
6 commits
  • Admin page to manage different authentication methods ...
    981633eb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4176 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 20:16:42 +0000  
    Browse Dir »
  • - make conditional metadata work again. ...
    b34fd201
    - add a titles to various pages.
    - make columns include toggleselect.
    - rolled in treewidgets
    - correct the $main !== $this->oPage issue
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4169 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-25 15:26:35 +0000  
    Browse Dir »
  • Front page for authentication sources. ...
    b91d7de5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4168 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 10:39:21 +0000  
    Browse Dir »
  • Create a registered plugin for KTCore, and register admin pages and ...
    496a465c
    categories.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4164 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:53:56 +0000  
    Browse Dir »
  • Hook up bulk import and bulk upload folder actions. ...
    62afccc0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4163 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:52:14 +0000  
    Browse Dir »
  • Moved into lib/authentication/ ...
    cb2423c9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4160 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:41:47 +0000  
    Browse Dir »

24 Nov, 2005
4 commits
  • Start the authentication framework - authentication providers provide ...
    b3b0cfb6
    authentication for users.  Users can be configured to use a particular
    authenticator, which is a specific instance given by the authentication
    provider configured for operation.  (So, basically, you can have two
    LDAP authenticators and the built-in authenticator, and different users
    can use different authenticators.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4158 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:25:41 +0000  
    Browse Dir »
  • Use the new location of the admin registry ...
    a3ac7796
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4156 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:21:17 +0000  
    Browse Dir »
  • Move admin navigation registry into lib/plugins ...
    2b2db2ff
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4154 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:20:24 +0000  
    Browse Dir »
  • Make bulk upload a folder action. ...
    bd675621
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4149 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 13:52:39 +0000  
    Browse Dir »

23 Nov, 2005
8 commits
  • Implement bulk import as a folder action. ...
    c8e30c78
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4146 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 22:15:14 +0000  
    Browse Dir »
  • merge in role management. ...
    fc3fd774
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4129 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-23 13:58:01 +0000  
    Browse Dir »
  • Implement folder permissions view/edit using the folder actions framework. ...
    f064d79a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4126 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 12:23:14 +0000  
    Browse Dir »
  • Put some code folding helpers around actions ...
    dd4461aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4125 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 12:22:36 +0000  
    Browse Dir »
  • Use default messages instead. ...
    aec424e0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4123 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 11:43:48 +0000  
    Browse Dir »
  • - add org admin, unit admin. ...
    0423e62c
    - hide org admin
    - improve group-admin to allow editing of unit link
    - add UnitLink utilities to class Group
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4120 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-23 10:49:24 +0000  
    Browse Dir »
  • Re-implement folder addition using the folder actions framework. ...
    43eceb98
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4118 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 10:18:20 +0000  
    Browse Dir »
  • moved group management to a kt3-style dispatcher. ...
    84b73292
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4117 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-23 08:43:48 +0000  
    Browse Dir »

22 Nov, 2005
1 commit
  • user management is now a dispatcher, and cleaned up. ...
    55c72d3b
    LDAP user-editing needs re-implementation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4108 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-22 13:18:48 +0000  
    Browse Dir »

21 Nov, 2005
10 commits
  • Move document permissions into the actions framework. ...
    78ecf34e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4103 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:59:27 +0000  
    Browse Dir »
  • Move permissions action into its own file (due to complexity) ...
    3c1f80cf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4102 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:45:51 +0000  
    Browse Dir »
  • Remove "Link New Doc" until it works again. ...
    4ebe17d3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4100 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:23:33 +0000  
    Browse Dir »
  • Implement archive using the actions framework. ...
    56f29c8c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4096 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:12:21 +0000  
    Browse Dir »
  • Document publication has always been broken - remove it entirely. ...
    aced4b0d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4094 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 15:27:11 +0000  
    Browse Dir »
  • Implement document move using the action framework. ...
    90e903ca
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4092 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 15:24:44 +0000  
    Browse Dir »
  • improve and merge help admin with the new UI. ...
    2303cdf2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4091 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-21 14:56:34 +0000  
    Browse Dir »
  • improved the fieldset modification views. ...
    23999e53
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4090 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-21 14:44:38 +0000  
    Browse Dir »
  • moved admin/documentlink to new environment ...
    0573fffe
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4088 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-21 14:31:11 +0000  
    Browse Dir »
  • The file request variable is named 'file', not 'fFile'. ...
    91119a66
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4084 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 10:56:12 +0000  
    Browse Dir »

20 Nov, 2005
3 commits
  • Implement document addition using the action framework. ...
    3edf668e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4080 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-20 22:39:53 +0000  
    Browse Dir »
  • We're now using folder actions! ...
    b0acd4d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4077 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-20 22:38:11 +0000  
    Browse Dir »
  • Don't try manage the list of transitions when we're not even in ...
    9580a83e
    workflow.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4075 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-20 07:39:58 +0000  
    Browse Dir »