The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.2 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
New features have been implemented in this release, amongst them :
* Custom user groups (Manage global group of users, and add them as members of your workspaces)
* Revamped Administration
* Global Search (Search content across all the workspaces you have access to)
You can read the full release notes, including screenshots of the
aforementioned features, here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces12Milestone1
To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org
Thanks
-The XWiki dev team
Hi Fabio,
I think we should release XEclipse ASAP since it has progressed quite
nicely and we haven't had a release for some time.
I know you're probably quite busy but is it possible to plan a release
and have a roadmap for it?
Thanks a lot
-Vincent
Hello,
did anyone encounter issues with running the ActivityStream plugin
with Postgres?
I seem to have non-well-formed SQL queries in two different Postgres
versions.
Can it be this is related to
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2984
?
paul
Caused by:
com.xpn.xwiki.plugin.activitystream.api.ActivityStreamException: Error
number 3223 in 3: Error number 3223 in 3: Exception while searching
documents with sql select act from ActivityEventImpl as act,
ActivityEventImpl as act2 where act.eventId=act2.eventId and
act.stream=Group_gg group by act.requestId having
(act.priority)=max(act2.priority) order by act.date desc
Wrapped Exception: could not execute query
Wrapped Exception: could not execute query
at
com
.xpn
.xwiki
.plugin
.activitystream
.impl.ActivityStreamImpl.searchEvents(ActivityStreamImpl.java:223)
at
com
.xpn
.xwiki
.plugin
.activitystream
.impl.ActivityStreamImpl.getEvents(ActivityStreamImpl.java:248)
Hi everyone,
As you may have heard we've started implementing a new wiki syntax for
XE 1.6 and above.
The documentation draft is available here: http://dev.xwiki.org/xwiki/bin/preview/Drafts/XWikiSyntax20
We would be interested in getting your feedback on how well it works,
any issue you may have or any suggestion for further improvement.
You can grab a snapshot version of XE 1.6 here:
* Standalone version: http://tinyurl.com/3w4upj
* WAR: http://tinyurl.com/3nwy4z
* XAR: http://tinyurl.com/3pvmkc
To use it, log in as admin, edit a page, select "XWiki 2.0" in the
syntax field in the Panel on the right and you'll be using the new
syntax.
If you set your page to use the 2.0 syntax and if you use the WYSIWYG
editor you'll also notice that you'll be using the new GWT WYSIWYG
editor. This is a work in progress for which we're also interested in
feedback. However it's not finished yet, see
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
for how it's going to look like when finished.
If you find any issue please enter it in our issue tracker: http://jira.xwiki.org/jira/browse/XWIKI
so that we can fix it for the final 1.6 release (due in a few days).
Thanks for your help
-Vincent
vmassol (SVN) wrote:
> Author: vmassol
> Date: 2008-09-21 01:15:55 +0200 (Sun, 21 Sep 2008)
> New Revision: 12815
>
> Modified:
> platform/core/trunk/xwiki-rendering/src/main/java/org/xwiki/rendering/renderer/XHTMLRenderer.java
> platform/core/trunk/xwiki-rendering/src/test/resources/paragraph/paragraph1.test
> Log:
> XWIKI-2687: GWT WYSIWYG editor removes new lines when pasting content
> * Use the expanded form for DIV: <div></div>. For some reason the short form <div/> doesn't work fine for xwiki in FF3 (even though the XHTML validator says it's valid).
That's probably because of the mime-type. For XML to work properly, it
should be sent as application/xhtml+xml or something like that.
text/html triggers the plain HTML parser.
Anyway, it is better this way, as IE (<=6) does not accept XHTML even
with the right mime-type.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
asiri (SVN) wrote:
> Author: asiri
> Date: 2008-09-19 20:01:01 +0200 (Fri, 19 Sep 2008)
> New Revision: 12806
>
> Modified:
> sandbox/xwiki-rootwebapp/
> sandbox/xwiki-rootwebapp/.classpath
> sandbox/xwiki-rootwebapp/.project
> Log:
> Committing project files.
>
You should not commit this kind of files. Project files are created by
maven on each developer's computer, according to his working environment.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
Hi,
I've updated this page http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiSyntax20
which describes both XWiki syntax 1.0 and XWiki Syntax 2.0.
I want to make sure we agree with the following syntax decisions and
especially with regards to Creole since we want to be close to it.
One disclaimer though: the creole specification is badly done and is
not strict enough. There are lots of ambiguities in their descriptions
of the syntax elements so it's almost impossible to ensure to be fully
compatible with some element syntaxes.
1) New lines
Right now we honor new lines (we've all already voted to have this). I
just wanted to point out that this is different from Creole.
2) Horizontal lines
We accept 4 or more dashes. Creole says it's 4 dashes only. However if
you try it on their test page at http://www.wikicreole.org/EditX.jsp?page=JSPWikiTestCases
if works fine with more than 4 dashes too.
3) Special numbered lists
Is it ok to have this syntax:
(% class="roman" %)
1. item1
1. item2
Or do we introduce new syntax elements as it's done in XWiki Syntax 1.0:
i. item1
i. item2
See http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiSyntax20#HLists
for more examples.
I have the feeling it would be better to use our 1.0 syntax for this
(note that this requires some heavy changes to wikimodel - Will need
to discuss it with Mikhail).
4) Images
There's currently no special support for images in wikimodel. The
solution wikimodel proposes is to implement its support through
linline links. For example:
This is an image:my.png image.
As you can see the image is specified as a URI.
Ok with everyone?
Thanks
-Vincent
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.5.2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a quick release for important regression found in 1.5.1.
Changes from 1.5.1:
* XWIKI-2649 - xwiki.authentication.ldap.mode_group_sync is not
"always" by default
* XWIKI-2655 - Members of LDAP group detected with case sensitivity
* XWIKI-2663 - Image plugin does not resize .gif images
* XWIKI-2672 - new parseTemplate breaks setCacheDuration
* XWIKI-2681 - Minor edit checkbox and default language field doesn't work
* XE-301 - XE's xar has both pages with and without the .xml extension
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise152
Thanks
-The XWiki dev team
Hello XWikiers,
today I encountered the problem, that my login password was
readable as plain text.
After some tests the login input worked again, without changing
anything.
This worries me quite a bit, because I cannot predict whether this will
happen again and after it happens the browser's autocompletion
suggests passwords to type.
Does anyone of you encounter familiar problems or is having an
explanation.
We were thinking that it has something to do with the trick
you are using to make the "password" label readable
in the password input element.
May this be?
Thanks in advance for your help.
Regards,
Michael
----required by german law-----------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany
Geschaeftsfuehrung:
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
Dr. Walter Olthoff
Vorsitzender des Aufsichtsrats:
Prof. Dr. h.c. Hans A. Aukes
Amtsgericht Kaiserslautern, HRB 2313
-------------------------------------------------------------