[xwiki-devs] [Proposal] Modify XWiki.getDocument(String fullname) to support documents in virtual wikis
Hi, I'd like to modify the XWiki.getDocument(String fullname) API so that it's possible to reference documents in other virtual wikis. For example: getDocument("otherwiki:Space.Name") This will add for example the ability to have Panels in one wiki and use them in another wiki. WDYT? Thanks -Vincent
getDocument("otherwiki:Space.Name") does not already works ? I thought otherwiki:Space.Name syntax was supported anywhere... 2007/11/10, Vincent Massol <[email protected]>:
Hi,
I'd like to modify the XWiki.getDocument(String fullname) API so that it's possible to reference documents in other virtual wikis.
For example: getDocument("otherwiki:Space.Name")
This will add for example the ability to have Panels in one wiki and use them in another wiki.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
On Nov 10, 2007, at 6:16 PM, Thomas Mortagne wrote:
getDocument("otherwiki:Space.Name") does not already works ? I thought otherwiki:Space.Name syntax was supported anywhere...
Actually I didn't check well enough and you're right. It's supposed to be supported. I need to figure out why it's not working for panels then. Sorry for the noise. I'll post back my findings. Thanks -Vincent
2007/11/10, Vincent Massol <[email protected]>:
Hi,
I'd like to modify the XWiki.getDocument(String fullname) API so that it's possible to reference documents in other virtual wikis.
For example: getDocument("otherwiki:Space.Name")
This will add for example the ability to have Panels in one wiki and use them in another wiki.
WDYT?
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
participants (2)
-
Thomas Mortagne -
Vincent Massol