Notes |
|
(0020522)
|
Ken Moreland
|
2010-05-03 17:55
|
|
Probably overkill, but I've attached an image of my plugin manager showing a blank entry for server-side plugins. |
|
|
(0021332)
|
Utkarsh Ayachit
|
2010-07-08 16:27
|
|
* Currently vtkSMPluginManager has code to load the ".plugins" file and update its internal data-structures. This only works on the client side since these data-structures are not built on the server processes.
* vtkSMPluginManager uses something that it calls "serveruri". ServerManager does not know about "serveruri", so that's not correct. We need to fix it so that the vtkSMPluginManager doesn't rely on "serveruri".
* We may want to look at how to build the data-structures on all processes on their own about plugins available/loaded etc. Also managing PV_PLUGIN_PATH on all processes and then fetching that info to client for displaying in the dialog. This will make is easier for pvpython to respect plugin paths as well. |
|
|
(0021333)
|
Utkarsh Ayachit
|
2010-07-08 16:28
|
|
Adding relationship with BUG 0009972 since we can come up with a fix that address both these issues. |
|
|
(0025448)
|
Utkarsh Ayachit
|
2011-02-16 08:58
|
|
Changing to 4.0 since this will straight forward after the Collaboration changes (those bring in improvements to the plugin manager as well) |
|
|
(0026157)
|
Utkarsh Ayachit
|
2011-04-09 09:50
|
|
Fixed by merge from "Collaboration" branch. The plugin base code was improved to enable this functionality. |
|
|
(0026409)
|
Alan Scott
|
2011-05-02 21:24
|
|
Tested previously, remote server, unknown version, Linux. |
|