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
29 Sep, 2005
10 commits
  • Make sure the userID in the session gives us a valid user, and specify ...
    7c4ce4eb
    the basic errorPage function.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3690 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 22:51:59 +0000  
    Browse Dir »
  • Delete replaced get function - now uses the canonical way using ...
    c559a8be
    KTEntityUtil::get
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3680 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:25:09 +0000  
    Browse Dir »
  • Add bRestrictDocumentTypes, which tells if this folder restricts the ...
    dec0ac8a
    document types of the documents put in it (defaults to no).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3679 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:24:21 +0000  
    Browse Dir »
  • Move DocumentFieldSet to KTFieldset ...
    a1db66ef
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3677 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:18:26 +0000  
    Browse Dir »
  • Accomodate setData, and add some helper functions for templates to use. ...
    363cf35e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3676 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:15:52 +0000  
    Browse Dir »
  • Add setData method, so render can be called without parameters. ...
    ff8b60ac
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3675 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:15:08 +0000  
    Browse Dir »
  • Don't use checkSession in dispatchers - rather verify session directly ...
    cd6898a3
    and allow the dispatcher to set its own access level.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3674 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:14:17 +0000  
    Browse Dir »
  • Modernise to use _aFieldToSelect. ...
    e05fd64d
    Add isUsed(), which helps to find out if the DocumentType is used.
    Don't not delete because the type is assigned to folders.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3672 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:12:39 +0000  
    Browse Dir »
  • Consistently use iId. ...
    86ad1461
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3671 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:11:30 +0000  
    Browse Dir »
  • Modernise to use _FieldToSelect for KTEntity-related work. ...
    7cf7f16c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3670 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-29 11:10:54 +0000  
    Browse Dir »

23 Sep, 2005
1 commit
  • Add getTableName, The one true way to get the correct name for a table ...
    d3ea720d
    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
    Neil Blakey-Milner authored
    2005-09-23 14:44:30 +0000  
    Browse Dir »

22 Sep, 2005
4 commits
  • Pass on the error from _add. ...
    83f8937b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3664 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-22 21:08:11 +0000  
    Browse Dir »
  • Catch errors in listing documents or folders from the import storage. ...
    cd0ffec7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3663 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-22 20:50:37 +0000  
    Browse Dir »
  • Error out if the file or directory can not be read properly. ...
    9124572c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3662 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-22 20:32:47 +0000  
    Browse Dir »
  • Error out if the folder to import from does not exist. ...
    0ade3828
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3660 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-22 13:29:42 +0000  
    Browse Dir »

21 Sep, 2005
4 commits
  • Set the (present) value for the tree field. ...
    8f87cce8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3652 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-21 20:44:53 +0000  
    Browse Dir »
  • Deal with the case where findRootObjectForPermissionObject is called on ...
    2ab11db9
    a permission object which is set by a document (for itself).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3651 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-21 20:44:13 +0000  
    Browse Dir »
  • Add a helper getPathArray ...
    6b01aae9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3650 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-21 20:43:02 +0000  
    Browse Dir »
  • Fix error where second-layer nodes can't be toggled. ...
    77d694d5
    Allow a default value to be passed into the tree, which causes the path
    to the node to be opened, and the radio button for that value to be
    selected.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3647 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-21 16:43:18 +0000  
    Browse Dir »

20 Sep, 2005
10 commits
  • Checkin of the tree-like metadata, basics of fieldsets and basics of the conditional metadata tree. ...
    52302b1f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3636 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-09-20 14:59:11 +0000  
    Browse Dir »
  • Error out if zip file doesn't exist, or if unzip fails. ...
    b63c6a34
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3634 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 14:47:25 +0000  
    Browse Dir »
  • Deal with ->init() returning an error. ...
    253d506f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3633 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 14:46:33 +0000  
    Browse Dir »
  • Remove PhysicalDocumentManager.inc include (no longer used). ...
    f0d3c296
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3632 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 14:45:42 +0000  
    Browse Dir »
  • Initialise the storage, and clean it up after we are done. ...
    4d9662c5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3631 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 10:41:45 +0000  
    Browse Dir »
  • Add init and cleanup to the importstorage interface. ...
    7c8822cc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3630 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 10:41:18 +0000  
    Browse Dir »
  • Add KTZipImportStorage, which can be used to bulk import documents from ...
    ff9f16dd
    a zip file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3628 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 10:32:06 +0000  
    Browse Dir »
  • Modernise moveDocument to use $oConfig, and work from source and ...
    f8fe24cb
    destination folders, and set the storage_path after the move.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3624 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 09:07:48 +0000  
    Browse Dir »
  • _generateFullFolderPath and _generateParentFolderIDS and ...
    b35475ea
    _generateFolderPath are all static - treat them like they are.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3623 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 09:06:49 +0000  
    Browse Dir »
  • Use KTUtil::moveFile in moveDocument - still needs to use storage_path ...
    c6abc7c1
    properly...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3622 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-20 08:32:26 +0000  
    Browse Dir »

19 Sep, 2005
5 commits
  • Get the file description from the options passed in, if available. ...
    24d65f8d
    Since objects can't be keys in PHP, pass in tuples of (object, value) to
    saveMetadata and validateMetadata.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3617 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 20:03:02 +0000  
    Browse Dir »
  • Get rid of debug var_dumps. ...
    294eb518
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3613 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 16:14:03 +0000  
    Browse Dir »
  • Import KTFileLikeUtil ...
    21a5f44b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3612 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 16:13:35 +0000  
    Browse Dir »
  • Don't assume KTTemplating has been included from somewhere else... ...
    c4becf9d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3611 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 11:27:11 +0000  
    Browse Dir »
  • Give the ID used for a lookup in our error messages, and catch a ...
    650bdb3a
    potential error that may be returned by a query.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3607 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 10:52:27 +0000  
    Browse Dir »

15 Sep, 2005
6 commits
  • Remove some items implemented by the abstract storage manager system, as ...
    fbb8a6c3
    well as the MIME-related functions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3605 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:51:09 +0000  
    Browse Dir »
  • Pass the navigation items to the main page template, in case it wants to ...
    82bdb119
    render them.  Also get the Templating singleton properly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3604 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:49:42 +0000  
    Browse Dir »
  • Add KTBrowseUtil, which currently only handles converting a path into a ...
    c4ebefdc
    tuple of the folder and document that path refers to.  And, potentially,
    an additional label attached at the end of the path.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3603 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:47:59 +0000  
    Browse Dir »
  • Add folder actions (analogous to document actions, except on folders) ...
    63c4ea3d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3601 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:41:11 +0000  
    Browse Dir »
  • Centralise logic for folder addition here, and add folder moving as a ...
    273082dc
    new feature.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3599 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:17:38 +0000  
    Browse Dir »
  • Move all document addition logic (including incomplete documents that ...
    b0df6b4d
    will be completed at a later stage) into KTDocumentUtil, and use the
    abstracted storage system for existing code.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3596 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:10:30 +0000  
    Browse Dir »