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
21 Jul, 2005
5 commits
  • GroupUtil provides high-level Group functions, as well as providing for ...
    2fd66483
    other common Group-related needs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3410 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-21 10:58:40 +0000  
    Browse Code »
  • Quick test to see if getMembers is behaving properly. ...
    24a1f3e8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3409 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-21 10:57:21 +0000  
    Browse Code »
  • Simplify and organise, and remove unused functionality. ...
    abbf35b4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3408 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-21 10:56:55 +0000  
    Browse Code »
  • Remove extraneous includes. ...
    b57ff788
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3407 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-21 08:18:20 +0000  
    Browse Code »
  • Remove extraneous copy-and-paste stuff about users and groups from here, ...
    60a90446
    and reduce includes to only the required ones.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3406 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-21 08:14:38 +0000  
    Browse Code »

20 Jul, 2005
3 commits
  • Tests for KTUtil::whereToString. ...
    7b798ef4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3405 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-20 18:20:23 +0000  
    Browse Code »
  • 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 Code »
  • Explain how to specify paths in KnowledgeTree here too. ...
    ad1c9119
    Don't put a license on a configuration file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3403 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-20 16:41:19 +0000  
    Browse Code »

19 Jul, 2005
3 commits
  • Use IS NULL and not = NULL in SQL statements. ...
    5f459183
    Submitted by:	William Hawkins (williamhawkins)
    SF Tracker:	1230602
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3402 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-19 19:29:17 +0000  
    Browse Code »
  • Fix the multi-document move functionality. ...
    b1148645
    Submitted by:	William Hawkins (williamhawkins)
    SF Tracker:	1230598
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3401 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-19 19:22:37 +0000  
    Browse Code »
  • Don't use $default without declaration, or use KT_LIB_DIR for requires. ...
    6bef0256
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3400 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-19 19:04:10 +0000  
    Browse Code »

12 Jul, 2005
3 commits
  • Don't show the dependent document link type when choosing the type of ...
    da92d465
    link.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3399 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-12 14:36:31 +0000  
    Browse Code »
  • When adding a dependent document, use the dependent document link type ...
    6963149e
    (-1).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3398 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-12 14:35:29 +0000  
    Browse Code »
  • Document links are directional, but viewing the reverse is useful too, ...
    ef7e7b2f
    so provide a descriptive name for the reverse link.
    
    (True bi-directional links would require two separate entries in the
    links.)
    
    Also, add the dependent document link, using the reserved negative
    number range.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3397 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-12 14:34:34 +0000  
    Browse Code »

07 Jul, 2005
4 commits
  • Grab Link Type ID from database. ...
    56570a9d
    Actually grab Child ID from database for object, not the parent ID
    again...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3396 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-07 14:00:44 +0000  
    Browse Code »
  • Fix "Unit folder are not shows as Unit if Description is modified" ...
    8f6c4191
    problem.
    
    SF Tracker:	1224874
    Submitted by:	Nicolas Quienot (nquienot)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3395 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-07 12:29:07 +0000  
    Browse Code »
  • Get list of link types from LinkType::_table() ...
    d5bd5700
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3394 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-07 09:17:08 +0000  
    Browse Code »
  • Correct path to LinkType.inc ...
    61137250
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3393 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-07 09:16:43 +0000  
    Browse Code »

17 Jun, 2005
1 commit
  • Remove additional non-absolute-path include of advancedSearchUtil.inc ...
    10eacb6e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3392 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-17 08:39:06 +0000  
    Browse Code »

16 Jun, 2005
1 commit
  • Catch the INSTALL guide up with KnowledgeTree 2.0.0+ reality. ...
    25410652
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3390 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-16 15:55:42 +0000  
    Browse Code »

15 Jun, 2005
17 commits
  • ChangeLog for 2.0.6 ...
    4016d479
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3389 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 22:55:50 +0000  
    Browse Code »
  • Regenerate data.sql for 2.0.6 ...
    4f86fa89
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3388 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 22:46:46 +0000  
    Browse Code »
  • Actually update the knowledgeTreeVersion value in the database ...
    9d8db27b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3387 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 22:46:09 +0000  
    Browse Code »
  • Ensure parent can handle descriptors, and update the structure.sql for ...
    a96e165d
    first installs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3386 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 22:33:17 +0000  
    Browse Code »
  • Don't reuse mis-used $_SESSION["errorMessage"], and instead make our own ...
    a1b40391
    $_SESSION["KTErrorMessage"], which is an array of errors that errors can
    be pushed upon, and automatically be displayed in the Main Page the next
    time a page is seen.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3385 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:53:01 +0000  
    Browse Code »
  • Getting close to 2.0.6 release ...
    92334d9a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3384 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:37:07 +0000  
    Browse Code »
  • Make setFileName take a parameter ...
    a7dc626f
    SF Tracker:	1220462
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3383 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:36:17 +0000  
    Browse Code »
  • Make CVS ignore all files in this directory ...
    2c6353ae
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3382 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:34:38 +0000  
    Browse Code »
  • Add a CLI script to automatically perform the upgrades to the current ...
    f42cb864
    version of KnowledgeTree.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3381 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:29:56 +0000  
    Browse Code »
  • Ensure the descriptors aren't shortened by the length of the descriptor ...
    37827f4a
    field.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3380 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:29:15 +0000  
    Browse Code »
  • Handle the final upgrade API. ...
    6123e00a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3379 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:28:42 +0000  
    Browse Code »
  • Check whether the upgrade table exists before checking if an upgrade has ...
    2afef090
    been installed.
    
    Run SQL queries using the admin db connection set up in upgrades.inc.php
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3378 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:28:17 +0000  
    Browse Code »
  • Setup a special admin database connection, and ensure the upgrade table ...
    e9b82f84
    is the first upgrade performed during upgrades.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3377 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:27:06 +0000  
    Browse Code »
  • Explain how to add a dmsadmin account for use with the automated ...
    78ab2c2e
    upgrade.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3376 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 21:26:20 +0000  
    Browse Code »
  • Add dmsadmin user which has all privileges on the KT database for ...
    001072cc
    upgrade purposes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3375 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 20:43:53 +0000  
    Browse Code »
  • Add dbAdminUser and dbAdminPass settings for administrator access to the ...
    e398512f
    dms database for the upgrade scripts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3374 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 20:40:31 +0000  
    Browse Code »
  • Allow large numbers of documents to be deleted or moved by using POST ...
    4e0c677e
    for the initial submission, and then forwarding a unique identifier as a
    key to a list of documents to delete in the session.
    
    Reported by:	Ray Booysen (twyford)
    SF Tracker:	1221326
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3373 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-15 19:54:21 +0000  
    Browse Code »

13 Jun, 2005
3 commits
  • Make CVS ignore any files in this directory ...
    3c61f02a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3372 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-13 21:41:35 +0000  
    Browse Code »
  • Add link type for document links to describe the relationship ...
    10bf94ce
    Submitted by:   Marcel Berteler (pluk77)
    SF Tracker:     1013935
    SF Tracker:     971712
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3371 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-13 21:39:08 +0000  
    Browse Code »
  • Add link type for document links to describe the relationship ...
    bc4af5a6
    Submitted by:	Marcel Berteler (pluk77)
    SF Tracker:	1013935
    SF Tracker:	971712
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3370 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-06-13 21:31:40 +0000  
    Browse Code »