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
25 Nov, 2005
11 commits
  • - 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 Code »
  • 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 Code »
  • Pass a human-readable name through for the authentication provider. ...
    94faad2c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4167 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 10:38:27 +0000  
    Browse Code »
  • Template for authentication management ...
    48cb3be6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4166 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 10:01:10 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • Authentication sources are places where KnowledgeTree can find out how ...
    381c7e77
    to authenticate a user configured to use that source.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4162 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:51:04 +0000  
    Browse Code »
  • The built-in authentication provider uses the default KnowledgeTree ...
    68d90322
    users table for authentication.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4161 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:49:13 +0000  
    Browse Code »
  • 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 Code »
  • Remove UI test. ...
    ecf1d80f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4159 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 09:41:35 +0000  
    Browse Code »

24 Nov, 2005
10 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 Code »
  • Use the new location for the admin registry ...
    d5914938
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4157 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:22:36 +0000  
    Browse Code »
  • 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 Code »
  • Make it possible for plugins to register admin categories and admin ...
    a8b61ae4
    pages
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4155 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:20:56 +0000  
    Browse Code »
  • 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 Code »
  • Been moved into a document action. ...
    59c2cbbd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4153 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:19:22 +0000  
    Browse Code »
  • Been moved into a folder action. ...
    a47c54f4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4152 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:18:28 +0000  
    Browse Code »
  • Add validateFile, which will make sure that a file upload completed ...
    4cddc0d4
    correctly, and if not, provide as accurate a message as possible.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4151 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 13:54:16 +0000  
    Browse Code »
  • Use breadcrumbsForDocument instead of local (and broken) version. ...
    cc6e5c80
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4150 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 13:53:19 +0000  
    Browse Code »
  • 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 Code »

23 Nov, 2005
19 commits
  • Remove obsolete long-unused files. ...
    5ae20824
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4148 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 22:18:29 +0000  
    Browse Code »
  • Remove files replaced by actions ...
    4933a3bc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4147 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 22:17:30 +0000  
    Browse Code »
  • 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 Code »
  • Default _aPages to an empty array. ...
    2ea5f856
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4145 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 21:50:57 +0000  
    Browse Code »
  • If the folder action has a path, require it. ...
    a70e01a3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4144 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 21:50:36 +0000  
    Browse Code »
  • Only include the exception if it is there. ...
    41720774
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4143 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 21:50:11 +0000  
    Browse Code »
  • If the action has a path, include it. ...
    7a8bca33
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4142 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 21:49:34 +0000  
    Browse Code »
  • 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 Code »
  • Let actions and portlets have access to their plugin's object ...
    7e44488c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4140 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:14:17 +0000  
    Browse Code »
  • plugin.php gives plugins a place to put pages that aren't actions or ...
    64d73e9b
    admin pages (for example, a page for a user to manage their
    subscriptions)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4139 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:12:40 +0000  
    Browse Code »
  • Registry for plugins loaded on the system ...
    c04e1ea9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4138 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:10:56 +0000  
    Browse Code »
  • Template for subscription management ...
    5b940558
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4137 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:03:38 +0000  
    Browse Code »
  • Moved into the plugins system ...
    72f624dd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4136 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 15:30:20 +0000  
    Browse Code »
  • 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 Code »
  • The page registry allows for entirely dispatcher objects to be reached ...
    9d49355f
    via the web using /plugin.php/pagename.  Plugins will automatically put
    their namespaces at the beginning, so for subscriptions, it would be
    /plugin.php/ktstandard.subscriptions.plugin/pagename.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4134 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 14:54:47 +0000  
    Browse Code »
  • This stuff has moved into the Subscriptions plugin in ktstandard. ...
    05312375
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4133 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 14:51:15 +0000  
    Browse Code »
  • KTPlugin is the base class for plugins - actions, portlets, triggers, ...
    66b692f7
    and pages should be registered via a plugin.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4132 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 14:50:26 +0000  
    Browse Code »
  • fix brokenness resulting from previous delete. ...
    c2b00048
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4131 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-23 14:40:44 +0000  
    Browse Code »
  • purge links, web, news. ...
    b3a98f93
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4130 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-23 14:28:45 +0000  
    Browse Code »