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
  • plugins
07 Jul, 2006
1 commit
  • fix for KTS-60: Column Selection. ...
    2d489a97
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5639 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-07-07 14:23:03 +0000  
    Browse Dir »

08 Jun, 2006
1 commit
  • Basic workflow triggers + UI. ...
    953c5948
     - note: still not fully functional.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5544 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-06-08 14:26:58 +0000  
    Browse Dir »

07 Jun, 2006
1 commit
  • Add in the ability for plugins to auto-install themselves. ...
    53ecb5ae
    Please have a look at how DocumentFolderLink plugin (latest version) works
    for an explanation of how to work with it.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5535 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-06-07 15:43:07 +0000  
    Browse Dir »

06 Jun, 2006
1 commit
  • Remove the plugin cache when the plugins are reread ...
    7561f746
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5522 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-06-06 18:47:12 +0000  
    Browse Dir »

04 Jun, 2006
1 commit
  • Move all plugin-dynamic structures into $GLOBALS['_KT_PLUGIN'] for easier later ...
    c555b4c8
    caching.
    
    Implement the caching code, but don't use it yet.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5492 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-06-04 20:50:43 +0000  
    Browse Dir »

24 May, 2006
1 commit
  • need the helper function on plugin.inc.php for this to work. ...
    3982a7c6
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5432 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-05-24 13:24:32 +0000  
    Browse Dir »

22 Apr, 2006
2 commits
  • use friendly names on plugins. ...
    e54d209a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5315 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-22 12:51:58 +0000  
    Browse Dir »
  • KEP-36: conditional metadata into plugin. ...
    0afa1084
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5311 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-04-22 10:24:41 +0000  
    Browse Dir »

10 Apr, 2006
1 commit
  • 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 Dir »

28 Mar, 2006
1 commit
  • Catch caching problems with using behind-the-scenes SQL when setting ...
    9d908fba
    which plugins are enabled.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5155 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-03-28 08:42:12 +0000  
    Browse Dir »

27 Mar, 2006
2 commits
  • 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 »
  • 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
2 commits
  • 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 »

24 Mar, 2006
1 commit
  • - 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 »

10 Mar, 2006
2 commits
  • 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 »
  • - 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 »

28 Feb, 2006
1 commit
  • Add copyright notices to those files that didn't have them. ...
    421655b8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-02-28 16:53:52 +0000  
    Browse Dir »

25 Jan, 2006
1 commit
  • Auto-register plugins on first run, and plugins now default to active. ...
    acf24f4f
    Plugins paths are now stored as relative paths, to allow for easily
    moving of the system between filesystem paths.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4682 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-25 11:40:16 +0000  
    Browse Dir »

12 Jan, 2006
1 commit
  • - plugin registration failed on NULL constraints for first-time registration. ...
    2727dfe3
    - plugin update needed to use 1/0, not true/false
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4585 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2006-01-12 11:10:30 +0000  
    Browse Dir »

03 Jan, 2006
5 commits
  • Make KTPluginUtil::loadPlugins use the new load() method, and read the ...
    335e41a2
    plugins from the database instead.
    
    Add KTPluginUtil::registerPlugins to reread the plugins from the
    filesystem.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4571 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-03 19:29:19 +0000  
    Browse Dir »
  • Rename register to load, add isRegistered check to see if this plugin ...
    373ce346
    should be loaded i.t.o. the database, and register() method to add this
    plugin to the database.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4570 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-03 19:28:24 +0000  
    Browse Dir »
  • Add the KTPluginEntity class and the plugin registration database table. ...
    f2511f78
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4566 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-03 19:24:08 +0000  
    Browse Dir »
  • Make sure we only have one copy of the plugin registry around. ...
    960432cb
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4562 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-03 11:18:55 +0000  
    Browse Dir »
  • Define the "setup" method for plugin objects, where they can register ...
    dc885664
    their actions, dashlets, &c.
    
    Call the setup method on plugins in the "register" method.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4561 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2006-01-03 11:18:35 +0000  
    Browse Dir »

22 Dec, 2005
1 commit
  • Respect kt_no_extensions and KnowledgeTree/pathInfoSupport ...
    f2b8da96
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4527 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-22 09:14:26 +0000  
    Browse Dir »

08 Dec, 2005
3 commits
  • Try to ensure that only a single instance of each plugin exists in a ...
    7195d5d5
    request.  Implement getPlugins() for KTPluginUtil
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4386 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-08 14:20:52 +0000  
    Browse Dir »
  • Automatically call the register method on all registered plugins during ...
    9c28d1e7
    loadPlugins()
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4377 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-08 14:05:26 +0000  
    Browse Dir »
  • Rename registerAdminCategories to registerAdminCategory. ...
    a25abb5a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4376 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-08 14:04:55 +0000  
    Browse Dir »

05 Dec, 2005
1 commit
  • Allow for plugins to register i18n domains ...
    a34e8450
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4332 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-05 16:56:35 +0000  
    Browse Dir »

02 Dec, 2005
2 commits
  • plugin pages should work in non-root situations. ...
    009770d5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4311 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-12-02 11:01:21 +0000  
    Browse Dir »
  • Cosmetic whitespace change. ...
    df775224
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4307 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-02 10:03:04 +0000  
    Browse Dir »

01 Dec, 2005
1 commit
  • If we are on Windows, allow for drive letters to be the start of an ...
    72c7fbf2
    absolute path.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4281 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-12-01 09:57:11 +0000  
    Browse Dir »

29 Nov, 2005
1 commit
  • - add dashlets, which let plugins put items on the users dashboard. ...
    6a82bafe
    - made the dashboard not show plugins.
    - added plugin-helpers for dashlets.
    - fix typo in INSTALL.txt
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4240 c91229c3-7414-0410-bfa2-8a42b809f60b
    bshuttle authored
    2005-11-29 10:21:56 +0000  
    Browse Dir »

25 Nov, 2005
1 commit
  • Allow authentication providers to have human-usable names. ...
    47a9f89d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4175 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-25 18:32:10 +0000  
    Browse Dir »

24 Nov, 2005
2 commits
  • Make it possible for plugins to register admin categories and admin ...
    a8b61ae4
    pages
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4155 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:20:56 +0000  
    Browse Dir »
  • Move admin navigation registry into lib/plugins ...
    2b2db2ff
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4154 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-24 16:20:24 +0000  
    Browse Dir »

23 Nov, 2005
3 commits
  • Default _aPages to an empty array. ...
    2ea5f856
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4145 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 21:50:57 +0000  
    Browse Dir »
  • Let actions and portlets have access to their plugin's object ...
    7e44488c
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4140 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:14:17 +0000  
    Browse Dir »
  • Registry for plugins loaded on the system ...
    c04e1ea9
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4138 c91229c3-7414-0410-bfa2-8a42b809f60b
    nbm authored
    2005-11-23 19:10:56 +0000  
    Browse Dir »