H devs, To implements wiki macros Adiri need componenet manager to support two new things: - unregister a component descriptor: when a wiki macro is removed and does not exists anymore it you not be listed in components. This will be also needed for application manager to be able to uninstall application containing components. - register component instance: wiki macro are based on WikiMacro implementation of Macro component interface but with different datas depending of the macro, to register this kind of macro as component we need to be able to directly register the instance to use and not let the component manager do the instantiation form the descriptor since we cant add custom datas in component descriptor
Here is my +1 for both. -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

