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
14 Mar, 2006
2 commits
  • improve vertical spacing on the dashboard. ...
    e28e5515
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5089 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-14 08:02:06 +0000  
    Browse Code »
  • fix for 607: double-quotes in SQL causes failure. ...
    d3ac5556
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5088 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-14 07:45:25 +0000  
    Browse Code »

13 Mar, 2006
2 commits
  • Extended the Document Transaction API to be more useful. ...
    096264c9
    Note:  DT's need to be migrated to be part of the KTEntity stack.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5087 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-13 14:46:54 +0000  
    Browse Code »
  • Change calling parameters for validateDuplicateName and ...
    74b6f431
    validateEntityName to make them more translation-friendly.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5086 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-13 08:58:24 +0000  
    Browse Code »

12 Mar, 2006
2 commits
  • Fix for aberrant behaviour of new dashboard on IE. ...
    3f887202
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5085 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-12 10:47:25 +0000  
    Browse Code »
  • improvements to the dashboard layout. ...
    d3bab436
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5084 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-12 10:40:28 +0000  
    Browse Code »

10 Mar, 2006
21 commits
  • Remove unused GroupUnitLink class. ...
    4280090e
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5083 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 18:19:42 +0000  
    Browse Code »
  • fix for hard-to-identify gettext bug, where _() is not installed _and_ MySQL ...
    e721ec14
    is not running on install.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5082 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-10 13:52:30 +0000  
    Browse Code »
  • Allow fields to have the same name, so long as they are in different ...
    43e1d12a
    fieldsets.
    
    Don't allow fields to be renamed to the name of an existing field
    (within the same fieldset).
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5081 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 12:41:54 +0000  
    Browse Code »
  • Make sure that document fieldsets can't be renamed to the name of an ...
    9769384f
    existing fieldset.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5080 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 11:26:17 +0000  
    Browse Code »
  • Make sure the new name in an edited unit is not a name of an existing ...
    888d57f4
    unit.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5079 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 11:04:54 +0000  
    Browse Code »
  • Unambiguate the id being used in the WHERE clause ...
    099e4ed9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5078 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 10:55:20 +0000  
    Browse Code »
  • 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 Code »
  • Save time and only try unzip files that have the correct OpenDocument ...
    2161aca2
    file extensions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5076 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-10 10:50:56 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • - KTS-418 style additions to bulk upload and import. ...
    ecc75534
    - make bulk import call itself "Import from Server Location".
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5065 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-10 08:59:34 +0000  
    Browse Code »
  • - fix for KTS-418 ...
    9ce8d3b1
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5064 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-10 08:55:31 +0000  
    Browse Code »
  • - 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 Code »

08 Mar, 2006
3 commits
  • docs fix. ...
    29310da3
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5062 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-03-08 11:06:14 +0000  
    Browse Code »
  • 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 Code »
  • 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 Code »

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 Code »

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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • 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 Code »
  • Add cache options to configuration (defaulting to off) ...
    0f435f93
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5052 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 10:48:31 +0000  
    Browse Code »
  • Add PEAR Cache_Lite 1.7.0, under LGPL license. ...
    ad3ee897
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5051 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-06 10:47:27 +0000  
    Browse Code »
  • 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 Code »