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
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 »
  • 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 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 »
  • 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 Dir »

23 Nov, 2005
16 commits
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 Dir »
  • 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 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 »
  • Accomodate (but not yet act on) exceptions/errors being passed through to ...
    4ba3b606
    errorRedirectTo and errorPage.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4124 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 11:59:05 +0000  
    Browse Dir »
  • Cater for error viewers and default messages - default messages will ...
    0690ffa9
    only be used if another message isn't forthcoming - from a PEAR Error
    instance, for example.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4122 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 11:42:40 +0000  
    Browse Dir »
  • The error viewer framework allows for pear errors to be displayed in the ...
    c1057af2
    best possible manner for the error in question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4121 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 11:41:14 +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 »
  • Use fully-qualified names for queries. ...
    dd443612
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4119 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 10:22:30 +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
7 commits
  • Fix typo - sBuildInAction -> sBuiltInAction ...
    eececbfd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4116 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 20:33:35 +0000  
    Browse Dir »
  • Modernise the discussion entities using the usual KTEntity style. ...
    d584ab0b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4113 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 14:18:59 +0000  
    Browse Dir »
  • Add validateString, which currently trims off all whitespace from the ...
    9647600c
    return value, and errors out if the resultant string is empty.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4111 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 14:17:28 +0000  
    Browse Dir »
  • Add requireCSSStandalone, which allows you to include some CSS styling ...
    ed2dd97d
    for your template, but in the proper location.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4110 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 14:16:39 +0000  
    Browse Dir »
  • Add getId(), since the implementation is the same for every entity. ...
    0c64431c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4109 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 14:15:49 +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 »
  • We consider the value '0' for iId to mean that we never got the value ...
    74aa5c92
    from the database, and that we can thus use create to create the entity
    in the database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4107 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 10:31:00 +0000  
    Browse Dir »

21 Nov, 2005
5 commits
  • Remove all vestiges of "Web Documents" (aka the "publish" button on ...
    d28604c8
    documents)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4095 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 15:54:06 +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 »
  • Add FolderBrowseQuery, which only cares about folders in the given ...
    5de6b7c9
    folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4087 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 13:57:00 +0000  
    Browse Dir »
  • Make the TitleColumn class easier to inherit from and override tiny bits ...
    bde98498
    of the functionality.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4086 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 13:56:33 +0000  
    Browse Dir »
  • Only use generateLink() if the url is a path ...
    63aa2640
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4085 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 13:55:58 +0000  
    Browse Dir »

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
5 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 »