How can I turn RSS feed and Tag Application off.
I dont want to see the Tag button on the botton of a page and the TAGS line
in the Document Informations Panel while editing a page.
How this would effect on Livetable. Cause I use:
#set($options = { "topFilters":'<input type="hidden" size="${colprop.size}"
name="doc.space" value="Platform-KnowHow" />',
to show all Docs in the Platform-KnowHow Space.
Thank you for helping me!
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-turn-off-RSS-feed-and-Tags-tp53765…
Sent from the XWiki- Users mailing list archive at Nabble.com.
This is a bit of a late reply, but I've implemented this and am
wondering what you would recommend doing about security with this
approach.
On Thu, Jul 15, 2010 at 5:10 PM, Sergiu Dumitriu <sergiu(a)xwiki.com> wrote:
>
> On 07/15/2010 04:55 PM, Carlos Correa wrote:
> > One of the users of the xwiki server (*nix) that I'm helping with has
> > an interesting feature request. He wants a wiki page with a listing of
> > Microsoft Office files that are in a unix directory. He wants to be
> > able to click on one of the file names and have it download.
> >
> > I don't know enough about xwiki to know how to cause a download to
> > occur on the user's side. The only solution I can think of is
> > attaching the files to the page and scripting regular updating (which
> > is very clunky). Is there a more elegant way to cause downloads to
> > occur on the user's end without adding the file as an attachment?
>
> Well, XWiki is a java application, so the easiest thing to do is to
> write a Java component that does this. Assuming you have a recent
> version of XWiki, you should:
> - write a scriptable service which can list the files on the filesystem;
> should be a ScriptService component if you're targeting XWiki 2.3 or
> later, or a VelocityContextInitializer for earlier; see
> http://code.xwiki.org/xwiki/bin/view/Modules/ComponentModule for general
> documentation about components
> - write a servlet or a struts action which can be used to retrieve the
> contents of the file; make sure you're not creating a security hole,
> check the absolute path requested by the user; a good example would be
> http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/…
> - register the above servlet/struts action in web.xml, respectively
> struts-config.xml
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
Hey,
Are there snippets or apps out there that allow you to get the stats for single
pages? I've only seen that let you find the stats for a group of pages. I also
can't find the API to allows me to customize stats aggregation from the stats
module. Can anyone help?
Thanks,
Felix
Hello,
I noticed that when including pages with the include tag, the links to eg
images are broken contained in the included pages if not referenced by the
full wiki path (eg space.page(a)image.jpg).
Thus it would be nice for the wysiwyg-editor as well as the XWord plugin to
always make a full reference to the linked object when linking.
Greetings,
Andreas
--
View this message in context: http://xwiki.475771.n2.nabble.com/include-page-tag-breaks-links-tp5367705p5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When having edited a page with the XWord plugin, it can lead to the section
editing of headers beeing broken. Following example shows the issue:
= Test Topic =
could be some text
(% class="WordSection1" %)
(((
(((
(((
Version 1.1.1
[[image:image002.jpg||width="367" height="350" id="_x0000_i1026"
alt="the_data_so_far.png"]]
Version 1.2M1
[[image:image001.gif||width="640" height="199" alt="96715.strip.gif"]]
= WHOOT =
wow nice one
)))
)))
)))
= Last Topic =
hahaha
This as well leads to problems when exporting this page to a pdf document.
In this pdf the section contained in the word tags is not exported into the
index. Is there already a bugfix in planning for this issue?
Greetings,
Andreas
--
View this message in context: http://xwiki.475771.n2.nabble.com/XWord-tags-break-section-editing-tp536769…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Is there a smart way to find the error causing a "Failed to execute macro: include"
When I click details of the error it displays a whole page of errorlines ending with
... 91 more
I have the feeling important information is missing.
for experts; the error codes i see;
org.xwiki.rendering.macro.MacroExecutionException: Failed to get content for Document [CategorySheet]
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:143)
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:49)
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:5696)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:5671)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:569)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:583)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:475)
at sun.reflect.GeneratedMethodAccessor265.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:1710)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1631)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:657)
at sun.reflect.GeneratedMethodAccessor142.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:1710)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1631)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:123)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:117)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:769)
at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:698)
at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:891)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at com.xpn.xwiki.util.Util.getWeb(Util.java:231)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.isSuperUser(XWikiRightServiceImpl.java:869)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.hasAccessLevel(XWikiRightServiceImpl.java:626)
at com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.hasAccessLevel(XWikiRightServiceImpl.java:308)
at com.xpn.xwiki.doc.DefaultDocumentAccessBridge.hasRight(DefaultDocumentAccessBridge.java:571)
at com.xpn.xwiki.doc.DefaultDocumentAccessBridge.isDocumentViewable(DefaultDocumentAccessBridge.java:491)
at org.xwiki.rendering.internal.macro.include.IncludeMacro.execute(IncludeMacro.java:135)
At the end I solved problem. For the other users I will write my
explanations.
I am using Glassfish v.3. Initialy I have error when I trying lo upload ANY
xar-file on versions 2.3.2 and 2.4 of XE (also for fresh install I cannot
upload full XE xar-file):
Wrapped Exception: org.apache.commons.codec.binary.Base64.<init>(I[B)V
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: org.apache.commons.codec.binary.Base64.<init>(I[B)V
...
Versions XE before 2.3 (2.2.6, 2.1) didn't generate any errors and upload
working fine on it.
I started to make some investigation and found that -
Glassfish has a problem when different versions of the same library exist
both in a webapp and it its system library. This means that needs to replace
commons codec library in a glassfish modules folder with the same library
from the XE lib folder.
Details - http://jira.xwiki.org/jira/browse/XE-690
--
View this message in context: http://xwiki.475771.n2.nabble.com/Re-Upgrade-from-2-2-to-2-4-RC-1-base64-in…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Is there a restriction that the database be named xwiki? I renamed the database to xwiki_old and changed the URL in the database configuration file to :
<property name="connection.url">jdbc:mysql://localhost/xwiki_old?useServerPrepStmts=false&useUnicode=true&characterEncoding=UTF-8&sessionVariables=sql_mode=''</property>
XWiki would not start. Here is the stack trace:
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document XWiki.XWikiPreferences
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
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:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document XWiki.XWikiPreferences
Wrapped Exception: Could not create a DBCP pool. There is an error in the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:374)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:435)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
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:129)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
Michael Maslak, Jr.
RESPONSE, LLC
Technical Specialist I
407-444-7898
RESPONSESupport(a)national.aaa.com<blocked::mailto:RESPONSESupport@national.aaa.com>
________________________________
This communication (including all attachments) is intended solely for
the use of the person(s) to whom it is addressed and should be treated
as a confidential AAA communication. If you are not the intended
recipient, any use, distribution, printing, or copying of this email is
strictly prohibited. If you received this email in error, please
immediately delete it from your system and notify the originator. Your
cooperation is appreciated.
Hi,
I 'm using XEM 2.3.1 and I discovered that, by default, there is no job task
defined in the subwikis. In the main wiki, the 3 notifiers are present and
notification by email works fine.
So a user in a subwiki can't define a notifier because the listbox is empty.
My questions :
- Is it normal ?
- Do I have to create manually the notifiers in each subwiki ? And how to do
that ?
If someone can help me in this summer period, I will be very happy.
Maxime
Hi there,
we'd like to update by version 2.0.4 to xwiki 2.4.
After exporting from 2.0.4 and importing die XAR-file to 2.4 file I see
the structure and imported pages. So far so good but once I select a
page I get the alert box "ERROR: xwikiexplorer.js depends on xwiki.js"
and after selecting "OK" the page is loading forever. Tested in Firefox
3.6.x.
This also happend in milestone 1 and was the reason to wait for the
final release.
As I just entered this ML and found no solution in the archive, I am
interested if there are hints to fix this? Is this a bug or am I just
unable to import the wiki data sucessfully?
Old xwiki: xwiki-enterprise-jetty-hsqldb-2.0.4
New xwiki: xwiki-enterprise-jetty-hsqldb-2.4
Greets,
Stefan
Hi all,
My XWiki (v1.7.2.16857) Web site has been spamdexed, so several articles
have hundreds of fake comments.
I would like to know if it is possible to delete all the comments of an
article in one shot.
Thanx,
Alexis
Hello XWikiers!
If you have used syntax highlighter (
http://code.google.com/p/syntaxhighlighter/) in wordpress, blogger etc. you
are going to like this one:
http://asiri.rathnayake.org/xwiki/bin/view/Macro/MCode
Now because of the flexibility of XWiki SSX and JSX, you can easily
customize this macro (if you wish to extend it). There are few things I wish
if I could improve (implementation details) but I hope this would be useful
the way it is now :)
Let me know if it looks good.
Thanks.
- Asiri
I have installed the standalone version of XWiki Enterprise 2.4 M1
The standalone installation have a HSQLDB Database which I should not use.
Is it right?
So I have to change the Database. And I decided to use PostgreSQL 8.3 cause
it was already installed on this pc. At this time I dont have the rights
(password) to create a Database and I have to contact the Admin for that.
But I'm not sure how this all should work.
Now I have a Folder "\XWiki Enterprise\database" where my XWiki content will
be saved. Is it right?
But changing to PostgreSQL I can erase this Folder because my Database will
now been in "\PostgreSQL\8.3\data". Right?
I know that I have to change my hibernate.cfg.xml and to add a .jar to
"\XWiki Enterprise\webapps\xwiki\WEB-INF\lib". But what .jar is the right
one? "postgresql-8.3-603.jdbc3.jar" or "postgresql-8.3-603.jdbc4.jar"
And if I have done that I can access the wiki over
http://localhost:5432/xwiki/bin/view/Main/
(5432 instead of 8080 because of PostgreSQL)
But how could the other people access the wiki. I heared it will be possible
with "\\myip:5432/xwiki/bin/view/Main" if all pc's are in the same network.
But it would mean that my pc have to run constantly. And the start_xwiki.bat
file has to be opened. I think that would not be the problem. But would my
wiki get performance problems after a few days?! And how safe is this all...
Sorry I'm very new to this all and I have read many tutorials and helps in
the last weeks but I'm not sure if I understand them right.
If someone could answer my questions and give me some tips how to implement
this all, it would be very helpful.
Thank you!
--
View this message in context: http://xwiki.475771.n2.nabble.com/HSQLDB-to-PostgreSQL-cause-of-embedded-da…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
I have recently encountered a blocker and while I have almost fixed it
(freestanding links are not working yet, but [[links]] are).
I need magnet URIs very much. Or maybe "very much" isn't appropriate
expression here. I supposed to meet no problem (except freestanding
links), and instead I am wasting my time on fixing something that should
work out-of-box. Since I am not the developer of XWiki I have to spend
some time to study how everything works.
Anyway, there are lots of possible blockers for any of you, and they are
different and unpredictable for developers.
I have created an issue:
http://jira.xwiki.org/jira/browse/XWIKI-5368
If there are some URIs that you might want to use on XWiki, it is better
to comment there. Every URI that looks like scheme://something does not
need special care.
--
If you want to get to the top, you have to start at the bottom
We upgraded our XEM farm today from 2.3 to 2.4. All upgraded were
successful to the main wiki. I can see the new "Template",
"Invitation", and "Search" in the Administer UI inside the main Wiki.
But I don't see it in any of these inside the sub-xwiki in the farm. Is
there a additional process to make it effect to the Wikis in the farm?
Cheers,
WEsley
One of the users of the xwiki server (*nix) that I'm helping with has
an interesting feature request. He wants a wiki page with a listing of
Microsoft Office files that are in a unix directory. He wants to be
able to click on one of the file names and have it download.
I don't know enough about xwiki to know how to cause a download to
occur on the user's side. The only solution I can think of is
attaching the files to the page and scripting regular updating (which
is very clunky). Is there a more elegant way to cause downloads to
occur on the user's end without adding the file as an attachment?
Thanks,
Carlos
Hi,
I just updated to xwiki enterprise 2.3.1.29118. Now I am experiencing a
problem when I modify a document that contains images. It happens that when
I modify a document (not all the time) and then I save the document, some
images are shown as broken images on the page. But if I follow the link on
the html source of the page the image is still there. The pages where that
happens have the special character -. I am using a mysql database configured
with charset UTF8. If I delete the attachment of the image and upload and
image with the same file name it still doesn't work.
Regards,
Abel
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.4.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
The highlights of this release are a new template-based page creation,
invitations, object and class editor improvements (especially the
ability to remove class properties), and several security and
performance improvements.
Important changes since XWiki Enterprise 2.3.2:
* Changed the default search engine from the direct database search
to Lucene, plus a new section in the Administration page for managing
the search engine
* New template based page creation, which allows to define
templates for new pages
* A new Invitation Manager application, which allows users to
invite other people to join the wiki
* The ability to insert external images in the WYSIWYG editor
* One-click paste button in the WYSIWYG toolbar
* The ability to add one-click buttons for inserting certain macros
* The ability to delete and to disable/re-enable class properties
* Usability improvements for the object and class editors
* Usability improvements for the Watchlist
* Faster page loading using defered scripts
* Many fixes against Cross-Site Scripting attacks
* Many other bug fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/Main/ReleaseNotesXWikiEnterprise24 and
http://www.xwiki.org/xwiki/bin/Main/ReleaseNotesXEM24
Thanks
-The XWiki dev team
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
When trying to create a new page using the New Page/"Create" panel, it
always displays a message that the the page already exists. Other means of
creating a page work fine, like using the "Create Page" menu item of the
space or typing the new page name in the URL.
I have an XEM 2.3.28624 installation with two XE instances set up using
Path-based resolution. This error is occurring in both XE instances.
Steps Taken
1. visit the wiki
http://server1/xwiki/wiki/mywiki/
2. Type in any value into the Name field on the "Create" panel
3. click the "Create" button
The page with "This document already exists" is shown.
1)
I have a ToolClass with objects: Description (Description: TextArea), Title
(Title: String), URL (URL: String).
Creating a new Tool I have to fill out these objects. "Description" is a
TextArea object (editor: PureText) and it can contain line breaks. In my
Livetable I show these objects and their contents. But if I have a line
break in "Description" my Livetable doesn't show anything.
How can I solve this problem? Does anyone has an idea? Or do I have to
remove "Description" from my Livetable list? Perhaps it is possible to
transform all line breaks to one blank line? Or is this to complex?^^
Ps. What for are "Validation Regular Expression" and "Validation Message" in
the "Description" object made. I tried to put things like [a-zA-Z] in but it
doesnt work. Entering numbers still work.
2)
I want to create a space where I can create pages which are all showen in my
Livetable.
This is my code:
#######################################################################
==== Type the title of your Wiki in the "Page Name" field and click on
create.====
{{velocity}}
{{html}}
#if($hasEdit)
#set($panelId = $util.generateRandomString(4))
<form method="post" action="$doc.getURL('view', 'xpage=create')"
onsubmit="cancelCancelEdit()">
<div class="padded left">
<input type="hidden" name="tocreate" value="page"/>
<dl>
<dt>
#set($pageInputId = "page$!{panelId}")
<label for="$pageInputId">$msg.get('core.create.page')</label>
</dt>
<dd>
#set($pageText = $msg.get('core.create.pageText'))
<input type="text" id="$pageInputId" name="page" value="$pageText"
onfocus="if(this.value=='$pageText') this.value=''"
onblur="if(this.value=='') this.value='$pageText'"/>
</dd>
</dl>
#set($parent = $services.model.serialize($doc.documentReference,
"local"))
<input type="hidden" name="parent" value="$!parent"/>
<input type="submit" class="button" value="$msg.get('create')"/>
</div>
</form>
#end
{{/html}}
{{/velocity}}
==== This table lists all the documents found in Projects-KnowHow.====
{{velocity}}
#set($collist = ["doc.name", "doc.space", "doc.date", "doc.creator",
"doc.author", "_actions"])
#set($colprops = {
"doc.name" : { "type" : "text" , "size" : 30, "link" :
"view"},
"doc.space" : { "type" : "hidden", "link" : "space"},
"doc.date" : { "type" : "date" },
"doc.creator" : { "type" : "text", "link" : "creator",
"displayName" : "Creator"},
"doc.author" : { "type" : "text", "link" : "author"},
"_actions" : {"actions": ["edit","delete","rename"]}
})
#set($options = { "topFilters":'<input type="hidden" size="${colprop.size}"
name="doc.space" value="Projects-KnowHow" />',
"translationPrefix" : "xe.index.",
"rowCount": 10,
"selectedColumn": "doc.date",
"defaultOrder" : "desc"
})
#livetable("projectsKnowHow" $collist $colprops $options)
{{/velocity}}
#######################################################################
With this code I have two problems.
a) The result does not look nice. There is something like an empty Tag
Cloud. (cause of topFilters)
b) "WebPreferences" and "WebHome" is listed in my Livetable
Does anyone know how to solve these two problems or perhaps a better
solution for me?
Ps. I also would like to hide this space (called: Projects-KnowHow) in my
Space Panel. Because I have a space called "Projects" with links in it to
other pages and also one to "Projects-KnowHow". So I don't need it in my
Space Panel. But I think "Projects-KnowHow" must be a space to create pages
in it...and it also makes it easyer to find pages with Lucene by searching
in "Projects-KnowHow"
For easyer to understand:
Space Panel shows:
*Projects
*Page1
*Page2
*Space1 (Projects-KnowHow)
*Sandbox
*Space1 (Projects-KnowHow)
But I wont see the last one....is something like this possible?!
3)
As you can see in the code above I have in my Livetable:
#set($colprops = {
"_actions" : {"actions": ["edit","delete","rename"]}
But "_actions" is "A special column to display a list of actions that can be
performed by administrators on the matched documents."
Is it possible to make it available to all other user who have edit and
delete rights?
4)
I have imported the Photo Album App. The only deficit of this App is, that I
can only add one photo after another before I klick on attach. It would be
better to mark all photos, klick on open to add them and then klick on
attach.
So attaching more files at once would be good. Is something like this
possible or planned?!
---
I am very grateful for any form of assistance
(and I hope this would be my last questions )
--
View this message in context: http://xwiki.475771.n2.nabble.com/4-Questions-Livetable-1-3-Photo-Album-4-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I am trying to add a dynamic number of objects (all of the same type) to
a document from the inline-edit page. The workflow that I would like is
for the user to click an "Add Requirement" button and a row is populated
on the page below the edit-list of existing requirements that is blank
and can be added to. The user can do this multiple times, then click the
"Save & View" button and it is all saved.
I have figured out how to create objects during the initial rendering of
the edit page, but not how to do it dynamically.
Any suggestions would be greatly appreciated.
Thanks!
--Matthew
Hello Xwiki users,
I plan to create a new wiki on myxwiki.org for a large comunity of
non-technical users (~1K), so Xwiki is my first choice.
However I will add new features to the wiki, like: OpenId and JForum, so
what I'm asking if there is a possibility to re-deploy my modified webapp
onto myxwiki.org afterwards, OR once the created wiki there is no other
possibility to improve it ...
If the answer would be yes, I would be grateful for a How-To. If not, I
would search for dedicated hosting, and still be grateful for your work!
Best regards!
--
I have two different applications - myProject and Xwiki running on tomcat
server.
I have iframe in myProject that displays the xwiki.I made the look and feel
much similiar so that it feel like same app to the user.
I'm using REST APIs to communicate between two apps.
I've made the application such that if the user is created in myProject, the
same user gets created in XWiki too.
Now, I wanted to make the application such that if the user logs in
myProject, he/she will be automatically logged in the xwiki.
Can this be achieved?
Any help will be greatly appreciated.
Thankyou in advance,
xManish
--
View this message in context: http://xwiki.475771.n2.nabble.com/Single-sign-on-tp5299320p5299320.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I've searched the forums through and through and I have not found a
solution to deleting the "hidden" documents that come with the mass deletion
of a page. Even the DeleteSpaceSnippet does not delete them despite saying
that it does, and they do not appear on the search function either.
A second question I have is regarding the navigation panel. The current
navigation panel is limited such that, once its height exceeds 250 pixels,
it will stop displaying items. This is a problem for larger sections, and I
do not want to change the maximum height to a ridiculous number. Is there
any way to add a scroll bar? If that is not possible, is there a reliable
tree view navigation panel that I could use? (I am not familiar with the
syntax, so I do not know how to program them myself)
Thanks!
Hi!
I'm new to XWiki (especially to new "Component" design). My question
is: can my component/plugin access the database
the same way XWiki does? I.e. if I write Hibernate mappings for my own
objects and reference them in XWiki hibernate.cfg.xml,
how can my plugin/component gain access to Hibernate session object?
Previously I've written a plugin for XWiki and had to connect to
database separately from XWiki.
It was not convenient at all and I want to avoid this practice in
further development.
Moreover, I had some problems with using connection pool, so I think
it would be wiser to
use XWiki database connection.
Hi,
I have a few questions about the xwiki's 'import' function and was wondering
if I could get answer to any if not all of the following:
1. I have done an 'export' on an xwiki server instance and I then stripped
the generated .xar to remove some unwanted spaces within it (this included
editing the archive.xml within). When I then try to import the stripped .xar
on another xwiki server instance, I get: "There was an error reading the
file abc.xar. Error number 0 in 5: Package: Error when reading XML." What
does this error mean?
2. If I am importing a .xar into a server instance via a web browser, then
is it ok to do it from a remote client or do I have to be on the same host
machine the xwiki server is on?
3. If I export spaces which contain attachments to a .xar file. Will the
attachments still be available when importing the .xar file on another xwiki
instance? If so, where are attachments stored in the .xar file?
Thanks in advance for your help.
Regards,
PM.
Hi!
I'm trying to install XWiki Enterprise 2.3.1 on Tomcat 6.0.20 with
MySQL 5.0.32 (installing as WAR).
I've deployed WAR, set up the database but when I connect to XWiki I
get the following exception trace:
(sorry if the message is big, but I'd better post the full trace)
------------------------
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not
initialize main XWiki context
Wrapped Exception: Error number 3201 in 3: Exception while saving
document xwiki:XWiki.XWikiGroupTemplate
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:369)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:430)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
com.xpn.xwiki.XWikiException: Error number 3201 in 3: Exception while
saving document xwiki:XWiki.XWikiGroupTemplate
Wrapped Exception: Failed to commit or rollback transaction. Root cause []
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:643)
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:1358)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1320)
at com.xpn.xwiki.XWiki.getGroupClass(XWiki.java:3239)
at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:824)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:792)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:713)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:350)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:430)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.exception.GenericJDBCException: Could not execute JDBC
batch update
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:253)
at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:92)
at org.hibernate.jdbc.AbstractBatcher.prepareStatement(AbstractBatcher.java:87)
at org.hibernate.jdbc.AbstractBatcher.prepareBatchStatement(AbstractBatcher.java:222)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2229)
at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2665)
at org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:60)
at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:279)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:263)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:167)
at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:298)
at org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:1000)
at org.hibernate.impl.SessionImpl.managedFlush(SessionImpl.java:338)
at org.hibernate.transaction.JDBCTransaction.commit(JDBCTransaction.java:106)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:853)
at com.xpn.xwiki.store.XWikiHibernateBaseStore.endTransaction(XWikiHibernateBaseStore.java:824)
at com.xpn.xwiki.store.XWikiHibernateStore.saveXWikiDoc(XWikiHibernateStore.java:633)
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:1358)
at com.xpn.xwiki.XWiki.saveDocument(XWiki.java:1320)
at com.xpn.xwiki.XWiki.getGroupClass(XWiki.java:3239)
at com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:824)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:792)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:713)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:350)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:430)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.sql.BatchUpdateException: Incorrect string value:
'\xD0\xA1\xD0\xBE\xD0\xB7...' for column 'XWR_COMMENT' at row 1
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:2007)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1443)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at org.apache.commons.dbcp.DelegatingStatement.executeBatch(DelegatingStatement.java:294)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:246)
... 62 more
---------------------
So, is there a known compatibility issue?
P.S.: I've tried MySQL connectors 3.0.17, 5.0.2, 5.1.8, 5.1.9 (the
last three I've downloaded directly from maven repository
http://repo1.maven.org/maven2/mysql/mysql-connector-java/ as it was
suggested somewhere in the MySQL troubleshooting section of
xwiki.org).
The last one does not produce an exception, but seems to "hang"
Tomcat. It consumes 100% CPU and when I stop the server I see a lot of
OutOfMemory exceptions in logs.
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.3.2.
This is a bug fix release for the 2.3 branches.
Important Bugs fixed:
* [XWIKI-4566] - Users/groups from other wikis are not properly taken
into account when put in a local group
* [XWIKI-5228] - XWiki 2.0 renderer doesn't escape ~ in image reference
* [XWIKI-5277] - Velocity macro cache keeps growing leading to memory issues
* [XWIKI-5278] - Velocity Macros are considered global and not
isolated in XWiki Syntax 2.0
* [XWIKI-5282] - Wiki macros based on user or wiki are not unregistered
* [XWIKI-5302] - Query string is not properly escaped in tags add links
* [XWIKI-5332] - Velocity macro cache still keeps growing
* [XWIKI-5335] - Sometimes velocity macros defined in wiki pages are
not recognized
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise232
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM232
Thanks
-The XWiki dev team
Hi all,
First message here, so quick intro: my name is Christian, and I
started using XWiki recently, and I'm very happy with it.
Great job!
But the way, first steps come with first issues. When I click on a
tag, I expect to see a list of all the pages tagged with that tag. But
after a quick flickering, it disappears and shows the list of all
tags.
Same happens with the Web Search (not LuceneSearch). When I search a
term, a list of results appear but it flickr and disappear before
having any chance of watching the results.
Anyone has experienced the same problem, and can give me a hint of how
I could solve this problem?
I have a basic installation under JBoss 4.0.5, with Java 1.6.0_20. It
happens on Chrome 5.0.375.86 and Firefox 3.6.6
Thanks for your time!
--
Cheers,
Christian López Espínola <penyaskito AT computer DOT org>
http://twitter.com/penyaskito | http://penyaskitodice.wordpress.com
Hi,
I've installed xwiki, and found it a bit too rich in features, out of
the box, for a novice user. Maybe because I did not use it right?
I confess I am a wikidot fan. With all its limitations, it's intuitive
and mirrors the way people think. It has a very small set of features,
but that's probably its strength, as it's very easy to learn.
Unfortunately, its access control is too primitive to my (intranet)
needs; plus, as a programmer, the idea of programmable wiki surely
sounds sweet.
In a nutshell, I feel wikidot makes easy things simple. xwiki makes
complex things possible. Ideally, I'd love to find a wiki that does
both. A wiki that looks just like wikidot out of the box, then grows
on you as you learn advanced tricks. Not a system that shocks end
users with busy screens and code in the edit window. 90% of users
don't want to learn that; not until they are captivated by the
system's ease of use.
Is there such a thing?
Hi to all,
I'm using the LiveTable application on XWiki 2.2.12, using exactly the example posted on http://code.xwiki.org/xwiki/bin/view/Macros/LiveTableMacro for the user directory.
It works, but it shows the user lists only if I have administration rights on the XWiki space. If I don't have them, the list is empty.
Have XWikiUser objects special access rights?
I noticed a similar effect on the recent changes page where I can't see any modification to user pages if I'm a not administrator user.
Another question is about the translationPrefix param; where I has to put the mapping between the object field name and the column name?
Thank you in advance and congratulations for the 2.4 RC1 J
Best Regards,
Andrea
Hello,
Is there a way to configure SMTP Server (for email notifications) in
xwiki.cfg or xwiki.properties (or any core files) instead of in the
XWiki.XWikiPreferences page ? Indeed, like I use a farm, I'd prefer to set
up it once and not in all wikis. I know that I can use wiki template to make
it easier but I'd prefer to set up SMTP Server only once and not to use a
"trick".
Do you know if it's possible ?
Thanks,
Marine
Hello!
My experience with classes in XWiki is obtained after creating a Todo
application. The tutorial is published here:
http://www.theserverside.com/news/1363830/XWiki-A-Platform-for-Collaborativ…
It is obsoleted, but I've got the basics.
There is a class fabric at XWiki.XWikiClasses. It is straightforward to
create a Class, a Sheet and a Template using this fabric. Sheet is being
used to hold control over presentation of increasing number of class
instances and Template injects a reference to Sheet in new instances.
Everything is fine, but I don't understand how to hold control over page
titles. That is, if once in a blue moon I will want to change title
format from $doc.getObject('SomeSpace.SomeClass').get('SomeField') to
something different, every class instance must be affected (except those
ones which have their title edited manually).
My naive tries don't work as expected. Is it ever possible?
--
If you want to get to the top, you have to start at the bottom
Hi,
I've used the code snippet included in this thread to display a list of
sub-spaces and pages under a space and seems to work very well. However, if
Admin has created a page within s space then, normal users will not see the
Admin created pages (even though they have access rights to these pages and
can browse to them directly).
I am guessing that this might be the search documents query within the code
snippet not returning results of pages created by Admin? (I am new to all
things xwiki/velocity/etc so I am really guessing here!)
Is there any way to modify the code snippet to allow normal users to see all
children pages of a space for which they supposedly have access rights?
Thanks in advance for any help on this.
Regards,
PM
Does anybody had this idea before?
I'd like to establish the mapping as follows:
http://something.metrolace.ru/Page ->
http://metrolace.ru/bin/view/Something/Page/http://something.another.metrolace.ru/ ->
http://metrolace.ru/bin/view/SomethingAnother/WebHome/
That is, the whole domain is a collaborative wiki with
pretty short URLs. New domains are being created on demand
because they are essentially good old Spaces.
I'm going to use url_rewrite in Squid (in particular, because I
don't know why it's so difficult to get rid of /bin/) and custom
XWikiURLFactory implementation.
Any advices? Did somebody already write custom URLFactory before?
--
If you want to get to the top, you have to start at the bottom
Hello,
To understand how the creation of xwiki component works, I followed the
tutorial at
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WritingComponents and I
previously read the Building XWiki from sources page (
http://dev.xwiki.org/xwiki/bin/view/Community/Building). My goal is to
integrate the HelloWorld component (the tutorial one) in my xwiki instance
and to be able to access it in page by velocity.
Here is what I did :
* install maven 3.0 beta and put the settings.xml files in the .m2
* download the xwiki-archetype-velocity-component-1.0-SNAPSHOT.jar<http://platform.xwiki.org/xwiki/bin/download/DevGuide/WritingComponents/xwi…>,
install it and generate the xwiki component from it
* in the pom.xml of the component, I replace the
<platform.core.version>1.8-SNAPSHOT</platform.core.version> by
<platform.core.version>2.3-SNAPSHOT</platform.core.version>
Then, I tried to install the component (with mvn install) in order to create
a jar I can put in my WEB-INF/lib directory. But, I had the following error
:
*[INFO] Scanning for projects...*
> *[INFO]*
> *[INFO]
> ------------------------------------------------------------------------*
> *[INFO] Building xwiki-essai-component 1.1-SNAPSHOT*
> *[INFO]
> ------------------------------------------------------------------------*
> *[WARNING] Missing POM for velocity-tools:velocity-tools:jar:1.4*
> *[INFO]
> ------------------------------------------------------------------------*
> *[INFO] BUILD FAILURE*
> *[INFO]
> ------------------------------------------------------------------------*
> *[INFO] Total time: 1.050s*
> *[INFO] Finished at: Tue Jul 06 13:25:45 CEST 2010*
> *[INFO] Final Memory: 2M/4M*
> *[INFO]
> ------------------------------------------------------------------------*
> *[ERROR] Failed to execute goal on project xwiki-essai-component: Missing:
> *
> *----------*
> *1) org.xwiki.platform:xwiki-core-component:jar:2.3-SNAPSHOT*
> * Try downloading the file manually from the project website.*
> * Then, install it using the command:*
> * mvn install:install-file -DgroupId=org.xwiki.platform
> -DartifactId=xwiki-c*
> *ore-component -Dversion=2.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
> *
> * Alternatively, if you host your own repository you can deploy the file
> there:*
> * mvn deploy:deploy-file -DgroupId=org.xwiki.platform
> -DartifactId=xwiki-core-component -Dversion=2.3-SNAPSHOT -Dpackaging=jar
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]*
> * Path to dependency:*
> * 1) com.xpn.xwiki.products:xwiki-essai-component:pom:1.1-SNAPSHOT*
> * 2) org.xwiki.platform:xwiki-core-component:jar:2.3-SNAPSHOT*
> *----------*
> *1 required artifact is missing.*
> *for artifact:*
> * com.xpn.xwiki.products:xwiki-essai-component:pom:1.1-SNAPSHOT*
> *from the specified remote repositories:*
> * xwiki-externals (http://maven.xwiki.org/externals, releases=true,
> snapshots=true),*
> * xwiki-releases (http://maven.xwiki.org/releases, releases=true,
> snapshots=false),*
> * xwiki-snapshots (http://maven.xwiki.org/snapshots, releases=false,
> snapshots=true),*
> * central (http://repo1.maven.org/maven2, releases=true, snapshots=false)
> *
> *-> [Help 1]*
> *[ERROR]*
> *[ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.*
> *[ERROR] Re-run Maven using the -X switch to enable full debug logging.*
> *[ERROR]*
> *[ERROR] For more information about the errors and possible solutions,
> please read the following articles:*
> *[ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MultipleArtifactsNotFoundE…
> *
>
I'm new in Maven so i don't understand where is the problem. But I
dowloaded, as explained, the file
missing<http://maven.xwiki.org/snapshots/org/xwiki/platform/xwiki-core-component/2.…>and
install it with :
*mvn install:install-file -DgroupId=org.xwiki.platform
-DartifactId=xwiki-core-component -Dversion=2.3-20100702.153251-358
-Dpackaging=jar -Dfile=C:\Users\fnac\Desktop\May\testMVN\pom.xml*
This time, the build succeeded but I didn't have any jar file. And, when I
tried again "mvn install", I had the same error.
I also tried "mvn -nsu clean install" (I read that somewhere) and it was the
same.
Do I miss something ? Is "mvn install" the good way to have a jar ? (I tried
"mvn package" too)
Marine
Hello.
As you probably noticed some of the colibri menu icons recently modified,
especially the ones which have white as a base color, doesn`t look nice at
all on a white background. That`s why I added a light gray border in order
to make them look nice on white bg. Here you can see the result:
http://incubator.myxwiki.org/xwiki/bin/view/Ciprian/Icons
You will notice that their aspect is also changed a little, for darker
backgrounds but it shouldn`t be that visually disturbing. They are still
16x16 px.
If everyone agree I will make a patch with the new version.
Thanks.
--
Ciprian,
Designer
XWiki
All,
I am having issues on an upgraded and a clean install of XWiki
2.3.1. I attach a jar file (configBackup.jar) and try to use that in
my groovy script as follows:
{{groovy jars="attach:configBackup.jar"}}
import path.to.my.class;
...
...
{{/groovy}}
The thread which is processing the page crashes with a the following
stack trace visible in the catalina.out of Tomcat:
2010-07-06 11:08:34,014
[http://192.168.54.50:8080/xwiki/bin/view/TelnetBackup/BackUpAction]
DEBUG ternal.DefaultConverterManager - Failed to find a proper
Converter for type [java.lang.String]
org.xwiki.component.manager.ComponentLookupException: Can't find
descriptor for the component [role =
[org.xwiki.properties.converter.Converter] hint = [java.lang.String]]
at org.xwiki.component.embed.EmbeddableComponentManager.initialize(EmbeddableComponentManager.java:356)
at org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:109)
at org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultComponentManager.java:85)
at org.xwiki.properties.internal.DefaultConverterManager.lookupConverter(DefaultConverterManager.java:75)
at org.xwiki.properties.internal.DefaultConverterManager.convert(DefaultConverterManager.java:55)
at org.xwiki.properties.internal.DefaultBeanManager.populateBean(DefaultBeanManager.java:125)
at org.xwiki.properties.internal.DefaultBeanManager.populate(DefaultBeanManager.java:80)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transformOnce(MacroTransformation.java:160)
at org.xwiki.rendering.internal.transformation.MacroTransformation.transform(MacroTransformation.java:119)
at org.xwiki.rendering.internal.transformation.DefaultTransformationManager.performTransformations(DefaultTransformationManager.java:72)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7213)
at com.xpn.xwiki.doc.XWikiDocument.performSyntaxConversion(XWikiDocument.java:7188)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:797)
at com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:811)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:525)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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.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.GeneratedMethodAccessor134.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
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: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(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:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)
The page is never rendered and the browser just keeps showing busy
until it times out.
Any suggestions or help would be greatly appreciated.
Thanks,
Deven Phillips
Hi,
I was trying to use the DatePicker Application inside a Modal Box
Application. The problem is that the DatePicker pop-up appears behind the
modal box. I try to use the zindex property. But it doesn't work.
This is the code I am using:
afterLoad: function() { var dpicker = new DatePicker({relative :
'fieldName', language : 'us', zindex: '3000'});}
Regards,
Abel
Hello,
I notice that exportation in rtf format has some bad behaviors:
- Two things are not really important because, like it's rtf format, we
can modify the document. But the rendering is a little weird : the
importation doesn't create a cover page with the main title and puts the
beginning of the table of content at the bottom of the first page...
- As well (and it's the big point to me), tables are rendered in a
strange way: the column width is so thin that we cannot notice the
content of cells... We can thin "No matter, we can modify the larger in the
rtf document" but we can only do that cell by cell... For small tables, it's
okay but, for bigger ones, it's not very useful ! I put an example in
attachment of this table so that you can see the issue:
|=column 1|=column 2
|content 1|content 2
To finish, I just have one question about customizing exportation. I tried
to customize the PDF export Look & Feel by creating a PDFClass and a
PDFClassTemplate. The template has a textearea "style" property which
contains (just to test) :
h1{
color : red;
}
div{
color : red;
}
p{
color : red;
}
I added the "&template=XWiki.PDFClassTemplate" line to the exportation link
but the rendering is always the same... Did I forgot to do something ?
For your knowledge, I tried that because I would like to customize the table
look and feel. I don't like that they don't have borders...
Thank you in advance for your help.
Marine
The Export tool which output's XAR files includes the UUID in the XML
file. This would cause a conflict between unlinked XWiki
installations. As the import process will automatically generate a
UUID for XML files which do not have one, I would recommend changing
the export to exclude that property.
Thanks,
Deven Phillips
Hi everybody,
I've just configured a LDAP authentication in my XEM 2.3.1 and I have two
questions.
I would like you to confirm that LDAP authenticated users only appear in the
admin users menu at their first connection. Is it right ? In that case, how
can i put all authenticated users in a wiki group different to XWikiAllGroup
?
Besides, I would like that only one group of my LDAP can access to the admin
wiki and to wiki templates. Is there a way to do that ?
Thanks in advance for your help.
Marine
Festo AG & Co. KG
Lars Hermes
Abteilung IS-PB
BSP Development + User Services
Plieninger Stra?e 50
73760 Ostfildern-Scharnhausen
Deutschland
Telefon +49(711)347-4510
Telefax +49(711)34754-4510
http://www.festo.com
Der Inhalt dieses E-Mails ist ausschliesslich fuer den bezeichneten Adressaten bestimmt. Jede Form der Kenntnisnahme, Veroeffentlichung, Vervielfaeltigung oder Weitergabe des Inhalts dieses E-Mails durch unberechtigte Dritte ist unzulaessig. Wir bitten Sie, sich mit dem Absender des E-Mails in Verbindung zu setzen, falls Sie nicht der Adressat dieses E-Mails sind und das Material von Ihrem Computer zu loeschen.
This e-mail and any attachments are confidential and intended solely for the addressee. The perusal, publication, copying or dissemination of the contents of this e-mail by unauthorised third parties is prohibited. If you are not the intended recipient of this e-mail, please delete it and immediately notify the sender.
Rechtsform: Kommanditgesellschaft
Sitz: Esslingen a.N., Registergericht Stuttgart HRA 211583, Umsatzsteuerident-Nummer: DE 145339206
Pers?nlich haftende Gesellschafterin: Festo Management Aktiengesellschaft
Sitz: Wien/?sterreich, Firmenbuchgericht: Handelsgericht Wien, Firmenbuch Nr. FN 303027 d
Vorstand:
Dipl.-Kfm. Alfred Goll
Dr. Claus Jessen
Dr. Ansgar Kriwet
Dr. Eberhard Veit (Vorsitzender)
Dipl.- Kfm. Michael M?lleken
Aufsichtsratsvorsitzender:
Dr. Wilfried Stoll
Hello,
I have just upgraded to XWiki Enterprise 2.3.1.29118 and have a question regarding configuring WebDAV.
My XWiki is installed in Tomcat 5.5 as the 'ROOT' web app. Tomcat runs on port 8080 and I have an AJP connector with Apache proxying requests via SSL port 443, meaning that my wiki can be accessed at:
https://www.myhost.tld/bin/view/Main (etc.)
My question is regarding WebDAV login. I understand that the normal login URL for this would be:
http://www.myhost.tld:8080/xwiki/webdav
However, since I have deployed XWiki as the ROOT webapp, it seems that I am getting redirected to Tomcat's built-in WebDAV app when accessing this URL.
When I access:
http://www.myhost.tld:8080/webdav
or
https://www.myhost.tld/xwiki/webdav
I get the same list of three files - a generic HTML page listing information about Tomcat's WebDAV support, and a couple of GIF files with the Tomcat logo.
When I access:
http://www.myhost.tld:8080/xwiki/webdav
or
https://www.myhost.tld/xwiki/webdav
I get a 'Not Implemented' error.
Could someone advise on how to configure XWiki/Tomcat to pass me to XWiki's WebDAV implementation, rather than to Tomcat's default one? My xwiki.cfg has WebDAV enabled (as far as I know - it is pretty much set to defaults in all respects).
On another note: thank you for all your sterling work with XWiki. It's a tremendously flexible and useful application, and it has been a breeze to administer.
Regards,
Graeme West
Digital Repository Developer
Information Services
Glasgow Caledonian University
graeme.west(a)gcu.ac.uk
Glasgow Caledonian University is a registered Scottish charity, number SC021474
Winner: Times Higher Education's Widening Participation Initiative of the Year 2009 and Herald Society's Education Initiative of the Year 2009
http://www.gcu.ac.uk/newsevents/news/bycategory/theuniversity/1/name,6219,e…
Hi,
I'm testing the portuguese translation of Xwiki (both stable and milestone versions) and I'm facing some problems.
Starting at Main.WebHome, when I set "pt" as default language, some links do not translate, for example, the "Annotations" link right above the page content on the colibri skin. Clicking on the Annotations link, the box appears with the default message "To annotate a piece of text, select it and hit Crtl-M". I've checked on ApplicationsResources_pt.properties and added the translated field, from the default properties file, for the property in english:
annotations.action.create.helpmessage=To annotate a piece of text, select it and hit {0}.
There aren't any UTF-8 special chars on the translated message. I've restarted the xwiki tomcat instance , cleaned the browser cache, but the message is still in English. This problem occurs with all text I try to translate through the ApplicationResources_pt file, other than the ones that are already translated on _pt file (copying the original English text from the default properties file, translating it and pasting into the _pt file).
I've tried other languages, but the same problem: many links, panels text and others remain in English. Isn't that only translate ALL the default resources file into the desired language and replace it like explained in the admin guide?
How can I solve this?
I'm also interested to offer the brasilian Portuguese translation of the properties file.
Regards,
Ramon Gomes Brandão
I have extract the WAR-file into \Enterprise\webapps\xwiki
and imported the XAR over XWIKI -> Administer Wiki -> Import
For the M1 I used the Standalone installation including a Jetty container
and an HSQLDB database and had no changes in the hibernate.cfg.xml or
xwiki.cfg. So there is no need to copy them in the new WEB-INF.
Now tell me what did I do wrong?!
The new creations/applications seem to don't have a translation and the
Class Editor site also looks curious.
Here a screenshot:
http://xwiki.475771.n2.nabble.com/file/n5243269/ClassEditorM2.jpg
--
View this message in context: http://xwiki.475771.n2.nabble.com/Upgrate-XWiki-Enterprise-2-4-M1-to-M2-tp5…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I have to choose between the normal Table and the Livetable.
I like the possibility to make select boxes with the normal table (using:
class="unsortable selectFilter")
But I have problems with the filtering. If I add pagination and use the
filter field he shows me only the results of the current page.
Livetable finds all pages but I can't make such Filter-Boxes.
Please tell me if I did something wrong with the normal table!
Here is my code:
## The full data to display
#set ($spaceDocs = $xwiki.getSpaceDocsName("Projects-Todo"))
#set($itemsPerPage = 3)
#if($request.ipp)
#set($itemsPerPage = $xwiki.parseInt($request.ipp))
#end
#set($pageNumber = 0)
#if($request.page)
#set($pageNumber = $xwiki.parseInt($request.page))
#end
#set($startAt = $itemsPerPage * $pageNumber)
#if($startAt < 0)
#set($startAt = 0)
#end
#set($endAt = $itemsPerPage * ($pageNumber + 1))
#if($endAt > $spaceDocs.size())
#set($endAt = $spaceDocs.size())
#end
#if($startAt > $endAt)
#set($startAt = $endAt)
#end
#set($totalPages = ($spaceDocs.size() - 1) / $itemsPerPage)
#set($crtPageNumber = $startAt / $itemsPerPage)
#set($spaceDocsInPage = $spaceDocs.subList($startAt, $endAt))
#set ($hql = ", BaseObject as obj where obj.name=doc.fullName
and obj.className='XWiki.Todo2Class' and obj.name<>'XWiki.Todo2Template'
order by doc.date desc")
#set ($todos= $xwiki.searchDocuments($hql, $itemsPerPage, $startAt))
<table id="todoTable" class="grid sortable filterable doOddEven"
cellpadding="0" cellspacing="0" border="0">
<tr class="sortHeader">
<th>Page</th>
<th>Description</th>
<th class="unsortable selectFilter">Priority</th>
<th class="unsortable selectFilter">Status</th>
<th>Date</th>
</tr>
#foreach ($todo in $todos)
<tr>
#set ($todoDoc = $xwiki.getDocument($todo))
#set ($todoObj = $todoDoc.getObject("XWiki.Todo2Class"))
<td>[$todo]</td>
<td>$todoObj.Description</td>
<td>$todoObj.Priority</td>
<td>$todoObj.Status</td>
<td>$todoObj.Date</td>
</tr>
#end
</table>
--
View this message in context: http://xwiki.475771.n2.nabble.com/Table-Pagination-Filtering-capabilities-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWiki users,
Using XE2.3.1, the Panel Wizard does not work. You can try to save your new
layout, it is not registered.
A workaround is to define the list of panels in the Presentation section.
Do you encounter the same issue ?
Regards,
Maxime
The XWiki development team is pleased to announce the release of XWiki
Enterprise 2.4 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is second and last milestone of the XWiki Enterprise 2.4 version.
Main changes from XWiki Enterprise 2.4 Milestone 2:
* Objects and classes editor improvements
* New Template-based page creation
* New Invitation Manager application
* New search application improvements
* WYSIWYG Improvements
* JMX Administration Console
* Watchlist improvements
* Script improvements
* Javascript improvements
* Lots of bugs fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise24M2
Thanks
- The XWiki dev team
Greetings All,
I recently downloaded the XWiki enterprise package that was as fool proof as they came.
I read through all the instructions then carefully (or so I thought) installed it. I went to go
Open "start wiki" and a black box appeared, immediately the box closed, I tried again a few
Times but the same thing continued to happen. I tried to go to "my wiki" in IE and it wouldn't
Load. I have no idea where I went wrong. I tried to uninstall so that I could reinstall it and try
Again, the "uninstall" option from my start menu (I'm using windows 7) wouldn't work. Any
Help or insight would be greatly appreciated.
Thanks for taking the time to read this,
Alex.
Hi XWiki users,
We have an urgent request, as we need to be able to make a response
TONIGHT (it's not that we did it at the last moment, but that we got the
information very late).
We would like to have XWiki included in the Gartner "Magic Quadrant for
Social Software in the Workplace", which has some tough criterias to get in.
The criterias are to have:
- at least 100000 users (internal to companies, all deployments included)
AND
- at least 4 companies with more than 5000 users (internal to companies)
willing to talk to Gartner about their usage.
While we do have at XWiki SAS companies we work with that we know the
deployment size and that we can contact to see if they are willing to
talk to Gartner, we do need more.
If you have or know of a deployment with more than 1000 users of the
Wiki for INTERNAL USAGE (not public web sites), it would be great if you
can contact us ASAP at marketing(a)xwiki.com
If you have more than 5000 users, please do contact us even more.
Even if you are not sure that you can talk to Gartner please do tell us,
as we need to answer before tonight if we meet the inclusion criterias.
Then there is a follow-up process and we can verify then if talking with
Gartner is possible (we would need at least the deployment acknowledged)
This is very important for XWiki as in can give a lot of visibility to
XWiki and widden the user base thanks to this visibility.
Thanks for your help
Ludovic Dubost
XWiki SAS CEO and XWiki creator
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
Hello All,
I have some question regarding access rights while creating a page in XWiki.
I'm trying to create a private wiki space, meaning the wiki page created in
that space should be viewable or commented or deleted only by the creator of
the wiki page.
I have a following scenario
I have a group called "MyUsers"
The group "MyUsers" has 50 users. Say for now they are "User001", "User002",
...., "User050".
If the user "User001" creates a page, I would like to make it private for
that user.
Now the only way i can think of to achieve this is to set the access right
permission as "False" for all other 49 users. Then set it "True" for the
User001
Setting it "False" for the group "MyUser" and "True" for the User001 doesn't
seem to solve it.
Can we achieve the latter solution somehow?
-
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-Make-Access-right-permissions-for-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello All,
I have some question regarding access rights while creating a page in XWiki.
I'm trying to create a private wiki space, meaning the wiki page created in
that space should be viewable or commented or deleted only by the creator of
the wiki page.
I have a following scenario
I have a group called "MyUsers"
The group "MyUsers" has 50 users. Say for now they are "User001", "User002",
...., "User050".
If the user "User001" creates a page, I would like to make it private for
that user.
Now the only way i can think of to achieve this is to set the access right
permission as "False" for all other 49 users. Then set it "True" for the
User001
Setting it "False" for the group "MyUser" and "True" for the User001 doesn't
seem to solve it.
Can we achieve the latter solution somehow?
-
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/How-to-Make-Access-right-permissions-for-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear all,
we are using XWiki for the project websites and online
documentation of our open source projects and are
(almost) very happy with it.
For releasing distributions and for easy printing of multi-page
documents, we would like to use the PDF export facility
of XWiki. The problem is that the {code} snippets used
often in our documentation are nearly unreadable in PDF.
Here is an example (web page and PDF export):
http://jadex-agents.informatik.uni-hamburg.de/xwiki/bin/view/Standalone+Pla…http://jadex-agents.informatik.uni-hamburg.de/xwiki/bin/export/Standalone+P…
We browsed the documentation, but found it a little bit confusing.
Can anyone please point us in the right direction for solving
this issue or (even better) suggest a fix?
Kind regards and thanks in advance,
Lars
Alex
I have been looking at the ListWebSearch page that's in incubation,
and like what I see. Displaying highlighted words in context is very
useful when searching for pages.
(Found here: http://incubator.myxwiki.org/xwiki/bin/view/Main/ListWebSearch )
I see that the Jira issue is listed as "fixed" for 2.0M1, but the
pages don't seem to exist within the xar file. How would I go about
testing this search page on my deployed wiki? Are there any
requirements or dependencies on code in Xwiki-core, or is this
implemented as a page (or pages) that could be imported?
Thanks,
- James Cuzella
Hello,
I'm running a new installation on a public address. However, I'd like to
screen new users. That is, new users insert their username and email, and I
get a notification. Then they get a confirmation email only if I approve the
user.
Is this possible? If so, how? If not, is there any other way to screen user
registrations?
Thank you very much.
Gonçalo Luiz
Hi,
Is there any news or work done on issue http://jira.xwiki.org/jira/browse/XWIKI-5256 ? I've realized that this issue doesn't appear on Firefox. I'm particularly interested on the solution of this one, as well as some news on when xwiki 2.4 stable will be available.
Regards,
Ramon Gomes Brandão
Analista Judiciário - Eng. de Computação
SERINT - Serviço de Inteligência /SUSEG/SEST
Tribunal de Justiça do Distrito Federal e Territórios
* ramon.brandao(a)tjdft.jus.br
*(61) 3343-7438, ramal 7438
"Seja a mudança que queres ver no mundo" (Mahatma Gandhi)
Nota de Confidencialidade: Esta mensagem e seus eventuais anexos podem conter dados confidenciais ou privilegiados. Se você os recebeu por engano, ou não é um dos destinatários aos quais ela foi endereçada, por favor destrua-a e a todos os seus eventuais anexos ou cópias realizadas, imediatamente. É proibida a retenção, distribuição, divulgação ou utilização de quaisquer informações aqui contidas. Por favor, informe-nos sobre o recebimento indevido desta mensagem, retornando-a para o autor. Agradecemos a gentileza de sua cooperação.
Hello!
I'm slowly implementing my intentions:
http://mid.gmane.org/loom.20100612T141011-881%40post.gmane.org
The problem I have noticed is that I can't login currently. Login page
is located on http://wiki.x.metrolace.ru/ (wiki.x is ugly, I'll fix it
later) and the headers look like this when I'm logging in:
Set-Cookie: username="GpCybk1DvZRGHYktowzcuA__"; Version=1;
Max-Age=1296000; Expires=Fri, 09-Jul-2010 17:54:46 GMT; Path=/; HttpOnly
I can see no domain here despite I have set
xwiki.authentication.cookiedomains=.metrolace.ru
I have also tried xwiki.authentication.cookiedomains=metrolace.ru, it
didn't work.
As a consequence, the cookie is only valid on wiki.x.metrolace.ru, but
not on e. g. http://photos.metrolace.ru/
I guess this is an effect of security improvement in 2.4M1:
Added support for HttpOnly flag for session cookies (XSS protection measure)
It was mentioned that it required manual headers composing, and domains
might have been forgot when writing from scratch. Is it a bug or maybe
I'm missing something?
--
If you want to get to the top, you have to start at the bottom
Hi!
I have exported a whole space to html and found it great.
If I deploy this export I can provide it at static content via plain
http without authentication and for editing the links shows to the live
xwiki instance.
Really nice!
But I have one problem - the skin from the live version isn't applied to
the html-export.
How can I add the skin to the exported static content ?
Best regards,
H.-Dirk Schmitt
--
------------------------------------------------------------------------
*
H.-Dirk Schmitt <http://www.computer42.org> *
Dipl. Math.
eMail:/dirk.schmitt@computer42.org/
mobile:/+49 177 616 8564/
phone: /+49 2642 99 41 10/
fax: /+49 2642 99 41 15/
Kripper Str. 35, D-53489 Sinzig
Hello,
I'm setting up a new xwiki installation. I've been trying to configure it
according to some requirements but I'm having some hard time to meet some of
them. Those are:
1 - Users must not be able to registry themselves;
2 - I want to add a notice to the login page for users to send an e-mail to
a given e-mail address requiring their registration (so then I can add them
manually via de Adminstration application).
Regarding (2) I've tried to create a page (
http://xxxxxx.xxxx.xx:8080/xwiki/bin/edit/edit/XWiki.Registration<http://swfactory.impresa.pt:8080/xwiki/bin/edit/edit/XWiki.Registration>)
but to no avail. As an alternative, It'll be nice if a user can user the
registration page to register himself but then he can only login after I
manually activate him. But this second option is a nice to have and not an
hard requirement.
Furthermore, as a sidenote, I am having some problems adding a user (please
see attached screenshot to see what I get when adding it):
This only happens in Chrome browser.
Thank you very much.
Best,
Gonçalo Luiz
Hi XWiki users,
I encounter some difficulties with the Tooltip macro.
I use XEM 2.3.1 in "path" mode. And I discovered on xwiki.org a wonderful
macro to display tooltips in a wiki page.
First, I add the Tooltip macro xar to the Admin Wiki. At this step, the
macro works only in the Admin Wiki and only for the Admin user.
In fact, by default, the Tooltip macro has a macro visibility set to
"Current User" (I hope this will be changed in the future). I changed that
setting to "Global", and I filled the Description field (it was empty).
Then, the Tooltip macro is working fine for any user in the Admin Wiki
(present in the wysiwyg editor, correctly rendered).
My last remaining problem is that it doesn't work in the Wiki Instances. I
can insert a tooltip (using the wysiwyg editor, or manually), the macro is
correctly inserted in the page but the tooltip is never rendered (nothing is
displayed: no question mark, no tooltip). I'm sad.
Do you have any idea to investigate ?
Best regards,
Maxime
Hi everybody,
I created a form class and put it in different pages. One of the object of
the class is a number (integer).
I made a live table that collects the data from the different pages and it
works.
I made also a little script that searches the objects of that class in the
documents of a certain space and displays the value in a standard table.
#set($listone = $xwiki.searchDocuments(", BaseObject as obj, StringProperty
as prop where doc.fullName=obj.name and obj.className='classname' and
doc.space='spacename'"))
#foreach($ww in $listone)
#set($documentObject = $xwiki.getDocument($ww))
#foreach($object in $documentObject.getObjects('classname'))
|[[$ww]]|$object.field1|$object.field2|$object.field3
#end
#end
The fisrst column contains a link to the page and the other columns the
value of the objects.
Now if field3 is the number, is there a way to calculate the total sum of
column 4 and store it in a variable that can be used later in the velocity
macro? Or also have the totals after a live table?
Second question, is it possible to create an array or variable that contains
the values of a single column, that is of a single object of the same class
in the different pages, to be used for further manipulations?
--
View this message in context: http://xwiki.475771.n2.nabble.com/Sum-total-in-a-dynamic-table-tp5221885p52…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I was able to create a wiki page through API. Now I wanted to restrict some
of the access rights for certain users to that particular wikipage through
REST Api. For example, How can we restrict a certain user from viewing a
particular wiki page through REST Api?
In XWiki, this could be achieved by logging in as an administrator -> Click
on a wiki Page -> Click on the 'Access Rights' from 'Edit' dropdown menu ->
and then checkmarking the rights to specific user or group.
How can we achieve this from REST Api?
Any help would be really appreciated.
Thanks,
Manish
--
View this message in context: http://xwiki.475771.n2.nabble.com/Altering-Access-Rights-from-REST-Api-tp52…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Please provide feedback for the Selective Export UI:
http://incubator.myxwiki.org/xwiki/bin/view/Improvements/MultiExportProposal
PS. The HTML+CSS is not final and it's tested only in Firefox. It will be
improved if it gets positive feedback.
If it doesn't display correctly, please use the IMG to visualize.
Thanks,
Caty
Hi,
Is there anyone that can help with this?
Apologies if it seems like a noob question - I've searched for an answer
in the Xwiki docs and on Google.
Am I posting on the wrong mailing list?
Best regards,
Michael
------------------------------------------------------------------------
We run an xwiki for our internal development team ( version
2.2.4.28034). It's not a major concern, but the document index points to
'dead' pages. Either they don't exist anymore or they're inaccessible?
One example is "Build 6.2.35/0 - Issues Resolved".
"Build 6.2.35" is the space name, "0 - Issues Resolved" is the page
name. It always appears on the Document Index, but it doesn't seem to
exist. Using most of the page delete snippets I've seen, they use a
syntax similar to:
{{groovy}}
print " [[to delete>>"+xwiki.getURL("Space.Page", "delete")+"]]"
{{/groovy}}
Or
[delete page>$xwiki.getURL("Space.Page", "delete")]
Both of the above work (delete the page and remove from the index page)
for a 'normal' page, but not my 'dead' page.
Any help would be greatly appreciated.
Best regards,
Michael
Hi,
I am currently working with big images on my xwiki site. Is there a way to
make the images auto-scale to the width of the xWiki page content if the
image is too big? In order to avoid the horizontal scroll bar that appears
on the page and adjust the images to the width of the xWiki page content. I
am using the colibri skin.
To make my question more general, What is the best way to dynamically resize
images on xwiki? or set a max size for the images maintaining the aspect
ratio.
Thanks,
Abel
Hello,
2 quick questions:
1. Does Watch app employ LiveTable for displaying list of articles?
2. Can Watch app be displayed under a tab, using your Tab macro?
Thanks
--Tom
Hi,
My name is Nick Doolittle and I am a social worker with VNA Hospice Care
based in Woburn, MA. I'm interested in creating a wiki for our
non-profit company- perhaps to be shared at least in part with other
similar elder service agencies in the area- to share an array of
information regarding our services in the Boston area. This information
will be shared with other social workers, nurses, and clinical managers
within our company. Some information, such as company policy, might be
kept restricted to specific users within our agency (if such a feature
is possible within XWiki).
It would be of great help to utilize XWiki to host this wiki. My XWiki
username (freshly created) is ndoolittle. As far as a server address
goes, something along the lines of "hospice" or "vnahc" would be ideal.
Thanks much,
Nick
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Hi all,
I wanted to insert a macro in a page using the wysiwyg and I noticed
that the macros filter (search box on top right) is not searching in the
macro ids.
For example, if I try to write "toc" I get no results. If I write
"table" I get the "Table of contents" macro as result, since its name
matches. I found this a bit annoying in my case, since i know the
macroid (if I were to write it in the wiki syntax) and I cannot find the
macro (still, I'm using the wysiwyg because I can never remember macro
params). Also, I use the search function because it's far easier to
filter it out then scroll for it in the list.
WDYT about searching in the macro ids as well? (1)
Also, the macro id is not displayed. This is good for simple users for
which it has no meaning, but there can be a situation when 2 macros have
the same name and same description (e.g. void description) and users
would want to be able to differentiate one from the other in the macros
list, even the simple users, I would say (for example because they
always want to use one macro of the 2 and they can never tell one from
the other only by name).
WDYT about displaying the macro is as well? (2) of course pretty small
and greyed out, like some advanced metadata.
Marius said it's no big deal to implement neither, as long as we agree.
My +1 for both (1) and (2).
Thanks,
Anca