Hi, On Sun, May 11, 2008 at 7:36 AM, Asiri Rathnayake <[EMAIL PROTECTED]> wrote: > I was working on http://jira.xwiki.org/jira/browse/XWIKI-2191 but i couldn't > complete it since i was busy with finishing my final year project. Now it's > done but there are few more things i need to finalize which would take a > couple of days. > > Btw, can someone explain to me following terms (required for completing > above patch); > > * virtual-wiki > * main / non-main wiki > * global / local user
All this is related to multiwikis mode (also called virtual mode). In this mode you can have more than one wiki (each with its own database) targeted with attached domain(s) name(s) to be able to access a particular one. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Virtualization and http://code.xwiki.org/xwiki/bin/view/Applications/WikiManagerApplication. Each wiki desciptor is stored in the main wiki which is always the wiki "xwiki" (its a limitation cause by lots of "xwiki" strings still remaining in the code). The other wikis are generally called "virtual wikis" and can use users/groups from the main wikis as "global users/groups", wiki's own users/groups are called "local users/groups". Hope it helps. > > Thanks. > > - Asiri > > > > On Thu, May 8, 2008 at 11:26 PM, Vincent Massol <[EMAIL PROTECTED]> wrote: > > > Hi GSOCers, > > > > Just a kind reminder that this is currently the bonding period (till > > 26th of May) and we'd like you to follow the guidelines we've set at > > http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/ > > as much as possible. > > > > I haven't seen much activity from you on the list in general. It's > > possible you're talking directly to your mentors in which case I'd > > like to ask you to communicate through the mailing list instead. One > > main goal of the GSOC is that you integrate an open source project's > > community. > > > > Also have you been able to pick some jira issue and work on them? If > > you have any problem doing that please let us know how we can help > > you. If you have already sent a patch in a jira issue and it's not > > been reviewed and applied yet please let us know by answering this > > email too. > > > > Thanks again > > -Vincent > > > > _______________________________________________ > > devs mailing list > > [email protected] > > http://lists.xwiki.org/mailman/listinfo/devs > > > _______________________________________________ > 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

