Discussion:
[Cartoweb-dev] [Bug 1926] New: Extended coreplugins are not disabled with Ajax' disableCoreplugins()
b***@bugzilla.maptools.org
2008-07-29 15:22:06 UTC
Permalink
http://bugzilla.maptools.org/show_bug.cgi?id=1926

Summary: Extended coreplugins are not disabled with Ajax'
disableCoreplugins()
Product: CartoWeb
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Core
AssignedTo: cartoweb-***@lists.maptools.org
ReportedBy: ***@camptocamp.com


PluginEnabler method disableCoreplugins() disables all core plugins when used in
method ajaxHandleAction(). This is useful to increase performance when other
plugins aren't needed to answer to an Ajax call. For instance, plugin Search
needs nothing else than its own code.

But when a core plugin is extended (using standard CartoWeb plugin extensions),
it can't be disabled by method disableCoreplugins().

For instance, if plugin Image is extended, plugin Search will generate main map
image for each Ajax call.

The correct behaviour would be to disable all core plugins *and* their extensions.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to
login to bugzilla and submit your comment. Any email reply to this
address will be lost.

Loading...