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
  • foldermanagement
25 Jan, 2005
1 commit
  • MySQL < 4.0.11 doesn't allow JOIN with ON - INNER JOIN is the most ...
    7d7f382c
    accurate description of what we want anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3204 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-25 12:49:45 +0000  
    Browse Dir »

14 Jan, 2005
1 commit
  • Deal with the Root Folder having a (non-existent) parent id of 0 ...
    614e2248
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3174 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-14 12:55:29 +0000  
    Browse Dir »

06 Jan, 2005
2 commits
  • Grab the Permission Folder for Folders created from the database. ...
    506897df
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3137 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 16:34:51 +0000  
    Browse Dir »
  • updatePermissions now not only updates the folder and its children's ...
    b2f784b2
    permission folder, but the permissions on each of the documents in those
    folders.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3127 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-06 13:04:33 +0000  
    Browse Dir »

05 Jan, 2005
2 commits
  • Implement support for the permission_folder_id - how to calculate it, ...
    086efa24
    and how to update it on all a folder's children when it needs to be
    changed.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3119 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 21:47:22 +0000  
    Browse Dir »
  • Use KTUtil::anyToBool for any boolean values being passed to the ...
    9beb4763
    database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3110 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-05 10:16:03 +0000  
    Browse Dir »

04 Jan, 2005
1 commit
  • Add an _table() (semi-static) method to get the table name. ...
    343e4af0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3105 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-04 11:20:44 +0000  
    Browse Dir »

03 Jan, 2005
1 commit
  • Use KTEntityUtil::getList instead of disparate getList implementations. ...
    3fea6984
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3096 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-03 11:36:48 +0000  
    Browse Dir »

20 Dec, 2004
2 commits
  • Parameterise (or vette/mark) remaining SQL statements. ...
    02dc42d8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3063 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-20 21:25:15 +0000  
    Browse Dir »
  • Return false in getFolderPathAsArray if given folder doesn't exist. ...
    6e4e2a9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3054 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-20 10:45:17 +0000  
    Browse Dir »

02 Dec, 2004
1 commit
  • Move database-backed objects over to KTEntity ...
    19dc32ab
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3037 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-12-02 10:51:17 +0000  
    Browse Dir »

01 Dec, 2004
1 commit
  • Move over to PEAR::DB's autoExecute via DBUtil::autoInsert, which gets ...
    886db67d
    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
    Neil Blakey-Milner authored
    2004-12-01 13:46:36 +0000  
    Browse Dir »

18 Aug, 2004
1 commit
  • Corrected some object reference passing semantics. ...
    49100a6f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2915 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2004-08-18 09:35:23 +0000  
    Browse Dir »

08 Oct, 2003
1 commit
  • Added new column to folders table that will allow user to break ...
    37961cf6
    folder permission
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2733 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-10-08 08:18:17 +0000  
    Browse Dir »

09 Sep, 2003
2 commits
  • (#2987) updated folderIsUnitRootFolder method ...
    1cd94361
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2711 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-09-09 16:42:01 +0000  
    Browse Dir »
  • (#2944) only check name and parent when checking for existence ...
    82e006b5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2706 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-09-09 15:54:19 +0000  
    Browse Dir »

02 Sep, 2003
1 commit
  • (#2963) return deletion status based on existence of folder ...
    d5fe5cd7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2677 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-09-02 16:08:21 +0000  
    Browse Dir »

29 Aug, 2003
1 commit
  • merged from branch BRANCH_1_2_0_12082003 ...
    96f19d43
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2662 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-08-29 08:16:08 +0000  
    Browse Dir »

07 Aug, 2003
1 commit
  • added copyright and gpl notice ...
    010092a1
    removed owl prefix from table aliases
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2558 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-08-07 15:11:46 +0000  
    Browse Dir »

22 Jul, 2003
1 commit
  • (#2616) added defaultUsersAssigned method to check the folder collaboration step… ...
    892ecb80
    …s have default users assigned
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2405 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-07-22 09:02:35 +0000  
    Browse Dir »

21 Jul, 2003
3 commits
  • (#2760) check if the unit root folder exists before creating it ...
    63d59b7d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2398 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-07-21 11:10:17 +0000  
    Browse Dir »
  • (#2760) check that there is no folder before creating one ...
    174db167
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-07-21 08:01:32 +0000  
    Browse Dir »
  • removed commented out code ...
    8c8141da
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2395 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-07-21 07:57:11 +0000  
    Browse Dir »

07 Jul, 2003
1 commit
  • corrected error condition in getFolderDisplayPath ...
    daf44c81
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2307 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-07-07 07:29:56 +0000  
    Browse Dir »

04 Jul, 2003
1 commit
  • added displayPath fix for retrieving folder path for a deleted document in a deleted folder ...
    3620bc09
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2303 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-07-04 15:17:47 +0000  
    Browse Dir »

03 Jun, 2003
1 commit
  • Added functionality to generate folder user roles from default ...
    320b4c19
    folder collaborationd data
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2062 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-06-03 15:45:55 +0000  
    Browse Dir »

02 Jun, 2003
3 commits
  • added setter for user id ...
    e0e1ca9c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2030 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-06-02 13:12:02 +0000  
    Browse Dir »
  • Added user_id column ...
    38db773e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2025 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-06-02 11:14:43 +0000  
    Browse Dir »
  • Added function to get primary key ...
    74097429
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2011 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-06-02 08:53:20 +0000  
    Browse Dir »

30 May, 2003
1 commit
  • Added functionality for new dependant_documents_created ...
    7d5b064f
    column
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1978 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-05-30 08:14:10 +0000  
    Browse Dir »

21 May, 2003
1 commit
  • changed query to check if folder has document undergoing collaboration ...
    4f9158df
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1882 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-05-21 15:42:09 +0000  
    Browse Dir »

08 May, 2003
1 commit
  • Fixed error in check on whether there is a document currently undergoing ...
    935fcfa2
    collaboration in the folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1753 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-05-08 09:38:08 +0000  
    Browse Dir »

06 May, 2003
1 commit
  • fixed folder rename function so that sub-folders are renamed ...
    a1732d8e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1749 c91229c3-7414-0410-bfa2-8a42b809f60b
    rob authored
    2003-05-06 14:19:49 +0000  
    Browse Dir »

29 Apr, 2003
1 commit
  • added creator id accessor methods ...
    be1a8cc4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1744 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-04-29 11:35:08 +0000  
    Browse Dir »

04 Apr, 2003
1 commit
  • change permissions from string to int ...
    cdd32b63
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1696 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-04-04 08:47:11 +0000  
    Browse Dir »

03 Apr, 2003
1 commit
  • default folder permissions ...
    ece99ea5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1685 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-04-03 13:21:03 +0000  
    Browse Dir »

13 Mar, 2003
2 commits
  • changed to use table aliases ...
    af347bc6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1533 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-03-13 11:49:31 +0000  
    Browse Dir »
  • added collaboration helper methods ...
    72911b6f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1530 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-03-13 10:46:08 +0000  
    Browse Dir »

10 Mar, 2003
1 commit
  • added documentID to FolderUserRole retrieval from folder collaboration id ...
    255d3379
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1460 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-03-10 10:41:08 +0000  
    Browse Dir »

05 Mar, 2003
1 commit
  • corrected where clause sql ...
    1972cf67
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2003-03-05 15:00:35 +0000  
    Browse Dir »