Hi,
I miss information for fixed and fixed bold in xwiki syntax. After I checked the source code I tried =fixed= and ==fixedbold== but it wasn't rendered. Is this a bug or a missing feature?
Hi.
Since there is no interface for adding languages - I have a question
about creating non-english wikis. Should I enter documents leaving their
language as 'en' (and leaving language setting in XWiki.Preferences), or
better change preferences to my language and append 'language=pl' to
newly created documents? I would like to avoid problems with future
upgrades and possible translations.
And another one question: is there a howto about creating translations
of xwiki itself? I would like to create an polish version. I see, that
there is htmlarea/lang/pl.js file, but it contains only few phrases. I
will share my translation, of course.
Richard.
--
"First they ignore you. Then they laugh at you. Then they
fight you. Then you win." - Mohandas Gandhi.
Hi All,
What's the correct way to comment in the wiki docs to avoid all processing?
I couldnt see it in the Wiki syntax.
Both of these dont seem to work correctly <!-- -->, /* */ ?
Thanks.
Duke
Hi Richard,
Current the RSS feed for comments has not been created.. This will need
some scripting..
Email notification would also be possible but by changing the comment
addition page and add some scripting..
You are right about the comment management features, but they will need
to be added..
Same thing for the nofollow which is not yet implemented (though it
should be easy by a skin change)
You might want to add some JIRA tasks for these features..
http://jira.xwiki.org
We might want to put an intern on these features..
Ludovic
PS: I've cross posted to xwiki-users as I believe these responses are
good to share with the user community
Richard Akerman a écrit :
>I would like to be able to get an RSS feed of the comments posted to the wiki.
>Alternatively, I would like to get email notification of new comments.
>It would also be nice if there were easier comment management features
>right on the comments page (deletion etc.)
>
>http://ili2005.xwiki.com/
>
>Also, is the nofollow standard implemented for comment HTML?
>
>http://blog.searchenginewatch.com/blog/050118-204728
>
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Is there any easy way to change the timestamp format in the rss feed
which gets generated without modifying xwiki source code?
The field
<dc:date>Tue Jun 28 16:31:33 PDT 2005</dc:date>
should have been formatted as per the dateTime spec at
http://www.w3.org/TR/xmlschema-2/#dateTime
The current behavior seems to throw off the date/time sorting in RSS
readers as they just ignore the value.
A SimpleDateFormat conversion has been given here..
http://lists.xml.org/archives/xml-dev/200311/msg00153.html
which uses the format
"yyyy-MM-dd'T'HH:mm:ss,SSS'Z'"
Any thoughts?
-Sudhir
Hello:
I´m using Xwiki and I have read the documentation but I have two questions:
1. I need to dynamically group wiki entries using a wikipedia like category tag. Example:
--- MySpace.Rabbit
[Category: Animals]
On another entry
--- MySpace.Horse
[Category: Animals]
In wikipedia the category tag automatically adds these two entries in the Animals Category. One entry can belong in many categories (which rules out using xwiki spaces. Any tips on implementing this?
2. Im new to portlets and I´m using liferay as a portlet engine. How could I adapt Xwiki as a portlet? It´s listed as a future but I haven´t seen any documentation about it!
Thanks in advance!
Hello:
I�m using Xwiki and I have read the documentation but I have two questions:
1. I need to dynamically group wiki entries using a wikipedia like category tag. Example:
--- MySpace.Rabbit
[Category: Animals]
On another entry
--- MySpace.Horse
[Category: Animals]
In wikipedia the category tag automatically adds these two entries in the Animals Category. One entry can belong in many categories (which rules out using xwiki spaces. Any tips on implementing this?
2. Im new to portlets and I�m using liferay as a portlet engine. How could I adapt Xwiki as a portlet? It�s listed as a future but I haven�t seen any documentation about it!
Thanks in advance!
Hi,
I've protected various spaces in my wiki to be viewed only by
people in the
specified group. To not show the links in the menu, I've included the
links in
an if clause:
#if($xwiki.xWiki.getRightService().hasAccessLevel("view",
$context.getUser(),"Intranet.Main", $context.context))
* [Intranet>Intranet.Main]
#end
This works fine, when I'm viewing the Menu in Main/WebHome, but as
soon as I decend into
Feedback/Main this entry (and all others which are protected) are not
displayed any more.
Is this the correct way to hide a link?
Thanks
Christian van der Leeden
-----------------------------------------
Christian van der Leeden
Mob: +49-163-3747111
Tel: +49-89-189488-66
leeden(a)logicunited.com
Hello
I've got a xwiki installation that contains vietnamese characters encoded in
UTF-8.
I can see the characters without problem in my browser.
However it seems I canno't generate PDF when there are vietnamese characters.
I've got the below exception in Tomcat. You can test it by your self on
http://www.cosgov.org
Best regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
--
line 5 column 1 - Warning: <html> has XML attribute "xml:lang"
line 49 column 316 - Warning: <table> lacks "summary" attribute
line 54 column 1 - Warning: replacing illegal character code 135
10:07:06,335 WARN TP-Processor17
http://www.cosgov.org/xwiki/bin/pdf/Main/WebHome ViewEditAction:execute:239 -
Uncaught exception: Error number 12003 in 12: XSL Transformation Failed
Wrapped Exception: Invalid byte 3 of 3-byte UTF-8 sequence.
com.xpn.xwiki.XWikiException: Error number 12003 in 12: XSL Transformation
Failed
Wrapped Exception: Invalid byte 3 of 3-byte UTF-8 sequence.
at
com.xpn.xwiki.pdf.impl.PdfExportImpl.applyXsl(PdfExportImpl.java:169)
at
com.xpn.xwiki.pdf.impl.PdfExportImpl.convertXHtmlToXMLFO(PdfExportImpl.java:147)
at
com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java:79)
at
com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:108)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:122)
at
com.xpn.xwiki.pdf.impl.PdfExportImpl.exportToPDF(PdfExportImpl.java:112)
at com.xpn.xwiki.XWikiService.renderPDF(XWikiService.java:892)
at com.xpn.xwiki.web.ViewEditAction.execute(ViewEditAction.java:168)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:127)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:526)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:307)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:385)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:748)
at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:678)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:871)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.io.UTFDataFormatException: Invalid byte 3 of 3-byte UTF-8 sequence.
at org.apache.xerces.impl.io.UTF8Reader.invalidByte(Unknown Source)
at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
...
Hi,
I'm trying to protect different sections from my wiki from being
accessed by all
users. I've created a Group IntranetGroup, (so the page XWiki/
IntranetGroup)
and added myself (XWiki.leeden) to the list.
I've modified the space access rights for Intranet.Main to allow
view,edit,comment for all
users in group XWiki.IntranetGroup. But when I access this page as
user leeden
I can't view it (permission denied). If I add the user XWiki.leeden
directly to the
rights entry, it works. (If I use XWiki.XWikiAllGroup it works fine,
too)
How can I check if I've set up the groups all right? Do I need other
permissions for
the XWiki.IntranetGroup? E.g. is there a way to programmatically (by
velocity template?)
or list in the Users listing all groups a user belongs to?
Thanks
Christian
P.S.: Thanks for the help before
-----------------------------------------
Christian van der Leeden
Mob: +49-163-3747111
Tel: +49-89-189488-66
leeden(a)logicunited.com
Hi XWiki users!
I'm happy to announce that the Mandriva Club web site, an online
community of 25000 members sharing their knowledge about the Mandriva
Linux distro is now officially available in beta stage at
http://club-beta.mandriva.com
Read the announcement at
http://club-beta.mandriva.com/xwiki/bin/view/Main/ClubV2BetaLaunch
We've developed minor improvements that we will put to the developer
list very soon.
Kudos and many thanks to XWiki team and to all contributors!
Cheers,
Stéphane
Hello
I don't success to make my xWiki Multi Lingual.
I activated in the XWiki.Preferences, paremeters sections the option
Multi Lingual set to Yes.
Add fr in language section with english like this : "en fr"
But it doesn't add the "fr" language in the home page . I can only see "en".
I modify a page but adding this '?language=fr' to the URL, it modifies the
content for en too.
Do you know what I did wrong ?
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
Hi,
just took admin rights away from XWiki.Admin (was editing the wrong
access rights entry). So I've just one access rights entry for my
registered
users, but now I can't save any other entries since the admin rights are
missing :-(.
How can I fix this? SQL? :-)
Thanx
Christian
P.S.: I managed for the header attaching a logo...
-----------------------------------------
Christian van der Leeden
Mob: +49-163-3747111
Tel: +49-89-189488-66
leeden(a)logicunited.com
Hi,
just installed xwiki and now I'm trying to figure out how to
customize my skin.
I've found the MySkin skin and had some success editing it.
Now I've edited the header section of the skin and I'm trying to pull
out the
title.gif which I've attached to "MySkin" page.
How can I reference it in the header section?
I've been trying to follow this advice:
http://www.xwiki.com/xwiki/bin/view/Doc/HowToCreateASkin
What is the correct way to go about changing the logo/style?
I've copied the contents of header.vm/footer.vm from the defaults
directory into the fields of MySkin page.
Thanks for a hint
Christian van der Leeden
-----------------------------------------
Christian van der Leeden
Mob: +49-163-3747111
Tel: +49-89-189488-66
leeden(a)logicunited.com
The sample database contains lots of attachments, unused pages, etc. I
would like to be able to set up an xwiki installation with a clean
starting point; ultimately I will need to have my own SQL file to create
multiple virtual xwikis each with the same custom initial state. In
other words, it is not practical for me to manually remove and replace
the sample content. Due to version history each virtual xwiki would be
bloated with all the photos and other sample data.
Has anyone created a minimal database SQL file? I assume it is needed as
I did try running xwiki with an empty database.
If not, any suggestions? Is there a good Hibernate tool that would make
it easier to manually edit the database? (I tried editing the SQL but it
is hard to separate the essential xwiki structure from the sample data.)
Or is there some way to strip all the unused data from the database?
-Trevor
Hello
I've configured in XWikiPreferences the Registration part in order to get mail
when a new user is registered.
I use as SMTP outgoing mail : 127.0.0.1 as the machine is running exim MTA.
But when I register a new user I don't get any email. Does it work ?
Moreover a registered user can not change its email adress in the User page.
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau
If your animation is a flash animation, then you should use the "embed"
or "object" tag..
You should use exactly the HTML you would use in an HTML page..
In the embed or object tag, just refer to the attached file as:
$doc.getAttachmentURL("filename.swf", "download")
For example when I embed flash I do it like that:
#set($flashurl = $doc.getAttachmentURL("myflashfile.swf","download"))
<center>
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="992"
HEIGHT="587"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME=movie VALUE="${flashurl}">
<PARAM NAME=play VALUE=true>
<PARAM NAME=loop VALUE=false>
<PARAM NAME=quality VALUE=low>
<EMBED SRC="${flashurl}" WIDTH=992 HEIGHT=587 quality=low loop=false
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Shoc…">
</EMBED>
</OBJECT>
</center>
You might want to add {pre} and {/pre} around your HTML to make sure the
wiki syntax treatments are disabled. In some cases in can garble the HTML.
I might create a specific macro to make it easier to embed flash.. It
seems like a good idea..
Ludovic
Stephen Riolo a écrit :
>Hi i couldn't find any help on this in the tutorial or boards:
>I'm trying to upload a small animation to a new wiki but don't know
>how to get it to display correctly after I attach the file. Tried it
>as animated gif but the gif doesn't animate. Is it possible to
>post/embed a flash movie or html version of a flash movie directly
>into the wiki page (something like {present:flash.swf} instead of an
>image, or {html:\s55k56... etc}) will this animate? does xwiki support
>this sort of content? How about interactive animated content?
>
>
>
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello
It is possible to have a email notification to notice when somebody has
modified a page in xWiki ?
Regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau