On Jul 16, 2007, at 6:53 AM, Erin Schnabel wrote:
I am wondering..
Is there any reason why ALL user documents have to be in the XWiki
space?
Wouldn't it make more sense to have an XWikiUser space, and perhaps an
XWikiGroup space?
For those of us with large installs already, it would be a pain to
move..
but it doesn't seem to me that auth code checking for users should
care
much about what space the user document is in (aside from
authorization/access, I suppose, as that is based on the space), but
still, I think separating user and group documents out into their own
spaces would make navigation of the xwiki space easier...
thoughts?
Agreed. We need them somewhere separate. One reason for me is that
I'd like to separate the "What's New" page into 2: one list for
recently modified documents and another list for recent members.
For migrating that shouldn't be hard as you can easily pick them out
using a query and then do $thedoc.rename(...)
Thanks
-Vincent