Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 4 of Ticket #2522


Ignore:
Timestamp:
11/23/15 11:46:12 (8 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2522 – Description

    v2 v4  
    1212Currently, the assembly for the plugin infrastructure also contains user controls. After the refactoring it should be possible to use a core version of the plugin infrastructure without UI.
    1313
     14== Remaining UI components should be redesigned ==
     15 - Improve positioning of windows
     16 - Don't open a new window for each element (e.g. information for referenced plugins, license)
     17
    1418== Unify AppDomain mechanism ==
    1519Initially, different types of AppDomains could be created (full permissions vs. sandboxed). Meanwhile, hive slaves also start AppDomains without restricting permissions. Therefore, only one way of creating AppDomains should be supported.