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
05 Apr, 2006
2 commits
  • Mark up the names for the LDAP and ActiveDirectory authentication ...
    5e837589
    provider for translation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5188 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-05 13:21:49 +0000  
    Browse Dir »
  • Add the ability to force users to change their password every couple of ...
    c313301b
    days, or to force a user to change their password when they next login.
    
    (This only happens for the built-in authentication provider.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5178 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-05 11:39:40 +0000  
    Browse Dir »

29 Mar, 2006
1 commit
  • Add a layer of indirection around array_merge. kt_array_merge will use ...
    d48f4e82
    array_merge directly on PHP4, but convert each parameter to an array
    when on PHP5.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5173 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-29 11:32:24 +0000  
    Browse Dir »

28 Mar, 2006
3 commits
  • expand fields. ...
    76af22d1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5168 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-28 15:05:39 +0000  
    Browse Dir »
  • fix for KTS-716 ...
    911c15ab
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5167 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-28 14:57:54 +0000  
    Browse Dir »
  • Improve marking up of translatable text. ...
    cacf76cf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5156 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-28 08:45:02 +0000  
    Browse Dir »

27 Mar, 2006
4 commits
  • Mark up more strings for translation. ...
    1eb089fa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5153 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 15:56:43 +0000  
    Browse Dir »
  • Make more strings available for translation. ...
    5fd7e555
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5149 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 14:39:10 +0000  
    Browse Dir »
  • Change gettext's _ to internal i18n infrastructure's _kt ...
    7d90560c
    (redoing this, because didn't get second on line)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5148 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 13:29:07 +0000  
    Browse Dir »
  • Register languages in KTCoreLanguagePlugin.php, which happens early on. ...
    b3967e39
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5140 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:45:19 +0000  
    Browse Dir »

26 Mar, 2006
3 commits
  • Replace all instances of gettext's _ with _kt ...
    9cfb1dee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5137 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 21:42:54 +0000  
    Browse Dir »
  • Don't show "Checked out documents" if there aren't any. ...
    4a52f2b1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5133 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 17:21:31 +0000  
    Browse Dir »
  • Use proper style for dictionaries - space after => ...
    0fecea2a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5131 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 16:47:30 +0000  
    Browse Dir »

24 Mar, 2006
2 commits
  • If we get an error from getUser (can search for user, but not retrieve ...
    94a30e5c
    all attributes), then pass it up to the caller.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5128 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-24 15:50:52 +0000  
    Browse Dir »
  • - add and enable caching (properly) ...
    840b2ee0
    - enable document roles (DOUBLE CHECK YOUR DB)
    - fix minor toggleselect bug.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5125 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-24 15:10:04 +0000  
    Browse Dir »

23 Mar, 2006
1 commit
  • fix for non-detected Unit error. ...
    052a3292
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5123 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-23 08:45:08 +0000  
    Browse Dir »

20 Mar, 2006
1 commit
  • fix for 636 ...
    43e73634
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5113 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-20 08:00:12 +0000  
    Browse Dir »

17 Mar, 2006
2 commits
  • Detect when the user does not enter any keywords to attach. ...
    89311c3e
    Also try to help user not to attach nothing when there's only one item
    left to attach.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5112 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-17 09:04:10 +0000  
    Browse Dir »
  • ensure that the folder-change on restore is updated in the DB, so it cascades to oVersion objected. ...
    133deda9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5111 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-17 08:40:25 +0000  
    Browse Dir »

15 Mar, 2006
1 commit
  • Increase the sizes of the text areas for emails and comments ...
    5560ff8f
    KTS-574
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5100 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 08:51:40 +0000  
    Browse Dir »

14 Mar, 2006
6 commits
  • fix for KTS-623 ...
    99752956
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5099 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-14 15:54:27 +0000  
    Browse Dir »
  • fix for KTS-623 ...
    a6c3f685
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5098 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-14 14:18:29 +0000  
    Browse Dir »
  • Show a better error message if the unit can't be removed due to database ...
    afd48082
    constraints.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5097 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-14 13:18:04 +0000  
    Browse Dir »
  • Try hard to ensure that extra newline/whitespace and empty lines don't ...
    e8bc23b7
    make their way into the configuration for search attributes and object
    classes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5095 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-14 10:18:40 +0000  
    Browse Dir »
  • Log the LDAP search filter used in the debug log. ...
    e0806995
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5094 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-14 10:12:53 +0000  
    Browse Dir »
  • fix for 607: double-quotes in SQL causes failure. ...
    d3ac5556
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5088 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-14 07:45:25 +0000  
    Browse Dir »

13 Mar, 2006
1 commit
  • Change calling parameters for validateDuplicateName and ...
    74b6f431
    validateEntityName to make them more translation-friendly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5086 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-13 08:58:24 +0000  
    Browse Dir »

10 Mar, 2006
5 commits
  • Allow fields to have the same name, so long as they are in different ...
    43e1d12a
    fieldsets.
    
    Don't allow fields to be renamed to the name of an existing field
    (within the same fieldset).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5081 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 12:41:54 +0000  
    Browse Dir »
  • Make sure that document fieldsets can't be renamed to the name of an ...
    9769384f
    existing fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5080 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 11:26:17 +0000  
    Browse Dir »
  • Make sure the new name in an edited unit is not a name of an existing ...
    888d57f4
    unit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5079 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 11:04:54 +0000  
    Browse Dir »
  • Save time and only try unzip files that have the correct OpenDocument ...
    2161aca2
    file extensions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5076 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 10:50:56 +0000  
    Browse Dir »
  • - make Email's always get sent as UTF-8. ...
    5e5df0a8
    - Add auto-register to core plugins, and a few essential Standard plugins.
    - make the lookup-tree text more useful.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5063 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-10 08:14:24 +0000  
    Browse Dir »

08 Mar, 2006
1 commit
  • fix for KTS-583: delete fails ...
    cbcfc807
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5060 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-08 06:53:17 +0000  
    Browse Dir »

06 Mar, 2006
2 commits
  • fix for KTS-571 and KTS-554 ...
    b997ff5d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5058 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-06 15:13:15 +0000  
    Browse Dir »
  • back out the role allocation (document) stuff. ...
    a44c4156
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5056 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-06 11:02:33 +0000  
    Browse Dir »

03 Mar, 2006
1 commit
  • document roles. ...
    3c82c95b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5047 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-03 17:02:09 +0000  
    Browse Dir »

02 Mar, 2006
4 commits
  • - use the correct indexer page. ...
    7f40da48
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5041 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-02 09:14:01 +0000  
    Browse Dir »
  • Fix showUserSource link. ...
    959da357
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5039 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-02 08:59:45 +0000  
    Browse Dir »
  • Look for zip in export/zip in the configuration. ...
    63ae262d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5037 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-02 08:49:30 +0000  
    Browse Dir »
  • - utf-8 on login page ...
    7997a4c0
    - permissions allocation needs better validation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5035 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-02 08:42:15 +0000  
    Browse Dir »