Hi all,
i use xwiki 5.2 with Navigation Panel.
However, i see many duplicate identical entries here in the Navigation
Panel.
Example:
Space Sandbox, 8 x WebHome
Space Main, 10 x Welcome
Any help here ?
thx
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Navigation-Panel-many-duplicate-entries-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I have my XWiki 5.1 deployment set up to store attachments in the file system (not database). If for e.g. I upload a docx file as an attachment and download it, it all works fine. If I upload a Microsoft Excel file (xlsx, xlsb, xlsm, etc.) it attaches fine, but opening presents a few strange problems.
If it is a plain xlsx file, clicking open instead of save when downloading the attachment prompts me to enter a server password. If I click save, it downloads and I can open it fine.
For xlsb and xlsm files, the attached file is served as a .zip file... I have no clue why.
It's like this in any browser I try. I'm not sure where the problem lies. Any ideas?
Thanks.
Hey guys,
i run into an exception on my newly installed xwiki after klicking the
register-button:
HTTP Status 500 -
_____
type Exception report
message
description The server encountered an internal error () that prevented it
from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.j
ava:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFi
lter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFi
lter(SetCharacterEncodingFilter.java:111)
root cause
java.lang.NoClassDefFoundError: Could not initialize class
com.xpn.xwiki.web.RegisterAction
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAcces
sorImpl.java:57)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstruc
torAccessorImpl.java:45)
java.lang.reflect.Constructor.newInstance(Constructor.java:532)
java.lang.Class.newInstance0(Class.java:374)
java.lang.Class.newInstance(Class.java:327)
org.apache.struts.util.RequestUtils.applicationInstance(RequestUtils.java:14
3)
org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcess
or.java:292)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:230)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:121)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.j
ava:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFi
lter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFi
lter(SetCharacterEncodingFilter.java:111)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.35 logs.
Do you have any idea why? I installed it via aptitude on my ubuntu 12.04
x64.
Regards,
Eric
Hello,
For the mail archiver app, I need to output mail content in a page. I
used to use it with html content, and display is directly done with
{{html}} macro.
But most messages from mailing-lists are plain-text. My first idea was
to use {{code}}, and this is fine.
But I think display could be greatly improved using specific xwiki
syntax rendering (2.1), but for some elements only.
To do so, I would like to render some text string, not applying all
syntax elements.
Let me explain : what is interesting to render is :
- quotes (lines starting with angle brackets '>'),
- urls (replaced by links automatically),
- emoticons
Everything else (wiki macros, ...) should NOT be rendered.
Is this possible ?
Of course I don't want to impact the way xwiki renders pages.
Thanks for help,
Jeremie
Hello,
When I try and edit or add a group or user I just get a blank page
/xwiki/bin/admin/XWiki/XWikiPreferences?editor=globaladmin§ion=Groups#
I don't know where to start looking
Thanks
Adam Witwicki
Hi guys,
I need in my XWiki page a TextArea whose content I can edit and save.
Currently I have a normal Textarea in HTML macro and whenever I edit the
content of this box inwysiwyg or inline mode it will not be saved.
Here is the document content:
{{velocity}}
$xwiki.jsfx.use("js/xwiki/wysiwyg/xwe/XWikiWysiwyg.js",
{'forceSkinAction': true, 'lazy': true})
{{html}}<br/>
<div class='container'>
<div class='delegation_container'>
<a href='/xwiki/bin/view/MySpace/MyPage'>MyPage</a>
</div>
<div class='shadow_box'>
<table class='activity_table'>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>ID</div>
</td>
<td><input id='ID' type='text'
class='task_page_text_content' value='84978164'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Name</div>
</td>
<td><input id='Name' type='text'
class='task_page_text_content' value='Projektmanagment'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Arbeit</div>
</td>
<td><input id='Arbeit' type='text'
class='task_page_text_content' value='10.0'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Startzeit</div>
</td>
<td><input id='Startzeit' type='text'
class='task_page_text_content' value='02.10.2013'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Endzeit</div>
</td>
<td><input id='Endzeit' type='text'
class='task_page_text_content' value='17.10.2013'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Einschrenkung</div>
</td>
<td><input id='Einschrenkung' type='text'
class='task_page_text_content' value='none'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Art</div>
</td>
<td><input id='Art' type='text'
class='task_page_text_content' value='work'/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Kommentar</div>
</td>
<td>*<**textarea **id='84978164_ta' title='Comment'
class='task_page_comment_container'></**textarea**>*</td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Vorgänger</div>
</td>
<td><input id='Vorgänger' type='text'
class='task_page_text_content' value=''/></td>
</tr>
<tr style='border: 0px;'>
<td style='border: 0px;'>
<div class='body_identifier'>Projekt</div>
</td>
<td><input id='Projekt' type='text'
class='task_page_text_content' value='00122'/></td>
</tr>
</table>
</div>
</div>
<br/>
** This was just a attempt **
<script type="text/javascript">
Wysiwyg.onModuleLoad(function() {
alert("HELLO WOLRD");
new WysiwygEditor({hookId:'84978164_ta'});
});
</script>
*************************
{{/html}}
{{/velocity}}
What should I do so that I can save the contents of the textarea?
About help I would be very grateful.
Yours sincerely,
Michael Born
Hi all,
i use Xwiki 5.2 and have problems with Panel Wizard / Page Layout.
I want to change the page layout from "right colum" to "both colum".
To do this, i choose "both colum" and save the new layout.
I see also that the left edge which makes some space for the "left panel".
However, if i again go back to menu "Panel Wizard" (or other menu points),
"right colum" is again active layout.
It seems that that Page layout is not really permanet stored.
Any help here.
regards
Stefan
--
View this message in context: http://xwiki.475771.n2.nabble.com/Problems-with-Panel-Wizard-Page-Layout-Xw…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Has anybody experienced (or, at least, evaluated) how Livetable behaves
with more than 100k objects?
I have to import historical data and I'm not sure will it work smoothly
(one of doubts is immediate like... type search after each typed letter
in column head).
Thanks!
Valdis
Hi developers/contributors,
We have quite a lot of applications on http://extensions.xwiki.org
However several haven't been updated for a very long time even though XWiki has made progress.
I can think of 3 areas where help would be appreciated:
* Some apps have wiki pages in XWiki Syntax 1.0 version. Those need to be upgraded to XWiki Syntax 2.1.
* Some apps don't register themselves in the Applications Panel. To change that just need to create a new page with the proper XObject. You can copy the Blog.ApplicationsPanelEntry page to this app's space and edit it.
* Some apps don't automatically register translations and force the user to manually add documentation resource bundle in the Administration. There's now a better way which is to add an object of type XWiki.TranslationDocumentClass
Example of app that would need an update:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Polls+Application
So who's willing to help? :)
Note that the best strategy is to ensure that the application has a git repo on https://github.com/organizations/xwiki-contrib (there should be a Source button on the app page on extensions.xwiki.org too). If not, then let me know by answering this email and I'll create it for you and give you access so that you can make changes there. FYI the full process is documented at http://contrib.xwiki.org and I can help you with that.
Thanks!
-Vincent