[xwiki-devs] [Proposal] Split xwiki-configuration module in 2
* one for the API: xwiki-configuration-api * one for the default implementation: xwiki-configuration-default The reason is that I'd like to implement - XWikiPreferencesConfigurationSource - SpacePreferencesConfigurationSource - UserPreferencesConfigurationSource And they'll need access to the DocumentAccessBridge And I don't think it's a good idea to have that dep in the API. WDYT? Thanks -Vincent
On Sat, Jun 27, 2009 at 10:45, Vincent Massol<[email protected]> wrote:
* one for the API: xwiki-configuration-api * one for the default implementation: xwiki-configuration-default
The reason is that I'd like to implement - XWikiPreferencesConfigurationSource
I'd rather call it WikiPreferencesConfigurationSource, the preferences of the wiki the same way SpacePreferencesConfigurationSource is the preferences of the space.
- SpacePreferencesConfigurationSource - UserPreferencesConfigurationSource
And they'll need access to the DocumentAccessBridge And I don't think it's a good idea to have that dep in the API.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Thomas Mortagne wrote:
On Sat, Jun 27, 2009 at 10:45, Vincent Massol<[email protected]> wrote:
* one for the API: xwiki-configuration-api * one for the default implementation: xwiki-configuration-default
The reason is that I'd like to implement - XWikiPreferencesConfigurationSource
I'd rather call it WikiPreferencesConfigurationSource, the preferences of the wiki the same way SpacePreferencesConfigurationSource is the preferences of the space.
+1
- SpacePreferencesConfigurationSource - UserPreferencesConfigurationSource
And they'll need access to the DocumentAccessBridge And I don't think it's a good idea to have that dep in the API.
+1 -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (3)
-
Sergiu Dumitriu -
Thomas Mortagne -
Vincent Massol