[xwiki-users] XWiki.com upgraded to 0.9.1252
Ludovic Dubost
ludovic at xwiki.com
Fri Aug 4 00:21:08 CEST 2006
Hi,
The $xwiki.search function allows to access any data in the database,
including data in any of the xwiki.com databases.
Therefore it is restricted to xwiki.com superadmin (as the page author
of a page using such a script)
On a local install the admin is superadmin so is allowed to create such
scripts.
We would need a way to filter queries which would access another
database so that we can allow hosted wikis admins to create queries
which access their database.
Ludovic
Robin Fernandes a écrit :
> Re point 1. below, I've found that the following works fine on a local
> install of v0.9.1252, but not on an xwiki.com wiki:
>
> #set($results=$xwiki.search("select new map(doc.name as name, doc.date
> as date) from XWikiDocument doc",10,0))
> {table}
> doc | date
> #foreach ($row in $results)
> $row.get("name") | $row.get("date")
> #end
> {table}
>
> Has something been disabled on xwiki.com?
>
> Regards,
> Robin
>
> On 22/07/06, Robin Fernandes <rewbs.soal at gmail.com> wrote:
>> Hi,
>>
>> This looks great! It's definitely much faster.
>> Here are a couple of issues I've encountered so far:
>>
>> 1. Some $xwiki.search queries no longer return results, e.g.:
>> This one used to show a list of members and groups:
>> http://openmpt.xwiki.com/xwiki/bin/view/Main/Members
>> This one used to list a few page names and dates:
>> http://soal.xwiki.com/xwiki/bin/view/Sandbox/velocitySearch
>> Have the hibernate mappings changed or something like that?
>>
>> 2. The wysiwyg editor picks up the wrong styles:
>> Compare:
>> http://soal.xwiki.com/xwiki/bin/view/Sandbox/headers
>> with:
>> http://soal.xwiki.com/xwiki/bin/edit/Sandbox/headers?xpage=wysiwyg
>>
>> Regards,
>> Robin
>>
>>
>> On 20/07/06, Ludovic Dubost <ludovic at xwiki.com> wrote:
>> >
>> > Hi,
>> >
>> > We have just upgrade xwiki.com to version 0.9.1252 (available on
>> > ObjectWeb). If you are users of XWiki.com and you see anything special
>> > that could be caused by the upgrade, please contact us at
>> > support-en at xwiki.com
>> > Version 1252 has many changes under the hood and some in the user
>> > interface. The main changes from a user/admin perspective are:
>> >
>> > - the new WYSIWYG editor which is compatible with Wiki syntax.
>> > - the Rights page which now contains select fields
>> >
>> > The WYSIWYG Editor is still in beta state. It is not activated by
>> > default but can be called using the "switch to WYSIWYG Editor" link in
>> > the edit page. You can activate the wysiwyg editor by default in the
>> > XWiki Preferences in the "editor" section.
>> >
>> > Under the hood, maybe other changes are now available including better
>> > performance by generating less queries to the database. New plugins
>> and
>> > APIs are also available for programmers. We will talk more about
>> these a
>> > little later when we officially release this version.
>> >
>> > We are now working to integrate:
>> >
>> > - AntiSpam measures (using JCaptcha)
>> > - as a new registration and invitation system which should be more
>> easy
>> > to use and flexible.
>> > - editing by sections
>> >
>> > We will of course all fix any bugs in the features of 1252 and work is
>> > also in progress for a new layout and skin.
>> >
>> > Ludovic
>> >
>> > --
>> > Ludovic Dubost
>> > XPertNet: http://www.xpertnet.fr/
>> > Blog: http://www.ludovic.org/blog/
>> > XWiki: http://www.xwiki.com
>> > Skype: ldubost AIM: nvludo Yahoo: ludovic
>> >
>> >
>> >
>> >
>> >
>> > --
>> > You receive this message as a subscriber of the
>> xwiki-users at objectweb.org mailing list.
>> > To unsubscribe: mailto:xwiki-users-unsubscribe at objectweb.org
>> > For general help: mailto:sympa at objectweb.org?subject=help
>> > ObjectWeb mailing lists service home page:
>> http://www.objectweb.org/wws
>> >
>> >
>> >
>>
>
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the xwiki-users at objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe at objectweb.org
> For general help: mailto:sympa at objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
More information about the users
mailing list