Marius wrote:
* Inherit the WYSIWYG GWT module in your own GWT module descriptor
** Use the same entry point as the WYSIWYG GWT module, which publishes
a JavaScript API you can use to instantiate the editor, or
** Use your own entry point and instantiate the editor in GWT code
How would I instantiate the editor in GWT code? I've been trying to
achieve this, but I get an editor that will not accept typing. That
is, typing characters into the editor has no effect; the characters
don't display, and there is no change to the state of the editor in
the DOM. I figure it must be something to do with the way I'm creating
it.
Hello all,
The partially completed invitation application is up and running on the incubator.
http://incubator.myxwiki.org/xwiki/bin/view/InvitationMail/
Right now the actual sending of the email is disabled until we can decide who's allowed to send.
Anyone who's a member of myxwiki.org ( http://www.myxwiki.org/bin/register/XWiki/Register ) can test out the
functionality, acting as a user or as an administrator.
Even though the email isn't sent, you can still try accepting, rejecting, or reporting your messages as spam.
If you report your message as spam (and click confirm) you will not be able to send any more mail unless you
use the "view as an administrator" page.
The main page (above) has open commenting so you can voice your opinion there or in response to this message
and help expand and clarify the "todo" list. I'm anxious to hear good ideas and criticism.
Caleb
Dear community,
XWiki SAS is participating and leading a research project called Wiki3.0
together with the SCORE Team of the "Institut National de Recherche en
Informatique et Automatique (INRIA)" (http://score.loria.fr/) and the
well known Linux distribution editor Mandriva (http://www.mandriva.com).
The Wiki3.0 project aims at developing a next generation collaboration
platform that integrates real-time editing and interactions,
social-networking features, and that will take advantage of cloud
infrastructures.
The final outcome of the Wiki 3.0 project is to deliver a solution that
will greatly ehnance the productivity in terms of knowledge exchange and
creation. This solution will consist of an enhanced version of the XWiki
platform that will include real-time collaboration and
social-network-oriented features.
I am writing this mail for requesting the Wiki3.0 project to be hosted
as a contributed project of the XWiki.org platform.
The project will use the xwiki.org SVN repository, XWiki developer's
mailing list and the JIRA platform to track and document its evolution.
Many of the participants of this project are already committers for the
XWiki platform. In addition we will need to give committer rights to the
SCORE Team members and, in particular, to Bogdan Flueras which will be
the main developer at the SCORE Team.
I, Fabio Mancinelli, will be the coordinator of the whole project.
The current website of the project is https://wiki30.xwikisas.com/
Thank you,
- Fabio
The XWiki development team is pleased to announce the release of XWiki
Office 1.1.1.
This is a bug fix release of version 1.1. All active XOffice instances
will be automatically updated.
Bugs fixed in version 1.1.1
- Styles not preserved after multiple edits
- Image upload and download on localized versions of Microsoft Office
- Image upload on pages containing white characters
- Grammar markup filtering when on non-English language default settings
- Refreshing published documents
Detailed release notes are available at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice111
For more information about XOffice please visit: http://xoffice.xwiki.org
Thanks,
- The XWiki dev team
3 +1
Committed in trunk
On Fri, May 7, 2010 at 18:36, Thomas Mortagne <thomas.mortagne(a)xwiki.com>wrote:
> Hi devs,
>
> I recently created http://jira.xwiki.org/jira/browse/XWIKI-5149, this
> issue is due to the fact that XWikiGroupServiceImpl#listMemberForGroup
> is splitting the value of the "member" field based on white space and
> comma.
>
> That does not make sense IMO and makes impossible to have a user with
> a white space (and comma which is less common) in its name for a very
> bad reason. Also the name of the field is "member" and not "members".
> Last reason is that i think in all other places we don't take this
> value as a list.
>
> Note that this bug is mainly a pain for authenticators where you have
> to remember the real name of the user and have some collision handling
> to support use case users "somename" and "some name" coming for an
> external authentication server in which theses are two different
> users.
>
> WDYT ?
>
> Here is my +1.
>
> --
> Thomas Mortagne
>
--
Thomas Mortagne
Hi devs,
I recently created http://jira.xwiki.org/jira/browse/XWIKI-5149, this
issue is due to the fact that XWikiGroupServiceImpl#listMemberForGroup
is splitting the value of the "member" field based on white space and
comma.
That does not make sense IMO and makes impossible to have a user with
a white space (and comma which is less common) in its name for a very
bad reason. Also the name of the field is "member" and not "members".
Last reason is that i think in all other places we don't take this
value as a list.
Note that this bug is mainly a pain for authenticators where you have
to remember the real name of the user and have some collision handling
to support use case users "somename" and "some name" coming for an
external authentication server in which theses are two different
users.
WDYT ?
Here is my +1.
--
Thomas Mortagne
I have a working prototype of the invitation mail sender and I would like to put it in the sandbox.
I need to know how that should be done and should this be a separate top level project on jira?
Some guidance here would be great.
Caleb