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
  • lib
  • util
06 Oct, 2005
1 commit
  • getObject is a way to get an object when you don't know if you have the ...
    68a8d905
    object or its unique identifier.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3748 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-06 19:18:24 +0000  
    Browse Dir »

05 Oct, 2005
1 commit
  • Allow arrayGet to work without errors on a null value passed in. ...
    cdc3b538
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3718 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-05 07:17:35 +0000  
    Browse Dir »

04 Oct, 2005
1 commit
  • Add getId, which simplifies the case where we're being passed an object ...
    47a4bf95
    or its identifier, and we just want the identifier.
    
    Also add meldOptions, which simplifies the common case of wanting to
    merge two arrays that might not be arrays (yet).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3707 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-04 12:25:49 +0000  
    Browse Dir »

23 Sep, 2005
1 commit
  • Add getTableName, The one true way to get the correct name for a table ...
    f0265d7f
    whilst respecting the administrator's choice of table naming.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3667 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-23 14:44:30 +0000  
    Browse Dir »

15 Sep, 2005
1 commit
  • Add copyDirectory, moveDirectory, and moveFile, which try to use the ...
    9cbe23b4
    most efficient way to do their work.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3574 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:44:13 +0000  
    Browse Dir »

01 Sep, 2005
1 commit
  • Allow whereToString to potentially have an array passed in as a value. ...
    3e3f90c1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3554 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:12:20 +0000  
    Browse Dir »

19 Aug, 2005
1 commit
  • Add safeShellString, which converts an array of shell arguments to a ...
    f0412dd9
    strings that's safe to pass to system, popen, exec, &c.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3553 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-19 22:48:13 +0000  
    Browse Dir »

29 Jul, 2005
1 commit
  • Use PHP_Compat to support older versions of PHP. ...
    8e5c11ab
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3489 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:13:56 +0000  
    Browse Dir »

22 Jul, 2005
1 commit
  • Add array_combine (from PHP5 - not really legacy...) ...
    17a5fc47
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3452 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-22 20:48:13 +0000  
    Browse Dir »

20 Jul, 2005
1 commit
  • Add whereToString, converting an array of parameterised strings to a ...
    6e4c3680
    single parameterised string.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3404 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-20 18:20:04 +0000  
    Browse Dir »

14 Jan, 2005
1 commit
  • Add arrayGet and requestValue ...
    40debad1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3170 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-01-14 09:53:31 +0000  
    Browse Dir »

20 Dec, 2004
2 commits
  • Try harder to convert strings to bools. ...
    b982fe88
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3052 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-20 10:39:50 +0000  
    Browse Dir »
  • Include PHP-based versions of functions that KnowledgeTree uses that ...
    6269674d
    aren't in earlier versions of PHP 4.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3050 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-20 09:04:54 +0000  
    Browse Dir »

01 Dec, 2004
2 commits
  • Try harder in anyToBool to find what people meant. ...
    430f4c0e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3033 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-01 21:28:34 +0000  
    Browse Dir »
  • Move over to PEAR::DB's autoExecute via DBUtil::autoInsert, which gets ...
    5be02429
    rid of all non-portable insert_id calls and introduces portable
    sequences.
    
    You must run the commands in sql/mysql/upgrade/1.2.4-to-1.2.5.sql for
    KnowledgeTree to function on your data.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3025 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-01 13:46:36 +0000  
    Browse Dir »

26 Nov, 2004
1 commit
  • extractGPC moves specified request parameters to the global scope. ...
    c87357bf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3002 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 17:27:05 +0000  
    Browse Dir »

18 Aug, 2004
1 commit
  • Moved sanitize function to the util directory. ...
    f907fc9a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2916 c91229c3-7414-0410-bfa2-8a42b809f60b
    michaeljoseph authored
    2004-08-18 09:36:14 +0000  
    Browse Dir »