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
10 commits
  • 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 Code »
  • Change from gettext's _ to internal i18n infrastructure's _kt ...
    e299449f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5147 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 13:18:58 +0000  
    Browse Code »
  • Script no longer necessary - don't use buttons anymore. ...
    f2c4be8f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5146 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 13:14:57 +0000  
    Browse Code »
  • Login template changes for choosing language ...
    5fb5fdee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5145 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 11:49:50 +0000  
    Browse Code »
  • Don't set $GLOBALS['main'] at import-time, let config/dmsDefaults.php do ...
    c13d0f9f
    it instead.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5144 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:52:50 +0000  
    Browse Code »
  • Use $GLOBALS['main'] instead of $main ...
    e15a8a98
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5143 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:50:44 +0000  
    Browse Code »
  • Allow for language to be chosen on login, setting a cookie that will be ...
    e5663daa
    used from then on.  Language names are registered by a plugin.
    
    Allow for plugins to be ordered, so that language plugins can set
    themselves up early on, so that later plugins can translate text to the
    language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5142 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:50:22 +0000  
    Browse Code »
  • Grab language to use from a cookie, and implement _kt using the internal ...
    0ea21be4
    i18n infrastructure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5141 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:47:08 +0000  
    Browse Code »
  • 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 Code »
  • Allow plugins to order themselves numerically - plugins default to order ...
    cb76ac0c
    0.  Negative orders are possible.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5139 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner 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. ...
    e547daea
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5138 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 21:44:51 +0000  
    Browse Code »
  • 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 Code »
  • 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
3 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 »