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
02 Aug, 2005
2 commits
  • 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
21 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 »
  • No longer need to rebuild permissions when group membership changes. ...
    f473af26
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3512 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:56:46 +0000  
    Browse Code »
  • Add permission object and lookup attributes. Also clean up things a ...
    525a5e73
    bit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3511 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:56:07 +0000  
    Browse Code »
  • Add permission object and permission lookups for documents. ...
    144424a9
    (This allows documents to, in theory, have their own permissions
    separately from the folders they are in.  It also allows for the same
    permissions on a folder mapped to a (to-be-created) Owner role to affect
    different documents in the folder in different ways.  But for now none
    of that is exposed by the UI.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3510 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:54:58 +0000  
    Browse Code »
  • Add permission management pages ...
    45322db5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3509 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:52:35 +0000  
    Browse Code »
  • New tables used by permission system ...
    277216a9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3508 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:52:12 +0000  
    Browse Code »
  • Upgrade PHP function related to the new permissions system ...
    a5ac9808
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3507 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:51:45 +0000  
    Browse Code »
  • SQL upgrade scripts related to the new permissions system. ...
    5637921a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3506 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:50:55 +0000  
    Browse Code »
  • Templates for permission management ...
    378bd931
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3505 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:44:41 +0000  
    Browse Code »
  • Folder-level permission management - assign permissions to groups, and ...
    a8e783d7
    view the users that have permissions (via a group) to this folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3504 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:44:09 +0000  
    Browse Code »
  • Permissions manager - view permissions, add and delete custom ...
    d9b4f4a7
    permissions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3503 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:42:35 +0000  
    Browse Code »
  • Tests for the new permissions system. ...
    a3bb079b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3502 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:41:47 +0000  
    Browse Code »
  • Basic developer documentation for the new permission system. ...
    05b14a8b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3501 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:40:27 +0000  
    Browse Code »
  • Add support for arbitrary permissions (not just read and write). ...
    6e85fb54
    Documentation of the new system in docs/Permission.txt
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3500 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:39:27 +0000  
    Browse Code »
  • Table for editable help ...
    d4e85bae
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3499 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:37:24 +0000  
    Browse Code »
  • 2.0.8 is the next release ...
    22954c70
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3498 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:35:58 +0000  
    Browse Code »
  • Add support for functions not being in the first phase of upgrades. ...
    6cd9274d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3497 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:35:27 +0000  
    Browse Code »
  • Almost all pages need to checkSession, not just admin ones. Add ...
    baca68a2
    KTStandardDispatcher to handle this.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3496 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-31 08:34:33 +0000  
    Browse Code »

30 Jul, 2005
4 commits
  • Bring some testing CSS stuff into the stylesheet. ...
    33bee0e1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3495 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-30 14:51:04 +0000  
    Browse Code »
  • Remove common CSS stuff ...
    b9acf867
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3494 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-30 14:50:41 +0000  
    Browse Code »
  • Correct errant whitespace ...
    f313a90b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3493 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-30 14:50:03 +0000  
    Browse Code »
  • Test for phpcompat's array_combine ...
    0edba664
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3492 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-30 14:48:22 +0000  
    Browse Code »

29 Jul, 2005
8 commits
  • Clean up uncommented code. ...
    66d411ee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3491 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:15:17 +0000  
    Browse Code »
  • array_combine in PHP_Compat doesn't deal with empty arrays - bypass it ...
    ea3c5bb8
    in the empty case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3490 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:14:36 +0000  
    Browse Code »
  • Use PHP_Compat to support older versions of PHP. ...
    8e5c11ab
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3489 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:13:56 +0000  
    Browse Code »
  • Allow options for KTEntityUtil::get* to return ids instead of objects, ...
    283bb872
    and to return multiple objects/ids if requested.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3488 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:13:04 +0000  
    Browse Code »
  • Allow arbitrary query strings (string or dictionary) for redirects. ...
    af4f6e7e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3487 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:11:48 +0000  
    Browse Code »
  • Import PHP_Compat 1.4.1 from PEAR. ...
    fa5cfc3b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3486 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 12:10:48 +0000  
    Browse Code »
  • Fix a typo in the error handler. ...
    820b32e2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3485 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 11:59:15 +0000  
    Browse Code »
  • KTEntityUtil::getList2 doesn't need the table passed. ...
    ae2490d8
    KTEntityUTil::getByDict can be passed a dictionary of fields to values
    to look up.
    
    KTEntityUtil::getBy{,Dict} can be asked to return multiple results.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3484 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-29 08:52:22 +0000  
    Browse Code »

28 Jul, 2005
1 commit
  • Don't use relative/current paths for includes. ...
    d65209c9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3483 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-28 07:36:23 +0000  
    Browse Code »

27 Jul, 2005
2 commits
  • action is now updateReplacement ...
    01e6f440
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3482 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-27 09:58:07 +0000  
    Browse Code »
  • List existing help assignments (helpentity) as well as help replacements ...
    06c280e4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3481 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-07-27 09:57:32 +0000  
    Browse Code »