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
10 Mar, 2006
12 commits
  • Avoid spurious warning with error_reporting(ALL) on. ...
    cc6020f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5077 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 10:54:53 +0000  
    Browse Dir »
  • Add getBenchmarkTime which returns a float using microtime in a ...
    4602893d
    simpler-to-use way.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5075 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 10:13:05 +0000  
    Browse Dir »
  • Add caching to KTSavedSearch::getSearches/getConditions/getSystemSearches ...
    c046a3cc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5074 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 10:12:19 +0000  
    Browse Dir »
  • Use caching for KTPluginEntity::getList/getByNamespace ...
    de79e027
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5073 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:25:40 +0000  
    Browse Dir »
  • Use caching for KTPermissionLookupAssignment::getByPermissionAndLookup ...
    e2ae39a2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5072 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:25:07 +0000  
    Browse Dir »
  • Use caching for KTPermission::getByName ...
    92408215
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5071 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:23:35 +0000  
    Browse Dir »
  • Use caching for GroupUtil::_listGroupIDsForUserExpand ...
    a64a8aa4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5070 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:23:15 +0000  
    Browse Dir »
  • Use caching for Group::getList ...
    f3591429
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5069 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:22:47 +0000  
    Browse Dir »
  • Fix typos in Document->getVersion() ...
    f11defa3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5068 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:22:24 +0000  
    Browse Dir »
  • Add DBUtil::setupAdminDatabase, for upgrades and plugins to have access ...
    90010da6
    to the database with the ability to modify the database schema.
    
    (Administrators who don't want this to work should just not supply the
    admin details in their config file.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5067 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:21:46 +0000  
    Browse Dir »
  • Only cache the result of the database query, not the objects created. ...
    dba9db8d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5066 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 09:20:03 +0000  
    Browse Dir »
  • - make Email's always get sent as UTF-8. ...
    5e5df0a8
    - Add auto-register to core plugins, and a few essential Standard plugins.
    - make the lookup-tree text more useful.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5063 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-10 08:14:24 +0000  
    Browse Dir »

08 Mar, 2006
2 commits
  • Put all values in an array to be able to handle the storage of false ...
    1c4fafcb
    values in the cache.
    
    Return an tuple from KTCache->get, the first item of which is whether
    the item was cached or not, and the second item of which is the value
    (if any, meaningless otherwise).
    
    Rearchitect getBy to support operations in getBy and getByDict besides
    equals (and IN).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5061 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-08 08:38:59 +0000  
    Browse Dir »
  • fix for KTS-583: delete fails ...
    cbcfc807
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5060 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-08 06:53:17 +0000  
    Browse Dir »

07 Mar, 2006
1 commit
  • minor cleanout. ...
    43686f9f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5059 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-07 12:46:03 +0000  
    Browse Dir »

06 Mar, 2006
9 commits
  • fix for KTS-571 and KTS-554 ...
    b997ff5d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5058 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-06 15:13:15 +0000  
    Browse Dir »
  • Correct typo on query join on folder table. ...
    c0cdd009
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5057 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 13:49:56 +0000  
    Browse Dir »
  • back out the role allocation (document) stuff. ...
    a44c4156
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5056 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-06 11:02:33 +0000  
    Browse Dir »
  • Use KTMime's getIconPath which has in-memory caching to prevent the same ...
    46bc6653
    queries over and over.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5055 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 10:52:24 +0000  
    Browse Dir »
  • Use a simple in-memory cache for getting icon paths from mime type ids. ...
    bfa5eb94
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5054 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 10:51:45 +0000  
    Browse Dir »
  • Add caching infrastructure for KTEntity-backed objects. ...
    1cb22281
    By default, the return of KTEntityUtil::get is cached, and is
    invalidated automatically on create, update, or delete of the object in
    question.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5053 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 10:51:18 +0000  
    Browse Dir »
  • Add simple cache abstraction system using PEAR's Cache_Lite. ...
    277eac36
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5050 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 10:44:40 +0000  
    Browse Dir »
  • fix for KTS-575 - groups->getUsers failed to prune errors. ...
    fc6bd14a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5049 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-06 08:12:34 +0000  
    Browse Dir »
  • add timings to page render. ...
    3b953e8b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5048 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-06 08:11:29 +0000  
    Browse Dir »

03 Mar, 2006
1 commit
  • document roles. ...
    3c82c95b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5047 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-03 17:02:09 +0000  
    Browse Dir »

02 Mar, 2006
2 commits
  • Remove another use of mb_* functions. ...
    9d457628
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5045 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-02 10:25:53 +0000  
    Browse Dir »
  • Remove mb_strtoupper usage, since mb might not be in there. ...
    52387c3c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5043 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-02 09:57:52 +0000  
    Browse Dir »

01 Mar, 2006
1 commit
  • Remove unused class.AuthLdap.php ...
    0540bd75
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5032 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-01 10:18:35 +0000  
    Browse Dir »

28 Feb, 2006
5 commits
  • fix for browseable folder id-bug. ...
    b31ad507
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5029 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-28 18:10:26 +0000  
    Browse Dir »
  • Add copyright notices to those files that didn't have them. ...
    9d83e6c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-28 16:53:52 +0000  
    Browse Dir »
  • Correct the copyright blocks. ...
    2c72820f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5026 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-28 16:51:11 +0000  
    Browse Dir »
  • Prevent conflicting log files in web vs. cli by embedding the user name ...
    1ad2852b
    in the log file names.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5022 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-28 10:08:58 +0000  
    Browse Dir »
  • - fix for notifications not working ...
    34e93caa
    - fix for permission-failure on admin-mode, when the folder is an error.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5020 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-28 09:26:56 +0000  
    Browse Dir »

27 Feb, 2006
3 commits
  • - KTS-445: view.php should boot non-admin-mode users out on deleted and archived docs ...
    bae28baf
    - KTS-473: final place where a MD object wasn't checked for error.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5016 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-27 14:38:16 +0000  
    Browse Dir »
  • fix for KTS-505: improve support and system information. ...
    53840420
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5010 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-27 12:06:28 +0000  
    Browse Dir »
  • Prevent the removal of unit folders when dealing with ...
    fe6ee59e
    folders-as-folders.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5009 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-27 11:14:35 +0000  
    Browse Dir »

24 Feb, 2006
3 commits
  • - add browseable folder dashlet ...
    419b5e00
    - add search dashlet
    - correct NBM's understanding of boolean association: NOT x IN [y] == (NOT X) in [y] != NOT (x in [y])
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5004 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-24 15:11:22 +0000  
    Browse Dir »
  • - disabled items should not appear in the tree. ...
    d68a2651
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5001 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-24 13:04:25 +0000  
    Browse Dir »
  • - prevent a crash on malformed document with invalid folder_id ...
    a837a2a5
    - make conditional fieldsets editable on documents
    - make valid fieldsets not crash the validation system
    - make edit not explode on validation failure
    - make metadata trees not show "root"
    - typo fix in conditions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5000 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-24 12:00:58 +0000  
    Browse Dir »

23 Feb, 2006
1 commit
  • fix for KTTemplating using Singleton, not direct access (from NBM) ...
    7cca4c7c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4997 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-02-23 15:02:49 +0000  
    Browse Dir »