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
23 Nov, 2005
9 commits
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • - 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »

22 Nov, 2005
11 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 Code »
  • Fix double-$ typo. ...
    21e51bdf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4115 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 20:31:56 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Changes to support requireCSSStandalone ...
    776ac2ae
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4112 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 14:18:09 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • Allow for the textarea columns and rows to be passed as options. ...
    edd6e2b8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4106 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-22 09:53:41 +0000  
    Browse Code »

21 Nov, 2005
20 commits
  • Remove obsoleted files ...
    c31c6897
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4105 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 21:37:45 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • Template for archive action. ...
    872df810
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4101 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:45:06 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Remove old archive document page. ...
    82afb9d8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4098 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-21 19:16:03 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • removed old link-type admin code. ...
    1021245d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4089 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-21 14:33:58 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »