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
27 Mar, 2006
3 commits
  • Grab language to use from a cookie, and implement _kt using the internal ...
    bbbd6211
    i18n infrastructure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5141 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:47:08 +0000  
    Browse Code »
  • Register languages in KTCoreLanguagePlugin.php, which happens early on. ...
    30453465
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5140 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:45:19 +0000  
    Browse Code »
  • Allow plugins to order themselves numerically - plugins default to order ...
    4ca6b802
    0.  Negative orders are possible.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5139 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:43:51 +0000  
    Browse Code »

26 Mar, 2006
10 commits
  • Define the _kt function as equivalent to gettext's _ for now. ...
    f74fa167
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5138 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:44:51 +0000  
    Browse Code »
  • Replace all instances of gettext's _ with _kt ...
    507aa975
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5137 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:42:54 +0000  
    Browse Code »
  • Change all references to gettext's _ to _kt ...
    4c496647
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5136 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:40:01 +0000  
    Browse Code »
  • Add File_Gettext 0.4.0 (BSD-licenced) ...
    e6d5f5a1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5135 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 17:41:28 +0000  
    Browse Code »
  • Allow for languages to be registered by plugins, and use File_Gettext to ...
    10a178fb
    read the PO/MO files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5134 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 17:33:54 +0000  
    Browse Code »
  • Don't show "Checked out documents" if there aren't any. ...
    713f8f8d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5133 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 17:21:31 +0000  
    Browse Code »
  • Use more appropriate variable name for list of plugins: aPlugins ...
    f763df72
    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
    nbm authored
    2006-03-26 17:20:25 +0000  
    Browse Code »
  • Use proper style for dictionaries - space after => ...
    f0a437db
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5131 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 16:47:30 +0000  
    Browse Code »
  • Record the time it took to store the uploaded file in the storage. ...
    12243fa8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5130 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 16:46:43 +0000  
    Browse Code »
  • Don't use pass-by-pseudo-reference when we're not dealing with a ...
    2b301702
    variable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5129 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    e03dcc2f
    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
    nbm authored
    2006-03-24 15:50:52 +0000  
    Browse Code »
  • Make sure we pass the i18n object by reference, so that we avoid ...
    4983fc44
    rereading translation files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5127 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-24 15:49:58 +0000  
    Browse Code »
  • Use function_exists to start APD profiling support. ...
    baef1a1d
    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
    nbm authored
    2006-03-24 15:41:28 +0000  
    Browse Code »
  • - add and enable caching (properly) ...
    74f665b1
    - 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
    bshuttle authored
    2006-03-24 15:10:04 +0000  
    Browse Code »
  • i18n fix in dashboard. ...
    3976bb7e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5124 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-24 14:58:13 +0000  
    Browse Code »

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

20 Mar, 2006
9 commits
  • don't double-define _() if its not already there. ...
    94278a58
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5121 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-20 14:52:48 +0000  
    Browse Code »
  • Going live with 3.0.1 ...
    88e23294
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5120 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-20 14:10:58 +0000  
    Browse Code »
  • Updated translateable phrases for 3.0.1 ...
    07d579f1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5119 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-20 14:10:42 +0000  
    Browse Code »
  • KTS-649: browse expects fFolderId, not fFolderID ...
    e2e7e456
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5118 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-20 11:18:36 +0000  
    Browse Code »
  • Ensure that users understand that the values below are the values they ...
    533a4504
    _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
    nbm authored
    2006-03-20 10:43:49 +0000  
    Browse Code »
  • For conditional metadata, show the offending fieldset(s) that did not ...
    1460196c
    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
    nbm authored
    2006-03-20 10:33:52 +0000  
    Browse Code »
  • further i18n fixes. ...
    64266109
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5115 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-20 10:21:52 +0000  
    Browse Code »
  • core JS i18n, addition of other i18n fixes. ...
    fb9c170a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5114 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-20 10:19:34 +0000  
    Browse Code »
  • fix for 636 ...
    9922db40
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5113 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle 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. ...
    1db09b7a
    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
    nbm 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. ...
    ddc0cab0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5111 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-17 08:40:25 +0000  
    Browse Code »

15 Mar, 2006
10 commits
  • actually fix the #name bug. ...
    9b644ce3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5110 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-15 15:38:31 +0000  
    Browse Code »
  • Updated language information for 3.0.1 ...
    0a18f841
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5109 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 10:17:04 +0000  
    Browse Code »
  • move doc-roles upgrade from 3.0.1 to 3.0.1 ...
    c62f55e3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5108 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-15 10:11:27 +0000  
    Browse Code »
  • made group-management terminology consistent across users and groups. ...
    25f9aaf0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5107 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-15 10:05:37 +0000  
    Browse Code »
  • Use GroupUtil::getMembershipReason to check if the user is a member of ...
    d2f2a1f4
    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
    nbm authored
    2006-03-15 09:53:13 +0000  
    Browse Code »
  • Return true from hasPermission - permission checks are handled by ...
    e51e5db5
    dispatchers anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5105 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:40:23 +0000  
    Browse Code »
  • Silence the PHP error on fsockopen again - we catch the error further ...
    bcab829e
    down.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5104 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:32:02 +0000  
    Browse Code »
  • Return PEAR errors for Unit's create/delete/update. ...
    385abe1b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5103 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:24:32 +0000  
    Browse Code »
  • Always return true from hasPermission - permission checks are in ...
    e49b82ae
    the dispatchers already anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5102 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:24:07 +0000  
    Browse Code »
  • Not used anymore. ...
    b1d194f9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5101 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:10:47 +0000  
    Browse Code »