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
19 Sep, 2005
3 commits
  • Database structure changes for (internal release) 2.0.9 ...
    e7a87df9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3609 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 11:19:14 +0000  
    Browse Code »
  • We're approaching (internal release) 2.0.9 ...
    8a34e11e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3608 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-19 10:52:53 +0000  
    Browse Code »
  • 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 Code »

15 Sep, 2005
37 commits
  • Script that detects inconsistencies between the KT repository and the ...
    3d22e180
    stored documents on disk (using KTOnDiskPathStorageManager only, for
    now).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3606 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 20:42:02 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • Template for rendering a document action. ...
    13758d23
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3602 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:46:03 +0000  
    Browse Code »
  • 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 Code »
  • Tests for folder addition and movement logic. ...
    c46590f9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3600 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:39:05 +0000  
    Browse Code »
  • 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 Code »
  • Tests for document addition logic in KTDocumentUtil ...
    23f50a68
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3598 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:16:03 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • Use KTMime for MIME functions. ...
    212c09c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3595 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:09:14 +0000  
    Browse Code »
  • Always use KTConfig::getSingleton - don't abuse the fact it is in the ...
    1ecfe639
    global namespace currently.  Move legacy functions and utility function
    includes earlier in the file.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3594 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:08:47 +0000  
    Browse Code »
  • Tests for the import system, bulk imports, and so forth. ...
    f4b7cfcb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3593 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 10:07:31 +0000  
    Browse Code »
  • 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 Code »
  • Give the MIME functions from PhysicalDocumentManager a temporary home. ...
    e26262a5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3591 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:55:53 +0000  
    Browse Code »
  • 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 Code »
  • Add the on-disk path-based storage manager from the KT Core plugin. ...
    aa787137
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3589 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:54:13 +0000  
    Browse Code »
  • Add storage_path to Document. ...
    81cba521
    Add createFromArray, offer getSize as an alias to getFileSize so that it
    works properly.  Add some folding and comment help.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3588 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:53:21 +0000  
    Browse Code »
  • Add startTransaction, rollback, and commit, and fix reference returns on ...
    9441873a
    some functions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3587 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:51:25 +0000  
    Browse Code »
  • Add a "default" option to return if a given item isn't in the config ...
    2caa00b4
    files.
    
    Clean up singleton handling to work in strange cases (like when the file
    is imported within a function).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3586 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:50:18 +0000  
    Browse Code »
  • Fix which functions return references and those that don't, and fix a ...
    5a24d8d4
    minor type around the orderby option to getList.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3585 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:48:39 +0000  
    Browse Code »
  • Simple script to rebuild a KT database from scratch for testing. ...
    624a78e0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3584 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:47:42 +0000  
    Browse Code »
  • Add an abstracted import storage system, and implement importing from ...
    bc525d96
    the filesystem.  This can be extended to import from various archive
    files (such as ZIP), from other document management tools, from CVS or
    SVN.  Includes the idea that multiple content versions exists.  Does not
    handle importing metadata at all.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3583 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:14:27 +0000  
    Browse Code »
  • Tests for the FileLike objects. ...
    9e16b623
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3582 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:09:36 +0000  
    Browse Code »
  • Add storage_path to documents, which is managed by the storage manager ...
    412b73af
    to uniquely identify the contents of the document.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3581 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 09:00:24 +0000  
    Browse Code »
  • Add abstracted repository storage (not yet complete), and implement the ...
    978d0aa0
    original on-disk storage using folder and filename paths.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3580 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:57:11 +0000  
    Browse Code »
  • Add File-like objects that can be handled as a file would, but might be ...
    114c6b60
    backed by other things (databases, a URL, a subversion repository, and
    so forth).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3579 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:53:34 +0000  
    Browse Code »
  • Add tests for copying and moving filesystem directories. ...
    55e5e9c5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3578 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:50:11 +0000  
    Browse Code »
  • The metadata version is stored in field metadata_version, not "metadata" ...
    1fcb8cd5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3577 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:46:16 +0000  
    Browse Code »
  • 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 Code »
  • Put all actions in the ktcore.actions.document. namespace. ...
    c73166b0
    Remove unnecessary includes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3575 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:44:58 +0000  
    Browse Code »
  • Add copyDirectory, moveDirectory, and moveFile, which try to use the ...
    64314078
    most efficient way to do their work.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3574 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:44:13 +0000  
    Browse Code »
  • Remove bad copy-and-paste mentioning WebDocument ...
    20d44ba1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3573 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:42:56 +0000  
    Browse Code »
  • UpdatePermissionLookup and friends change the object passed to them, and ...
    6e02ab2b
    thus should be passed by reference.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3572 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:42:31 +0000  
    Browse Code »
  • Remove unnecessary empty lines that looked ugly ...
    cecf7c85
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3571 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:41:40 +0000  
    Browse Code »
  • Move Folder class over to support the standard KTEntity functions like ...
    cbe9c710
    createFromArray
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3570 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-09-15 08:41:02 +0000  
    Browse Code »