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
31 Jul, 2005
9 commits
  • Disable getBrowseableFolders until I can think of a way to re-implement ...
    fcc5d2e1
    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
    Neil Blakey-Milner authored
    2005-07-31 09:00:07 +0000  
    Browse Dir »
  • Provide legacy support for Permission::userHasDocumentWritePermission ...
    663a3779
    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
    Neil Blakey-Milner authored
    2005-07-31 08:57:20 +0000  
    Browse Dir »
  • No longer need to rebuild permissions when group membership changes. ...
    33034d52
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3512 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:56:46 +0000  
    Browse Dir »
  • Add permission object and lookup attributes. Also clean up things a ...
    12a8560f
    bit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3511 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:56:07 +0000  
    Browse Dir »
  • Add permission object and permission lookups for documents. ...
    8ab333f1
    (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
    Neil Blakey-Milner authored
    2005-07-31 08:54:58 +0000  
    Browse Dir »
  • Upgrade PHP function related to the new permissions system ...
    b8175981
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3507 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:51:45 +0000  
    Browse Dir »
  • Add support for arbitrary permissions (not just read and write). ...
    f98b1486
    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
    Neil Blakey-Milner authored
    2005-07-31 08:39:27 +0000  
    Browse Dir »
  • Add support for functions not being in the first phase of upgrades. ...
    b7b8ac67
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3497 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:35:27 +0000  
    Browse Dir »
  • Almost all pages need to checkSession, not just admin ones. Add ...
    ad627f40
    KTStandardDispatcher to handle this.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3496 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-31 08:34:33 +0000  
    Browse Dir »

30 Jul, 2005
1 commit
  • Correct errant whitespace ...
    c26bd8d2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3493 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-30 14:50:03 +0000  
    Browse Dir »

29 Jul, 2005
5 commits
  • array_combine in PHP_Compat doesn't deal with empty arrays - bypass it ...
    24b063d0
    in the empty case.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3490 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-29 12:14:36 +0000  
    Browse Dir »
  • Use PHP_Compat to support older versions of PHP. ...
    3390b255
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3489 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-29 12:13:56 +0000  
    Browse Dir »
  • Allow options for KTEntityUtil::get* to return ids instead of objects, ...
    b351905c
    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
    Neil Blakey-Milner authored
    2005-07-29 12:13:04 +0000  
    Browse Dir »
  • Allow arbitrary query strings (string or dictionary) for redirects. ...
    553adf12
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3487 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-29 12:11:48 +0000  
    Browse Dir »
  • KTEntityUtil::getList2 doesn't need the table passed. ...
    d3587d23
    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
    Neil Blakey-Milner authored
    2005-07-29 08:52:22 +0000  
    Browse Dir »

27 Jul, 2005
7 commits
  • Include templating directly in case someone else doesn't. ...
    ad7612b3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3479 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:56:26 +0000  
    Browse Dir »
  • Add getHelpFromFile so all places that hard-code the path to the help ...
    3c3f2f6c
    files can use it instead.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3478 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:55:55 +0000  
    Browse Dir »
  • Represents the entries in the help table - maps sections to filenames ...
    e4d123b0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3475 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:50:48 +0000  
    Browse Dir »
  • Add a simple dispatcher mechanism for developing pages. ...
    2ada71aa
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3474 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:31:21 +0000  
    Browse Dir »
  • Return the object from createFromArray() ...
    0d33f8e0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3473 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 09:09:27 +0000  
    Browse Dir »
  • Add getByName using KTEntityUtil::getBy ...
    f9e9f57e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3471 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 07:59:25 +0000  
    Browse Dir »
  • Add getBy to KTEntityUtil, which gets a single object based on an ...
    0b02a89f
    alternative unique database field (ie, not the primary id field).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3470 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-27 07:59:20 +0000  
    Browse Dir »

26 Jul, 2005
3 commits
  • Pass KTConfig to template as "config" ...
    7d3bd424
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3468 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-26 18:28:43 +0000  
    Browse Dir »
  • Move over to .ini-style configuration for user configuration. ...
    06510c02
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3464 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-26 12:57:33 +0000  
    Browse Dir »
  • Allow help files to be edited via the admin interface and saved into the ...
    e2e0ea6f
    database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3457 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-26 09:19:10 +0000  
    Browse Dir »

25 Jul, 2005
1 commit
  • Expand KTEntity to simplify get() and support loading, creating, and ...
    4a79c7da
    updating objects using dictionaries.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3456 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-25 18:42:10 +0000  
    Browse Dir »

22 Jul, 2005
11 commits
  • Use templating for this instead. ...
    9fbbab4d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3453 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 20:49:17 +0000  
    Browse Dir »
  • Add array_combine (from PHP5 - not really legacy...) ...
    5870f55c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3452 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 20:48:13 +0000  
    Browse Dir »
  • Add the ability to add locations programmatically. ...
    fdc878a5
    Make KTTemplating a singleton of sorts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3451 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 20:47:28 +0000  
    Browse Dir »
  • Disable smarty caching ...
    fc09803d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3450 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 20:46:48 +0000  
    Browse Dir »
  • Convert to using a Smarty template for the main page. ...
    d6fc1469
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3449 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 18:08:19 +0000  
    Browse Dir »
  • KTSmartyTemplate implements the KTTemplate interface, using the Smarty ...
    71a85181
    templating language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3446 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 13:48:13 +0000  
    Browse Dir »
  • KTTemplate is an abstract class that shows the interface that template ...
    ede6708c
    plugins need to implement.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3444 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 13:32:56 +0000  
    Browse Dir »
  • KTTemplating is a flexible framework for finding and using templates, ...
    f9b283ff
    allowing multiple search paths and also overriding default templates.
    
    It can support multiple templating languages (but currently hard-codes
    Smarty support), and also can support choosing which of multiple
    instances of a template to use (but currently just uses the last one
    found).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3443 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 13:31:25 +0000  
    Browse Dir »
  • Setting bFormDisabled allows for the form to not be created around the ...
    8a37e96f
    entire page.
    
    Also, deal with the central payload possibly being a string.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3442 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 13:20:27 +0000  
    Browse Dir »
  • Add some more fold markers, remove extraneous whitespace, and group ...
    a1f635a5
    collaboration together.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3441 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 08:55:13 +0000  
    Browse Dir »
  • Re-organise and stylify a bit, marking private functions, removing tabs ...
    b60f500b
    and so forth.  No algorithm changes.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3440 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-22 08:38:30 +0000  
    Browse Dir »

21 Jul, 2005
3 commits
  • Die if there's a problem connecting using the admin credentials ...
    521671fc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3436 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 20:42:06 +0000  
    Browse Dir »
  • Update permissions when group membership changes. ...
    0f2ab40d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3431 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 19:12:31 +0000  
    Browse Dir »
  • Remove GroupUserLink - rather use hasMember/addMember/removeMember, &c. ...
    a7735a5e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3429 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 16:01:52 +0000  
    Browse Dir »