It seems to me, Xwiki 2.0 has a memory leak (see memory increase form
week 41 to week 42).
Virtual memory for jsvc process has increased to almost 1GB.
Valdis
hello,
can i delete(hide) the right panel of a template from a space that i
specify? i know how to hide the right panel from the entire xwiki, but i
need to hide it only for a certain space.
Any ideas would be appreciated. Thank you
--
View this message in context: http://n2.nabble.com/can-i-hide-the-right-panel-of-the-template-for-a-speci…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
It is with great pleasure that we announce the launch of the first XWiki
School!
From now on we will organize XWiki Enterprise
<http://www.xwiki.com/xwiki/bin/view/Products/XWikiEnterprise>
initiation sessions several times a year. Their objectives are to let you:
* Discover our solution and its capabilities
* Learn how to use its main features
The first training session will be held on October 28th at La Cantine in
Paris from 4 pm to 7 pm.
Register to the first XWiki School!
<http://fr.amiando.com/xwikischool.html>
Hury up, only 15 places are available! (but don't worry, there will be
other sessions ;-)
Emilie Ogez
--
Marketing & Communication Manager
Mob. : +33( 0)623414368
Email : Emilie.Ogez(a)xwiki.com
http://www.xwiki.com
I recently upgraded to XWiki 2.0 and I am trying to add the fontsize, fontname, and backround color to the options available to users within the WYSIWYG editor. Within Macros.vm, I added fontname fontsize forecolor backcolor to the toolbar plugin. I found the following link, but was unable to get this to work properly. Any help would be greatly appreciated, and I thank you in advance.
Thanks,
Brian
The XWiki development team is (not so) pleased to announce the release
of XWiki Enterprise Manager 2.0.1.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release fix one critical bug found in XWiki Enterprise Manager 2.0.1.
* XAWM-106 - NullPointer Exception on WikiManager.CreateNewWiki page
For more information see the Release notes at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM2011.
Thanks
-The XWiki dev team
Hello,
I try to import an Office (word 2003 document) with a "Ç" character (ALT 128).
The result into the wiki page is: "Ç".
The result is the same in "UTF-8" or in "ISO-8859-1".
Is this due to a configuration issue or a bug?
Thank's in advance for your answer.
Best Regards,
Is anyone working on an XWiki book and can tell us about it? :-) I think the current documentation improvement efforts are great, but what we really need is a good book that ties together XWiki capabilities with up-to-date examples.
-Joshua-
Hi,
I'm writing a comoponent that needs to access and modify XWiki objects. I'm
using the DocumentAccessBridge interface, but a little puzzled by the
interface. It seems like, to inspect the objects of a given class in a
given document, I have to do something like:
String[] properties = new String {"firstName, lastName"};
int objectNum = 0;
boolean moreObjects = true;
while (moreObjects) {
for (String property : properties) {
String value = (String) documentAccessBridge.getProperty(documentName,
"Main.MyClass", objectNum, property);
if (value == null) {
moreObjects = false;
break;
}
// ...
}
objectNum++;
}
It also seems like it's impossible to set properties of any object other
than the first one of its class in a document, using the one setProperty
method.
Is this a correct way to access objects (I've been having trouble testing as
per my previous post)? Is there another way to modify objects?
I did notice that this interface is only intended to be temporary until a
redesign exposes the whole model as a component. When is this expected to
happen?
Thanks,
David Breeden
--
View this message in context: http://n2.nabble.com/Accessing-objects-via-DocumentAccessBridge-tp3825435p3…
Sent from the XWiki- Users mailing list archive at Nabble.com.