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
12 Apr, 2006
14 commits
  • Example test to make sure the "after" comparison in ...
    da88a22a
    KTEntityUtil::getBy(Dict) works.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5239 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:58:47 +0000  
    Browse Code »
  • Add KTUtil::running_user (a copy of KTLegacyLog::running_user). ...
    2db8273b
    It returns the name of the system user that is running the KnowledgeTree
    server (ie, "www-data", "www-run", "nobody", or similar).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5238 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:57:38 +0000  
    Browse Code »
  • Add last login as another attribute tracked by the user class. ...
    757be03f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5237 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:56:31 +0000  
    Browse Code »
  • Add two new transaction types - permissions change and role allocations ...
    8d1ba56e
    change.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5236 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:55:46 +0000  
    Browse Code »
  • On successful login, update the user's last login details, and add the ...
    e6c173b4
    login to the user history.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5235 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:55:10 +0000  
    Browse Code »
  • Add default values for proxy-cache related settings. ...
    d872a072
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5234 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:54:27 +0000  
    Browse Code »
  • KTFolderTransaction represents transactions on a folder (currently ...
    5d2b9884
    create, move, permissions change, and role allocations change).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5233 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:53:37 +0000  
    Browse Code »
  • KTUserHistory contains a history of a user's high-level actions - ...
    e0b8b9bc
    currently login and logout.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5232 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:52:30 +0000  
    Browse Code »
  • Add database changes for 3.0.1.3 internal release ...
    f3109da9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5231 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:51:42 +0000  
    Browse Code »
  • Where possible, create permanent files for the class proxies, so that ...
    880a4ea9
    require_once caching (a la Zend Optimizer and Turck mmcache) can assist
    us (and drive buffers).
    
    Use call_user_func_array rather than eval.  Now we are eval-free for the
    common case (although we just substituted a require_once on generated
    code).
    
    Still not enabled by default.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5230 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 21:49:57 +0000  
    Browse Code »
  • Let _kt() take an optional second parameter - the "domain" to search for ...
    64847286
    the text.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5229 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 20:57:43 +0000  
    Browse Code »
  • Add first-pass at returning proxy objects from KTEntityUtil::get to ...
    9e7da523
    ensure that all instances of an entity all affect the same data.  Not
    used by default.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5228 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 20:57:07 +0000  
    Browse Code »
  • If the table isn't mapped, just return the table name given. ...
    cca0403d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5227 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 09:34:28 +0000  
    Browse Code »
  • Add the 'limit' and 'offset' options for getList, which will eventually ...
    a5aa1008
    help database portability.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5226 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-12 09:33:59 +0000  
    Browse Code »

11 Apr, 2006
1 commit
  • When rebuilding permissions, turn off the maximum execution time limit ...
    b3e30a22
    and user aborts.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5225 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-11 11:20:00 +0000  
    Browse Code »

10 Apr, 2006
6 commits
  • Test for the on-disk-hashing storage manager's hashing algorithm. ...
    1c2cfdcd
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5224 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-10 09:15:36 +0000  
    Browse Code »
  • Simple test of cache invalidation. ...
    2d4a47af
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5223 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-10 08:57:41 +0000  
    Browse Code »
  • Enable the "copy" document action. ...
    5522caa4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5222 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-10 08:51:30 +0000  
    Browse Code »
  • If plugins don't appear on the filesystem, mark them as "unavailable". ...
    148a0ec4
    This retains the version number so that upgrades can work later.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5221 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-10 08:38:52 +0000  
    Browse Code »
  • Move logLevel into the KnowledgeTree section. ...
    2e9a62ee
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5220 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-10 08:35:42 +0000  
    Browse Code »
  • improve the flow around conditional md. ...
    63932b55
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5219 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-10 08:23:24 +0000  
    Browse Code »

07 Apr, 2006
6 commits
  • pending merges: ...
    af995e2a
    Brad Shuttleworth 2006-04-07 fix for fieldset overviews.
        Brad Shuttleworth 2006-04-07 KTS-644: Add overview & test to conditional...
        Brad Shuttleworth 2006-04-07 KTS-453:  show types and fieldsets on respe...
        Brad Shuttleworth 2006-04-07 merge in.
        Brad Shuttleworth 2006-04-07 KTS-747: invalid role-allocation lookup
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5218 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-07 15:55:19 +0000  
    Browse Code »
  • KTS-679: remove default data that ships with KnowledgeTree. ...
    8013f8f8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5217 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-07 15:14:04 +0000  
    Browse Code »
  • Data for subrelease 3.0.1.2 ...
    31033ef0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5216 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-07 14:55:20 +0000  
    Browse Code »
  • We're at subrelease 3.0.1.2 ...
    16389e8e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5215 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-07 14:54:57 +0000  
    Browse Code »
  • Remove "Manage Workflow" link in the document details fieldset display. ...
    6cd011eb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5214 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-07 13:07:00 +0000  
    Browse Code »
  • KTS-772: Remove changes to error reporting level to try understand ...
    9f2dc49f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5213 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-07 10:52:37 +0000  
    Browse Code »

06 Apr, 2006
13 commits
  • Pass the redirect around on errors. ...
    14bc698f
    Do the cookie test in a separate action, which is redirected to after
    login.  This has the advantage of not causing problems when you open on
    login window, then another, and then log in with the first login window
    (since the cookie set by the second login window overwrote it).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5212 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 20:58:27 +0000  
    Browse Code »
  • If we've parsed a query string, we get the encoded version, not the ...
    ab508eeb
    decoded version.  Don't re-encode the items.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5211 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 20:53:27 +0000  
    Browse Code »
  • KTS-698 - test for transaction support in the database. ...
    cba204f9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5210 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 14:59:31 +0000  
    Browse Code »
  • KTS-709: Lose mentions of "SMS notification" ...
    4647b502
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5209 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 14:23:11 +0000  
    Browse Code »
  • KTS-576 - remove smarty cache files (and other cache files) during the ...
    6aa73984
    upgrade step.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5208 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 14:11:21 +0000  
    Browse Code »
  • Specify the wrong folder more correctly (ie, varDirectory + tmp, not ...
    dd0816c2
    KT_DIR + var/tmp)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5207 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 14:10:38 +0000  
    Browse Code »
  • Save cacheDir on the Cache object, and implement deleteAllCaches for the ...
    ae97ab69
    upgrade script.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5206 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 14:10:07 +0000  
    Browse Code »
  • Template for forced password change. ...
    759dec17
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5205 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 14:09:36 +0000  
    Browse Code »
  • KTS-697: send emails from the user initiating the email, unless the ...
    2c65f4d7
    "sendAsSystem" configuration option is chosen.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5204 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 13:35:39 +0000  
    Browse Code »
  • KTS-729: Change language even if login fails. ...
    6c0fcd4c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5203 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 12:45:51 +0000  
    Browse Code »
  • Make everything more configurable. ...
    c6aa932f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5202 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 12:13:30 +0000  
    Browse Code »
  • KTS-732: Don't show users the "System" option for fieldsets. ...
    51740e33
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5201 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 11:55:27 +0000  
    Browse Code »
  • KTS-779: mark up registered names for LDAP-based authentication ...
    b73b7943
    providers.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5200 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-04-06 11:51:20 +0000  
    Browse Code »