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
01 Dec, 2004
5 commits
  • 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 Code »
  • If we can't write the log, then we just don't, silently. ...
    cb47dcbb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3024 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-01 12:31:46 +0000  
    Browse Code »
  • Make the DBUtil class available to all pages. ...
    923cfa5a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3023 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-01 12:31:12 +0000  
    Browse Code »
  • Set autofree on the compat database's results, as they're not explicitly ...
    f8675cde
    freed in legacy code.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3022 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-01 12:29:36 +0000  
    Browse Code »
  • Database access utility class to reduce code repetition and complexity ...
    4036b7c2
    and make it easier to make wide-spread changes in the database area.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3021 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-12-01 12:28:58 +0000  
    Browse Code »

30 Nov, 2004
2 commits
  • Switch to using PEAR::DB for our database connectivity layer. Use ...
    562322d8
    DBCompat to remove our use of phplib's DB classes, but allow existing
    use of phplib's DB API to work until we remove them.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3020 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-30 09:15:28 +0000  
    Browse Code »
  • DBCompat provides a phplib DB API using a PEAR::DB database object. ...
    5f18498e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3019 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-30 08:57:26 +0000  
    Browse Code »

29 Nov, 2004
1 commit
  • Make CSS-based buttons work better in IE. ...
    328f4302
    SF tracker:	1069404
    Submitted by:	Stefano Ciancio (sciancio)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3018 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-29 20:21:05 +0000  
    Browse Code »

27 Nov, 2004
11 commits
  • Use the global database handle instead of creating our own. ...
    5fe7deaa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3017 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 17:14:45 +0000  
    Browse Code »
  • Don't include db.inc directly - dmsDefaults.inc has done it for us ...
    564b83e4
    already.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3016 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 17:13:25 +0000  
    Browse Code »
  • Remove non-config stuff from environment.php and place them in ...
    0f806069
    dmsDefaults.php.
    
    Also disable database-based configuration by default.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3015 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 16:57:28 +0000  
    Browse Code »
  • Remove spurious haltmsg method. ...
    e5b10791
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3014 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 16:19:38 +0000  
    Browse Code »
  • Remove unused getLastQueryResultCount and getQueryString ...
    863df32d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3013 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 16:17:11 +0000  
    Browse Code »
  • Remove unused createSQLQuery and createSQLQueryWithOffset ...
    bee203c0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3012 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 16:13:52 +0000  
    Browse Code »
  • Remove unused PatternDatabaseTable ...
    6545785d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3011 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 16:12:16 +0000  
    Browse Code »
  • Bulk upload support for KnowledgeTree ...
    6175d106
    SF tracker:	1072882
    Submitted by:	Adam Monsen (meonkeys)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3010 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 10:26:05 +0000  
    Browse Code »
  • PEAR DB from DB-1.6.8 ...
    affd3e45
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3009 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 06:44:43 +0000  
    Browse Code »
  • PEAR.php from PEAR-1.3.3.1 ...
    e7bbeef1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3008 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 06:42:56 +0000  
    Browse Code »
  • Don't rely on register_globals. ...
    1e81935b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3007 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-27 06:29:32 +0000  
    Browse Code »

26 Nov, 2004
8 commits
  • Recover somewhat gracefully if people insist on turning on ...
    3e8d4ff2
    register_globals and magic_quotes_gpc.  Remove request parameters from
    global scope, and if they're quoted by magic_quotes_gpc, dequote them.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3006 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 21:15:08 +0000  
    Browse Code »
  • Don't rely on register_globals or similar mechanisms to access request ...
    6c9d48c1
    parameters.  Either use KTUtil::extractGPC to bring specific parameters
    to global scope or access them via the $_REQUEST array.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3005 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 21:10:53 +0000  
    Browse Code »
  • Remove outdated comments ...
    132d5ecf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3004 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 20:51:20 +0000  
    Browse Code »
  • Don't rely on register_globals for access to request variables. ...
    f05462c0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3003 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 20:48:53 +0000  
    Browse Code »
  • 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 Code »
  • Add checkall and clearall buttons ...
    8849e5f7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3001 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 16:01:37 +0000  
    Browse Code »
  • Autodetect paths and server name, and componentise and modernise the ...
    04ba1ec7
    initialisation process.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3000 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 15:51:59 +0000  
    Browse Code »
  • Fix up indentation and copious whitespace ...
    a7c285bf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2999 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-26 15:09:31 +0000  
    Browse Code »

23 Nov, 2004
1 commit
  • Corrected folderHidingFlag typo ...
    6f452238
    SF Patch:		1071308
    Submitted by:	Adam Monsen (meonkeys)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2998 c91229c3-7414-0410-bfa2-8a42b809f60b
    michaeljoseph authored
    2004-11-23 08:13:45 +0000  
    Browse Code »

22 Nov, 2004
1 commit
  • Update version information for new installs. ...
    96ae1d96
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2997 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-22 13:25:09 +0000  
    Browse Code »

19 Nov, 2004
1 commit
  • Adding intermediate db upgrade scripts (just setting the version number) ...
    7c4ad765
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2996 c91229c3-7414-0410-bfa2-8a42b809f60b
    michaeljoseph authored
    2004-11-19 14:48:33 +0000  
    Browse Code »

18 Nov, 2004
8 commits
  • Use getClearAllButton and getCheckAllButton instead of using directly. ...
    bd520a4d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2995 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:43:19 +0000  
    Browse Code »
  • Translate the buttons properly. ...
    e85272fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2994 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:42:44 +0000  
    Browse Code »
  • Hook up some words that slipped through. ...
    ea143be6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2993 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:40:27 +0000  
    Browse Code »
  • Add getClearAllButton and getCheckAllButton ...
    4319b6a2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2992 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:36:25 +0000  
    Browse Code »
  • Add English to the list of available locales. Otherwise we'd skip past ...
    28e476d6
    an English preference to a lower-priority language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2991 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:25:24 +0000  
    Browse Code »
  • Updated with new localisation hooks. ...
    0da12c03
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2990 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:24:04 +0000  
    Browse Code »
  • Generate Clear All and Check All buttons too. ...
    acb4069a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2989 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 14:21:42 +0000  
    Browse Code »
  • Move the heading/logo to the left, and stylise a bit. ...
    e0ad3cb9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2988 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-18 13:16:14 +0000  
    Browse Code »

17 Nov, 2004
2 commits
  • Stop using absolute positioning for the contact images. ...
    1a957dfb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2986 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-17 13:37:33 +0000  
    Browse Code »
  • Make the view layout less dependent on specific pixel sizes, and use ...
    fb34f642
    divs in place of merely table rows for some cases.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2985 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2004-11-17 13:31:22 +0000  
    Browse Code »