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
29 Mar, 2006
5 commits
  • Add a layer of indirection around array_merge. kt_array_merge will use ...
    d0b48d58
    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
    nbm authored
    2006-03-29 11:32:24 +0000  
    Browse Code »
  • Remove testing code. ...
    4029b97d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5172 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-29 11:22:25 +0000  
    Browse Code »
  • On the off-chance the $GLOBALS['main'] variable isn't set yet, set it to ...
    0c7bdee1
    a new KTPage object.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5171 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-29 11:22:04 +0000  
    Browse Code »
  • - add phrase splitter ...
    68530cc6
    - add test harness for phrase splitter
    - use boolean + and phrases in searchabletext criterion.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5170 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-29 10:47:46 +0000  
    Browse Code »
  • Don't reassign values that have been assigned values using PHP4's ...
    ddef42e6
    pass-by-pseudo-reference.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5169 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-29 09:18:31 +0000  
    Browse Code »

28 Mar, 2006
14 commits
  • expand fields. ...
    1aa4bdf1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5168 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-28 15:05:39 +0000  
    Browse Code »
  • fix for KTS-716 ...
    8792ef11
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5167 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-28 14:57:54 +0000  
    Browse Code »
  • fix for KTS-715 ...
    8515040f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5166 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-28 14:49:39 +0000  
    Browse Code »
  • boost the size of input widgets ...
    27f50f9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5165 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-28 13:41:44 +0000  
    Browse Code »
  • Ready to release post-3.0.1 translation release ...
    76e5ae66
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5163 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:41:18 +0000  
    Browse Code »
  • Updated translation strings for post-3.0.1 translation release ...
    f4ff47a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5162 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:37:35 +0000  
    Browse Code »
  • Catch another use of DEFAULT CHARSET where it may not be supported. ...
    9bfc31f5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5161 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:35:04 +0000  
    Browse Code »
  • In case nothing else has done so, include kt3template.inc.php (was not ...
    54b3d201
    being done for upgrade.php)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5160 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:34:34 +0000  
    Browse Code »
  • Move document_role_allocations.sql from 3.0.2 to 3.0.1.1 (post-3.0.1 ...
    6e31193d
    translation release)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5159 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:33:39 +0000  
    Browse Code »
  • Initial SQL set for post-3.0.1 translation release 1 ...
    155dab47
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5158 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:27:21 +0000  
    Browse Code »
  • Improve marking up of translateable text. ...
    7f116d06
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5157 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 09:18:25 +0000  
    Browse Code »
  • Improve marking up of translatable text. ...
    2fdb15cb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5156 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 08:45:02 +0000  
    Browse Code »
  • Catch caching problems with using behind-the-scenes SQL when setting ...
    9d908fba
    which plugins are enabled.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5155 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 08:42:12 +0000  
    Browse Code »
  • fix for KTS-708 ...
    5606360a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5154 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-28 07:55:01 +0000  
    Browse Code »

27 Mar, 2006
15 commits
  • Mark up more strings for translation. ...
    6465082c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5153 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 15:56:43 +0000  
    Browse Code »
  • Update to look for _kt translation keyword. ...
    ccd6bbaf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5152 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 15:54:01 +0000  
    Browse Code »
  • reordering widget work from BD. ...
    8a069729
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5151 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-27 15:21:41 +0000  
    Browse Code »
  • Use Folder::generateFolderIds to get the list of parent and current ...
    52d4da76
    folder ids.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5150 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 14:55:35 +0000  
    Browse Code »
  • Make more strings available for translation. ...
    c9dc3170
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5149 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 14:39:10 +0000  
    Browse Code »
  • Change gettext's _ to internal i18n infrastructure's _kt ...
    c27b34bd
    (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
    nbm authored
    2006-03-27 13:29:07 +0000  
    Browse Code »
  • Change from gettext's _ to internal i18n infrastructure's _kt ...
    2d4c41ea
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5147 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 13:18:58 +0000  
    Browse Code »
  • Script no longer necessary - don't use buttons anymore. ...
    f4e24e90
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5146 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 13:14:57 +0000  
    Browse Code »
  • Login template changes for choosing language ...
    114cc73c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5145 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 11:49:50 +0000  
    Browse Code »
  • Don't set $GLOBALS['main'] at import-time, let config/dmsDefaults.php do ...
    a37570fc
    it instead.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5144 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:52:50 +0000  
    Browse Code »
  • Use $GLOBALS['main'] instead of $main ...
    4866c607
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5143 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:50:44 +0000  
    Browse Code »
  • Allow for language to be chosen on login, setting a cookie that will be ...
    cf7e418a
    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
    nbm authored
    2006-03-27 10:50:22 +0000  
    Browse Code »
  • 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
6 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 »