Hi,
More than 6 months have passed since we introduced the new action menus
<http://platform.xwiki.org/xwiki/bin/view/Features/ActionBars>(in XE 2.1).
If you want to make a comparison you can look at the old menus Toucan
<http://code.xwiki.org/xwiki/bin/view/Skins/ToucanSkin>skin has.
It would be great to have some feedback on the way the new menus
improved/messed the productivity/flow.
There are lots of aspects we need to take into considerations because XWiki
is used worldwide both by developers and by less experienced users.
Suggestions on how we can still improve the menus are very welcomed.
Thanks for participating in improving the User Experience for Open-Source
projects,
Caty
Hi all
Thanks for good job - XWiki is very good platform.
I have such question: Do developers plan to create XWiki Office Plugin (or
similar) for OpenOfficeOrg?
If you do not plan it, how many people would welcome this plugin?
Thanks.
Hi,
I've recently updated my Xwiki using the same process as always, however
some Administration pages are showing the following error at the bottom now.
---
Customize XWiki.RegistrationConfig:
This configuration cannot be displayed because it was last edited by
Admin who doesn't have permission to edit this page.
---
---
Annotations
Customize AnnotationCode.AnnotationConfig:
This configuration cannot be displayed because it was last edited by
Admin who doesn't have permission to edit this page.
---
There is no user Admin, so i'm not sure where it's getting this from. My
account is the only Admin in the wiki. Is the import process somehow
trying to use "Admin" ?
Thanks.
Hi,
I have trouble trying to add 800 localization messages for UK locale to
XWIki localization site
http://platform.xwiki.org/xwiki/bin/view/Localization/XL10N
I receive following exception
> java.lang.RuntimeException: org.apache.xmlrpc.XmlRpcException:
> java.lang.NoSuchMethodException:
> com.atlassian.jira.rpc.xmlrpc.JiraXmlRpcService.getProjects(java.lang.String)
>
Any thoughts?
And BTW "Preview" and Edit are forbidden when adding comments to the
Localization/XL10N page
Regards,
Roman
--
View this message in context: http://xwiki.475771.n2.nabble.com/l10n-issue-posting-translation-to-XWiki-s…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I'm getting a strange exception involving a DB transaction:
Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
I think it may be related to this issue:
http://jira.xwiki.org/jira/browse/XWIKI-1736
Can anyone explain this exception to me and under which circumstances it can occur? I'm not able to save this document because of this error.
Here's a full stack trace:
org.xwiki.rendering.macro.MacroExecutionException: Failed to evaluate Script Macro for content [
(script content here)
]
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluate(AbstractJSR223ScriptMacro.java:201)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluate(AbstractJSR223ScriptMacro.java:50)
at org.xwiki.rendering.macro.script.AbstractScriptMacro.execute(AbstractScriptMacro.java:200)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.execute(AbstractJSR223ScriptMacro.java:137)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.execute(AbstractJSR223ScriptMacro.java:50)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:175)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:120)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:6847)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:6822)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:725)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:739)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:492)
at sun.reflect.GeneratedMethodAccessor392.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:493)
at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71)
at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1806)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1727)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:740)
at sun.reflect.GeneratedMethodAccessor155.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:389)
at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:378)
at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:270)
at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:252)
at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference.java:332)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.directive.VelocimacroProxy.render(VelocimacroProxy.java:212)
at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:247)
at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87)
at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106)
at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:191)
at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:156)
at com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:116)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1806)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1727)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:148)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:873)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
Caused by: javax.script.ScriptException: javax.script.ScriptException: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:118)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.eval(AbstractJSR223ScriptMacro.java:260)
at org.xwiki.rendering.macro.script.AbstractJSR223ScriptMacro.evaluate(AbstractJSR223ScriptMacro.java:191)
... 94 more
Caused by: javax.script.ScriptException: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:318)
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:112)
... 96 more
Caused by: com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while saving document Code.AddDocsLog
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:634)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:182)
at com.xpn.xwiki.store.XWikiCacheStore.saveXWikiDoc(XWikiCacheStore.java:175)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1340)
at com.xpn.xwiki.api.Document.saveDocument(Document.java:1765)
at com.xpn.xwiki.api.Document.save(Document.java:1729)
at com.xpn.xwiki.api.Document.save(Document.java:1718)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)
at Script74$_run_closure2.doCall(Script74.groovy:83)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:88)
at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(ClosureMetaClass.java:272)
at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:886)
at groovy.lang.Closure.call(Closure.java:276)
at groovy.lang.Closure.call(Closure.java:289)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1167)
at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1143)
at org.codehaus.groovy.runtime.dgm$108.invoke(Unknown Source)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:270)
at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125)
at Script74.run(Script74.groovy:79)
at org.codehaus.groovy.jsr223.GroovyScriptEngineImpl.eval(GroovyScriptEngineImpl.java:315)
... 97 more
Thanks,
Joshua
Hello guys,
It's been a long time since I've done a build on the *platform* module.
However, doing an update on this module and invoking the maven command:
*mvn clean package -Pdev -Dtest=none -DfailIfNoTests=false *
in the main directory
(*/platform/trunks*) fails due to a typo in the *foxwiki*'s *pom.xml*.
The parent pom (*tools*) has version 2.4-SNAPSHOT while the child has the
2.3-SNAPSHOT version for the parent.
Fixed that.
Now a hard one:
Issuing the same mvn command in the *platform/trunks/core *dir fails when
compiling
the *XWiki Platform - Core - Annotations - REST Services* with the following
error:
*DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not
extend from DTDDVFactory**.*
*Please find the stacktrace err message in the following link:
http://pastebin.com/4zC4KPUf*
*
*
Before posting this mail I double checked the *.m2/settings.xml* file and
also did the same steps using another machine, a new checkout and an empty
mvn repo, just to be sure.
Still this problem persists.
As XWiki has a continuous build system, perhaps I
have mis-configured something and I would highly appreciate some feedback.
Best regards!
Ps:
The problem seems to be a class cast exception due to the fact that 2
versions of xercesImpl jar are used in the project (one with compile
scope,while the other with runtime scope).
In the latter case, the version 2.9.1 is used and I suspect this as the root
cause of the problem.
What forum would you recommend to use in combination with
X-Wiki? Its authorization is wished to be integrated with
X-Wiki's one, and userbase is wished to be taken from X-Wiki
(because WebDAV won't work otherwise IIUC).
Hello!
Yet another problem I'm encountering is lack of
proper escaping tools. I have noticed it when I
decided to use [ and ] in page titles.
«My Recent Modifications» became broken because
XWiki parsed [ and ]. Currently I have added
{pre} and {/pre} at both ends, but it is just a
krunch. What is the proper way? I have checked
$escapetool and $xwiki.get*Encoded APIs. There is
no common API to escape [, ], =, {, etc.
After upgrading from 2.3 to 2.4M1 there are lots of text
strings everywhere on every page. They look like this:
$xwiki.ssfx.use('js/xwiki/widgets/jumpToPage.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmationBox.js', true)
$xwiki.ssfx.use('uicomponents/widgets/confirmationBox.css', true)
$xwiki.jsfx.use('uicomponents/widgets/confirmedAjaxRequest.js', true)
$xwiki.jsfx.use('uicomponents/widgets/notification.js', true)
$xwiki.ssfx.use('uicomponents/widgets/notification.css', true)
(snipped)
It's an easy-to-edit website that will help you work better
together. This Wiki is made of pages sorted by spaces. You're
currently in the Main space, looking at its home page (WebHome).
$xwiki.ssx.use('Main.Dashboard')
Also, there are exceptions java.lang.NullPointerException in logs
and lines like this:
[#|2010-06-13T12:59:22.015+0700|INFO|sun-appserver2.1|
javax.enterprise.system.stream.out|
_ThreadID=17;_ThreadName=http://metrolace.ru/bin/view/Main/;|
2010-06-13 12:59:22,015 [http://metrolace.ru/bin/view/Main/] ERROR
internal.DefaultVelocityEngine - Left side ($tagCount.size()) of '>'
operation has null value at velocity macro[line 54, column 24]|#]
What's going on? Did I something wrong while updating?
Greetings
On my wiki using swedish characters for xwiki page titles give ugly but
working entries in all panels, e.g. "Backlinks" "Recent modifications" and "My
recent modifications"
An example is having:
"Startsidor för våra intresseområden"
...instead of the correct:
"Startsidor för våra intresseområden"
Another example is putting thiss wiki code on top of a page:
= header that <look ugly> here =
The script responsible for for the texts in the panels is as follow:
<span class="panelitem">
<a href="$rdoc.getURL('view')">
$xwiki.getXMLEncoded($rdoc.displayTitle)
</a></span>
I've noticed that changing the third line into only $rdoc.displayTitle will
produce a nice looking entry, and $rdoc is set via
#set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
Now, can anyone see a purpose of using getXMLEncoded() for this? As far as I
have seen, it only breaks things.
-Joel
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Grad. student) Joel Forsberg
KTH Kemisk Teknologi
Teknikringen 41B
100 44 Stockholm
Work +46 8 7908252
e-mail: joelfo(a)kth.se
Hi,
I was wondering what is the best way to give wiki users the possibility to
create xwiki pages from a template. I was thinking of something like the
"CREATE PAGE" feature on xwiki but with an additional field called template
page. So when the page is created it has the same content as the template
page. Is there a plugin or application that already does that?
Regards,
Abel
I have seen another threads, but I didn't noticed any good idea. I have
only seen JCR project in the sandbox.
http://dev.xwiki.org/xwiki/bin/view/Design/JcrStore
I have no idea what is JCR. «JCR» sounds very different from
«filesystem». Installing and maintaining JCR is likely to be yet another
brainache I'd like to skip. Finally, «Translate XWQL to JCRSQL2» sounds
very different from «simple and reliable». «Storing 10Mb octet streams
in database» doesn't sound like being reliable, and indeed it caused
strange problems recently.
So my humble wish is to see xwikiattachment_content table replaced with
a mere filesystem storage. Other tables left intact. Maintaing
«Space/Document/Attachment» structure is not a requirement (althoung it
would be nice since I could share it in GreyLink DC++ this way).
--
If you want to get to the top, you have to start at the bottom
Hello!
I have set up XWiki on my server. J2EE 5, GlassFish 2, MySQL. Moving
attachments around caused big problems so I had to turn off versioning
and recycle bin, if this matters:
#-# Role hints that differentiate implementations of the various storage
components. To add a new implementation for one
#-# of the storages, implement the appropriate interface and declare it
in a components.xml file (using a role-hint other
#-# than 'default') and put its hint here.
#
#-# The main (documents) storage.
# xwiki.store.main.hint=default
#-# The attachment storage.
# xwiki.store.attachment.hint=default
#-# The document versioning storage.
# xwiki.store.versioning.hint=default
#-# The attachment versioning storage. Use 'void' to disable attachment
versioning.
xwiki.store.attachment.versioning.hint=void
#-# The document recycle bin storage.
# xwiki.store.recyclebin.hint=default
#-# The attachment recycle bin storage.
xwiki.store.attachment.recyclebin.hint=void
#-# Whether the document recycle bin feature is activated or not
# xwiki.recyclebin=1
#-# Whether the attachment recycle bin feature is activated or not
storage.attachment.recyclebin=0
#-# Whether the document versioning feature is activated or not
# xwiki.store.versioning=1
#-# Whether the attachment versioning feature is activated or not
xwiki.store.attachment.versioning=0
#-# Whether the attachments should also be rolled back when a document
is reverted.
xwiki.store.rollbackattachmentwithdocuments=0
I am testing this wiki and amongs other problems encountered the
following one.
There is a photoalbum application instance. Here is my test album:
http://metrolace.ru/bin/Photos/HubPicknick0410
The problem is that attachments are disappearing after some time. Or,
speaking preciselly, their size becomes 0 when one visits a page with
particular photo.
This is files viewer:
http://metrolace.ru/bin/Photos/HubPicknick0410?viewer=attachments
This is a snapshoted version: http://www.peeep.us/f01aa5ce
Some files have version 1.2 just because I have reuploaded them when
their size became 0 for the first time.
Some files are zero-sized. Others left intact. However, visiting
particular photo by clicking it triggers disappearing. One can click any
photo, and then visit "files" viewer and notice that exactly this file
has changed its size to 0.
--
If you want to get to the top, you have to start at the bottom
Dear Xwiki:
I’m an individual looking to start a site dedicated to neuroscience. Would
you please host me on your servers? My user name is ggosey . This
corresponds to the email address I entered that is wctneuro(a)gmail.com . I
would like the server name to be WCTN.myxwiki.org .
Please let me know if this is possible.
Thanks very much.
Sincerely,
Max Gosey
Hi All
I am having a problem uploading a xar file. I get "Java Heap Space, Out
of memory exception" (full message below).
I've downloaded the latest version of XWiki for windows xp (beginner's
version with HSQLDB & Jetty).
In my start_xwiki.bat I have set "set JAVA_OPTS=-Xmx1600m -Xms512m".
1.6gb is the maximum as xwiki would not start if I go over this.
I don't think I have CATALINA.bat any ware so I din not find where to
set CATALINA_OPTS.
I have changed file upload size to 133MB by going to
http://localhost:8080/xwiki/bin/edit/XWiki/XWikiPreferences?editor=objec
t and changing Maximum Upload Size:.
The .xar file is 90MB downloaded as backup from
http://patternlanguagenetwork.myxwiki.org/xwiki/bin/view/Main/WebHome.
I do not know what version this runs on since it is on one of the xwiki
farm things :-).
I have Win XP with 3.5gb memory available.
Has anyone had this error recently?
Regards
Ajdin Brandic
Here is the full error message:
A problem occured while trying to service your request. Please contact
the support if this happens again.
Detailed information:
Error number 11014 in 11: Java Heap Space, Out of memory
exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 11014 in 11: Java Heap Space,
Out of memory exception
Wrapped Exception: null
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.getFileItemData(FileUpl
oadPlugin.java:297)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:78)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:830)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:94)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Wrapped Exception:
java.lang.OutOfMemoryError
at java.io.FileInputStream.readBytes(Native Method)
at java.io.FileInputStream.read(Unknown Source)
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.getFileItemData(FileUpl
oadPlugin.java:293)
at com.xpn.xwiki.web.UploadAction.action(UploadAction.java:78)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:830)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:94)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
)
at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
--------------------------------------------------------
NOTICE
This message and any files transmitted with it is intended for the addressee only and may contain information that is confidential or privileged. Unauthorised use is strictly prohibited. If you are not the addressee, you should not read, copy, disclose or otherwise use this message, except for the purpose of delivery to the addressee.
Any views or opinions expressed within this e-mail are those of the author and do not necessarily represent those of Coventry University.
Hello.
Silvia and me have created a DRAFT for XWiki.org Documentation Standard
found at :
http://dev.xwiki.org/xwiki/bin/view/Drafts/XWikiOrgDocumentationStandard
In order to move towards the final version, we need your input on 2 issues.
- For which project version we create & maintain documentation
- Which skins we are going to support in the documentation (latest/all)
Although, these issues were discussed in December 2009, no final result
came out of them.
http://markmail.org/message/ou7hgdiiwgayghku#query:+page:1+mid:ou7hgdiiwgay…
1. the project version (XE version for ex) for which the documentation
is created/updated/maintained.
We have several choices:
a) We make the documentation only for the latest version.
b) We make the documentation only for the latest version, and we
export the pages at release time and make it available as a zipped HTML
export so that people using the older version can refer to them.
c) We make the doc work the last 2 releases. That would be 2.3 and
2.4.
Note: If option b) is chosen then we need to add a step to the
release process. (export for every release)
2. The skin used for documenting steps. This also includes the screenshots.
Again we have several choices:
a) Document only for the latest default skin.
b) Document for all supported skins. Right now that would be Toucan
+ Colibri (not sure about Albatross, I don't think we've officially said
it wasn't supported).
Note: If option b) is chosen, this would mean 2 screenshots for the
same feature (one for each skin)
The vote content was mostly taken from the markmail link above.
If you have any other suggestions regarding this draft, please reply and
state your opinion. We need as much feedback as possible in order to
create a solid documentation standard.
Hi,
For a while we've been discussing how the new Rights Management UI is gonna
look like. After 5 prototype versions, we may have reached a conclusion.
Please take a look at:
*Prototype*
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights51Space
*Explanations*
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/RightsProposal
Please cast your vote if this is gonna be the final Rights representation,
so that we may start the implementation.
my +1
Any feedback is welcomed and we can still added improvements to this
version.
The current version is a collaborative work done by me, Denis Gervalle,
Raluca Stavro, Alex Busenius, Roman Muntyanu and many others (Guillaume,
Sergiu, Vincent, Thomas). Thanks everyone for participating in the process.
Thanks,
Caty
p.s: former discussion about mocking process can be seen at [Proposal]
Rights Management UI http://markmail.org/thread/zgzufskvhe6xt6ey
Hello xwiki users (& friends),
At the xwiki I enabled stats at xwiki.cfg but calling the stat modules
fails for all graph stuff.
You may review http://m2m.fm:8080/xwiki/bin/view/Stats/ (version 2.3.1)
And the result for monthly/yearly/all-time stats is as follows.
Already seen?
Best regards, thx in advance,
Pierre
Unexpected charting exception: Could not initialize class
org.jfree.chart.JFreeChartjava.lang.NoClassDefFoundError: Could not
initialize class org.jfree.chart.JFreeChart at
com.xpn.xwiki.plugin.charts.ChartingPlugin.generateChart(ChartingPlugin.
java:126) at
com.xpn.xwiki.plugin.charts.ChartingPluginApi.generateChart(ChartingPlug
inApi.java:55) at
com.xpn.xwiki.plugin.charts.ChartingMacro.execute(ChartingMacro.java:81)
at
com.xpn.xwiki.render.filter.MacroFilter.handleMatch(MacroFilter.java:90)
at
org.radeox.filter.regex.RegexTokenFilter$1.handleMatch(RegexTokenFilter.
java:91) at org.radeox.regex.JdkMatcher.substitute(JdkMatcher.java:48)
at
org.radeox.filter.regex.RegexTokenFilter.filter(RegexTokenFilter.java:89
) at org.radeox.filter.FilterPipe.filter(FilterPipe.java:169) at
com.xpn.xwiki.render.XWikiRadeoxRenderEngine.render(XWikiRadeoxRenderEng
ine.java:96) at
com.xpn.xwiki.render.XWikiRadeoxRenderer.render(XWikiRadeoxRenderer.java
:130) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:272) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:202) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:170) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:85
0) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:82
3) at
com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.ja
va:219) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:2600) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:2565) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:2514) at
com.xpn.xwiki.api.Document.display(Document.java:1138) at
sun.reflect.GeneratedMethodAccessor319.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInv
oke(UberspectImpl.java:389) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:378) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:270) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:252) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:332) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:106) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:212) at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.j
ava:247) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:366)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:366)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:212) at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.j
ava:247) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:93) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:272) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:202) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:170) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultX
WikiRenderingEngine.java:159) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:79
4) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:81
1) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:525)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:57) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInv
oke(UberspectImpl.java:389) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:378) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:270) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:252) at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.
java:493) at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpressio
n.java:71) at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDir
ective.java:142) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:106) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1791) at
com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1729) at
com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:837) at
sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInv
oke(UberspectImpl.java:389) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:378) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:270) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:252) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:332) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:212) at
org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.j
ava:247) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:175) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:87) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:106) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:336) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:191) at
org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVeloci
tyEngine.java:156) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:116) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1840) at
com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1761) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:154) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:224) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431) at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236) at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(Conversion
Filter.java:152) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:
68) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:304) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215) at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188) at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:210) at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:172) at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127) at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117) at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108) at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
51) at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:87
0) at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:665) at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:528) at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:81) at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:685) at java.lang.Thread.run(Thread.java:636)
When a user has editing right, and when enabling the Advanced user type,
this user can change the access rights of the page. Was it meant to be like
that?
I recall that this option (in previous versions) was only available for
users who have admin rights, not for anyone.
Version 2.2.1.27354 and the one that is on playground, 2.3.28624, present
this issue.
--
Atenciosamente,
Erica Usui.
Hello, after playing around with the live table results macro, I found
that if a user does not have full wiki admin access, but only is an
admin of a Space, the links in the Actions column are not displayed.
I was hoping to create a Live Table page for a space so users could
see a space index with easy to use links for actions to perform on
each document in that space. (ie: links to: copy, delete, rename,
rights )
This is contrary to what I'd expect to happen. If I give the user
admin access to the entire wiki, then it displays correctly.
To reproduce:
1) Create a space index page with the following velocity code (replace
__SPACENAME__ with the name of the space):
--------------------------------------------------
{{velocity}}
#set($collist = ["doc.name", "doc.space","doc.date", "doc.author", "_actions"])
#set($colprops = {
"doc.name" : { "type" : "text" , "size" : 30,
"link" : "view"},
"doc.space" : { "type" : "text", "link" : "space",
"filterable" : "false" },
"doc.date" : { "type" : "date" },
"doc.author" : { "type" : "text", "link" : "author"},
"_actions" : {"actions": ["copy","delete","rename","rights"]}
})
#set($options = { "topFilters":'<input type="hidden" title="Filter On
Space" size="${colprop.size}" name="doc.space"
id="xwiki-livetable-allsoftwaredocs-filter-5" value="__SPACENAME__"
/>',
"translationPrefix" : "xe.index.",
"rowCount": 15 })
#livetable("allsoftwaredocs" $collist $colprops $options)
{{/velocity}}
--------------------------------------------------
2) Give a normal user Admin priveleges in that space
3) View page as the Wiki Admin user to see the links displayed in the
"Actions" column
4) View page as the user you just gave Admin within the space to see
the column show up, but no links in it!
Cheers,
- James Cuzella
Tables - Copying and pasting from excel into Xwiki
I tried to copy a table in excel and paste it(from the clipboard) into a
document in Xwiki which was open in WYSIWYG mode. The table looked fine but
when i looked at the document in WIKI mode it came up in the following
format
(% border="0" cellpadding="0" cellspacing="0" style="border-collapse:
collapse; width: 144pt;" width="192" %)
(% height="17" style="height: 12.75pt;" %)|(% height="17" style="height:
12.75pt; width: 48pt;" width="64" %)Value1|(% style="width: 48pt;"
width="64" %)Value2|(% style="width: 48pt;" width="64" %)Value3
(% height="17" style="height: 12.75pt;" %)|(% height="17" style="height:
12.75pt;" %)NextValue2|NextValue3|NextValue4
I thought the table would come up looking like this (In Wiki mode)
|value1|Value2|Value3
|nextValue1|nextValue2|nextValue3
What exactly is that format that appeared when i copied and pasted the table
from excel? it looks like cascading style sheet but not quite exactly
cascading style sheet.
How can i understand it?
And also sometimes i see reference to definitions of styles within the table
(i.e. class="xl25", class="x122") etc. Where would this classes be defined
and if i upgrade the xwiki installation would these style
(% height="17" style="height: 12.75pt;" %)|(% class="xl22" height="17"
str="- 2.8.17 [Ref #15] Check for message displayed. " style="height:
12.75pt;" %)- 2.8.17 [Ref #15] Check for message displayed. |(% class="xl22"
style="border-left: medium none;" %)
(% height="17" style="height: 12.75pt;" %)|(% class="xl22" height="17"
str="- 2.8.17 [Ref #16] Check for message reversion. " style="height:
12.75pt;" %)- 2.8.17 [Ref #16] Check for message reversion. |(% class="xl22"
style="border-left: medium none;" %)
Thanks
Hi Caty, all,
It took me some time and thinking to figure out how the UI works and what the yellow highlight means. I'm not sure we reduced complexity, which was one of the objective of the UI redesign. If this is basic, I imagine the advanced UI will be pretty scary :)
Once you understand it, the UI makes sense. The visual clue that specifiying a right to evalica forbid the same right for all group and guest is very good.
Note: I have not followed the thread about this UI redesign (my look at it is "fresh", for what it worth).
Jerome.
----- "Ecaterina Valica" <valicac(a)gmail.com> wrote:
> Hi,
>
> For a while we've been discussing how the new Rights Management UI is
> gonna
> look like. After 5 prototype versions, we may have reached a
> conclusion.
>
> Please take a look at:
> *Prototype*
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/Rights51Space
> *Explanations*
> http://incubator.myxwiki.org/xwiki/bin/view/Improvements/RightsProposal
>
> Please cast your vote if this is gonna be the final Rights
> representation,
> so that we may start the implementation.
> my +1
> Any feedback is welcomed and we can still added improvements to this
> version.
>
> The current version is a collaborative work done by me, Denis
> Gervalle,
> Raluca Stavro, Alex Busenius, Roman Muntyanu and many others
> (Guillaume,
> Sergiu, Vincent, Thomas). Thanks everyone for participating in the
> process.
>
> Thanks,
> Caty
>
> p.s: former discussion about mocking process can be seen at
> [Proposal]
> Rights Management UI http://markmail.org/thread/zgzufskvhe6xt6ey
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hi,
I have some html-pages as attachment of a wiki-page.
The html-page are using UTF-8 encoding.
However, while the xwiki page is delivered as utf-8, attached html-pages will delivered as iso-8859-1
Is there a way to configure the attachment encoding?
Stefan Bachert
http://gwtworld.de