wbTeamPro Feature Request & Bug Tracker - wbTeamPro
View Issue Details
0010277wbTeamPro[All Projects] Featurespublic2017-01-30 09:312015-01-25 00:00
webuddha 
webuddha 
normalminoralways
Implementedadded 
 
v3.2.2 rc 
0010277: Plugin Controllers
Ability to implement plugin controllers / target a plugin by request for primary task output.

Either:
1) Add method for requesting a plugin controller
2) Add method for calling a plugin function for direct requests

For example, a standard request:
wbteampro.php?task=controllername

A plugin request:
wbteampro.php?ext=myplugin&task=controllername
No tags attached.
related to 0010283Implemented webuddha Load plugins before validating login 
Issue History
2013-08-21 13:52webuddhaNew Issue
2013-08-21 13:52webuddha
2013-09-05 12:26a104
2014-11-11 12:55webuddhaNote Added: 0010157
2014-11-11 12:55webuddhaStatusNew => Implemented
2014-11-11 12:55webuddhaApplied to Version => v3.2.2 rc
2014-11-11 12:55webuddhaResolutionopen => added
2014-11-11 12:55webuddhaAssigned To => webuddha
2014-11-11 13:06webuddhaRelationship addedrelated to 0010283

Notes
(0010157)
webuddha   
2014-11-11 12:55   
Added ability to call a plugin (and widget in the future) directly.

wbteampro.php?call=(plugin|widget)&view=(html|raw)&target={plugin_name}

Plugin is instantiated and the client_onCallPlugin or admin_onCallPlugin events are dispatched.