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
27 Jul, 2005
4 commits
  • 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
11 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 »
  • Add listGroupsForUsers, giving a list of Group objects for a given User ...
    df1211a5
    object.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3426 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 15:36:09 +0000  
    Browse Dir »
  • Correct path to include ...
    70f5476f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3418 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 14:59:14 +0000  
    Browse Dir »
  • Add addMember and removeMember methods to Group, taking User objects, ...
    0c217498
    doing the expected things.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3416 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 14:51:04 +0000  
    Browse Dir »
  • Add whereDelete, which works similarly to whereUpdate. Delete anything ...
    9eb2079a
    in this table matching a where clause of the sort used in the
    autoInsert/autoUpdate/whereUpdate.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3415 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 14:49:20 +0000  
    Browse Dir »
  • Change _back_ to addGroup from add. Return the just-created group. ...
    ac33b7fb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3414 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 14:19:28 +0000  
    Browse Dir »
  • Add hasMember method to Group objects, and refactor delete to not use ...
    7cdc42d9
    Link objects.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3412 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 14:00:48 +0000  
    Browse Dir »
  • GroupUtil provides high-level Group functions, as well as providing for ...
    eaa73076
    other common Group-related needs.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3410 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 10:58:40 +0000  
    Browse Dir »
  • Simplify and organise, and remove unused functionality. ...
    8ca1b937
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3408 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-21 10:56:55 +0000  
    Browse Dir »

20 Jul, 2005
1 commit
  • Add whereToString, converting an array of parameterised strings to a ...
    8a80e4ec
    single parameterised string.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3404 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-20 18:20:04 +0000  
    Browse Dir »

19 Jul, 2005
2 commits
  • Use IS NULL and not = NULL in SQL statements. ...
    7efdaeab
    Submitted by:	William Hawkins (williamhawkins)
    SF Tracker:	1230602
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3402 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-19 19:29:17 +0000  
    Browse Dir »
  • Don't use $default without declaration, or use KT_LIB_DIR for requires. ...
    f528ba0a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3400 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-19 19:04:10 +0000  
    Browse Dir »

07 Jul, 2005
3 commits
  • Grab Link Type ID from database. ...
    ffbe1c3b
    Actually grab Child ID from database for object, not the parent ID
    again...
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3396 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-07 14:00:44 +0000  
    Browse Dir »
  • Fix "Unit folder are not shows as Unit if Description is modified" ...
    73064e45
    problem.
    
    SF Tracker:	1224874
    Submitted by:	Nicolas Quienot (nquienot)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3395 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-07 12:29:07 +0000  
    Browse Dir »
  • Get list of link types from LinkType::_table() ...
    957a2f1e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3394 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-07-07 09:17:08 +0000  
    Browse Dir »

15 Jun, 2005
4 commits
  • Actually update the knowledgeTreeVersion value in the database ...
    2cdac2e0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3387 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 22:46:09 +0000  
    Browse Dir »
  • Don't reuse mis-used $_SESSION["errorMessage"], and instead make our own ...
    768d566e
    $_SESSION["KTErrorMessage"], which is an array of errors that errors can
    be pushed upon, and automatically be displayed in the Main Page the next
    time a page is seen.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3385 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:53:01 +0000  
    Browse Dir »
  • Make setFileName take a parameter ...
    a4859af0
    SF Tracker:	1220462
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3383 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:36:17 +0000  
    Browse Dir »
  • Check whether the upgrade table exists before checking if an upgrade has ...
    1d9a6be5
    been installed.
    
    Run SQL queries using the admin db connection set up in upgrades.inc.php
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3378 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-06-15 21:28:17 +0000  
    Browse Dir »