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
26 Mar, 2006
8 commits
  • Change all references to gettext's _ to _kt ...
    b37c493e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5136 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 21:40:01 +0000  
    Browse Code »
  • Add File_Gettext 0.4.0 (BSD-licenced) ...
    1fe30aee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5135 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 17:41:28 +0000  
    Browse Code »
  • Allow for languages to be registered by plugins, and use File_Gettext to ...
    40a7685a
    read the PO/MO files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5134 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 17:33:54 +0000  
    Browse Code »
  • 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 Code »
  • Use more appropriate variable name for list of plugins: aPlugins ...
    69c1562b
    Ensure that each member in the list isa n actual KTPluginEntity object,
    and error out otherwise.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5132 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 17:20:25 +0000  
    Browse Code »
  • 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 Code »
  • Record the time it took to store the uploaded file in the storage. ...
    5e057971
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5130 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 16:46:43 +0000  
    Browse Code »
  • Don't use pass-by-pseudo-reference when we're not dealing with a ...
    e6be913b
    variable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5129 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 16:44:33 +0000  
    Browse Code »

24 Mar, 2006
5 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 Code »
  • Make sure we pass the i18n object by reference, so that we avoid ...
    c6c077ae
    rereading translation files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5127 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-24 15:49:58 +0000  
    Browse Code »
  • Use function_exists to start APD profiling support. ...
    06f8e0f0
    Only write to the cache file if it is writeable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5126 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-24 15:41:28 +0000  
    Browse Code »
  • - 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 Code »
  • i18n fix in dashboard. ...
    8ca4a168
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5124 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-24 14:58:13 +0000  
    Browse Code »

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

20 Mar, 2006
9 commits
  • don't double-define _() if its not already there. ...
    56f90bf1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5121 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-20 14:52:48 +0000  
    Browse Code »
  • Going live with 3.0.1 ...
    a776f0ba
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5120 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-20 14:10:58 +0000  
    Browse Code »
  • Updated translateable phrases for 3.0.1 ...
    986861e9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5119 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-20 14:10:42 +0000  
    Browse Code »
  • KTS-649: browse expects fFolderId, not fFolderID ...
    0eb153fa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5118 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-20 11:18:36 +0000  
    Browse Code »
  • Ensure that users understand that the values below are the values they ...
    890104c1
    _attempted_ to save, and that they are not saved yet.  Add a Cancel
    button to return their view to the current values.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5117 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-20 10:43:49 +0000  
    Browse Code »
  • For conditional metadata, show the offending fieldset(s) that did not ...
    63eec205
    pass validation.
    
    (Non-conditional metadata already shows the offending fields.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5116 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-20 10:33:52 +0000  
    Browse Code »
  • further i18n fixes. ...
    ac81f59f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5115 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-20 10:21:52 +0000  
    Browse Code »
  • core JS i18n, addition of other i18n fixes. ...
    9e9a9822
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5114 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-20 10:19:34 +0000  
    Browse Code »
  • 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 Code »

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

15 Mar, 2006
11 commits
  • actually fix the #name bug. ...
    c03bb5a1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5110 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-15 15:38:31 +0000  
    Browse Code »
  • Updated language information for 3.0.1 ...
    8829ce02
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5109 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 10:17:04 +0000  
    Browse Code »
  • move doc-roles upgrade from 3.0.1 to 3.0.1 ...
    dfae46c5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5108 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-15 10:11:27 +0000  
    Browse Code »
  • made group-management terminology consistent across users and groups. ...
    78fab0f9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5107 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-15 10:05:37 +0000  
    Browse Code »
  • Use GroupUtil::getMembershipReason to check if the user is a member of ...
    3e25a70e
    the workflow transition guard group or any of its sub-groups.
    
    KTS-601
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5106 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 09:53:13 +0000  
    Browse Code »
  • Return true from hasPermission - permission checks are handled by ...
    8b7c6814
    dispatchers anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5105 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 09:40:23 +0000  
    Browse Code »
  • Silence the PHP error on fsockopen again - we catch the error further ...
    a949aeb1
    down.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5104 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 09:32:02 +0000  
    Browse Code »
  • Return PEAR errors for Unit's create/delete/update. ...
    6f17f1df
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5103 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 09:24:32 +0000  
    Browse Code »
  • Always return true from hasPermission - permission checks are in ...
    7744079d
    the dispatchers already anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5102 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 09:24:07 +0000  
    Browse Code »
  • Not used anymore. ...
    6b0fc0a4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5101 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-15 09:10:47 +0000  
    Browse Code »
  • 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 Code »

14 Mar, 2006
4 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 Code »
  • 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 Code »
  • 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 Code »
  • Display the correct folder name for the folder in question. ...
    b925636c
    KTS-620
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5096 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-14 13:00:31 +0000  
    Browse Code »