[Cartoweb-dev] [Bug 1926] New: Extended coreplugins are not disabled with Ajax' disableCoreplugins()

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Tue Jul 29 11:22:06 EDT 2008


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-dev at lists.maptools.org
        ReportedBy: yves.bolognini at 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.


More information about the Cartoweb-dev mailing list