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
15 Sep, 2005
14 commits
  • Add storage_path to documents, which is managed by the storage manager ...
    9f1b8d36
    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
    nbm authored
    2005-09-15 09:00:24 +0000  
    Browse Code »
  • Add abstracted repository storage (not yet complete), and implement the ...
    052e8bf7
    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
    nbm 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 ...
    004a3f82
    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
    nbm authored
    2005-09-15 08:53:34 +0000  
    Browse Code »
  • Add tests for copying and moving filesystem directories. ...
    0307f9b6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3578 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:50:11 +0000  
    Browse Code »
  • The metadata version is stored in field metadata_version, not "metadata" ...
    e833727a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3577 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm 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 ...
    a4c2ab98
    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
    nbm authored
    2005-09-15 08:45:50 +0000  
    Browse Code »
  • Put all actions in the ktcore.actions.document. namespace. ...
    223a81f7
    Remove unnecessary includes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3575 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:44:58 +0000  
    Browse Code »
  • Add copyDirectory, moveDirectory, and moveFile, which try to use the ...
    9cbe23b4
    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
    nbm authored
    2005-09-15 08:44:13 +0000  
    Browse Code »
  • Remove bad copy-and-paste mentioning WebDocument ...
    d35d44e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3573 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:42:56 +0000  
    Browse Code »
  • UpdatePermissionLookup and friends change the object passed to them, and ...
    b93b8082
    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
    nbm authored
    2005-09-15 08:42:31 +0000  
    Browse Code »
  • Remove unnecessary empty lines that looked ugly ...
    5459ccb7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3571 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:41:40 +0000  
    Browse Code »
  • Move Folder class over to support the standard KTEntity functions like ...
    6183bb83
    createFromArray
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3570 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:41:02 +0000  
    Browse Code »
  • Deal with setting user ids when the session may not contain the user id ...
    2a247e67
    (such as, when running in a script)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3569 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:40:11 +0000  
    Browse Code »
  • Remove old unused script ...
    204a10a3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3568 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-15 08:39:00 +0000  
    Browse Code »

02 Sep, 2005
3 commits
  • Load all plugins on startup ...
    9084c620
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3567 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-02 16:48:28 +0000  
    Browse Code »
  • PHP5 fix - move over Document to KTEntityUtil's get system ...
    5162be1e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3566 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-02 16:46:50 +0000  
    Browse Code »
  • PHP5 fix - array_merge no longer handles being passed a non-array (such ...
    c9e40c05
    as null)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3565 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-02 16:28:56 +0000  
    Browse Code »

01 Sep, 2005
11 commits
  • plugin-resources.php allows registered resources for plugins to be ...
    dd95cd1b
    accessible via the web server.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3564 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 20:31:49 +0000  
    Browse Code »
  • Add a plugin for ktcore functionality. ...
    611c25c6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3563 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 19:29:52 +0000  
    Browse Code »
  • Use the new action infrastructure to populate the document actions ...
    43f9f8fc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3562 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 19:11:55 +0000  
    Browse Code »
  • PluginUtil contains functions useful for managing plugins ...
    aa179b91
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3561 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 19:07:31 +0000  
    Browse Code »
  • Add document actions and an action registry to register them. ...
    29cf6198
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3560 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 19:05:08 +0000  
    Browse Code »
  • Make getSingleton create instances on first call, and also make this ...
    60a0dcee
    work when the KTTemplating module is included within a function (without
    access to globals via global).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3559 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:20:26 +0000  
    Browse Code »
  • Add an option for getByGroups to return ids rather than objects. ...
    918b2990
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3558 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:18:52 +0000  
    Browse Code »
  • getByParentIDAndLookupID returns all sub-folders in a folder that have the ...
    66505b75
    lookups passed in (ie, so that only those sub-folders accessible by a specific
    user with a specific permission will be returned).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3557 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:18:19 +0000  
    Browse Code »
  • getByFolderIDAndLookupID returns all documents in a folder that have the ...
    205900c8
    lookups passed in (ie, so that only those documents accessible by a
    specific user with a specific permission will be returned).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3556 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:17:40 +0000  
    Browse Code »
  • Allow getBy to receive an arrays as a value for IN (1,2,3) SQL ...
    d4106c03
    expressions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3555 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:14:29 +0000  
    Browse Code »
  • Allow whereToString to potentially have an array passed in as a value. ...
    3e3f90c1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3554 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-09-01 17:12:20 +0000  
    Browse Code »

19 Aug, 2005
1 commit
  • Add safeShellString, which converts an array of shell arguments to a ...
    f0412dd9
    strings that's safe to pass to system, popen, exec, &c.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3553 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-19 22:48:13 +0000  
    Browse Code »

02 Aug, 2005
11 commits
  • By definition, if no groups are passed, then they don't have ...
    3ab181b5
    descriptors...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3551 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 15:31:30 +0000  
    Browse Code »
  • Include templating and place the KTTemplating singleton into the global ...
    98d76c04
    scope.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3550 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 15:10:11 +0000  
    Browse Code »
  • Changes for 2.0.8 from-scratch database install ...
    c1ceab85
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3549 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 14:39:51 +0000  
    Browse Code »
  • Database changes for nested groups ...
    a1c358c0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3548 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 14:38:31 +0000  
    Browse Code »
  • Remove debug prints ...
    6262433b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3547 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 14:37:16 +0000  
    Browse Code »
  • Import MochiKit 0.50 ...
    0fe9d20f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3546 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:24:34 +0000  
    Browse Code »
  • Add a link to controlling member groups of a group. ...
    4069b34e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3545 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:23:18 +0000  
    Browse Code »
  • Add table mapping for groups_groups_link table. ...
    6a77ef9d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3544 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:22:37 +0000  
    Browse Code »
  • Tests of nested group functionality. ...
    d3302c40
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3543 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:13:49 +0000  
    Browse Code »
  • Admin screen to manage nested groups. ...
    6f8c1bb3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3542 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:12:53 +0000  
    Browse Code »
  • Use all groups the user is a member of, including via nested groups. ...
    e4b049e7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3541 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:11:58 +0000  
    Browse Code »