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
  • presentation
  • lookAndFeel
  • knowledgeTree
19 Sep, 2005
4 commits
  • Flatten the conditionals so that the logic and code is easier to ...
    bd4205ea
    understand.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3620 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 21:10:34 +0000  
    Browse Dir »
  • Replace old store.inc/constructQuery metadata handling, and use the ...
    1459dba1
    built-in handler in KTDocumentUtil::add
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3619 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 20:10:35 +0000  
    Browse Dir »
  • Make use of KTDocumentUtil::add to add a document. ...
    1b9d9ba5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3615 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 16:15:11 +0000  
    Browse Dir »
  • Little more spacing in sideways table, and a right border... ...
    662a2e22
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3614 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 16:14:36 +0000  
    Browse Dir »

15 Sep, 2005
4 commits
  • Flatten code to make it more readable, and use the abstract storage ...
    bd671762
    system to handle document downloading in some cases (to be completed).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3597 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:11:36 +0000  
    Browse Dir »
  • Use the abstract storage manager and KTMime rather than ...
    30353d84
    PhysicalDocumentManager
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3592 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:56:21 +0000  
    Browse Dir »
  • Use the abstract storage system rather than PhysicalDocumentManager. ...
    5471dbfc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3590 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:55:12 +0000  
    Browse Dir »
  • Use a LEFT OUTER rather than an INNER join in case there is some problem ...
    848919e1
    with the document type of a document (say, it's incompletely added and
    that will be set later).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3576 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:45:50 +0000  
    Browse Dir »

01 Sep, 2005
1 commit
  • Use the new action infrastructure to populate the document actions ...
    fcb0f51a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3562 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-01 19:11:55 +0000  
    Browse Dir »

02 Aug, 2005
8 commits
  • Add a link to controlling member groups of a group. ...
    b8b94dcc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3545 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 13:23:18 +0000  
    Browse Dir »
  • Admin screen to manage nested groups. ...
    692e4168
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3542 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 13:12:53 +0000  
    Browse Dir »
  • View and download previous metadata versions from a metadata version ...
    fd43a6ea
    list.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3533 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 09:28:54 +0000  
    Browse Dir »
  • Use pre- and post-code to ensure metadata version is created and current ...
    88bb98a4
    document's metadata version number updated.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3532 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 09:27:56 +0000  
    Browse Dir »
  • Simplify logic to prevent many nested ifs, and use DocumentUtil for ...
    791f5e36
    check-in process.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3531 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 09:26:34 +0000  
    Browse Dir »
  • Implement pre- and post-code to execute before and after storage of the ...
    4c9512f8
    item.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3527 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 09:19:32 +0000  
    Browse Dir »
  • Provide some UI niceties for side-ways tables (headers on left) for ...
    8beed0b2
    testing.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3522 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 09:11:53 +0000  
    Browse Dir »
  • Don't update last modified time when a file is checked out. ...
    dd0abba9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3520 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-08-02 09:09:11 +0000  
    Browse Dir »

31 Jul, 2005
4 commits
  • Remove the permission manager built into "Modify Folder Properties". ...
    9ab04258
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3516 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 09:00:38 +0000  
    Browse Dir »
  • Use new ktcore.permissions.addFolder permission to see if a user can add ...
    6e32a433
    a folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3514 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:58:11 +0000  
    Browse Dir »
  • Folder-level permission management - assign permissions to groups, and ...
    13d4757c
    view the users that have permissions (via a group) to this folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3504 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:44:09 +0000  
    Browse Dir »
  • Permissions manager - view permissions, add and delete custom ...
    2f228fea
    permissions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3503 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:42:35 +0000  
    Browse Dir »

30 Jul, 2005
1 commit
  • Bring some testing CSS stuff into the stylesheet. ...
    94ef26fc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3495 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-30 14:51:04 +0000  
    Browse Dir »

29 Jul, 2005
1 commit
  • Clean up uncommented code. ...
    0c21fa30
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3491 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-29 12:15:17 +0000  
    Browse Dir »

27 Jul, 2005
1 commit
  • Use dispatcher and new helpentity to simplify code. ...
    5ff745db
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3480 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:57:07 +0000  
    Browse Dir »

26 Jul, 2005
2 commits
  • Simplify HTML originally created using a word processor. ...
    b5e85d2c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3458 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-26 09:20:02 +0000  
    Browse Dir »
  • Allow help files to be edited via the admin interface and saved into the ...
    e2e0ea6f
    database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3457 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-26 09:19:10 +0000  
    Browse Dir »

25 Jul, 2005
1 commit
  • Import GroupUtil before using it ...
    fdaac84a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3455 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-25 07:52:05 +0000  
    Browse Dir »

21 Jul, 2005
12 commits
  • Remove GroupUserLink include ...
    59638f7e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3432 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 19:13:53 +0000  
    Browse Dir »
  • Only use IN BOOLEAN MODE on MySQL 4 and above. ...
    09684993
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3430 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 19:03:32 +0000  
    Browse Dir »
  • User GroupUtil::listGroupsForUser instead of playing with Link objects. ...
    a5af1010
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3428 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:59:03 +0000  
    Browse Dir »
  • Use Group addMember and removeMember rather than mess directly with link ...
    7cbe7a1b
    objects.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3425 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:26:38 +0000  
    Browse Dir »
  • Remove unused code from file that's unused itself... ...
    e1378de7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3424 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:22:14 +0000  
    Browse Dir »
  • Use Group's addMember and removeMember instead of fiddling with link ...
    48318fc8
    objects.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3423 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:19:23 +0000  
    Browse Dir »
  • Get rid of unused copied-and-pasted code. ...
    469536e3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3422 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:07:11 +0000  
    Browse Dir »
  • Use Group->addMember instead of creating GroupUserLink object. ...
    f1da74f1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3421 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:04:22 +0000  
    Browse Dir »
  • Use GroupUtil::getNameForID instead of Group::getGroupName ...
    27e32678
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3420 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:01:14 +0000  
    Browse Dir »
  • Make error text a big bigger. ...
    c475e231
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3419 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 14:59:58 +0000  
    Browse Dir »
  • Remove extraneous includes. ...
    859f9c72
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3407 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 08:18:20 +0000  
    Browse Dir »
  • Remove extraneous copy-and-paste stuff about users and groups from here, ...
    79692c1c
    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
    Neil Blakey-Milner authored
    2005-07-21 08:14:38 +0000  
    Browse Dir »

19 Jul, 2005
1 commit
  • Fix the multi-document move functionality. ...
    dea8b606
    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
    Neil Blakey-Milner authored
    2005-07-19 19:22:37 +0000  
    Browse Dir »