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 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
33 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 »
  • Nested group utility functions. ...
    ce1bc7f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3540 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:11:13 +0000  
    Browse Code »
  • Allow groups to be members and parents of other groups in the model. ...
    a5fda1ff
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3539 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:10:30 +0000  
    Browse Code »
  • Add groups_groups_link to the table mapping. ...
    e46608ec
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3538 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:09:56 +0000  
    Browse Code »
  • Add simple redirectToMain as a shortcut. ...
    d25cdc59
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3537 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 13:07:21 +0000  
    Browse Code »
  • Some basic documentation of what metadata versions are and how they were ...
    eb0d1d6d
    implemented.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3536 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:38:57 +0000  
    Browse Code »
  • Templates for new metadata UI (with optional metadata version on the ...
    41ef40b1
    side).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3535 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:33:36 +0000  
    Browse Code »
  • Test for createMetadataVersion ...
    76a5956c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3534 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:32:36 +0000  
    Browse Code »
  • View and download previous metadata versions from a metadata version ...
    fab7b22d
    list.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3533 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:28:54 +0000  
    Browse Code »
  • Use pre- and post-code to ensure metadata version is created and current ...
    5620e417
    document's metadata version number updated.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3532 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:27:56 +0000  
    Browse Code »
  • Simplify logic to prevent many nested ifs, and use DocumentUtil for ...
    e8c67fde
    check-in process.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3531 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:26:34 +0000  
    Browse Code »
  • Add support for metadata versions to the Document model object. ...
    b0f18625
    Handle automated last-modified and creation times more carefully.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3530 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:25:08 +0000  
    Browse Code »
  • Add metadata version information to the documents table. ...
    42bc923b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3529 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:23:39 +0000  
    Browse Code »
  • DocumentUtil will hold utility functions to handle process and ...
    0e310f32
    life-cycle of document model objects.  Currently, it handles the
    check-in process.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3528 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:22:40 +0000  
    Browse Code »
  • Implement pre- and post-code to execute before and after storage of the ...
    09e93793
    item.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3527 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:19:32 +0000  
    Browse Code »
  • Add some helper selectors - getList and getByDocument ...
    953a339d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3526 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:16:24 +0000  
    Browse Code »
  • Until this inelegant pattern is refactored away, allow users to securely ...
    16b6a50f
    add code to run before and after storage of the item.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3525 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:15:25 +0000  
    Browse Code »
  • Use the new templating system to handle UI. ...
    399b23b7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3524 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:13:58 +0000  
    Browse Code »
  • Template for "Document Data" view, used from PatternListFromQuery. ...
    4a7632d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3523 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:13:33 +0000  
    Browse Code »
  • Provide some UI niceties for side-ways tables (headers on left) for ...
    32a3b6dd
    testing.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3522 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:11:53 +0000  
    Browse Code »
  • Remove old-style configuration mechanism ...
    8f3a3ff5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3521 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:11:06 +0000  
    Browse Code »
  • Don't update last modified time when a file is checked out. ...
    3f50153d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3520 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:09:11 +0000  
    Browse Code »
  • Remove browser-based configuration in preparation for browser-agnostic ...
    cae56c86
    UI.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3519 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-02 09:06:15 +0000  
    Browse Code »

01 Aug, 2005
2 commits
  • Move over to DBUtil. ...
    8c8615f5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3518 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-01 17:39:21 +0000  
    Browse Code »
  • Support an orderby option ...
    85185bdf
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3517 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-08-01 15:32:54 +0000  
    Browse Code »

31 Jul, 2005
4 commits
  • Remove the permission manager built into "Modify Folder Properties". ...
    0c2ca685
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3516 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 09:00:38 +0000  
    Browse Code »
  • Disable getBrowseableFolders until I can think of a way to re-implement ...
    02bb1c42
    it with the new permissions system.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3515 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 09:00:07 +0000  
    Browse Code »
  • Use new ktcore.permissions.addFolder permission to see if a user can add ...
    67ca7313
    a folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3514 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:58:11 +0000  
    Browse Code »
  • Provide legacy support for Permission::userHasDocumentWritePermission ...
    6ec60e60
    and friends using the new permission system.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3513 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:57:20 +0000  
    Browse Code »