Hi,
I've tested the latest build of XWiki and I've found a problem about the new
User Rights edit interface.
In the case of virtual wikis, XWiki doesn't show the users and the groups from
the main wiki. This is really a problem for me since all registered users are
only in the main wiki and I need to call them by using xwiki:XWiki.user.
Regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Phone: +33 4 76 61 52 35 Skype: xavier.moghrabi.bureau
Hi,
I wanted to give some news about the project and XWiki 1.0 because a lot
has been going on in the last week.
Thanks to our clients in 2005 and a good start in 2006, we have been
able to grow the team and invest a little to improve XWiki and our
organization. I'm saying a little because it's still risky to have more
full-time employees but we have had the opportunity to get more interns
on board and also to launch an off-shore team in Vietnam.
As some of you might have been seen, there has been more commits in the
last two weeks. The main reason was that I have been in Hanoi, Vietnam
to train our new team there. I'm happy to present you Nam and Chung who
have joined our team and will be working on the XWiki 1.0 code. During
the two weeks a few enhancements have been made on the attachment code
and on error handling. Work is also undergoing to improve the WYSIWYG
Editor created during the Summer of Code project.
In addition to that, we have a new intern (Jean-Vincent) who have joined
the team last Monday. Jean-Vincent is from Epitech (the same school as
Jeremi) and already has some very interesting Open Source business
experience since he worked for IdealX and Linbox. We are very happy to
have Jean-Vincent join us. The main objective will be that Jean-Vincent
works on the XWiki 1.0 release as the lead developer and project
manager. The current objectives for the 1.0 are easy of use and
reliability. We are of course always open to suggestions on what should
be or not in the 1.0 version. The roadmap is in JIRA. The first
objective is to release an updated version called 1.0 Beta 1 which would
have the WYSIWYG Editor in Beta.
Also Jeremi has done great work from Dalian in China (I would never have
thought having so much relationship with Asia !) to help organize the
community and also helped a lot answering questions in the users and dev
mailing list. On this subject I also want to thank other XWiki users and
developers because everytime a question is answered by a member of the
community it is very valuable time that I actually save (my kid is also
grateful that his dad closes the laptop sometimes). Jeremi's
responsibility will be to make sure that the community's voice will be
heard during the road to XWiki 1.0.
Thanks again for all your support and interest in XWiki. Welcome to the
new team members.
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
Hi all!
First of all, let me introduce myself. My name is Julien Bourdon and I
study at the University of Sheffield.
My research team currently works on a semantic wiki implementation for
the UK Environment Agency knowledge management system. We chose XWiki
as a wiki layer since it's open-source, well maintained, written in
Java and used in corporate environments.
However, when we ran through the source code, we could not find any
specified documentation. We checked the DevGuide on xwiki.org but the
javadoc looks empty.
Do you know where we could find any precise documentation about XWiki
general architecture, any papers presented in conference or whatever?
Any language would be fine since our team is international (I mean
even in French since I'm French).
Thanks a lot!
--
_ _ Julien Bourdon
(o)(o)--. http://purl.org/net/JulienBourdon
\../ ( ) self isAddictedTo:(#Squeak&#linux)
m\/m--m'`--. ^true
Hi,
just built xwiki from the latest svn. I noticed, that the build.xml
file is "wrong". It references the exo 1.0 jars (which are not present
any more).
I've attached the svn diff below.
I just converted our wiki to the latest svn release (it was 0.9-840
before).
The first thing I've noticed (which doesn't work anymore) is the reverse
proxy through a https server. all urls are correct but point to "http"
instead of "https". My guess is, that it is in
XWikiServerURLFactory.getServerURL which always adds a "http" in front
of the host if the x-forwarded-host was found.
CU
Christian
--
------------------------------------------
Logic United GmbH
Email: leeden(a)logicunited.com
Tel: +49-89-189488-66
Index: build.xml
===================================================================
--- build.xml (revision 972)
+++ build.xml (working copy)
@@ -109,7 +109,8 @@
includes="servlet-api-2.4.jar" />
<fileset id="libs.exo.fileset" dir="${lib.dir}"
- includes="picocontainer-1.0.jar,exoplatform.container-1.0.jar,exoplatform.services.chart.api-1.0.jar,exoplatform.services.chart.impl-1.0.jar,exoplatform.services.common.api-1.0.jar,exoplatform.services.organization.api-1.0.jar,exoplatform.services.organization.impl-1.0.jar,exoplatform.services.security.api-1.0.jar,exoplatform.services.security.impl-1.0.jar,exoplatform.services.database.api-1.0.jar,exoplatform.services.database.impl-1.0.jar,exo-base-services-1.0.jar,exo-chart-service-1.0.jar,exo-chart-service-impl-1.0.jar,exo-commons-1.0.jar,exo-organization-service-1.0.jar,exo-security-service-1.0.jar" />
+ includes="picocontainer-1.0.jar,exo-platform.commons.jar,exo-platform.container-2.0.jar,exo-platform.service.chart.api-2.0.jar,exo-platform.service.chart.impl-2.0.jar,exo-platform.service.common.api-2.0.jar,exo-platform.service.database.api-2.0.jar,exo-platform.service.database.impl-2.0.jar,exo-platform.service.organization.api-2.0.jar,exo-platform.service.organization.impl-2.0.jar,exo-platform.service.sercurity.api-2.0.jar,exo-platform.service.sercurity.impl-2.0.jar" />
+ <!-- includes="picocontainer-1.0.jar,exoplatform.container-1.0.jar,exoplatform.services.chart.api-1.0.jar,exoplatform.services.chart.impl-1.0.jar,exoplatform.services.common.api-1.0.jar,exoplatform.services.organization.api-1.0.jar,exoplatform.services.organization.impl-1.0.jar,exoplatform.services.security.api-1.0.jar,exoplatform.services.security.impl-1.0.jar,exoplatform.services.database.api-1.0.jar,exoplatform.services.database.impl-1.0.jar,exo-base-services-1.0.jar,exo-chart-service-1.0.jar,exo-chart-service-impl-1.0.jar,exo-commons-1.0.jar,exo-organization-service-1.0.jar,exo-security-service-1.0.jar" /> -->
<fileset id="libs.tests.fileset" dir="${lib.dir}"
includes="cactus-1.7.jar,cactus-ant-1.7.jar,aspectjrt-1.2.1.jar,httpunit-1.6.jar,junit-3.8.1.jar,nekohtml-0.9.1.jar,clover-1.3.9.jar,jmock-1.0.1.jar,jmock-cglib-1.0.1.jar,org.mortbay.jetty-5.1.3.jar" />
Didn't get any response from xwiki-users.
Hitting the back button after previewing a change to a wiki page results in
the change going away, in IE.
Steps to reproduce:
1. In XWiki, through MS Internet Explorer, Click "Edit this Page" on any
page
2. Add a line at the top
3. Click Preview
4. Click the browser's Back button
The line you added in step 2 is gone.
This appears to be counter to the default behaviour in IE. I made a test
page with a <textarea>, and IE doesn't whipe out the text when I go to
another page, and then back. I added the default xwiki meta header tags,
thinking that might be the culprit, but that doesn't have any affect.
Any ideas?
Thanks,
--Craig
Hi,
What is the purpose of the second Add Object menu (with a free text
input instead of dropdown selection of available classes) on virtual
wikis, as defined in editobject.vm:106 by this code?
#if($xwiki.isVirtual())
<form id="objectadd2" method="post" action="$doc.getURL("objectadd")"
onsubmit="cancelCancelEdit()">
<p style="text-align: center">
<input type="hidden" name="xredirect"
value="$xwiki.getFormEncoded($redirect)" />
<input type="text" name="classname" size="20" />
<input type="submit" value="$msg.get("addobjectfromclass")" />
</p>
</form>
#end
Regards,
Robin
Is it possible to allow a group to edit, but with these restrictions?
- Can use wiki syntax
- Can't use velocity features (looping and calling macros and functions)
I'd like to allow a group to edit pages, but without the risk of their using
velocity to call the xwiki database, or make an infinte loop on the page.
Thanks,
--Craig