[xwiki-devs] [Model] Breaking change re XWikiDocument.get*Object*()
Hi, Just to let you know I'm breaking an existing behavior which I consider incorrect: * Right now in XWikiDocument if you call one of the get*Object*() method and you pass a classname without space specified, it'll use the hardcoded "XWiki" space. I'm changing this to use the current wiki instead, thus following our current strategy. Please shout if you think this is a problem. Thanks -Vincent
Hi, On Fri, Jan 8, 2010 at 3:40 PM, Vincent Massol <[email protected]> wrote:
Hi,
Just to let you know I'm breaking an existing behavior which I consider incorrect: * Right now in XWikiDocument if you call one of the get*Object*() method and you pass a classname without space specified, it'll use the hardcoded "XWiki" space.
I'm changing this to use the current wiki instead, thus following our current strategy.
Correction: I think Vincent means "the current space" rather than "the current wiki" ;-) Guillaume
Please shout if you think this is a problem.
Thanks -Vincent
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Guillaume Lerouge Product Manager - XWiki SAS Skype: wikibc Twitter: glerouge http://guillaumelerouge.com/
participants (2)
-
Guillaume Lerouge -
Vincent Massol