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
27 Nov, 2005
1 commit
  • 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
9 commits
  • Implement an LDAP Authentication Provider ...
    de22581e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4178 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 20:18:40 +0000  
    Browse Dir »
  • Fix silly brainos ...
    f9798888
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4177 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 20:18:01 +0000  
    Browse Dir »
  • 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 »
  • Start hooking up LDAP as an authentication provider ...
    afb9b806
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4165 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:59:11 +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
11 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 »
  • Register subscriptions as a plugin in KTPluginRegistry. ...
    72abca41
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4141 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:15:07 +0000  
    Browse Dir »
  • Use the new KTPlugin method to register actions, triggers, and portlets. ...
    45a81121
    Add a new plugin page for managing subscriptions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4135 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 14:56:01 +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 subscribe/unsubscribe ...
    b66be0d1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4128 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 12:48:09 +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
2 commits
  • Move document discussion into the actions framework. ...
    be1908af
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4114 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 14:23:06 +0000  
    Browse Dir »
  • 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
13 commits
  • Implement document email using the actions framework. ...
    598ecfc7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4104 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 21:30:16 +0000  
    Browse Dir »
  • 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 »
  • Move discussions into ktstandard from ktcore. ...
    52fae98e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4099 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:16:58 +0000  
    Browse Dir »
  • Implement archive subscription notice with the triggers framework. ...
    5d81f168
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4097 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:12:48 +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 subscription notices using the triggers ...
    6b0c6bfa
    framework.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4093 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 15:25:27 +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 »