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
04 Oct, 2005
4 commits
  • Add getId, which simplifies the case where we're being passed an object ...
    47a4bf95
    or its identifier, and we just want the identifier.
    
    Also add meldOptions, which simplifies the common case of wanting to
    merge two arrays that might not be arrays (yet).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3707 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-04 12:25:49 +0000  
    Browse Dir »
  • Changes regarding relations of fields in a conditional fieldset ...
    6faa5d71
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3706 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-04 12:24:25 +0000  
    Browse Dir »
  • autoInsert can now optionally _not_ put in a unique ID into an insert. ...
    33ae1015
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3705 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-04 12:23:53 +0000  
    Browse Dir »
  • Utilities relating to metadata (document fields) manipulation ...
    8927e88e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3703 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-10-04 12:22:51 +0000  
    Browse Dir »

30 Sep, 2005
3 commits
  • Add getType (returns a string - "Normal", "Lookup", "Tree"), and add ...
    32482ae0
    getValues() for the lookup case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3694 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-30 14:02:55 +0000  
    Browse Dir »
  • Modernise to use _aFieldToSelect, and add getByDocumentField. ...
    2eec9aa0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3693 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-30 14:00:48 +0000  
    Browse Dir »
  • Add transparent (requested) transaction support for dispatcher. A ...
    41adce88
    dispatcher can be configured to always use transactions, or you can
    start a transaction.  Either way, rollback occurs when errorPage or
    errorRedirectTo is used, and committing happens in standard case and in
    successRedirectTo.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3692 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-30 14:00:19 +0000  
    Browse Dir »

29 Sep, 2005
10 commits
  • Make sure the userID in the session gives us a valid user, and specify ...
    65a62024
    the basic errorPage function.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3690 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-29 22:51:59 +0000  
    Browse Dir »
  • Delete replaced get function - now uses the canonical way using ...
    5db6c042
    KTEntityUtil::get
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3680 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-29 11:25:09 +0000  
    Browse Dir »
  • Add bRestrictDocumentTypes, which tells if this folder restricts the ...
    16455840
    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
    nbm authored
    2005-09-29 11:24:21 +0000  
    Browse Dir »
  • Move DocumentFieldSet to KTFieldset ...
    8b1991c7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3677 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-29 11:18:26 +0000  
    Browse Dir »
  • Accomodate setData, and add some helper functions for templates to use. ...
    14b2be6c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3676 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-29 11:15:52 +0000  
    Browse Dir »
  • Add setData method, so render can be called without parameters. ...
    2aceb436
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3675 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-29 11:15:08 +0000  
    Browse Dir »
  • Don't use checkSession in dispatchers - rather verify session directly ...
    1b10d438
    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
    nbm authored
    2005-09-29 11:14:17 +0000  
    Browse Dir »
  • Modernise to use _aFieldToSelect. ...
    019a2e3e
    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
    nbm authored
    2005-09-29 11:12:39 +0000  
    Browse Dir »
  • Consistently use iId. ...
    9521a57e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3671 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-29 11:11:30 +0000  
    Browse Dir »
  • Modernise to use _FieldToSelect for KTEntity-related work. ...
    a4e3dd7d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3670 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    f0265d7f
    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
    nbm authored
    2005-09-23 14:44:30 +0000  
    Browse Dir »

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

21 Sep, 2005
4 commits
  • Set the (present) value for the tree field. ...
    6ba62966
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3652 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-21 20:44:53 +0000  
    Browse Dir »
  • Deal with the case where findRootObjectForPermissionObject is called on ...
    0f2f79fb
    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
    nbm authored
    2005-09-21 20:44:13 +0000  
    Browse Dir »
  • Add a helper getPathArray ...
    5f8e2df5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3650 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-21 20:43:02 +0000  
    Browse Dir »
  • Fix error where second-layer nodes can't be toggled. ...
    f41e54ee
    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
    nbm 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. ...
    81251662
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3636 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-09-20 14:59:11 +0000  
    Browse Dir »
  • Error out if zip file doesn't exist, or if unzip fails. ...
    1d4545c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3634 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 14:47:25 +0000  
    Browse Dir »
  • Deal with ->init() returning an error. ...
    910b9fe7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3633 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 14:46:33 +0000  
    Browse Dir »
  • Remove PhysicalDocumentManager.inc include (no longer used). ...
    7d657be7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3632 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 14:45:42 +0000  
    Browse Dir »
  • Initialise the storage, and clean it up after we are done. ...
    3606936e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3631 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 10:41:45 +0000  
    Browse Dir »
  • Add init and cleanup to the importstorage interface. ...
    30254ed6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3630 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 10:41:18 +0000  
    Browse Dir »
  • Add KTZipImportStorage, which can be used to bulk import documents from ...
    25929c26
    a zip file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3628 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 10:32:06 +0000  
    Browse Dir »
  • Modernise moveDocument to use $oConfig, and work from source and ...
    cfbcf54d
    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
    nbm authored
    2005-09-20 09:07:48 +0000  
    Browse Dir »
  • _generateFullFolderPath and _generateParentFolderIDS and ...
    7ac2fb76
    _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
    nbm authored
    2005-09-20 09:06:49 +0000  
    Browse Dir »
  • Use KTUtil::moveFile in moveDocument - still needs to use storage_path ...
    04f4230c
    properly...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3622 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-20 08:32:26 +0000  
    Browse Dir »

19 Sep, 2005
4 commits
  • Get the file description from the options passed in, if available. ...
    9166db9e
    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
    nbm authored
    2005-09-19 20:03:02 +0000  
    Browse Dir »
  • Get rid of debug var_dumps. ...
    1bcf4618
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3613 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-19 16:14:03 +0000  
    Browse Dir »
  • Import KTFileLikeUtil ...
    62a965f6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3612 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-19 16:13:35 +0000  
    Browse Dir »
  • Don't assume KTTemplating has been included from somewhere else... ...
    30ee8be9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3611 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-19 11:27:11 +0000  
    Browse Dir »