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
  • plugin.inc.php
11 Aug, 2006
1 commit
  • Moved criteria into namespace oriented registry ...
    33d3d131
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5797 c91229c3-7414-0410-bfa2-8a42b809f60b
    Bryn Divey authored
    2006-08-11 10:47:14 +0000  
    Browse File »

27 Jul, 2006
1 commit
  • move to new license. ...
    f93fb83a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5758 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-07-27 10:17:43 +0000  
    Browse File »

24 Jul, 2006
1 commit
  • Add registerTemplateLocation to the plugin object. ...
    889986b5
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5743 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-07-24 14:26:08 +0000  
    Browse File »

18 Jul, 2006
1 commit
  • Big commit. Added AJAJ lookups for group/user/permissions selection. Updated Moc… ...
    b370bb6d
    …hiKit. Worked JSON mode through dispatchers.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5717 c91229c3-7414-0410-bfa2-8a42b809f60b
    Bryn Divey authored
    2006-07-18 15:03:12 +0000  
    Browse File »

11 Jul, 2006
1 commit
  • Allow plugins to register notification handlers ...
    1dd8ef05
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5660 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-07-11 13:30:17 +0000  
    Browse File »

07 Jul, 2006
1 commit
  • fix for KTS-60: Column Selection. ...
    4e71de46
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5639 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-07-07 14:23:03 +0000  
    Browse File »

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

07 Jun, 2006
1 commit
  • Add in the ability for plugins to auto-install themselves. ...
    e86d9497
    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
    Brad Shuttleworth authored
    2006-06-07 15:43:07 +0000  
    Browse File »

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

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

10 Apr, 2006
1 commit
  • If plugins don't appear on the filesystem, mark them as "unavailable". ...
    fe01acbf
    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
    Neil Blakey-Milner authored
    2006-04-10 08:38:52 +0000  
    Browse File »

27 Mar, 2006
1 commit
  • Allow for language to be chosen on login, setting a cookie that will be ...
    e5663daa
    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
    Neil Blakey-Milner authored
    2006-03-27 10:50:22 +0000  
    Browse File »

26 Mar, 2006
1 commit
  • Allow for languages to be registered by plugins, and use File_Gettext to ...
    40a7685a
    read the PO/MO files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5134 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 17:33:54 +0000  
    Browse File »

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

28 Feb, 2006
1 commit
  • 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 File »

25 Jan, 2006
1 commit
  • Auto-register plugins on first run, and plugins now default to active. ...
    f25024c0
    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
    Neil Blakey-Milner authored
    2006-01-25 11:40:16 +0000  
    Browse File »

12 Jan, 2006
1 commit
  • - plugin registration failed on NULL constraints for first-time registration. ...
    576f35bd
    - 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
    Brad Shuttleworth authored
    2006-01-12 11:10:30 +0000  
    Browse File »

03 Jan, 2006
2 commits
  • Rename register to load, add isRegistered check to see if this plugin ...
    df630924
    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
    Neil Blakey-Milner authored
    2006-01-03 19:28:24 +0000  
    Browse File »
  • Define the "setup" method for plugin objects, where they can register ...
    377c9969
    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
    Neil Blakey-Milner authored
    2006-01-03 11:18:35 +0000  
    Browse File »

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

08 Dec, 2005
1 commit
  • Rename registerAdminCategories to registerAdminCategory. ...
    38c84422
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4376 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-08 14:04:55 +0000  
    Browse File »

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

02 Dec, 2005
2 commits
  • plugin pages should work in non-root situations. ...
    ea96db9f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4311 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2005-12-02 11:01:21 +0000  
    Browse File »
  • Cosmetic whitespace change. ...
    81c55594
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4307 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-02 10:03:04 +0000  
    Browse File »

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

29 Nov, 2005
1 commit
  • - add dashlets, which let plugins put items on the users dashboard. ...
    050426a4
    - 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
    Brad Shuttleworth authored
    2005-11-29 10:21:56 +0000  
    Browse File »

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

24 Nov, 2005
1 commit
  • Make it possible for plugins to register admin categories and admin ...
    0e22c971
    pages
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4155 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-24 16:20:56 +0000  
    Browse File »

23 Nov, 2005
3 commits
  • Default _aPages to an empty array. ...
    0a22e8d4
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4145 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-23 21:50:57 +0000  
    Browse File »
  • Let actions and portlets have access to their plugin's object ...
    ce6d6413
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4140 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-23 19:14:17 +0000  
    Browse File »
  • KTPlugin is the base class for plugins - actions, portlets, triggers, ...
    86d110b2
    and pages should be registered via a plugin.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4132 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-11-23 14:50:26 +0000  
    Browse File »