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 Mar, 2006
4 commits
  • Use $GLOBALS['main'] instead of $main ...
    4866c607
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5143 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:50:44 +0000  
    Browse Dir »
  • Allow for language to be chosen on login, setting a cookie that will be ...
    cf7e418a
    used from then on.  Language names are registered by a plugin.
    
    Allow for plugins to be ordered, so that language plugins can set
    themselves up early on, so that later plugins can translate text to the
    language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5142 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:50:22 +0000  
    Browse Dir »
  • Grab language to use from a cookie, and implement _kt using the internal ...
    bbbd6211
    i18n infrastructure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5141 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:47:08 +0000  
    Browse Dir »
  • Allow plugins to order themselves numerically - plugins default to order ...
    4ca6b802
    0.  Negative orders are possible.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5139 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-27 10:43:51 +0000  
    Browse Dir »

26 Mar, 2006
5 commits
  • Change all references to gettext's _ to _kt ...
    4c496647
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5136 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 21:40:01 +0000  
    Browse Dir »
  • Allow for languages to be registered by plugins, and use File_Gettext to ...
    10a178fb
    read the PO/MO files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5134 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 17:33:54 +0000  
    Browse Dir »
  • Use more appropriate variable name for list of plugins: aPlugins ...
    f763df72
    Ensure that each member in the list isa n actual KTPluginEntity object,
    and error out otherwise.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5132 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 17:20:25 +0000  
    Browse Dir »
  • Record the time it took to store the uploaded file in the storage. ...
    12243fa8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5130 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 16:46:43 +0000  
    Browse Dir »
  • Don't use pass-by-pseudo-reference when we're not dealing with a ...
    2b301702
    variable.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5129 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-26 16:44:33 +0000  
    Browse Dir »

24 Mar, 2006
2 commits
  • Make sure we pass the i18n object by reference, so that we avoid ...
    4983fc44
    rereading translation files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5127 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-24 15:49:58 +0000  
    Browse Dir »
  • - add and enable caching (properly) ...
    74f665b1
    - enable document roles (DOUBLE CHECK YOUR DB)
    - fix minor toggleselect bug.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5125 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-24 15:10:04 +0000  
    Browse Dir »

20 Mar, 2006
4 commits
  • KTS-649: browse expects fFolderId, not fFolderID ...
    e2e7e456
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5118 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-20 11:18:36 +0000  
    Browse Dir »
  • For conditional metadata, show the offending fieldset(s) that did not ...
    1460196c
    pass validation.
    
    (Non-conditional metadata already shows the offending fields.)
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5116 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-20 10:33:52 +0000  
    Browse Dir »
  • further i18n fixes. ...
    64266109
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5115 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-20 10:21:52 +0000  
    Browse Dir »
  • fix for 636 ...
    9922db40
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5113 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-20 08:00:12 +0000  
    Browse Dir »

15 Mar, 2006
5 commits
  • Use GroupUtil::getMembershipReason to check if the user is a member of ...
    d2f2a1f4
    the workflow transition guard group or any of its sub-groups.
    
    KTS-601
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5106 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:53:13 +0000  
    Browse Dir »
  • Return true from hasPermission - permission checks are handled by ...
    e51e5db5
    dispatchers anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5105 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:40:23 +0000  
    Browse Dir »
  • Return PEAR errors for Unit's create/delete/update. ...
    385abe1b
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5103 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:24:32 +0000  
    Browse Dir »
  • Always return true from hasPermission - permission checks are in ...
    e49b82ae
    the dispatchers already anyway.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5102 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:24:07 +0000  
    Browse Dir »
  • Not used anymore. ...
    b1d194f9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5101 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-15 09:10:47 +0000  
    Browse Dir »

14 Mar, 2006
4 commits
  • Show a better error message if the unit can't be removed due to database ...
    a3b06af9
    constraints.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5097 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-14 13:18:04 +0000  
    Browse Dir »
  • Display the correct folder name for the folder in question. ...
    09402acd
    KTS-620
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5096 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-14 13:00:31 +0000  
    Browse Dir »
  • Add browseToUnitFolder, defaulting to false, which determines whether ...
    03754f49
    the user browses to the root folder first, or to their (first) unit
    folder.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5093 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-14 10:12:09 +0000  
    Browse Dir »
  • add "folders" into browseutil::breadcrumbsForFolders ...
    c983afe6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5092 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-03-14 08:24:43 +0000  
    Browse Dir »

13 Mar, 2006
2 commits
  • Extended the Document Transaction API to be more useful. ...
    c701552b
    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
    bshuttle authored
    2006-03-13 14:46:54 +0000  
    Browse Dir »
  • Change calling parameters for validateDuplicateName and ...
    ba7559e4
    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
    nbm authored
    2006-03-13 08:58:24 +0000  
    Browse Dir »

10 Mar, 2006
14 commits
  • Remove unused GroupUnitLink class. ...
    bd9bc9e7
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5083 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 18:19:42 +0000  
    Browse Dir »
  • Unambiguate the id being used in the WHERE clause ...
    50cceb8d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5078 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 10:55:20 +0000  
    Browse Dir »
  • Avoid spurious warning with error_reporting(ALL) on. ...
    12188f47
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5077 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 10:54:53 +0000  
    Browse Dir »
  • Add getBenchmarkTime which returns a float using microtime in a ...
    022f1f74
    simpler-to-use way.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5075 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 10:13:05 +0000  
    Browse Dir »
  • Add caching to KTSavedSearch::getSearches/getConditions/getSystemSearches ...
    95e201f8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5074 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 10:12:19 +0000  
    Browse Dir »
  • Use caching for KTPluginEntity::getList/getByNamespace ...
    089ea5a0
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5073 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:25:40 +0000  
    Browse Dir »
  • Use caching for KTPermissionLookupAssignment::getByPermissionAndLookup ...
    116205af
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5072 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:25:07 +0000  
    Browse Dir »
  • Use caching for KTPermission::getByName ...
    13ac4386
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5071 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:23:35 +0000  
    Browse Dir »
  • Use caching for GroupUtil::_listGroupIDsForUserExpand ...
    7248886c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5070 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:23:15 +0000  
    Browse Dir »
  • Use caching for Group::getList ...
    e6068d99
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5069 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:22:47 +0000  
    Browse Dir »
  • Fix typos in Document->getVersion() ...
    0ce14eb6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5068 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:22:24 +0000  
    Browse Dir »
  • Add DBUtil::setupAdminDatabase, for upgrades and plugins to have access ...
    298fac00
    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
    nbm authored
    2006-03-10 09:21:46 +0000  
    Browse Dir »
  • Only cache the result of the database query, not the objects created. ...
    f4c2a569
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5066 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-10 09:20:03 +0000  
    Browse Dir »
  • - make Email's always get sent as UTF-8. ...
    31a58d35
    - 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
    bshuttle authored
    2006-03-10 08:14:24 +0000  
    Browse Dir »