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
23 Nov, 2005
11 commits
  • The page registry allows for entirely dispatcher objects to be reached ...
    6b638467
    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
    Neil Blakey-Milner authored
    2005-11-23 14:54:47 +0000  
    Browse Dir »
  • KTPlugin is the base class for plugins - actions, portlets, triggers, ...
    86d110b2
    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
    Neil Blakey-Milner authored
    2005-11-23 14:50:26 +0000  
    Browse Dir »
  • fix brokenness resulting from previous delete. ...
    6ee19488
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4131 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-23 14:40:44 +0000  
    Browse Dir »
  • purge links, web, news. ...
    25389aef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4130 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-23 14:28:45 +0000  
    Browse Dir »
  • merge in role management. ...
    187aea5c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4129 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-23 13:58:01 +0000  
    Browse Dir »
  • Accomodate (but not yet act on) exceptions/errors being passed through to ...
    2f87f3bc
    errorRedirectTo and errorPage.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4124 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-23 11:59:05 +0000  
    Browse Dir »
  • Cater for error viewers and default messages - default messages will ...
    6f44d95d
    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
    Neil Blakey-Milner authored
    2005-11-23 11:42:40 +0000  
    Browse Dir »
  • The error viewer framework allows for pear errors to be displayed in the ...
    d6099c4f
    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
    Neil Blakey-Milner authored
    2005-11-23 11:41:14 +0000  
    Browse Dir »
  • - add org admin, unit admin. ...
    5ebf4e59
    - 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
    Brad Shuttleworth authored
    2005-11-23 10:49:24 +0000  
    Browse Dir »
  • Use fully-qualified names for queries. ...
    25092535
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4119 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-23 10:22:30 +0000  
    Browse Dir »
  • moved group management to a kt3-style dispatcher. ...
    df90063a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4117 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-23 08:43:48 +0000  
    Browse Dir »

22 Nov, 2005
7 commits
  • 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 »
  • Modernise the discussion entities using the usual KTEntity style. ...
    83033f32
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4113 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-22 14:18:59 +0000  
    Browse Dir »
  • Add validateString, which currently trims off all whitespace from the ...
    9f5b32be
    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
    Neil Blakey-Milner authored
    2005-11-22 14:17:28 +0000  
    Browse Dir »
  • Add requireCSSStandalone, which allows you to include some CSS styling ...
    62884caf
    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
    Neil Blakey-Milner authored
    2005-11-22 14:16:39 +0000  
    Browse Dir »
  • Add getId(), since the implementation is the same for every entity. ...
    53238b9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4109 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-22 14:15:49 +0000  
    Browse Dir »
  • user management is now a dispatcher, and cleaned up. ...
    de5abcbb
    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
    Brad Shuttleworth 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 ...
    79fc1e24
    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
    Neil Blakey-Milner 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 ...
    80c392e8
    documents)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4095 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-21 15:54:06 +0000  
    Browse Dir »
  • moved admin/documentlink to new environment ...
    b05bca4d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4088 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-11-21 14:31:11 +0000  
    Browse Dir »
  • Add FolderBrowseQuery, which only cares about folders in the given ...
    0788cd44
    folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4087 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-21 13:57:00 +0000  
    Browse Dir »
  • Make the TitleColumn class easier to inherit from and override tiny bits ...
    605da64c
    of the functionality.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4086 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-21 13:56:33 +0000  
    Browse Dir »
  • 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
3 commits
  • Add validateDocumentType as a validator ...
    03083388
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4079 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-20 22:39:12 +0000  
    Browse Dir »
  • 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 »
  • Add a static text widget - for when the user doesn't have a choice... ...
    b996e505
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4076 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-20 22:37:45 +0000  
    Browse Dir »

19 Nov, 2005
12 commits
  • Allow for actions to be set for the folder and document links on the ...
    b5b04772
    breadcrumbs generated in breadcrumbsForFolder/Document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4072 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 23:10:29 +0000  
    Browse Dir »
  • 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 »
  • BrowseQuery should only show live documents. ...
    a72ca98d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4068 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 22:09:55 +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 »
  • Look for the _last_ dot, not the first dot, to find the file extension. ...
    e73a26fc
    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
    Neil Blakey-Milner authored
    2005-11-19 21:23:40 +0000  
    Browse Dir »
  • Remove the fixme on last_modified_by being passed into the document ...
    4fc469ae
    details fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4058 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:49:16 +0000  
    Browse Dir »
  • Put $main truly into the global scope using $GLOBALS. ...
    a7290696
    If no contents are passed to the template, put up an error message.
    
    Add the ability to include standalone javascript in a page.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4057 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:48:42 +0000  
    Browse Dir »
  • Add modified user tracking to the checkin functionality. ...
    2fd83860
    Rename setModifiedDate to setModified, and require the user to be passed
    in.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4056 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:47:31 +0000  
    Browse Dir »
  • Add the modified_user_id column to the Document object as ...
    d6db2953
    iModifiedUserId.  It is set to iCreatorId on creation of the document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4055 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:46:08 +0000  
    Browse Dir »
  • Add breadcrumbsForFolder and breadcrumbsForDocument, which autogenerates ...
    784ce251
    the breadcrumbs for a folder or document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4054 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:45:14 +0000  
    Browse Dir »
  • Make sure we've included kt3template.inc.php by the time a ...
    16691fc0
    KTStandardDispatcher is initialised (or $main isn't set)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4053 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:44:19 +0000  
    Browse Dir »
  • Add a file upload widget. ...
    51c2c69e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4052 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-19 20:43:25 +0000  
    Browse Dir »

18 Nov, 2005
2 commits
  • Add setDispatcher for portlets, so that portlets can get their hands on ...
    614ad83f
    context for decisions on how to display themselves.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4046 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-18 18:28:20 +0000  
    Browse Dir »
  • 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 »