Hello,
The reason why XWikiGuest is being displayed by default on a fresh XWiki
instance is the fact that activitystream plugin sets as user for pages like
'XWiki.SheetClass', the guest user instead of superadmin user. Previously,
on the Recent Changes old implementation, there was a query to the database,
searching for doc.author, and this author is properly set ('superadmin') on
such documents.
So the things look like this:
- $event.user: XWiki.XWikiGuest
- $xwiki.getDocument($event.page).author: superadmin
This is a core issue and Stefan will take a look on it.
Raluca.
On Mon, Nov 1, 2010 at 10:58 PM, Vincent Massol <vincent(a)massol.net> wrote:
Hi devs,
Good job with the recent activity implementation!
I've noticed that when you build XE from trunk and run it, you see all the
pages with an author of XWikiGuest. I would have expected to see them with
an author of Administrator. Is that a bug? Maybe it's not related to the
recent activity implementation but it doesn't sound right anyway.
Also if I click on XWikiGuest it goes to a non existing page (since
XWikiGuest user doesn't exist). I think we shouldn't make XWikiGuest
clickable.
Thanks
-Vincent
_______________________________________________
devs mailing list
devs(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/devs